:root {
  --navy-950: #04162d;
  --navy-900: #082648;
  --navy-800: #0c447c;
  --amber: #efa027;
  --green: #087857;
  --ink: #122033;
  --muted: #5f6f82;
  --paper: #f7f9fc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  height: 72px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 22px;
  background: rgb(4 22 45 / 91%);
  box-shadow: 0 16px 45px rgb(0 0 0 / 20%);
  color: white;
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--amber);
  color: var(--navy-950);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 36px rgb(239 160 39 / 28%);
}
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 16px; letter-spacing: .06em; text-transform: uppercase; }
.brand-copy small { color: #afc4dc; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 650; }
.site-header nav a { color: #dbe6f2; }
.site-header nav a:hover { color: white; }
.language-switch { display: inline-flex; gap: 2px; padding: 3px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 999px; background: rgb(255 255 255 / 7%); }
.language-switch a { display: grid; min-width: 31px; height: 28px; place-items: center; border-radius: 999px; font-size: 11px; font-weight: 850; }
.language-switch a.active { background: var(--amber); color: var(--navy-950); }
.site-header .nav-cta {
  padding: 12px 20px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 999px;
  background: rgb(255 255 255 / 8%);
}

.hero {
  position: relative;
  display: grid;
  min-height: 800px;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
  overflow: hidden;
  padding: 150px max(40px, calc((100vw - 1180px) / 2)) 100px;
  background:
    radial-gradient(circle at 86% 18%, rgb(12 68 124 / 75%), transparent 34%),
    linear-gradient(130deg, #03152b 0%, #082648 58%, #0b365f 100%);
  color: white;
}
.hero::after {
  position: absolute;
  right: -170px;
  bottom: -320px;
  width: 760px;
  height: 760px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  content: "";
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: 170px; right: 16%; width: 9px; height: 9px; background: var(--amber); box-shadow: 0 0 28px 8px rgb(239 160 39 / 32%); }
.hero-glow-two { right: 4%; bottom: 180px; width: 6px; height: 6px; background: #d9a447; box-shadow: 0 0 25px 6px rgb(239 160 39 / 28%); }
.hero-copy { position: relative; z-index: 2; max-width: 590px; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 { margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--amber); }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #d5e2ef; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; cursor: pointer; align-items: center; justify-content: center; padding: 0 23px; border: 0; border-radius: 999px; font: inherit; font-size: 14px; font-weight: 800; }
.button-primary { background: var(--amber); color: var(--navy-950); box-shadow: 0 15px 45px rgb(239 160 39 / 20%); }
.button-secondary { border: 1px solid rgb(255 255 255 / 22%); background: rgb(255 255 255 / 7%); color: white; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin: 32px 0 0; padding: 0; color: #bed0e2; font-size: 13px; list-style: none; }
.hero-proof li::before { margin-right: 7px; color: #45d6a4; content: "●"; }

.product-stage {
  position: relative;
  z-index: 3;
  align-self: center;
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 26px;
  background: #fdfefe;
  box-shadow: 0 45px 120px rgb(0 0 0 / 38%);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.product-stage img { display: block; width: 100%; height: auto; border-radius: 0 0 25px 25px; }
.window-bar { display: flex; height: 48px; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #e5eaf1; }
.window-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #d8dfe8; }
.window-bar > div { width: 55%; margin: 0 auto; padding: 7px 12px; border-radius: 8px; background: #f1f4f8; color: #687a8d; font-size: 10px; text-align: center; }
.floating-stat { position: absolute; display: grid; gap: 3px; min-width: 190px; padding: 15px 17px; border: 1px solid rgb(255 255 255 / 34%); border-radius: 16px; background: rgb(4 22 45 / 86%); box-shadow: 0 15px 45px rgb(0 0 0 / 25%); backdrop-filter: blur(10px); }
.floating-stat strong { font-size: 13px; }
.floating-stat span { color: #b8cce0; font-size: 11px; }
.floating-stat-one { top: 22%; right: -38px; }
.floating-stat-two { bottom: 9%; left: -48px; }

.recognition { display: flex; justify-content: center; gap: clamp(20px, 6vw, 84px); padding: 26px 30px; border-bottom: 1px solid #e6ebf1; background: white; color: #657488; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 115px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .72fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.section-heading h2,
.showcase-heading h2,
.local-copy h2,
.pricing-copy h2,
.faq-section h2,
.cta-section h2 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.03; letter-spacing: -.052em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 245px; overflow: hidden; padding: 30px; border: 1px solid #e2e8f0; border-radius: 24px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgb(14 34 55 / 10%); }
.feature-card > span { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: #fff4df; color: #a96000; font-size: 12px; font-weight: 850; }
.feature-card h3 { margin: 46px 0 10px; color: var(--navy-950); font-size: 21px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-card::after { position: absolute; right: -45px; bottom: -45px; width: 110px; height: 110px; border: 1px solid #edf1f6; border-radius: 50%; content: ""; }

.showcase-section { overflow: hidden; padding: 110px 0 120px; background: var(--navy-950); color: white; }
.showcase-heading { padding-top: 0; padding-bottom: 45px; }
.showcase-heading h2 { max-width: 780px; }
.demo-note { margin: 25px 0 0; color: #9eb4ca; font-size: 13px; }
.screen-grid { display: grid; width: min(1320px, calc(100% - 48px)); margin: 0 auto; grid-template-columns: 1fr; gap: 38px; }
.screen-card { overflow: hidden; border: 1px solid rgb(255 255 255 / 11%); border-radius: 28px; background: #09213e; }
.screen-copy { display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; padding: 30px 32px 26px; }
.screen-copy > span { grid-row: span 2; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgb(255 255 255 / 15%); border-radius: 12px; color: var(--amber); font-size: 12px; font-weight: 850; }
.screen-copy h3 { margin: 0; font-size: 20px; }
.screen-copy p { max-width: 470px; margin: 0; color: #aebfd0; font-size: 13px; line-height: 1.6; }
.screen-frame { margin: 0 16px 16px; overflow: hidden; border-radius: 17px; background: white; box-shadow: 0 24px 50px rgb(0 0 0 / 28%); }
.screen-frame img { display: block; width: 100%; height: auto; }
.mini-browser { display: flex; height: 35px; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid #e6ebf1; background: #f9fbfd; }
.mini-browser i { width: 7px; height: 7px; border-radius: 50%; background: #d5dce5; }

.local-section { display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; padding: 115px max(40px, calc((100vw - 1180px) / 2)); background: white; }
.local-visual { position: relative; min-height: 480px; border-radius: 40px; background: radial-gradient(circle at center, #123f6e, var(--navy-950) 62%); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 8%); }
.local-core { position: absolute; top: 50%; left: 50%; display: grid; width: 150px; height: 150px; transform: translate(-50%, -50%); place-items: center; align-content: center; border: 1px solid rgb(255 255 255 / 16%); border-radius: 38px; background: rgb(7 31 59 / 74%); box-shadow: 0 30px 70px rgb(0 0 0 / 22%); color: white; }
.local-core strong { color: var(--amber); font-size: 40px; letter-spacing: -.06em; }
.local-core small { margin-top: 5px; color: #b6c9dc; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgb(255 255 255 / 11%); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 430px; height: 430px; }
.node { position: absolute; padding: 10px 14px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 999px; background: rgb(255 255 255 / 9%); color: #d5e4f2; font-size: 12px; font-weight: 750; backdrop-filter: blur(8px); }
.node-one { top: 22%; left: 12%; }.node-two { top: 18%; right: 8%; }.node-three { right: 11%; bottom: 18%; }
.local-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.8; }
.payment-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.payment-row span { padding: 9px 12px; border: 1px solid #dfe6ee; border-radius: 999px; color: #3a4b60; font-size: 12px; font-weight: 750; }
.local-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.local-list li { color: #34485e; font-size: 14px; }
.local-list li::before { display: inline-grid; width: 22px; height: 22px; margin-right: 10px; place-items: center; border-radius: 50%; background: #e8f7f1; color: var(--green); content: "✓"; font-size: 12px; font-weight: 900; }

.section-heading.compact { grid-template-columns: 1fr; max-width: 760px; }
.steps { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.steps li { display: flex; gap: 18px; min-height: 190px; padding: 28px; border: 1px solid #e1e7ee; border-radius: 22px; background: white; }
.steps li > span { display: grid; flex: 0 0 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--navy-950); color: var(--amber); font-size: 13px; font-weight: 900; }
.steps h3 { margin: 4px 0 10px; font-size: 20px; }.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.pricing-section { background: linear-gradient(135deg, #fff9ef, #f5f8fc 68%); border-top: 1px solid #e7ebf0; border-bottom: 1px solid #e7ebf0; }
.pricing-inner { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.pricing-copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.billing-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
.billing-options > div { display: grid; gap: 5px; padding: 18px 20px; border: 1px solid #dde5ed; border-radius: 17px; background: rgb(255 255 255 / 70%); }
.billing-options strong { color: var(--navy-950); font-size: 14px; }.billing-options span { color: var(--muted); font-size: 12px; }
.billing-options .annual-plan { border-color: #f1c66f; background: #fff5df; box-shadow: 0 10px 30px rgb(239 160 39 / 12%); }
.billing-options .annual-plan span { color: #9a5a00; font-weight: 800; }
.price-card { padding: 38px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 30px; background: linear-gradient(145deg, var(--navy-950), #0c3b69); box-shadow: 0 35px 90px rgb(4 22 45 / 20%); color: white; }
.price-label { display: inline-flex; padding: 8px 11px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 999px; background: rgb(255 255 255 / 7%); color: #d5e2ef; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price { display: grid; margin: 28px 0 10px; }
.price small { color: #b7cadc; font-size: 13px; font-weight: 650; }
.price strong { margin-top: 3px; color: var(--amber); font-size: clamp(54px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; }
.price > span { margin-top: 5px; color: white; font-size: 17px; font-weight: 800; }
.price-note { margin: 20px 0 0; color: #b7cadc; font-size: 13px; line-height: 1.65; }
.price-card ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 25px 0 0; border-top: 1px solid rgb(255 255 255 / 12%); list-style: none; }
.price-card li { color: #dce7f1; font-size: 13px; }.price-card li::before { margin-right: 9px; color: #45d6a4; content: "✓"; font-weight: 900; }
.price-actions { display: grid; gap: 10px; margin-top: 30px; }
.price-actions .button { width: 100%; }
.button-whatsapp { border: 1px solid #d7e8e1; background: #e7f7f0; color: #075e43; }
.button-whatsapp::before { margin-right: 8px; content: "●"; color: #1fa96d; font-size: 11px; }

.faq-section { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; border-top: 1px solid #e1e7ee; }
.faq-section > .eyebrow { grid-column: 1; margin-bottom: -70px; }.faq-section > h2 { grid-column: 1; align-self: start; }
.faq-list { grid-column: 2; grid-row: 1 / span 3; }
.faq-list details { border-bottom: 1px solid #dfe6ed; }
.faq-list summary { display: flex; min-height: 76px; cursor: pointer; align-items: center; justify-content: space-between; color: var(--navy-950); font-size: 16px; font-weight: 750; list-style: none; }
.faq-list summary::after { color: var(--amber); content: "+"; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 30px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.cta-section { display: flex; width: min(1180px, calc(100% - 48px)); margin: 0 auto 90px; align-items: center; justify-content: space-between; gap: 50px; padding: 70px; border-radius: 34px; background: linear-gradient(125deg, var(--navy-950), #0b3a69); color: white; }
.cta-section > div:first-child { max-width: 760px; }.cta-section h2 { font-size: clamp(36px, 4vw, 58px); }.cta-section p:not(.eyebrow) { margin: 20px 0 0; color: #b9ccdf; font-size: 16px; }
.cta-section .button { flex: 0 0 auto; }
.cta-actions { display: grid; flex: 0 0 auto; gap: 10px; }
.button-whatsapp-dark { border-color: rgb(255 255 255 / 18%); background: rgb(255 255 255 / 8%); color: white; }

footer { display: flex; align-items: center; gap: 35px; padding: 38px max(30px, calc((100vw - 1180px) / 2)); background: #031326; color: #cad8e6; }
footer .brand { margin-right: auto; color: white; } footer > p { margin: 0; font-size: 13px; } footer > a:last-child { color: var(--amber); font-size: 13px; font-weight: 750; }

@media (max-width: 920px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 145px; }
  .hero-copy { max-width: 700px; }
  .product-stage { width: min(720px, 94%); margin: 0 auto; transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .screen-grid { grid-template-columns: 1fr; }
  .local-section { grid-template-columns: 1fr; }
  .local-visual { min-height: 520px; }
  .steps { grid-template-columns: 1fr; }
  .pricing-inner { grid-template-columns: 1fr; gap: 55px; }
  .faq-section { grid-template-columns: 1fr; gap: 25px; }
  .faq-section > .eyebrow, .faq-section > h2, .faq-list { grid-column: 1; grid-row: auto; }
  .faq-section > .eyebrow { margin-bottom: -15px; }
  .cta-section { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; }
  footer { flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .site-header { top: 8px; width: calc(100% - 28px); height: 66px; padding: 0 12px; }
  .site-header .brand-copy { display: none; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 10px; }
  .site-header .nav-cta { padding: 10px 14px; }
  .hero { min-height: auto; padding: 130px 20px 80px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 10px; }
  .floating-stat { display: none; }
  .recognition { flex-wrap: wrap; gap: 16px 26px; }
  .section { width: min(100% - 32px, 1180px); padding: 80px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .screen-grid { width: calc(100% - 32px); }
  .screen-copy { padding: 24px 20px 20px; }
  .local-section { padding: 85px 16px; }
  .local-visual { min-height: 390px; }
  .orbit-one { width: 250px; height: 250px; }.orbit-two { width: 350px; height: 350px; }
  .local-core { width: 125px; height: 125px; }.local-core strong { font-size: 34px; }
  .cta-section { width: calc(100% - 32px); margin-bottom: 50px; padding: 42px 25px; }
  .cta-section .button { width: 100%; }
  .billing-options { grid-template-columns: 1fr; }
  .price-card { padding: 30px 22px; }
  footer { align-items: flex-start; flex-direction: column; gap: 20px; }
}
