*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --navy: #0B2A5C;
    --navy-mid: #1A4A9E;
    --navy-lt: #2563D4;
    --orange: #F47920;
    --orange-dk: #D4620A;
    --orange-lt: #FEF0E4;
    --sky: #EBF2FD;
    --sky-mid: #B8D0F7;
    --muted: #5A7CB0;
    --white: #FFFFFF;
    --bg: #EFF3FC;
    --border: #D4DFF0;
    --text-dark: #0B1E3D;
    --text-body: #385080;
    --green: #16A34A;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes countUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-up {
    animation: fadeUp .7s ease both;
}

.fade-up-1 {
    animation-delay: .1s;
}

.fade-up-2 {
    animation-delay: .2s;
}

.fade-up-3 {
    animation-delay: .3s;
}

.fade-up-4 {
    animation-delay: .4s;
}

.fade-up-5 {
    animation-delay: .5s;
}

/* ─── INFO BAR ─── */
.info-bar {
    background: #f0f3fa;
    border-bottom: 1px solid var(--border);
    padding: 7px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-side {
    display: flex;
    align-items: center;
    gap: 7px;
}

.info-bar a {
    font-size: 13px;
    color: var(--text-body);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.info-bar a:hover {
    color: var(--navy);
}

.iico svg {
    width: 15px;
    height: 15px;
    stroke: var(--orange);
    fill: none;
    stroke-width: 1.8;
}

/* ─── TOPBAR ─── */
.topbar {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 20px rgba(11, 42, 92, .08);
}

.logo-row {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-row img {
    height: 54px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav-item {
    position: relative;
}

.nav-item>a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background .15s, color .15s;
    white-space: nowrap;
}

.nav-item>a:hover {
    background: var(--sky);
    color: var(--navy);
}

.chev {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    transition: transform .22s;
}

.btn-out {
    padding: 9px 22px;
    border: 1.5px solid var(--navy);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    background: transparent;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all .15s;
}

.btn-out:hover {
    background: var(--navy);
    color: #fff;
}

.btn-fill {
    padding: 9px 22px;
    border: none;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: var(--orange);
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: background .15s;
    box-shadow: 0 4px 14px rgba(244, 121, 32, .3);
}

.btn-fill:hover {
    background: var(--orange-dk);
}

/* ─── HERO ─── */
.hero {
    background: linear-gradient(135deg, #050F24 0%, #0B2A5C 40%, #1A4A9E 80%, #1E5FBF 100%);
    min-height: 88vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 68% 35%, rgba(244, 121, 32, .16) 0%, transparent 55%), radial-gradient(ellipse at 15% 70%, rgba(26, 74, 158, .35) 0%, transparent 50%), repeating-linear-gradient(0deg, transparent, transparent 56px, rgba(255, 255, 255, .016) 56px, rgba(255, 255, 255, .016) 57px), repeating-linear-gradient(90deg, transparent, transparent 56px, rgba(255, 255, 255, .016) 56px, rgba(255, 255, 255, .016) 57px);
}

/* floating orbs */
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .18;
    animation: float 6s ease-in-out infinite;
}

.orb1 {
    width: 400px;
    height: 400px;
    background: var(--orange);
    right: -80px;
    top: -80px;
    animation-delay: 0s;
}

.orb2 {
    width: 280px;
    height: 280px;
    background: var(--navy-mid);
    left: 30%;
    bottom: 10%;
    animation-delay: 2s;
}

.orb3 {
    width: 200px;
    height: 200px;
    background: #F47920;
    left: 10%;
    top: 20%;
    animation-delay: 4s;
}

.hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 80px 0;
}

.hero-left {
    flex: 1;
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(244, 121, 32, .18);
    border: 1px solid rgba(244, 121, 32, .35);
    border-radius: 24px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #FFB37D;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.hero-badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
    animation: pulse 2s ease-in-out infinite;
}

.hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: 46px;
    font-weight: 900;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 10px;
    letter-spacing: -.01em;
}

.hero h1 .orange {
    color: var(--orange);
}

.hero-sub-title {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 18px;
}

.hero-desc {
    font-size: 15.5px;
    line-height: 1.82;
    margin-bottom: 32px;
    max-width: 520px;
}

