:root{--bg-main:#f8f5ff;--bg-section:#fff;--bg-accent:#f3e6ff;--purple-deep:#3b124a;--purple-dark:#2a0b34;--orange-accent:#ff8a3d;--text-main:#111827;--text-muted:#6b7280;--border-soft:#e5e7eb;--shadow-soft:0 18px 40px rgba(15,23,42,.12);--radius-lg:18px;--radius-md:12px;--radius-pill:999px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(to bottom right,#faf7ff,#fff) , var(--bg-main);color:var(--text-main);line-height:1.6;padding-top:90px;max-width:100%;overflow-x:hidden}.hero,.section,.about-main,.about-layout,.profile-section{max-width:1120px;margin:0 auto}.navbar{position:fixed;top:0;left:0;right:0;z-index:2000;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.4rem;background:#f7f3ff;border-bottom:1px solid rgba(0,0,0,.05)}.nav-brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;cursor:pointer;transition:transform .15s ease , opacity .15s ease}@media (hover:hover){.nav-brand:hover{transform:scale(1.03);opacity:.85}}.nav-logo-image{height:58px;width:auto;transform:scale(1.22);transform-origin:left center}.nav-logo-text{font-size:1.6rem;font-weight:700;color:#1f0a33;line-height:1;display:inline-block;transform:translateY(2px)}.lang-switch{border-radius:999px;border:1px solid rgba(148,163,184,.9);padding:.35rem 2.2rem .35rem .9rem;font-size:.9rem;background-color:#fff;color:#111827;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9ca3af 50%) , linear-gradient(135deg,#9ca3af 50%,transparent 50%);background-position:calc(100% - 14px) 50% , calc(100% - 8px) 50%;background-size:6px 6px , 6px 6px;background-repeat:no-repeat}.lang-switch:focus-visible{outline:2px solid #5b21b6;outline-offset:3px}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{text-decoration:none;font-size:.95rem;font-weight:600;color:#1f0a33;position:relative}.nav-links a::after{content:"";position:absolute;left:0;bottom:-.25rem;width:0;height:2px;background:#ff8a3d;transition:width .18s ease}.nav-links a:hover::after{width:100%}.nav-toggle{display:none;border:none;background:#fff;border-radius:999px;padding:.35rem .7rem;font-size:1.1rem;cursor:pointer;box-shadow:0 4px 10px rgba(15,23,42,.12)}@media (max-width:768px){.navbar{padding-inline:5vw}.nav-logo-text{font-size:1.05rem}.nav-toggle{display:inline-flex;align-items:center;justify-content:center}.nav-links{position:fixed;top:60px;left:0;right:0;background:#0d0c24;flex-direction:column;align-items:flex-start;padding:1rem 1.25rem 1.25rem;gap:1rem;display:none;z-index:2000}.nav-links.open{display:flex}.nav-links a{color:#fff;font-size:1rem;width:100%;padding:.4rem 0}.lang-switch{font-size:.8rem;padding:.25rem 2rem .25rem .7rem}}@media (max-width:430px){.nav-logo-text{display:none}.navbar{justify-content:space-between}}.hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:2.4rem;padding:4.2rem 7vw 3.2rem;background:radial-gradient(circle at top left,#f1e9ff 0%,#fdfbff 40%,#f7f7ff 100%)}.hero-content{max-width:540px}.hero-content h1{font-size:2.2rem;line-height:1.15;color:#1f2933;margin-bottom:.9rem}.hero-content p{font-size:.98rem;color:#4b5563;margin-bottom:1.6rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:.9rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-photo{width:100%;max-width:800px;border-radius:26px;object-fit:cover;box-shadow:0 22px 45px rgba(15,23,42,.24);border:3px solid #e5e7eb}@media (max-width:1200px){.hero{padding:3.8rem 6vw 3rem;gap:2.2rem}}@media (max-width:768px){.hero{grid-template-columns:1fr;padding:4.6rem 6vw 3.2rem;text-align:left}.hero-image{order:-1;margin-bottom:1.6rem}.hero-photo{max-width:100%;border-radius:22px}.hero-content h1{font-size:2rem}.hero-content p{font-size:.96rem}}@media (max-width:430px){.hero{padding:4.2rem 5vw 2.8rem}.hero-content h1{font-size:1.85rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-pill);font-size:.95rem;font-weight:600;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .12s ease , box-shadow .12s ease , background .12s ease , color .12s ease}.btn.primary{background:linear-gradient(135deg,var(--purple-deep),var(--orange-accent));color:#fff;box-shadow:var(--shadow-soft)}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 22px 45px rgba(15,23,42,.22);filter:brightness(1.08) saturate(1.15);box-shadow:0 22px 45px rgba(15,23,42,.22) , 0 0 0 4px rgba(255,138,61,.16) , 0 10px 28px rgba(255,138,61,.25)}.btn.ghost{background:#fff;color:var(--purple-deep);border-color:rgba(148,163,184,.7)}.btn.ghost:hover{background:var(--bg-accent)}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.1rem}.cta-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .9rem;border-radius:999px;background:rgba(43,15,75,.06);border:1px solid rgba(43,15,75,.18);color:#1f0a33;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .15s ease , box-shadow .15s ease , background .15s ease}.cta-chip:hover{transform:translateY(-1px);background:rgba(43,15,75,.1);box-shadow:0 10px 22px rgba(15,23,42,.12)}.cta-chip:focus-visible{outline:2px solid #ff8a3d;outline-offset:3px}@media (max-width:768px){.hero-cta{gap:.6rem}.cta-chip{font-size:.9rem;padding:.5rem .85rem}}.trust-strip{max-width:1120px;width:min(1120px,100% - 14vw);margin:0 auto 3.5rem;padding:1.4rem 2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem;background:#fff;border-radius:20px;box-shadow:0 14px 32px rgba(15,23,42,.1)}.trust-item{display:flex;align-items:flex-start;gap:.9rem;color:#1f0a33}.trust-icon{font-size:1.35rem;line-height:1;margin-top:.15rem}.trust-item strong{display:block;font-size:.95rem;font-weight:700;margin-bottom:.15rem}.trust-item span{font-size:.85rem;color:#6b7280;line-height:1.4}@media (max-width:900px){.trust-strip{grid-template-columns:repeat(2,1fr);padding:1.4rem 1.6rem}}@media (max-width:480px){.trust-strip{grid-template-columns:1fr;padding:1.3rem 1.4rem}}.section{padding:3.5rem 7vw}.section-title{font-size:1.8rem;margin-bottom:.3rem;color:var(--purple-dark)}.section-subtitle{color:var(--text-muted);margin-bottom:2rem}.section-text{max-width:42rem;color:var(--text-muted)}@media (max-width:900px){.section{padding-inline:5vw}}#services{position:relative;background:linear-gradient(to bottom,#f8f5ff 0%,#f1e2ff 40%,#fef7ff 70%,#fff 100%)}#services::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(91,31,168,.14) 0%,transparent 35%,transparent 65%,rgba(255,138,61,.14) 100%);pointer-events:none;z-index:0}#services>*{position:relative;z-index:1}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:2rem}.card{background:#fff;border-radius:18px;padding:1.6rem 1.5rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 14px 30px rgba(15,23,42,.08);display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;cursor:pointer;transition:transform .18s ease , box-shadow .18s ease , border-color .18s ease , background .18s ease}.card .service-icon{width:42px;height:42px;object-fit:contain;margin-bottom:.5rem}.card h3{font-size:1.05rem;margin-bottom:.2rem;color:#111827}.card p{font-size:.97rem;color:var(--text-muted);line-height:1.5}.card:hover{transform:translateY(-4px);border-color:#7c3aed;box-shadow:0 22px 45px rgba(15,23,42,.16);background:radial-gradient(circle at top left,rgba(124,58,237,.07),#fff);filter:drop-shadow(0 10px 18px rgba(124,58,237,.18))}.card.highlight{border-color:#ff8a3d;box-shadow:0 20px 40px rgba(248,113,38,.18)}.card.highlight:hover{background:radial-gradient(circle at top left,rgba(248,113,38,.08),#fff)}.card.hidden{opacity:0;transform:translateY(40px)}.card.hidden.from-left{transform:translateX(-140px) translateY(40px)}.card.hidden.from-right{transform:translateX(140px) translateY(40px)}.card.show{opacity:1;transform:translateX(0) translateY(0)}.card.hidden,.card.hidden.from-left,.card.hidden.from-right,.card.show{transition:transform 1.05s ease , opacity 1.05s ease , box-shadow .6s ease , border-color .6s ease , background .6s ease}@media (max-width:1024px){.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.card{padding:1.5rem 1.3rem}}@media (max-width:640px){.cards{grid-template-columns:1fr;gap:1.3rem}.card{padding:1.4rem 1.1rem;border-radius:16px}.card h3{font-size:1rem}.card p{font-size:.93rem}}.section.accent#testimonials,#testimonials.section.accent{background:transparent;padding:4rem 0}#testimonials .section-title{text-align:center;margin-bottom:1.5rem;color:var(--purple-dark)}#testimonials .testimonials{max-width:900px;margin:0 auto;background:#f7e9ff;border-radius:18px;padding:32px 30px;box-shadow:0 14px 30px rgba(0,0,0,.12);display:flex;flex-direction:column;gap:22px}#testimonials .t-card{padding:12px 20px;font-size:1rem;line-height:1.55;color:#4a345e;text-align:center;background:#fbf9ff;border-radius:14px}#testimonials .t-card span{display:block;margin-top:8px;font-weight:600;color:#6b4a82}@media (max-width:768px){#testimonials .testimonials{max-width:90%;padding:2rem 1.2rem}#testimonials .t-card{padding:1.1rem 1.4rem}}.section.accent{background:#2b0f4b;color:#f9f5ff;padding:3rem 2rem;border-radius:22px;box-shadow:0 16px 36px rgba(15,23,42,.25);margin-top:3rem;margin-bottom:3rem}.section.accent h2,.section.accent p{color:#fff}.section.accent a{color:#fff;text-decoration:none}.section.accent a:hover,.section.accent a:focus-visible{text-decoration:underline}#contact.section.accent{text-align:center}#contact.section.accent .section-title,#contact.section.accent .section-text,#contact.section.accent p{text-align:center;margin-left:auto;margin-right:auto}#contact.section.accent strong{color:#fff!important}.sticky-book-btn{position:fixed;bottom:2.5rem;right:2.5rem;z-index:900;display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.8rem;border-radius:999px;border:none;text-decoration:none;background:linear-gradient(135deg,#5b1fa8,#ff7a2f);color:#fff;font-size:.95rem;font-weight:600;box-shadow:0 10px 25px rgba(0,0,0,.25);opacity:0;transform:translateY(24px);pointer-events:none;transition:opacity .25s ease , transform .25s ease , box-shadow .25s ease , filter .25s ease}.sticky-book-btn::before{content:"📅";font-size:1.1rem}.sticky-book-btn--visible{opacity:1;transform:translateY(0);pointer-events:auto}.sticky-book-btn:hover,.sticky-book-btn:focus-visible{box-shadow:0 16px 32px rgba(0,0,0,.35);filter:brightness(1.05);transform:translateY(-2px)}.sticky-book-btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.floating-contact{position:fixed;bottom:1.5rem;left:1.5rem;display:flex;flex-direction:column;gap:.6rem;z-index:9999}.fc-btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:999px;font-size:.95rem;font-weight:600;border:none;text-decoration:none;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.25);transition:transform .18s ease , box-shadow .18s ease , opacity .18s ease;color:#fff}.fc-whatsapp{background:linear-gradient(135deg,#00c853,#00e676)}.fc-call{background:linear-gradient(135deg,#ff6a00,#ff9a3d)}.fc-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.3);opacity:.95}@media (max-width:768px){.floating-contact{bottom:1rem;left:1rem}.fc-btn{padding:.55rem .9rem;font-size:.85rem}}body.about-page{background:var(--bg-main)}.about-main{max-width:1100px;margin:0 auto;padding:0 7vw 4rem}.about-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.5rem;align-items:center;margin-bottom:3.2rem}.about-text h1,.about-text h2{color:var(--purple-dark);margin-bottom:.7rem;text-align:left}.about-text p{color:var(--text-muted);max-width:56rem;text-align:left}.about-image img{width:100%;max-width:850px;height:auto;border-radius:22px;object-fit:cover;box-shadow:0 14px 30px rgba(15,23,42,.18)}.about-image img.about-image-portrait{aspect-ratio: 3 / 4;object-fit:cover}.about-values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;margin-top:1.2rem}.about-value-card{background:#fff;border-radius:18px;padding:1.1rem 1rem;border:1px solid var(--border-soft);text-align:left;box-shadow:0 10px 24px rgba(15,23,42,.06);font-size:.95rem;color:var(--text-muted)}.about-value-card h3{margin-bottom:.35rem;color:var(--purple-deep)}.about-section{margin-bottom:3rem}.about-section h2{font-size:1.6rem;color:var(--purple-dark);margin-bottom:.75rem}.about-section p{color:var(--text-muted);max-width:56rem}.about-photo-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-top:1.5rem}.about-photo-strip img{width:100%;height:210px;object-fit:cover;border-radius:18px;box-shadow:0 10px 24px rgba(15,23,42,.14)}.about-trust-card{margin-top:3rem;margin-bottom:3.5rem;background:#2b0f4b;color:#f9f5ff;border-radius:22px;padding:1.9rem 1.7rem;box-shadow:0 18px 40px rgba(15,23,42,.45)}.about-trust-card h2{color:#fff;margin-bottom:.9rem}.about-trust-card p{color:#e5d7ff;max-width:52rem}@media (max-width:960px){.about-main{padding:0 5vw 3rem}.about-row{grid-template-columns:1fr}.about-image{order:-1}.about-photo-strip{grid-template-columns:1fr 1fr}}@media (max-width:640px){.about-photo-strip{grid-template-columns:1fr}.about-values-grid{grid-template-columns:1fr}.about-text h1,.about-text h2{font-size:1.9rem}}.info-main{max-width:1100px;margin:0 auto 3rem auto;padding:0 7vw}.info-card-full{margin-bottom:3rem}.profile-page{background:var(--bg-main)}.profile-hero{padding:6rem 7vw 3rem;background:#f7f7ff;display:flex;justify-content:center}.profile-video{width:100%;max-width:960px;border-radius:24px;box-shadow:0 22px 45px rgba(15,23,42,.28);border:3px solid #e5e7eb;background:#000;object-fit:cover}.profile-section{max-width:1100px;margin:0 auto 3.5rem;padding:0 7vw}.profile-section h2{margin-bottom:1.2rem;font-size:1.6rem;color:var(--purple-dark)}.profile-overview p{max-width:48rem;color:var(--text-muted);margin-bottom:1.8rem}.profile-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.overview-card{background:#fff;border-radius:18px;padding:1.4rem 1.2rem;border:1px solid var(--border-soft);box-shadow:0 10px 24px rgba(15,23,42,.08)}.overview-card h3{font-size:1.05rem;margin-bottom:.4rem;color:var(--purple-deep)}.overview-card p{font-size:.95rem;color:var(--text-muted)}.profile-news .news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.news-card{background:#fff;border-radius:18px;padding:1.4rem 1.3rem;border:1px solid var(--border-soft);box-shadow:0 10px 24px rgba(15,23,42,.08)}.news-card h3{font-size:1.05rem;margin-bottom:.4rem;color:var(--purple-deep)}.news-card p{font-size:.95rem;color:var(--text-muted);margin-bottom:.7rem}.news-tag{display:inline-block;font-size:.78rem;padding:.25rem .6rem;border-radius:999px;background:rgba(168,85,247,.08);color:var(--purple-deep)}.profile-silhouette{position:relative;padding-top:3.2rem;padding-bottom:3.2rem}.profile-silhouette-inner{position:relative;z-index:1}.profile-silhouette::before{content:"";position:absolute;inset:0;margin-inline:3vw;border-radius:26px;background-image:url(https://tinnamedicalcentre.com.zm/assets/images/silhouette-family.png.pagespeed.ce.AASiCPI9bP.png);background-size:cover;background-repeat:no-repeat;background-position:center;opacity:.14;pointer-events:none}.silhouette-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.silhouette-card{background:rgba(255,255,255,.92);border-radius:18px;padding:1.4rem 1.3rem;box-shadow:0 12px 30px rgba(15,23,42,.18)}.profile-trust .trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.trust-card{background:#fff;border-radius:18px;padding:1.4rem 1.3rem;border:1px solid var(--border-soft);text-align:center;box-shadow:0 10px 24px rgba(15,23,42,.08)}.trust-number{display:block;font-size:1.6rem;font-weight:700;color:var(--purple-deep);margin-bottom:.4rem}@media (max-width:1024px){.profile-hero{padding:5.2rem 5vw 2.6rem}.profile-video{max-width:880px}}@media (max-width:900px){.profile-hero{margin:0 4vw 2.5rem}.profile-overview-grid,.profile-news .news-grid,.silhouette-grid,.profile-trust .trust-grid{grid-template-columns:1fr}}@media (max-width:768px){.profile-hero{padding:4.8rem 4vw 2.3rem}.profile-video{max-width:100%;border-radius:18px;box-shadow:0 18px 35px rgba(15,23,42,.24)}.profile-section{padding:0 5vw;margin-bottom:2.5rem}}@media (max-width:430px){.profile-hero{padding:4.4rem 4vw 2rem}}.site-footer{background:#2b0f4b;color:#fff;padding:3rem 0 2rem;margin-top:4rem}.footer-inner{max-width:1200px;margin:0 auto;padding:0 4vw}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap}.footer-column{flex:1;min-width:220px;text-align:center}.footer-column h4,.footer-social h4{font-size:1.05rem;margin-bottom:.8rem;color:#ff8a3d}.footer-contact p{font-size:.95rem;margin-bottom:.3rem;color:#e5e7eb}.footer-contact p,.footer-contact a{color:#fff!important;text-decoration:none}.footer-links a{display:block;font-size:.95rem;margin-bottom:.35rem;color:#e5e7eb;text-decoration:none}.footer-links a:hover{color:#fff}.footer-social-icons{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:10px}.footer-social-icons a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(148,163,184,.5);transition:transform .18s ease , background .18s ease , border-color .18s ease}.footer-social-icons a img{width:18px;height:18px;object-fit:contain}.footer-social-icons a:hover{transform:translateY(-2px);background:rgba(255,255,255,.16);border-color:#ff8a3d}.footer-bottom{margin-top:1rem;text-align:center}.partners-label{display:block;font-size:.95rem;margin-bottom:1rem;color:#e5e7eb}.partners-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem}.partner-logo{height:38px;object-fit:contain;opacity:.9;transition:transform .2s ease , opacity .2s ease}.partner-logo:hover{transform:scale(1.06);opacity:1}.footer-copy{text-align:center;color:#9ca3af;font-size:.9rem;margin-top:1.5rem;margin-bottom:2rem;opacity:.7}@media (max-width:900px){.footer-top{flex-direction:column;gap:2rem}.footer-inner{padding:0 5vw}}header.navbar{box-shadow:0 8px 22px rgba(15,23,42,.08)}.nav-links a.active{color:#1f0a33;font-weight:700}.nav-links a.active::after{width:100%}.trust-strip{width:min(1200px,100% - 10vw);margin:0 auto 3rem;padding:.95rem 1.6rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:1.4rem;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:18px;border:1px solid rgba(43,15,75,.10);box-shadow:0 14px 36px rgba(15,23,42,.08)}body.about-page .about-main{max-width:1280px;margin:0 auto;padding:0 5vw 4rem}body.about-page .about-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:3rem;align-items:center;margin-bottom:4rem}body.about-page .about-row:nth-of-type(3) {grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}body.about-page .about-image img{width:100%;height:420px;max-width:none;border-radius:22px;object-fit:cover;box-shadow:0 18px 40px rgba(15,23,42,.16)}body.about-page .about-text p{max-width:65ch}body.about-page .about-values-grid{gap:1.2rem}body.about-page .about-photo-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}body.about-page .about-photo-strip img{height:240px;border-radius:18px}@media (max-width:960px){body.about-page .about-row,
  body.about-page .about-row:nth-of-type(3) {grid-template-columns:1fr;gap:1.8rem}body.about-page .about-image img{height:320px}body.about-page .about-photo-strip{grid-template-columns:1fr 1fr}}@media (max-width:640px){body.about-page .about-image img{height:260px}body.about-page .about-photo-strip{grid-template-columns:1fr}body.about-page .about-main{padding:0 6vw 3.2rem}}.about-image img.no-crop{width:auto;max-width:380px;height:auto;object-fit:contain}body.about-page .about-image img.no-crop{width:100%;height:auto;max-height:520px;object-fit:contain;aspect-ratio:auto}body.about-page .about-image.no-box img.no-crop{width:min(560px,100%);height:auto;max-height:none;object-fit:contain;border-radius:22px;box-shadow:0 18px 40px rgba(15,23,42,.2);display:block;margin-inline:auto}body.about-page .about-text p,body.about-page .about-section p,body.about-page .about-trust-card p{font-size:1.05rem;line-height:1.75}body.about-page .about-text h1{font-size:2.4rem;line-height:1.2}body.about-page .about-text h2,body.about-page .about-section h2,body.about-page .about-trust-card h2{font-size:1.85rem;line-height:1.25}body.about-page .about-value-card p{font-size:1rem;line-height:1.65}body.about-page .about-value-card h3{font-size:1.15rem}@media (max-width:640px){body.about-page .about-text h1{font-size:2.05rem}body.about-page .about-text h2,body.about-page .about-section h2{font-size:1.6rem}body.about-page .about-text p,body.about-page .about-section p{font-size:1rem}}body.about-page .about-photo-strip{margin-bottom:3.2rem}body.about-page .about-trust-card{margin-top:0;margin-bottom:3.2rem}body.about-page .site-footer{margin-top:0;padding-top:3.2rem}body.about-page .about-photo-strip img{height:340px}@media (max-width:960px){body.about-page .about-photo-strip img{height:300px}}@media (max-width:640px){body.about-page .about-photo-strip img{height:260px}}.footer-contact a{color:#fff;text-decoration:none}.footer-contact a:hover,.footer-contact a:focus-visible{text-decoration:underline}.emergency-box a{color:#2b0f4b;text-decoration:none}.emergency-box a:hover,.emergency-box a:focus-visible{text-decoration:underline}.emergency-box p{color:#fff}.emergency-box a{color:#fff;text-decoration:none}.emergency-box a:hover{text-decoration:underline}@media (max-width:768px){.site-footer .footer-top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.6rem}.site-footer .footer-column{width:100%;max-width:420px;margin:0 auto}.site-footer .footer-social-icons{display:flex;justify-content:center;gap:.9rem}.site-footer .footer-contact p,.site-footer .footer-links a{display:block;text-align:center}.site-footer .footer-bottom{text-align:center}.site-footer .partners-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.45;color:var(--text-main,#0f172a)}section{padding-top:1.75rem;padding-bottom:1.75rem}.section-title{margin-bottom:1rem;letter-spacing:-.2px}h1,h2,h3{margin-bottom:.5rem;line-height:1.15}p{margin-bottom:.65rem;font-size:.97rem}.navbar{padding:.5rem 1rem}.nav-links{gap:.5rem}.nav-links a{padding:.3rem .5rem;font-size:.95rem}.btn{padding:.5rem 1rem;font-size:.9rem}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 22px 45px rgba(15,23,42,.22);filter:brightness(1.08) saturate(1.15)}.hero{padding:2rem 1rem;border-radius:18px}.hero-content{gap:.75rem}.hero-photo{box-shadow:0 16px 44px rgba(15,23,42,.14)}.card{padding:1.25rem;border-radius:.65rem;box-shadow:0 8px 20px rgba(15,23,42,.07)}.card .service-icon{margin-bottom:.5rem}.cards-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}#testimonials .testimonials{padding:2rem 1rem}#testimonials .t-card{padding:1.25rem;margin-bottom:1.25rem}.section.accent{padding:2rem 1rem;border-radius:.85rem}.site-footer{padding:1.5rem 1rem}.footer-links a,.footer-contact a{padding:.15rem 0;font-size:.9rem}.footer-social-icons a{padding:.35rem;margin-right:.35rem;font-size:.9rem}.map-section{margin-bottom:3rem}.map-card{background:#fff;border-radius:18px;border:1px solid var(--border-soft);box-shadow:0 16px 36px rgba(15,23,42,.12);overflow:hidden;margin-top:1.2rem}.map-embed{width:100%;height:360px;border:0;display:block}.map-actions{margin-top:1.2rem}@media (max-width:768px){.map-embed{height:300px}}.faq-section{margin-top:2.5rem}.faq-list{display:grid;gap:.9rem;margin-top:1.2rem}.faq-item{background:#fff;border-radius:16px;border:1px solid var(--border-soft);box-shadow:0 10px 24px rgba(15,23,42,.08);padding:.95rem 1.1rem}.faq-item summary{cursor:pointer;font-weight:600;color:var(--purple-deep)}.faq-item p{margin-top:.6rem;color:var(--text-muted)}body.services-page{background:var(--bg-main)}.services-hero{padding:4rem 7vw 2.5rem;background:radial-gradient(circle at top left,#f1e9ff 0%,#fdfbff 42%,#f7f7ff 100%);text-align:left}.services-hero h1{font-size:2.2rem;color:var(--purple-dark);margin-bottom:.8rem}.services-hero p{max-width:52rem;color:var(--text-muted)}.service-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.service-detail-card{background:#fff;border-radius:18px;padding:1.6rem 1.5rem;border:1px solid var(--border-soft);box-shadow:0 14px 30px rgba(15,23,42,.08);scroll-margin-top:120px}.service-detail-card h3{color:var(--purple-deep);margin-bottom:.6rem;font-size:1.1rem}.service-detail-card p{color:var(--text-muted);margin-bottom:.6rem}.service-detail-card ul{padding-left:1.1rem;color:var(--text-muted)}.service-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.75rem;font-weight:600;color:var(--purple-deep);text-decoration:none}.service-link:hover,.service-link:focus-visible{text-decoration:underline}@media (max-width:900px){.service-detail-grid{grid-template-columns:1fr}}