body.r3d-blank-template{margin:0!important;padding:0!important;background:#fff!important;overflow-x:hidden!important;}
body.r3d-blank-template > :not(.r3d-landing-wrap):not(script):not(style):not(link):not(meta){display:none!important;}
html.r3d-landing-html{margin:0!important;}
.r3d-landing-page .r3d-landing-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}

.r3d-landing-wrap {
  --r3d-bg: #f7f9fc;
  --r3d-card: rgba(255,255,255,0.72);
  --r3d-text: #111827;
  --r3d-muted: #5b6473;
  --r3d-line: rgba(17,24,39,0.08);
  --r3d-blue: #2979ff;
  --r3d-shadow: 0 20px 50px rgba(17,24,39,0.08);
  --r3d-radius-xl: 28px;
  --r3d-radius-lg: 22px;
  --r3d-max: 1180px;
  position: relative;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at top left, rgba(115,168,255,0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(41,121,255,0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  color: var(--r3d-text);
  overflow-x: clip;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif;
}

.r3d-landing-wrap *,
.r3d-landing-wrap *::before,
.r3d-landing-wrap *::after { box-sizing: border-box; }
.r3d-landing-wrap img,
.r3d-landing-wrap video { max-width: 100%; display: block; }
.r3d-landing-wrap a { color: inherit; text-decoration: none; }
html { scroll-behavior: smooth; }

.r3d-landing-page .entry-header,
.r3d-landing-page .entry-title,
.r3d-landing-page footer,
.r3d-landing-page .site-footer,
.r3d-landing-page .wp-block-template-part,
.r3d-landing-page .page-title,
.r3d-landing-page .wp-block-post-title,
.r3d-landing-page .wp-block-query-title,
.r3d-landing-page .post-meta,
.r3d-landing-page .entry-meta,
.r3d-landing-page header.entry-header,
.r3d-landing-page header.wp-block-template-part,
.r3d-landing-page .site-header,
.r3d-landing-page [class*="page-title"],
.r3d-landing-page [class*="entry-title"],
.r3d-landing-page [class*="site-header"] {
  display: none !important;
}

.r3d-landing-page .site-main,
.r3d-landing-page .content-area,
.r3d-landing-page .entry-content,
.r3d-landing-page .wp-site-blocks,
.r3d-landing-page .site-content,
.r3d-landing-page article,
.r3d-landing-page main,
.r3d-landing-page .wp-block-post-content,
.r3d-landing-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.r3d-landing-page .is-layout-flow > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.r3d-landing-page .wp-site-blocks,
.r3d-landing-page .wp-block-group,
.r3d-landing-page .wp-block-post-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.r3d-container {
  width: min(100% - 28px, var(--r3d-max));
  margin: 0 auto;
}

.r3d-glass {
  background: var(--r3d-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: var(--r3d-shadow);
}

.r3d-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.r3d-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.r3d-topbar {
  position: sticky;
  top: 14px;
  z-index: 50;
  padding-top: 14px;
}

.r3d-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 999px;
}

.r3d-brand {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 16px;
}

.r3d-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--r3d-muted);
  font-size: 14px;
}
.r3d-nav-links a:hover { color: var(--r3d-text); }

.r3d-nav-cta,
.r3d-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--r3d-blue), #4f93ff);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(41,121,255,0.22);
  border: 0;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.r3d-nav-cta:hover,
.r3d-btn:hover,
.r3d-floating-action:hover { transform: translateY(-2px); }

.r3d-btn-outline {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--r3d-line);
  background: rgba(255,255,255,0.75);
}

