:root{--color-bg: #ffffff;--color-surface: #f8fafc;--color-border: #e2e8f0;--color-text: #0f172a;--color-muted: #64748b;--color-accent: #1e40af;--color-accent-lt: #dbeafe;--color-cta: #1e40af;--color-cta-hover: #1d4ed8;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius: .5rem;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.1), 0 2px 8px rgba(0,0,0,.06);--max-w: 1200px;--nav-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-size:.9375rem;font-weight:600;letter-spacing:.01em;cursor:pointer;border:2px solid transparent;transition:background .18s,color .18s,border-color .18s,transform .12s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-cta);color:#fff}.btn-primary:hover{background:var(--color-cta-hover)}.btn-outline{background:transparent;border-color:var(--color-cta);color:var(--color-cta)}.btn-outline:hover{background:var(--color-accent-lt)}.nav{position:sticky;top:0;z-index:100;height:var(--nav-h);background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.nav__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;flex-direction:column;line-height:1;text-decoration:none;gap:0}.nav__logo-bnt{font-size:1.25rem;font-weight:900;letter-spacing:-.04em;color:var(--color-text);line-height:.95}.nav__logo-rule{display:none}.nav__logo-sub{font-size:.5rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:#1e293b;margin-top:2px}.nav__links{display:flex;align-items:center;gap:2rem;list-style:none}.nav__links a{font-size:.9375rem;font-weight:500;color:var(--color-muted);transition:color .15s}.nav__links a:hover,.nav__links a.active{color:var(--color-text)}.nav__links a.is-accent{color:var(--color-accent);font-weight:600}.nav__links a.is-accent:hover{color:var(--color-cta-hover)}.nav__cta{margin-left:1rem}.nav__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px}.nav__hamburger span{display:block;width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:transform .25s,opacity .25s}.nav__hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.nav__hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__drawer{display:none;position:fixed;inset:var(--nav-h) 0 0 0;background:var(--color-bg);padding:2rem 1.5rem;z-index:99;border-top:1px solid var(--color-border)}.nav__drawer.is-open{display:block}.nav__drawer ul{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.nav__drawer a{font-size:1.1rem;font-weight:600;color:var(--color-text)}.nav__drawer .btn{width:100%;justify-content:center;margin-top:1rem}@media (max-width: 768px){.nav__links,.nav__cta{display:none}.nav__hamburger{display:flex}}.hero{padding:6rem 0 5rem;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__eyebrow{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-lt);padding:.25rem .75rem;border-radius:999px;margin-bottom:1.25rem}.hero__heading{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.hero__subheading{font-size:1.125rem;color:var(--color-muted);max-width:480px;margin-bottom:1.25rem;line-height:1.7}.hero__offer{font-size:.9375rem;color:var(--color-primary, #2563eb);font-weight:500;max-width:460px;margin-bottom:2rem;line-height:1.6;padding-left:.75rem;border-left:3px solid var(--color-primary, #2563eb)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__graphic{position:relative;display:flex;justify-content:center;align-items:center}.hero__graphic svg{width:100%;max-width:480px;opacity:.9}@media (max-width: 900px){.hero{padding:4rem 0 3rem}.hero__grid{grid-template-columns:1fr;gap:3rem}.hero__graphic{display:none}}.section{padding:5rem 0}.section--alt{background:var(--color-surface)}.section__label{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.section__heading{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;margin-bottom:1rem}.section__subheading{font-size:1.0625rem;color:var(--color-muted);max-width:600px;line-height:1.7}.section__header{margin-bottom:3rem}.value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.value-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:calc(var(--radius) * 2);padding:2rem 1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.value-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.value-card__icon{width:96px;height:96px;border-radius:var(--radius);background:var(--color-accent-lt);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden;flex-shrink:0}.value-card__icon img{width:100%;height:100%;object-fit:cover;display:block}.value-card__title{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.value-card__body{font-size:.9375rem;color:var(--color-muted);line-height:1.6}@media (max-width: 900px){.value-strip{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.value-strip{grid-template-columns:1fr}}.callout{background:var(--color-text);color:#fff;padding:4rem 0}.callout__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.callout__heading{font-size:clamp(1.4rem,2.5vw,1.875rem);font-weight:800;letter-spacing:-.02em;max-width:560px;line-height:1.25}.callout__sub{font-size:1rem;color:#94a3b8;margin-top:.5rem;max-width:480px}.callout .btn-primary{background:#fff;color:var(--color-text);white-space:nowrap}.callout .btn-primary:hover{background:#e2e8f0}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:calc(var(--radius) * 2);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card__thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#dbeafe,#ede9fe);overflow:hidden}.card__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.card:hover .card__thumb img{transform:scale(1.04)}.card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card__meta{font-size:.8125rem;color:var(--color-muted);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.card__title{font-size:1.0625rem;font-weight:700;line-height:1.35;margin-bottom:.75rem}.card__excerpt{font-size:.9375rem;color:var(--color-muted);line-height:1.6;flex:1;margin-bottom:1rem}.card__link{font-size:.875rem;font-weight:600;color:var(--color-accent);display:inline-flex;align-items:center;gap:.25rem}.card__link:hover{text-decoration:underline}@media (max-width: 900px){.cards-grid{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.cards-grid{grid-template-columns:1fr}}.services-list{display:flex;flex-direction:column;gap:2rem}.service-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:calc(var(--radius) * 2);padding:2.5rem;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:128px 1fr;gap:1.75rem;align-items:start;transition:box-shadow .2s}.service-item:hover{box-shadow:var(--shadow-md)}.service-item__icon{width:128px;height:128px;background:var(--color-accent-lt);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.service-item__icon img{width:100%;height:100%;object-fit:cover;display:block}.service-item__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.service-item__body{font-size:.9375rem;color:var(--color-muted);line-height:1.7}@media (max-width: 560px){.service-item{grid-template-columns:1fr}.service-item__icon{width:96px;height:96px}}.page-hero{padding:4rem 0 3.5rem;background:linear-gradient(160deg,#f8fafc,#eff6ff);border-bottom:1px solid var(--color-border)}.page-hero__heading{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}.page-hero__sub{font-size:1.0625rem;color:var(--color-muted);max-width:560px;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:4rem;align-items:start}.contact-info__heading{font-size:1.375rem;font-weight:700;margin-bottom:1rem}.contact-info__body{font-size:.9375rem;color:var(--color-muted);line-height:1.7;margin-bottom:1.75rem}.contact-detail{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.contact-detail__icon{width:40px;height:40px;background:var(--color-accent-lt);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-detail__label{font-size:.8125rem;color:var(--color-muted)}.contact-detail__value{font-size:.9375rem;font-weight:600}.form-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:calc(var(--radius) * 2);padding:2.5rem;box-shadow:var(--shadow-md)}.form-row{margin-bottom:1.25rem}.form-row label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.4rem}.form-row input,.form-row textarea{width:100%;padding:.65rem .9rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-family:var(--font-sans);font-size:.9375rem;color:var(--color-text);background:var(--color-bg);transition:border-color .15s,box-shadow .15s;outline:none}.form-row input:focus,.form-row textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #1e40af1f}.form-row textarea{resize:vertical;min-height:130px}.form-submit{margin-top:1.5rem}.form-submit .btn{width:100%;justify-content:center}.form-success{text-align:center;padding:2rem}.form-success__icon{font-size:3rem;margin-bottom:1rem}.form-success__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.form-success__body{color:var(--color-muted)}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}.faq-list{display:flex;flex-direction:column;gap:0;max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:first-child{border-top:1px solid var(--color-border)}.faq-item__question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1.0625rem;font-weight:600;color:var(--color-text);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";font-size:1.375rem;font-weight:400;color:var(--color-primary);flex-shrink:0;transition:transform .2s}details[open] .faq-item__question:after{transform:rotate(45deg)}.faq-item__answer{padding:0 0 1.25rem;color:var(--color-text-muted);line-height:1.75;font-size:.9375rem;margin:0}.footer{background:var(--color-text);color:#e2e8f0;padding:3.5rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid #1e293b;margin-bottom:1.5rem}.footer__brand{display:flex;flex-direction:column;line-height:1;margin-bottom:.75rem}.footer__brand-bnt{font-size:1.625rem;font-weight:900;letter-spacing:-.04em;color:#fff;line-height:.95}.footer__brand-rule{display:none}.footer__brand-sub{font-size:.5625rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:#94a3b8;margin-top:3px}.footer__tagline{font-size:.9375rem;color:#94a3b8;line-height:1.6}.footer__col-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:1rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__links a{font-size:.9375rem;color:#cbd5e1;transition:color .15s}.footer__links a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#64748b}@media (max-width: 768px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer__grid{grid-template-columns:1fr;gap:2rem}}