.hero-ctas {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 36px;
}

.hero-btn-primary {
    padding: 14px 30px;
    background: var(--orange);
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 6px 20px rgba(244, 121, 32, .4);
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-btn-primary:hover {
    background: var(--orange-dk);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(244, 121, 32, .45);
}

.hero-btn-secondary {
    padding: 14px 30px;
    background: rgba(255, 255, 255, .1);
    border: 1.5px solid rgba(255, 255, 255, .25);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all .2s;
}

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

.hero-trust {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-trust-dots {
    display: flex;
    gap: 4px;
}

.hero-trust-dots span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.hero-trust-text {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .55);
}

.hero-trust-text strong {
    color: rgba(255, 255, 255, .85);
}

.hero-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Hero visual cards */
.hcard {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    padding: 20px 24px;
    backdrop-filter: blur(8px);
    min-width: 220px;
    transition: transform .2s;
}

.hcard:hover {
    transform: translateY(-3px);
}

.hcard-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.hcard-val {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
}

.hcard-lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    margin-top: 5px;
}

.hcard-live {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ADE80;
    animation: pulse 1.5s ease-in-out infinite;
}

.live-text {
    font-size: 11px;
    color: #4ADE80;
    font-weight: 600;
}

/* ─── MARQUEE ─── */
.marquee-wrap {
    background: var(--white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
    overflow: hidden;
    position: relative;
}

.marquee-wrap::before,
.marquee-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
}

.marquee-wrap::before {
    left: 0;
    background: linear-gradient(90deg, var(--white), transparent);
}

.marquee-wrap::after {
    right: 0;
    background: linear-gradient(270deg, var(--white), transparent);
}

.marquee-label {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.marquee-track {
    display: flex;
    gap: 0;
    animation: marquee 30s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.logo-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    min-width: 130px;
    flex-shrink: 0;
}

.logo-chip img {
    height: 28px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(.6);
    transition: filter .2s;
}

.logo-chip:hover img {
    filter: grayscale(0) opacity(1);
}

.logo-chip-text {
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    white-space: nowrap;
    padding: 0 20px;
}

/* ─── SECTION HEADER ─── */
.sec-head {
    text-align: center;
    margin-bottom: 44px;
}

.sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--orange-lt);
    border: 1px solid rgba(244, 121, 32, .28);
    border-radius: 24px;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sec-title {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 11px;
    letter-spacing: -.01em;
}

.sec-title em {
    color: var(--orange);
    font-style: normal;
}

.sec-desc {
    font-size: 15px;
    color: var(--text-body);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.78;
}

/* ─── WRAP ─── */
.wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
}

.section {
    padding: 72px 0;
}

/* ─── SERVICES GRID ─── */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.svc-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    transition: all .22s;
    box-shadow: 0 2px 14px rgba(11, 42, 92, .05);
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.svc-card:hover {
    box-shadow: 0 12px 40px rgba(11, 42, 92, .13);
    transform: translateY(-5px);
}

.svc-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    background: var(--sky);
}

.svc-img-placeholder {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, var(--sky), #D0DCEF);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.svc-body {
    padding: 18px 20px 20px;
}

.svc-icon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.svc-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--orange-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.svc-arrow {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--sky);
    display: flex;
    align-items: center;
    justify-content: center;
}

.svc-arrow svg {
    width: 12px;
    height: 12px;
    stroke: var(--navy-mid);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

.svc-title {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
}

/* ─── ABOUT SPLIT ─── */
.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.about-visual {
    border-radius: 24px;
    background: linear-gradient(135deg, #0B2A5C 0%, #1A4A9E 100%);
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 380px;
    position: relative;
    overflow: hidden;
}

.about-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 28px, rgba(255, 255, 255, .03) 28px, rgba(255, 255, 255, .03) 29px);
}

.av-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.av-card {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
}

.av-card-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.av-card-num {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--orange);
}

.av-card-lbl {
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    margin-top: 3px;
}

.av-badge {
    position: relative;
    background: rgba(244, 121, 32, .9);
    border-radius: 12px;
    padding: 12px 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .04em;
}

.about-content {}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--orange-lt);
    border: 1px solid rgba(244, 121, 32, .25);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about-title {
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 16px;
}

