:root {
    --navy:#06213b;
    --navy2:#0b3457;
    --orange:#ff650f;
    --orange2:#e95300;
    --green:#25d366;
    --text:#0a213a;
    --muted:#5f6f80;
    --line:#dbe3ea;
    --soft:#f4f7f9;
    --white:#fff;
    --shadow:0 16px 40px rgba(6,33,59,.12)
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth;
    scroll-padding-top:120px
}
body {
    margin:0;
    font-family:Figtree,system-ui,sans-serif;
    color:var(--text);
    background:#fff
}
img {
    max-width:100%;
    display:block
}
a {
    text-decoration:none;
    color:inherit
}
button,input,select,textarea {
    font:inherit
}
.shell {
    width:min(1180px,calc(100% - 34px));
    margin-inline:auto
}
.skip-link {
    position:absolute;
    left:-9999px
}
.skip-link:focus {
    left:16px;
    top:16px;
    z-index:100;
    background:#fff;
    padding:10px 14px
}
.site-header {
    position:sticky;
    top:0;
    z-index:50;
    background:#fff;
    box-shadow:0 4px 18px rgba(0,0,0,.06)
}
.topbar {
    height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}
.brand img {
    width:220px;
    height:auto;
    max-height:64px;
    object-fit:contain;
    object-position:left center
}
.top-actions {
    display:flex;
    align-items:center;
    gap:34px
}
.phone-pill,.wa-top {
    display:flex;
    align-items:center;
    gap:10px;
    white-space:nowrap;
    font-size:15px
}
.phone-icon {
    color:var(--orange);
    font-size:20px
}
.wa-top svg,.btn-wa svg,.floating-wa svg {
    width:25px;
    height:25px;
    fill:#fff
}
.wa-top svg {
    width:44px;
    height:44px;
    background:var(--green);
    border-radius:50%;
    padding:8px;
    box-shadow:0 4px 10px rgba(37,211,102,.25)
}
.wa-top small {
    display:block;
    font-size:12px;
    font-weight:500;
    margin-top:1px
}
.menu-toggle {
    display:none;
    border:0;
    background:var(--navy);
    color:#fff;
    width:44px;
    height:44px;
    border-radius:8px;
    font-size:20px
}
.nav-wrap {
    background:var(--navy)
}
.nav {
    height:48px;
    display:flex;
    align-items:center;
    gap:34px;
    color:#fff;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.03em
}
.nav a {
    opacity:.92
}
.nav a:hover {
    color:#ffb27e
}
.nav-cta {
    margin-left:auto!important;
    background:var(--orange);
    padding:10px 17px;
    border-radius:20px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    opacity:1!important
}
.nav-cta:hover {
    background:var(--orange2);
    color:#fff!important
}
.hero {
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid var(--line)
}
.hero-grid {
    display:grid;
    grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);
    min-height:430px;
    align-items:stretch;
    gap:0
}
.hero-copy {
    padding:38px 38px 32px 0;
    position:relative;
    z-index:2;
    min-width:0
}
.eyebrow {
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:11px;
    font-weight:800;
    color:var(--orange);
    margin:0 0 12px
}
.hero h1 {
    font-family:Archivo,sans-serif;
    font-weight:900;
    font-size:clamp(40px,3.75vw,58px);
    line-height:1;
    letter-spacing:-.045em;
    margin:0;
    color:var(--text);
    max-width:100%;
    overflow-wrap:normal
}
.hero h1 span {
    color:var(--orange)
}
.hero-lead {
    font-size:18px;
    line-height:1.5;
    max-width:550px;
    margin:18px 0 22px;
    color:#22384d
}
.trust-row {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin:22px 0;
    width:100%
}
.trust-row>div {
    display:grid;
    grid-template-columns:28px minmax(0,1fr);
    column-gap:7px;
    align-items:center;
    min-width:0
}
.trust-icon {
    grid-row:1/3;
    width:28px;
    height:28px;
    border:2px solid var(--navy);
    display:grid;
    place-items:center;
    border-radius:50%;
    font-weight:900
}
.trust-row b {
    font-size:11px;
    line-height:1.15;
    white-space:normal
}
.trust-row small {
    font-size:9.5px;
    line-height:1.2;
    color:var(--muted);
    white-space:normal
}
.hero-actions {
    display:flex;
    gap:12px;
    flex-wrap:wrap
}
.btn {
    border:0;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:13px 20px;
    border-radius:5px;
    font-weight:800;
    font-size:14px;
    transition:.2s
}
.btn-orange,.btn-wa {
    background:var(--orange);
    color:#fff
}
.btn-orange:hover,.btn-wa:hover {
    background:var(--orange2)
}
.btn-dark {
    background:var(--navy);
    color:#fff
}
.btn-outline {
    background:#fff;
    color:var(--navy);
    border:1px solid var(--navy)
}
.btn.full {
    width:100%;
    margin-top:16px
}
.btn-wa svg {
    width:20px;
    height:20px
}
.mail-icon {
    font-size:17px
}
.hero-media {
    position:relative;
    min-width:0;
    height:430px;
    background:#050505;
    overflow:hidden;
    align-self:stretch
}
.hero-media>img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:56% center;
    display:block;
    transform:scale(1.04)
}
.services-strip {
    padding:18px 0 22px;
    border-bottom:1px solid var(--line)
}
.section-mini-title,.section-title {
    font-family:Archivo,sans-serif;
    text-transform:uppercase;
    text-align:center;
    font-weight:900;
    margin:0 0 15px;
    font-size:18px
}
.services-grid {
    display:grid;
    grid-template-columns:repeat(5,1fr)
}
.services-grid article {
    text-align:center;
    padding:10px 18px;
    border-right:1px solid var(--line)
}
.services-grid article:last-child {
    border-right:0
}
.services-grid span {
    display:block;
    font-size:31px;
    filter:saturate(1.3);
    margin-bottom:8px
}
.services-grid h3 {
    font-size:15px;
    margin:0 0 5px;
    line-height:1.05
}
.services-grid p {
    margin:0;
    color:var(--muted);
    font-size:12px;
    line-height:1.35
}
.planner-section {
    padding:30px 0;
    background:#fff
}
.planner-grid {
    display:grid;
    grid-template-columns:1.2fr .9fr;
    gap:18px;
    align-items:stretch
}
.estimator {
    background:linear-gradient(145deg,#092743,#051c32);
    color:#fff;
    border-radius:14px;
    padding:18px;
    box-shadow:var(--shadow)
}
.panel-title {
    text-align:center;
    margin-bottom:14px
}
.panel-title h2 {
    font-family:Archivo,sans-serif;
    text-transform:uppercase;
    font-size:23px;
    margin:0
}
.panel-title p {
    margin:3px 0 0;
    font-size:12px;
    opacity:.86
}
.panel-title.light {
    color:var(--text)
}
.field-block label,.estimator-fields label {
    display:block;
    font-size:12px;
    margin-bottom:6px
}
.segmented {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px
}
.segmented button {
    background:#fff;
    border:0;
    border-radius:3px;
    padding:11px 8px;
    color:var(--text);
    font-weight:700;
    font-size:12px;
    cursor:pointer
}
.segmented button[aria-pressed=true] {
    background:var(--orange);
    color:#fff
}
.estimator-fields {
    display:grid;
    gap:10px;
    margin-top:12px
}
.three-cols {
    grid-template-columns:repeat(3,1fr)
}
.two-cols {
    grid-template-columns:repeat(2,1fr)
}
.estimator input,.estimator select {
    width:100%;
    height:39px;
    border:0;
    border-radius:4px;
    padding:0 10px;
    color:var(--text);
    background:#fff;
    font-size:12px
}
.article-box {
    margin-top:12px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:5px;
    padding:11px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px
}
.article-box b {
    font-size:12px
}
.article-box b span {
    font-weight:500
}
.article-box small {
    display:block;
    font-size:10px;
    opacity:.75;
    margin-top:3px
}
.article-box button {
    border:1px solid rgba(255,255,255,.6);
    background:transparent;
    color:#fff;
    padding:8px 10px;
    border-radius:4px;
    font-size:11px;
    cursor:pointer
}
.articles-panel {
    border:1px solid rgba(255,255,255,.25);
    border-top:0;
    padding:10px;
    background:rgba(255,255,255,.05)
}
.hidden {
    display:none!important
}
.articles-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:7px
}
.article-row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    background:#fff;
    color:var(--text);
    padding:7px 8px;
    border-radius:4px;
    font-size:11px
}
.article-controls {
    display:flex;
    align-items:center;
    gap:5px
}
.article-controls button {
    width:25px;
    height:25px;
    border:1px solid var(--line);
    background:#fff;
    cursor:pointer
}
.estimator-results {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    margin-top:12px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:5px
}
.estimator-results>div {
    padding:14px;
    border-right:1px solid rgba(255,255,255,.24)
}
.estimator-results>div:last-child {
    border-right:0
}
.estimator-results small {
    display:block;
    font-size:11px;
    opacity:.8
}
.estimator-results strong {
    display:block;
    margin-top:8px;
    font-size:17px
}
.estimate-note {
    text-align:center;
    font-size:10px;
    opacity:.72;
    margin:8px 0 0
}
.packaging-panel {
    background:#f6f7f8;
    border-radius:14px;
    padding:18px
}
.pack-list {
    display:grid;
    gap:7px
}
.pack-list article {
    background:#fff;
    border-radius:8px;
    display:grid;
    grid-template-columns:118px 1fr;
    gap:12px;
    align-items:center;
    padding:6px;
    box-shadow:0 1px 5px rgba(0,0,0,.04)
}
.pack-list img {
    width:118px;
    height:72px;
    object-fit:cover;
    border-radius:5px
}
.pack-list h3 {
    font-size:14px;
    margin:0 0 4px
}
.pack-list p {
    font-size:11px;
    line-height:1.35;
    margin:0;
    color:#34495d
}
.fleet-section {
    padding:30px 0 42px;
    background:#fff
}
.fleet-eyebrow {
    text-align:center;
    margin-bottom:7px
}
.fleet-intro {
    max-width:720px;
    margin:-5px auto 24px;
    text-align:center;
    color:var(--muted);
    font-size:13px;
    line-height:1.5
}
.fleet-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px
}
.fleet-card {
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(6,33,59,.06);
    display:flex;
    flex-direction:column;
    min-width:0
}
.fleet-image-wrap {
    background:linear-gradient(180deg,#f7f8f9 0%,#eef1f3 100%);
    aspect-ratio:4/3;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 8px 0;
    overflow:hidden;
    border-bottom:1px solid var(--line)
}
.fleet-card img {
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center bottom;
    display:block
}
.fleet-copy {
    padding:17px 18px 20px;
    display:flex;
    flex-direction:column;
    flex:1
}
.fleet-type {
    font-size:9px;
    letter-spacing:.13em;
    text-transform:uppercase;
    color:var(--orange);
    font-weight:800;
    margin-bottom:7px
}
.fleet-copy h3 {
    font-family:Archivo,sans-serif;
    font-size:20px;
    margin:0 0 7px;
    text-transform:uppercase
}
.fleet-copy p {
    font-size:11px;
    margin:0;
    color:var(--muted)
}
.fleet-copy strong {
    font-size:25px;
    line-height:1.1;
    margin-top:3px
}
.fleet-copy ul {
    padding:0;
    margin:14px 0 0;
    list-style:none;
    font-size:12px;
    line-height:1.65;
    color:#31465a
}
.fleet-copy li {
    position:relative;
    padding-left:17px
}
.fleet-copy li:before {
    content:'✓';
    position:absolute;
    left:0;
    color:#18a94d;
    font-weight:900
}
.process-section {
    background:var(--soft);
    padding:45px 0
}
.steps-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px
}
.steps-grid article {
    background:#fff;
    border:1px solid var(--line);
    padding:20px;
    border-radius:10px
}
.steps-grid span {
    font-family:Archivo,sans-serif;
    color:var(--orange);
    font-weight:900;
    font-size:26px
}
.steps-grid h3 {
    font-size:15px;
    margin:12px 0 5px
}
.steps-grid p {
    font-size:12px;
    color:var(--muted);
    margin:0;
    line-height:1.45
}
.social-section {
    padding:30px 0 40px
}
.social-grid {
    display:grid;
    grid-template-columns:1.15fr .95fr;
    gap:28px
}
.section-title.left {
    text-align:left
}
.testimonial-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px
}
.testimonial-grid figure {
    margin:0;
    border:1px solid var(--line);
    border-radius:10px;
    padding:15px;
    min-height:185px
}
.stars {
    color:var(--orange);
    letter-spacing:2px
}
.testimonial-grid blockquote {
    font-size:12px;
    line-height:1.45;
    margin:10px 0 14px
}
.testimonial-grid figcaption {
    font-size:11px;
    font-weight:700
}
.demo-note {
    font-size:10px;
    color:var(--muted)
}
.faq-list {
    border-top:1px solid var(--line)
}
.faq-item {
    border-bottom:1px solid var(--line)
}
.faq-question {
    width:100%;
    display:flex;
    justify-content:space-between;
    gap:14px;
    text-align:left;
    border:0;
    background:#fff;
    padding:13px 0;
    font-weight:700;
    font-size:12px;
    cursor:pointer
}
.faq-answer {
    display:none;
    font-size:12px;
    color:var(--muted);
    line-height:1.5;
    padding:0 0 13px
}
.faq-item.open .faq-answer {
    display:block
}
.faq-item.open .faq-question span {
    transform:rotate(45deg)
}
.faq-question span {
    font-size:20px;
    transition:.2s
}
.faq-contact {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:12px;
    font-weight:700;
    margin-top:15px
}
.wa-mini,.wa-circle {
    color:var(--green)
}
.quote-section {
    background:var(--navy);
    color:#fff;
    padding:55px 0
}
.quote-grid {
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:35px;
    align-items:start
}
.quote-copy h2 {
    font-family:Archivo,sans-serif;
    font-size:36px;
    line-height:1.03;
    margin:0 0 16px
}
.quote-copy>p:not(.eyebrow) {
    color:#bbcad7;
    line-height:1.6
}
.eyebrow.orange {
    color:var(--orange)
}
.contact-cards {
    display:grid;
    gap:10px;
    margin-top:24px
}
.contact-cards a {
    background:#0b2b49;
    border:1px solid rgba(255,255,255,.12);
    padding:14px;
    display:flex;
    align-items:center;
    gap:13px;
    border-radius:8px
}
.contact-cards small,.contact-cards em {
    display:block;
    color:#9eb1c3;
    font-size:11px;
    font-style:normal
}
.contact-cards strong {
    display:block;
    margin:2px 0
}
.quote-form {
    background:#fff;
    color:var(--text);
    padding:22px;
    border-radius:12px
}
.form-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid var(--line);
    padding-bottom:14px;
    margin-bottom:16px
}
.form-head h3 {
    margin:0;
    text-transform:uppercase;
    font-family:Archivo,sans-serif
}
.form-head span {
    font-size:10px;
    color:var(--muted)
}
.form-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:13px
}
.form-grid label {
    display:block;
    font-size:11px;
    font-weight:700;
    margin-bottom:5px
}
.form-grid input,.form-grid select,.form-grid textarea {
    width:100%;
    border:1px solid #ccd7e0;
    border-radius:5px;
    padding:10px;
    outline:0
}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus {
    border-color:var(--orange);
    box-shadow:0 0 0 3px rgba(255,101,15,.12)
}
.span-2 {
    grid-column:1/-1
}
.error {
    color:#c4392d;
    font-size:10px
}
.consent {
    display:flex;
    gap:9px;
    align-items:flex-start;
    margin:14px 0;
    font-size:11px;
    color:var(--muted)
}
.form-actions {
    display:flex;
    gap:10px
}
.form-status {
    font-size:12px;
    margin:12px 0 0;
    color:var(--muted)
}
.footer {
    background:#03182c;
    color:#fff;
    padding:30px 0 16px
}
.footer-grid {
    display:grid;
    grid-template-columns:1.2fr .8fr .9fr .9fr .7fr;
    gap:25px
}
.footer-brand img {
    width:160px;
    background:#fff;
    border-radius:6px;
    padding:4px
}
.footer-brand p {
    font-size:11px;
    color:#bdc9d4;
    line-height:1.5
}
.footer h3 {
    text-transform:uppercase;
    font-size:11px;
    margin:0 0 10px
}
.footer a,.footer span {
    display:block;
    font-size:11px;
    color:#c0ccd7;
    margin:6px 0
}
.footer-bottom {
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:20px;
    padding-top:12px;
    display:flex;
    justify-content:space-between;
    gap:20px
}
.floating-wa {
    position:fixed;
    right:20px;
    bottom:20px;
    width:54px;
    height:54px;
    background:var(--green);
    border-radius:50%;
    display:grid;
    place-items:center;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
    z-index:40
}
.floating-wa svg {
    width:29px;
    height:29px
}
@media(max-width:900px) {
    .top-actions {
        gap:14px
    }
    .phone-pill {
        font-size:13px
    }
    .wa-top span {
        display:none
    }
    .nav {
        gap:18px;
        font-size:10px
    }
    .hero-grid {
        grid-template-columns:1fr
    }
    .hero-media {
        height:320px;
        min-height:0
    }
    .services-grid {
        grid-template-columns:repeat(3,1fr)
    }
    .services-grid article:nth-child(3) {
        border-right:0
    }
    .planner-grid,.social-grid,.quote-grid {
        grid-template-columns:1fr
    }
    .fleet-grid {
        grid-template-columns:1fr
    }
    .fleet-card {
        max-width:720px;
        width:100%;
        margin-inline:auto
    }
    .steps-grid {
        grid-template-columns:repeat(2,1fr)
    }
    .footer-grid {
        grid-template-columns:repeat(3,1fr)
    }
}
@media(max-width:680px) {
    .site-header {
        position:relative
    }
    .topbar {
        height:68px
    }
    .brand img {
        width:155px
    }
    .top-actions {
        display:none
    }
    .menu-toggle {
        display:block
    }
    .nav-wrap {
        background:#fff
    }
    .nav {
        height:auto;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        padding:10px 0;
        color:var(--text)
    }
    .nav.open {
        display:flex
    }
    .nav a {
        padding:11px 4px;
        border-bottom:1px solid var(--line)
    }
    .nav-cta {
        margin:8px 0 0!important;
        text-align:center;
        color:#fff!important;
        border:0!important
    }
    .hero {
        background:#fff
    }
    .hero-copy {
        padding:28px 0
    }
    .hero h1 {
        font-size:42px
    }
    .trust-row {
        grid-template-columns:repeat(2,1fr)
    }
    .hero-media {
        height:230px;
        min-height:0
    }
    .services-grid {
        grid-template-columns:1fr 1fr
    }
    .services-grid article {
        border-right:1px solid var(--line);
        border-bottom:1px solid var(--line)
    }
    .planner-section {
        padding-top:18px
    }
    .three-cols,.two-cols {
        grid-template-columns:1fr
    }
    .segmented {
        grid-template-columns:1fr
    }
    .articles-grid {
        grid-template-columns:1fr
    }
    .estimator-results {
        grid-template-columns:1fr
    }
    .estimator-results>div {
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.24)
    }
    .pack-list article {
        grid-template-columns:90px 1fr
    }
    .pack-list img {
        width:90px;
        height:65px
    }
    .fleet-card {
        max-width:100%
    }
    .fleet-image-wrap {
        aspect-ratio:16/10;
        padding:8px 6px 0
    }
    .fleet-card img {
        height:100%
    }
    .steps-grid,.testimonial-grid,.form-grid {
        grid-template-columns:1fr
    }
    .form-actions {
        flex-direction:column
    }
    .footer-grid {
        grid-template-columns:1fr 1fr
    }
    .footer-brand {
        grid-column:1/-1
    }
    .footer-bottom {
        flex-direction:column
    }
    .quote-copy h2 {
        font-size:30px
    }
}
