html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
  scroll-padding-top: 6.5rem;
}

body {
  overflow-x: clip;
  background:
    radial-gradient(900px 420px at 88% 12%, rgba(212, 184, 150, 0.35), transparent 60%),
    radial-gradient(700px 380px at 8% 70%, rgba(107, 33, 48, 0.05), transparent 55%),
    #f6efe4;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 70;
  background: #6b2130;
  color: #fbf6ee;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
}

.skip-link:focus {
  top: 1rem;
}

.focus-ring:focus {
  outline: none;
}

.focus-ring:focus-visible {
  outline: 2px solid #6b2130;
  outline-offset: 3px;
}

.site-header {
  background: rgba(250, 245, 237, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(196, 176, 154, 0.22);
}

.header-inner {
  width: calc(100% - 48px);
  max-width: 1380px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: clamp(28px, 3vw, 52px);
  height: 4rem;
  min-width: 0;
}

.header-inner-menu {
  height: auto;
  display: block;
  grid-template-columns: none;
}

.header-nav {
  justify-self: center;
  min-width: 0;
}

.header-cta {
  justify-self: end;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 1;
}

.site-nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
}

.site-logo-image {
  display: block;
  width: auto;
  height: clamp(56px, 4.2vw, 62px);
  max-width: min(170px, 42vw);
  object-fit: contain;
  background: transparent;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo-image {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
  background: transparent;
}

.footer-brand-copy {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .header-inner:not(.header-inner-menu) {
    height: 4.5rem;
  }
}

@media (max-width: 1099px) {
  .header-inner {
    width: calc(100% - 32px);
  }
}

@media (max-width: 767px) {
  .site-logo-image {
    height: 46px;
    max-width: 138px;
  }

  .footer-logo-image {
    height: 48px;
  }
}

.safe-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.safe-top {
  padding-top: env(safe-area-inset-top, 0);
}

.tap-target {
  min-height: 44px;
  min-width: 44px;
}

#mobile-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

#mobile-menu.is-open {
  max-height: min(80vh, 520px);
  opacity: 1;
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary .faq-question {
  flex: 1;
  text-align: left;
  padding-right: 0.5rem;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

#video-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#video-popup.is-visible .video-popup-panel {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.video-popup-panel {
  opacity: 0;
  transform: scale(0.96) translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.organic-shadow {
  box-shadow: 0 28px 60px -24px rgba(63, 18, 25, 0.28);
}

.hero-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding-top: 4rem;
  overflow-x: clip;
}

.hero-desktop {
  display: none;
}

.hero-mobile {
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

.hero-frame {
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

.hero-photo {
  position: relative;
  min-height: 52vw;
  max-height: 420px;
  overflow: hidden;
}

.hero-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 1.5rem 1.25rem 0.5rem;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 0.7rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 0.68rem;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b2130;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #6b2130;
  font-size: clamp(40px, 12vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  overflow-wrap: break-word;
}

.hero-lede {
  color: #5c4a46;
  max-width: 34rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.55;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.35rem 0 1.15rem;
}

.hero-cta {
  min-height: 48px;
}

.hero-devices {
  position: relative;
  z-index: 3;
  padding: 1.25rem 1.25rem 2rem;
  overflow-x: clip;
}

.phone-stack {
  position: relative;
  display: flex;
  justify-content: center;
}

.device {
  width: min(100%, 220px);
  max-width: 100%;
  filter: drop-shadow(0 28px 40px rgba(42, 12, 18, 0.28));
}

.device-shell {
  position: relative;
  border-radius: 2.4rem;
  padding: 9px;
  background:
    linear-gradient(160deg, #6d6a67 0%, #1c1b1d 38%, #0d0d0e 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.5),
    0 18px 40px rgba(28, 8, 12, 0.22);
}

.device-shell::before,
.device-shell::after {
  content: '';
  position: absolute;
  background: #2a292b;
  border-radius: 2px;
}

.device-shell::before {
  width: 3px;
  height: 42px;
  left: -2px;
  top: 92px;
}

.device-shell::after {
  width: 3px;
  height: 64px;
  right: -2px;
  top: 120px;
}

.device-island {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 22px;
  background: #050505;
  border-radius: 999px;
  z-index: 4;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.device-screen {
  position: relative;
  overflow: hidden;
  border-radius: 1.85rem;
  min-height: 360px;
  background: linear-gradient(180deg, #fffaf4 0%, #f4eadc 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  padding: 2.4rem 0.95rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.device-glare {
  position: absolute;
  inset: 9px;
  border-radius: 1.85rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.04) 32%, transparent 46%);
  pointer-events: none;
  z-index: 3;
}

.phone-brand {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #6b2130;
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem;
  margin-bottom: 0.7rem;
}

.phone-title {
  font-family: 'Playfair Display', serif;
  color: #6b2130;
  font-size: 1.05rem;
  line-height: 1.3;
  margin-bottom: 0.85rem;
}

.qr-wrap {
  width: 132px;
  height: 132px;
  padding: 8px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(63, 18, 25, 0.12);
  margin-bottom: 0.75rem;
}

.qr-mark {
  width: 100%;
  height: 100%;
  display: block;
}

.phone-hint {
  font-size: 0.68rem;
  line-height: 1.45;
  color: #6b5348;
}

.process-band {
  position: relative;
  z-index: 2;
  background: #fffcf8;
  margin-top: 0;
  padding: 0.35rem 0 3.5rem;
  border-radius: 0;
  box-shadow: none;
}

.process-divider {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.process-divider path {
  fill: #fffcf8;
}

.process-divider-desktop {
  display: none;
}

.process-divider-mobile {
  display: block;
  top: -64px;
  height: 72px;
}

.process-inner {
  position: relative;
  z-index: 1;
}

.process-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -24px;
  z-index: 2;
  margin: 0 0 1.75rem;
}

.process-title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #6b2130;
  font-size: clamp(1.75rem, 7vw, 2.05rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
}

.process-rule {
  display: none;
  height: 1px;
  width: 100%;
  max-width: 260px;
  background: linear-gradient(90deg, transparent, rgba(140, 106, 63, 0.42), rgba(107, 33, 48, 0.28), rgba(140, 106, 63, 0.42), transparent);
}

.process-steps {
  position: relative;
  z-index: 1;
}

.step-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4eadc;
  color: #6b2130;
  box-shadow: inset 0 0 0 1px rgba(196, 176, 154, 0.4);
}

.step-item + .step-item {
  border-top: 1px solid rgba(196, 176, 154, 0.35);
  padding-top: 1.5rem;
  margin-top: 0.25rem;
}

.feature-rail {
  display: grid;
  gap: 0.9rem;
}

.feature-pill {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1rem 1rem 0;
}

.feature-pill-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4eadc;
  color: #6b2130;
  box-shadow: inset 0 0 0 1px rgba(196, 176, 154, 0.45);
}

.features-intro {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.feature-video-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 16 / 10;
  margin-top: 1.75rem;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(212, 184, 150, 0.55);
  box-shadow: 0 24px 50px -22px rgba(63, 18, 25, 0.3);
  color: #fffcf8;
  text-decoration: none;
  isolation: isolate;
}

.feature-video-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.feature-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
  transform: scale(1);
  transition: transform 0.55s ease;
}

.feature-video-card:hover .feature-video-img,
.feature-video-card:focus-visible .feature-video-img {
  transform: scale(1.045);
}

.feature-video-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(42, 12, 18, 0.9) 0%,
    rgba(107, 33, 48, 0.52) 42%,
    rgba(107, 33, 48, 0.12) 70%,
    transparent 100%
  );
}

