
:root {
    --navy: #001f49;
    --navy-2: #001635;
    --blue: #0d47a1;
    --blue-bright: #175ac7;
    --red: #ef1935;
    --ink: #081c43;
    --muted: #4d5d78;
    --paper: #ffffff;
    --soft: #f4f7fb;
    --line: #dce3ed;
    --max: 1420px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
}

img,
svg {
    display: block;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* =========================
   TOP UTILITY BAR
   ========================= */

.utility-bar {
    background: linear-gradient(90deg, #001d45 0%, #002a5d 48%, #001d45 100%);
    color: #fff;
}

.utility-inner {
    width: min(var(--max), calc(100% - 40px));
    min-height: 36px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.utility-contact,
.utility-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    min-width: 0;
}

.utility-actions {
    flex: 0 0 auto;
}

.utility-item {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
}

a.utility-item:hover {
    color: #dcecff;
}

.utility-item svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: currentColor;
}

/* =========================
   MAIN HEADER / NAV
   ========================= */

.nav-shell {
    width: min(var(--max), calc(100% - 40px));
    min-height: 108px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    background: #fff;
}

.brand {
    display: block;
    flex: 0 0 auto;
    line-height: 0;
}

.brand img {
    width: 312px;
    max-width: 100%;
    height: auto;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(28px, 3.2vw, 56px);
}

.main-menu > a,
.dropdown-toggle {
    border: 0;
    background: transparent;
    color: #08172f;
    text-decoration: none;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0;
    cursor: pointer;
    white-space: nowrap;
}

.main-menu > a:hover,
.dropdown-toggle:hover,
.main-menu > a:focus-visible,
.dropdown-toggle:focus-visible {
    color: var(--red);
}

.nav-dropdown {
    position: relative;
}

.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dropdown-toggle svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
}

