:root{
    --blue:#33beef;
    --blue-dark:#1497c8;
    --ink:#17333c;
    --ink-soft:#52666c;
    --paper:#fffefb;
    --warm:#f5f1e9;
    --warm-2:#ece6da;
    --line:#dedbd3;
    --mint:#deefeb;
    --yellow:#f3cf77;
    --white:#fff;
    --shadow:0 18px 48px rgba(23,51,60,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.topline{background:var(--ink);color:#f7fbfc;font-size:.84rem}
.topline-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.link-button{border:0;background:none;color:#fff;padding:0;text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;top:0;z-index:40;background:var(--ink);border-bottom:1px solid rgba(255,255,255,.10)}
.header-inner{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.brand{display:inline-flex;align-items:center;min-width:max-content}
.brand img{width:118px;height:auto;object-fit:contain;flex:0 0 auto}
.site-header .brand{height:82px;color:#fff;overflow:visible;justify-self:start}
.site-header .brand img{max-height:none;transform:scale(0.90);transform-origin:left center}
.main-nav{display:flex;align-items:center;justify-content:center;gap:9px;font-weight:650;font-size:.94rem;color:#eef5f7}
.nav-link,.main-nav>a:not(.nav-cta){position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 12px;color:#eef5f7;border-radius:9px;font-weight:650;white-space:nowrap}
.nav-link::after,.main-nav>a:not(.nav-cta)::after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.nav-link:hover::after,.main-nav>a:not(.nav-cta):hover::after{transform:scaleX(1)}
.nav-cta{background:var(--blue);color:#082f3c;padding:11px 17px;border-radius:9px;white-space:nowrap}
.nav-cta:hover{background:#52c9f2}
.nav-actions{display:flex;align-items:center;justify-self:end;gap:9px}
.nav-callback{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:0;border-radius:9px;background:var(--blue);color:#082f3c;font-weight:850;transition:background .18s ease,transform .18s ease;white-space:nowrap}
.nav-callback:hover{background:#52c9f2;transform:translateY(-1px)}
.nav-callback svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.nav-callback-mobile{display:none}
.menu-button{display:none;border:1px solid rgba(255,255,255,.24);background:transparent;padding:9px 13px;border-radius:8px;color:#fff;font-weight:700}
.services-dropdown{position:relative}
.services-dropdown summary{list-style:none;cursor:pointer}
.services-dropdown summary::-webkit-details-marker{display:none}
.services-trigger{gap:7px}
.services-trigger svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
.services-dropdown[open] .services-trigger svg{transform:rotate(180deg)}
.services-dropdown[open] .services-trigger::after{transform:scaleX(1)}
.services-menu{position:absolute;left:50%;top:calc(100% + 13px);width:min(760px,calc(100vw - 36px));padding:18px;border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:14px;background:var(--paper);color:var(--ink);box-shadow:0 26px 70px rgba(10,37,46,.22);transform:translateX(-50%);z-index:70}
.services-menu::before{content:"";position:absolute;left:0;right:0;top:-17px;height:17px}
.services-menu-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:2px 4px 14px;border-bottom:1px solid var(--line)}
.services-menu-head>div>span{display:block;color:var(--blue-dark);font-size:.68rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.services-menu-head strong{display:block;margin-top:3px;color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;font-weight:600}
.services-menu-head>a{color:var(--blue-dark);font-size:.78rem;font-weight:850;white-space:nowrap}
.services-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;padding-top:12px}
.service-menu-item{display:flex;align-items:flex-start;gap:12px;padding:11px;border:1px solid transparent;border-radius:10px;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.service-menu-item:hover{background:var(--warm);border-color:var(--line);transform:translateY(-1px)}
.service-menu-number{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--mint);color:var(--blue-dark);font-family:Georgia,serif;font-weight:700}
.service-menu-copy{min-width:0}
.service-menu-copy strong{display:block;color:var(--ink);font-size:.84rem;line-height:1.25}
.service-menu-copy small{display:block;margin-top:4px;color:var(--ink-soft);font-size:.69rem;line-height:1.35}
.hero{padding:58px 0 70px;background:linear-gradient(180deg,#fffefb 0%,#fbf8f1 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}
.hero-copy{padding:22px 0}
.eyebrow{display:inline-block;color:var(--blue-dark);text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:850;margin-bottom:13px}
h1,h2,h3{line-height:1.12;margin-top:0;letter-spacing:-.035em}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.3rem,6vw,6rem);font-weight:500;margin-bottom:26px;max-width:700px}
.hero h1 em{font-style:normal;position:relative;z-index:0;white-space:nowrap}
.hero h1 em::after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.21em;background:var(--yellow);z-index:-1;transform:rotate(-1.4deg);opacity:.85}
.hero-lead{font-size:1.13rem;color:var(--ink-soft);max-width:680px;margin:0 0 28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:12px 18px;font-weight:800;transition:.18s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--blue);color:#082f3c;box-shadow:0 10px 22px rgba(51,190,239,.22)}
.button-primary:hover{background:#52c9f2}
.button-quiet{background:transparent;border:1px solid #bfc9cb;color:var(--ink)}
.button-large{padding:15px 22px}
.button-full{width:100%}
.hero-note{display:flex;flex-wrap:wrap;gap:22px;margin-top:24px;color:#65767a;font-size:.9rem}
.hero-note span::before{content:"✓";color:var(--blue-dark);font-weight:900;margin-right:8px}
.hero-photo-wrap{position:relative;min-height:590px}
.hero-photo{width:100%;height:590px;object-fit:cover;object-position:center;border-radius:6px 46px 6px 46px;box-shadow:var(--shadow)}
.hero-photo-wrap::before{content:"";position:absolute;width:128px;height:128px;border:16px solid var(--blue);border-radius:50%;right:-28px;top:-28px;z-index:-1;opacity:.2}
.photo-note{position:absolute;left:-34px;bottom:30px;background:var(--paper);box-shadow:var(--shadow);padding:16px 20px;border-left:5px solid var(--yellow);min-width:265px}
.photo-note strong,.photo-note span{display:block}
.photo-note span{color:var(--ink-soft);font-size:.88rem;margin-top:3px}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:66px}
.trust-grid span{display:flex;align-items:center;padding:0 24px;border-right:1px solid var(--line);font-weight:700}
.trust-grid span:first-child{border-left:1px solid var(--line)}
.trust-grid b{font-family:Georgia,serif;color:var(--blue-dark);font-size:1.2rem;margin-right:9px}
.section{padding:96px 0}
.section-warm{background:var(--warm)}
.section-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end;margin-bottom:45px}
.section-heading.compact{grid-template-columns:1fr;max-width:760px}
.section-heading h2,.story-panel h2,.request-copy h2,.detail-copy h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(2.25rem,4vw,3.8rem);margin-bottom:0}
.section-heading>p{color:var(--ink-soft);margin:0 0 4px}
.service-counter{display:grid;grid-template-columns:220px 1fr;margin:-8px 0 54px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--warm)}
.service-counter-intro{display:flex;flex-direction:column;justify-content:center;padding:28px 26px;border-right:1px solid var(--line)}
.service-counter-intro span{color:var(--blue-dark);font-size:.7rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.service-counter-intro strong{margin-top:5px;font-family:Georgia,"Times New Roman",serif;font-size:1.2rem;font-weight:600;line-height:1.2}
.service-counter-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.service-counter-item{min-height:132px;padding:22px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,254,251,.72)}
.service-counter-item:nth-child(3n){border-right:0}
.service-counter-item:nth-last-child(-n+3){border-bottom:0}
.service-counter-number{display:flex;align-items:baseline;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,3.2vw,3.35rem);font-weight:500;line-height:1;color:var(--ink);letter-spacing:-.04em}
.service-counter-number>span:last-child{margin-left:3px;color:var(--blue-dark);font-size:.58em;font-family:Inter,ui-sans-serif,sans-serif;font-weight:850}
.service-counter-item p{margin:11px 0 0;color:var(--ink-soft);font-size:.82rem;font-weight:700;line-height:1.35}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-card{min-height:280px;padding:30px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);display:flex;flex-direction:column}
.service-card:nth-child(even){background:#fbfaf6}
.service-number{font-family:Georgia,serif;color:var(--blue-dark);font-size:1.05rem;margin-bottom:35px}
.service-card h3{font-size:1.38rem;margin-bottom:13px}
.service-card p{color:var(--ink-soft);margin:0 0 25px}
.service-card a{margin-top:auto;font-weight:800;font-size:.92rem}
.service-card a span{margin-left:6px;color:var(--blue-dark)}
.service-card:hover{background:#f5fbfd}
.split-story{display:grid;grid-template-columns:1fr .9fr;gap:100px;align-items:center}
.story-panel p{color:var(--ink-soft);font-size:1.03rem}
.promise-list{border-top:1px solid #cbc4b7}
.promise-list>div{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:25px 0;border-bottom:1px solid #cbc4b7}
.promise-list>div>span{width:34px;height:34px;border-radius:50%;background:var(--blue);display:grid;place-items:center;font-weight:900}
.promise-list p{margin:0;color:var(--ink-soft)}
.promise-list strong{display:block;color:var(--ink);font-size:1.05rem;margin-bottom:4px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:2px solid var(--ink)}
.steps article{padding:33px 30px 0 0}
.steps article+article{padding-left:30px;border-left:1px solid var(--line)}
.steps span{font-family:Georgia,serif;font-size:2rem;color:var(--blue-dark)}
.steps h3{font-size:1.35rem;margin:24px 0 9px}
.steps p{color:var(--ink-soft);margin:0}
.request-section{background:#eaf5f7;border-top:1px solid #d8e8eb}
.request-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:72px;align-items:start}
.request-copy{position:sticky;top:135px}
.request-copy p{color:var(--ink-soft);font-size:1.04rem}
.request-side-note{margin-top:28px;padding:18px 20px;border-left:5px solid var(--yellow);background:rgba(255,255,255,.66)}
.request-side-note strong,.request-side-note span{display:block}
.request-side-note span{font-size:.9rem;color:var(--ink-soft);margin-top:5px}
.form-card{background:var(--paper);border:1px solid #d6e1e2;box-shadow:0 16px 38px rgba(23,51,60,.07);padding:34px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.form-grid label,.callback-modal label{display:flex;flex-direction:column;gap:7px;font-size:.87rem;font-weight:800;color:var(--ink)}
.form-grid label>span{font-weight:500;color:#809093;font-size:.8rem}
.span-2{grid-column:span 2}
input,select,textarea{width:100%;border:1px solid #cdd6d7;border-radius:7px;background:#fff;padding:12px 13px;color:var(--ink);outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--blue-dark);box-shadow:0 0 0 3px rgba(51,190,239,.12)}
textarea{resize:vertical}
.check-row{display:grid!important;grid-template-columns:20px 1fr;gap:10px!important;align-items:start;margin:19px 0!important;font-size:.82rem!important;font-weight:500!important;color:var(--ink-soft)!important}
.check-row input{width:18px;height:18px;margin-top:2px}
.check-row a{text-decoration:underline}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-message{min-height:20px;margin:13px 0 0;font-size:.88rem;font-weight:700}
.form-message.is-error{color:#a62d26}
.form-message.is-success{color:#187547}
.site-footer{background:var(--ink);color:#e7eef0;padding:66px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr .8fr;gap:50px}
.brand-footer{color:#fff;margin-bottom:18px}
.brand-footer img{width:150px;height:auto;max-height:142px}
.site-footer p{color:#aabac0;max-width:320px}
.site-footer h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:#8ee0fb;margin-bottom:16px}
.site-footer a,.site-footer span{display:block;color:#c6d1d4;margin:8px 0;font-size:.92rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:18px;color:#92a4a9;font-size:.82rem}
.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(9,31,38,.72);display:grid;place-items:center;padding:20px}
.modal-backdrop[hidden]{display:none}
.callback-modal{position:relative;width:min(470px,100%);background:var(--paper);padding:34px;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.callback-modal h2{font-family:Georgia,serif;font-size:2.35rem;font-weight:500;margin-bottom:8px}
.callback-modal>p{color:var(--ink-soft);margin-top:0}
.callback-modal form{display:grid;gap:15px;margin-top:23px}
.modal-close{position:absolute;right:14px;top:10px;border:0;background:none;color:var(--ink);font-size:2rem;line-height:1}
.service-hero{padding:80px 0;background:var(--warm)}
.service-hero-grid{display:grid;grid-template-columns:1.08fr .72fr;gap:90px;align-items:center}
.service-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:500;margin:16px 0 24px}
.service-hero p{font-size:1.08rem;color:var(--ink-soft);max-width:700px;margin-bottom:28px}
.back-link{display:inline-block;margin-bottom:30px;font-size:.86rem;font-weight:800;color:var(--ink-soft)}
.service-paper{background:var(--paper);padding:34px 34px 30px;border-top:6px solid var(--blue);box-shadow:var(--shadow);transform:rotate(1deg)}
.service-paper>span{text-transform:uppercase;letter-spacing:.14em;color:var(--blue-dark);font-size:.76rem;font-weight:900}
.service-paper ul{list-style:none;padding:0;margin:22px 0}
.service-paper li{padding:14px 0;border-bottom:1px solid var(--line);font-weight:750}
.service-paper li::before{content:"✓";margin-right:10px;color:var(--blue-dark)}
.service-paper p{font-size:.9rem;margin:17px 0 0}
.detail-copy{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}
.detail-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.detail-columns p{margin:0;border-top:2px solid var(--ink);padding-top:17px;color:var(--ink-soft)}
.detail-columns strong,.detail-columns span{display:block}
.detail-columns strong{color:var(--ink);font-size:1.05rem;margin-bottom:7px}
.success-page,.legal-page{padding:100px 0;background:var(--warm);min-height:65vh}
.success-card,.legal-card{background:var(--paper);padding:50px;max-width:800px;border:1px solid var(--line);box-shadow:var(--shadow)}
.success-card h1,.legal-card h1{font-family:Georgia,serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:500}
.success-mark{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--blue);font-size:1.5rem;font-weight:900;margin-bottom:25px}
.legal-card a{text-decoration:underline}
.legal-warning{margin-top:28px;background:#fff4d4;border-left:4px solid #e6ad27;padding:16px;color:#705a20}
@media (max-width:960px){
    .hero-grid,.split-story,.request-grid,.service-hero-grid,.detail-copy{grid-template-columns:1fr;gap:45px}
    .hero-photo-wrap,.hero-photo{min-height:470px;height:470px}
    .photo-note{left:18px}
    .request-copy{position:static}
    .service-counter{grid-template-columns:1fr;margin-bottom:45px}
    .service-counter-intro{border-right:0;border-bottom:1px solid var(--line);padding:22px 24px}
    .service-counter-grid{grid-template-columns:repeat(3,1fr)}
    .services-grid{grid-template-columns:repeat(2,1fr)}
    .section-heading{grid-template-columns:1fr;gap:20px}
    .footer-grid{grid-template-columns:repeat(2,1fr)}
    .detail-columns{grid-template-columns:1fr}
    .header-inner{display:flex}
    .nav-actions{margin-left:auto}
    .main-nav{position:absolute;left:20px;right:20px;top:82px;background:var(--ink);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);padding:20px;display:none;flex-direction:column;align-items:stretch;gap:10px}
    .main-nav.is-open{display:flex}
    .main-nav>.nav-link,.main-nav>a:not(.nav-cta){justify-content:flex-start;padding:0 12px}
    .menu-button{display:block}
    .nav-cta{text-align:center}
    .services-dropdown{width:100%}
    .services-trigger{justify-content:space-between;width:100%}
    .services-menu{position:static;width:100%;margin-top:8px;padding:12px;transform:none;box-shadow:none;border-top-width:3px}
    .services-menu::before{display:none}
    .services-menu-grid{grid-template-columns:1fr 1fr}
}
@media (min-width:961px){
    .hero{min-height:calc(100svh - 148px);display:flex;align-items:center}
}
@media (max-width:640px){
    .shell{width:min(100% - 26px,1180px)}
    .topline-inner{font-size:.75rem}
    .header-inner{min-height:72px}
    .site-header .brand{height:72px}
    .site-header .brand img{width:92px;height:auto;max-height:none;transform:scale(1);transform-origin:left center}
    .main-nav{top:72px}
    .nav-callback-desktop{display:none}
    .nav-callback-mobile{display:inline-flex;width:100%}
    .services-menu-head{align-items:flex-start}
    .services-menu-head strong{font-size:1rem}
    .services-menu-grid{grid-template-columns:1fr}
    .service-menu-copy small{font-size:.72rem}
    .hero{padding-top:34px}
    .hero h1{font-size:3.15rem}
    .hero-grid{gap:32px}
    .hero-photo-wrap,.hero-photo{min-height:390px;height:390px}
    .hero-photo{border-radius:4px 30px 4px 30px}
    .photo-note{left:10px;right:10px;bottom:12px;min-width:0}
    .trust-grid{grid-template-columns:1fr}
    .trust-grid span{border-left:1px solid var(--line);border-bottom:1px solid var(--line)}
    .section{padding:70px 0}
    .service-counter{margin-top:-4px;margin-bottom:38px}
    .service-counter-grid{grid-template-columns:repeat(2,1fr)}
    .service-counter-item{min-height:118px;padding:19px 17px}
    .service-counter-item:nth-child(3n){border-right:1px solid var(--line)}
    .service-counter-item:nth-child(2n){border-right:0}
    .service-counter-item:nth-last-child(-n+3){border-bottom:1px solid var(--line)}
    .service-counter-item:nth-last-child(-n+2){border-bottom:0}
    .service-counter-number{font-size:2.55rem}
    .service-counter-item p{font-size:.76rem}
    .services-grid{grid-template-columns:1fr}
    .service-card{min-height:235px}
    .steps{grid-template-columns:1fr}
    .steps article,.steps article+article{border-left:0;border-bottom:1px solid var(--line);padding:28px 0}
    .form-card{padding:22px 18px}
    .form-grid{grid-template-columns:1fr}
    .span-2{grid-column:span 1}
    .footer-grid{grid-template-columns:1fr;gap:25px}
    .success-card,.legal-card{padding:30px 22px}
    .service-hero{padding:55px 0}
    .service-paper{transform:none}
}
@media (min-width: 961px) {
    .footer-grid {
        align-items: start;
    }

    .footer-grid > :first-child {
        margin-top: -32px;
    }
}
