:root {
  font-family: 'DM Sans', sans-serif;
  color: #0b1e3a;
  background: #ffffff;
  font-synthesis: none;
  --navy: #0b1e3a;
  --navy-soft: #142b4d;
  --gold: #efb923;
  --gold-deep: #b47c13;
  --gold-light: #fff3c3;
  --ink: #10213a;
  --muted: #647186;
  --paper: #ffffff;
  --cream: #fbf9f3;
  --line: #e3e6eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 10; height: 88px; border-bottom: 1px solid #e6e9ee; background: #fff; }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 6px; min-width: 210px; }
.brand-logo { position: relative; display: block; width: 76px; height: 66px; overflow: hidden; flex: 0 0 76px; background: #fff; }
.brand-logo img { position: absolute; width: 168%; max-width: none; left: -28%; top: -5%; }
.brand-name { color: var(--navy); font: 800 17px/1 Manrope, sans-serif; letter-spacing: -.4px; }
.brand-name small { display: block; margin-top: 5px; color: var(--gold-deep); font: 700 9px/1 'DM Sans', sans-serif; letter-spacing: 2.4px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #40506a; font-size: 13px; font-weight: 700; }
.nav-links > a:not(.nav-action):hover { color: var(--gold-deep); }
.nav-action { padding: 13px 20px; border-radius: 5px; background: var(--navy); color: #fff; }
.mobile-action { display: none; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); color: #fff; }
.hero::after { content: ''; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 76% 38%, #1b3b67 0, transparent 28%), linear-gradient(120deg, #08182f 0%, #0b1e3a 62%, #112b50 100%); }
.hero-pattern { position: absolute; z-index: -1; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.45) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 5%, #000 80%); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 78px; padding-block: 74px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow > span { width: 34px; height: 2px; background: var(--gold); }
h1, h2 { margin: 0; font-family: Manrope, sans-serif; letter-spacing: -.045em; }
h1 { max-width: 700px; font-size: clamp(45px, 5.4vw, 70px); line-height: 1.07; }
.hero-intro { max-width: 650px; margin: 26px 0 0; color: #c5d0df; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 0; border-radius: 5px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(110deg, #f7d34e, var(--gold) 55%, #d69c13); color: var(--navy); box-shadow: 0 10px 30px rgba(239,185,35,.13); }
.button-outline { border: 1px solid rgba(255,255,255,.32); color: #fff; }
.trust-list { display: flex; gap: 28px; margin-top: 35px; color: #aebdd0; font-size: 12px; }
.trust-list i { margin-right: 6px; color: var(--gold); font-style: normal; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 430px); padding: 18px 18px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(255,255,255,.08); box-shadow: 0 35px 80px rgba(1,8,20,.35); }
.hero-logo { position: relative; height: 360px; overflow: hidden; border-radius: 3px; background: #fff; }
.hero-logo img { position: absolute; width: 197%; max-width: none; left: -42%; top: -7%; }
.hero-visual > p { margin: 14px 4px 0; color: #c7d1df; font-size: 10px; font-weight: 700; letter-spacing: 1.6px; text-align: center; text-transform: uppercase; }
.gold-corner { position: absolute; z-index: 2; right: 7px; top: 7px; width: 72px; height: 72px; border-top: 3px solid var(--gold); border-right: 3px solid var(--gold); }

.services { padding: 104px 0 112px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 52px; }
.section-heading h2, .request-intro h2 { font-size: clamp(35px, 4.2vw, 52px); line-height: 1.12; }
.section-heading > p { margin: 0 0 3px; color: var(--muted); line-height: 1.72; }
.kicker { margin-bottom: 13px; color: var(--gold-deep); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 292px; padding: 32px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.service-card:hover, .service-card:focus-visible { z-index: 1; outline: none; background: var(--navy); color: #fff; box-shadow: 0 18px 48px rgba(11,30,58,.16); transform: translateY(-3px); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 31px; }
.service-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 6px; background: var(--gold-light); color: var(--gold-deep); }
.service-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-number { color: #a2abba; font: 700 10px Manrope, sans-serif; }
.service-card strong { display: block; min-height: 48px; margin-bottom: 10px; font: 700 18px/1.35 Manrope, sans-serif; }
.service-text { display: block; min-height: 67px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-card:hover .service-text, .service-card:focus-visible .service-text { color: #bdc9d8; }
.service-card em { display: block; margin-top: 20px; color: var(--gold); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .3px; opacity: 0; transition: opacity .2s; }
.service-card:hover em, .service-card:focus-visible em { opacity: 1; }
.seo-services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-services article { min-height: 180px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-services h3 { margin: 0 0 12px; color: var(--navy); font: 700 18px/1.35 Manrope, sans-serif; }
.seo-services p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.request-section { padding: 106px 0; background: var(--cream); border-top: 1px solid #eee9da; }
.request-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; align-items: start; }
.request-intro { position: sticky; top: 35px; }
.request-intro > p:not(.kicker) { max-width: 420px; color: var(--muted); line-height: 1.72; }
.kicker.light { color: var(--gold-deep); }
.privacy-note { display: flex; gap: 14px; margin-top: 34px; padding: 23px 0 0; border-top: 1px solid #ded9ca; color: #6b7482; font-size: 12px; line-height: 1.6; }
.privacy-note > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border: 1px solid #d8b451; border-radius: 50%; color: var(--gold-deep); }
.privacy-note p { margin: 0; }.privacy-note strong{display:block;color:var(--navy)}
.form-area { display: grid; gap: 18px; }
.request-form, .preview-card { padding: 38px; border: 1px solid #e1e4e9; border-radius: 8px; background: #fff; box-shadow: 0 22px 60px rgba(11,30,58,.08); }
.questionnaire-progress { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 32px; }
.questionnaire-progress::before { content: ''; position: absolute; z-index: 0; left: 10%; right: 10%; top: 14px; height: 1px; background: #dfe3e9; }
.questionnaire-progress > span { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #929aa7; font-size: 9px; font-weight: 700; text-align: center; }
.questionnaire-progress i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #d9dee5; border-radius: 50%; background: #fff; color: #8c96a5; font-style: normal; }
.questionnaire-progress span.active, .questionnaire-progress span.done { color: var(--navy); }
.questionnaire-progress span.active i { border-color: var(--navy); background: var(--navy); color: var(--gold); }
.questionnaire-progress span.done i { border-color: #d4a82c; background: var(--gold-light); color: var(--gold-deep); }
.form-step { display: none; }.form-step.active{display:block}
.form-title, .preview-head > div { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-title > span, .preview-head > div > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 9px; font-weight: 800; }
.form-title p, .preview-head p { margin: 0; color: var(--navy); font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.request-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #1a2b43; font-size: 11px; font-weight: 800; }
.request-form label small { display: inline; color: #8b94a1; font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid #d9dee5; border-radius: 5px; outline: none; background: #fcfcfb; color: var(--ink); padding: 13px 14px; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #c79824; box-shadow: 0 0 0 3px rgba(239,185,35,.14); }
.invalid { border-color: #b53737!important; box-shadow: 0 0 0 3px rgba(181,55,55,.08)!important; }
.step-error { min-height: 18px; margin: -4px 0 7px; color: #b53737; font-size: 12px; }
.step-actions { display: flex; justify-content: space-between; gap: 10px; }.step-actions.end{justify-content:flex-end}
.button-back { border: 1px solid #d7dce3; background: #fff; color: var(--navy); }
.choice-field { margin: 0 0 18px; padding: 0; border: 0; }
.choice-field legend { margin-bottom: 10px; color: #1a2b43; font-size: 11px; font-weight: 800; }.choice-field legend small{color:#8b94a1;font-weight:500}
.choice-row, .check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.request-form label.choice { display: flex; align-items: center; gap: 9px; min-height: 44px; margin: 0; padding: 10px 12px; border: 1px solid #dce1e7; border-radius: 5px; background: #fcfcfb; cursor: pointer; }
.choice input, .consent input { width: 16px; height: 16px; flex: 0 0 16px; margin: 0; padding: 0; accent-color: var(--navy); box-shadow: none!important; }
.choice span { color: #435168; font-size: 11px; font-weight: 600; }
.request-form label.consent { display: flex; align-items: flex-start; gap: 11px; margin: 26px 0 20px; padding: 14px; border: 1px solid #e3dfd2; border-radius: 5px; background: var(--cream); color: #697383; font-size: 10px; font-weight: 500; line-height: 1.55; }
.consent input { margin-top: 1px; }.consent input.invalid{outline:2px solid #b53737;outline-offset:2px}
.honey { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.form-submit { width: 100%; }
.preview-card { display: none; }.preview-card.visible{display:block}
.preview-head { display: flex; align-items: flex-start; justify-content: space-between; }.preview-head > div{flex:1}.preview-head > i{padding:6px 8px;border-radius:4px;background:var(--gold-light);color:var(--gold-deep);font-size:9px;font-style:normal;font-weight:800}
.preview-text { margin: 0 0 23px; white-space: pre-wrap; color: #48566b; font-size: 13px; line-height: 1.68; }
.preview-actions { display: flex; flex-wrap: wrap; gap: 10px; }.button-email{background:var(--navy);color:#fff}.button-copy{border:1px solid #d7dce3;background:#fff;color:var(--navy)}.button-whatsapp{background:#1f9b5f;color:#fff}.send-status{min-height:18px;margin:13px 0 0;color:#687486;font-size:12px;font-weight:700}.send-status.success{color:#23865a}.send-status.error{color:#b53737}.button:disabled{cursor:wait;opacity:.65;transform:none}

footer { padding: 26px 0; background: #07162c; color: #9caabd; }
.footer-inner { display: grid; grid-template-columns: auto 1fr 1.5fr; align-items: center; gap: 35px; font-size: 11px; }
.footer-inner p, .footer-inner small { margin: 0; line-height: 1.55; }
.footer-brand { display: flex; align-items: center; color: #fff; font-weight: 800; white-space: nowrap; }
.footer-brand .brand-logo { width: 64px; height: 54px; flex-basis: 64px; }.footer-brand .brand-logo img{width:168%;left:-28%;top:-5%}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-block: 74px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { justify-self: stretch; width: 100%; }
  .hero-logo { height: 330px; }.hero-logo img{width:150%;left:-25%;top:-5%}
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-services { grid-template-columns: repeat(2, 1fr); }
  .request-shell { grid-template-columns: 1fr; gap: 43px; }
  .request-intro { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }.footer-inner small{grid-column:1/-1}
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1160px); }
  .site-header { height: 76px; }.brand{min-width:0}.brand-logo{width:64px;height:56px;flex-basis:64px}.brand-name{font-size:14px}.brand-name small{font-size:7px;letter-spacing:1.9px}
  .nav-links { display: none; }.mobile-action{display:grid;width:39px;height:39px;place-items:center;border-radius:50%;background:var(--gold);color:var(--navy);font-weight:800}
  .hero-grid { min-height: auto; padding-block: 70px; }
  h1 { font-size: clamp(39px, 12vw, 52px); }.hero-intro{font-size:15px;line-height:1.68}
  .hero-actions { display: grid; }.button{width:100%}
  .trust-list { display: grid; gap: 8px; }
  .hero-visual { padding: 11px 11px 14px; }.hero-logo{height:280px}.hero-logo img{width:185%;left:-36%;top:-7%}
  .services, .request-section { padding: 76px 0; }
  .service-grid { grid-template-columns: 1fr; }.service-card{min-height:260px;padding:28px}
  .seo-services { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .request-form, .preview-card { padding: 25px 20px; }
  .questionnaire-progress > span { font-size: 8px; }.check-grid{grid-template-columns:1fr}.step-actions{display:grid;grid-template-columns:1fr 1fr}.step-actions.end{display:flex}.preview-actions { flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; }.footer-inner small{grid-column:auto}
}

@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.button,.service-card{transition:none} }
