/* ============================================================
   CARE TOGETHER SERVICES — shared.css
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

:root {
  --navy:   #163A63;
  --teal:   #1E7A8C;
  --gold:   #D8A64D;
  --rose:   #E8756A;
  --white:  #FFFFFF;
  --light:  #F5F7FA;
  --text:   #1a2332;
  --muted:  #5a6a7a;
  --border: #e2e8f0;
  --sh:     0 4px 24px rgba(22,58,99,.10);
  --shl:    0 16px 48px rgba(22,58,99,.16);
  --r:      16px;
  --rsm:    8px;
  --grad:   linear-gradient(135deg,var(--navy),var(--teal));
  --grad2:  linear-gradient(135deg,#0e2a45,var(--navy) 50%,#1a4a72);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; font-size: 16px; overflow-x: hidden; }
h1,h2,h3,h4,h5 { font-family: 'Poppins', sans-serif; line-height: 1.2; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: inherit; border: none; outline: none; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* ── ACCESSIBILITY BAR ── */
#a11y-bar { position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 9999; display: flex; flex-direction: column; gap: 4px; background: var(--navy); border-radius: 12px 0 0 12px; padding: 10px 8px; box-shadow: var(--shl); }
.a11y-btn { width: 40px; height: 40px; border-radius: 8px; background: rgba(255,255,255,.1); color: white; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s; border: none; }
.a11y-btn:hover { background: var(--gold); color: var(--navy); }
.a11y-btn svg { width: 16px; height: 16px; pointer-events: none; }
body.high-contrast { filter: contrast(1.5); }
body.dark-mode { background: #0f1923; color: #f0f4f8; }
body.dark-mode nav { background: rgba(15,25,35,.97); }
body.dark-mode .svc-card, body.dark-mode .faq-item, body.dark-mode .fcard,
body.dark-mode .c-item, body.dark-mode .npanel, body.dark-mode .t-card,
body.dark-mode .val-card, body.dark-mode .job-card, body.dark-mode .trust-item { background: #162030; border-color: #2d3f50; }
body.dyslexia-font, body.dyslexia-font h1, body.dyslexia-font h2, body.dyslexia-font h3 { font-family: Georgia, serif !important; }

/* ── NAV ── */
nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); transition: box-shadow .3s, background .3s; }
nav.scrolled { box-shadow: var(--sh); }
.nav-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; cursor: pointer; flex-shrink: 0; }
.logo-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--grad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-icon svg { color: white; width: 22px; height: 22px; }
.logo-text strong { display: block; font-size: 15px; color: var(--navy); font-weight: 700; white-space: nowrap; }
.logo-text span { display: block; font-size: 11px; color: var(--teal); font-weight: 500; letter-spacing: .5px; }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links a { padding: 8px 13px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s, background .2s; cursor: pointer; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); background: var(--light); }
.nav-links a.nav-cta { background: var(--navy); color: white; padding: 9px 18px; border-radius: 10px; font-weight: 600; }
.nav-links a.nav-cta:hover { background: var(--teal); color: white; }

/* Services dropdown */
.nav-svc { position: relative; }
.svc-dropdown-toggle { display: flex; align-items: center; gap: 4px; }
.svc-dropdown-toggle svg { width: 14px; height: 14px; transition: transform .2s; }
.nav-svc:hover .svc-dropdown-toggle svg { transform: rotate(180deg); }
.svc-dropdown-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: white; border: 1px solid var(--border); border-radius: 14px; padding: 8px; box-shadow: var(--shl); min-width: 260px; z-index: 200; }
.nav-svc:hover .svc-dropdown-menu { display: block; animation: ddFade .2s ease; }
@keyframes ddFade { from{opacity:0;transform:translateX(-50%) translateY(-8px)} to{opacity:1;transform:translateX(-50%) translateY(0)} }
.svc-dropdown-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; font-size: 13px; font-weight: 500; color: var(--text); transition: background .15s; }
.svc-dropdown-menu a:hover { background: var(--light); color: var(--teal); }
.svc-dropdown-menu a svg { width: 16px; height: 16px; color: var(--teal); flex-shrink: 0; }

