: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: Manrope, Inter, Arial, sans-serif; font-size: 16px; line-height: 1.62; -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 .58em; color: var(--navy); font-weight: 750; line-height: 1.08; letter-spacing: -.045em; }
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(46px, 5vw, 74px) 0; overflow: hidden; }
.section--compact { padding: 24px 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: 190px; max-height: 58px; 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; display: grid; min-height: 100svh; align-items: center; overflow: hidden; color: var(--white); background: #031a38; isolation: isolate; }
.hero-content { position: relative; z-index: 3; display: flex; min-height: 100svh; align-items: center; padding-top: 122px; padding-bottom: 86px; }
.hero-copy { width: 100%; max-width: 1000px; color: var(--white); text-shadow: 0 3px 24px rgba(0,0,0,.3); }
.hero h1 { max-width: 1000px; margin-bottom: 14px; color: var(--white); font-size: clamp(4.8rem, 8.6vw, 9.1rem); font-weight: 750; line-height: .84; letter-spacing: -.072em; text-wrap: balance; }
.hero h1 span { display: block; }
.hero-kicker { margin-bottom: 24px; color: #80eef3; font-size: .86rem; letter-spacing: .18em; }
.hero-tagline { margin-bottom: 28px; color: #8cf5f6; font-size: clamp(1.55rem, 2.8vw, 2.45rem); font-weight: 800; letter-spacing: -.035em; }
.hero-intro { max-width: 680px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.35vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 30px; }
.button--light { color: var(--navy); background: var(--white); box-shadow: 0 14px 34px rgba(1,15,32,.24); }
.button--light:hover, .button--light:focus-visible { color: var(--navy); }
.button--glass { color: var(--white); border-color: rgba(255,255,255,.58); background: rgba(4,32,67,.26); box-shadow: none; backdrop-filter: blur(14px); }
.button--glass:hover, .button--glass:focus-visible { color: var(--white); background: rgba(255,255,255,.15); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; color: rgba(255,255,255,.72); font-size: .8rem; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof strong { color: var(--white); font-size: 1.2rem; }
.hero-slider { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: hidden; border: 0; border-radius: 0; background: #dff4f5; box-shadow: none; isolation: isolate; touch-action: pan-y; }
.hero-slides, .hero-slide { position: absolute; inset: 0; margin: 0; }
.hero-slide { opacity: 0; transform: scale(1.045); transition: opacity 1s ease, transform 7s 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: center; }
.hero-slider__shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(2,20,46,.88) 0%, rgba(2,24,53,.75) 38%, rgba(2,28,61,.28) 68%, rgba(2,20,46,.12) 100%), linear-gradient(180deg, rgba(2,18,41,.22), transparent 60%, rgba(1,14,32,.48)); }
.hero-slider__arrow { position: absolute; z-index: 4; top: auto; bottom: 30px; display: grid; place-items: center; width: 46px; height: 46px; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; color: var(--white); background: rgba(2,27,59,.35); box-shadow: 0 8px 24px rgba(0,0,0,.16); font-size: 1.8rem; line-height: 1; backdrop-filter: blur(12px); transition: transform .2s ease, background .2s ease; }
.hero-slider__arrow:hover { background: rgba(255,255,255,.19); transform: scale(1.07); }
.hero-slider__arrow--prev { right: 86px; left: auto; }
.hero-slider__arrow--next { right: 28px; }
.hero-slider__dots { position: absolute; z-index: 4; bottom: 48px; left: 50%; display: flex; gap: 7px; transform: translateX(-50%); }
.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; }
.hero-scroll { position: absolute; z-index: 4; bottom: 27px; left: 28px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.74); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll:hover { color: var(--white); }
.hero-scroll span { position: relative; display: block; width: 1px; height: 30px; overflow: hidden; background: rgba(255,255,255,.35); }
.hero-scroll span::after { position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--white); content: ''; animation: scrollLine 2s ease-in-out infinite; }

.updates { background: linear-gradient(180deg, #fff, #f8fcfd); }
.section-heading { max-width: 680px; margin-bottom: 26px; }
.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: 18px; padding: 9px 14px; border: 3px solid var(--red); border-radius: 10px; color: var(--red); font-size: 1.05rem; 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: 16px; max-width: 1050px; margin: 0 auto; }
.update-card { position: relative; min-height: 278px; padding: 22px 20px; border: 1px solid rgba(8,167,180,.13); border-radius: 23px; 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: 17px 0 8px; color: var(--navy); font-size: 1.02rem; font-weight: 800; }
.update-illustration { position: relative; display: grid; place-items: center; width: 112px; height: 112px; margin: 0 auto; border-radius: 27px; background: linear-gradient(135deg, #e7fbfc, #f6fbff); color: var(--navy); box-shadow: inset 0 0 0 1px rgba(8,167,180,.13); transform: scale(.9); }
.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: 24px; }
.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: 16px; }
.service-card { position: relative; display: flex; min-height: 255px; flex-direction: column; padding: 22px; overflow: hidden; border: 1px solid rgba(8,167,180,.35); border-radius: 22px; 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: 17px; }
.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: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(30px, 5vw, 72px); }
.golden-art { position: relative; min-width: 0; min-height: clamp(320px, 32vw, 440px); overflow: hidden; border-radius: 24px; perspective: 1000px; }
.golden-art img { position: absolute; z-index: 2; top: 54%; left: 61%; width: 230%; max-width: none; border-radius: 0; mix-blend-mode: normal; filter: drop-shadow(0 28px 30px rgba(0,0,0,.32)); transform: translate(-50%,-50%) rotate(-4deg); transition: transform .5s ease; }
.golden-art:hover img { transform: translate(-50%,-52%) rotate(0); }
.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 { min-width: 0; }
.golden-copy h2 { color: var(--white); font-size: clamp(2.35rem, 3.8vw, 3.9rem); overflow-wrap: anywhere; }
.golden-copy > p { color: #c6d5e8; }
.golden-copy .button { max-width: 100%; white-space: normal; text-align: center; }
.check-list { display: grid; gap: 10px; margin: 22px 0 28px; 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: 24px; }
.trust-brand { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 42px; padding: 30px; border-radius: 24px; 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: 22px 19px; 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(22px, 3.2vw, 36px); border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.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; }
.button--whatsapp { gap: 10px; background: linear-gradient(135deg, #25b968, #128c4a); box-shadow: 0 12px 28px rgba(18,140,74,.24); }
.whatsapp-dot { position: relative; display: block; width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 50%; }
.whatsapp-dot::after { position: absolute; bottom: -3px; left: 1px; width: 6px; height: 6px; border-bottom: 2px solid currentColor; transform: rotate(35deg); content: ''; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.55; text-align: center; }
.modal-intro { max-width: 560px; margin: -8px 0 20px; color: var(--muted); font-size: .84rem; }
#birth-certificate-form { scroll-margin-top: 82px; }

.site-footer { padding-top: 52px; color: #c2cfdf; background: #041c3c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .75fr; gap: 60px; padding-bottom: 56px; }
.footer-logo { width: 240px; max-height: 96px; margin-bottom: 18px; padding: 8px 12px; border-radius: 14px; object-fit: contain; background: var(--white); }
.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); } }
@keyframes scrollLine { 0% { transform: translateY(0); } 70%, 100% { transform: translateY(200%); } }

@media (max-width: 1050px) {
  .site-header .button--small { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .golden-grid { grid-template-columns: 1fr; gap: 26px; }
  .golden-art { width: min(100%, 680px); min-height: 390px; margin: 0 auto; }
  .golden-copy { width: min(100%, 720px); margin: 0 auto; text-align: center; }
  .check-list { display: inline-grid; text-align: left; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 80px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 48px 0; }
  .header-inner { min-height: 62px; padding: 8px 9px 8px 13px; border-radius: 16px; }
  .brand-logo { width: 158px; max-height: 48px; }
  .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: 100svh; padding: 0; }
  .hero-content { min-height: 100svh; padding-top: 110px; padding-bottom: 82px; }
  .hero-copy { max-width: 700px; text-align: left; }
  .hero .eyebrow, .hero-actions { justify-content: flex-start; }
  .hero-slider { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; }
  .hero-slider__dots { bottom: 34px; left: 50%; }
  .hero-slider__arrow { bottom: 19px; }
  .hero-slider__arrow--prev { right: 76px; }
  .hero-slider__arrow--next { right: 20px; }
  .hero-scroll { bottom: 20px; left: 20px; }
  .assistance-shell, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .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%; }
  .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-content { padding-top: 104px; padding-bottom: 64px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions { justify-content: center; }
  .hero h1 { width: 100%; max-width: none; font-size: clamp(2.8rem, 13vw, 4.1rem); line-height: .91; letter-spacing: -.06em; overflow-wrap: normal; }
  .hero-tagline { font-size: clamp(1.45rem, 6.5vw, 2rem); line-height: 1.12; }
  .hero-intro { margin-inline: auto; font-size: .96rem; }
  .hero-slider__shade { background: linear-gradient(180deg, rgba(2,20,46,.58), rgba(2,20,46,.8)), linear-gradient(90deg, rgba(2,20,46,.82), rgba(2,24,53,.44)); }
  .hero-slider__arrow, .hero-scroll { display: none; }
  .hero-slider__dots { bottom: 20px; }
  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: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .service-card { min-width: 0; min-height: 310px; padding: 14px 12px; border-radius: 16px; }
  .service-card__top { margin-bottom: 12px; }
  .service-icon { width: 42px; height: 42px; border-radius: 12px; }
  .service-icon svg { width: 22px; height: 22px; }
  .service-number { font-size: .9rem; }
  .service-card h3 { margin-bottom: 8px; font-size: clamp(.78rem, 3.6vw, .92rem); line-height: 1.26; letter-spacing: -.02em; overflow-wrap: anywhere; }
  .service-card > p { margin-bottom: 12px; font-size: clamp(.65rem, 2.75vw, .72rem); line-height: 1.45; }
  .service-price { margin: -2px 0 10px; font-size: 1rem; }
  .service-link { width: 100%; justify-content: center; gap: 4px; padding: 8px 5px; font-size: clamp(.55rem, 2.35vw, .64rem); text-align: center; }
  .golden-art { min-height: 285px; border-radius: 20px; }
  .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; }
}
