:root {
  --navy: #06356f;
  --navy-2: #075794;
  --teal: #08a7b4;
  --cyan: #18bfd0;
  --gold: #d6a328;
  --red: #e32636;
  --ink: #10213d;
  --muted: #66728a;
  --mist: #f2fbfc;
  --line: #d8edf0;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(6, 53, 111, .08);
  --shadow: 0 24px 70px rgba(6, 53, 111, .13);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Poppins, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.6vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.25rem; }
ul { margin: 0; padding: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: clamp(58px, 6.5vw, 96px) 0; overflow: hidden; }
.section--compact { padding: 30px 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--navy); transform: translateY(-150%); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1001; top: 0; left: 0; width: 100%; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--navy)); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 14px; color: var(--white); background: linear-gradient(135deg, var(--teal), var(--navy)); box-shadow: 0 12px 28px rgba(6,53,111,.2); font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover, .button:focus-visible { color: var(--white); transform: translateY(-3px); box-shadow: 0 18px 36px rgba(6,53,111,.28); }
.button--small { min-height: 44px; padding: 0 18px; font-size: .83rem; border-radius: 12px; }
.button--outline { color: var(--navy); background: rgba(255,255,255,.75); border-color: rgba(6,53,111,.23); box-shadow: none; backdrop-filter: blur(10px); }
.button--outline:hover, .button--outline:focus-visible { color: var(--navy); background: var(--white); }
.button--gold { color: #3c2b06; background: linear-gradient(135deg, #ffe19a, var(--gold)); }
.button--gold:hover { color: #3c2b06; }
.button--full { width: 100%; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 2px; background: currentColor; }
.eyebrow--gold { color: #a5780d; }
.eyebrow--light { color: #7be4ec; }

.site-header { position: fixed; z-index: 1000; top: 12px; left: 0; width: 100%; transition: top .3s ease; }
.header-inner { display: flex; align-items: center; gap: 22px; min-height: 72px; padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 14px 45px rgba(6,53,111,.1); backdrop-filter: blur(18px); }
.site-header.is-scrolled { top: 6px; }
.site-header.is-scrolled .header-inner { background: rgba(255,255,255,.94); box-shadow: 0 14px 45px rgba(6,53,111,.16); }
.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-logo { width: 154px; max-height: 50px; object-fit: contain; }
.primary-navigation { flex: 1; }
.primary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.5vw, 34px); list-style: none; }
.primary-menu a { position: relative; display: block; color: var(--ink); font-size: .84rem; font-weight: 600; }
.primary-menu a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--teal); content: ''; transform: scaleX(0); transition: transform .25s ease; }
.primary-menu a:hover::after, .primary-menu a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 12px; background: var(--mist); }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 82svh; padding: 122px 0 62px; overflow: hidden; background: radial-gradient(circle at 82% 35%, rgba(24,191,208,.17), transparent 34%), radial-gradient(circle at 8% 10%, rgba(6,53,111,.08), transparent 30%), linear-gradient(180deg, #fbffff 0%, #fff 80%); }
.hero::after { position: absolute; right: -14%; bottom: -30%; width: 58%; height: 58%; border: 1px solid rgba(8,167,180,.16); border-radius: 50%; content: ''; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(34px, 5vw, 72px); min-height: 620px; }
.hero-copy { max-width: 670px; }
.hero h1 { max-width: 760px; margin-bottom: 12px; background: linear-gradient(120deg, var(--teal), var(--navy) 70%); -webkit-background-clip: text; color: transparent; background-clip: text; font-size: clamp(4.4rem, 7.7vw, 8rem); line-height: .94; }
.hero-kicker { margin-bottom: 20px; font-size: .88rem; }
.hero-tagline { margin-bottom: 28px; color: var(--teal); font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 700; }
.hero-intro { max-width: 620px; color: var(--muted); font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 38px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; color: var(--muted); font-size: .82rem; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof strong { color: var(--navy); font-size: 1.25rem; }
.hero-visual { display: flex; justify-content: center; }
.hero-slider { position: relative; width: min(100%, 650px); aspect-ratio: 5 / 6; overflow: hidden; border: 1px solid rgba(8,167,180,.18); border-radius: 38px; background: #dff4f5; box-shadow: 0 36px 90px rgba(6,53,111,.2); isolation: isolate; }
.hero-slides, .hero-slide { position: absolute; inset: 0; margin: 0; }
.hero-slide { opacity: 0; transform: scale(1.04); transition: opacity .8s ease, transform 5.5s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-slider__shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(3,24,52,.03) 45%, rgba(3,24,52,.52) 100%); }
.hero-slider__brand { position: absolute; z-index: 3; right: 24px; bottom: 25px; width: 190px; padding: 11px 14px; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(6,53,111,.14); backdrop-filter: blur(12px); }
.hero-slider__brand img { width: 100%; max-height: 54px; object-fit: contain; }
.hero-slider__arrow { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.88); box-shadow: 0 8px 22px rgba(6,53,111,.15); font-size: 1.8rem; line-height: 1; transform: translateY(-50%); transition: transform .2s ease, background .2s ease; }
.hero-slider__arrow:hover { background: #fff; transform: translateY(-50%) scale(1.07); }
.hero-slider__arrow--prev { left: 18px; }
.hero-slider__arrow--next { right: 18px; }
.hero-slider__dots { position: absolute; z-index: 4; bottom: 30px; left: 25px; display: flex; gap: 7px; }
.hero-slider__dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.58); transition: width .25s ease, background .25s ease; }
.hero-slider__dots button.is-active { width: 27px; background: #fff; }
.logo-stage { position: relative; display: grid; place-items: center; width: min(100%, 560px); aspect-ratio: 1; border: 1px solid rgba(8,167,180,.18); border-radius: 50%; background: rgba(255,255,255,.76); box-shadow: 0 40px 100px rgba(6,53,111,.12); backdrop-filter: blur(8px); }
.logo-stage::before, .logo-stage::after { position: absolute; border: 1px dashed rgba(8,167,180,.28); border-radius: 50%; content: ''; animation: rotate 24s linear infinite; }
.logo-stage::before { inset: -26px; }
.logo-stage::after { inset: 42px; animation-direction: reverse; }
.logo-ring { position: absolute; inset: 12%; border-radius: 50%; background: linear-gradient(135deg, rgba(8,167,180,.13), rgba(6,53,111,.04)); }
.hero-logo { position: relative; z-index: 2; width: 72%; max-height: 220px; object-fit: contain; filter: drop-shadow(0 15px 22px rgba(6,53,111,.1)); }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(8,167,180,.14); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); color: var(--navy); font-size: .78rem; font-weight: 700; animation: float 4s ease-in-out infinite; }
.floating-note span { display: grid; place-items: center; min-width: 31px; height: 31px; padding: 0 4px; border-radius: 9px; color: var(--white); background: var(--teal); font-size: .67rem; }
.floating-note--top { top: 8%; right: -4%; }
.floating-note--bottom { bottom: 10%; left: -7%; animation-delay: -2s; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb--one { top: 13%; left: -80px; width: 210px; height: 210px; background: rgba(8,167,180,.08); }
.hero-orb--two { right: 6%; bottom: 8%; width: 80px; height: 80px; background: rgba(214,163,40,.1); }

.updates { background: linear-gradient(180deg, #fff, #f8fcfd); }
.section-heading { max-width: 680px; margin-bottom: 34px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading > p:last-child { color: var(--muted); }
.update-stamp { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 26px; padding: 10px 15px; border: 3px solid var(--red); border-radius: 10px; color: var(--red); font-size: 1.15rem; font-weight: 800; line-height: 1; text-transform: uppercase; transform: rotate(-1deg); }
.update-stamp span { font-size: 1.65rem; }
.update-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1050px; margin: 0 auto; }
.update-card { position: relative; min-height: 320px; padding: 28px 24px; border: 1px solid rgba(8,167,180,.13); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); text-align: center; transform-style: preserve-3d; transition: border-color .25s ease, box-shadow .25s ease; }
.update-card:hover { border-color: rgba(8,167,180,.5); box-shadow: var(--shadow); }
.update-card h3 { color: #d93840; font-size: 1rem; letter-spacing: -.01em; }
.mini-label { margin: 22px 0 10px; color: var(--navy); font-size: 1.08rem; font-weight: 800; }
.update-illustration { position: relative; display: grid; place-items: center; width: 128px; height: 128px; margin: 0 auto; border-radius: 30px; background: linear-gradient(135deg, #e7fbfc, #f6fbff); color: var(--navy); box-shadow: inset 0 0 0 1px rgba(8,167,180,.13); }
.calendar-icon::before { position: absolute; top: 25px; width: 74px; height: 70px; border: 4px solid var(--navy); border-radius: 14px; background: #fff; content: ''; }
.calendar-icon::after { position: absolute; top: 35px; width: 74px; height: 8px; background: var(--teal); content: ''; }
.calendar-icon span { z-index: 2; margin-top: 18px; color: var(--red); font-size: 1.45rem; font-weight: 800; }
.certificate-icon::before { position: absolute; width: 82px; height: 96px; border: 3px solid var(--navy); border-radius: 9px; background: #fff; box-shadow: 10px 10px 0 rgba(8,167,180,.15); content: ''; }
.certificate-icon span { z-index: 2; color: var(--teal); font-weight: 800; }
.certificate-icon i { position: absolute; z-index: 3; right: 13px; bottom: 13px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--white); background: var(--teal); font-style: normal; }
.hospital-icon::before { position: absolute; width: 94px; height: 74px; border: 3px solid var(--navy); border-radius: 9px; background: #fff; content: ''; }
.hospital-icon span { z-index: 2; margin-top: -28px; color: var(--teal); font-size: 2.3rem; font-weight: 700; }
.hospital-icon i { position: absolute; z-index: 3; bottom: 15px; padding: 4px 8px; border-radius: 6px; color: var(--white); background: var(--teal); font-size: .68rem; font-style: normal; font-weight: 800; }
.notification-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1050px; margin: 24px auto 0; padding: 16px 20px; color: var(--white); background: linear-gradient(110deg, var(--teal), var(--navy)); border-radius: 16px; box-shadow: var(--shadow-sm); }
.notification-strip p { margin: 0; font-size: .86rem; font-weight: 600; }
.notification-strip p span { margin-right: 8px; color: #ff6b77; }
.notification-strip strong { flex: 0 0 auto; padding: 6px 12px; border-radius: 99px; color: var(--navy); background: var(--white); font-size: .72rem; }
.text-button { border: 0; color: var(--white); background: transparent; font-size: .78rem; font-weight: 700; }

.services { background: #fff; }
.service-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 32px; }
.service-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; color: var(--navy); background: var(--white); font-size: .78rem; font-weight: 700; transition: .2s ease; }
.filter-button:hover, .filter-button.is-active { border-color: var(--teal); color: var(--white); background: var(--teal); }
.service-search { position: relative; display: flex; align-items: center; width: min(100%, 280px); }
.service-search svg { position: absolute; left: 15px; width: 19px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.service-search input { width: 100%; height: 44px; padding: 0 16px 0 43px; border: 1px solid var(--line); border-radius: 99px; outline: none; color: var(--ink); background: #fbfefe; }
.service-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(8,167,180,.1); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; min-height: 285px; flex-direction: column; padding: 24px; overflow: hidden; border: 2px solid #1695ac; border-radius: 25px; background: linear-gradient(145deg, #fff, #fbfeff); box-shadow: 0 10px 30px rgba(6,53,111,.05); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; transition-delay: var(--delay); }
.service-card::before { position: absolute; top: -100px; right: -100px; width: 180px; height: 180px; border-radius: 50%; background: rgba(8,167,180,.06); content: ''; transition: transform .35s ease; }
.service-card:hover { border-color: var(--navy); transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.4); }
.service-card[hidden] { display: none !important; }
.service-card__top { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--navy); background: linear-gradient(135deg, rgba(8,167,180,.17), rgba(6,53,111,.07)); }
.service-icon svg { width: 27px; height: 27px; }
.service-number { color: rgba(6,53,111,.2); font-size: 1.3rem; font-weight: 800; }
.service-card h3 { position: relative; z-index: 2; margin-bottom: 12px; color: #12458b; font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.service-card > p { position: relative; z-index: 2; margin-bottom: 18px; color: #3f485a; font-size: .83rem; font-weight: 500; }
.service-price { margin: -7px 0 16px; color: var(--red); font-size: 1.25rem; }
.service-link { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-top: auto; padding: 8px 12px; border: 0; border-radius: 99px; color: var(--white); background: linear-gradient(135deg, var(--teal), var(--navy)); font-size: .72rem; font-weight: 700; }
.service-link span { transition: transform .2s ease; }
.service-link:hover span { transform: translateX(3px); }
.service-empty { padding: 40px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; color: var(--muted); }

.golden-visa { color: #fff; background: radial-gradient(circle at 25% 50%, rgba(255,215,96,.17), transparent 30%), linear-gradient(125deg, #061c39, #06356f 62%, #064c70); }
.golden-visa::before { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(30deg, #fff 1px, transparent 1px), linear-gradient(120deg, #fff 1px, transparent 1px); background-size: 42px 42px; content: ''; }
.golden-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 8vw, 110px); }
.golden-art { position: relative; perspective: 1000px; }
.golden-art img { position: relative; z-index: 2; width: 100%; border-radius: 20px; mix-blend-mode: screen; filter: drop-shadow(0 35px 35px rgba(0,0,0,.35)); transform: rotate(-4deg); transition: transform .5s ease; }
.golden-art:hover img { transform: rotate(0) translateY(-8px); }
.gold-glow { position: absolute; top: 50%; left: 50%; width: 75%; height: 70%; border-radius: 50%; background: rgba(238,185,44,.35); filter: blur(70px); transform: translate(-50%,-50%); }
.golden-copy h2 { color: var(--white); }
.golden-copy > p { color: #c6d5e8; }
.check-list { display: grid; gap: 10px; margin: 26px 0 34px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #e8f0fa; }
.check-list li::before { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #2d280d; background: var(--gold); content: '✓'; font-size: .75rem; font-weight: 800; }

.assistance { background: linear-gradient(180deg, #f2fbfc, #fff); }
.assistance-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.assistance-list { display: grid; gap: 14px; }
.assistance-item { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 18px; width: 100%; padding: 18px 20px; border: 1px solid rgba(8,167,180,.16); border-radius: 20px; color: var(--navy); background: var(--white); box-shadow: var(--shadow-sm); text-align: left; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.assistance-item:hover { color: var(--white); background: linear-gradient(135deg, var(--teal), var(--navy)); box-shadow: var(--shadow); transform: translateX(8px); }
.assistance-emoji { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 17px; background: var(--mist); font-size: 2rem; }
.assistance-item span:nth-child(2) { display: grid; font-weight: 700; }
.assistance-item small { color: var(--muted); font-size: .7rem; font-weight: 500; }
.assistance-item:hover small { color: #cdeff2; }
.assistance-item b { font-size: 1.35rem; }

.authorities { border-block: 1px solid var(--line); background: #fff; text-align: center; }
.authorities p { margin-bottom: 22px; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.authorities img { width: min(100%, 1000px); margin: 0 auto; }

.trust { background: #fff; }
.trust-grid { display: grid; gap: 34px; }
.trust-brand { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 55px; padding: 38px; border-radius: var(--radius); background: linear-gradient(120deg, #effcfd, #f5f9ff); }
.trust-logo { width: 100%; max-height: 130px; object-fit: contain; }
.trust-brand h2 { max-width: 770px; margin: 0; font-size: clamp(1.6rem, 3vw, 3rem); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { position: relative; padding: 27px 22px; border-left: 3px solid var(--teal); border-radius: 0 18px 18px 0; background: #fbfefe; }
.stat strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: clamp(1.4rem, 2.4vw, 2.3rem); line-height: 1; }
.stat span { color: var(--muted); font-size: .76rem; font-weight: 600; }

.faq { background: var(--mist); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.accordion { display: grid; gap: 12px; }
.accordion-item { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.accordion-item > button { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; padding: 20px 22px; border: 0; color: var(--navy); background: transparent; text-align: left; font-weight: 700; }
.accordion-item > button b { font-size: 1.5rem; transition: transform .25s ease; }
.accordion-item.is-open > button b { transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion-panel > p { min-height: 0; margin: 0; padding: 0 22px; overflow: hidden; color: var(--muted); }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding-bottom: 21px; }

.contact { color: var(--white); background: linear-gradient(125deg, var(--teal), var(--navy) 65%); }
.contact::before { position: absolute; top: -45%; left: -12%; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; content: ''; }
.contact-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { color: #d6edf5; }
.contact-points { display: grid; gap: 9px; list-style: none; }
.contact-points li { display: flex; align-items: center; gap: 9px; }
.contact-points li::before { color: #7be4ec; content: '✓'; font-weight: 800; }
.contact-form-card, .modal-card { padding: clamp(24px, 4vw, 42px); border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 35px 80px rgba(0,0,0,.24); }
.consultation-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consultation-form label { display: grid; gap: 7px; color: var(--navy); font-size: .75rem; font-weight: 700; }
.consultation-form input:not([type="checkbox"]), .consultation-form select, .consultation-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: none; color: var(--ink); background: #fbfefe; }
.consultation-form input:not([type="checkbox"]), .consultation-form select { height: 48px; padding: 0 14px; }
.consultation-form textarea { padding: 12px 14px; resize: vertical; }
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(8,167,180,.1); }
.consultation-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 500; }
.consent input { margin-top: 4px; accent-color: var(--teal); }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding-top: 70px; color: #c2cfdf; background: #041c3c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .75fr; gap: 60px; padding-bottom: 56px; }
.footer-logo { width: 220px; max-height: 90px; margin-bottom: 18px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 400px; font-size: .85rem; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer-menu, .footer-contact { display: grid; gap: 9px; list-style: none; }
.footer-menu .primary-menu { display: grid; gap: 9px; }
.footer-menu a, .footer-contact a { color: #c2cfdf; font-size: .83rem; }
.footer-menu a:hover, .footer-contact a:hover { color: #7be4ec; }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 25px; }
.footer-bottom p { margin: 0; font-size: .65rem; }
.footer-widgets { padding: 30px 0; }

.consultation-modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 20px; }
.consultation-modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,20,43,.72); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(100%, 690px); max-height: calc(100svh - 40px); overflow-y: auto; }
.modal-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.modal-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--navy); background: var(--mist); font-size: 1.5rem; }
.floating-whatsapp { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 16px; border-radius: 99px; color: var(--white); background: #1fae5b; box-shadow: 0 15px 35px rgba(17,121,67,.3); font-size: .76rem; font-weight: 700; }
.floating-whatsapp:hover { color: var(--white); transform: translateY(-2px); }
.floating-whatsapp svg { width: 24px; fill: currentColor; }
.toast { position: fixed; z-index: 3000; top: 100px; right: 20px; max-width: 360px; padding: 15px 18px; border-radius: 14px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); font-size: .82rem; }

.content-area { min-height: 70vh; padding-top: 150px; }
.content-layout, .prose { max-width: 900px; }
.archive-header, .entry-header { margin-bottom: 45px; }
.entry-header h1, .archive-header h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__image img { transform: scale(1.04); }
.post-card__body { padding: 25px; }
.post-card__meta { color: var(--teal); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.post-card h2 { font-size: 1.4rem; }
.entry-image { margin-bottom: 35px; overflow: hidden; border-radius: var(--radius); }
.entry-content { font-size: 1.04rem; }
.entry-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; }
.error-page { min-height: 80vh; padding-top: 190px; text-align: center; }
.error-code { margin: 0; color: var(--teal); font-size: clamp(5rem, 14vw, 12rem); font-weight: 800; line-height: .9; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 1050px) {
  .site-header .button--small { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 80px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 56px 0; }
  .header-inner { min-height: 62px; padding: 8px 9px 8px 13px; border-radius: 16px; }
  .brand-logo { width: 135px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle.is-active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-active > span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-navigation { position: absolute; top: calc(100% + 8px); right: 14px; left: 14px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { display: grid; justify-content: stretch; gap: 0; }
  .primary-menu a { padding: 11px 8px; }
  .primary-menu a::after { display: none; }
  .hero { min-height: auto; padding: 105px 0 48px; }
  .hero-grid, .golden-grid, .assistance-shell, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-visual { margin-top: 25px; }
  .hero-slider { width: min(100%, 680px); aspect-ratio: 16 / 10; border-radius: 28px; }
  .hero-slider__brand { right: 18px; bottom: 18px; width: 160px; }
  .hero-slider__dots { bottom: 22px; left: 20px; }
  .logo-stage { width: min(86vw, 500px); }
  .update-grid { grid-template-columns: 1fr; max-width: 520px; }
  .update-card { min-height: 330px; }
  .notification-strip { align-items: flex-start; flex-direction: column; max-width: 520px; }
  .service-tools { align-items: stretch; flex-direction: column; }
  .service-search { width: 100%; }
  .golden-copy { text-align: center; }
  .check-list { display: inline-grid; text-align: left; }
  .assistance-shell .section-heading, .faq-grid .section-heading { margin-bottom: 0; }
  .trust-brand { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .trust-logo { max-width: 300px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .floating-note--top { top: 2%; right: -2%; }
  .floating-note--bottom { bottom: 3%; left: -2%; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-filters { flex-wrap: nowrap; padding-bottom: 5px; overflow-x: auto; }
  .filter-button { flex: 0 0 auto; }
  .form-row { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .assistance-item { grid-template-columns: 54px 1fr auto; padding: 14px; }
  .assistance-emoji { width: 52px; height: 52px; font-size: 1.7rem; }
  .authorities img { min-width: 700px; }
  .authorities .container { overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom .container { flex-direction: column; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; padding: 0; justify-content: center; }
  .post-grid { grid-template-columns: 1fr; }
}

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

@media print {
  .site-header, .scroll-progress, .floating-whatsapp, .hero-actions, .service-tools, .contact, .site-footer { display: none !important; }
  .section { padding: 30px 0; }
  .reveal { opacity: 1; transform: none; }
}
