@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap";:root{color-scheme:light;--bg: #ffffff;--ink: #1a2638;--muted: #52607a;--brand: #185adb;--brand-dark: #0f3f99;--accent: #ff7a00;--surface: #f3f7ff;--surface-strong: #e8f0ff;--card: #ffffff;--radius-lg: 24px;--radius-md: 16px;--shadow: 0 20px 45px rgba(15, 63, 153, .12)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{position:relative;overflow-x:hidden}.container{width:min(1160px,92vw);margin:0 auto}.skip-link{position:absolute;left:-999px;top:1rem;background:var(--brand);color:#fff;padding:.6rem 1rem;border-radius:999px;z-index:60}.skip-link:focus{left:1rem}.top-strip{background:var(--brand-dark);color:#f5f8ff;font-size:.88rem}.strip-content{display:flex;flex-wrap:wrap;gap:.9rem 1.6rem;align-items:center;justify-content:center;padding:.55rem 0}.strip-content a{opacity:.92}.strip-content a:hover,.strip-content a:focus{opacity:1}.site-header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(24,90,219,.1)}.header-content{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1rem 0}.logo{height:60px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:1.6rem;font-size:.95rem;font-weight:500;color:#3a4f73}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-.35rem;width:0;height:2px;background:var(--accent);transition:width .22s ease}.nav-links a:hover:after,.nav-links a:focus:after{width:100%}.header-cta{display:flex;gap:.7rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.74rem 1.3rem;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-solid{background:var(--accent);color:#fff;box-shadow:0 14px 30px #ff7a0052}.btn-solid:hover,.btn-solid:focus{transform:translateY(-1px);box-shadow:0 18px 36px #ff7a006b}.btn-outline{border-color:#185adb38;color:var(--brand-dark);background:#fff}.btn-outline:hover,.btn-outline:focus{background:#185adb0f}.btn-ghost{background:#fff;color:var(--brand-dark);border:1px solid rgba(24,90,219,.2)}.hero{position:relative;padding:5rem 0 4rem}.hero-bg{position:absolute;inset:0 0 auto;height:100%;background:linear-gradient(120deg,rgba(24,90,219,.12),transparent 60%),linear-gradient(25deg,rgba(255,122,0,.12),transparent 55%);z-index:0}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr minmax(280px,420px);gap:2rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;color:var(--brand);font-weight:600;margin-bottom:.9rem}.hero-copy h1{font-family:Montserrat,sans-serif;font-size:clamp(2.4rem,5.2vw,3.9rem);line-height:1.05;letter-spacing:-.02em}.hero-lead{margin-top:1rem;font-size:1.05rem;color:var(--muted);max-width:56ch}.hero-actions{margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.8rem}.hero-tags{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.6rem}.hero-tags span{border-radius:999px;background:#185adb1a;color:var(--brand-dark);padding:.45rem .9rem;font-size:.84rem;font-weight:500}.hero-card{background:var(--card);border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow);border:1px solid rgba(24,90,219,.14)}.hero-map{border-radius:16px;overflow:hidden;min-height:260px}.hero-map img{width:100%;height:260px;object-fit:cover;display:block}.hero-stat{margin-top:.9rem;display:flex;align-items:baseline;gap:.7rem;justify-content:center;padding:.75rem .9rem;border-radius:12px;background:var(--surface)}.hero-stat strong{color:var(--brand-dark);font-size:1.6rem}.hero-stat span{color:#3d4f6c;font-size:.92rem}.section{padding:4.4rem 0}.two-col{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:2rem;align-items:center}.visual-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(24,90,219,.14);box-shadow:var(--shadow)}.visual-card img{width:100%;min-height:340px;object-fit:cover}.visual-card.dark{background:var(--brand-dark);color:#f5f8ff;padding:2rem;display:grid;gap:.7rem}.visual-card.dark h3{font-size:1.6rem;font-family:Montserrat,sans-serif}.text-block h2{font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.1;margin-bottom:1rem;font-family:Montserrat,sans-serif}.text-block p{color:var(--muted);line-height:1.7;margin-bottom:.95rem}.section-head{display:grid;gap:.8rem;margin-bottom:2rem}.section-head h2{font-size:clamp(2rem,3vw,2.8rem);line-height:1.1;font-family:Montserrat,sans-serif}.section-head p{color:var(--muted);max-width:62ch}.services{background:var(--surface)}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1rem}.service-card{background:var(--card);border-radius:var(--radius-md);border:1px solid rgba(24,90,219,.14);padding:1.2rem;box-shadow:0 10px 25px #185adb14;flex:1 1 calc(25% - 1rem);max-width:calc(25% - .75rem);min-width:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.7rem;min-height:170px;height:100%;text-align:center}.service-card img{width:48px;height:48px;object-fit:contain;margin:0 auto}.service-card h3{font-size:1.08rem;text-align:center}.service-card p{color:var(--muted);font-size:.94rem;line-height:1.55}.service-card a{color:var(--brand-dark);font-weight:600;font-size:.9rem}.service-card a:hover,.service-card a:focus{color:var(--accent)}@media (max-width: 1100px){.service-card{flex-basis:calc(33.333% - 1rem);max-width:calc(33.333% - .67rem)}}@media (max-width: 860px){.service-card{min-width:0;flex-basis:calc(50% - 1rem);max-width:calc(50% - .5rem)}}@media (max-width: 540px){.service-card{flex-basis:100%;max-width:100%}}.highlights{background:var(--bg)}.feature-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.feature-card{background:var(--surface-strong);border:1px solid rgba(24,90,219,.14);border-radius:var(--radius-md);padding:1.3rem;display:grid;gap:.65rem}.feature-card img{width:42px;height:42px;object-fit:contain}.feature-card h3{font-size:1.1rem}.feature-card p{color:#485b7b;font-size:.93rem;line-height:1.55}.reason-list{list-style:none;display:grid;gap:.65rem;margin-top:1rem}.reason-list li{position:relative;padding-left:1.5rem;color:#3d4f6c;line-height:1.5}.reason-list li:before{content:"";position:absolute;left:0;top:.55rem;width:9px;height:9px;border-radius:999px;background:var(--accent)}.contact{background:var(--surface)}.contact-list{display:grid;gap:.55rem;margin-top:1rem}.contact-list p{margin:0;color:#3d4f6c}.contact-form{background:#fff;border-radius:var(--radius-lg);padding:1.3rem;border:1px solid rgba(24,90,219,.14);box-shadow:var(--shadow);display:grid;gap:.65rem}.contact-form label{font-size:.9rem;color:#3a4f73;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(24,90,219,.25);border-radius:10px;padding:.68rem .78rem;font:inherit;color:var(--ink);background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid rgba(24,90,219,.2);border-color:#185adb80}.submit-note{color:var(--brand-dark);font-size:.9rem;font-weight:500}.submit-note.is-sending{color:#3a4f73}.submit-note.is-success{color:var(--brand-dark)}.submit-note.is-error{color:#b3261e}.contact-form button[disabled]{opacity:.75;cursor:wait}.site-footer{background:#0f2347;color:#eef3ff;padding:3rem 0 1.7rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem}.site-footer h3,.site-footer h4{margin-bottom:.7rem}.site-footer h3{font-size:1.3rem;font-family:Montserrat,sans-serif}.site-footer p{color:#eef3ffdb;line-height:1.6;font-size:.94rem}.site-footer a:hover,.site-footer a:focus{color:#fff}.legal-links{margin-top:.5rem}.footer-bottom{margin-top:1.6rem;padding-top:1rem;border-top:1px solid rgba(238,243,255,.2);color:#eef3ffbf;font-size:.88rem}.scroll-top{position:fixed;right:1.2rem;bottom:1.2rem;width:auto;height:auto;padding:.65rem .95rem;border-radius:999px;border:none;background:var(--accent);color:#fff;font-size:.9rem;font-weight:600;box-shadow:0 14px 28px #ff7a0059;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease;z-index:35}.scroll-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top:hover,.scroll-top:focus{background:var(--brand-dark)}@media (max-width: 980px){.hero-grid,.two-col{grid-template-columns:1fr}.hero{padding-top:4.3rem}.hero-copy h1{max-width:18ch}}@media (max-width: 780px){.nav-links{display:none}.header-content{flex-wrap:wrap}.header-cta{margin-left:auto}.strip-content{justify-content:flex-start}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}}@media (max-width: 640px){.logo{height:52px}.hero-copy h1{font-size:2.2rem}.section{padding:3.6rem 0}.contact-form{padding:1rem}}@media (prefers-reduced-motion: reduce){html,*{scroll-behavior:auto!important}.btn,.scroll-top,.nav-links a:after{transition:none}}.legal-page{padding:3rem 0 4rem;background:var(--bg)}.legal-content{max-width:800px;margin:0 auto;background:var(--card);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.legal-content h1{font-family:Montserrat,sans-serif;font-size:2.4rem;margin-bottom:.6rem;letter-spacing:-.02em;color:var(--ink)}.legal-content h2{font-size:1.45rem;margin-top:2.2rem;margin-bottom:.9rem;color:var(--ink)}.legal-content h3{font-size:1.1rem;margin-top:1.4rem;margin-bottom:.6rem;color:var(--brand-dark)}.effective-date{color:var(--muted);font-size:.9rem;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(17,19,26,.1)}.legal-content section{margin-bottom:2rem}.legal-content p,.legal-content li{line-height:1.7;color:var(--ink)}.legal-content p{margin-bottom:1rem}.legal-content ul{margin-left:1.3rem;margin-bottom:1rem}.legal-content li{margin-bottom:.6rem}.legal-content a{color:var(--brand);text-decoration:underline}.legal-content a:hover,.legal-content a:focus{color:var(--accent)}.legal-content address{font-style:normal;line-height:1.7;padding:1rem;background:#185adb0d;border-radius:var(--radius-md);border-left:3px solid var(--brand)}.icon-credits-list{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:1rem}.icon-credit{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border-radius:var(--radius-md);background:#185adb0a}.icon-credit img{width:44px;height:44px;object-fit:contain;flex-shrink:0}@media (max-width: 768px){.legal-content{padding:2rem 1.4rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.3rem}}
