:root {
  --navy: #17355a;
  --navy-2: #142f53;
  --navy-3: #1e3c61;
  --gold: #d4b56a;
  --gold-deep: #b9934b;
  --cream: #f5f2e9;
  --cream-2: #ebe6da;
  --white: #ffffff;
  --ink: #10233c;
  --muted: #697586;
  --line: #ddd8cc;
  --green: #39b171;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --shadow: 0 26px 80px rgba(10, 31, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); font-family: var(--font-body); background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 4px; }
.skip-link:focus { top: 16px; }

.topbar { color: #dbe3ee; background: #071a32; font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 9px; }
.topbar a { color: var(--gold); font-weight: 700; letter-spacing: .06em; }
.status-dot { width: 6px; height: 6px; background: #57c587; border-radius: 50%; box-shadow: 0 0 0 4px rgba(87,197,135,.12); }

.site-header { height: 76px; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(13,35,66,.09); backdrop-filter: blur(14px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { position: relative; width: 42px; height: 46px; overflow: hidden; border-radius: 5px; background: #f3f0e8; }
.brand-mark img { position: absolute; width: 108px; max-width: none; left: -33px; top: -25px; }
.brand-copy { display: flex; flex-direction: column; color: var(--navy); line-height: 1; }
.brand-copy strong { font: 800 16px/1 var(--font-display); letter-spacing: .14em; }
.brand-copy small { margin-top: 6px; font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 38px); margin-left: auto; }
.desktop-nav a { position: relative; padding-block: 28px; color: #314057; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 1px; background: var(--gold-deep); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.language-switch { display: flex; align-items: center; gap: 7px; padding: 6px 8px; background: var(--cream); border-radius: 999px; }
.language-switch button { width: 27px; height: 24px; padding: 0; border: 0; border-radius: 99px; color: #798392; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .06em; transition: .2s ease; }
.language-switch button.active { color: var(--white); background: var(--navy); }
.language-switch > span { width: 1px; height: 11px; background: #cfc9bc; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 2px; font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 11px; }
.button-gold { color: #10233c; background: var(--gold); box-shadow: 0 10px 25px rgba(212,181,106,.16); }
.button-gold:hover, .button-gold:focus-visible { background: #e3c77e; box-shadow: 0 14px 30px rgba(212,181,106,.26); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.35); }
.button-outline-light:hover, .button-outline-light:focus-visible { color: var(--navy); background: var(--white); border-color: var(--white); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: var(--cream); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-button span { width: 18px; height: 1.5px; background: var(--navy); transition: .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 76px; left: 0; width: 100%; padding: 24px max(24px, calc((100% - 1160px)/2)); background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav a:not(.button) { display: block; padding: 14px 0; border-bottom: 1px solid #eeeae2; font-family: var(--font-display); font-size: 15px; font-weight: 700; }
.mobile-nav .button { width: 100%; margin-top: 20px; }

.section-dark, .hero { color: var(--white); background: var(--navy); }
.hero { position: relative; min-height: 700px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -170px; top: -240px; border-radius: 50%; background: rgba(212,181,106,.05); border: 1px solid rgba(212,181,106,.11); }
.hero-grid { position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; padding-block: 82px 76px; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 12px; color: var(--gold-deep); font: 800 10px/1 var(--font-display); letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-gold { color: var(--gold); }
.eyebrow-line { width: 28px; height: 1px; background: currentColor; }
.hero h1 { max-width: 700px; margin: 0; font: 700 clamp(50px, 5.1vw, 76px)/1.05 var(--font-display); letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--gold); font-style: normal; }
.hero-lede { max-width: 660px; margin: 28px 0 0; color: #c6d0dd; font-size: clamp(16px, 1.45vw, 18px); line-height: 1.75; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.hero-actions .button { min-width: 238px; }
.arrow { font-size: 17px; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; }
.text-link.light { color: #dce3ec; }
.text-link span:last-child { color: var(--gold); }
.hero-trust { margin-top: 54px; padding-top: 22px; display: flex; border-top: 1px solid rgba(255,255,255,.13); }
.hero-trust > div { min-width: 130px; padding-right: 26px; margin-right: 26px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-trust > div:last-child { border-right: 0; margin-right: 0; }
.hero-trust strong { color: var(--gold); font: 700 10px var(--font-display); letter-spacing: .08em; }
.hero-trust span { color: #bfc9d6; font-size: 11px; font-weight: 600; }

.hero-visual { position: relative; min-height: 515px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(212,181,106,.18); }
.orbit-one { width: 470px; height: 470px; right: -12px; top: 25px; }
.orbit-two { width: 350px; height: 350px; right: 48px; top: 85px; border-style: dashed; }
.brief-card { position: absolute; z-index: 2; width: min(390px, 88%); right: 28px; top: 72px; color: var(--ink); background: #f7f4ed; box-shadow: 0 34px 80px rgba(2,12,28,.33); transform: rotate(-2deg); }
.brief-head { min-height: 80px; padding: 19px 22px; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid #dcd6ca; }
.brief-head > div { display: flex; flex-direction: column; gap: 6px; }
.brief-head span, .brief-main > p { color: #7e8792; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.brief-head strong { color: var(--navy); font: 800 16px var(--font-display); letter-spacing: .04em; }
.brief-head .brief-status { padding: 8px 10px; color: #70551f; background: #ead9aa; border-radius: 2px; letter-spacing: .1em; }
.brief-main { padding: 24px 22px 14px; }
.brief-main > p { margin: 0 0 20px; }
.brief-row { padding: 13px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #e3ded4; font-size: 11px; }
.brief-row span { color: #7a8490; }
.brief-row strong { color: #223650; font-weight: 700; }
.brief-progress { height: 4px; margin: 18px 22px 10px; background: #ded9cf; }
.brief-progress span { display: block; width: 64%; height: 100%; background: var(--gold-deep); }
.brief-footer { padding: 5px 22px 23px; display: flex; justify-content: space-between; color: #7a8490; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.brief-footer strong { color: var(--navy); }
.floating-note { position: absolute; z-index: 3; min-width: 175px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: var(--white); box-shadow: 0 18px 45px rgba(1,12,30,.26); }
.floating-note > span { width: 34px; height: 34px; display: grid; place-items: center; flex: none; color: var(--navy); background: #e8ddc0; border-radius: 50%; font-size: 10px; font-weight: 800; }
.floating-note p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.floating-note small { color: #8b9199; font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.floating-note strong { color: var(--navy); font-size: 11px; }
.note-one { left: 6px; top: 128px; transform: rotate(2deg); }
.note-two { right: 0; bottom: 30px; transform: rotate(1deg); }

.brand-band { padding: 29px 0 21px; background: var(--cream); border-bottom: 1px solid var(--line); }
.brand-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-band-inner > p { margin: 0; color: #8a7250; font: 800 9px var(--font-display); letter-spacing: .18em; white-space: nowrap; }
.brand-list { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 3vw, 42px); color: var(--navy); font: 700 clamp(16px, 2vw, 23px) var(--font-display); letter-spacing: -.03em; }
.brand-list i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-deep); }
.brand-disclaimer { margin-top: 18px; margin-bottom: 0; padding-top: 15px; color: #8a8a85; border-top: 1px solid rgba(13,35,66,.08); font-size: 8px; line-height: 1.5; text-align: center; }

.section { padding: 110px 0; }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.section-heading h2, .categories-head h2, .process-head h2, .practical-card h2, .quote-intro h2 { margin: 0; font: 700 clamp(35px, 4vw, 54px)/1.12 var(--font-display); letter-spacing: -.045em; }
.section-copy { padding-left: 36px; border-left: 1px solid var(--gold-deep); }
.section-copy p { margin: 0 0 18px; color: #586575; font-size: 15px; line-height: 1.75; }
.section-copy p:last-child { margin-bottom: 0; }
.service-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 338px; padding: 42px 36px; background: rgba(255,255,255,.52); border-right: 1px solid var(--line); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 1; background: var(--white); transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { position: absolute; right: 25px; top: 22px; color: #b5ab98; font: 700 9px var(--font-display); }
.service-icon { position: relative; width: 56px; height: 56px; margin-bottom: 35px; border: 1px solid #d6c8a3; border-radius: 50%; }
.icon-search::before { content: ""; position: absolute; width: 17px; height: 17px; left: 16px; top: 13px; border: 2px solid var(--navy); border-radius: 50%; }
.icon-search::after { content: ""; position: absolute; width: 10px; height: 2px; left: 32px; top: 33px; background: var(--navy); transform: rotate(45deg); }
.icon-chart { display: flex; align-items: end; justify-content: center; gap: 4px; padding-bottom: 14px; }
.icon-chart i { width: 5px; background: var(--navy); }
.icon-chart i:nth-child(1) { height: 10px; }
.icon-chart i:nth-child(2) { height: 17px; }
.icon-chart i:nth-child(3) { height: 24px; background: var(--gold-deep); }
.icon-route::before, .icon-route::after { content: ""; position: absolute; width: 7px; height: 7px; border: 2px solid var(--navy); border-radius: 50%; }
.icon-route::before { left: 12px; top: 12px; }
.icon-route::after { right: 11px; bottom: 11px; }
.icon-route i:first-child { position: absolute; width: 23px; height: 19px; left: 17px; top: 19px; border-bottom: 2px dashed var(--gold-deep); transform: rotate(-30deg); }
.service-card h3 { margin: 0 0 13px; font: 700 21px var(--font-display); letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.categories-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.categories-head > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.category-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.category-card { grid-column: span 2; overflow: hidden; background: var(--cream); border: 1px solid #ebe6da; }
.feature-category { grid-column: span 3; }
.category-card:nth-child(2) { grid-column: span 3; }
.category-art { position: relative; height: 180px; overflow: hidden; background: #102a4b; }
.category-art::before { content: ""; position: absolute; width: 210px; height: 210px; right: -60px; top: -110px; border: 1px solid rgba(212,181,106,.3); border-radius: 50%; box-shadow: 0 0 0 36px rgba(212,181,106,.035); }
.category-copy { min-height: 150px; padding: 24px 26px 28px; }
.category-copy > span { color: var(--gold-deep); font: 800 8px var(--font-display); }
.category-copy h3 { margin: 12px 0 8px; font: 700 18px var(--font-display); letter-spacing: -.025em; }
.category-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.electronics-art span { position: absolute; width: 160px; height: 96px; left: calc(50% - 70px); top: 42px; border: 5px solid #d2b76f; border-radius: 7px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.1); transform: rotate(-5deg); }
.electronics-art span::before { content: ""; position: absolute; inset: 8px; background: linear-gradient(135deg, #2d4b70, #091a31); }
.electronics-art i { position: absolute; width: 72px; height: 45px; left: 48px; top: 94px; background: #efe9dc; border-radius: 6px; transform: rotate(7deg); box-shadow: 0 12px 25px rgba(0,0,0,.25); }
.electronics-art b { position: absolute; width: 29px; height: 29px; left: 69px; top: 102px; border: 2px solid var(--gold-deep); border-radius: 50%; }
.screen-art span { position: absolute; width: 190px; height: 105px; left: calc(50% - 95px); top: 34px; border: 6px solid #0a1728; background: linear-gradient(135deg, #bf9c55, #3f5878 48%, #132b4c); box-shadow: 0 20px 40px rgba(0,0,0,.25); }
.screen-art i { position: absolute; width: 86px; height: 5px; left: calc(50% - 43px); top: 145px; background: #d8c18a; }
.audio-art span { position: absolute; width: 76px; height: 122px; left: calc(50% - 38px); top: 28px; border: 3px solid #caaa60; border-radius: 38px; background: #071a32; }
.audio-art span::before, .audio-art span::after { content: ""; position: absolute; left: 50%; border: 2px solid #47617f; border-radius: 50%; transform: translateX(-50%); }
.audio-art span::before { width: 38px; height: 38px; top: 15px; }
.audio-art span::after { width: 52px; height: 52px; bottom: 10px; }
.audio-art i { position: absolute; width: 2px; height: 50px; left: calc(50% + 54px); top: 52px; background: var(--gold); box-shadow: 8px 9px 0 rgba(212,181,106,.4), 16px -7px 0 rgba(212,181,106,.18); }
.appliance-art span { position: absolute; width: 103px; height: 95px; left: calc(50% - 52px); top: 47px; border-radius: 44% 44% 12px 12px; background: #d6b870; box-shadow: inset -13px -11px 0 #aa8b46; }
.appliance-art span::before { content: ""; position: absolute; width: 62px; height: 46px; left: 21px; top: 27px; border-radius: 50%; background: #1b3558; }
.appliance-art i { position: absolute; width: 34px; height: 42px; left: calc(50% - 17px); top: 8px; border: 4px solid #b69750; border-bottom: 0; border-radius: 10px 10px 0 0; }
.appliance-art b { position: absolute; width: 23px; height: 23px; left: calc(50% - 11px); top: 81px; border: 2px solid var(--gold); border-radius: 50%; }
.home-art span { position: absolute; width: 106px; height: 115px; left: calc(50% - 53px); top: 35px; background: linear-gradient(to right, #e1c985 20%, #b79750 21%, #c9aa62 78%, #9d7d3d 79%); border-radius: 12px 12px 28px 28px; transform: rotate(-2deg); }
.home-art span::before { content: ""; position: absolute; width: 46px; height: 30px; left: 30px; top: 23px; border-radius: 4px; background: var(--navy); box-shadow: inset 0 0 0 2px #315076; }
.home-art i { position: absolute; width: 36px; height: 8px; left: calc(50% - 18px); top: 9px; background: var(--gold); box-shadow: 0 8px 0 #8d733b; }
.availability-panel { margin-top: 80px; padding: 48px 52px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 42px; color: var(--white); background: var(--navy); }
.availability-badge { width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(212,181,106,.45); border-radius: 50%; transform: rotate(-8deg); }
.availability-badge span { color: #dce3ed; font-size: 8px; letter-spacing: .15em; }
.availability-badge strong { margin-top: 4px; color: var(--gold); font: 800 15px var(--font-display); }
.availability-panel .eyebrow { margin-bottom: 14px; }
.availability-panel h3 { margin: 0 0 12px; font: 700 25px var(--font-display); letter-spacing: -.03em; }
.availability-panel > div:nth-child(2) > p:not(.eyebrow):not(.availability-note) { max-width: 680px; margin: 0; color: #bac5d2; font-size: 13px; line-height: 1.7; }
.availability-note { margin: 18px 0 0; display: flex; gap: 10px; color: #9eabb9; font-size: 10px; line-height: 1.5; }
.availability-note > span:first-child { width: 17px; height: 17px; display: grid; place-items: center; flex: none; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: 9px; }
.availability-panel .button { white-space: nowrap; }

.process-section { color: var(--white); background: #0a1d37; overflow: hidden; }
.process-head { max-width: 660px; margin-bottom: 68px; }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; counter-reset: process; }
.process-list li { position: relative; min-height: 260px; padding: 0 25px 28px; border-left: 1px solid rgba(255,255,255,.13); }
.process-list li:first-child { padding-left: 0; border-left: 0; }
.process-list li::after { content: ""; position: absolute; left: 25px; right: -1px; top: 20px; height: 1px; background: rgba(212,181,106,.35); }
.process-list li:first-child::after { left: 0; }
.process-list li:last-child::after { right: 35%; }
.process-number { position: relative; z-index: 1; width: 41px; height: 41px; display: grid; place-items: center; margin-bottom: 50px; color: var(--gold); background: #0a1d37; border: 1px solid var(--gold-deep); border-radius: 50%; font: 800 9px var(--font-display); }
.process-list h3 { margin: 0 0 13px; font: 700 17px var(--font-display); }
.process-list p { margin: 0; color: #aeb9c7; font-size: 12px; line-height: 1.7; }

.practical-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.practical-card { min-height: 480px; padding: 55px; background: var(--white); border: 1px solid var(--line); }
.practical-icon { width: 73px; height: 73px; margin-bottom: 46px; display: grid; place-items: center; color: var(--navy); background: var(--cream); border: 1px solid #e4ddcf; border-radius: 50%; }
.map-icon span { font: 800 16px var(--font-display); letter-spacing: .08em; }
.card-icon span { width: 32px; height: 22px; position: relative; border: 2px solid var(--navy); border-radius: 3px; }
.card-icon span::before { content: ""; position: absolute; left: 0; right: 0; top: 5px; height: 3px; background: var(--gold-deep); }
.practical-card .eyebrow { margin-bottom: 20px; }
.practical-card h2 { max-width: 500px; font-size: clamp(30px, 3vw, 42px); }
.practical-card > p:not(.eyebrow):not(.secure-note) { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.payment-list { margin: 27px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; }
.payment-list li { display: flex; align-items: center; gap: 7px; color: #405066; font-size: 12px; font-weight: 600; }
.payment-list li > span:first-child { color: var(--gold-deep); }
.secure-note { margin: 24px 0 0; padding-top: 18px; color: #8a8f96; border-top: 1px solid #e8e3d9; font-size: 10px; line-height: 1.6; }

.quote-section { padding: 110px 0; color: var(--white); background: var(--navy); }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro > p:not(.eyebrow) { margin: 26px 0 0; color: #bbc6d3; font-size: 15px; line-height: 1.75; }
.contact-list { margin-top: 44px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-list > * { padding: 18px 0; display: flex; align-items: flex-start; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-symbol { width: 32px; height: 32px; display: grid; place-items: center; flex: none; color: var(--gold); border: 1px solid rgba(212,181,106,.5); border-radius: 50%; font: 700 10px var(--font-display); }
.contact-list span:last-child { display: flex; flex-direction: column; gap: 6px; }
.contact-list small { color: #8594a6; font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.contact-list strong { color: #ecf0f4; font-size: 12px; line-height: 1.5; }
.whatsapp-link { margin-top: 30px; min-height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 14px; color: #d8f6e3; border: 1px solid rgba(57,177,113,.5); background: rgba(57,177,113,.08); font-size: 12px; font-weight: 700; transition: .2s ease; }
.whatsapp-link:hover { background: rgba(57,177,113,.16); }
.whatsapp-link > span:first-child { width: 27px; height: 27px; display: grid; place-items: center; color: var(--navy); background: #61d590; border-radius: 50%; font-size: 8px; }
.whatsapp-link strong { margin-left: auto; color: #61d590; }
.quote-form { padding: 42px; color: var(--ink); background: var(--white); box-shadow: 0 28px 70px rgba(2,12,28,.25); }
.form-head { margin-bottom: 34px; padding-bottom: 24px; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid #e5e0d6; }
.form-head > div { display: flex; flex-direction: column; }
.form-head > div span { color: var(--gold-deep); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.form-head > div strong { margin-top: 5px; color: var(--navy); font: 800 18px var(--font-display); letter-spacing: .02em; }
.form-step { padding: 7px 9px; color: #6f7d8e; background: var(--cream); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span { color: #34465c; font-size: 10px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 47px; padding: 12px 13px; color: var(--ink); background: #faf9f6; border: 1px solid #dcd9d2; border-radius: 0; outline: 0; font-size: 12px; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.form-grid textarea { resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { background: var(--white); border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(185,147,75,.12); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #9a9fa6; }
.full-field { grid-column: 1 / -1; }
.privacy-check { margin: 24px 0 20px; display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.privacy-check > input { position: absolute; opacity: 0; pointer-events: none; }
.privacy-check > span { width: 18px; height: 18px; display: grid; place-items: center; flex: none; background: #faf9f6; border: 1px solid #ccc8bf; }
.privacy-check i { color: transparent; font-style: normal; font-size: 11px; }
.privacy-check input:checked + span { background: var(--navy); border-color: var(--navy); }
.privacy-check input:checked + span i { color: var(--white); }
.privacy-check input:focus-visible + span { box-shadow: 0 0 0 3px rgba(185,147,75,.25); }
.privacy-check small { color: #717b88; font-size: 10px; line-height: 1.6; }
.privacy-check a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; justify-content: space-between; padding-inline: 20px; border: 0; }
.form-note { margin: 13px 0 0; color: #8b9198; font-size: 9px; line-height: 1.5; text-align: center; }
.form-status { min-height: 20px; margin: 8px 0 0; color: var(--green); font-size: 11px; font-weight: 700; text-align: center; }

.site-footer { color: #bcc6d2; background: #07182e; }
.footer-main { padding: 72px 0 54px; display: grid; grid-template-columns: 1.45fr .7fr .95fr 1fr; gap: 52px; }
.brand-light .brand-copy { color: var(--white); }
.footer-brand > p { max-width: 300px; margin: 24px 0 0; color: #8998aa; font-size: 12px; line-height: 1.7; }
.footer-links, .footer-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links h3, .footer-cta h3, .privacy-notice h3 { margin: 0 0 8px; color: var(--gold); font: 800 9px var(--font-display); letter-spacing: .15em; text-transform: uppercase; }
.footer-links a, .footer-links p { margin: 0; color: #aeb9c6; font-size: 11px; line-height: 1.65; }
.footer-links a:hover { color: var(--white); }
.footer-cta p { margin: 0 0 9px; color: #8998aa; font-size: 11px; line-height: 1.65; }
.footer-cta .button { min-height: 42px; padding-inline: 15px; font-size: 10px; }
.privacy-notice { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.09); }
.privacy-notice p { max-width: 920px; margin: 0; color: #7f8b9b; font-size: 9px; line-height: 1.65; }
.legal-copy { padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid rgba(255,255,255,.09); }
.legal-copy p { margin: 0; color: #6e7c8e; font-size: 8px; line-height: 1.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom .container { min-height: 54px; display: flex; align-items: center; justify-content: space-between; color: #667588; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-sm { transition-delay: .1s; }
.reveal-delay { transition-delay: .2s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: clamp(48px, 6.4vw, 66px); }
  .note-one { left: -5px; }
  .availability-panel { grid-template-columns: 90px 1fr; }
  .availability-panel .button { grid-column: 2; width: max-content; }
  .process-list { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
  .process-list li:nth-child(4) { border-left: 0; padding-left: 0; }
  .process-list li:nth-child(4)::after { left: 0; }
  .quote-grid { gap: 45px; }
  .footer-main { grid-template-columns: 1.4fr .7fr .9fr; }
  .footer-cta { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.09); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .topbar-inner { min-height: 38px; }
  .topbar p { max-width: 65%; font-size: 9px; }
  .topbar a { font-size: 10px; }
  .desktop-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 70px 30px; }
  .hero-content { max-width: 660px; }
  .hero-visual { min-height: 520px; }
  .brief-card { right: 8%; }
  .orbit-one { right: 0; }
  .note-one { left: 4%; }
  .note-two { right: 3%; }
  .brand-band-inner { flex-direction: column; }
  .brand-list { width: 100%; justify-content: center; }
  .section { padding: 84px 0; }
  .split-intro, .categories-head { grid-template-columns: 1fr; gap: 35px; }
  .section-copy { padding-left: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .category-card, .feature-category, .category-card:nth-child(2) { grid-column: span 3; }
  .availability-panel { padding: 40px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(3), .process-list li:nth-child(5) { border-left: 0; padding-left: 0; }
  .process-list li:nth-child(3)::after, .process-list li:nth-child(5)::after { left: 0; }
  .process-list li:nth-child(4) { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.13); }
  .process-list li:nth-child(4)::after { left: 25px; }
  .practical-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-intro { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 500px); }
  .site-header { height: 68px; }
  .mobile-nav { top: 68px; }
  .brand-mark { width: 36px; height: 40px; }
  .brand-mark img { width: 94px; left: -29px; top: -22px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 6.5px; }
  .nav-actions { gap: 8px; }
  .language-switch { gap: 4px; padding: 5px; }
  .language-switch button { width: 25px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 0; padding-top: 60px; }
  .hero h1 { font-size: clamp(42px, 12.3vw, 58px); }
  .hero-lede { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 21px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-trust > div { min-width: 0; padding-right: 10px; margin-right: 10px; }
  .hero-trust span { font-size: 9px; }
  .hero-visual { min-height: 425px; margin-top: 20px; }
  .orbit-one { width: 360px; height: 360px; right: calc(50% - 180px); }
  .orbit-two { width: 280px; height: 280px; right: calc(50% - 140px); }
  .brief-card { width: 89%; right: 4%; top: 66px; }
  .brief-row { font-size: 9px; }
  .floating-note { min-width: 140px; padding: 10px; }
  .note-one { left: 0; top: 32px; }
  .note-two { right: 0; bottom: 6px; }
  .brand-list { gap: 12px; flex-wrap: wrap; }
  .brand-list i { display: none; }
  .brand-list span { padding-inline: 6px; }
  .section-heading h2, .categories-head h2, .process-head h2, .quote-intro h2 { font-size: 36px; }
  .service-card { padding: 36px 28px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .feature-category, .category-card:nth-child(2) { grid-column: auto; }
  .category-art { height: 170px; }
  .availability-panel { padding: 34px 26px; grid-template-columns: 1fr; gap: 28px; }
  .availability-panel .button { grid-column: 1; width: 100%; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(4) { min-height: auto; padding: 0 0 42px 0; border-left: 0; }
  .process-list li::after, .process-list li:nth-child(4)::after { left: 20px; right: auto; top: 40px; bottom: -1px; width: 1px; height: auto; }
  .process-list li:last-child::after { display: none; }
  .process-number { margin-bottom: 24px; }
  .practical-card { min-height: 0; padding: 38px 28px; }
  .practical-icon { margin-bottom: 34px; }
  .quote-form { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: 1; }
  .form-head { gap: 12px; }
  .form-head > div strong { font-size: 15px; }
  .form-step { font-size: 6px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand, .footer-cta { grid-column: 1; }
  .legal-copy { grid-template-columns: 1fr; gap: 15px; }
  .footer-bottom .container { padding-block: 14px; flex-direction: column; align-items: flex-start; gap: 6px; }
}

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