:root{--hd-navy:#071523;--hd-blue:#0878d1;--hd-yellow:#ffcb05;--hd-ink:#142334;--hd-soft:#f3f7fa;--hd-line:#dce5eb}*{box-sizing:border-box}body.page-hypedrive{font-family:Inter,Arial,sans-serif;color:var(--hd-ink);background:#fff;line-height:1.65}.hd-navbar{background:rgba(7,21,35,.98);padding:.8rem 0}.hd-logo{font-weight:900;font-size:1.38rem;letter-spacing:-.04em;color:#fff!important;line-height:.85;text-decoration:none;display:inline-flex;flex-wrap:wrap;max-width:160px}.hd-logo span{color:var(--hd-yellow)}.hd-logo small{font-size:.48rem;letter-spacing:.11em;width:100%;margin-top:.55rem;color:#cbd6df}.hd-navbar .nav-link{color:#eef4f8!important;font-weight:600;margin:0 .25rem}.hd-navbar .nav-link:hover{color:var(--hd-yellow)!important}.hd-phone{color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}.btn{border-radius:.65rem;padding:.8rem 1.15rem;font-weight:750}.btn-warning{background:var(--hd-yellow);border-color:var(--hd-yellow);color:#0a1723}.btn-primary{background:var(--hd-blue);border-color:var(--hd-blue)}.hd-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#071523 0%,#0d2a42 65%,#0a568a 100%);color:#fff;padding:5.5rem 0}.hd-eyebrow{color:#ffda3d;text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:800;margin-bottom:1rem}.hd-hero h1{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.055em;font-weight:900}.hd-hero .lead{font-size:1.22rem;color:#d8e4ec;max-width:690px}.hd-proof-strip{background:#fff;border-bottom:1px solid var(--hd-line)}.hd-proof-item{padding:1.2rem;text-align:center;font-weight:750}.hd-proof-item strong{display:block;color:var(--hd-blue);font-size:1.5rem}.hd-section{padding:5rem 0}.hd-section-alt{background:var(--hd-soft)}.hd-section h2{font-weight:900;letter-spacing:-.04em;font-size:clamp(2rem,4vw,3.1rem)}.hd-card{height:100%;background:#fff;border:1px solid var(--hd-line);border-radius:1rem;padding:1.6rem;box-shadow:0 12px 30px rgba(8,31,50,.06);transition:.2s}.hd-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(8,31,50,.11)}.hd-card h3{font-size:1.2rem;font-weight:850}.hd-icon{width:48px;height:48px;border-radius:.8rem;background:#fff3bc;display:grid;place-items:center;font-weight:900;color:#1d2b36;margin-bottom:1rem}.hd-offer{background:var(--hd-navy);color:#fff;border-radius:1.3rem;padding:2.2rem;box-shadow:0 22px 50px rgba(0,0,0,.18)}.hd-offer h2,.hd-offer h3{color:#fff}.hd-price{font-size:3rem;font-weight:900;color:var(--hd-yellow)}.hd-checks{list-style:none;padding:0;margin:1.3rem 0}.hd-checks li{margin:.7rem 0;padding-left:1.7rem;position:relative}.hd-checks li:before{content:"✓";position:absolute;left:0;color:#13a36d;font-weight:900}.hd-results{border-left:5px solid var(--hd-yellow);padding:1.3rem 1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 10px 25px rgba(0,0,0,.08)}.hd-step{display:flex;gap:1rem}.hd-step-number{flex:0 0 42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--hd-yellow);font-weight:900}.hd-cta{background:linear-gradient(115deg,#0878d1,#065087);color:#fff;padding:4rem 0}.hd-cta h2{color:#fff}.hd-faq details{background:#fff;border:1px solid var(--hd-line);border-radius:.7rem;padding:1rem 1.2rem;margin:.8rem 0}.hd-faq summary{font-weight:800;cursor:pointer}.hd-footer{background:#071523;color:#c9d5dd;padding:4rem 0 1.5rem}.hd-footer h2{font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:.08em}.hd-footer a{display:block;color:#dbe4ea;text-decoration:none;margin:.48rem 0}.hd-footer a:hover{color:var(--hd-yellow)}.hd-footer-bottom{border-top:1px solid #203344;margin-top:3rem;padding-top:1.2rem;font-size:.85rem}.hd-image{border-radius:14px;width:100%;height:auto;display:block;border:1px solid rgba(8,31,50,.08);box-shadow:0 1px 2px rgba(8,31,50,.05),0 10px 28px rgba(8,31,50,.09)}.hd-badge{display:inline-block;background:#e8f6ee;color:#137447;padding:.4rem .7rem;border-radius:999px;font-weight:800;font-size:.78rem}.hd-note{font-size:.83rem;color:#6b7782}.form-control,.form-select{padding:.85rem;border-radius:.6rem}@media(max-width:991px){.hd-hero{padding:4rem 0}.hd-navbar .btn,.hd-phone{display:inline-block;margin-top:.75rem}.hd-section{padding:3.7rem 0}}


.content-image
{width:100%;height:auto;display:block;}

.hd-image{border-radius:14px;width:100%;height:auto;display:block;border:1px solid rgba(8,31,50,.08);box-shadow:0 1px 2px rgba(8,31,50,.05),0 10px 28px rgba(8,31,50,.09)}

/* HypeDrive navigation */

.hd-navbar {
    background: #071523;
    padding: 12px 0;
}

.hd-navbar .container {
    position: relative;
}

.hd-logo {
    display: inline-flex;
    flex-wrap: wrap;
    width: 165px;
    max-width: 165px;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.hd-logo span {
    color: #ffcb05;
}

.hd-logo small {
    display: block;
    width: 100%;
    margin-top: 8px;
    color: #cbd6df;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
}

.hd-navbar .nav-link {
    color: #eef4f8 !important;
    font-weight: 600;
    padding: 12px 14px !important;
}

.hd-navbar .nav-link:hover,
.hd-navbar .nav-link:focus,
.hd-navbar .nav-link.show {
    color: #ffcb05 !important;
}

/* Yellow dropdown arrow */

.hd-navbar .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    vertical-align: 3px;
    border: 0;
    border-right: 2px solid #ffcb05;
    border-bottom: 2px solid #ffcb05;
    transform: rotate(45deg);
}

/* Desktop dropdown */

.hd-navbar .dropdown-menu {
    min-width: 230px;
    padding: 8px;
    border: 1px solid #dce5eb;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.hd-navbar .dropdown-item {
    padding: 10px 12px;
    border-radius: 7px;
    color: #142334;
    font-weight: 600;
}

.hd-navbar .dropdown-item:hover,
.hd-navbar .dropdown-item:focus {
    color: #071523;
    background: #fff3bd;
}

.hd-phone {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.hd-phone:hover {
    color: #ffcb05;
}

/* Tablet and mobile navigation */

@media (max-width: 1199.98px) {

    .hd-navbar {
        padding: 11px 0;
    }

    .hd-navbar .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .hd-navbar .navbar-toggler {
        width: 52px;
        height: 42px;
        margin-left: auto;
        padding: 7px 10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        box-shadow: none;
    }

    .hd-navbar .navbar-toggler:focus {
        border-color: #ffcb05;
        box-shadow: 0 0 0 3px rgba(255, 203, 5, 0.18);
    }

    /* Keep menu completely hidden until opened */

    .hd-navbar .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .hd-navbar .navbar-collapse.show,
    .hd-navbar .navbar-collapse.collapsing {
        display: block !important;
        width: 100%;
        flex-basis: 100%;
    }

    .hd-navbar .navbar-collapse {
        margin-top: 12px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        background: #0b1c2c;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }

    .hd-navbar .navbar-nav {
        display: block;
        width: 100%;
        margin: 0 0 12px !important;
    }

    .hd-navbar .nav-item {
        display: block;
        width: 100%;
    }

    .hd-navbar .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 !important;
        padding: 12px 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .hd-navbar .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .hd-navbar .dropdown-toggle::after {
        margin-left: auto;
        margin-right: 5px;
    }

    .hd-navbar .dropdown-menu {
        position: static !important;
        width: 100%;
        min-width: 0;
        margin: 5px 0 10px;
        padding: 7px;
        transform: none !important;
        border: 0;
        border-radius: 9px;
        background: #ffffff;
        box-shadow: none;
    }

    .hd-navbar .dropdown-item {
        white-space: normal;
        padding: 10px 12px;
    }

    .hd-navbar .hd-phone {
        display: block;
        width: 100%;
        margin: 8px 0 10px !important;
        padding: 10px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 8px;
    }

    .hd-navbar .btn-warning {
        display: block;
        width: 100%;
        margin: 0;
        padding: 12px 16px;
        text-align: center;
    }
}

/* Smaller phones */

@media (max-width: 575.98px) {

    .hd-navbar .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hd-logo {
        width: 145px;
        max-width: 145px;
        font-size: 20px;
    }

    .hd-logo small {
        font-size: 6px;
    }

    .hd-navbar .navbar-toggler {
        width: 46px;
        height: 40px;
    }

    .hd-navbar .navbar-collapse {
        padding: 10px;
    }
}
/* Paid-traffic landing pages: stripped header, single way forward */

.hd-landing-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

@media (max-width: 575.98px) {

    .hd-landing-actions {
        gap: 10px;
    }

    .hd-landing-actions .hd-phone {
        display: none;
    }

    .hd-landing-actions .btn {
        padding: 0.6rem 0.9rem;
        font-size: 0.92rem;
    }
}

/* Logo mark — transparent PNG extracted from the brand artwork */

.hd-logo {
    width: 172px;
    max-width: 172px;
    padding: 2px 0;
}

.hd-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.hd-logo-footer {
    width: 200px;
    max-width: 200px;
}

@media (max-width: 575.98px) {

    .hd-logo {
        width: 138px;
        max-width: 138px;
    }
}

/* Landing header must stay on one row — logo left, single CTA right */

.hd-navbar-landing .container {
    flex-wrap: nowrap !important;
    gap: 12px;
}

.hd-navbar-landing .hd-landing-actions {
    flex-shrink: 0;
}

@media (max-width: 575.98px) {

    .hd-navbar-landing .hd-logo {
        width: 118px;
        max-width: 118px;
    }

    .hd-navbar-landing .hd-landing-actions .btn {
        padding: 0.55rem 0.7rem;
        font-size: 0.78rem;
        white-space: nowrap;
    }
}

/* Honeypot field for the growth check form. Hidden from people, visible to bots. */
.hd-form-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Sticky mobile call bar. Landing pages only — most paid traffic is a phone,
   and a workshop owner reading this is far more likely to ring than to type. */

.hd-callbar {
    display: none;
}

@media (max-width: 767.98px) {

    body.page-landing .hd-callbar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        gap: 8px;
        padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
        background: rgba(7, 21, 35, .97);
        border-top: 1px solid #203344;
    }

    .hd-callbar a {
        flex: 1 1 0;
        text-align: center;
        border-radius: .6rem;
        padding: .8rem .5rem;
        font-weight: 800;
        font-size: .95rem;
        text-decoration: none;
    }

    .hd-callbar .hd-callbar-call {
        background: var(--hd-yellow);
        color: #0a1723;
    }

    .hd-callbar .hd-callbar-form {
        background: transparent;
        color: #fff;
        border: 1px solid #38516a;
    }

    /* Keep the last section clear of the fixed bar. */
    body.page-landing .hd-footer-bottom {
        padding-bottom: 4.6rem;
    }
}

/* Proof strip. Four benefits, each with a solid badge so the row reads as a
   designed band rather than four stacked lines of text. */

.hd-proof-strip {
    background: var(--hd-soft);
    border-top: 1px solid var(--hd-line);
}

.hd-proof-strip .row > .col {
    border-right: 1px solid var(--hd-line);
}

.hd-proof-strip .row > .col:last-child {
    border-right: 0;
}

.hd-proof-item {
    padding: 2.1rem 1.15rem;
    text-align: center;
    font-size: .92rem;
    line-height: 1.5;
    font-weight: 500;
    color: #5a6874;
}

.hd-proof-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 1rem;
    border-radius: 15px;
    background: var(--hd-yellow);
    color: #0a1723;
    box-shadow: 0 8px 18px rgba(255, 203, 5, .34);
}

.hd-proof-icon svg {
    display: block;
    width: 27px;
    height: 27px;
}

.hd-proof-item strong {
    display: block;
    margin-bottom: .35rem;
    color: var(--hd-ink);
    font-size: 1.32rem;
    font-weight: 850;
    letter-spacing: -.03em;
    line-height: 1.15;
}

@media (max-width: 991.98px) {

    /* Two per row — the divider between the pairs would sit oddly. */
    .hd-proof-strip .row > .col:nth-child(2n) {
        border-right: 0;
    }

    .hd-proof-strip .row > .col:nth-child(-n+2) {
        border-bottom: 1px solid var(--hd-line);
    }
}

@media (max-width: 575.98px) {

    .hd-proof-item {
        padding: 1.5rem .7rem;
        font-size: .82rem;
    }

    .hd-proof-item strong {
        font-size: 1.06rem;
    }

    .hd-proof-icon {
        width: 44px;
        height: 44px;
        margin-bottom: .7rem;
        border-radius: 13px;
    }

    .hd-proof-icon svg {
        width: 22px;
        height: 22px;
    }
}

/* A white card inside the blue CTA band inherits that band's white text, which
   left the enquiry form's labels and heading invisible. Reset the colour inside. */

.hd-cta .hd-card {
    color: var(--hd-ink);
}

.hd-cta .hd-card h2,
.hd-cta .hd-card h3,
.hd-cta .hd-card label,
.hd-cta .hd-card p {
    color: var(--hd-ink);
}

.hd-cta .hd-card .hd-note {
    color: #6b7782;
}

/* Campaign evidence. A screenshot with the figures stated underneath it, so the
   claim and the thing that supports it are never separated. */

.hd-evidence {
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 1rem;
    padding: 1.4rem;
    box-shadow: 0 12px 30px rgba(8, 31, 50, .06);
}

.hd-evidence img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .55rem;
    border: 1px solid var(--hd-line);
}