.hamburger { display: none; background: none; border: none; padding: 8px; cursor: pointer; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .3s; }
.mobile-menu { display: none; flex-direction: column; background: white; border-top: 1px solid var(--border); padding: 16px 24px 24px; max-height: 85vh; overflow-y: auto; }
.mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--border); font-weight: 500; color: var(--text); font-size: 15px; display: block; cursor: pointer; }
.mobile-menu a:last-child { border: none; }
.mobile-menu .m-svc-group { border-bottom: 1px solid var(--border); padding: 8px 0; }
.mobile-menu .m-svc-group a { padding: 8px 0 8px 16px; font-size: 14px; color: var(--muted); border: none; }
.mobile-menu .m-svc-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal); padding: 12px 0 4px; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: white; padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 600; font-family: 'Poppins',sans-serif; transition: all .25s; cursor: pointer; border: 2px solid transparent; }
.btn-primary:hover { background: var(--teal); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,122,140,.35); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; padding: 12px 26px; border-radius: 12px; font-size: 15px; font-weight: 600; font-family: 'Poppins',sans-serif; border: 2px solid; transition: all .25s; cursor: pointer; }
.btn-gold { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--navy); padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 700; font-family: 'Poppins',sans-serif; transition: all .25s; cursor: pointer; border: none; }
.btn-gold:hover { background: #c49035; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(216,166,77,.4); }
.btn-outline-white { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: white; padding: 13px 26px; border-radius: 12px; font-size: 15px; font-weight: 600; font-family: 'Poppins',sans-serif; border: 2px solid rgba(255,255,255,.5); transition: all .25s; cursor: pointer; }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: white; }

/* ── LAYOUT ── */
section { padding: 96px 24px; }
.container { max-width: 1280px; margin: 0 auto; }
.lbl { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); background: rgba(30,122,140,.1); padding: 6px 16px; border-radius: 100px; margin-bottom: 16px; }
.sec-title { font-size: clamp(28px,4vw,44px); font-weight: 800; color: var(--navy); }
.sec-sub { font-size: 17px; color: var(--muted); max-width: 580px; margin-top: 16px; line-height: 1.8; }
.sec-hdr { margin-bottom: 56px; }
.sec-hdr.center { text-align: center; }
.sec-hdr.center .sec-sub { margin: 16px auto 0; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--grad2); padding: 80px 24px 60px; text-align: center; position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(32px,5vw,56px); font-weight: 800; color: white; margin-bottom: 16px; position: relative; z-index: 1; }
.page-hero p { font-size: 18px; color: rgba(255,255,255,.8); max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero .breadcrumb { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 20px; font-size: 13px; color: rgba(255,255,255,.6); position: relative; z-index: 1; }
.page-hero .breadcrumb span { color: var(--gold); font-weight: 600; }
.page-hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.page-hero-orb-1 { width: 600px; height: 600px; top: -200px; right: -100px; background: radial-gradient(circle,rgba(30,122,140,.3),transparent 70%); }
.page-hero-orb-2 { width: 400px; height: 400px; bottom: -100px; left: -50px; background: radial-gradient(circle,rgba(216,166,77,.15),transparent 70%); }

/* ── TRUST ITEMS ── */
.trust-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; }
.trust-item { background: white; border-radius: var(--r); padding: 28px 20px; text-align: center; border: 1px solid var(--border); transition: all .3s; box-shadow: var(--sh); }
.trust-item:hover { transform: translateY(-6px); box-shadow: var(--shl); border-color: var(--teal); }
.ti-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--grad); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ti-icon svg { color: white; width: 26px; height: 26px; }
.trust-item strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.trust-item p { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ── STATS BAR ── */
.stats-bar { background: var(--grad); padding: 56px 24px; }
.stats-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; text-align: center; }
.sv { font-family: 'Poppins',sans-serif; font-size: 48px; font-weight: 800; color: var(--gold); display: block; line-height: 1; }
.sl { color: rgba(255,255,255,.75); font-size: 14px; margin-top: 10px; font-weight: 500; }