.r3d-hero { padding: 24px 0 34px; }
.r3d-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 22px;
  align-items: stretch;
  min-height: 78vh;
}
.r3d-hero-copy,
.r3d-hero-media { border-radius: var(--r3d-radius-xl); overflow: hidden; position: relative; }
.r3d-hero-copy { padding: 38px 34px 32px; display: flex; flex-direction: column; justify-content: center; }
.r3d-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(41,121,255,0.08);
  color: var(--r3d-blue);
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 18px;
}
.r3d-hero h1 {
  font-size: clamp(34px, 6vw, 74px);
  line-height: .95;
  letter-spacing: -0.055em;
  margin: 0 0 18px;
  max-width: 15ch;
}
.r3d-hero p {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
  color: var(--r3d-muted);
  max-width: 54ch;
  margin: 0 0 24px;
}
.r3d-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.r3d-meta-chip {
  border-radius: 999px;
  border: 1px solid var(--r3d-line);
  background: rgba(255,255,255,0.75);
  padding: 11px 14px;
  font-size: 14px;
  color: #243041;
}
.r3d-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.r3d-hero-media {
  min-height: 620px;
  background: #edf4ff;
}
.r3d-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: r3dHeroFloat 10s ease-in-out infinite alternate;
}
@keyframes r3dHeroFloat {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.08) translateY(-10px); }
}
.r3d-hero-overlay-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(17,24,39,0.12);
}
.r3d-overlay-title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.r3d-overlay-row { color: var(--r3d-muted); font-size: 14px; }

.r3d-section { padding: 42px 0; }
.r3d-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}
.r3d-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
.r3d-section-head p {
  margin: 0;
  max-width: 560px;
  color: var(--r3d-muted);
  line-height: 1.6;
  font-size: 16px;
}
.r3d-video-head { margin-top: 30px; }

.r3d-slider {
  position: relative;
  border-radius: var(--r3d-radius-lg);
  overflow: hidden;
  padding: 0;
}
.r3d-slider-track {
  position: relative;
  min-height: 540px;
}
.r3d-slide {
  display: none;
  width: 100%;
  height: 100%;
}
.r3d-slide.is-active { display: block; }
.r3d-slide img,
.r3d-slide video {
  width: 100%;
  height: 540px;
  object-fit: cover;
  background: #eef2f9;
}
.r3d-slider-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.84);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 26px;
  box-shadow: 0 12px 24px rgba(17,24,39,0.12);
}
.r3d-slider-arrow.prev { left: 16px; }
.r3d-slider-arrow.next { right: 16px; }
.r3d-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.r3d-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}
.r3d-dot.is-active { background: #fff; }

.r3d-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.r3d-feature-card {
  padding: 22px;
  border-radius: var(--r3d-radius-lg);
  overflow: hidden;
}
.r3d-feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(41,121,255,0.1);
  color: var(--r3d-blue);
  font-size: 20px;
  margin-bottom: 14px;
}
.r3d-feature-card h3 { margin: 0 0 8px; font-size: 20px; }
.r3d-feature-card p { margin: 0; color: var(--r3d-muted); line-height: 1.6; font-size: 15px; }