.dropdown-menu {
    position: absolute;
    z-index: 100;
    top: calc(100% - 4px);
    right: 0;
    width: 200px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: 0 14px 35px rgba(0, 29, 69, .18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(7px);
    transition: .16s ease;
}

.dropdown-menu a {
    display: block;
    padding: 12px 16px;
    color: var(--ink);
    text-decoration: none;
    font-size: 14px;
}

.dropdown-menu a:hover {
    color: #fff;
    background: var(--blue);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 42px;
    padding: 9px;
    border: 1px solid #dce2eb;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

.menu-line {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: var(--navy);
    border-radius: 3px;
}

/* =========================
   HERO
   ========================= */

.hero {
    background:
        radial-gradient(circle at 35% 15%, rgba(14, 78, 148, .16), transparent 34%),
        linear-gradient(105deg, #001b3f 0%, #00193a 44%, #00122c 100%);
    color: #fff;
    overflow: hidden;
}

.hero-inner {
    width: min(var(--max), 100%);
    min-height: 425px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding: 31px 22px 26px 48px;
    align-self: center;
}

.hero-copy h1 {
    margin: 0 0 5px;
    font-size: clamp(44px, 4vw, 58px);
    line-height: .96;
    letter-spacing: -1.7px;
    font-weight: 800;
}

.hero-copy h1 span {
    color: #f00625;
}

.hero-copy h2 {
    margin: 6px 0 9px;
    font-size: 23px;
    line-height: 1.2;
}

.hero-copy > p {
    max-width: 520px;
    margin: 0 0 18px;
    color: #f7f8fb;
    font-size: 16px;
    line-height: 1.45;
}

.price-box {
    width: max-content;
    padding-left: 11px;
    border-left: 4px solid #ff3045;
}

.price-kicker {
    margin-bottom: -2px;
    font-size: 12px;
    letter-spacing: .2px;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-row strong {
    font-size: 52px;
    line-height: .95;
}

.price-row span {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.08;
}

.price-box small {
    display: block;
    margin-top: 2px;
    margin-left: -11px;
    font-size: 11px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 13px;
}

.btn {
    min-width: 210px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: transform .15s ease, background .15s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: #f20a23;
    color: #fff;
}

.btn-primary:hover {
    background: #d80018;
}

.btn-secondary {
    border: 1px solid #fff;
    background: rgba(0, 15, 38, .34);
    color: #fff;
}

.btn-secondary:hover {
    background: rgba(255,255,255,.10);
}

.btn b {
    font-size: 25px;
    line-height: 1;
}

.hero-art {
    min-width: 0;
    align-self: stretch;
}

.hero-art picture,
.hero-art img {
    width: 100%;
    height: 100%;
}

.hero-art img {
    object-fit: cover;
    object-position: center;
}

/* =========================
   BENEFITS
   ========================= */

.benefits {
    background: #fff;
    border-bottom: 1px solid #edf0f4;
}

.benefits-inner {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.benefit {
    min-height: 128px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 18px;
    border-right: 1px solid #d8dee8;
}

.benefit:last-child {
    border-right: 0;
}

.benefit-icon {
    width: 55px;
    height: 55px;
    color: #0649a7;
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
}

.red-icon {
    color: #ed1733;
}

.cpanel-mark {
    color: #ee1934;
    font-size: 48px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -5px;
    line-height: 1;
}

.benefit h3 {
    margin: 0 0 7px;
    color: var(--ink);
    font-size: 15px;
}

.benefit p {
    margin: 0;
    color: #394762;
    font-size: 12px;
    line-height: 1.55;
}

.benefit small {
    display: block;
    margin-top: 7px;
    color: #0d47a1;
    font-size: 10px;
    font-weight: 700;
}

/* =========================
   SERVICES
   ========================= */

.services {
    padding: 12px 0 16px;
    background: linear-gradient(180deg, #f5f7fa 0%, #f1f4f8 100%);
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: 25px;
}

.section-heading p {
    margin: 4px 0 2px;
    font-size: 14px;
}

.section-heading span {
    display: block;
    width: 36px;
    height: 3px;
    margin: 0 auto;
    background: #f02a3c;
}

.service-grid {
    width: min(var(--max), calc(100% - 40px));
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-card {
    min-height: 168px;
    padding: 16px 20px 18px 108px;
    position: relative;
    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(11, 35, 68, .03);
}

.service-icon {
    position: absolute;
    left: 28px;
    top: 18px;
    width: 58px;
    height: 58px;
    color: #0649a7;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
}

.service-card h3 {
    margin: 2px 0 7px;
    font-size: 15px;
}

.service-card p {
    min-height: 61px;
    margin: 0 0 12px;
    color: #283853;
    font-size: 12px;
    line-height: 1.55;
}

.card-btn {
    min-height: 33px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    background: linear-gradient(180deg, #0754bd 0%, #06419c 100%);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 3px 9px rgba(13, 71, 161, .22);
}

.card-btn:hover {
    background: #073f92;
}

/* =========================
   BOTTOM PROMISE STRIP
   ========================= */

.promise-strip {
    background: linear-gradient(90deg, #001d45 0%, #002b60 50%, #001c43 100%);
    color: #fff;
}

.promise-grid {
    width: min(var(--max), calc(100% - 40px));
    min-height: 70px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.promise {
    padding: 13px 24px;
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 14px;
    border-right: 1px solid rgba(255,255,255,.22);
}

.promise:last-child {
    border-right: 0;
}

.promise svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
}

.promise strong,
.promise span {
    display: block;
}

.promise strong {
    font-size: 13px;
    margin-bottom: 3px;
}

.promise span {
    color: #f1f5fb;
    font-size: 11px;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 1100px) {
    .utility-contact {
        gap: 15px;
    }

    .utility-actions {
        gap: 15px;
    }

    .nav-shell {
        min-height: 96px;
    }

    .brand img {
        width: 260px;
    }

    .main-menu {
        gap: 22px;
    }

    .main-menu > a,
    .dropdown-toggle {
        font-size: 14px;
    }

    .hero-inner {
        grid-template-columns: 49% 51%;
    }

    .hero-copy {
        padding-left: 30px;
    }

    .benefits-inner,
    .service-grid,
    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit:nth-child(2) {
        border-right: 0;
    }

    .benefit:nth-child(-n+2) {
        border-bottom: 1px solid #d8dee8;
    }

    .promise:nth-child(2) {
        border-right: 0;
    }

    .promise:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.18);
    }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 760px) {
    .utility-inner {
        width: 100%;
        min-height: 0;
        padding: 7px 12px 8px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .utility-contact,
    .utility-actions {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 7px 15px;
    }

    .utility-actions {
        padding-top: 6px;
        border-top: 1px solid rgba(255,255,255,.17);
    }

    .utility-item {
        font-size: 12px;
    }

    .utility-item svg {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }

    .utility-location {
        width: 100%;
        justify-content: center;
    }

    .nav-shell {
        width: 100%;
        min-height: 92px;
        padding: 8px 16px;
        position: relative;
        gap: 12px;
    }

    .brand {
        max-width: calc(100% - 65px);
    }

    .brand img {
        width: 240px;
        max-width: 100%;
    }

    .menu-toggle {
        display: block;
        flex: 0 0 44px;
    }

    .main-menu {
        position: absolute;
        z-index: 90;
        left: 0;
        right: 0;
        top: 100%;
        display: none;
        padding: 8px 16px 16px;
        background: #fff;
        border-top: 1px solid #e2e7ef;
        border-bottom: 1px solid #dce3ed;
        box-shadow: 0 15px 24px rgba(0,29,69,.12);
    }

    .main-menu.open {
        display: block;
    }

    .main-menu > a,
    .dropdown-toggle {
        width: 100%;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 6px;
        border-bottom: 1px solid #eef1f5;
        font-size: 15px;
        text-align: left;
    }

    .nav-dropdown {
        width: 100%;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        display: none;
        padding: 0 0 6px 14px;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .nav-dropdown:hover .dropdown-menu,
    .nav-dropdown:focus-within .dropdown-menu {
        display: none;
    }

    .nav-dropdown.open .dropdown-menu {
        display: block;
    }

    .dropdown-menu a {
        padding: 11px 10px;
        border-bottom: 1px solid #f0f2f5;
    }

    .hero-inner {
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .hero-copy {
        order: 1;
        width: 100%;
        padding: 30px 22px 25px;
        text-align: left;
    }

    .hero-copy h1 {
        font-size: clamp(39px, 12vw, 56px);
        line-height: .98;
    }

    .hero-copy h2 {
        margin-top: 10px;
        font-size: 22px;
    }

    .hero-copy > p {
        font-size: 15px;
        line-height: 1.52;
    }

    .price-row strong {
        font-size: 48px;
    }

    .hero-buttons {
        gap: 10px;
    }

    .btn {
        width: 100%;
        min-width: 0;
    }

    .hero-art {
        order: 2;
        width: 100%;
        height: auto;
        max-height: none;
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .hero-art picture,
    .hero-art img {
        height: auto;
    }

    .hero-art img {
        width: 100%;
        object-fit: contain;
    }

    .benefits-inner,
    .service-grid,
    .promise-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .benefit {
        min-height: 118px;
        padding: 20px 24px;
        border-right: 0;
        border-bottom: 1px solid #d8dee8;
    }

    .benefit:last-child {
        border-bottom: 0;
    }

    .services {
        padding: 22px 16px 24px;
    }

    .service-grid {
        gap: 14px;
    }

    .service-card {
        min-height: 0;
        padding: 20px 20px 20px 98px;
    }

    .service-card p {
        min-height: 0;
    }

    .service-icon {
        left: 24px;
        top: 22px;
        width: 52px;
        height: 52px;
    }

    .promise {
        padding: 15px 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .promise:last-child {
        border-bottom: 0;
    }
}

/* Extra narrow phones */
@media (max-width: 400px) {
    .utility-contact,
    .utility-actions {
        gap: 7px 11px;
    }

    .utility-item {
        font-size: 11px;
    }

    .brand img {
        width: 218px;
    }

    .hero-copy {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-copy h1 {
        font-size: 39px;
    }

    .service-card {
        padding-left: 88px;
    }

    .service-icon {
        left: 18px;
    }
}


.copyright-bar {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 20px;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    color: rgba(255,255,255,.9);
    background: rgba(0,0,0,.12);
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 12px;
    line-height: 1.4;
}


.copyright-bar a {
    color: inherit;
    text-decoration: none;
}

.copyright-bar a:hover,
.copyright-bar a:focus-visible {
    text-decoration: underline;
}