/* ── SERVICE CARDS ── */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 24px; }
.svc-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r); padding: 32px 28px; transition: all .3s; position: relative; overflow: hidden; }
.svc-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(22,58,99,.03),rgba(30,122,140,.05)); opacity: 0; transition: opacity .3s; }
.svc-card:hover { border-color: var(--teal); transform: translateY(-8px) scale(1.01); box-shadow: var(--shl); }
.svc-card:hover::after { opacity: 1; }
.svc-icon { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg,rgba(22,58,99,.1),rgba(30,122,140,.1)); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all .3s; }
.svc-card:hover .svc-icon { background: var(--grad); }
.svc-icon svg { width: 30px; height: 30px; color: var(--navy); transition: color .3s; }
.svc-card:hover .svc-icon svg { color: white; }
.svc-card h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.svc-card p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-size: 14px; font-weight: 600; transition: gap .2s; cursor: pointer; }
.svc-card:hover .svc-link { gap: 10px; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1.5px solid var(--border); border-radius: var(--rsm); overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--teal); }
.faq-q { padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 15px; color: var(--navy); background: white; transition: background .2s; user-select: none; gap: 16px; }
.faq-q:hover { background: var(--light); }
.faq-ic { width: 20px; height: 20px; min-width: 20px; transition: transform .3s; flex-shrink: 0; color: var(--teal); }
.faq-item.open .faq-ic { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; padding: 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-item.open .faq-a { max-height: 400px; padding: 0 24px 22px; }

/* ── FORMS ── */
.fg { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fi { display: flex; flex-direction: column; gap: 6px; }
.fi.full { grid-column: 1/-1; }
.fi label { font-size: 13px; font-weight: 600; color: var(--navy); }
.fi input, .fi select, .fi textarea { padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; font-family: 'Inter',sans-serif; color: var(--text); background: white; transition: border-color .2s, box-shadow .2s; outline: none; }
.fi input:focus, .fi select:focus, .fi textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(30,122,140,.1); }
.fi textarea { resize: vertical; min-height: 100px; }
.fchk { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--muted); }
.fchk input[type=checkbox] { width: 18px; height: 18px; min-width: 18px; margin-top: 2px; cursor: pointer; accent-color: var(--teal); }
.fcard { background: white; border-radius: var(--r); padding: 48px; border: 1px solid var(--border); box-shadow: var(--shl); }
.fcard h3 { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.fcard > p { color: var(--muted); margin-bottom: 32px; font-size: 15px; }
.fdiv { border: none; border-top: 1px solid var(--border); margin: 24px 0; }
.flbl { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal); margin: 24px 0 16px; display: block; }

/* ── TESTIMONIALS ── */
.t-slider { overflow: hidden; }
.t-track { display: flex; gap: 24px; transition: transform .5s cubic-bezier(.25,.1,.25,1); }
.t-card { min-width: calc(33.33% - 16px); background: white; border-radius: var(--r); padding: 36px 32px; border: 1px solid var(--border); box-shadow: var(--sh); flex-shrink: 0; }
.stars svg { width: 18px; height: 18px; display: inline; }
.t-text { font-size: 15px; color: var(--muted); line-height: 1.8; margin: 16px 0 24px; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 14px; }
.t-av { width: 48px; height: 48px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.t-name { font-weight: 700; font-size: 15px; color: var(--navy); }
.t-role { font-size: 12px; color: var(--teal); font-weight: 500; }
.sl-ctrl { display: flex; gap: 12px; justify-content: center; margin-top: 40px; align-items: center; }
.sl-btn { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--border); background: white; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; }
.sl-btn:hover { border-color: var(--teal); background: var(--teal); }
.sl-btn:hover svg { color: white; }
.sl-btn svg { width: 20px; height: 20px; color: var(--navy); }
.sl-dots { display: flex; gap: 8px; align-items: center; }
.sl-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); cursor: pointer; transition: all .2s; }
.sl-dot.active { background: var(--teal); width: 24px; border-radius: 4px; }