.about-title em {
    color: var(--orange);
    font-style: normal;
}

.about-body {
    font-size: 14.5px;
    color: var(--text-body);
    line-height: 1.82;
    margin-bottom: 22px;
}

.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 26px;
}

.about-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--sky);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 7px 13px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--navy);
}

.about-tag svg {
    width: 13px;
    height: 13px;
    stroke: var(--orange);
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 24px;
    background: var(--navy);
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    transition: background .15s;
}

.read-more:hover {
    background: var(--navy-mid);
}

.read-more svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

/* ─── STATS STRIP ─── */
.stats-strip {
    background: linear-gradient(110deg, #050F24 0%, #0B2A5C 50%, #1A4A9E 100%);
    border-radius: 28px;
    padding: 52px 56px;
    position: relative;
    overflow: hidden;
}

.stats-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255, 255, 255, .018) 40px, rgba(255, 255, 255, .018) 41px);
}

.stats-strip-head {
    position: relative;
    text-align: center;
    margin-bottom: 44px;
}

.stats-strip-head h2 {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.stats-strip-head p {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.75;
}

.stats-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 28px;
}

.stat-cell {
    background: rgba(11, 42, 92, .6);
    padding: 32px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.stat-cell:last-child {
    border-right: none;
}

.stat-ico {
    font-size: 28px;
    margin-bottom: 12px;
    display: block;
}

.stat-num {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: var(--orange);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.5;
}

.feat-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.feat-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    padding: 20px 18px;
    text-align: center;
    transition: background .2s;
}

.feat-card:hover {
    background: rgba(255, 255, 255, .12);
}

.feat-ico {
    font-size: 26px;
    margin-bottom: 12px;
    display: block;
}

.feat-val {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.feat-desc {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.55;
}

.feat-trust {
    position: relative;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* ─── WHY SAFEMATE ─── */
.why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.why-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.metric-card {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    border-radius: 18px;
    padding: 24px 22px;
    text-align: center;
}

.metric-num {
    font-family: 'Sora', sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: var(--orange);
    line-height: 1;
    margin-bottom: 6px;
}

.metric-lbl {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.5;
}

.why-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-feat {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    box-shadow: 0 2px 8px rgba(11, 42, 92, .04);
    transition: all .2s;
}

.why-feat:hover {
    box-shadow: 0 6px 22px rgba(11, 42, 92, .10);
    transform: translateX(4px);
}

.wf-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--orange-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 1px;
}

.wf-title {
    font-family: 'Sora', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 3px;
}

.wf-desc {
    font-size: 12.5px;
    color: var(--text-body);
    line-height: 1.6;
}

/* ─── MAXIMIZE TRUST ─── */
.maximize-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

.max-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    box-shadow: 0 2px 12px rgba(11, 42, 92, .05);
    transition: all .22s;
}

.max-card:hover {
    box-shadow: 0 10px 36px rgba(11, 42, 92, .12);
    transform: translateY(-4px);
}

.max-num {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: var(--orange);
    line-height: 1;
    flex-shrink: 0;
    min-width: 56px;
}

.max-body {}

.max-title {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 7px;
}

.max-desc {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.65;
}

/* ─── ONBOARDING ─── */
.onboard-wrap {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 52px 52px 44px;
    box-shadow: 0 2px 20px rgba(11, 42, 92, .05);
}

.onboard-head {
    text-align: center;
    margin-bottom: 40px;
}

.onboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ob-card {
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    transition: all .22s;
    cursor: pointer;
}

.ob-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(11, 42, 92, .12);
}

