:root {
  --navy: #0c2447;
  --navy-2: #123a77;
  --blue: #2563eb;
  --blue-dark: #194fba;
  --blue-soft: #eaf2ff;
  --green: #1fa855;
  --ink: #13213a;
  --muted: #5f6c80;
  --line: #dce4ef;
  --soft: #f5f8fc;
  --white: #fff;
  --shadow: 0 18px 50px rgba(21, 45, 87, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.wrap { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: #fff; color: #111; }
.skip-link:focus { top: 12px; }

.service-bar { background: var(--navy); color: #dbe8ff; font-size: 13px; }
.service-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-bar__actions { display: flex; gap: 20px; }
.service-bar a { color: #fff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,228,239,.9); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.brand > span:last-child span { color: var(--blue); }
.brand__mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: #fff; font-size: 12px; letter-spacing: -.02em; }
nav { display: flex; align-items: center; gap: 25px; color: #536177; font-size: 14px; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--blue); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 21px; border: 1px solid transparent; border-radius: 11px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid #fbbf24; outline-offset: 3px; }
.button--small { min-height: 42px; padding: 9px 16px; font-size: 14px; }
.button--primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(37,99,235,.2); }
.button--primary:hover { background: var(--blue-dark); }
.button--light { background: #fff; color: var(--navy-2); box-shadow: 0 10px 28px rgba(0,0,0,.14); }
.button--whatsapp { background: var(--green); color: #fff; }
.button--whatsapp:hover { background: #188d47; }
.button--outline { border-color: #9bb7e6; color: var(--blue-dark); background: #fff; }
.button--outline:hover { border-color: var(--blue); background: var(--blue-soft); }
.button--full { width: 100%; }

.hero { overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 25%, rgba(76,132,255,.38), transparent 32%), linear-gradient(132deg, #0a2347 0%, #123d82 57%, #1d4ed8 100%); }
.hero__grid { min-height: 585px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding-block: 72px; }
.eyebrow { margin: 0 0 13px; color: #c5d9ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--blue { color: var(--blue); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 730px; margin: 0; font-size: clamp(39px, 5vw, 61px); line-height: 1.04; letter-spacing: -.045em; }
.hero__lead { max-width: 660px; margin: 24px 0 29px; color: #d9e7ff; font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 26px 0 0; padding: 0; color: #d7e5ff; font-size: 14px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: #75e7a6; font-weight: 900; }
.hero__visual { display: flex; justify-content: flex-end; }
.product-card { position: relative; width: min(100%, 480px); padding: 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: rgba(255,255,255,.11); box-shadow: 0 26px 80px rgba(2,12,32,.3); backdrop-filter: blur(8px); }
.product-card picture { overflow: hidden; border-radius: 17px; background: #f1f5fb; }
.product-card img { width: 100%; aspect-ratio: 688 / 524; object-fit: cover; }
.price-badge { position: absolute; top: -14px; right: 20px; z-index: 2; padding: 7px 12px; border-radius: 999px; background: #fbbf24; color: #4f3500; font-size: 12px; font-weight: 850; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.product-card__foot { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding-top: 17px; }
.product-card__foot span { display: flex; flex-direction: column; }
.product-card__foot b { font-size: 13px; }
.product-card__foot small { color: #bad0f6; font-size: 11px; }

.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-strip__grid div { padding: 23px 25px; border-right: 1px solid var(--line); }
.proof-strip__grid div:first-child { border-left: 1px solid var(--line); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: 15px; }
.proof-strip span { color: var(--muted); font-size: 12px; }

.section { padding: 88px 0; }
.section--soft { background: var(--soft); }
.section--navy { color: #fff; background: var(--navy); }
.section-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-heading--left { margin-left: 0; text-align: left; }
.section-heading h2, .split-feature h2, .coverage h2, .industries h2, .quote h2 { margin: 0; font-size: clamp(29px, 4vw, 42px); line-height: 1.15; letter-spacing: -.035em; }
.section-heading > p:last-child { margin: 14px auto 0; color: var(--muted); }

.packages { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 920px; margin: auto; }
.package { position: relative; display: flex; flex-direction: column; gap: 25px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(26,47,82,.07); }
.package--featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.popular { position: absolute; right: 25px; top: -13px; padding: 5px 11px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.package__label { margin: 0 0 6px; color: var(--blue); font-size: 13px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.package__price { display: flex; align-items: center; gap: 13px; }
.package__price strong { font-size: 40px; line-height: 1; letter-spacing: -.04em; }
.old-price { color: #8c97a8; text-decoration: line-through; }
.package__note { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; color: #47556b; list-style: none; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.package .button { margin-top: auto; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.steps > li > span { flex: 0 0 37px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 850; }
.steps h3 { margin: 3px 0 8px; font-size: 18px; line-height: 1.25; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.split-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.body-copy { margin: 20px 0; color: var(--muted); font-size: 17px; }
.text-link { color: var(--blue-dark); font-weight: 750; }
.text-link:hover { text-decoration: underline; }
.benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.benefit-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.benefit-grid article > span { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 9px; background: #e5f7ec; color: var(--green); font-weight: 900; }
.benefit-grid h3 { margin: 0 0 7px; font-size: 17px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.coverage { display: grid; grid-template-columns: 1.12fr .88fr; gap: 65px; align-items: center; }
.coverage > div:first-child > p:not(.eyebrow) { max-width: 660px; color: #c6d5ea; }
.bank-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.bank-list span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.07); color: #e8f0fc; font-size: 13px; }
.area-panel { padding: 29px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); }
.area-panel h3 { margin: 0 0 19px; font-size: 20px; }
.area-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.area-links a { padding: 9px 11px; border-radius: 8px; background: rgba(255,255,255,.09); color: #e4edfc; font-size: 13px; font-weight: 700; }
.area-links a:hover { background: rgba(255,255,255,.16); }
.area-panel__note { margin: 18px 0 0; color: #aebfda; font-size: 12px; }

.industries { padding-block: 55px; border-bottom: 1px solid var(--line); }
.industries__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.industries__inner p:last-child { margin: 0; color: var(--muted); font-size: 17px; }

.faq-wrap { max-width: 960px; }
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; align-items: start; }
details { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
summary { position: relative; padding: 18px 47px 18px 19px; cursor: pointer; font-weight: 750; line-height: 1.35; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 18px; top: 14px; color: var(--blue); font-size: 23px; font-weight: 500; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 19px 19px; color: var(--muted); font-size: 14px; }
.faq-more { margin: 25px 0 0; text-align: center; }

.quote { color: #fff; background: linear-gradient(130deg, var(--navy-2), #1d4ed8); }
.quote__grid { display: grid; grid-template-columns: 1fr 470px; gap: 75px; align-items: center; }
.quote__grid > div > p:not(.eyebrow) { color: #d1e1fb; font-size: 17px; }
.quote__assurance { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 24px 0 0; padding: 0; color: #dce9ff; font-size: 13px; list-style: none; }
.quote__assurance li::before { content: "✓"; margin-right: 7px; color: #74e5a4; }
.quote-form { padding: 30px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.form-row { margin-bottom: 17px; }
.form-row label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 750; }
.form-row input { width: 100%; min-height: 49px; padding: 10px 13px; border: 1px solid #cbd5e1; border-radius: 9px; color: var(--ink); background: #fff; }
.form-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.12); outline: 0; }
.form-row--hidden { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 13px 0 0; color: #778398; font-size: 11px; line-height: 1.45; }
.form-status { min-height: 24px; margin: 11px 0 0; font-size: 13px; font-weight: 700; }
.form-status--ok { color: #177642; }
.form-status--error { color: #b42318; }

.resource-strip { border-bottom: 1px solid #26364f; background: #14243b; color: #c4d1e3; }
.resource-strip__inner { min-height: 72px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 25px; font-size: 13px; }
.resource-strip strong { color: #fff; }
.resource-strip a:hover { color: #fff; text-decoration: underline; }
.site-footer { padding: 55px 0 22px; background: #0b1729; color: #91a1b8; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }
.brand--footer { color: #fff; }
.footer-grid > div:first-child p { max-width: 320px; font-size: 13px; }
.footer-grid h2 { margin: 4px 0 15px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 19px; border-top: 1px solid #25344a; font-size: 11px; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero__grid { grid-template-columns: 1fr 390px; gap: 35px; min-height: auto; padding-block: 58px; }
  .product-card__foot { display: none; }
  .split-feature, .coverage, .industries__inner, .quote__grid { grid-template-columns: 1fr; gap: 38px; }
  .steps { grid-template-columns: 1fr; }
  .quote__grid { max-width: 700px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  body { padding-bottom: 58px; }
  .wrap { width: min(100% - 28px, 1140px); }
  .service-bar__inner { justify-content: center; text-align: center; }
  .service-bar__inner > span:first-child, .service-bar__actions a:first-child { display: none; }
  .site-header .button { display: none; }
  .nav-wrap { min-height: 62px; }
  .hero__grid { grid-template-columns: 1fr; padding-block: 46px 40px; }
  h1 { font-size: clamp(36px, 11vw, 48px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { display: grid; }
  .hero__visual { justify-content: center; margin-top: 13px; }
  .product-card { width: min(100% - 12px, 430px); }
  .proof-strip__grid { grid-template-columns: repeat(2,1fr); }
  .proof-strip__grid div { border-bottom: 1px solid var(--line); }
  .section { padding: 65px 0; }
  .packages, .benefit-grid, .faq-grid { grid-template-columns: 1fr; }
  .package { padding: 27px 23px; }
  .area-links { grid-template-columns: 1fr; }
  .industries { padding-block: 45px; }
  .quote-form { padding: 24px 20px; }
  .resource-strip__inner { padding-block: 20px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; display: flex; align-items: center; justify-content: center; min-height: 58px; background: var(--green); color: #fff; font-weight: 800; box-shadow: 0 -8px 25px rgba(6,30,18,.2); }
}

@media (max-width: 390px) {
  .proof-strip__grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