.feature-video-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.05rem 1.15rem 1.15rem;
}

.feature-video-play {
  width: 52px;
  height: 52px;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6b2130;
  box-shadow: 0 10px 24px rgba(42, 12, 18, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-video-play svg {
  margin-left: 2px;
}

.feature-video-card:hover .feature-video-play,
.feature-video-card:focus-visible .feature-video-play {
  transform: scale(1.08);
  box-shadow: 0 14px 28px rgba(42, 12, 18, 0.38);
}

.feature-video-kicker {
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(255, 252, 247, 0.88);
  margin-bottom: 0.35rem;
}

.feature-video-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.15rem, 3.4vw, 1.4rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

.feature-video-lede {
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(251, 246, 238, 0.9);
  max-width: 22rem;
  margin-bottom: 0.55rem;
}

.feature-video-cta {
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.pricing-panel {
  background:
    linear-gradient(160deg, rgba(107, 33, 48, 0.94), rgba(58, 16, 24, 0.96)),
    #6b2130;
  color: #fbf6ee;
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 30px 60px -28px rgba(58, 16, 24, 0.55);
}

.pricing-panel .muted {
  color: rgba(251, 246, 238, 0.78);
}

.plan-price-was {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0 0 0.25rem;
}

.plan-price-was del {
  text-decoration: line-through;
}

.plan-price-now {
  margin: 0;
  font-size: clamp(1.7rem, 6.5vw, 2.35rem);
  font-weight: 700;
  color: #6b2130;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.plan-price-now.is-featured {
  color: #fbf6ee;
}

.plan-price-suffix {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.4rem;
}

.whatsapp-fab {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1rem, calc(1rem + env(safe-area-inset-bottom, 0px)));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.7rem 1.15rem 0.7rem 0.85rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(18, 140, 126, 0.32);
  transition: background-color 0.2s ease;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  background: #1ebe57;
}

.whatsapp-fab-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}

.whatsapp-fab-label {
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.has-whatsapp-fab {
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 639px) {
  .whatsapp-fab {
    width: 56px;
    height: 56px;
    min-width: 56px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .whatsapp-fab-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .whatsapp-fab-icon {
    width: 26px;
    height: 26px;
  }
}

.editorial-split {
  display: grid;
  gap: 2rem;
}

.faq-list details {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(196, 176, 154, 0.45);
  border-radius: 0;
  box-shadow: none;
  padding: 1rem 0;
}

.final-band {
  background:
    radial-gradient(600px 180px at 80% 20%, rgba(232, 213, 181, 0.18), transparent 70%),
    #6b2130;
  color: #fbf6ee;
}

@media (min-width: 640px) {
  .hero-ctas {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-photo {
    max-height: 520px;
    min-height: 420px;
  }
}

@media (min-width: 1024px) {
  .site-nav-links {
    display: flex;
  }

  .hero-stage {
    padding-top: 4.5rem;
  }

  .hero-desktop {
    display: block;
    position: relative;
    width: 100%;
    height: clamp(576px, 56.25vw, 800px);
    overflow: hidden;
  }

  .hero-frame {
    display: block;
    position: relative;
    width: 100%;
    height: clamp(576px, 56.25vw, 800px);
    overflow: hidden;
  }

  .hero-frame .hero-photo {
    position: absolute;
    inset: 0;
    min-height: 0;
    max-height: none;
  }

  .hero-frame .hero-devices {
    display: none;
  }

  .hero-composite-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .hero-mobile {
    display: none;
  }

  .hero-copy-overlay {
    position: absolute;
    left: 48%;
    top: 44%;
    transform: translate(-50%, -50%);
    width: clamp(26.25rem, 31.5vw, 31.25rem);
    max-width: 31.25rem;
    padding: 1.1rem 0.6rem 1.25rem;
    text-align: center;
    z-index: 2;
  }

  .hero-copy-overlay::before {
    content: '';
    position: absolute;
    inset: -4% -2%;
    background: radial-gradient(ellipse at center, rgba(250, 244, 234, 0.76) 0%, rgba(250, 244, 234, 0.4) 46%, rgba(250, 244, 234, 0.12) 70%, transparent 84%);
    z-index: -1;
    pointer-events: none;
  }

  .hero-copy-overlay .hero-kicker {
    font-size: 0.75rem;
    letter-spacing: 0.24em;
    margin-bottom: 0.85rem;
    text-shadow: 0 1px 10px rgba(255, 252, 247, 0.7);
  }

  .hero-copy-overlay .hero-title {
    font-size: clamp(52px, 4vw, 72px);
    line-height: 1.02;
    margin-bottom: 1rem;
    text-shadow: 0 1px 16px rgba(255, 252, 247, 0.78), 0 1px 0 rgba(255, 252, 247, 0.5);
  }

  .hero-copy-overlay .hero-lede {
    max-width: 30rem;
    font-size: clamp(17px, 1.15vw, 19px);
    line-height: 1.5;
    text-shadow: 0 1px 12px rgba(255, 252, 247, 0.7);
  }

  .hero-copy-overlay .hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.35rem 0 0;
    gap: 0.9rem;
  }

  .hero-copy-overlay .hero-ctas a {
    width: auto;
    min-height: 48px;
    padding: 0.85rem 1.85rem;
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .process-band {
    padding: 0.5rem 0 4.5rem;
    border-radius: 0;
    margin-top: 0;
  }

  .process-divider-desktop {
    display: block;
    top: -118px;
    height: 130px;
  }

  .process-divider-mobile {
    display: none;
  }

  .process-heading {
    display: grid;
    grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
    align-items: center;
    gap: 24px;
    top: -48px;
    margin-bottom: 2.75rem;
  }

  .process-title {
    font-size: clamp(36px, 2.8vw, 48px);
    line-height: 1.12;
  }

  .process-rule {
    display: block;
  }

  .process-rule:first-child {
    justify-self: end;
  }

  .process-rule:last-child {
    justify-self: start;
  }

  .step-item + .step-item {
    border-top: 0;
    border-left: 1px solid rgba(196, 176, 154, 0.4);
    padding-top: 0;
    padding-left: 1.75rem;
    margin-top: 0;
  }

  .feature-rail {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-split {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }

  .feature-video-card {
    margin-top: 2rem;
    max-width: 520px;
  }
}

@media (max-width: 1023px) {
  .hero-desktop {
    display: none !important;
  }

  .hero-mobile {
    display: flex;
    flex-direction: column;
  }

  .hero-copy-mobile { order: 1; }
  .hero-photo { order: 2; }
  .hero-devices { order: 3; }

  .hero-copy-mobile .hero-ctas {
    flex-direction: column;
  }

  .hero-copy-mobile .hero-ctas a {
    width: 100%;
    min-height: 48px;
  }

  .features-intro { order: 1; }
  .feature-rail { order: 2; }

  .feature-video-card {
    max-width: 100%;
  }
}

@media (max-width: 639px) {
  .section-title {
    font-size: clamp(1.55rem, 6vw, 2.05rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .phone-primary {
    transform: none;
  }

  .feature-video-card:hover .feature-video-img,
  .feature-video-card:focus-visible .feature-video-img,
  .feature-video-card:hover .feature-video-play,
  .feature-video-card:focus-visible .feature-video-play {
    transform: none;
  }
}
