:root { --navy:#020f35; --navy-2:#061a4b; --blue:#1c65ff; --blue-light:#4d87ff; --ink:#101a32; --muted:#64708a; --paper:#f4f7fc; --white:#fff; --line:rgba(28,101,255,.13); --shadow:0 24px 65px rgba(2,15,53,.16); --container:1180px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; color:var(--ink); background:var(--paper); font-family:Manrope,system-ui,sans-serif; font-size:1rem; line-height:1.7; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
.container { width:min(var(--container),calc(100% - 40px)); margin-inline:auto; }
.sr-only { position:absolute; 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:100; top:8px; left:8px; padding:10px 14px; border-radius:8px; color:var(--navy); background:var(--white); font-weight:700; transform:translateY(-140%); }
.skip-link:focus { transform:translateY(0); }

.header { position:absolute; z-index:40; inset:0 0 auto; color:var(--white); border-bottom:1px solid rgba(255,255,255,.13); }
.nav { min-height:90px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:inline-flex; align-items:center; gap:12px; min-width:max-content; }
.brand-symbol { display:grid; place-items:center; width:45px; height:45px; border:6px solid var(--blue); border-radius:17px; color:var(--white); }
.brand-symbol b { font:800 1.35rem/1 Sora,sans-serif; }
.brand > span:last-child { display:flex; flex-direction:column; line-height:1; }
.brand strong { font:800 1.18rem/1 Sora,sans-serif; letter-spacing:-.04em; }
.brand small { margin-top:6px; font-size:.64rem; font-weight:700; letter-spacing:.34em; text-transform:uppercase; }
.menu { display:flex; align-items:center; gap:28px; font-size:.91rem; font-weight:700; }
.menu > a:not(.menu-cta) { position:relative; padding-block:9px; }
.menu > a:not(.menu-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:0; height:2px; background:var(--blue-light); transition:right .22s ease; }
.menu > a:not(.menu-cta):hover::after,.menu > a:not(.menu-cta):focus-visible::after { right:0; }
.menu-cta { padding:11px 18px; border-radius:999px; background:var(--blue); box-shadow:0 9px 25px rgba(28,101,255,.28); }
.menu-button { display:none; padding:8px; border:0; background:transparent; cursor:pointer; }
.menu-button i { display:block; width:27px; height:2px; margin:5px; border-radius:2px; background:var(--white); }

.hero { position:relative; min-height:770px; padding:154px 0 100px; overflow:hidden; isolation:isolate; color:var(--white); background:radial-gradient(circle at 75% 34%,rgba(28,101,255,.22),transparent 28%),linear-gradient(130deg,#010a25,var(--navy) 46%,var(--navy-2)); }
.hero::before { content:"+"; position:absolute; z-index:-2; right:-80px; bottom:-180px; color:rgba(28,101,255,.07); font:800 42rem/1 Sora,sans-serif; }
.hero::after { content:""; position:absolute; z-index:-1; width:620px; height:620px; right:-250px; top:20px; border:1px solid rgba(77,135,255,.14); border-radius:50%; box-shadow:0 0 0 65px rgba(28,101,255,.025),0 0 0 130px rgba(28,101,255,.018); }
.hero-lines { position:absolute; z-index:-1; inset:0; opacity:.17; background-image:linear-gradient(rgba(77,135,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(77,135,255,.2) 1px,transparent 1px); background-size:60px 60px; mask-image:linear-gradient(90deg,black,transparent 70%); }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:75px; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; color:#86afff; font-size:.78rem; font-weight:800; letter-spacing:.19em; text-transform:uppercase; }
.eyebrow::before { content:""; width:30px; height:2px; background:currentColor; }
.eyebrow-dark { color:var(--blue); }
h1,h2,h3 { margin:0; font-family:Sora,Manrope,sans-serif; line-height:1.08; letter-spacing:-.045em; }
.hero h1 { max-width:700px; margin:23px 0 24px; font-size:clamp(2.8rem,5.4vw,5.15rem); }
.hero-copy > p { max-width:620px; margin:0; color:rgba(255,255,255,.76); font-size:1.12rem; line-height:1.8; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:35px; }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:14px 22px; border-radius:999px; font-weight:800; transition:transform .2s ease,box-shadow .2s ease,background .2s ease; }
.button:hover { transform:translateY(-2px); }
.button svg { width:20px; fill:currentColor; }
.button-blue { color:var(--white); background:var(--blue); box-shadow:0 14px 32px rgba(0,0,0,.28); }
.button-blue:hover { background:var(--blue-light); box-shadow:0 17px 38px rgba(0,0,0,.36); }
.button-ghost { border:1px solid rgba(255,255,255,.35); color:var(--white); background:rgba(255,255,255,.06); }
.hero-meta { display:flex; align-items:center; gap:13px; margin-top:32px; }
.hero-meta > span { display:grid; place-items:center; width:39px; height:39px; border-radius:50%; background:var(--blue); font-weight:800; }
.hero-meta p { display:flex; flex-direction:column; margin:0; line-height:1.35; }
.hero-meta strong { font-size:.9rem; }
.hero-meta small { margin-top:3px; color:rgba(255,255,255,.57); font-size:.78rem; }
.hero-logo { position:relative; min-height:520px; }
.logo-panel { position:absolute; inset:0 14px 0 0; overflow:hidden; border:1px solid rgba(77,135,255,.24); border-radius:36px; background:var(--navy); box-shadow:0 35px 75px rgba(0,0,0,.42); transform:rotate(2deg); }
.logo-panel::after { content:""; position:absolute; inset:0; background:linear-gradient(to bottom,transparent 52%,rgba(0,5,22,.36)); pointer-events:none; }
.logo-panel img { width:100%; height:100%; object-fit:cover; object-position:center; transform:scale(1.03); }
.city-card { position:absolute; z-index:2; left:-24px; bottom:34px; display:flex; align-items:center; gap:12px; min-width:195px; padding:15px 19px; border:1px solid rgba(28,101,255,.12); border-radius:15px; color:var(--ink); background:var(--white); box-shadow:0 18px 40px rgba(0,0,0,.28); }
.city-card > span { display:grid; place-items:center; width:38px; height:38px; border-radius:11px; color:var(--white); background:var(--blue); }
.city-card p { display:flex; flex-direction:column; margin:0; line-height:1.35; }
.city-card b { font-size:.89rem; }
.city-card small { color:var(--muted); font-size:.75rem; }

.stats { position:relative; z-index:3; margin-top:-38px; }
.stat-grid { display:grid; grid-template-columns:repeat(3,1fr); overflow:hidden; border-radius:22px; background:var(--white); box-shadow:var(--shadow); }
.stat-grid > div { min-height:116px; display:flex; align-items:center; gap:17px; padding:22px 27px; border-right:1px solid var(--line); }
.stat-grid > div:last-child { border-right:0; }
.stat-grid > div > b { color:var(--blue); font:800 1.8rem/1 Sora,sans-serif; }
.stat-grid p { display:flex; flex-direction:column; margin:0; line-height:1.4; }
.stat-grid strong { font-size:.94rem; }
.stat-grid small { margin-top:4px; color:var(--muted); font-size:.78rem; }

.section { padding:110px 0; }
.about-grid { display:grid; grid-template-columns:1fr .9fr; gap:90px; align-items:start; }
.about-title h2,.section-heading h2 { max-width:650px; margin-top:18px; color:var(--navy); font-size:clamp(2.2rem,4.3vw,3.8rem); }
.about-copy > p { margin:0 0 20px; color:var(--muted); font-size:1.05rem; }
.text-link { display:inline-flex; align-items:center; gap:13px; margin-top:12px; color:var(--blue); font-weight:800; }
.text-link span { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; color:var(--white); background:var(--blue); }
.care { background:var(--white); }
.section-heading { text-align:center; }
.section-heading .eyebrow { justify-content:center; }
.section-heading h2,.section-heading p { margin-left:auto; margin-right:auto; }
.section-heading > p { max-width:590px; color:var(--muted); }
.care-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:54px; }
.care-card { position:relative; min-height:330px; overflow:hidden; padding:33px; border:1px solid var(--line); border-radius:25px; background:var(--paper); transition:transform .25s ease,box-shadow .25s ease; }
.care-card:hover { transform:translateY(-6px); box-shadow:0 18px 45px rgba(2,15,53,.1); }
.care-icon { display:grid; place-items:center; width:61px; height:61px; margin-bottom:68px; border-radius:19px; color:var(--blue); background:rgba(28,101,255,.09); font:800 1.5rem/1 Sora,sans-serif; }
.care-number { position:absolute; right:25px; bottom:20px; color:rgba(28,101,255,.1); font:800 5rem/1 Sora,sans-serif; }
.care-card h3 { margin-bottom:11px; color:var(--navy); font-size:1.35rem; }
.care-card p { position:relative; z-index:2; max-width:275px; margin:0; color:var(--muted); }
.featured { color:var(--white); border-color:var(--blue); background:linear-gradient(145deg,var(--blue),#0744c6); }
.featured .care-icon { color:var(--blue); background:var(--white); }
.featured .care-number { color:rgba(255,255,255,.1); }
.featured h3 { color:var(--white); }
.featured p { color:rgba(255,255,255,.76); }

.contact { padding-top:0; background:var(--white); }
.contact-shell { display:grid; grid-template-columns:.92fr 1.08fr; overflow:hidden; border-radius:30px; background:var(--navy); box-shadow:var(--shadow); }
.contact-info { padding:58px; color:var(--white); background:linear-gradient(145deg,var(--navy-2),var(--navy)); }
.contact-info h2 { max-width:520px; margin:18px 0; font-size:clamp(2.15rem,3.7vw,3.45rem); }
.contact-info > p { margin:0 0 30px; color:rgba(255,255,255,.7); }
address { display:grid; gap:14px; margin-bottom:30px; font-style:normal; }
address a { display:flex; align-items:flex-start; gap:14px; padding:14px; border:1px solid rgba(255,255,255,.13); border-radius:16px; background:rgba(255,255,255,.06); }
address a > span { display:grid; flex:0 0 auto; place-items:center; width:39px; height:39px; border-radius:12px; color:var(--white); background:var(--blue); }
address p { display:flex; flex-direction:column; margin:0; line-height:1.5; }
address small { color:rgba(255,255,255,.58); font-size:.72rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
address strong { margin-top:2px; font-size:.89rem; }
.map-wrap { position:relative; min-height:610px; background:#e7ebf0; }
.map-wrap iframe { width:100%; height:100%; min-height:610px; border:0; filter:saturate(.78) contrast(1.05); }
.map-wrap > a { position:absolute; right:20px; bottom:20px; padding:12px 17px; border-radius:999px; color:var(--navy); background:var(--white); box-shadow:0 8px 25px rgba(0,0,0,.16); font-size:.83rem; font-weight:800; }

.footer { padding:70px 0 22px; color:rgba(255,255,255,.68); background:#010821; }
.footer-grid { display:grid; grid-template-columns:1.15fr .9fr 1.1fr; gap:55px; padding-bottom:52px; }
.footer-brand { color:var(--white); }
.footer-grid h3 { margin-bottom:17px; color:#80aaff; font-size:.87rem; letter-spacing:.08em; text-transform:uppercase; }
.footer-grid p { margin:18px 0 0; font-size:.85rem; line-height:1.8; }
.footer-grid a:hover,.footer-bottom a:hover { color:#80aaff; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:20px; border-top:1px solid rgba(255,255,255,.11); font-size:.78rem; }
.floating-call { position:fixed; z-index:35; right:20px; bottom:20px; display:flex; align-items:center; gap:9px; padding:13px 18px; border:2px solid var(--white); border-radius:999px; color:var(--white); background:var(--blue); box-shadow:0 13px 35px rgba(2,15,53,.3); font-weight:800; }
.floating-call svg { width:19px; fill:currentColor; }

.legal-header { position:relative; background:var(--navy); }
.back-link { padding:10px 16px; border:1px solid rgba(255,255,255,.28); border-radius:999px; font-size:.85rem; font-weight:800; }
.legal-hero { padding:84px 0; color:var(--white); background:linear-gradient(135deg,var(--navy-2),var(--navy)); }
.legal-hero h1 { margin:16px 0 13px; font-size:clamp(2.6rem,5vw,4.7rem); }
.legal-hero p { margin:0; color:rgba(255,255,255,.68); }
.legal-content { max-width:880px; padding-top:74px; padding-bottom:90px; }
.legal-content h2 { margin-top:41px; color:var(--navy); font-size:1.35rem; }
.legal-content p { color:var(--muted); }
.legal-intro { padding:25px; border-left:4px solid var(--blue); border-radius:0 13px 13px 0; background:var(--white); box-shadow:0 8px 30px rgba(2,15,53,.06); }
.legal-contact { margin-top:22px; padding:24px; border-radius:16px; color:var(--muted); background:var(--white); box-shadow:0 8px 30px rgba(2,15,53,.06); }
.legal-contact strong,.legal-contact a { color:var(--navy); }
.legal-footer { padding-top:24px; }

@media (max-width:1040px) { .menu { gap:18px; font-size:.82rem; } .hero-grid { gap:42px; } .hero-logo { min-height:470px; } }
@media (max-width:800px) {
  .container { width:min(100% - 28px,var(--container)); }
  .nav { min-height:79px; }
  .menu-button { display:block; }
  .menu { position:absolute; top:calc(100% + 8px); left:14px; right:14px; display:none; flex-direction:column; align-items:stretch; gap:2px; padding:15px; border-radius:17px; color:var(--ink); background:var(--white); box-shadow:0 17px 40px rgba(0,5,22,.32); }
  .menu.open { display:flex; }
  .menu a { padding:11px 13px !important; }
  .menu-cta { text-align:center; margin-top:4px; }
  .hero { min-height:auto; padding:132px 0 90px; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero-copy .eyebrow,.hero-actions,.hero-meta { justify-content:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-logo { width:min(550px,100%); margin-inline:auto; }
  .stat-grid { grid-template-columns:1fr; }
  .stat-grid > div { min-height:95px; border-right:0; border-bottom:1px solid var(--line); }
  .stat-grid > div:last-child { border-bottom:0; }
  .about-grid { grid-template-columns:1fr; gap:35px; }
  .care-grid { grid-template-columns:1fr; }
  .care-card { min-height:280px; }
  .care-icon { margin-bottom:45px; }
  .contact-shell { grid-template-columns:1fr; }
  .contact-info { padding:44px 32px; }
  .map-wrap,.map-wrap iframe { min-height:410px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:35px; }
  .footer-grid > div:first-child { grid-column:1/-1; }
}
@media (max-width:560px) {
  .brand-symbol { width:40px; height:40px; border-width:5px; }
  .brand strong { font-size:1rem; }
  .hero h1 { font-size:2.6rem; }
  .hero-actions { flex-direction:column; }
  .button { width:100%; }
  .hero-logo { min-height:390px; }
  .logo-panel { right:0; }
  .city-card { left:12px; bottom:18px; }
  .section { padding:80px 0; }
  .about-title h2,.section-heading h2 { font-size:2.3rem; }
  .contact { padding-top:0; }
  .contact-info { padding:39px 22px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > div:first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .floating-call { width:52px; height:52px; justify-content:center; padding:0; }
  .floating-call span { display:none; }
  .legal-hero { padding:63px 0; }
  .back-link { padding:8px 11px; font-size:.74rem; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; } }