/* ── CONTACT INFO ── */
.c-info { display: flex; flex-direction: column; gap: 20px; }
.c-item { display: flex; gap: 16px; padding: 20px; background: var(--light); border-radius: var(--rsm); border: 1px solid var(--border); transition: all .2s; }
.c-item:hover { border-color: var(--teal); box-shadow: var(--sh); }
.c-icon { width: 48px; height: 48px; min-width: 48px; border-radius: 12px; background: var(--grad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-icon svg { width: 22px; height: 22px; color: white; }
.c-item strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.c-item span, .c-item a { font-size: 13px; color: var(--muted); }
.c-item a { color: var(--teal); }

/* ── NEWSLETTER BAR ── */
.nl-bar { background: var(--navy); padding: 48px 24px; }
.nl-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.nl-inner h3 { font-size: 22px; color: white; font-weight: 700; margin-bottom: 8px; }
.nl-inner p { color: rgba(255,255,255,.7); font-size: 14px; margin-bottom: 24px; }
.nl-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; }
.nl-form input { flex: 1; padding: 13px 20px; border-radius: 10px; border: none; font-size: 14px; outline: none; font-family: 'Inter',sans-serif; }

/* ── FOOTER ── */
footer { background: #0c1e32; color: rgba(255,255,255,.7); padding: 72px 24px 0; }
.f-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.f-brand .logo-text strong { color: white; font-size: 18px; }
.f-brand .logo-text span { color: var(--teal); }
.f-desc { margin: 20px 0; font-size: 14px; line-height: 1.75; }
.f-ci { display: flex; align-items: center; gap: 10px; font-size: 13px; margin-bottom: 10px; }
.f-ci svg { width: 16px; height: 16px; color: var(--teal); min-width: 16px; }
.abn-b { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 6px 12px; font-size: 12px; margin-top: 12px; display: inline-block; color: rgba(255,255,255,.5); }
.f-col h4 { font-size: 14px; font-weight: 700; color: white; margin-bottom: 20px; }
.f-links { display: flex; flex-direction: column; gap: 10px; }
.f-links a { font-size: 13px; transition: color .2s; cursor: pointer; }
.f-links a:hover { color: var(--gold); }
.f-bot { max-width: 1280px; margin: 0 auto; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 16px; }
.f-bot-lnks { display: flex; gap: 20px; }
.f-bot-lnks a { cursor: pointer; transition: color .2s; }
.f-bot-lnks a:hover { color: var(--gold); }

/* ── STICKY + CHAT ── */
.s-call { position: fixed; bottom: 24px; right: 24px; z-index: 998; display: flex; flex-direction: column; gap: 12px; }
.s-wa, .s-ph { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,.25); transition: transform .2s; }
.s-wa { background: #25d366; }
.s-ph { background: var(--navy); }
.s-wa:hover, .s-ph:hover { transform: scale(1.1); }
.s-wa svg, .s-ph svg { width: 26px; height: 26px; color: white; }
.c-toggle { position: fixed; bottom: 24px; left: 24px; z-index: 998; width: 60px; height: 60px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(22,58,99,.4); border: none; cursor: pointer; transition: transform .2s; }
.c-toggle:hover { transform: scale(1.1); }
.c-toggle svg { width: 28px; height: 28px; color: white; }
.c-badge { position: absolute; top: -4px; right: -4px; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.c-win { display: none; position: fixed; bottom: 96px; left: 24px; z-index: 997; width: 360px; max-height: 520px; background: white; border-radius: 20px; box-shadow: 0 24px 64px rgba(0,0,0,.18); border: 1px solid var(--border); overflow: hidden; flex-direction: column; }
.c-win.open { display: flex; animation: sup .3s ease; }
@keyframes sup { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.c-hdr { background: var(--grad); padding: 20px; color: white; display: flex; justify-content: space-between; align-items: center; flex-shrink: 0; }
.c-ag { display: flex; align-items: center; gap: 12px; }
.c-av { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,.4); }
.c-av svg { width: 22px; height: 22px; color: white; }
.c-agn { font-weight: 700; font-size: 15px; }
.c-sts { font-size: 12px; opacity: .8; display: flex; align-items: center; gap: 6px; }
.c-sd { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; }
.c-cls { background: none; border: none; cursor: pointer; display: flex; }
.c-cls svg { width: 20px; height: 20px; color: rgba(255,255,255,.8); }
.c-msgs { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.cmsg { max-width: 85%; display: flex; flex-direction: column; gap: 4px; }
.cmsg.bot { align-self: flex-start; }
.cmsg.user { align-self: flex-end; }
.cbub { padding: 12px 16px; border-radius: 16px; font-size: 14px; line-height: 1.6; }
.cmsg.bot .cbub { background: var(--light); color: var(--text); border-radius: 4px 16px 16px 16px; }
.cmsg.user .cbub { background: var(--navy); color: white; border-radius: 16px 16px 4px 16px; }
.ctime { font-size: 11px; color: var(--muted); align-self: flex-end; }
.cq { padding: 0 20px 16px; display: flex; flex-wrap: wrap; gap: 8px; flex-shrink: 0; }
.cqb { padding: 7px 14px; border-radius: 100px; border: 1.5px solid var(--border); background: white; font-size: 12px; font-weight: 600; cursor: pointer; transition: all .2s; color: var(--navy); }
.cqb:hover { border-color: var(--teal); background: rgba(30,122,140,.08); }
.c-inp-area { border-top: 1px solid var(--border); padding: 16px 20px; display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.c-inp { flex: 1; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; font-family: 'Inter',sans-serif; outline: none; transition: border-color .2s; }
.c-inp:focus { border-color: var(--teal); }
.c-send { width: 40px; height: 40px; border-radius: 10px; background: var(--navy); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; flex-shrink: 0; }
.c-send:hover { background: var(--teal); }
.c-send svg { width: 18px; height: 18px; color: white; }
.td { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); animation: tdb .9s infinite; display: inline-block; margin: 0 2px; }
.td:nth-child(2) { animation-delay: .15s; }
.td:nth-child(3) { animation-delay: .3s; }
@keyframes tdb { 0%,60%,100%{transform:translateY(0)} 30%{transform:translateY(-8px)} }

/* ── TOAST ── */
.toast { position: fixed; bottom: 90px; right: 24px; z-index: 10000; background: var(--navy); color: white; padding: 16px 24px; border-radius: 12px; box-shadow: var(--shl); font-size: 14px; display: flex; align-items: center; gap: 12px; max-width: 360px; animation: tin .4s ease; }
@keyframes tin { from{opacity:0;transform:translateX(40px)} to{opacity:1;transform:translateX(0)} }
.toast svg { width: 20px; height: 20px; min-width: 20px; color: var(--gold); }

/* ── REVEAL / ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.rd1{transition-delay:.1s} .rd2{transition-delay:.2s} .rd3{transition-delay:.3s} .rd4{transition-delay:.4s}
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity .7s ease, transform .7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity .7s ease, transform .7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(.9); transition: opacity .7s ease, transform .7s ease; }
.reveal-scale.visible { opacity: 1; transform: scale(1); }

/* ── 3D TILT CARDS ── */
.tilt-card { transition: transform .15s ease, box-shadow .15s ease; will-change: transform; transform-style: preserve-3d; }
.tilt-card:hover { box-shadow: var(--shl); }

/* ── FLOATING ORBS ── */
.orb { position: absolute; border-radius: 50%; pointer-events: none; will-change: transform; transition: transform .1s ease; }

/* ── PULSE RING ── */
.pulse-ring { position: absolute; border-radius: 50%; border: 2px solid var(--gold); animation: pring 2.5s infinite; opacity: 0; }
@keyframes pring { 0%{transform:scale(1);opacity:.6} 100%{transform:scale(1.8);opacity:0} }

/* ── FLOATING BADGE ── */
.float-badge { animation: fbadge 3s ease-in-out infinite; }
@keyframes fbadge { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* ── IMAGE with overlay ── */
.img-frame { position: relative; border-radius: 20px; overflow: hidden; }
.img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-frame .img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,58,99,.6) 0%, transparent 60%); }
.img-badge { position: absolute; background: white; border-radius: 12px; padding: 12px 18px; box-shadow: var(--sh); display: flex; align-items: center; gap: 10px; }
.img-badge svg { color: var(--teal); width: 20px; height: 20px; }
.img-badge strong { font-size: 14px; color: var(--navy); font-weight: 700; }
.img-badge span { font-size: 12px; color: var(--muted); display: block; }

/* ── HERO GRADIENT TEXT ── */
.grad-text { background: linear-gradient(135deg, var(--gold), #f0c06b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ── PROCESS STEPS ── */
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
.process-grid::before { content:''; position:absolute; top:36px; left:10%; right:10%; height:2px; background:linear-gradient(90deg,var(--teal),var(--gold)); z-index:0; }
.proc-step { text-align:center; padding:0 12px; position:relative; z-index:1; }
.proc-num { width:72px; height:72px; border-radius:50%; margin:0 auto 20px; background:white; border:2px solid var(--border); display:flex; align-items:center; justify-content:center; transition:all .3s; cursor:pointer; box-shadow:var(--sh); }
.proc-num.active, .proc-num:hover { background:var(--grad); border-color:var(--teal); box-shadow:0 8px 24px rgba(30,122,140,.4); }
.proc-num svg { width:28px; height:28px; color:var(--muted); }
.proc-num.active svg, .proc-num:hover svg { color:white; }
.proc-step h4 { font-size:14px; font-weight:700; color:var(--navy); margin-bottom:6px; }
.proc-step p { font-size:12px; color:var(--muted); line-height:1.5; }

/* ── MAP ── */
.map-wrap { height: 400px; }
.map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* ── CTA SECTION ── */
.cta-section { background: var(--grad); padding: 100px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-section h2 { font-size: clamp(28px,4vw,48px); color: white; font-weight: 800; margin-bottom: 16px; position: relative; z-index:1; }
.cta-section p { color: rgba(255,255,255,.8); font-size: 17px; margin-bottom: 40px; position:relative; z-index:1; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index:1; }

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .f-inner { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: 1fr; gap:0; }
  .process-grid::before { display:none; }
  .proc-step { display:flex; gap:20px; text-align:left; padding:16px 0 16px 24px; border-left:2px solid var(--border); margin-left:36px; }
  .proc-num { min-width:72px; margin:0; }
  .t-card { min-width: calc(100% - 24px); }
}
@media(max-width:768px){
  section { padding: 64px 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap:24px; }
  .svc-grid { grid-template-columns: 1fr; }
  .fg { grid-template-columns: 1fr; }
  .f-inner { grid-template-columns: 1fr; }
  .fcard { padding: 28px 20px; }
  .c-win { width: calc(100vw - 48px); }
  .nl-form { flex-direction: column; }
  .cta-btns { flex-direction: column; align-items: center; }
}
@media(max-width:480px){
  .trust-grid { grid-template-columns: 1fr; }
}
@media(prefers-reduced-motion: reduce){
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