.ob-card.blue {
    background: linear-gradient(135deg, #EBF2FD, #D8E8FA);
    border: 1px solid #B8D0F7;
}

.ob-card.orange {
    background: linear-gradient(135deg, #FEF0E4, #FDE3C8);
    border: 1px solid rgba(244, 121, 32, .3);
}

.ob-card.navy {
    background: linear-gradient(135deg, #E8EEFB, #D0DCF0);
    border: 1px solid #B8C8E8;
}

.ob-ico {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
}

.ob-card.blue .ob-ico {
    background: var(--navy);
}

.ob-card.orange .ob-ico {
    background: var(--orange);
}

.ob-card.navy .ob-ico {
    background: var(--navy-mid);
}

.ob-title {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 8px;
}

.ob-desc {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.65;
}

/* ─── RECOGNITION ─── */
.recog-bar {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 30px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 2px 14px rgba(11, 42, 92, .04);
}

.recog-left h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px;
}

.recog-left p {
    font-size: 13.5px;
    color: var(--text-body);
    max-width: 380px;
    line-height: 1.65;
}

.recog-items {
    display: flex;
    gap: 18px;
    align-items: center;
}

.recog-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.recog-box {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    border: 1.5px solid var(--border);
    background: var(--sky);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.recog-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.recog-lbl {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
}

/* ─── WHY CHOOSE US ─── */
.why-choose-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
}

.wcu-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wcu-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    box-shadow: 0 2px 10px rgba(11, 42, 92, .04);
    transition: all .2s;
}

.wcu-item:hover {
    box-shadow: 0 8px 28px rgba(11, 42, 92, .10);
    transform: translateX(5px);
}

.wcu-dot {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--orange-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    margin-top: 2px;
}

.wcu-title {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
}

.wcu-desc {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.65;
}

.wcu-visual {
    border-radius: 24px;
    background: linear-gradient(135deg, #071D42 0%, #1A4A9E 100%);
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 420px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.wcu-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 32px, rgba(255, 255, 255, .028) 32px, rgba(255, 255, 255, .028) 33px);
}

.wcu-vis-card {
    position: relative;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.wcu-vis-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--orange-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.wcu-vis-title {
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.wcu-vis-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}

.wcu-vis-badge {
    position: relative;
    text-align: right;
    margin-top: 4px;
}

.wcu-vis-pct {
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--orange);
}

/* ─── SUPERCHARGE / GET IN TOUCH ─── */
.supercharge {
    background: linear-gradient(135deg, var(--navy) 0%, #1A4A9E 100%);
    border-radius: 28px;
    padding: 52px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    position: relative;
    overflow: hidden;
}

.supercharge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 50%, rgba(244, 121, 32, .14) 0%, transparent 55%);
}

.sc-left {
    position: relative;
}

.sc-left h2 {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.25;
}

.sc-ticks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.sc-tick {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
}

.sc-tick svg {
    width: 18px;
    height: 18px;
    stroke: #4ADE80;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    flex-shrink: 0;
}

.sc-btns {
    display: flex;
    gap: 12px;
}

.sc-btn-main {
    padding: 13px 28px;
    background: var(--orange);
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 4px 16px rgba(244, 121, 32, .4);
    transition: all .2s;
}

.sc-btn-main:hover {
    background: var(--orange-dk);
    transform: translateY(-2px);
}

.sc-btn-ghost {
    padding: 13px 28px;
    background: rgba(255, 255, 255, .1);
    border: 1.5px solid rgba(255, 255, 255, .25);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all .2s;
}

.sc-btn-ghost:hover {
    background: rgba(255, 255, 255, .18);
}

.sc-right {
    position: relative;
    flex-shrink: 0;
    min-width: 280px;
}

.sc-form {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    padding: 28px 26px;
    backdrop-filter: blur(8px);
}

.sc-form-title {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.sc-input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 11px;
    outline: none;
}

.sc-input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.sc-input:focus {
    border-color: var(--orange);
    background: rgba(255, 255, 255, .12);
}

.sc-submit {
    width: 100%;
    padding: 12px;
    background: var(--orange);
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: background .15s;
}

.sc-submit:hover {
    background: var(--orange-dk);
}

/* ─── FOOTER ─── */
.site-footer {
    background: var(--navy);
    border-radius: 28px;
    padding: 52px 52px 0;
    margin-top: 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 44px;
}

.ft-brand-logo {
    margin-bottom: 16px;
}

.ft-brand-logo img {
    height: 46px;
}

.ft-brand-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.75;
    margin-bottom: 20px;
}

.ft-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
}

.ft-contact-item a {
    font-size: 13px;
    color: rgba(255, 255, 255, .58);
    text-decoration: none;
    font-weight: 500;
}

.ft-contact-item a:hover {
    color: #fff;
}

.ft-contact-item svg {
    width: 15px;
    height: 15px;
    stroke: var(--orange);
    fill: none;
    stroke-width: 1.8;
    flex-shrink: 0;
}

