:root{
    --red:#d71920;
    --red-dark:#a90f16;
    --ink:#121417;
    --muted:#5e6673;
    --line:#e6e9ee;
    --soft:#f5f6f8;
    --white:#fff;
    --shadow:0 18px 55px rgba(18,20,23,.1);
    --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html.modal-open{overflow:hidden}
body{
    margin:0;
    color:var(--ink);
    background:#fff;
    font-family:"Albert Sans",sans-serif;
    font-size:16px;
    line-height:1.55;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:hover{color:var(--red)}
button,input,select{font:inherit}
.skip-link{
    position:absolute;
    left:12px;
    top:-60px;
    z-index:100;
    padding:10px 14px;
    background:var(--ink);
    color:#fff;
}
.skip-link:focus{top:12px}
.site-header{
    position:sticky;
    top:0;
    z-index:50;
    border-bottom:1px solid rgba(18,20,23,.1);
    background:rgba(255,255,255,.96);
    backdrop-filter:saturate(160%) blur(14px);
}
.header-top{
    background:#171a20;
    color:#fff;
}
.header-top-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    max-width:1220px;
    min-height:34px;
    margin:0 auto;
    padding:0 24px;
}
.top-info-left,.top-info-right{
    display:flex;
    align-items:center;
    gap:12px;
}
.top-info-item{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#fff;
    font-size:16px;
    font-weight:400;
}
.top-info-item strong{font-weight:400}
.top-icon{
    position:relative;
    width:16px;
    height:16px;
    color:#ff4a50;
}
.top-icon.building:before{
    content:"";
    position:absolute;
    left:3px;
    top:2px;
    width:10px;
    height:12px;
    border:2px solid currentColor;
    border-radius:2px;
}
.top-icon.building:after{
    content:"";
    position:absolute;
    left:6px;
    top:6px;
    width:2px;
    height:2px;
    background:currentColor;
    box-shadow:4px 0 0 currentColor,0 4px 0 currentColor,4px 4px 0 currentColor;
}
.top-icon.phone:before{
    content:"";
    position:absolute;
    inset:2px;
    border:2px solid currentColor;
    border-radius:50%;
}
.top-icon.phone:after{
    content:"";
    position:absolute;
    left:7px;
    top:4px;
    width:5px;
    height:8px;
    border-left:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(-35deg);
}
.header-inner{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto auto;
    align-items:center;
    gap:18px;
    max-width:1220px;
    min-height:76px;
    margin:0 auto;
    padding:0 24px;
}
.brand{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:220px;
}
.custom-logo-link img{display:block;max-height:54px;width:auto}
.brand-mark{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    border-radius:8px;
    background:#fff;
    overflow:hidden;
}
.brand-mark img{display:block;width:46px;height:46px;object-fit:contain}
.brand-copy{display:grid;line-height:1.05}
.brand-copy strong{font-size:20px;font-weight:400}
.brand-copy small{margin-top:6px;color:var(--muted);font-size:13px;font-weight:400}
.site-nav{justify-self:end}
.primary-menu{
    display:flex;
    align-items:center;
    gap:18px;
    margin:0;
    padding:0;
    list-style:none;
}
.primary-menu a{
    display:block;
    padding:24px 0;
    color:#20242a;
    font-size:17px;
    font-weight:400;
}
.partner-badges{
    display:flex;
    align-items:center;
    gap:6px;
}
.partner-badge{
    display:grid;
    place-items:center;
    width:58px;
    height:34px;
    border:1px solid #e4e8ee;
    border-radius:6px;
    background:#fff;
    overflow:hidden;
}
.partner-badge img{
    display:block;
    max-width:50px;
    max-height:25px;
    object-fit:contain;
}
.header-cta,.button,.row-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    border-radius:var(--radius);
    font-weight:400;
    border:1px solid transparent;
    cursor:pointer;
}
.header-cta{
    padding:0 18px;
    background:var(--red);
    color:#fff;
    white-space:nowrap;
}
.header-cta:hover,.button.primary:hover,.row-button.view:hover{background:var(--red-dark);color:#fff}
.nav-toggle{
    display:none;
    width:44px;
    height:44px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#fff;
}
.nav-toggle span{
    display:block;
    width:20px;
    height:2px;
    margin:4px auto;
    background:var(--ink);
}
.site-main{min-height:60vh}
.hero{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
    gap:52px;
    max-width:1220px;
    margin:0 auto;
    padding:54px 24px 64px;
}
.breadcrumbs{
    display:flex;
    gap:8px;
    color:var(--muted);
    font-size:13px;
    font-weight:400;
}
.breadcrumbs a:after{content:"/";margin-left:8px;color:#a9afba}
.eyebrow{
    margin:28px 0 10px;
    color:var(--red);
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
}
h1,h2,h3,h4,p{margin-top:0}
h1{
    max-width:780px;
    margin-bottom:18px;
    font-size:clamp(42px,6vw,78px);
    line-height:.96;
    letter-spacing:0;
}
.hero-text{
    max-width:720px;
    margin-bottom:28px;
    color:#303742;
    font-size:18px;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.button{padding:0 20px}
.button.primary{background:var(--red);color:#fff}
.button.ghost{background:#fff;border-color:#cfd5dd;color:var(--ink)}
.button.ghost:hover{border-color:var(--red);color:var(--red)}
.button.full{width:100%}
.hero-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    max-width:720px;
    margin:34px 0 0;
}
.hero-stats div{
    padding:18px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#fff;
}
.hero-stats dt{font-size:24px;font-weight:400}
.hero-stats dd{margin:3px 0 0;color:var(--muted);font-size:13px;font-weight:400}
.quote-card{
    align-self:start;
    padding:28px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#fff;
    box-shadow:var(--shadow);
}
.quote-card-preview p{
    margin-bottom:18px;
    color:var(--muted);
}
.quote-badge{
    display:inline-flex;
    margin-bottom:10px;
    color:var(--red);
    font-size:13px;
    font-weight:400;
}
.quote-card h2{margin-bottom:18px;font-size:28px;line-height:1.15}
.quote-form{display:grid;gap:12px}
.quote-form.is-success{
    min-height:240px;
    place-items:center;
}
.quote-form.is-success>*:not(.form-status){display:none}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{
    display:grid;
    gap:6px;
    color:#303742;
    font-size:13px;
    font-weight:400;
}
.field input,.field select{
    width:100%;
    height:44px;
    border:1px solid #d8dde5;
    border-radius:6px;
    padding:0 12px;
    background:#fff;
    color:var(--ink);
}
.field input:focus,.field select:focus,.filters input:focus,.filters select:focus{
    outline:2px solid rgba(215,25,32,.22);
    border-color:var(--red);
}
.hidden-field{position:absolute;left:-10000px}
.check{
    display:flex;
    align-items:flex-start;
    gap:9px;
    color:var(--muted);
    font-size:12px;
    font-weight:400;
}
.check input{margin-top:4px;accent-color:var(--red)}
.check a{color:var(--red);text-decoration:underline}
.form-status{min-height:20px;margin:0;color:var(--muted);font-size:13px;font-weight:400}
.form-status.success{
    display:grid;
    place-items:center;
    min-height:170px;
    max-width:420px;
    margin:0 auto;
    color:#0b7a45;
    font-size:25px;
    line-height:1.25;
    text-align:center;
}
.form-status.error{color:var(--red)}
.quote-modal,.shock-popup{
    position:fixed;
    inset:0;
    z-index:200;
    display:none;
    align-items:center;
    justify-content:center;
    padding:22px;
}
.quote-modal.is-open,.shock-popup.is-open{display:flex}
.modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(18,20,23,.62);
    backdrop-filter:blur(8px);
}
.quote-modal-card{
    position:relative;
    z-index:1;
    width:min(100%,620px);
    max-height:calc(100vh - 44px);
    overflow:auto;
}
.modal-close{
    position:absolute;
    right:14px;
    top:12px;
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border:1px solid var(--line);
    border-radius:50%;
    background:#fff;
    color:var(--ink);
    font-size:24px;
    line-height:1;
    cursor:pointer;
}
.price-section,.campaign-band,.value-section,.faq-section,.content-wrap{
    padding:56px 24px;
}
.price-section{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{
    max-width:1220px;
    margin:0 auto 24px;
}
.section-head .eyebrow{margin-top:0}
.section-head h2{
    margin-bottom:8px;
    font-size:clamp(30px,4vw,48px);
    line-height:1.05;
}
.section-head p{max-width:760px;color:var(--muted)}
.section-head.compact{margin-bottom:22px}
.filters{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:14px;
    max-width:1220px;
    margin:0 auto 18px;
}
.filters label{
    display:grid;
    gap:7px;
    color:var(--muted);
    font-size:13px;
    font-weight:400;
}
.filters input,.filters select{
    height:46px;
    border:1px solid #d8dde5;
    border-radius:6px;
    padding:0 12px;
    background:#fff;
}
.result-count{
    max-width:1220px;
    margin:0 auto 18px;
    color:var(--muted);
    font-size:14px;
    font-weight:400;
}
.price-groups{
    display:grid;
    gap:26px;
    max-width:1220px;
    margin:0 auto;
}
.price-group h3{margin-bottom:12px;font-size:23px}
.price-rows{display:grid;gap:10px}
.price-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:18px;
    min-height:68px;
    padding:10px 12px 10px 16px;
    border:1px solid #dfe3e8;
    border-radius:var(--radius);
    background:#fff;
}
.row-title{
    display:flex;
    align-items:center;
    gap:13px;
    min-width:0;
}
.row-title h4{
    margin:0;
    font-size:16px;
    font-weight:400;
    overflow-wrap:anywhere;
}
.doc-icon{
    position:relative;
    flex:0 0 auto;
    width:32px;
    height:32px;
    border-radius:8px;
    background:#fff0f1;
}
.doc-icon:before{
    content:"";
    position:absolute;
    left:10px;
    top:7px;
    width:12px;
    height:16px;
    border:2px solid var(--red);
    border-radius:2px;
}
.doc-icon:after{
    content:"";
    position:absolute;
    left:13px;
    top:13px;
    width:8px;
    height:2px;
    background:var(--red);
    box-shadow:0 5px 0 var(--red);
}
.row-actions{display:flex;align-items:center;gap:8px}
.row-button{
    min-height:36px;
    padding:0 14px;
    font-size:13px;
}
.row-button.view{background:var(--red);color:#fff}
.price-group.is-hidden,.price-row.is-hidden{display:none}
.campaign-band{
    max-width:1220px;
    margin:0 auto;
    padding-bottom:36px;
}
.campaign-band-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:24px;
    padding:24px;
    border:1px solid #f2c4c7;
    border-radius:var(--radius);
    background:#fff7f7;
}
.campaign-band span{
    display:block;
    margin-bottom:6px;
    color:var(--red);
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
}
.campaign-band h2{
    margin-bottom:6px;
    font-size:28px;
    line-height:1.15;
}
.campaign-band p{margin:0;color:#4d5663}
.campaign-page-hero{
    max-width:1040px;
    margin:0 auto;
    padding:46px 24px 20px;
}
.campaign-page-hero .breadcrumbs{
    margin-bottom:18px;
}
.campaign-page-hero-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:24px;
    padding:28px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:linear-gradient(180deg,#fff,#fff7f7);
}
.campaign-page-hero-card .eyebrow{margin-top:0}
.campaign-page-hero-card h1{
    margin-bottom:14px;
    font-size:clamp(40px,5vw,64px);
}
.campaign-page-hero-card p:not(.eyebrow){
    max-width:760px;
    margin:0;
    color:#303742;
    font-size:18px;
}
.campaign-page-list{
    max-width:1040px;
    margin:0 auto;
    padding:24px 24px 56px;
}
.campaign-page-list-inner{
    display:grid;
    gap:16px;
}
.campaign-card{
    padding:24px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#fff;
    box-shadow:0 14px 36px rgba(18,20,23,.06);
}
.campaign-card>span{
    display:inline-flex;
    margin-bottom:8px;
    color:var(--red);
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
}
.campaign-card h3{
    margin-bottom:16px;
    font-size:24px;
    line-height:1.15;
}
.campaign-card h2{
    margin-bottom:16px;
    font-size:26px;
    line-height:1.15;
}
.campaign-card ul{
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}
.campaign-card li{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    padding:12px;
    border:1px solid #edf0f4;
    border-radius:6px;
    background:#fbfcfd;
}
.campaign-card p{
    margin:0;
    color:#343b46;
    font-size:14px;
    font-weight:400;
}
.campaign-card a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 12px;
    border:1px solid #f1b5b9;
    border-radius:6px;
    background:#fff3f4;
    color:var(--red);
    font-size:13px;
    font-weight:400;
    white-space:nowrap;
}
.campaign-card a:hover{
    border-color:var(--red);
    background:#fff;
    color:var(--red-dark);
}
.price-viewer-page{
    max-width:1220px;
    margin:0 auto;
    padding:44px 24px 58px;
}
.price-viewer-page .breadcrumbs{margin-bottom:18px}
.price-viewer-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:20px;
    margin-bottom:20px;
}
.price-viewer-head .eyebrow{margin-top:0}
.price-viewer-head h1{
    margin-bottom:10px;
    font-size:clamp(38px,5vw,62px);
}
.price-viewer-head p{
    max-width:760px;
    margin:0;
    color:var(--muted);
}
.pdf-viewer-frame{
    min-height:760px;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#f4f6f8;
    overflow:hidden;
}
.pdf-canvas-viewer{
    display:grid;
    gap:18px;
    justify-items:center;
    min-height:760px;
    padding:18px;
}
.pdf-canvas-viewer p{
    align-self:start;
    margin:18px 0 0;
    color:var(--muted);
}
.pdf-page{
    width:100%;
    max-width:980px;
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 16px 40px rgba(17,19,23,.10);
}
.pdf-page canvas{
    display:block;
    width:100%;
    height:auto;
}
.value-section,.faq-section{max-width:1220px;margin:0 auto}
.value-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}
.value-grid article,.faq-list details,.post-card,.page-content{
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#fff;
}
.value-grid article{padding:22px}
.value-grid strong{display:block;margin-bottom:8px;font-size:19px}
.value-grid p{margin:0;color:var(--muted)}
.faq-section{padding-top:18px}
.faq-list{display:grid;gap:10px}
.faq-list details{padding:18px 20px}
.faq-list summary{cursor:pointer;font-weight:400}
.faq-list p{margin:12px 0 0;color:var(--muted)}
.site-footer{
    margin-top:30px;
    background:#111317;
    color:#fff;
}
.footer-inner{
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:44px;
    max-width:1220px;
    margin:0 auto;
    padding:46px 24px;
}
.footer-brand strong{font-size:24px}
.footer-brand p{max-width:360px;margin:12px 0 0;color:#c5cad3}
.footer-columns{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
}
.footer-columns div{display:grid;gap:8px}
.footer-columns strong{margin-bottom:5px}
.footer-columns a{color:#c5cad3;font-size:14px}
.footer-columns a:hover{color:#fff}
.footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:20px;
    max-width:1220px;
    margin:0 auto;
    padding:18px 24px;
    border-top:1px solid rgba(255,255,255,.12);
    color:#aeb4bf;
    font-size:13px;
}
.footer-bottom a{color:#fff}
.footer-bottom a:hover{color:#f3b4b7}
.shock-card{
    position:relative;
    z-index:1;
    width:min(100%,520px);
    padding:34px;
    border:1px solid rgba(255,255,255,.3);
    border-radius:12px;
    background:linear-gradient(135deg,#d71920,#7d0d12);
    color:#fff;
    box-shadow:0 28px 80px rgba(18,20,23,.34);
}
.shock-card span{
    display:inline-flex;
    margin-bottom:10px;
    padding:6px 10px;
    border-radius:999px;
    background:#fff;
    color:var(--red);
    font-size:13px;
}
.shock-card h2{
    margin-bottom:10px;
    font-size:42px;
    line-height:1;
}
.shock-card p{margin-bottom:20px;color:rgba(255,255,255,.9)}
.shock-actions{display:flex;flex-wrap:wrap;gap:10px}
.shock-actions .button.ghost{background:#fff;color:var(--red);border-color:#fff}
.content-wrap{max-width:980px;margin:0 auto}
.post-list{display:grid;gap:18px}
.post-card,.page-content{padding:28px}
.post-card h1,.page-content h1{font-size:36px;line-height:1.1}
.entry-content a,.entry-summary a{color:var(--red);text-decoration:underline}
.post-meta{margin-bottom:16px;color:var(--muted);font-weight:400}
@media (max-width:920px){
    .header-inner{grid-template-columns:auto auto;gap:14px}
    .brand{min-width:0}
    .partner-badges{display:none}
    .site-nav{
        display:none;
        grid-column:1/-1;
        justify-self:stretch;
        border-top:1px solid var(--line);
    }
    .site-nav.is-open{display:block}
    .primary-menu{display:grid;gap:0}
    .primary-menu a{padding:14px 0;border-bottom:1px solid var(--line)}
    .header-cta{display:none}
    .nav-toggle{display:block;justify-self:end}
    .hero{grid-template-columns:1fr;padding-top:36px}
    .filters{grid-template-columns:1fr}
    .campaign-band-inner,.campaign-page-hero-card,.price-viewer-head{grid-template-columns:1fr}
    .footer-inner{grid-template-columns:1fr}
}
@media (max-width:640px){
    .header-top-inner{
        justify-content:space-between;
        min-height:36px;
        padding:0 16px;
    }
    .top-info-item{font-size:13px}
    .header-inner{min-height:64px;padding:0 16px}
    .brand-copy small{display:none}
    .brand-copy strong{font-size:16px}
    .hero,.price-section,.campaign-band,.value-section,.faq-section,.content-wrap{padding-left:16px;padding-right:16px}
    .hero{gap:28px;padding-bottom:42px}
    h1{font-size:42px}
    .hero-text{font-size:16px}
    .hero-actions,.row-actions{width:100%;flex-direction:column;align-items:stretch}
    .button,.row-button{width:100%}
    .hero-stats,.form-grid,.value-grid,.footer-columns{grid-template-columns:1fr}
    .price-row{grid-template-columns:1fr}
    .campaign-band-inner{padding:18px}
    .campaign-band h2{font-size:23px}
    .campaign-page-hero,.campaign-page-list{padding-left:16px;padding-right:16px}
    .campaign-page-hero-card{padding:20px}
    .campaign-card{padding:18px}
    .campaign-card li{grid-template-columns:1fr}
    .campaign-card a{width:100%}
    .quote-card{padding:20px}
    .quote-modal,.shock-popup{padding:12px}
    .shock-card{padding:24px}
    .shock-card h2{font-size:34px}
    .pdf-viewer-frame,.pdf-canvas-viewer{min-height:620px}
    .pdf-canvas-viewer{padding:10px}
    .footer-bottom{flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    *{transition:none!important}
}
