:root{--navy:#0b1f3a;--navy-deep:#061428;--navy-mid:#14304f;--blue:#1a4b7c;--blue-soft:#e8eef5;--gold:#b8975a;--gold-soft:#f7f1e6;--white:#fff;--gray-50:#f7f9fc;--gray-100:#eef2f7;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--text:#3d4a5c;--text-muted:#64748b;--text-dark:#0b1f3a;--success:#1f7a4d;--success-bg:#e8f6ee;--danger:#b42318;--shadow-sm:0 1px 2px #0b1f3a0f;--shadow-md:0 8px 24px #0b1f3a14;--shadow-lg:0 16px 40px #0b1f3a1f;--radius:4px;--radius-md:8px;--container:1160px;--nav-height:80px;--font:"Manrope", system-ui, sans-serif;--transition:.25s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.65;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{color:var(--text-dark);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.2}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}.container{width:min(100% - 2.5rem, var(--container));margin-inline:auto}.section{padding:5rem 0}.section--gray{background:var(--gray-50)}.section--navy{background:var(--navy);color:#ffffffd9}.section--navy h2,.section--navy h3,.section--navy .section-heading__title{color:var(--white)}.section--navy .section-heading__eyebrow{color:var(--gold)}.section--navy .section-heading__text{color:#ffffffb8}.main-content{padding-top:var(--nav-height);flex:1}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.container{width:min(100% - 1.5rem, var(--container))}.section{padding:3.5rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.btn{border-radius:var(--radius);letter-spacing:.01em;cursor:pointer;min-height:48px;transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);text-align:center;white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;display:inline-flex}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--primary{background:var(--gold);color:var(--navy-deep);border-color:var(--gold)}.btn--primary:hover:not(:disabled){box-shadow:var(--shadow-md);background:#c9a86a;border-color:#c9a86a;transform:translateY(-1px)}.btn--secondary{color:var(--navy);border-color:var(--navy);background:0 0}.btn--secondary:hover:not(:disabled){background:var(--navy);color:var(--white)}.btn--outline-light{color:var(--white);background:0 0;border-color:#ffffff8c}.btn--outline-light:hover:not(:disabled){background:var(--white);color:var(--navy);border-color:var(--white)}.btn--navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--navy:hover:not(:disabled){background:var(--navy-mid);border-color:var(--navy-mid);transform:translateY(-1px)}.btn--ghost{color:var(--blue);background:0 0;border-color:#0000;min-height:auto;padding-inline:.25rem}.btn--ghost:hover:not(:disabled){color:var(--navy)}.btn--full{width:100%}@media (width<=480px){.btn{white-space:normal;width:100%}}.navbar{z-index:1000;height:var(--nav-height);transition:box-shadow var(--transition), border-color var(--transition), background var(--transition);background:#fffffffa;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.navbar--scrolled{border-bottom-color:var(--gray-200);box-shadow:var(--shadow-sm)}.navbar__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:.7rem;display:inline-flex}.navbar__mark{object-fit:contain;border-radius:4px;width:auto;height:48px;display:block}.navbar__brand{color:var(--navy);letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.navbar__brand span{color:var(--blue);font-weight:700}.navbar__desktop{flex-wrap:wrap;justify-content:center;align-items:center;gap:.15rem;display:flex}.navbar__link{color:var(--text);transition:color var(--transition), border-color var(--transition);white-space:nowrap;border-bottom:2px solid #0000;padding:.45rem .55rem;font-size:.84rem;font-weight:600}.navbar__link:hover,.navbar__link--active{color:var(--navy);border-bottom-color:var(--gold)}.navbar__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar__toggle{border:1px solid var(--gray-200);background:var(--white);width:44px;height:44px;color:var(--navy);cursor:pointer;justify-content:center;align-items:center;font-size:1.35rem;display:none}.navbar__mobile{top:var(--nav-height);z-index:999;background:var(--white);opacity:0;visibility:hidden;pointer-events:none;-webkit-overflow-scrolling:touch;padding:.5rem 1.25rem 1.25rem;transition:transform .3s,opacity .3s,visibility .3s;display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.navbar__mobile--open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.navbar__mobile nav{flex-direction:column;gap:0;display:flex}.navbar__mobile-link{border-bottom:1px solid var(--gray-100);min-height:44px;color:var(--navy);align-items:center;padding:.55rem .15rem;font-size:.98rem;font-weight:700;line-height:1.3;display:flex}.navbar__mobile-link--active{color:var(--blue)}.navbar__mobile-cta{min-height:46px;margin-top:.85rem}@media (width<=1100px){:root{--nav-height:68px}.navbar__mark{height:42px}.navbar__desktop{display:none}.navbar__toggle{display:inline-flex}.navbar__mobile{display:block}.navbar__cta{display:none}}@media (width<=480px){.navbar__mark{height:38px}.navbar__mobile{padding:.35rem 1rem 1rem}.navbar__mobile-link{min-height:42px;padding:.45rem .1rem;font-size:.95rem}.navbar__mobile-cta.btn{width:100%}}.footer{background:var(--navy-deep);color:#ffffffbf;padding-top:4rem}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer__logo{color:var(--white);align-items:center;gap:.65rem;margin-bottom:1rem;font-size:1.2rem;font-weight:800;display:inline-flex}.footer__mark{object-fit:contain;border-radius:4px;width:auto;height:48px;display:block}.footer__brand p{max-width:340px;margin-bottom:1.25rem;line-height:1.7}.footer__social{gap:.65rem;display:flex}.footer__social a{width:38px;height:38px;color:var(--white);transition:background var(--transition), border-color var(--transition), color var(--transition);border:1px solid #ffffff2e;justify-content:center;align-items:center;display:inline-flex}.footer__social a:hover{background:var(--gold);border-color:var(--gold);color:var(--navy-deep)}.footer h3{color:var(--white);margin-bottom:1rem;font-size:1rem}.footer ul{flex-direction:column;gap:.55rem;display:flex}.footer a:hover{color:var(--gold)}.footer__contact li{line-height:1.55}.footer__bottom{border-top:1px solid #ffffff1a;padding:1.25rem 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;display:flex}.footer__legal{flex-wrap:wrap;gap:1.25rem;display:flex}@media (width<=960px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom-inner{flex-direction:column;align-items:flex-start}}.section-heading{max-width:680px;margin-bottom:2.5rem}.section-heading--center{text-align:center;margin-inline:auto}.section-heading__eyebrow{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.8rem;font-weight:700}.section-heading__title{margin-bottom:.85rem;font-size:clamp(1.75rem,3vw,2.35rem)}.section-heading__text{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.section-heading--light .section-heading__title{color:var(--white)}.section-heading--light .section-heading__text{color:#ffffffb8}.section-heading--light .section-heading__eyebrow{color:var(--gold)}.service-card{background:var(--white);border:1px solid var(--gray-200);border-top:3px solid var(--navy);height:100%;transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);padding:1.75rem}.service-card:hover{border-top-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-3px)}.service-card__icon{background:var(--blue-soft);width:48px;height:48px;color:var(--navy);justify-content:center;align-items:center;margin-bottom:1.15rem;font-size:1.35rem;display:inline-flex}.service-card__title{margin-bottom:.65rem;font-size:1.15rem}.service-card__text{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem}.service-card__link{color:var(--blue);transition:color var(--transition), gap var(--transition);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:inline-flex}.service-card__link:hover{color:var(--navy);gap:.65rem}.industry-card{background:var(--white);border:1px solid var(--gray-200);transition:box-shadow var(--transition), border-color var(--transition);padding:1.6rem}.industry-card:hover{border-color:var(--navy-mid);box-shadow:var(--shadow-md)}.industry-card__icon{width:44px;height:44px;color:var(--gold);background:var(--navy);justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.2rem;display:inline-flex}.industry-card__title{margin-bottom:.55rem;font-size:1.1rem}.industry-card__text{color:var(--text-muted);font-size:.94rem}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-left:3px solid var(--gold);height:100%;padding:1.75rem}.testimonial-card__quote{color:var(--gold);opacity:.85;margin-bottom:1rem;font-size:1.1rem}.testimonial-card__text{color:var(--text);margin-bottom:1.4rem;font-size:.98rem;line-height:1.7}.testimonial-card__author{flex-direction:column;gap:.2rem;display:flex}.testimonial-card__author strong{color:var(--navy);font-size:.95rem}.testimonial-card__author span{color:var(--text-muted);font-size:.85rem}.faq-accordion{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--white);border:1px solid var(--gray-200);overflow:hidden}.faq-item--open{border-color:var(--navy-mid);box-shadow:var(--shadow-sm)}.faq-item__button{cursor:pointer;text-align:left;width:100%;color:var(--navy);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.25rem;font-size:1rem;font-weight:700;display:flex}.faq-item__icon{color:var(--gold);flex-shrink:0;font-size:1.2rem;transition:transform .3s}.faq-item--open .faq-item__icon{transform:rotate(180deg)}.faq-item__panel{transition:max-height .35s;overflow:hidden}.faq-item__panel p{color:var(--text-muted);padding:0 1.25rem 1.25rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,#061428f0,#0b1f3ae6),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80) 50%/cover no-repeat;padding:4.5rem 0}.cta-section__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-section__content{max-width:640px}.cta-section__content h2{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.7rem,3vw,2.2rem)}.cta-section__content p{color:#ffffffc7;font-size:1.05rem}.cta-section__actions{flex-wrap:wrap;flex-shrink:0;gap:.85rem;display:flex}@media (width<=860px){.cta-section__inner{flex-direction:column;align-items:flex-start}}.home-hero{min-height:calc(100svh - var(--nav-height));color:var(--white);background:var(--navy-deep);align-items:center;display:flex;position:relative;overflow:hidden}.home-hero__media{position:absolute;inset:0}.home-hero__media img{object-fit:cover;width:100%;height:100%}.home-hero__media:after{content:"";background:linear-gradient(105deg,#061428f0 28%,#0b1f3ab8 70%,#0b1f3a73);position:absolute;inset:0}.home-hero__content{z-index:1;max-width:680px;padding:5rem 0;position:relative}.home-hero__brand{color:var(--gold);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:800;display:inline-block}.home-hero h1{color:var(--white);max-width:14ch;margin-bottom:1.15rem;font-size:clamp(2.4rem,5vw,3.6rem)}.home-hero__text{color:#ffffffd1;max-width:540px;margin-bottom:2rem;font-size:1.1rem;line-height:1.75}.home-hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.trust-strip{background:var(--navy);color:var(--white);padding:2.5rem 0}.trust-strip__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.trust-stat__value{color:var(--gold);margin-bottom:.35rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1.1;display:block}.trust-stat__label{color:#ffffffbf;font-size:.92rem}.intro-section__media img,.split-media img,.content-image img{object-fit:cover;width:100%;height:100%;min-height:320px}.intro-section__media,.split-media,.content-image{background:var(--gray-100);overflow:hidden}.intro-section__copy h3,.feature-list h3{margin:1.25rem 0 .5rem;font-size:1.2rem}.feature-list ul,.check-list{flex-direction:column;gap:.65rem;margin-top:1rem;display:flex}.check-list li,.feature-list li{color:var(--text);padding-left:1.35rem;position:relative}.check-list li:before,.feature-list li:before{content:"";background:var(--gold);width:8px;height:8px;position:absolute;top:.55rem;left:0}.process-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.process-card{background:var(--white);border:1px solid var(--gray-200);border-top:3px solid var(--navy);padding:1.5rem}.process-card__step{color:var(--gold);letter-spacing:.08em;margin-bottom:.75rem;font-size:.85rem;font-weight:800;display:inline-block}.process-card h3{margin-bottom:.55rem;font-size:1.1rem}.process-card p{color:var(--text-muted);font-size:.94rem}.why-grid,.values-grid,.solutions-grid,.team-grid,.claims-grid{gap:1.25rem;display:grid}.why-grid,.values-grid,.solutions-grid{grid-template-columns:repeat(3,1fr)}.team-grid{grid-template-columns:repeat(4,1fr)}.claims-grid{grid-template-columns:repeat(3,1fr)}.feature-tile,.value-tile,.solution-tile,.team-card,.claim-step{background:var(--white);border:1px solid var(--gray-200);padding:1.5rem}.feature-tile:hover,.solution-tile:hover,.value-tile:hover{border-color:var(--navy-mid);box-shadow:var(--shadow-sm)}.feature-tile__icon,.solution-tile__icon{background:var(--blue-soft);width:44px;height:44px;color:var(--navy);justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;display:inline-flex}.feature-tile h3,.value-tile h3,.solution-tile h3,.team-card h3,.claim-step h3{margin-bottom:.5rem;font-size:1.1rem}.feature-tile p,.value-tile p,.solution-tile p,.team-card p,.claim-step p{color:var(--text-muted);font-size:.94rem}.team-card__role{color:var(--gold);margin-bottom:.65rem;font-size:.85rem;font-weight:700;display:block}.claim-step__num{color:var(--gold);margin-bottom:.6rem;font-weight:800;display:inline-block}.contact-layout,.quote-layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2rem;display:grid}.contact-info,.form-card,.success-card{background:var(--white);border:1px solid var(--gray-200);padding:1.75rem}.contact-info h3{margin-bottom:1rem}.contact-info__list{flex-direction:column;gap:1rem;display:flex}.contact-info__item{align-items:flex-start;gap:.85rem;display:flex}.contact-info__item svg{color:var(--gold);flex-shrink:0;margin-top:.2rem;font-size:1.15rem}.contact-info__item strong{color:var(--navy);margin-bottom:.15rem;display:block}.contact-info__item span,.contact-info__item a{color:var(--text-muted)}.map-placeholder{background:linear-gradient(135deg, var(--blue-soft), var(--gray-100));border:1px dashed var(--gray-300);min-height:180px;color:var(--text-muted);text-align:center;place-items:center;margin-top:1.25rem;padding:1.5rem;display:grid}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field--full{grid-column:1/-1}.form-field label{color:var(--navy);font-size:.9rem;font-weight:700}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--gray-300);background:var(--white);width:100%;min-height:46px;color:var(--text-dark);border-radius:var(--radius);transition:border-color var(--transition), box-shadow var(--transition);padding:.7rem .85rem}.form-field textarea{resize:vertical;min-height:130px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1a4b7c1f}.form-field--error input,.form-field--error select,.form-field--error textarea{border-color:var(--danger)}.field-error{color:var(--danger);font-size:.82rem}.form-actions{margin-top:.5rem}.success-card{text-align:center;padding:2.5rem 1.75rem}.success-card__icon{background:var(--success-bg);width:56px;height:56px;color:var(--success);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;display:inline-flex}.success-card h2{margin-bottom:.65rem}.success-card p{color:var(--text-muted);margin-bottom:1.5rem}.disclaimer{background:var(--gold-soft);border-left:3px solid var(--gold);color:var(--text);margin-top:2rem;padding:1.1rem 1.25rem;font-size:.92rem}.legal-content{max-width:800px}.legal-content h2{margin:2rem 0 .75rem;font-size:1.35rem}.legal-content p{color:var(--text-muted);margin-bottom:1rem}.service-detail__features{margin-top:1.5rem}.not-sure-banner{background:var(--navy);color:#fffc;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;display:flex}.not-sure-banner h3{color:var(--white);margin-bottom:.5rem}@media (width<=1024px){.trust-strip__grid,.process-grid,.why-grid,.values-grid,.solutions-grid,.team-grid,.claims-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.contact-layout,.quote-layout,.not-sure-banner{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.form-grid{grid-template-columns:1fr}}@media (width<=640px){.home-hero__content{padding:3.5rem 0}.trust-strip__grid,.process-grid,.why-grid,.values-grid,.solutions-grid,.team-grid,.claims-grid{grid-template-columns:1fr}.home-hero__actions{width:100%}}.page-hero{background:var(--navy);min-height:280px;color:var(--white);align-items:flex-end;padding:4rem 0 3rem;display:flex;position:relative;overflow:hidden}.page-hero__bg{position:absolute;inset:0}.page-hero__bg img{object-fit:cover;opacity:.28;width:100%;height:100%}.page-hero__bg:after{content:"";background:linear-gradient(100deg,#061428eb 20%,#0b1f3ab8 100%);position:absolute;inset:0}.page-hero__content{z-index:1;max-width:760px;position:relative}.page-hero__breadcrumbs{color:#ffffffb3;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.85rem;display:flex}.page-hero__breadcrumbs a:hover{color:var(--gold)}.page-hero__sep{opacity:.6;margin-inline:.15rem}.page-hero h1{color:var(--white);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem)}.page-hero p{color:#fffc;max-width:620px;font-size:1.08rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.page-hero{min-height:220px;padding:3rem 0 2.25rem}}