.r3d-price-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
}
.r3d-price-card,
.r3d-form-card,
.r3d-map-card {
  padding: 28px;
  border-radius: var(--r3d-radius-lg);
  overflow: hidden;
}
.r3d-price-tag {
  font-size: clamp(38px, 6vw, 68px);
  line-height: .95;
  letter-spacing: -0.06em;
  margin: 10px 0 14px;
  font-weight: 800;
}
.r3d-price-subtext,
.r3d-form-card p { color: var(--r3d-muted); line-height: 1.6; font-size: 16px; }
.r3d-price-list { display: grid; gap: 12px; margin-bottom: 24px; }
.r3d-price-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(17,24,39,0.06);
  font-size: 15px;
}
.r3d-price-item span:last-child { font-weight: 700; }
.r3d-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.r3d-contact-chip {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--r3d-line);
  background: rgba(255,255,255,0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.r3d-form-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
.r3d-form-card form { display: grid; gap: 12px; margin-top: 16px; }
.r3d-form-card .r3d-field,
.r3d-form-card textarea.r3d-field {
  width: 100%;
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(17,24,39,0.08);
  background: rgba(255,255,255,0.8);
  padding: 0 16px;
  font-size: 15px;
  color: var(--r3d-text);
  outline: none;
}
.r3d-form-card textarea.r3d-field {
  min-height: 120px;
  padding: 16px;
  resize: vertical;
}
.r3d-form-card .r3d-field:focus {
  border-color: rgba(41,121,255,0.45);
  box-shadow: 0 0 0 4px rgba(41,121,255,0.08);
}
.r3d-success-message {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(32,181,92,0.12);
  color: #0f7a3b;
  font-weight: 600;
}

.r3d-location-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
}
.r3d-location-chip {
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--r3d-text);
  background: rgba(255,255,255,0.78);
}
.r3d-map-card {
  padding: 0;
  min-height: 520px;
}
.r3d-map-card iframe {
  width: 100%;
  min-height: 520px;
  border: 0;
  display: block;
}
.r3d-footer { padding: 26px 0 42px; color: var(--r3d-muted); font-size: 14px; }
.r3d-footer-box {
  padding: 18px 20px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.r3d-floating-actions {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.r3d-floating-action {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(17,24,39,0.12), 0 2px 10px rgba(17,24,39,0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.9);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.r3d-floating-action svg {
  width: 34px;
  height: 34px;
  display: block;
}
.r3d-floating-action.whatsapp { color: #22c55e; }
.r3d-floating-action.telegram { color: #1d9bf0; }
.r3d-floating-action:hover {
  box-shadow: 0 22px 44px rgba(17,24,39,0.16), 0 4px 14px rgba(17,24,39,0.08);
  background: rgba(255,255,255,1);
}

@media (max-width: 1100px) {
  .r3d-hero-grid,
  .r3d-price-grid,
  .r3d-features-grid {
    grid-template-columns: 1fr 1fr;
  }
  .r3d-features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .r3d-topbar { top: 8px; padding-top: 10px; }
  .r3d-nav {
    border-radius: 24px;
    padding: 14px;
    gap: 12px;
    align-items: stretch;
  }
  .r3d-brand {
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .r3d-nav-links { display: none; }
  .r3d-nav-cta { width: 100%; min-height: 56px; }
  .r3d-hero-grid,
  .r3d-price-grid,
  .r3d-features-grid { grid-template-columns: 1fr; }
  .r3d-hero { padding: 16px 0 26px; }
  .r3d-hero-copy { padding: 24px 18px 20px; }
  .r3d-hero h1 {
    max-width: none;
    font-size: clamp(30px, 8.2vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }
  .r3d-eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }
  .r3d-hero p { font-size: 15px; }
  .r3d-hero-media,
  .r3d-slider-track,
  .r3d-slide img,
  .r3d-slide video { min-height: 320px; height: 320px; }
  .r3d-section-head { align-items: start; flex-direction: column; }
  .r3d-price-card, .r3d-form-card { padding: 22px 18px; }
  .r3d-footer-box { flex-direction: column; }
  .r3d-price-item { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .r3d-container { width: min(100% - 16px, var(--r3d-max)); }
  .r3d-nav { padding: 12px; gap: 10px; }
  .r3d-brand { font-size: 14px; }
  .r3d-nav-cta,
  .r3d-btn,
  .r3d-btn-outline { width: 100%; }
  .r3d-hero-actions { flex-direction: column; }
  .r3d-hero-copy { padding: 20px 16px 18px; }
  .r3d-hero h1 { font-size: clamp(28px, 8.8vw, 38px); }
  .r3d-hero-meta,
  .r3d-location-badges { gap: 10px; }
  .r3d-meta-chip,
  .r3d-location-chip { width: 100%; text-align: left; }
  .r3d-price-tag { font-size: 44px; }
  .r3d-floating-actions { right: 10px; bottom: 12px; }
  .r3d-floating-action { width: 56px; height: 56px; }
  .r3d-floating-action svg { width: 30px; height: 30px; }
  .r3d-slider-arrow { width: 42px; height: 42px; }
}