.ft-social {
    display: flex;
    gap: 9px;
    margin-top: 18px;
}

.ft-soc {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, .65);
    transition: all .15s;
}

.ft-soc:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}

.ft-col-hd {
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, .35);
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 18px;
}

.ft-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ft-links a {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .15s;
}

.ft-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding: 20px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, .28);
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    font-size: 12px;
    color: rgba(255, 255, 255, .28);
    text-decoration: none;
}

.footer-legal a:hover {
    color: rgba(255, 255, 255, .6);
}

/* FIGMA BADGE */
.figma-badge {
    position: fixed;
    top: 78px;
    right: 16px;
    background: var(--orange);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 13px;
    border-radius: 8px;
    font-family: 'Sora', sans-serif;
    letter-spacing: .05em;
    box-shadow: 0 3px 14px rgba(244, 121, 32, .5);
    z-index: 400;
}

/* ─── SOLUTIONS SECTION ─── */
.sol-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 44px;
}

.sol-tab {
    padding: 11px 26px;
    border-radius: 12px;
    border: 1.5px solid var(--border);
    background: var(--white);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-body);
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sol-tab:hover {
    border-color: var(--navy-mid);
    color: var(--navy);
}

.sol-tab.active {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
    box-shadow: 0 4px 16px rgba(11, 42, 92, .22);
}

.sol-tab.active .sol-tab-ico {
    background: rgba(255, 255, 255, .18);
}

.sol-tab-ico {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--sky);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.sol-panel {
    display: none;
}

.sol-panel.active {
    display: block;
}

/* Hero card for each solution */
.sol-hero {
    background: linear-gradient(135deg, #071D42 0%, #0D2E65 50%, #1A4A9E 100%);
    border-radius: 24px;
    padding: 44px 52px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.sol-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 30%, rgba(244, 121, 32, .16) 0%, transparent 55%), repeating-linear-gradient(45deg, transparent, transparent 36px, rgba(255, 255, 255, .02) 36px, rgba(255, 255, 255, .02) 37px);
}

.sol-hero-left {
    position: relative;
}

.sol-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(244, 121, 32, .2);
    border: 1px solid rgba(244, 121, 32, .4);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    color: #FFB37D;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sol-hero-badge span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    animation: pulse 2s ease-in-out infinite;
}

.sol-hero h2 {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.22;
    margin-bottom: 14px;
}

.sol-hero h2 em {
    color: var(--orange);
    font-style: normal;
}

.sol-hero-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .68);
    line-height: 1.8;
    margin-bottom: 24px;
}

.sol-hero-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sol-stat {
    text-align: center;
}

.sol-stat-num {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
}

.sol-stat-lbl {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    margin-top: 3px;
}

.sol-hero-right {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.sol-stat-card {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    padding: 16px 20px;
    backdrop-filter: blur(6px);
}

.sol-stat-card-val {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--orange);
}

.sol-stat-card-lbl {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .55);
    margin-top: 3px;
}

.sol-hero-cta {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.sol-btn-primary {
    padding: 11px 22px;
    background: var(--orange);
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: background .15s;
    white-space: nowrap;
}

.sol-btn-primary:hover {
    background: var(--orange-dk);
}

.sol-btn-ghost {
    padding: 11px 22px;
    background: rgba(255, 255, 255, .1);
    border: 1.5px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all .15s;
    white-space: nowrap;
}

.sol-btn-ghost:hover {
    background: rgba(255, 255, 255, .18);
}

/* AI Engines grid */
.sol-engines-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.engine-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 22px 18px;
    box-shadow: 0 2px 10px rgba(11, 42, 92, .05);
    transition: all .22s;
    cursor: pointer;
}

.engine-card:hover {
    box-shadow: 0 10px 32px rgba(11, 42, 92, .13);
    transform: translateY(-4px);
}

.engine-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 13px;
}

.engine-name {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 5px;
}

.engine-title {
    font-family: 'Sora', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}

.engine-features {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.engine-feat {
    font-size: 12px;
    color: var(--text-body);
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.4;
}

.engine-feat::before {
    content: '✓';
    color: var(--orange);
    font-weight: 700;
    font-size: 11px;
    flex-shrink: 0;
}

/* Flow steps */
.sol-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    margin-bottom: 28px;
}

