:root {
  --green: #087a43;
  --green-dark: #075c35;
  --gold: #f7b51b;
  --gold-dark: #c78500;
  --ink: #172033;
  --muted: #667085;
  --night: #07130d;
  --paper: #ffffff;
  --bg: #eef2f0;
  --alt: #e3ebe6;
  --line: #d6e0da;
  --shadow: 0 18px 48px rgba(7, 19, 13, .16);
  --r: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--ink); background: var(--bg); letter-spacing: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: var(--r); border: 1px solid transparent; padding: 0 16px; font-size: 14px; font-weight: 720; cursor: pointer; text-align: center; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-brand { background: var(--gold); color: #111827; box-shadow: 0 12px 28px rgba(247, 181, 27, .28); }
.btn-soft { background: #eaf7ef; color: var(--green-dark); border-color: #cde8d7; }
.btn-outline-white { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.32); color: #fff; }
.btn-lg { min-height: 50px; padding: 0 20px; }
.label, .eyebrow { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; font-size: 10.5px; font-weight: 720; text-transform: uppercase; letter-spacing: .03em; max-width: 100%; line-height: 1.25; }
.label { background: var(--gold); color: #1f2937; padding: 7px 10px; box-shadow: 0 8px 18px rgba(247, 181, 27, .18); }
.eyebrow { color: var(--green-dark); margin-bottom: 8px; }

.topbar { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand img { width: 218px; height: auto; object-fit: contain; }
.navlinks, .mobile-nav { align-items: center; }
.navlinks { display: flex; gap: 18px; color: #344054; font-weight: 680; font-size: 15px; text-transform: uppercase; }
.navlinks a:hover { color: var(--green); }
.mobile-nav { display: none; gap: 8px; overflow-x: auto; padding: 0 0 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; }
.mobile-nav::-webkit-scrollbar { display: none; }
.mobile-nav a { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 0 14px; font-size: 13px; font-weight: 850; scroll-snap-align: start; }

.hero { position: relative; min-height: min(88vh, 820px); color: #fff; display: grid; align-items: end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; opacity: .38; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,13,.97) 0%, rgba(7,19,13,.82) 48%, rgba(7,19,13,.58) 100%); }
.hero-symbol { position: absolute; right: clamp(20px, 7vw, 92px); top: 18%; width: clamp(150px, 24vw, 330px); opacity: .16; filter: drop-shadow(0 22px 46px rgba(0,0,0,.26)); z-index: 1; pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding: 120px 0 58px; }
.hero .label, .section-dark .label { background: var(--gold); color: #172033; border: 1px solid rgba(247,181,27,.85); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 960px; font-size: clamp(38px, 6vw, 70px); font-weight: 760; line-height: 1.01; letter-spacing: 0; margin: 18px 0 18px; overflow-wrap: anywhere; }
.hero p { max-width: 780px; color: #e1eee7; font-size: 18px; line-height: 1.65; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 900px; }
.hero-proof span { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); border-radius: var(--r); padding: 14px; color: #d9e8df; font-size: 13px; line-height: 1.38; }
.hero-proof strong { display: block; color: var(--gold); font-size: 20px; font-weight: 780; margin-bottom: 5px; text-transform: uppercase; }

.section { padding: 78px 0; background: var(--bg); }
.section-dark { background: var(--night); color: #fff; }
.section-hd { max-width: 850px; margin-bottom: 34px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
h2 { font-size: clamp(28px, 3.7vw, 46px); font-weight: 760; line-height: 1.1; letter-spacing: 0; margin-bottom: 12px; overflow-wrap: anywhere; }
.section-hd p, .demo-grid p, .feature-copy p { color: var(--muted); font-size: 16px; line-height: 1.58; margin-bottom: 0; }
.section-dark .feature-copy p { color: #c9d8ce; }

.store-steps { padding: 28px 0; background: #fff; border-bottom: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 12px; }
.steps-grid article { display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; align-items: start; border: 1px solid var(--line); border-radius: var(--r); padding: 16px; background: #fbfdfb; min-height: 112px; }
.steps-grid i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--r); background: #eaf7ef; color: var(--green); font-size: 18px; grid-row: span 2; }
.steps-grid strong { display: block; font-size: 15px; font-weight: 760; margin-bottom: 4px; }
.steps-grid span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: 0 12px 32px rgba(7,19,13,.08); display: flex; flex-direction: column; }
.product-mark { min-height: 128px; display: grid; place-items: center; background: #08100b; padding: 20px; }
.product-mark img { max-width: 260px; max-height: 78px; object-fit: contain; }
.product-shot { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid var(--line); }
.product-body { padding: 22px; display: grid; gap: 12px; flex: 1; }
.product-body h3 { font-size: 25px; font-weight: 760; margin-bottom: 0; }
.product-body p { color: var(--muted); line-height: 1.55; font-size: 15px; margin: 0; }
.product-body ul, .price-card ul { margin: 0; padding-left: 18px; color: #344054; line-height: 1.58; font-size: 14px; }
.product-body .btn { width: max-content; margin-top: auto; }

.pricing-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; box-shadow: 0 12px 28px rgba(7,19,13,.07); min-height: 100%; }
.price-card.featured { border-color: rgba(247,181,27,.86); box-shadow: 0 18px 46px rgba(247,181,27,.18); }
.price-card.enterprise { background: #07130d; color: #fff; border-color: rgba(255,255,255,.12); }
.badge { position: absolute; top: 14px; right: 14px; border-radius: 999px; background: var(--gold); color: #111827; padding: 6px 9px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.price-head { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: start; padding-right: 84px; }
.price-card:not(.featured) .price-head { padding-right: 0; }
.plan-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: var(--r); background: #eaf7ef; color: var(--green); font-size: 20px; }
.enterprise .plan-icon { background: rgba(247,181,27,.16); color: var(--gold); }
.price-head h3 { font-size: 23px; font-weight: 760; margin-bottom: 5px; overflow-wrap: anywhere; }
.price-head p { margin: 0; color: var(--muted); line-height: 1.42; font-size: 13px; }
.enterprise .price-head p, .enterprise ul { color: #c9d8ce; }
.price { display: flex; align-items: baseline; gap: 3px; font-size: 54px; line-height: 1; font-weight: 900; letter-spacing: 0; }
.price span { font-size: 19px; color: var(--green); }
.enterprise .price span { color: var(--gold); }
.price small { font-size: 14px; color: var(--muted); font-weight: 800; }
.enterprise .price small { color: #c9d8ce; }
.price-card .btn { width: 100%; margin-top: auto; }

.feature-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.feature-layout.reverse { grid-template-columns: 1.1fr .9fr; }
.feature-layout.reverse .feature-copy { order: 2; }
.feature-layout.reverse .feature-media { order: 1; }
.feature-list { display: grid; gap: 12px; margin-top: 24px; }
.feature-list div { display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 14px; }
.feature-list.dark div { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.feature-list i { width: 44px; height: 44px; border-radius: var(--r); display: grid; place-items: center; background: var(--gold); color: #172033; grid-row: span 2; }
.feature-list strong { display: block; margin-bottom: 4px; }
.feature-list span { color: var(--muted); font-size: 14px; line-height: 1.48; }
.feature-list.dark span { color: #c9d8ce; }
.feature-media { display: grid; gap: 14px; }
.feature-media img { width: 100%; border-radius: var(--r); border: 1px solid var(--line); box-shadow: var(--shadow); object-fit: cover; }
.section-dark .feature-media img { border-color: rgba(255,255,255,.14); }

.access-section { background: #f8fbf9; border-top: 1px solid var(--line); }
.access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.access-card { min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; border-radius: var(--r); border: 1px solid var(--line); background: #08100b; color: #fff; padding: 22px; box-shadow: var(--shadow); }
.access-card img { max-width: 250px; max-height: 96px; object-fit: contain; margin-bottom: auto; }
.access-card strong { font-size: 23px; font-weight: 760; }
.access-card span { color: #d6e4db; line-height: 1.5; }

.demo-section { background: var(--alt); border-top: 1px solid var(--line); }
.demo-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: start; }
.contact-points { display: grid; gap: 10px; margin-top: 22px; }
.contact-points span { display: flex; gap: 10px; align-items: center; color: #344054; font-weight: 680; font-size: 15px; }
.contact-points i { color: var(--green); }
.lead-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; display: grid; gap: 12px; box-shadow: var(--shadow); }
#leadForm { scroll-margin-top: 116px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; color: var(--ink); padding: 10px 12px; font-size: 16px; line-height: 1.25; }
textarea { min-height: 120px; resize: vertical; }
.form-note { color: var(--muted); font-size: 13px; line-height: 1.45; }
.whatsapp { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom)); width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; z-index: 50; box-shadow: 0 16px 34px rgba(37,211,102,.34); font-size: 24px; }
footer { background: #050b07; color: #d8e6dc; padding: 28px 0; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-row img { width: 220px; height: auto; object-fit: contain; }
.footer-row a { color: #fff; border-bottom: 1px solid rgba(247,181,27,.5); font-weight: 800; }

@media (max-width: 1040px) {
  .navlinks, .topbar .btn { display: none; }
  .mobile-nav { display: flex; }
  .hero { min-height: 0; }
  .hero-bg { grid-template-columns: 1fr; }
  .hero-bg img:nth-child(2) { display: none; }
  .feature-layout, .feature-layout.reverse, .demo-grid { grid-template-columns: 1fr; }
  .feature-layout.reverse .feature-copy, .feature-layout.reverse .feature-media { order: initial; }
  .feature-media { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 112px; }
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 62px; }
  .brand img { width: 150px; }
  .hero-symbol { right: -26px; top: 12%; width: 170px; opacity: .11; }
  .mobile-nav { padding-bottom: 10px; }
  .mobile-nav a { min-height: 42px; padding: 0 12px; font-size: 12px; }
  .hero-content { padding: 58px 0 38px; }
  h1 { font-size: 34px; line-height: 1.03; }
  h2 { font-size: 28px; line-height: 1.12; }
  .hero p, .section-hd p, .demo-grid p, .feature-copy p { font-size: 16px; }
  .hero-actions .btn, .product-body .btn, .lead-form .btn { width: 100%; }
  .hero-proof, .form-row, .product-grid, .pricing-grid, .access-grid, .feature-media { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .store-steps { padding: 18px 0; }
  .product-mark { min-height: 104px; }
  .product-mark img { max-height: 68px; max-width: 220px; }
  .product-body, .price-card { padding: 18px; }
  .feature-list div, .steps-grid article { grid-template-columns: 1fr; }
  .feature-list i, .steps-grid i { grid-row: auto; margin-bottom: 8px; }
  .price-head { padding-right: 0; }
  .badge { position: static; width: max-content; max-width: 100%; }
  .price { font-size: 46px; }
  .access-card { min-height: 220px; }
  .lead-form { padding: 16px; }
  #leadForm { scroll-margin-top: 122px; }
  .whatsapp { width: 54px; height: 54px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
  footer { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
  .container { width: min(100% - 22px, 1180px); }
  .brand img { width: 138px; }
  h1 { font-size: 30px; }
  h2 { font-size: 25px; }
  .price { font-size: 40px; }
  .label { font-size: 11px; }
  .mobile-nav a { padding: 0 10px; }
}
