:root{--navy:#162440;--navy-2:#1e3058;--navy-3:#243970;--gold:#b8860b;--gold-2:#d4a017;--gold-3:#e8c547;--white:#ffffff;--off:#f5f4f0;--off2:#edecea;--gray:#6b7280;--gray-lt:#d1d5db;--text:#1c2535;--green:#16a34a;--radius:6px;--shadow:0 4px 24px rgba(0,0,0,.1);--shadow-lg:0 12px 48px rgba(0,0,0,.14)}*,*: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.65;font-size:16px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}button{font-family:inherit;border:none;background:none;cursor:pointer}.container{max-width:1180px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 26px;border-radius:var(--radius);font-weight:600;font-size:.875rem;letter-spacing:.03em;transition:all .22s;cursor:pointer;border:2px solid transparent}.btn-gold{background:var(--gold);color:#fff;border-color:var(--gold)}.btn-gold:hover{background:var(--gold-2);border-color:var(--gold-2)}.btn-gold-outline{background:transparent;color:var(--gold);border-color:var(--gold)}.btn-gold-outline:hover{background:var(--gold);color:#fff}.btn-white{background:#fff;color:var(--navy);border-color:#fff}.btn-white:hover{background:var(--off);border-color:var(--off)}.btn-white-outline{background:transparent;color:var(--navy);border-color:#1624401f}.btn-white-outline:hover{background:#1624400a}.btn-whatsapp{display:inline-flex;align-items:center;gap:10px;padding:11px 20px;border-radius:8px;font-weight:700;background:linear-gradient(90deg,#25d366,#16a34a);color:#07203a;border:2px solid rgba(6,95,70,.12);box-shadow:0 10px 30px #065f4614}.btn-whatsapp img{height:18px;width:auto;display:inline-block}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 18px 40px #065f461f}.btn-lg{padding:14px 32px;font-size:.95rem}.btn-white-outline-hero{background:#ffffff14;color:#fff;border-color:#fffc}.btn-white-outline-hero:hover{background:#ffffff29}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#0f172a,#162440);color:#fff;z-index:9999;transition:opacity .35s ease,visibility .35s ease}.preloader-hidden{opacity:0;visibility:hidden}.preloader-logo{width:140px;max-width:80%;margin-bottom:28px;filter:drop-shadow(0 20px 50px rgba(0,0,0,.35))}.preloader-spinner{width:64px;height:64px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:preloader-spin .9s linear infinite}@keyframes preloader-spin{to{transform:rotate(360deg)}}.badge{display:inline-block;background:#b8860b2e;border:1px solid rgba(212,160,23,.4);color:var(--gold-2);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 14px;border-radius:100px}.section-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.55rem,3vw,2.35rem);color:var(--navy);line-height:1.22;margin-bottom:16px}.section-lead{color:var(--gray);font-size:.95rem;line-height:1.8;max-width:600px}.check-list{display:flex;flex-direction:column;gap:10px}.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--gray)}.check-list li:before{content:"✓";color:var(--green);font-weight:800;flex-shrink:0;margin-top:1px}.divider{border:none;border-top:1px solid var(--gray-lt);margin:32px 0}.text-gold{color:var(--gold-2)}.text-navy{color:var(--navy)}.fw-700{font-weight:700}.topbar{background:var(--navy);color:#ffffffd1;font-size:.78rem;text-align:center;padding:9px 16px;letter-spacing:.04em}.topbar strong{color:var(--gold-3)}header{background:#fff;border-bottom:1px solid var(--gray-lt);position:sticky;top:0;z-index:200;box-shadow:0 2px 12px #00000012}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;gap:11px;cursor:pointer}.logo-mark{width:40px;height:40px;background:var(--navy);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--gold-2);font-weight:800;font-size:1rem;letter-spacing:-.5px;flex-shrink:0}.logo-words{line-height:1.18}.logo-name{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--navy)}.logo-tagline{font-size:.62rem;font-weight:500;color:var(--gray);letter-spacing:.09em;text-transform:uppercase;display:block}nav{display:flex;align-items:center;gap:6px}.nav-item{position:relative}.nav-link{padding:8px 13px;font-size:.84rem;font-weight:500;color:var(--navy);border-radius:5px;transition:all .18s;display:flex;align-items:center;gap:4px;cursor:pointer}.nav-link:hover,.nav-link.active{color:var(--gold);background:#b8860b12}.nav-chevron{font-size:.65em;opacity:.6}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:210px;background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000024;border:1px solid var(--gray-lt);padding:8px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .18s;z-index:300}.nav-item:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:block;padding:9px 14px;font-size:.83rem;color:var(--text);border-radius:5px;transition:background .15s}.dropdown-link:hover{background:var(--off);color:var(--gold)}.header-cta{margin-left:8px}.mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px}.mobile-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:.2s}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:999;overflow-y:auto;padding:24px;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.mobile-nav.open{transform:translate(0)}.mobile-nav-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.mobile-close{font-size:1.5rem;cursor:pointer;color:var(--navy);padding:4px}.mobile-link{display:block;padding:14px 0;font-size:1rem;font-weight:500;color:var(--navy);border-bottom:1px solid var(--gray-lt);cursor:pointer}.mobile-link:hover{color:var(--gold)}.mobile-sub{padding-left:16px}.mobile-sub .mobile-link{font-size:.9rem;color:var(--gray)}.mobile-section-title{color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding-bottom:6px}.page{padding:0}.page.page-service,.page.page-contact,.page.page-faq,.page.page-about,.page.page-simple{padding:3rem 1.75rem 4rem}.hero{background:linear-gradient(140deg,var(--navy) 0%,var(--navy-2) 55%,#1a3565 100%);color:#fff;padding:96px 24px 120px;position:relative;overflow:hidden}.hero-orb1{position:absolute;top:-100px;right:-80px;width:480px;height:480px;background:radial-gradient(circle,rgba(184,134,11,.22) 0%,transparent 65%);border-radius:50%;pointer-events:none}.hero-orb2{position:absolute;bottom:-80px;left:5%;width:360px;height:360px;background:radial-gradient(circle,rgba(184,134,11,.12) 0%,transparent 65%);border-radius:50%;pointer-events:none}.hero-inner{max-width:860px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.1rem,5vw,3.4rem);font-weight:800;line-height:1.18;margin:20px 0 22px}.hero h1 em{font-style:normal;color:var(--gold-3)}.hero-sub{font-size:1.05rem;color:#fffc;margin-bottom:38px;line-height:1.75}.hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-social{margin-top:28px;font-size:.82rem;color:#ffffff8c}.hero-social span{color:var(--gold-3);font-size:.95rem}.hero-cards{max-width:1180px;margin:-54px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative;z-index:2}.hero-card{background:#fff;border-radius:10px;padding:30px 26px;box-shadow:var(--shadow-lg);border-top:4px solid var(--gold)}.hero-card-icon{font-size:2rem;margin-bottom:14px}.hero-card h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:8px}.hero-card p{font-size:.84rem;color:var(--gray);line-height:1.65}.hero-card-link{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;font-weight:600;color:var(--gold);margin-top:14px;cursor:pointer}.hero-card-link:hover{color:var(--gold-2)}.why{background:var(--off);padding:96px 24px}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.why-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}.why-feat{background:#fff;border-radius:8px;padding:22px;box-shadow:0 2px 12px #0000000f}.why-feat-icon{width:40px;height:40px;background:var(--navy);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--gold-2);font-size:1rem;margin-bottom:12px}.why-feat h4{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:6px}.why-feat p{font-size:.82rem;color:var(--gray);line-height:1.6}.why-visual{background:linear-gradient(150deg,var(--navy) 0%,var(--navy-3) 100%);border-radius:14px;padding:44px;color:#fff;box-shadow:var(--shadow-lg)}.why-visual h3{font-family:Playfair Display,serif;font-size:1.45rem;margin-bottom:28px;line-height:1.35}.stats-quad{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stat-box{background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;padding:20px;border:1px solid rgba(255,255,255,.1)}.stat-num{font-size:2rem;font-weight:800;color:var(--gold-3);line-height:1}.stat-lbl{font-size:.75rem;color:#ffffffa6;margin-top:6px;text-transform:uppercase;letter-spacing:.06em}.reviews{padding:96px 24px}.reviews-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;flex-wrap:wrap;gap:24px}.review-score{display:flex;align-items:center;gap:14px;background:var(--off);border-radius:10px;padding:16px 22px}.review-score .big{font-size:2.6rem;font-weight:800;color:var(--navy);line-height:1}.review-score .stars{color:var(--gold);font-size:1.2rem}.review-score .count{font-size:.8rem;color:var(--gray);margin-top:3px}.reviews-carousel-wrap{position:relative}.reviews-carousel{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:12px 48px}.reviews-carousel::-webkit-scrollbar{display:none}.reviews-track{display:flex;gap:24px}.review-card{background:#fff;border-radius:16px;padding:26px;box-shadow:0 8px 30px #00000014;border-left:4px solid var(--gold);display:flex;flex-direction:column;min-width:min(350px,88vw);max-width:350px;flex:0 0 auto;scroll-snap-align:start}.review-stars{color:var(--gold);font-size:.95rem;margin:18px 0 14px}.review-text{font-size:.92rem;color:var(--gray);line-height:1.8;flex:1;margin-bottom:0}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:#fffffff5;box-shadow:0 12px 28px #0000001f;cursor:pointer;color:var(--navy);font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s;z-index:2}.carousel-nav:hover{transform:translateY(-50%) scale(1.05);background:#fff}.carousel-nav-prev{left:8px}.carousel-nav-next{right:8px}.review-meta{border-top:1px solid var(--gray-lt);padding-top:14px}.review-name{font-size:.86rem;font-weight:700;color:var(--navy)}.review-date{font-size:.75rem;color:var(--gray);margin-top:2px}.review-head{display:flex;gap:12px;align-items:center;margin-bottom:12px}.review-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--off2)}.review-sidebar-card-author-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.review-author-top{display:flex;align-items:center;gap:10px}.google-badge{height:18px;width:auto}.review-author{font-size:.95rem;color:var(--navy)}.stats-bar{background:var(--navy);padding:60px 24px}.stats-bar-inner{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;text-align:center}.sb-icon{font-size:1.7rem;color:var(--gold-3);margin-bottom:10px}.sb-label{font-size:.72rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.07em;font-weight:600;line-height:1.5}.about-strip{background:var(--off);padding:96px 24px}.about-strip-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-visual{background:var(--navy);border-radius:14px;padding:48px;color:#fff;text-align:center;box-shadow:var(--shadow-lg)}.about-visual h3{font-family:Playfair Display,serif;font-size:1.6rem;line-height:1.35;margin-bottom:8px}.about-visual p{font-size:.88rem;color:#ffffffa6;line-height:1.7}.about-strip-content .section-lead{margin-bottom:28px}.about-visual{border-radius:14px;overflow:hidden}.about-visual img{width:100%;height:100%;object-fit:cover;display:block}.assoc-logos-row{display:flex;gap:18px;align-items:center}.assoc-logo{height:44px;object-fit:contain;opacity:.95}.associations-section{padding:18px 0}.associations-section .section-lead{max-width:640px}.assoc-memberships{display:flex;gap:18px;align-items:center}.assoc-member-card{background:#fff;border-radius:12px;padding:10px;border:1px solid rgba(22,36,64,.06);box-shadow:0 8px 18px #1624400a;display:flex;align-items:center;justify-content:center;height:64px}.assoc-member-card .assoc-logo{height:44px;object-fit:contain}.news{padding:96px 24px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.news-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 14px #00000014;transition:transform .22s}.news-card:hover{transform:translateY(-4px)}.news-thumb{height:176px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-3) 100%);display:flex;align-items:center;justify-content:center;font-size:2.8rem;color:#fff3}.news-thumb img{width:100%;height:176px;object-fit:cover;display:block}.news-body{padding:24px}.news-body h3{font-size:.93rem;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.45}.news-body p{font-size:.82rem;color:var(--gray);line-height:1.68}.news-readmore{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;font-weight:600;color:var(--gold);margin-top:14px;cursor:pointer}.cta-banner{background:linear-gradient(140deg,var(--navy) 0%,var(--navy-2) 100%);color:#fff;padding:86px 24px;text-align:center}.cta-banner h2{font-family:Playfair Display,serif;font-size:clamp(1.7rem,3vw,2.5rem);margin-bottom:28px}.cta-checks-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;max-width:700px;margin:0 auto 36px;text-align:left}.cta-check{display:flex;align-items:flex-start;gap:9px;font-size:.88rem;color:#ffffffd6}.cta-check:before{content:"✓";color:var(--gold-3);font-weight:800;flex-shrink:0}footer{background:#0e1724;color:#fffc;padding:70px 24px 28px}.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.6fr;gap:52px;margin-bottom:52px}.footer-branding{display:flex;align-items:center;gap:14px;margin-bottom:14px}.footer-logo-img{width:54px;height:auto;object-fit:contain;border-radius:12px;background:#ffffff0d;padding:8px}.footer-logo-name{font-family:Playfair Display,serif;font-size:1.15rem;color:#fff;margin-bottom:0}.footer-desc{font-size:.82rem;color:#ffffff80;line-height:1.75;margin-bottom:18px}.footer-reviews-trigger{display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px;margin:24px 0;cursor:pointer;transition:transform .2s,box-shadow .2s}.footer-reviews-trigger:hover{transform:translateY(-2px);box-shadow:0 24px 56px #0000002e}.footer-reviews-img{width:100%;height:100%;min-height:100px;object-fit:cover;border-radius:14px}.footer-reviews-trigger strong{display:block;font-size:.96rem;color:#fff;margin-bottom:8px}.footer-reviews-trigger p{font-size:.82rem;color:#ffffffb8;line-height:1.6;margin:0}footer h5{font-size:.76rem;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.review-sidebar{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:999}.review-sidebar.open{opacity:1;pointer-events:auto}.review-sidebar-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c1427db;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1}.review-sidebar-panel{position:absolute;top:0;right:0;width:min(520px,100%);height:100%;background:#fff;color:#102a43;display:flex;flex-direction:column;gap:24px;padding:32px 28px;box-shadow:-18px 0 60px #0000002e;overflow-y:auto;z-index:2}.review-sidebar-close{position:absolute;top:20px;right:20px;width:42px;height:42px;border:none;border-radius:50%;background:#102a43;color:#fff;font-size:1rem;cursor:pointer;box-shadow:0 12px 28px #102a4338}.review-sidebar-head .section-eyebrow{color:#b8860b;margin-bottom:10px}.review-sidebar-head h2{font-size:clamp(1.5rem,2vw,2.1rem);margin-bottom:14px;line-height:1.18}.review-sidebar-head p{max-width:420px;color:#556277;line-height:1.8;font-size:.95rem}.review-sidebar-list{display:grid;gap:18px}.review-sidebar-card{background:#f8fbff;border:1px solid rgba(16,42,67,.08);border-radius:20px;padding:22px;box-shadow:0 12px 28px #102a430f}.review-sidebar-card-top{display:flex;align-items:center;gap:14px;margin-bottom:16px}.review-sidebar-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #dfe7ef}.review-sidebar-card strong{display:block;font-size:1rem;color:#102a43;margin-bottom:4px}.review-sidebar-date{font-size:.8rem;color:#718096}.review-sidebar-stars{color:#b8860b;font-size:.95rem;margin-bottom:16px}.review-sidebar-card p{margin:0;color:#475569;line-height:1.75;font-size:.93rem}@media (max-width:900px){.footer-reviews-trigger{grid-template-columns:1fr}.review-sidebar-panel{width:100%;padding:24px}}footer ul{display:flex;flex-direction:column;gap:10px}footer ul a,.footer-link{font-size:.82rem;color:#ffffff8c;transition:color .18s;cursor:pointer}footer ul a:hover,.footer-link:hover{color:#ffffffe6}.footer-contact p{font-size:.82rem;color:#ffffff8c;line-height:1.9}.footer-contact a{color:#ffffffbf}.footer-contact a:hover{color:var(--gold-3)}.footer-contact .footer-whatsapp{margin-top:18px}.footer-contact .btn-whatsapp{padding:12px 22px;font-size:.92rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-bottom p{font-size:.75rem;color:#ffffff4d}.footer-bottom-links{display:flex;gap:18px}.footer-bottom-links a{font-size:.75rem;color:#ffffff4d;transition:color .15s}.footer-bottom-links a:hover{color:#fff9}.assoc-logos{display:flex;align-items:center;gap:14px;margin-top:16px;flex-wrap:wrap}.assoc-badge{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:7px 14px;font-size:.7rem;font-weight:600;color:#ffffff80;letter-spacing:.06em;text-transform:uppercase}@media (max-width:1024px){.hero-cards{grid-template-columns:1fr;margin-top:40px}.why-grid,.about-strip-grid,.mission-grid{grid-template-columns:1fr}.about-visual,.why-visual{min-height:auto}.reviews-grid,.news-grid{grid-template-columns:1fr 1fr}.stats-bar-inner{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.content-grid,.faq-layout,.contact-layout{grid-template-columns:1fr}.team-grid,.values-grid{grid-template-columns:1fr 1fr}nav{display:none}.mobile-toggle{display:flex}.mobile-nav{display:block}}@media (max-width:640px){.reviews-grid,.news-grid,.service-grid-2,.form-row,.why-features,.stats-quad,.mission-stats{grid-template-columns:1fr}.stats-bar-inner{grid-template-columns:repeat(2,1fr)}.team-grid,.values-grid,.footer-grid{grid-template-columns:1fr}.hero-btns{flex-direction:column;align-items:center}.reviews-header{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width:520px){.hero h1{font-size:2.4rem}.hero-btns{flex-direction:column;align-items:stretch}.header-cta{display:none}.mobile-toggle{display:flex}.mobile-nav{display:block}.mobile-nav.open{transform:translate(0)}.mobile-link{padding:16px 0}.footer-grid{grid-template-columns:1fr}}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card,.process-card,.testimonial-card,.news-card,.info-card,.panel-item,.contact-card{border-radius:28px;background:#ffffffeb;border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 32px #0f172a0f}.feature-card,.process-card,.testimonial-card,.news-card{padding:1.75rem}.feature-card h3,.process-card h3,.testimonial-card strong,.news-card a{color:#102a43}.feature-card p,.process-card p,.news-card a,.testimonial-card p{color:#475569;margin:1rem 0 0}.process-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.process-card{padding:1.75rem 1.9rem}.process-index{width:3rem;height:3rem;display:grid;place-items:center;border-radius:16px;background:#0b69ff1f;color:#0b69ff;font-weight:800;margin-bottom:1.2rem}.split-section{grid-template-columns:1fr 1fr}.info-card ul,.news-card,.testimonial-card{margin:0;padding:0;list-style:none}.info-card ul li{margin-bottom:1rem}.info-card h3{margin-top:0}.info-card ul li strong{display:block;margin-bottom:.25rem}.info-card ul li p{margin:0;color:#475569}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.testimonial-card{padding:2rem}.testimonial-card p{font-size:1rem;line-height:1.8}.testimonial-card strong{display:block;margin-top:1.35rem;color:#0b69ff}.news-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.news-card a{font-size:1rem;font-weight:700;display:block;transition:color .2s ease}.news-card a:hover{color:#0b69ff}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.75rem}.page-content{background:#fffffff5;border-radius:30px;padding:2rem;border:1px solid rgba(15,23,42,.06)}.site-footer{display:grid;gap:1.5rem;padding:3rem 2rem;background:#102a43;color:#f8fafc;border-top:1px solid rgba(255,255,255,.08)}.footer-branding h3{margin:0}.footer-branding p{margin:.75rem 0 0;line-height:1.8}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{color:#f8fafcc7}.footer-links a:hover{color:#fff}@media (max-width: 980px){.hero{grid-template-columns:1fr}.hero-illustration{min-height:380px}.section-header{flex-direction:column;align-items:stretch}.split-section{grid-template-columns:1fr}}@media (max-width: 720px){.page{padding:1.5rem 1.25rem 3rem}.site-header{padding:1rem 1.25rem}.hero-copy h1{font-size:2.75rem}.hero-stats{grid-template-columns:1fr}.main-nav{justify-content:center}.header-actions{width:100%;justify-content:space-between}}@media (max-width: 520px){.hero-copy h1{font-size:2.4rem}.hero-actions{flex-direction:column;align-items:stretch}.nav-cta{width:100%}}.logo-with-image{display:flex;gap:14px;align-items:center}.site-logo{width:56px;height:auto;display:block}.page-service,.page-contact,.page-faq,.page-about,.page-simple{background:var(--white)}.page-header{margin-bottom:2.25rem;padding:2.5rem 2rem;border-radius:28px;background:linear-gradient(135deg,#fffffff2,#f5f4f0bf);box-shadow:0 24px 60px #16244014}.page-header .eyebrow{color:var(--gold);letter-spacing:.16em;font-size:.8rem}.page-header h1{margin-top:.7rem;font-size:clamp(2rem,4vw,3.3rem);line-height:1.06}.page-header p{max-width:760px;color:var(--gray);font-size:1rem;line-height:1.8;margin-top:1rem}.page-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:center;margin-bottom:48px}.page-hero .hero-copy{padding:2rem;background:#f7f6f3f5;border-radius:28px;box-shadow:0 18px 40px #16244014}.page-hero .hero-copy h1{font-size:clamp(2.5rem,4vw,3.6rem);color:var(--navy);margin-bottom:1rem}.page-hero .hero-copy p{color:var(--gray);margin-bottom:1.75rem}.page-hero .hero-copy .hero-btns{justify-content:flex-start}.page-hero .hero-feature{display:grid;gap:16px}.page-hero .hero-feature .hero-tile{border-radius:20px;padding:20px 22px;background:#fff;border:1px solid rgba(22,36,64,.08);box-shadow:0 12px 28px #1624400f;font-weight:600;color:var(--navy)}.page-hero .hero-visual{display:grid;gap:18px;padding:2rem;border-radius:28px;background:linear-gradient(180deg,#162440f2,#1c3058e6);color:#fff;box-shadow:0 24px 70px #16244029}.page-hero .hero-visual h3{margin:0 0 12px;font-size:1.35rem}.page-hero .hero-visual p{color:#ffffffbf;line-height:1.75}.content-section{padding:3rem 0}.content-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:32px;align-items:start}.content-body h2{margin-top:0}.content-body p{color:var(--gray);line-height:1.85;margin:1rem 0}.content-body ul{display:grid;gap:14px;margin:1.5rem 0}.content-body ul li{padding-left:22px;position:relative;color:var(--gray);line-height:1.8}.content-body ul li:before{content:"•";position:absolute;left:0;top:0;color:var(--gold)}.sidebar{display:grid;gap:24px}.sidebar-card{background:var(--off);border-radius:18px;padding:26px;border:1px solid var(--off2)}.sidebar-card h4{margin-bottom:12px;color:var(--navy)}.sidebar-card p{color:var(--gray);line-height:1.75}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:32px}.contact-card{border-radius:24px;padding:2.2rem;background:var(--off);border:1px solid var(--off2);box-shadow:0 20px 48px #1624400f}.contact-card h2{margin-top:0}.contact-card p{color:var(--gray);line-height:1.8}.contact-card a.button{margin-top:18px}.faq-list{display:grid;gap:18px}.faq-list article{padding:1.8rem 2rem;border-radius:20px;background:var(--off);border:1px solid var(--off2);box-shadow:0 18px 40px #1624400d}.faq-list article h3{margin-bottom:.9rem}.faq-list article p{color:var(--gray);line-height:1.9}.team-section{padding:3rem 0}.team-section h2{margin-bottom:.9rem}.team-section p{color:var(--gray);max-width:720px;line-height:1.8;margin-bottom:2rem}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.team-card{padding:1.85rem;border-radius:22px;background:#fff;border:1px solid rgba(22,36,64,.08);box-shadow:0 18px 40px #1624400f}.team-avatar{width:100%;height:180px;border-radius:18px;background:linear-gradient(145deg,var(--navy),var(--navy-3));display:grid;place-items:center;color:#ffffff59;font-size:3.5rem;margin-bottom:18px}.team-name{margin-bottom:6px;font-weight:700}.team-role{color:var(--gold);margin-bottom:10px;font-size:.92rem}.team-bio{color:var(--gray);line-height:1.75}.featured-in{padding:3rem 0}.featured-in-inner{display:grid;gap:24px;align-items:center;grid-template-columns:1fr 1.1fr}.featured-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.featured-logo-card{display:grid;place-items:center;height:84px;border-radius:18px;background:#fff;border:1px solid rgba(22,36,64,.08);box-shadow:0 18px 32px #1624400d;font-weight:700;color:var(--navy);text-align:center;padding:16px}.featured-logo-card img{max-height:48px;max-width:100%;object-fit:contain}.page-content{background:#fffffff2;border-radius:26px;padding:2.3rem;border:1px solid rgba(22,36,64,.08);box-shadow:0 20px 46px #1624400d}.page-simple .page-header{padding:2.2rem 1.8rem}.page-simple .page-content{padding:2rem}@media (max-width:1024px){.page-hero,.content-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}.featured-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid{grid-template-columns:1fr}}@media (max-width:720px){.page-header{padding:2rem 1.4rem}.page-hero{gap:24px}.page-hero .hero-copy,.page-hero .hero-visual{padding:1.8rem}.contact-grid{gap:20px}.featured-logos,.contact-grid{grid-template-columns:1fr}}@media (max-width:520px){.page-header{padding:1.8rem 1.1rem}.page-hero .hero-copy h1{font-size:2.2rem}.hero-tile{padding:18px 20px}.team-grid{grid-template-columns:1fr}}