.sol-flow::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--orange), var(--navy-mid));
    border-radius: 2px;
    z-index: 0;
}

.flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 8px;
}

.flow-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--navy);
    border: 3px solid var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--orange);
    margin-bottom: 12px;
    flex-shrink: 0;
}

.flow-title {
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
    line-height: 1.3;
}

.flow-sub {
    font-size: 11px;
    color: var(--text-body);
    line-height: 1.5;
}

/* Coverage tags row */
.sol-coverage {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.cov-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    box-shadow: 0 2px 8px rgba(11, 42, 92, .04);
}

.cov-tag-icon {
    font-size: 18px;
}

/* Who is this for */
.sol-for-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.for-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(11, 42, 92, .04);
    transition: all .2s;
}

.for-card:hover {
    box-shadow: 0 6px 22px rgba(11, 42, 92, .10);
    transform: translateY(-3px);
}

.for-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.for-label {
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
}

/* Differentiators */
.sol-diff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.diff-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 22px 20px;
    transition: all .2s;
    box-shadow: 0 2px 8px rgba(11, 42, 92, .04);
}

.diff-card:hover {
    border-color: var(--orange);
    box-shadow: 0 8px 28px rgba(244, 121, 32, .12);
    transform: translateY(-3px);
}

.diff-icon {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.diff-title {
    font-family: 'Sora', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 5px;
}

.diff-desc {
    font-size: 12.5px;
    color: var(--text-body);
    line-height: 1.6;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: var(--sky-mid);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--muted);
}

/* ══════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS — safemate_homepage
   CSS variables cross-verified with style.css
   ══════════════════════════════════════════════════ */

/* ── Mobile nav ── */
.ham-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 6px;
    margin-left: auto;
}

.ham-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
    transition: all .25s;
}

.ham-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ham-btn.open span:nth-child(2) {
    opacity: 0;
}

.ham-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mob-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(11, 42, 92, .5);
    z-index: 350;
    backdrop-filter: blur(3px);
}

.mob-overlay.open {
    display: block;
}

.mob-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    max-width: 340px;
    height: 100%;
    background: var(--white);
    overflow-y: auto;
    padding: 20px 20px 40px;
    box-shadow: -8px 0 40px rgba(11, 42, 92, .2);
}

.mob-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.mob-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--navy);
    line-height: 1;
}

.mob-link {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    border-bottom: 1px solid var(--border);
}

.mob-link:last-of-type {
    border-bottom: none;
}

.mob-link:hover {
    color: var(--orange);
}

.mob-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.mob-ctas .btn-out,
.mob-ctas .btn-fill {
    width: 100%;
    padding: 12px;
    text-align: center;
    border-radius: 9px;
    font-size: 14px;
}