.hd-evidence figcaption {
    font-size: .85rem;
    color: #6b7782;
    margin-top: .9rem;
}

.hd-evidence dl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: .8rem;
    margin: 1.1rem 0 0;
}

.hd-evidence dt {
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #6b7782;
    font-weight: 800;
}

.hd-evidence dd {
    margin: .15rem 0 0;
    font-weight: 850;
    font-size: 1.15rem;
    color: var(--hd-ink);
}

/* Fee breakdown. Deferred fees only read as honest when the timing is visible.
   Sits on a light card, so the rules and labels are inked rather than reversed. */

.hd-fees {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2rem 0 0;
}

.hd-fees th,
.hd-fees td {
    text-align: left;
    padding: .78rem .5rem;
    border-bottom: 1px solid var(--hd-line);
    font-size: .95rem;
}

.hd-fees th {
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #6b7782;
    font-weight: 800;
}

.hd-fees td:last-child {
    color: var(--hd-ink);
}

/* The "you decide" divider row. */
.hd-fees .hd-fees-note td {
    padding-top: 1rem;
    color: #6b7782;
    font-size: .83rem;
    font-weight: 700;
}

.hd-fees td:last-child {
    text-align: right;
    white-space: nowrap;
    font-weight: 800;
}

.hd-fees tr:last-child td {
    border-bottom: 0;
}