/* ── ≤ 1180px  large tablet ── */
@media(max-width:1180px) {

    .info-bar,
    .topbar {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero {
        padding: 0 32px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .stats-strip {
        padding: 40px 36px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-cell:nth-child(2) {
        border-right: none;
    }

    .stat-cell:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, .08);
    }

    .stat-cell:last-child {
        border-right: none;
    }

    .feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .supercharge {
        padding: 44px 40px;
        gap: 28px;
    }

    .site-footer {
        padding: 44px 36px 0;
    }

    .footer-grid {
        gap: 28px;
    }
}

/* ── ≤ 960px  tablet ── */
@media(max-width:960px) {

    /* Nav */
    .nav-links,
    .nav-btns {
        display: none;
    }

    .ham-btn {
        display: flex;
    }

    /* Info bar */
    .info-bar {
        padding: 6px 16px;
    }

    /* Topbar */
    .topbar {
        padding: 0 16px;
        height: 62px;
    }

    /* Hero */
    .hero {
        padding: 0 20px;
        min-height: auto;
    }

    .hero-inner {
        flex-direction: column;
        gap: 32px;
        padding: 52px 0 44px;
        align-items: flex-start;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero-right {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 12px;
    }

    .hcard {
        flex: 1 1 160px;
        min-width: 0;
        padding: 16px 18px;
    }

    /* Services */
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Solutions grid */
    div[style*="grid-template-columns:1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }

    /* About */
    .about-split {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-visual {
        min-height: 280px;
    }

    /* Stats */
    .stats-strip {
        padding: 32px 24px;
        border-radius: 22px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 14px;
    }

    .stat-cell {
        padding: 24px 16px;
    }

    .stat-num {
        font-size: 28px;
    }

    .feat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Why safemate */
    .why-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .why-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Maximize */
    .maximize-grid {
        grid-template-columns: 1fr;
    }

    /* Onboarding */
    .onboard-wrap {
        padding: 36px 28px 32px;
    }

    .onboard-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Recog */
    .recog-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 28px;
        gap: 20px;
    }

    .recog-items {
        flex-wrap: wrap;
        gap: 14px;
    }

    /* Why choose */
    .why-choose-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wcu-visual {
        min-height: auto;
    }

    /* Supercharge */
    .supercharge {
        flex-direction: column;
        padding: 36px 28px;
        gap: 28px;
        border-radius: 22px;
    }

    .sc-right {
        width: 100%;
        min-width: unset;
    }

    .sc-btns {
        flex-wrap: wrap;
    }

    /* Footer */
    .site-footer {
        padding: 36px 24px 0;
        border-radius: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 18px 0 22px;
    }

    .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }
}

/* ── ≤ 640px  mobile landscape ── */
@media(max-width:640px) {
    .info-bar {
        display: none;
    }

    .topbar {
        padding: 0 14px;
        height: 58px;
    }

    .logo-row img {
        height: 44px;
    }

    .hero {
        padding: 0 14px;
    }

    .hero-inner {
        padding: 40px 0 36px;
        gap: 28px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.15;
    }

    .hero-sub-title {
        font-size: 16px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .hero-ctas {
        flex-direction: column;
        gap: 10px;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-right {
        flex-direction: column;
    }

    .hcard {
        width: 100%;
    }

    .section {
        padding: 48px 0;
    }

    .wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sec-title {
        font-size: 22px;
    }

    .sec-desc {
        font-size: 13.5px;
    }

    .sec-head {
        margin-bottom: 28px;
    }

    /* Services 1 col */
    .services-grid {
        grid-template-columns: 1fr !important;
    }

    /* About */
    .av-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-title {
        font-size: 20px;
    }

    .about-body {
        font-size: 13.5px;
    }

    /* Stats */
    .stats-strip {
        padding: 24px 14px;
        margin-bottom: 0;
        border-radius: 18px;
    }

    .stats-strip-head h2 {
        font-size: 20px;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stat-num {
        font-size: 26px;
    }

    .feat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    /* Why */
    .why-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .metric-num {
        font-size: 28px;
    }

    /* Onboard */
    .onboard-wrap {
        padding: 24px 14px 22px;
        border-radius: 20px;
    }

    .onboard-grid {
        grid-template-columns: 1fr;
    }

    /* Recog */
    .recog-bar {
        padding: 20px 14px;
        border-radius: 16px;
    }

    .recog-items {
        gap: 12px;
    }

    .recog-box {
        width: 64px;
        height: 64px;
    }

    /* Why choose */
    .wcu-visual {
        padding: 28px 20px;
    }

    /* Supercharge */
    .supercharge {
        padding: 28px 14px;
        border-radius: 18px;
    }

    .sc-left h2 {
        font-size: 22px;
    }

    .sc-btns {
        flex-direction: column;
    }

    .sc-btn-main,
    .sc-btn-ghost {
        width: 100%;
    }

    .sc-form {
        padding: 22px 18px;
    }

    /* Footer */
    .site-footer {
        padding: 28px 14px 0;
        border-radius: 18px;
        margin-top: 12px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ft-brand-logo img {
        height: 38px;
    }

    .footer-bottom {
        padding: 16px 0 20px;
    }

    .footer-legal {
        gap: 12px;
    }
}

/* ── ≤ 420px  small mobile ── */
@media(max-width:420px) {
    .hero h1 {
        font-size: 24px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-cell {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .feat-grid {
        grid-template-columns: 1fr;
    }

    .why-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .maximize-grid {
        grid-template-columns: 1fr;
    }

    .sec-title {
        font-size: 20px;
    }

    .sol-tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .sol-tab {
        justify-content: center;
    }
}