﻿/*
Theme Name: RBM Theme
Description: RBM Remote Backup Management
Version: 1.0
Author: RBM
Text Domain: rbm-theme
*/

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Manrope', -apple-system, sans-serif;
    background: #fff;
    color: #0d1b2a;
    overflow-x: hidden;
}

/* ── Nav ── */
.nav {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 0 #e2e8f0, 0 4px 20px rgba(13,27,42,0.07);
}
.nav::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1565C0 0%, #0d47a1 50%, #1565C0 100%);
}
.nav-inner {
    max-width: 100%;
    margin: 0;
    padding: 0 48px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 110px;
    gap: 0;
}
.nav-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.nav-logo img {
    height: 108px;
    width: auto;
    display: block;
}
.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: nowrap; }
.nav-links a {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    transition: color 0.2s;
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 14px; right: 14px;
    height: 2px;
    background: #1565C0;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-links a:hover { color: #1565C0; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: #1565C0; }
.nav-links a.active::after { transform: scaleX(1); }

.nav-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.nav-sep { width: 1px; height: 28px; background: #e2e8f0; }
.nav-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0d1b2a;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: -0.01em;
    transition: color 0.2s;
}
.nav-phone:hover { color: #1565C0; }
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1565C0 0%, #0d47a1 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.01em;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(21,101,192,0.35);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(21,101,192,0.45); }

/* ── Hero Outer ── */
.hero-outer {
    padding: 24px 48px 32px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 100% at 0% 50%, #050d1a 0%, transparent 65%),
        radial-gradient(ellipse 50% 80% at 85% 50%, rgba(21,101,192,0.5) 0%, transparent 60%),
        linear-gradient(120deg, #060f20 0%, #0b1e42 40%, #1040a8 75%, #1565C0 100%);
}

.hero-outer .top-line {
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 60%; height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 20%, rgba(21,101,192,0.8) 50%, rgba(255,255,255,0.15) 80%, transparent 100%);
    z-index: 2;
}

#stars-canvas {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 1;
}

.hero-outer::before {
    content: '';
    position: absolute;
    top: -60px; left: 50%;
    transform: translateX(-50%);
    width: 90%; height: 280px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 0%, rgba(21,101,192,0.55) 0%, rgba(21,101,192,0.08) 50%, transparent 70%);
    animation: topGlow 9s ease-in-out infinite alternate;
    pointer-events: none;
}

.hero-outer::after {
    content: '';
    position: absolute;
    bottom: -60px; left: 50%;
    transform: translateX(-50%);
    width: 65%; height: 200px;
    background: radial-gradient(ellipse at 50% 100%, rgba(21,101,192,0.4) 0%, rgba(13,40,100,0.15) 55%, transparent 70%);
    animation: topGlow 9s ease-in-out infinite alternate-reverse;
    pointer-events: none;
}

@keyframes topGlow {
    0%   { opacity: 0.7; transform: translateX(-50%) scaleX(0.88); }
    100% { opacity: 1;   transform: translateX(-50%) scaleX(1.12); }
}

.light-spot { position: absolute; border-radius: 50%; pointer-events: none; }
.light-1 { top: 5%; left: 5%; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%); animation: drift 14s ease-in-out infinite alternate; }
.light-2 { top: 15%; right: 5%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%); animation: drift 18s ease-in-out infinite alternate-reverse; }
.light-3 { bottom: 5%; left: 35%; width: 420px; height: 180px; background: radial-gradient(ellipse, rgba(255,255,255,0.03) 0%, transparent 70%); animation: drift 12s ease-in-out infinite alternate; }

@keyframes drift {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(20px, -15px); }
}

.grain {
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.35; pointer-events: none; z-index: 0;
}

/* ── Hero Card ── */
.hero {
    width: 100%;
    margin: 0;
    border-radius: 12px;
    padding: 32px 72px;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 400px;
    overflow: hidden;
    background: rgba(8, 16, 36, 0.45);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.05) inset,
        0 32px 80px rgba(0,0,0,0.35),
        0 2px 0 rgba(255,255,255,0.08) inset;
    /* Edge: force GPU layer so backdrop-filter composites correctly */
    will-change: transform;
    isolation: isolate;
    transform: translateZ(0);
}
/* Edge: prevent grid columns collapsing below content width */
.hero-left,
.hero-right {
    min-width: 0;
}

.hero::before { display: none; }

/* ── Hero Left ── */
.hero-left { position: relative; z-index: 2; }
.hero-sub {
    font-size: 0.88rem;
    font-weight: 600;
    color: #93c5fd;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    margin-top: 12px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.24s;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.15s;
}
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #60a5fa; box-shadow: 0 0 8px rgba(96,165,250,0.8); }

.hero h1 {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    white-space: nowrap;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.1s;
}

.hero p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #e2e8f0;
    line-height: 1.75;
    margin-bottom: 24px;
    max-width: 480px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.36s;
}

.cta-group { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; opacity: 0; animation: fadeUp 0.55s ease forwards 0.48s; }

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}

.btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: #1565C0; color: #fff;
    padding: 15px 32px; border-radius: 8px;
    font-size: 0.95rem; font-weight: 700;
    text-decoration: none; transition: all 0.2s;
    box-shadow: 0 4px 24px rgba(21,101,192,0.45);
    letter-spacing: 0.01em;
}
.btn-primary:hover { background: #0d47a1; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(21,101,192,0.55); }

.btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    color: #ffffff; font-size: 0.95rem; font-weight: 700;
    text-decoration: none; transition: all 0.2s;
    padding: 15px 32px; border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.55);
    letter-spacing: 0.01em;
    background: rgba(255,255,255,0.06);
}
.btn-secondary:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,0.12); }

/* ── Hero Right ── */
.hero-right { position: relative; z-index: 2; height: 420px; opacity: 0; animation: fadeUp 0.6s ease forwards 0.2s; }

/* ── Gradient text ── */
.grad-text {
    color: #1565C0;
    background: linear-gradient(90deg, #1565C0 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.grad-text::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #1565C0 0%, #60a5fa 100%);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(96,165,250,0.5);
    transform-origin: left;
    animation: underlineDraw 0.7s cubic-bezier(0.4, 0, 0.2, 1) both 0.65s;
}
@keyframes underlineDraw {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

/* ── Feature chips ── */
.feature-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.6s;
}
.chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #f1f5f9;
    letter-spacing: 0.01em;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 10px 16px;
    transition: background 0.2s, border-color 0.2s;
}
.chip:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.22);
}
.chip-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(74,222,128,0.12);
    border: 1.5px solid rgba(74,222,128,0.5);
    color: #4ade80;
    font-size: 0.7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(74,222,128,0.2);
}
.chip--rated {
    background: rgba(245,158,11,0.1);
    border-color: rgba(245,158,11,0.28);
    color: #fde68a;
}
.chip--rated:hover {
    background: rgba(245,158,11,0.16);
    border-color: rgba(245,158,11,0.42);
}
.chip--rated .chip-icon {
    background: rgba(245,158,11,0.15);
    border-color: rgba(245,158,11,0.5);
    color: #f59e0b;
    box-shadow: 0 0 8px rgba(245,158,11,0.2);
}

.dashboard-wrap { height: 100%; animation: float 7s ease-in-out infinite; overflow: hidden; border-radius: 12px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ── RBM Dashboard Mockup ── */
.rbm-mock {
    background: rgba(6,14,30,0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    overflow: hidden;
    animation: float 7s ease-in-out infinite;
    box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.rbm-mock-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    background: rgba(21,101,192,0.12);
}
.rbm-mock-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
}
.rbm-mock-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #1565C0;
    box-shadow: 0 0 8px rgba(21,101,192,0.8);
}
.rbm-mock-online { font-size: 0.72rem; font-weight: 600; color: #4ade80; }
.rbm-mock-body { padding: 20px; display: flex; flex-direction: column; gap: 18px; }
.rbm-mock-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 12px 16px;
}
.rbm-mock-lbl { font-size: 0.68rem; color: #64748b; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 3px; }
.rbm-mock-val { font-size: 0.9rem; font-weight: 700; color: #fff; }
.rbm-mock-success { font-size: 0.75rem; font-weight: 700; color: #4ade80; background: rgba(74,222,128,0.1); border: 1px solid rgba(74,222,128,0.25); border-radius: 20px; padding: 4px 12px; }
.rbm-mock-rows { display: flex; flex-direction: column; gap: 10px; }
.rbm-mock-row { display: flex; align-items: center; gap: 12px; }
.rbm-mock-row-icon { font-size: 1.1rem; width: 32px; text-align: center; flex-shrink: 0; }
.rbm-mock-row-info { flex: 1; }
.rbm-mock-row-name { font-size: 0.8rem; font-weight: 600; color: #e2e8f0; margin-bottom: 5px; }
.rbm-mock-row-name span { color: #64748b; font-weight: 400; margin-left: 6px; }
.rbm-mock-bar { height: 4px; background: rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; }
.rbm-mock-fill { height: 100%; background: linear-gradient(90deg, #1565C0, #60a5fa); border-radius: 4px; }
.rbm-mock-check { font-size: 0.75rem; font-weight: 800; color: #60a5fa; flex-shrink: 0; }
.rbm-mock-storage { }
.rbm-mock-storage-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.rbm-mock-sbar { height: 6px; background: rgba(255,255,255,0.08); border-radius: 6px; overflow: hidden; }
.rbm-mock-sfill { height: 100%; width: 48%; background: linear-gradient(90deg, #1565C0, #60a5fa); border-radius: 6px; }
.rbm-mock-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.rbm-mock-tags span { font-size: 0.72rem; font-weight: 600; color: #94a3b8; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 4px 12px; }

.hero-slider { position: relative; width: 100%; height: 100%; }
.hero-slide {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.hero-slide.active { opacity: 1; }

.dashboard-img {
    width: 100%; height: 100%;
    object-fit: contain; object-position: center;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04);
    display: block;
}

/* ── Badges ── */
.badge {
    position: absolute;
    background: rgba(8,18,32,0.92);
    border: 1px solid rgba(21,101,192,0.35);
    border-radius: 10px; padding: 10px 16px;
    display: flex; align-items: center; gap: 10px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.04);
    z-index: 10; opacity: 0;
}
.badge-val { font-size: 1.1rem; font-weight: 800; color: #fff; white-space: nowrap; }
.badge-label { font-size: 0.62rem; color: #94a3b8; line-height: 1.35; max-width: 86px; }
.badge-indicator { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

.badge-1 { top: -20px; right: -18px; animation: badgePop 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards 1s; }
.badge-2 { bottom: 72px; left: -26px; animation: badgePop 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards 1.2s; }
.badge-3 { bottom: -18px; right: 28px; animation: badgePop 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards 1.4s; }

@keyframes badgePop {
    from { opacity: 0; transform: scale(0.65); }
    to   { opacity: 1; transform: scale(1); }
}


/* ── Services Section ── */
.services {
    background: #fff;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.services-inner {
    max-width: 100%;
    padding: 0 72px;
}
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #1565C0;
    margin-bottom: 16px;
}
.section-label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #1565C0;
    border-radius: 2px;
    flex-shrink: 0;
}
.section-label-dot { display: none; }
.section-label--pill {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(21,101,192,0.25);
    box-shadow: 0 2px 12px rgba(21,101,192,0.1);
    padding: 7px 18px;
    border-radius: 100px;
    gap: 8px;
}
.section-label--pill::before { display: none; }
.section-label--pill .section-label-dot {
    display: inline-block;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #1565C0;
    flex-shrink: 0;
}
.section-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    max-width: 580px;
    margin-bottom: 16px;
}
.section-sub {
    font-size: 1.08rem;
    color: #334155;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 64px;
}

/* ── Services Header ── */
.services-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 56px;
}
.services-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.services-header .section-sub {
    margin-bottom: 0;
    max-width: 100%;
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1565C0;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 8px;
    border: 2px solid #1565C0;
    letter-spacing: 0.01em;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.btn-outline:hover { background: #1565C0; color: #fff; }

/* ── Service Badges ── */
.svc-badge {
    position: absolute;
    top: 20px; right: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.svc-badge-popular { background: #eff6ff; color: #1565C0; border: 1px solid #bfdbfe; }
.svc-badge-compliant { background: #eff6ff; color: #1565C0; border: 1px solid #bfdbfe; }
.svc-badge-sla { background: #eff6ff; color: #1565C0; border: 1px solid #bfdbfe; }

/* ── Services CTA ── */
.services-cta {
    margin-top: 64px;
    padding: 40px 56px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    box-shadow: 0 2px 16px rgba(13,27,42,0.04);
}
.services-cta-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 6px;
}
.services-cta-sub {
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.6;
    max-width: 400px;
}
.services-cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

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

.svc-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    border: 1.5px solid #e8edf2;
    border-radius: 16px;
    padding: 32px 32px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s, background 0.3s;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: default;
}
.svc-card::after {
    content: '';
    position: absolute;
    top: -60%; left: -60%;
    width: 60%; height: 220%;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.06) 50%, transparent 60%);
    transition: left 0.55s ease, top 0.55s ease;
    pointer-events: none;
}
.svc-card:hover {
    border-color: transparent;
    box-shadow: 0 0 0 1.5px rgba(13,27,42,0.7), 0 20px 52px rgba(13,27,42,0.16);
    transform: translateY(-4px);
    background: #0d1b2a;
}
.svc-card:hover::after { left: 120%; top: -60%; }
.svc-card:hover .svc-title { color: #fff; }
.svc-card:hover .svc-desc { color: #94a3b8; }
.svc-card:hover .svc-link { color: #60a5fa; }
.svc-card:hover .svc-badge { opacity: 0.75; }
.svc-card:hover .svc-icon { transform: scale(1.1) rotate(-4deg); }

.svc-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #1565C0;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), color 0.2s;
    margin-top: 2px;
}
.svc-card:hover .svc-icon { color: #93c5fd; }

.services-grid .svc-card:nth-child(1) .svc-icon { background: #eff6ff; }
.services-grid .svc-card:nth-child(2) .svc-icon { background: #f0fdf4; }
.services-grid .svc-card:nth-child(3) .svc-icon { background: #fffbeb; }
.services-grid .svc-card:nth-child(4) .svc-icon { background: #faf5ff; }
.services-grid .svc-card:nth-child(5) .svc-icon { background: #fff7ed; }
.services-grid .svc-card:nth-child(6) .svc-icon { background: #f0fdfa; }

.svc-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.svc-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
}
.svc-badge-popular { background: #eff6ff; color: #1565C0; border: 1px solid #bfdbfe; }
.svc-badge-compliant { background: #eff6ff; color: #1565C0; border: 1px solid #bfdbfe; }
.svc-badge-sla { background: #eff6ff; color: #1565C0; border: 1px solid #bfdbfe; }

.svc-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    transition: color 0.3s;
    line-height: 1.3;
}
.svc-desc {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.8;
    margin-bottom: 16px;
    transition: color 0.25s;
    flex: 1;
}
.svc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1565C0;
    text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}
.svc-link:hover { gap: 10px; }
.svc-link svg { width: 13px; height: 13px; }

/* ── Hamburger (hidden on desktop) ── */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
}
.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #0d1b2a;
    border-radius: 2px;
    transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile Nav Menu ── */
.nav-mobile {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    padding: 16px 24px 24px;
    gap: 4px;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
    font-size: 1rem;
    font-weight: 600;
    color: #0d1b2a;
    text-decoration: none;
    padding: 12px 8px;
    border-bottom: 1px solid #f1f5f9;
}
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile-phone {
    color: #1565C0 !important;
    margin-top: 8px;
}
.nav-mobile-cta {
    background: #1565C0;
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 8px;
    text-align: center;
    margin-top: 8px;
    border-bottom: none !important;
}

/* ── Scroll Reveal ── */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Problem Section ── */
.problem {
    background: #f8fafc;
    padding: 100px 48px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.problem-inner {
    max-width: 100%;
    padding: 0 72px;
}
.problem-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #dc2626;
    margin-bottom: 20px;
}
.problem-header {
    text-align: center;
    margin-bottom: 72px;
}
.problem-eyebrow-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #dc2626;
    box-shadow: 0 0 6px rgba(220,38,38,0.6);
}
.problem-heading {
    font-size: clamp(1.6rem, 3.2vw, 3.2rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
    white-space: nowrap;
}
.problem-sub {
    font-size: 1.1rem;
    color: #1e293b;
    line-height: 1.8;
    max-width: 620px;
    margin: 0 auto 32px;
    font-weight: 500;
}
.problem-body-card {
    display: inline-block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #1565C0;
    border-radius: 0 10px 10px 0;
    padding: 20px 28px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(13,27,42,0.05);
}
.problem-body {
    font-size: 0.97rem;
    color: #1e293b;
    line-height: 2;
    max-width: 580px;
    margin: 0;
}
.problem-stats {
    display: flex;
    align-items: stretch;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 52px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(13,27,42,0.05);
}
.problem-stat {
    flex: 1;
    padding: 52px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.pstat-sep {
    width: 1px;
    background: #e2e8f0;
    flex-shrink: 0;
    align-self: stretch;
}
.pstat-val {
    font-size: clamp(2.8rem, 4.5vw, 4.2rem);
    font-weight: 800;
    color: #1565C0;
    letter-spacing: -0.04em;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    gap: 2px;
}
.pstat-dollar {
    font-size: 0.52em;
    margin-top: 0.22em;
    color: #1565C0;
    font-weight: 800;
}
.pstat-label {
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.55;
    max-width: 170px;
}
.problem-callout {
    background: #0d1b2a;
    border-radius: 16px;
    padding: 64px 80px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.problem-callout::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(21,101,192,0.18) 0%, transparent 70%);
    pointer-events: none;
}
.problem-callout::after {
    content: '';
    position: absolute;
    bottom: -40px; left: 30%;
    width: 260px; height: 200px;
    background: radial-gradient(ellipse, rgba(21,101,192,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.problem-callout-left {
    border-right: 1px solid rgba(255,255,255,0.08);
    padding-right: 80px;
    text-align: center;
}
.problem-callout-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.callout-quote-mark {
    font-size: 6rem;
    line-height: 0.75;
    color: #1565C0;
    font-family: Georgia, 'Times New Roman', serif;
    margin-bottom: 16px;
    opacity: 0.7;
}
.callout-story {
    font-size: 1.08rem;
    color: #e2e8f0;
    line-height: 1.85;
    font-style: italic;
    margin-bottom: 20px;
}
.callout-num {
    color: #60a5fa;
    font-style: normal;
    font-weight: 800;
    font-size: 1.15em;
}
.callout-footnote {
    font-size: 0.88rem;
    color: #475569;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
    line-height: 1.6;
}
.callout-cta-headline {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}
.callout-cta-sub {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 340px;
}
.btn-callout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1565C0;
    color: #fff;
    padding: 15px 32px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 24px rgba(21,101,192,0.45);
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.btn-callout:hover { background: #0d47a1; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(21,101,192,0.55); }

/* ════════════════════════════════
   HOW IT WORKS
════════════════════════════════ */

.hiw {
    background: #0d1b2a;
    padding: 100px 48px;
}
.hiw-inner {
    max-width: 100%;
    padding: 0 72px;
}
.hiw-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 72px;
}
.hiw-heading {
    font-size: clamp(1.7rem, 3vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 16px 0 20px;
    white-space: nowrap;
}
.hiw-sub {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto;
}

/* ── Progress stepper track ── */
.steps-track {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: center;
    max-width: 560px;
    margin: 0 auto 48px;
    gap: 0;
}
.strack-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.strack-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    border: 2px solid;
    position: relative;
    z-index: 1;
}
.strack-item--1 .strack-circle {
    color: #60a5fa;
    border-color: rgba(21,101,192,0.5);
    background: rgba(21,101,192,0.15);
    box-shadow: 0 0 16px rgba(21,101,192,0.25);
}
.strack-item--2 .strack-circle {
    color: #fbbf24;
    border-color: rgba(217,119,6,0.5);
    background: rgba(217,119,6,0.15);
    box-shadow: 0 0 16px rgba(217,119,6,0.25);
}
.strack-item--3 .strack-circle {
    color: #4ade80;
    border-color: rgba(22,163,74,0.5);
    background: rgba(22,163,74,0.15);
    box-shadow: 0 0 16px rgba(22,163,74,0.25);
}
.strack-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}
.strack-line {
    display: flex;
    align-items: center;
    gap: 0;
    padding-bottom: 22px;
}
.strack-line-fill {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(21,101,192,0.45), rgba(217,119,6,0.45));
    min-width: 60px;
}
.strack-line--2 .strack-line-fill {
    background: linear-gradient(90deg, rgba(217,119,6,0.45), rgba(22,163,74,0.45));
}
.strack-arrow {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.22);
    line-height: 1;
    margin-left: -2px;
}

/* ── 3-column steps grid ── */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    margin-bottom: 64px;
}
.steps::before { display: none; }

/* ── Individual step card ── */
.step {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 36px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.step:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 24px 56px rgba(0,0,0,0.35);
}

/* ── Giant decorative background number ── */
.step-bg-num {
    position: absolute;
    bottom: -20px;
    right: -8px;
    font-size: 9rem;
    font-weight: 900;
    color: rgba(255,255,255,0.04);
    line-height: 1;
    letter-spacing: -0.05em;
    pointer-events: none;
    user-select: none;
    transition: color 0.3s ease;
}
.step:hover .step-bg-num { color: rgba(255,255,255,0.07); }

/* ── Icon circle + number badge ── */
.step-top {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.step-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.step:hover .step-icon-wrap { transform: scale(1.1); }
.step-wrap-before { background: rgba(21,101,192,0.2);  box-shadow: 0 0 0 8px rgba(21,101,192,0.08); }
.step-wrap-during  { background: rgba(217,119,6,0.2);  box-shadow: 0 0 0 8px rgba(217,119,6,0.08); }
.step-wrap-after   { background: rgba(22,163,74,0.2);  box-shadow: 0 0 0 8px rgba(22,163,74,0.08); }

.step-num {
    position: absolute;
    top: -6px; right: -6px;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #0d1b2a;
    font-size: 0.62rem;
    font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    letter-spacing: 0.02em;
    border: 2px solid #0d1b2a;
}

/* ── Stage label ── */
.step-label {
    text-align: center;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
}
.step-label-before { color: #60a5fa; background: rgba(21,101,192,0.2); }
.step-label-during  { color: #fbbf24; background: rgba(217,119,6,0.2); }
.step-label-after   { color: #4ade80; background: rgba(22,163,74,0.2); }

/* ── Step text ── */
.step-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 12px;
    text-align: center;
}
.step-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.8;
    text-align: center;
}

/* ── Bottom CTA bar ── */
.hiw-cta {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 48px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.hiw-cta-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}
.hiw-cta .btn-primary {
    white-space: nowrap;
    flex-shrink: 0;
}

/* ════════════════════════════════
   WHY RBM
════════════════════════════════ */

/* ── Why header (light bg override on label) ── */
.section-label-light {
    color: #93c5fd;
}
.section-label-light::before {
    background: #60a5fa;
}
.why {
    background: #f8fafc;
    padding: 100px 48px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.why-inner {
    max-width: 100%;
    padding: 0 72px;
}
.why-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}
.why-heading {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 16px 0 20px;
}
.why-sub {
    font-size: 1.1rem;
    color: #1e293b;
    line-height: 1.8;
    max-width: 640px;
    margin: 0 auto;
}

/* ── 4×2 grid ── */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ── Card — horizontal layout ── */
.why-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 28px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}
.why-card::after {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #1565C0, #60a5fa);
    border-radius: 3px 0 0 3px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}
.why-card:hover {
    transform: translateY(-4px);
    border-color: #bfdbfe;
    box-shadow: 0 12px 40px rgba(21,101,192,0.1);
}
.why-card:hover::after { transform: scaleY(1); }

/* ── Icon ── */
.why-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1565C0;
    transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), background 0.25s ease, color 0.25s ease;
    margin-top: 2px;
}
.why-card:hover .why-icon-wrap {
    background: #1565C0;
    color: #fff;
    transform: scale(1.08);
}

/* ── Text ── */
.why-card-text { flex: 1; min-width: 0; }
.why-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.3;
    margin-bottom: 8px;
}
.why-card-desc {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.75;
}

/* ════════════════════════════════
   RECOVERY OPTIONS
════════════════════════════════ */
.recovery {
    background: #0d1b2a;
    padding: 100px 48px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.recovery-inner {
    max-width: 100%;
    padding: 0 72px;
}
.recovery-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 64px;
}
.recovery-heading {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 16px 0 20px;
}
.recovery-sub {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.8;
}
.recovery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.recovery-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 32px 28px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    position: relative;
    overflow: hidden;
}
.recovery-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(21,101,192,0.7), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.recovery-card:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.07);
    border-color: rgba(21,101,192,0.35);
}
.recovery-card:hover::before { opacity: 1; }
.recovery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(21,101,192,0.12);
    color: #60a5fa;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.recovery-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.recovery-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.75;
}

/* ════════════════════════════════
   PRICING
════════════════════════════════ */

.pricing {
    background: #f8fafc;
    background-image: radial-gradient(circle, #dde4ed 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 100px 48px;
    border-top: 1px solid #e2e8f0;
}
.pricing-inner {
    max-width: 100%;
    padding: 0 72px;
}

/* ── Header ── */
.pricing-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 64px;
}
.pricing-heading {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 16px 0 20px;
}
.pricing-sub {
    font-size: 1.1rem;
    color: #1e293b;
    line-height: 1.8;
}

/* ── 4-column grid ── */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(320px, auto);
    gap: 20px;
    margin-bottom: 48px;
    align-items: stretch;
}

/* ── Base card ── */
.pricing-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid transparent;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 320px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
/* Tier-colored top border */
.pr-card[data-tier="entry"]      { border-top-color: #1565C0; }
.pr-card[data-tier="growth"]     { border-top-color: #1565C0; }
.pr-card[data-tier="enterprise"] { border-top-color: #0d1b2a; }

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(13,27,42,0.1);
}
.pr-card[data-tier="entry"]:hover      { border-color: rgba(21,101,192,0.3); box-shadow: 0 16px 48px rgba(21,101,192,0.1); }
.pr-card[data-tier="growth"]:hover     { border-color: rgba(217,119,6,0.3);  box-shadow: 0 16px 48px rgba(217,119,6,0.08); }
.pr-card[data-tier="enterprise"]:hover { border-color: rgba(109,40,217,0.3); box-shadow: 0 16px 48px rgba(109,40,217,0.1); }

/* ── Popular card ── */
.pricing-card--popular {
    background: #0d1b2a;
    border-color: #1565C0;
    box-shadow: 0 20px 56px rgba(13,27,42,0.22), 0 0 0 1px #1565C0;
    transform: translateY(-8px);
    z-index: 2;
    animation: popularPulse 2.8s ease-in-out infinite;
}
.pricing-card--popular:hover {
    transform: translateY(-14px);
    box-shadow: 0 28px 64px rgba(13,27,42,0.3), 0 0 0 1px #60a5fa;
    border-color: #60a5fa;
    animation: none;
}
@keyframes popularPulse {
    0%, 100% { box-shadow: 0 20px 56px rgba(13,27,42,0.22), 0 0 0 1px #1565C0; }
    50%       { box-shadow: 0 20px 56px rgba(13,27,42,0.22), 0 0 0 3px rgba(21,101,192,0.5), 0 0 28px rgba(21,101,192,0.2); }
}
.pricing-card--popular .pricing-name       { color: #fff; }
.pricing-card--popular .pricing-storage    { color: #93c5fd; }
.pricing-card--popular .pricing-dollar,
.pricing-card--popular .pricing-amount     { color: #fff; }
.pricing-card--popular .pricing-mo         { color: rgba(255,255,255,0.6); }
.pricing-card--popular .pricing-desc       { color: rgba(255,255,255,0.72); }
.pricing-card--popular .pr-features-label  { color: rgba(255,255,255,0.45); border-top-color: rgba(255,255,255,0.08); }
.pricing-card--popular .pr-card-features li { color: rgba(255,255,255,0.85); }
.pricing-card--popular .pr-card-features li svg { color: #93c5fd; background: rgba(96,165,250,0.15); }

/* ── Popular badge ── */
.pricing-popular-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(21,101,192,0.25);
    border: 1px solid rgba(96,165,250,0.4);
    color: #93c5fd;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    width: fit-content;
}

/* ── Tier tag ── */
.pricing-tier {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 14px;
}
.pricing-tier--entry      { background: rgba(21,101,192,0.08);  color: #1565C0; }
.pricing-tier--growth     { background: rgba(21,101,192,0.08);   color: #1565C0; }
.pricing-tier--enterprise { background: rgba(13,27,42,0.08);  color: #0d1b2a; }

/* ── Card content ── */
.pricing-name {
    font-size: 1.12rem;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 10px;
    line-height: 1.2;
}
.pricing-storage {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1565C0;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 10px;
}
.pr-card[data-tier="growth"]     .pricing-storage { color: #1565C0; }
.pr-card[data-tier="enterprise"] .pricing-storage { color: #0d1b2a; }
.pricing-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}
.pricing-card--popular .pricing-price-wrap {
    border-bottom-color: rgba(255,255,255,0.1);
}
.pricing-dollar {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d1b2a;
    align-self: flex-start;
    margin-top: 4px;
}
.pricing-amount {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0d1b2a;
    letter-spacing: -0.04em;
    line-height: 1;
}
.pricing-mo {
    font-size: 0.85rem;
    color: #475569;
    font-weight: 600;
    margin-left: 2px;
}
.pricing-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ── Card CTA buttons ── */
.pricing-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid #cbd5e1;
    color: #0d1b2a;
    background: #f8fafc;
    transition: all 0.2s ease;
    letter-spacing: 0.01em;
    margin-top: auto;
}
.pricing-btn:hover {
    background: #1565C0;
    border-color: #1565C0;
    color: #fff;
}
/* Tier-tinted hover */
.pr-card[data-tier="growth"]     .pricing-btn:hover { background: #1565C0; border-color: #1565C0; }
.pr-card[data-tier="enterprise"] .pricing-btn:hover { background: #0d1b2a; border-color: #0d1b2a; }
.pricing-btn--popular {
    background: #1565C0;
    border-color: #1565C0;
    color: #fff;
}
.pricing-btn--popular:hover {
    background: #0d47a1;
    border-color: #0d47a1;
    color: #fff;
}
.pricing-btn:disabled {
    opacity: 0.65;
    cursor: wait;
}

/* ── Notes stat bar ── */
.pricing-notes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 48px;
    margin-bottom: 48px;
    gap: 0;
}
.pricing-note-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    flex: 1;
}
.pn-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.pn-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1;
    letter-spacing: -0.02em;
}
.pn-value small {
    font-size: 0.75em;
    font-weight: 700;
    color: #1565C0;
}
.pn-sub {
    font-size: 0.78rem;
    color: #475569;
}
.pn-divider {
    width: 1px;
    height: 44px;
    background: #e2e8f0;
    flex-shrink: 0;
    margin: 0 16px;
}

/* ── Bottom CTA ── */
.pricing-cta {
    background: #0d1b2a;
    border-radius: 16px;
    padding: 48px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.pricing-cta-text {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}
.pricing-cta .btn-primary {
    white-space: nowrap;
    flex-shrink: 0;
    background: #1565C0;
}
.pricing-cta .btn-primary:hover { background: #0d47a1; }

/* ════════════════════════════════
   INDUSTRIES WE SERVE
════════════════════════════════ */

.industries {
    background: #fff;
    padding: 100px 48px;
    border-top: 1px solid #e2e8f0;
}
.industries-inner {
    max-width: 100%;
    padding: 0 72px;
}

/* ── Header ── */
.industries-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 64px;
}
.industries-heading {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 16px 0 20px;
}
.industries-sub {
    font-size: 1.1rem;
    color: #1e293b;
    line-height: 1.8;
}
.industries-cta {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 48px;
}
.industries-cta-note {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.6;
    max-width: 420px;
}

/* ── 3-col grid ── */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(300px, auto);
    gap: 28px;
}

/* ── Card ── */
.ind-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 0 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    cursor: default;
}
.ind-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 56px rgba(13,27,42,0.12);
    border-color: var(--ind-color);
}

/* ── Color overlay that slides up on hover ── */
.ind-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--ind-color);
    transform: translateY(100%);
    transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
    z-index: 1;
    border-radius: 14px;
}
.ind-card:hover::before { transform: translateY(0); }

/* ── Image card variant ── */
.ind-card--img {
    background-size: 100%;
    background-position: center;
    background-color: #0d1b2a;
    border-color: transparent;
    justify-content: flex-end;
    padding: 0;
    transition: background-size 0.5s ease;
}
.ind-card--img:hover { background-size: 110%; }
.ind-card--img::before {
    background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.65) 100%);
    transform: translateY(0);
    opacity: 1;
    transition: background 0.4s ease;
    border-radius: 0;
}
.ind-card--img:hover::before { background: rgba(5,15,35,0.72); }
.ind-card--img:hover { border-color: rgba(255,255,255,0.12); }

/* bottom bar — brand blue gradient */
.ind-card--img::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1565C0, #60a5fa);
    z-index: 4;
}

/* industry label pill at top */
.ind-img-label { display: none; }

/* title always visible at bottom — glass pill fades on hover */
.ind-card--img .ind-title {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    opacity: 1;
    transform: translateY(0);
    padding: 4px 12px 6px;
    margin: 0 26px 8px;
    border-radius: 6px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.05);
    display: table;
    position: relative;
    z-index: 2;
    transition: padding-bottom 0.35s ease, background 0.3s ease,
                backdrop-filter 0.3s ease, border-color 0.3s ease, margin-bottom 0.35s ease;
}
.ind-card--img:hover .ind-title {
    padding: 0 0 10px;
    margin: 0 26px 4px;
    display: block;
    background: rgba(255,255,255,0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-color: rgba(255,255,255,0);
}

/* desc slides up on hover */
.ind-card--img .ind-desc {
    color: rgba(255,255,255,0.88);
    font-size: 0.95rem;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s ease 0.08s, transform 0.3s ease 0.08s, max-height 0.38s ease;
    padding: 0 26px;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* glass pill link */
.ind-card--img .ind-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 6px 14px;
    margin: 6px 26px 22px;
    width: fit-content;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease 0.14s, transform 0.3s ease 0.14s, background 0.2s ease;
    position: relative;
    z-index: 2;
}
.ind-card--img .ind-link:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.25);
}
.ind-card--img:hover .ind-desc {
    opacity: 1;
    max-height: 140px;
    transform: translateY(0);
}
.ind-card--img:hover .ind-link {
    opacity: 1;
    transform: translateY(0);
}

/* ── Colored top ribbon ── */
.ind-ribbon {
    height: 4px;
    background: var(--ind-color);
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
    transition: height 0.3s ease;
}

/* ── Icon ── */
.ind-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--ind-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 28px 32px 16px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), background 0.3s ease, filter 0.3s ease;
    position: relative;
    z-index: 2;
}
.ind-card:hover .ind-icon-wrap {
    transform: scale(1.12);
    background: rgba(255,255,255,0.25);
    filter: brightness(1.1);
}

/* ── Text ── */
.ind-title {
    font-size: 1.12rem;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.3;
    margin: 0 32px 12px;
    position: relative;
    z-index: 2;
    transition: color 0.25s ease;
}
.ind-card:hover .ind-title { color: #fff; }

.ind-desc {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.8;
    margin: 0 32px 28px;
    flex: 1;
    position: relative;
    z-index: 2;
    transition: color 0.25s ease;
}
.ind-card:hover .ind-desc { color: rgba(255,255,255,0.85); }
.ind-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 12px 32px 28px;
    letter-spacing: 0.01em;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease 0.1s, transform 0.25s ease 0.1s;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 20px;
    padding: 6px 14px;
    width: fit-content;
}
.ind-card:hover .ind-link {
    opacity: 1;
    transform: translateY(0);
}

/* ════════════════════════════════
   CONTACT
════════════════════════════════ */

/* ════════════════════════════════
   ONBOARDING — WHAT HAPPENS NEXT
════════════════════════════════ */
.onboarding {
    background: #0d1b2a;
    padding: 100px 48px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.onboarding-inner {
    max-width: 100%;
    padding: 0 72px;
}
.onboarding-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 72px;
}
.onboarding-heading {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 16px 0 20px;
}
.onboarding-sub {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 28px;
}
.onboarding-nofee {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #4ade80;
    background: rgba(74,222,128,0.08);
    border: 1px solid rgba(74,222,128,0.22);
    border-radius: 30px;
    padding: 9px 22px;
}

/* ── Phase grid ── */
.onboarding-phases {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 0;
    margin-bottom: 48px;
}
.onboarding-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 56px;
    padding-top: 0;
    gap: 0;
    font-size: 0;
    color: transparent;
    user-select: none;
    position: relative;
}
.onboarding-connector::before {
    content: '';
    width: 22px;
    height: 0;
    border-top: 2px dashed rgba(255,255,255,0.15);
}
.onboarding-connector::after {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid rgba(255,255,255,0.22);
}
.onboarding-phase {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 36px 32px 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.onboarding-phase:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.16);
}
.phase-bg-num {
    position: absolute;
    bottom: -24px; right: -4px;
    font-size: 9rem;
    font-weight: 900;
    color: rgba(255,255,255,0.04);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    transition: color 0.28s;
}
.onboarding-phase:hover .phase-bg-num { color: rgba(255,255,255,0.07); }

/* ── Phase colored top borders ── */
.onboarding-phases > .onboarding-phase:nth-child(1)::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #1565C0, #60a5fa);
}
.onboarding-phases > .onboarding-phase:nth-child(3)::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #1565C0, #60a5fa);
}
.onboarding-phases > .onboarding-phase:nth-child(5)::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #1565C0, #93c5fd);
}

/* ── Phase badge ── */
.phase-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 13px;
    margin-bottom: 22px;
}
.phase-badge--1 {
    color: #60a5fa;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(21,101,192,0.32);
}
.phase-badge--2 {
    color: #fbbf24;
    background: rgba(217,119,6,0.18);
    border: 1px solid rgba(217,119,6,0.32);
}
.phase-badge--3 {
    color: #4ade80;
    background: rgba(22,163,74,0.18);
    border: 1px solid rgba(22,163,74,0.32);
}
.phase-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.phase-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

/* ── Bottom CTA bar ── */
.onboarding-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0f3460 0%, #1565C0 60%, #1a73e8 100%);
    border: 1px solid rgba(96,165,250,0.28);
    border-radius: 16px;
    padding: 28px 40px;
    gap: 32px;
    flex-wrap: wrap;
    box-shadow: 0 8px 40px rgba(21,101,192,0.4), 0 0 0 1px rgba(96,165,250,0.08) inset;
}
.onboarding-cta-text {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    flex: 1;
    min-width: 220px;
    line-height: 1.4;
}
.onboarding-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.onboarding-cta .btn-primary {
    background: #fff;
    color: #0d1b2a;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.onboarding-cta .btn-primary:hover {
    background: #f0f4ff;
    color: #0d1b2a;
    box-shadow: 0 8px 28px rgba(0,0,0,0.28);
}
.btn-outline-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    padding: 12px 22px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.93rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.2s, background 0.2s;
}
.btn-outline-light:hover {
    border-color: rgba(255,255,255,0.48);
    background: rgba(255,255,255,0.06);
}

/* ════════════════════════════════
   TRUST BAR
════════════════════════════════ */
.trust-bar {
    background: #040b13;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 18px 48px;
}
.trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.trust-bar-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
}
.trust-ratings {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
}
.trust-platform {
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    white-space: nowrap;
}
.trust-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}
.trust-score {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f59e0b;
}
.trust-sep {
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.08);
}

/* ════════════════════════════════
   FOOTER
════════════════════════════════ */

.site-footer {
    background: #060f1a;
    position: relative;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(21,101,192,0.55) 25%, rgba(96,165,250,0.75) 50%, rgba(21,101,192,0.55) 75%, transparent);
}
.footer-inner {
    max-width: 100%;
    padding: 72px 120px 64px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 56px;
}

/* ── Brand column ── */
.footer-col--brand { display: flex; flex-direction: column; gap: 0; }
.footer-logo { display: inline-block; margin-bottom: 16px; }
.footer-logo img {
    height: 90px;
    background: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    display: block;
}
.footer-brand-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.4;
}
.footer-tagline {
    font-size: 0.87rem;
    color: #60a5fa;
    font-weight: 600;
    margin-bottom: 14px;
}
.footer-tagline a {
    color: #60a5fa;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-tagline a:hover {
    color: #ffffff;
}
.footer-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 10px;
}
.footer-cursor {
    display: inline-block;
    color: #1565C0;
    font-weight: 300;
    animation: cursorBlink 0.8s step-end infinite;
}
@keyframes cursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.footer-location {
    font-size: 0.88rem;
    color: #334155;
    margin-bottom: 18px;
}
.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.5;
}
.footer-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #60a5fa;
    flex-shrink: 0;
    box-shadow: 0 0 6px rgba(96,165,250,0.6);
}

/* ── Link columns ── */
.footer-col-title {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links li a {
    font-size: 0.95rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}
.footer-links li a:hover { color: #fff; padding-left: 4px; }

/* ── Contact column ── */
.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}
.footer-contact-icon { flex-shrink: 0; margin-top: 2px; color: #60a5fa; }
.footer-contact-list a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-contact-list a:hover { color: #60a5fa; }

/* ── Bottom bar ── */
.footer-bar {
    border-top: 1px solid rgba(255,255,255,0.06);
    background: #040b13;
}
.footer-bar-inner {
    max-width: 100%;
    padding: 20px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-bar-inner a {
    color: rgba(255,255,255,0.65);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-bar-inner a:hover {
    color: #ffffff;
}
.footer-bar-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.footer-bar-links a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-bar-links a:hover { color: #94a3b8; }
.footer-bar-sep { color: #1e293b; }

/* ════════════════════════════════
   RESPONSIVE BREAKPOINTS
════════════════════════════════ */

/* ── Large screens: 24-inch (1920px+) ── */
@media (min-width: 1920px) {
    .nav-inner { padding: 0 120px; }
    .hero-outer { padding: 32px 120px 48px; }
    .about-hero-outer { padding: 100px 120px; }
    .pr-hero { padding: 100px 120px; }
    .hero { padding: 100px 80px; gap: 80px; }
    .hero p { font-size: 0.95rem; max-width: 580px; }
    .hero-sub { font-size: 1.45rem; }
    .hero-right { height: 540px; }

    .problem { padding: 140px 120px; }
    .problem-inner { padding: 0 80px; }

    .services { padding: 140px 120px; }
    .services-inner { padding: 0 80px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }

    .hiw { padding: 140px 120px; }
    .hiw-inner { padding: 0 80px; }

    .why { padding: 140px 120px; }
    .why-inner { padding: 0 80px; }
    .why-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }

    .recovery { padding: 140px 120px; }
    .recovery-inner { padding: 0 80px; }
    .recovery-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }

    .pricing { padding: 140px 120px; }
    .pricing-inner { padding: 0 80px; }
    .pricing-grid { gap: 24px; }

    .industries { padding: 140px 120px; }
    .industries-inner { padding: 0 80px; }
    .industries-grid { gap: 32px; }

    .onboarding { padding: 140px 120px; }
    .onboarding-inner { padding: 0 80px; }

    .footer-inner { padding: 80px 120px 72px; }
    .footer-bar-inner { padding: 20px 120px; }
}

/* ── Laptop (1024px – 1440px) ── */
@media (max-width: 1440px) {
    .nav-inner { padding: 0 36px; gap: 0; }
    .nav-links a { font-size: 0.74rem; padding: 6px 10px; }
    .nav-links a::after { left: 10px; right: 10px; }
    .hero-outer { padding: 16px 36px 24px; }
    .about-hero-outer { padding: 64px 36px; }
    .hero { padding: 28px 48px; gap: 40px; }
    .hero h1 { font-size: clamp(1.5rem, 1.8vw, 2.2rem); }
    .hero-right { height: 360px; }
    .problem { padding: 100px 36px; }
    .services { padding: 96px 36px; }
    .hiw { padding: 96px 36px; }
    .hiw-inner { padding: 0 36px; }
    .hiw-heading { white-space: normal; }
    .why { padding: 96px 36px; }
    .why-inner { padding: 0 36px; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .recovery { padding: 96px 36px; }
    .recovery-inner { padding: 0 36px; }
    .pricing { padding: 96px 36px; }
    .pricing-inner { padding: 0 36px; }
    .pricing-grid { gap: 16px; }
    .industries { padding: 96px 36px; }
    .industries-inner { padding: 0 36px; }
    .industries-cta { flex-wrap: wrap; gap: 20px; }
    .onboarding { padding: 80px 36px; }
    .onboarding-inner { padding: 0 36px; }
    .footer-inner { padding: 64px 72px 56px; }
    .footer-grid { gap: 40px; }
    .footer-bar-inner { padding: 18px 72px; }
}

/* ── Tablet (768px – 1023px) ── */
@media (max-width: 1023px) {
    .nav-links { display: none; }
    .nav-actions { display: none; }
    .nav-hamburger { display: flex; }
    .nav-inner { justify-content: space-between; }

    .hero { grid-template-columns: 1fr; padding: 60px 40px; gap: 48px; }
    .hero-right { height: 340px; }
    .hero h1 { font-size: 2.6rem; }
    .about-hero-outer { padding: 48px 24px; }
    .about-hero-h1 { font-size: 2.2rem; }
    .feature-chips { gap: 8px; }
    .chip { font-size: 0.8rem; }

    .problem { padding: 80px 24px; }
    .problem-inner { padding: 0 24px; }
    .problem-callout { grid-template-columns: 1fr; gap: 40px; padding: 40px 36px; }
    .problem-callout-left { padding-right: 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 32px; text-align: center; }
    .problem-callout-right { padding-left: 0; align-items: center; text-align: center; }
    .problem-stats { flex-direction: column; }
    .pstat-sep { width: auto; height: 1px; align-self: auto; }
    .problem-stat { padding: 36px 32px; }
    .services { padding: 80px 24px; }
    .services-inner { padding: 0 24px; }
    .services-header { grid-template-columns: 1fr; gap: 24px; }
    .services-grid { grid-template-columns: 1fr; }
    .services-cta { flex-direction: column; align-items: flex-start; padding: 32px 32px; gap: 24px; }

    .hiw { padding: 80px 24px; }
    .hiw-inner { padding: 0 24px; }
    .steps-track { display: none; }
    .steps { grid-template-columns: 1fr; gap: 24px; }
    .steps::before { display: none; }
    .hiw-heading { white-space: normal; font-size: 2rem; }
    .hiw-cta { flex-direction: column; align-items: flex-start; padding: 36px 32px; gap: 20px; }
    .why { padding: 80px 24px; }
    .why-inner { padding: 0 24px; }
    .why-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .recovery { padding: 80px 24px; }
    .recovery-inner { padding: 0 24px; }
    .recovery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .onboarding { padding: 64px 24px; }
    .onboarding-inner { padding: 0 24px; }
    .onboarding-phases { grid-template-columns: 1fr; gap: 16px; }
    .onboarding-connector { display: none; }
    .onboarding-cta { flex-direction: column; align-items: flex-start; padding: 28px 24px; gap: 20px; }
    .onboarding-cta-actions { width: 100%; flex-direction: column; }
    .onboarding-cta-actions a { width: 100%; text-align: center; justify-content: center; }
    .pricing { padding: 80px 24px; }
    .pricing-inner { padding: 0 24px; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .pricing-card--popular { transform: none; }
    .pricing-card--popular:hover { transform: translateY(-5px); }
    .pricing-notes { flex-wrap: wrap; gap: 24px; padding: 28px 32px; }
    .pricing-note-item { flex: 1 1 40%; }
    .pn-divider { display: none; }
    .pricing-cta { flex-direction: column; align-items: flex-start; padding: 36px 32px; gap: 24px; }
    .industries { padding: 80px 24px; }
    .industries-inner { padding: 0 24px; }
    .industries-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .industries-cta { flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 36px; }
    .industries-cta-note { max-width: 100%; }

    /* image cards on touch — always show content */
    .ind-card--img .ind-title {
        background: rgba(255,255,255,0.06);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-color: rgba(255,255,255,0.08);
        display: table;
        padding: 4px 12px 6px;
        margin: 0 18px 8px;
    }
    .ind-text-glass {
        opacity: 1;
        transform: translateY(0);
        max-height: 220px;
        background: rgba(255,255,255,0.05);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-color: rgba(255,255,255,0.08);
    }
    .ind-card--img .ind-desc { opacity: 1; max-height: 140px; transform: translateY(0); }
    .ind-card--img .ind-link { opacity: 1; transform: translateY(0); }

    .footer-inner { padding: 56px 48px 48px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
    .footer-bar-inner { padding: 18px 48px; }
}

/* ── Mobile (< 768px) ── */
@media (max-width: 767px) {
    .nav-logo img { height: 80px; }
    .nav-inner { height: 70px; padding: 0 20px; }

    .hero-outer { padding: 20px 16px 40px; }
    .hero { grid-template-columns: 1fr; padding: 40px 28px; gap: 36px; min-height: auto; }
    .hero-right { height: 260px; }
    .hero h1 { font-size: 2rem; white-space: normal; }
    .hero-sub { font-size: 1rem; }
    .hero p { font-size: 0.82rem; max-width: 100%; }
    .cta-group { flex-direction: column; gap: 12px; }
    .btn-primary, .btn-secondary { width: 100%; justify-content: center; padding: 14px 20px; }
    .feature-chips { gap: 8px; }
    .chip { font-size: 0.78rem; padding: 8px 12px; }
    .badge-1, .badge-2, .badge-3 { display: none; }

    .problem { padding: 64px 20px; }
    .problem-inner { padding: 0; }
    .problem-callout { padding: 32px 20px; gap: 24px; }
    .callout-quote-mark { font-size: 2.8rem; }
    .problem-heading { font-size: 2.2rem; white-space: normal; }
    .problem-sub { font-size: 1rem; }
    .problem-body { margin-bottom: 48px; }
    .problem-stat { padding: 28px 20px; }
    .pstat-val { font-size: 3rem; }
    .problem-quote { padding: 24px 20px; }
    .problem-quote p { font-size: 0.93rem; }
    .services { padding: 64px 20px; }
    .services-inner { padding: 0; }
    .services-grid { grid-template-columns: 1fr; }
    .svc-card { padding: 24px 20px; gap: 16px; }
    .svc-badge { position: static; display: inline-block; margin-bottom: 10px; }
    .svc-icon { width: 52px; height: 52px; font-size: 1.5rem; }
    .services-cta { padding: 28px 24px; }
    .services-cta-actions { flex-direction: column; width: 100%; }
    .services-cta-actions .btn-primary, .services-cta-actions .btn-outline { width: 100%; justify-content: center; }

    .hiw { padding: 64px 20px; }
    .hiw-inner { padding: 0; }
    .steps-track { display: none; }
    .steps { grid-template-columns: 1fr; gap: 28px; }
    .steps::before { display: none; }
    .step { padding: 32px 24px; }
    .step-bg-num { font-size: 6rem; }
    .hiw-heading { font-size: 1.9rem; white-space: normal; }
    .hiw-cta { padding: 28px 20px; }
    .hiw-cta-text { font-size: 1rem; }
    .why { padding: 64px 20px; }
    .why-inner { padding: 0; }
    .why-grid { grid-template-columns: 1fr; gap: 14px; }
    .why-heading { font-size: 1.9rem; }
    .why-card { padding: 20px 20px; gap: 14px; }
    .why-icon-wrap { width: 44px; height: 44px; font-size: 1.3rem; }
    .recovery { padding: 64px 20px; }
    .recovery-inner { padding: 0; }
    .recovery-grid { grid-template-columns: 1fr; gap: 14px; }
    .onboarding { padding: 56px 20px; }
    .onboarding-inner { padding: 0; }
    .onboarding-phases { grid-template-columns: 1fr; gap: 14px; }
    .onboarding-connector { display: none; }
    .onboarding-phase { padding: 28px 24px 36px; }
    .phase-bg-num { font-size: 6rem; }
    .onboarding-cta { padding: 24px 20px; }
    .pricing { padding: 64px 20px; }
    .pricing-inner { padding: 0; }
    .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
    .pricing-card--popular { transform: none; }
    .pricing-card--popular:hover { transform: translateY(-5px); }
    .pricing-notes { padding: 24px 20px; flex-wrap: wrap; gap: 20px; }
    .pricing-note-item { flex: 1 1 100%; }
    .pricing-cta { padding: 32px 24px; }
    .pricing-cta .btn-primary { width: 100%; justify-content: center; white-space: normal; text-align: center; font-size: 0.95rem; line-height: 1.4; padding: 14px 20px; }
    .industries { padding: 64px 20px; }
    .industries-inner { padding: 0; }
    .industries-grid { grid-template-columns: 1fr; gap: 16px; }
    .industries-cta { flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 32px; }
    .industries-cta-note { max-width: 100%; font-size: 0.9rem; }
    .industries-cta .btn-primary { width: 100%; justify-content: center; }

    /* image cards on mobile — always show everything, no hover needed */
    .ind-card--img { min-height: 260px; background-size: cover; }
    .ind-card--img .ind-title {
        font-size: 1.15rem;
        padding: 5px 10px 6px;
        margin: 0 10px 6px;
        display: table;
        background: rgba(255,255,255,0.06);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-color: rgba(255,255,255,0.08);
    }
    .ind-text-glass {
        opacity: 1;
        transform: translateY(0);
        max-height: 220px;
        background: rgba(255,255,255,0.05);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-color: rgba(255,255,255,0.08);
        margin: 0 12px 12px;
    }
    .ind-card--img .ind-desc {
        opacity: 1;
        max-height: 140px;
        transform: translateY(0);
        font-size: 0.88rem;
        padding: 10px 14px 4px;
    }
    .ind-card--img .ind-link {
        opacity: 1;
        transform: translateY(0);
        font-size: 0.68rem;
        padding: 6px 14px 12px;
        margin: 4px 14px 10px;
    }

    .footer-inner { padding: 48px 24px 40px; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .footer-bar-inner { flex-direction: column; gap: 10px; padding: 16px 24px; text-align: center; }
    .footer-bar-links { justify-content: center; }
}

/* ── Scroll to top ── */
.scroll-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1565C0;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(21,101,192,0.45);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s;
    pointer-events: none;
    z-index: 999;
}
.scroll-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.scroll-top:hover {
    background: #0d47a1;
    box-shadow: 0 6px 28px rgba(21,101,192,0.6);
    transform: translateY(-2px);
}

/* ════════════════════════════════
   ABOUT PAGE
════════════════════════════════ */

/* ── Section 1: Hero ── */
.about-hero-outer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.25) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    padding: 80px 48px;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about-hero-outer canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.about-hero-outer .grain { z-index: 1; }

.about-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.1s;
}
.about-eyebrow-dot {
    width: 7px;
    height: 7px;
    background: #60a5fa;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(96,165,250,0.9);
    animation: float 2.4s ease-in-out infinite;
    flex-shrink: 0;
}
.about-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.1s;
}
.about-hero-label::before {
    content: '';
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 8px rgba(96,165,250,0.9);
    flex-shrink: 0;
}

.about-hero-h1 {
    font-size: clamp(1.9rem, 2.6vw, 2.9rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.22;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.22s;
}

.about-hero-sub {
    font-size: 1.05rem;
    font-weight: 400;
    color: #e2e8f0;
    line-height: 1.75;
    margin: 16px auto 32px;
    max-width: 580px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.36s;
}

.about-hero-chips {
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.5s;
}

/* Hero badges */
.about-hero-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.44s;
}
.about-hero-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.02em;
}

/* Hero CTAs */
.about-hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.54s;
}

/* Disclaimer */
.about-hero-disclaimer {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.62);
    letter-spacing: 0.02em;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.64s;
    margin-bottom: 0;
}

/* ── Section 2: Story ── */
.about-story {
    background: #fff;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
    scroll-margin-top: 80px;
}
.about-story-inner {
    max-width: 100%;
    padding: 0 72px;
}

/* Story content */
.about-story-content {
    margin-bottom: 48px;
}
.about-story-intro {
    font-size: 1.05rem;
    color: #1e293b;
    line-height: 1.8;
    max-width: 680px;
    margin-top: 20px;
}

/* Giant stats row */
.about-story-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 0;
    margin-bottom: 48px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.about-story-stat {
    text-align: center;
    flex: 1;
}
.about-story-stat-num {
    font-size: clamp(3rem, 5vw, 5.5rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}
.about-story-stat-sup {
    font-size: 2rem;
    color: #1565C0;
    vertical-align: super;
}
.about-story-stat-label {
    font-size: 0.85rem;
    color: #334155;
    line-height: 1.5;
    font-weight: 500;
}
.about-story-stat-sep {
    width: 1px;
    height: 64px;
    background: #e2e8f0;
    flex-shrink: 0;
}

/* Pull Quote */
.about-story-pullquote {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 40px;
    background: #f0f7ff;
    border-radius: 12px;
    border-left: 4px solid #1565C0;
}
.about-story-pullquote-bar { display: none; }
.about-story-pullquote-text {
    font-size: 1.1rem;
    color: #0d1b2a;
    font-style: italic;
    line-height: 1.8;
    font-weight: 500;
    flex: 1;
    margin-bottom: 20px;
}
.about-story-pullquote-attr {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Left */
.about-story-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1565C0;
    margin-bottom: 16px;
}
.about-story-label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #1565C0;
    border-radius: 2px;
    flex-shrink: 0;
}
.about-story-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}
.about-story-heading-accent { color: #1565C0; }

.about-story-left p {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.8;
    margin-bottom: 14px;
}
.about-story-conclusion {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem !important;
    font-weight: 700;
    color: #0d1b2a !important;
    margin-top: 8px;
}

/* Right: Damage report card */
.about-dmg-card {
    background: linear-gradient(145deg, #0d1f42 0%, #0a1628 100%);
    border-radius: 16px;
    padding: 36px 40px;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0,0,0,0.4);
}
.about-dmg-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1565C0, #60a5fa);
}
.about-dmg-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.about-dmg-indicator {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #dc2626;
    box-shadow: 0 0 8px rgba(220,38,38,0.8);
    animation: dmgPulse 1.8s ease-in-out infinite;
}
@keyframes dmgPulse {
    0%, 100% { box-shadow: 0 0 4px rgba(220,38,38,0.6); opacity: 1; }
    50% { box-shadow: 0 0 14px rgba(220,38,38,1); opacity: 0.7; }
}
.about-dmg-title {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}
.about-dmg-stats {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.about-dmg-stat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
}
.about-dmg-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-dmg-stat-body { flex: 1; }
.about-dmg-num {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}
.about-dmg-unit {
    font-size: 1rem;
    font-weight: 600;
    color: #dc2626;
}
.about-dmg-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.5;
}
.about-dmg-divider {
    height: 1px;
    background: rgba(255,255,255,0.12);
}
.about-dmg-footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.about-dmg-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
}
.about-dmg-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}
.about-dmg-dot--red {
    background: #dc2626;
    box-shadow: 0 0 6px rgba(220,38,38,0.7);
    animation: dmgPulse 1.8s ease-in-out infinite;
}

/* Quote */
.about-story-quote {
    background: #0d1b2a;
    border-radius: 14px;
    padding: 48px 52px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.about-story-quote::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1565C0, #60a5fa);
}
.about-story-quote-mark {
    font-size: 4.5rem;
    line-height: 1;
    color: #1565C0;
    font-family: Georgia, serif;
    margin-bottom: -12px;
    opacity: 0.6;
}
.about-story-quote-text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.8;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 800px;
}
.about-story-quote-attr {
    display: flex;
    align-items: center;
    gap: 14px;
}
.about-story-quote-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1565C0, #0d47a1);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    overflow: hidden;
}
.about-story-quote-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
}
.about-story-quote-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d1b2a;
}
.about-story-quote-role {
    font-size: 0.78rem;
    color: #334155;
    margin-top: 2px;
}

/* ── About Page: Tablet (768px – 1023px) ── */
@media (max-width: 1023px) {
    .about-hero-outer { padding: 64px 32px; }
    .about-hero-h1 { font-size: 2.2rem; }
    .about-story-inner { padding: 0 32px; }
    .about-story-stats { flex-wrap: wrap; gap: 32px; padding: 36px 0; }
    .about-story-stat { flex: 0 0 calc(50% - 16px); }
    .about-story-stat-sep { display: none; }
    .about-who-inner { padding: 0 32px; }
    .about-who-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-founder-inner { padding: 0 32px; }
    .about-founder-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-founder::after { display: none; }
    .about-founder { background: #f0f7ff; }
    .about-cru-inner { padding: 0 32px; }
    .about-cru-grid { grid-template-columns: repeat(2, 1fr); }
    .about-mission-inner { padding: 0 32px; }
    .about-mission-pillars { grid-template-columns: 1fr; gap: 16px; }
    .about-numbers-inner { padding: 0 32px; }
    .about-numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .about-commit-inner { padding: 0 32px; }
    .about-commit-grid { grid-template-columns: repeat(2, 1fr); }
    .about-powered-inner { padding: 0 32px; }
    .about-powered-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-powered-cards { grid-template-columns: repeat(2, 1fr); }
}

/* ── About Page: Mobile (< 768px) ── */
@media (max-width: 767px) {
    /* Hero */
    .about-hero-outer { padding: 56px 20px; }
    .about-hero-h1 { font-size: 1.75rem; line-height: 1.25; }
    .about-hero-sub { font-size: 0.95rem; }
    .about-hero-badges { gap: 12px; }
    .about-hero-ctas { flex-direction: column; }
    .about-hero-ctas .btn-primary,
    .about-hero-ctas .btn-secondary { width: 100%; justify-content: center; }

    /* Story */
    .about-story { padding: 64px 20px; }
    .about-story-inner { padding: 0; }
    .about-story-stats { flex-wrap: wrap; gap: 20px; padding: 32px 0; }
    .about-story-stat { flex: 0 0 calc(50% - 10px); }
    .about-story-stat-num { font-size: 2.2rem; }
    .about-story-stat-sep { display: none; }
    .about-story-pullquote { padding: 20px 16px; flex-direction: column; gap: 14px; }
    .about-story-pullquote-text { font-size: 0.95rem; }

    /* Who We Are */
    .about-who { padding: 64px 20px; }
    .about-who-inner { padding: 0; }
    .about-who-grid { grid-template-columns: 1fr; gap: 36px; }
    .about-who-cards { grid-template-columns: 1fr; }
    .about-who-left p { max-width: 100%; }

    /* Founder */
    .about-founder { padding: 64px 20px; background: #f0f7ff; }
    .about-founder-inner { padding: 0; }
    .about-founder-grid { grid-template-columns: 1fr; gap: 36px; }
    .about-founder::after { display: none; }
    .about-founder-right { padding-left: 0; }
    .about-founder-name { font-size: 1.5rem; }

    /* CRU Connection */
    .about-cru { padding: 64px 20px; }
    .about-cru-inner { padding: 0; }
    .about-cru-grid { grid-template-columns: 1fr; }
    .about-cru-closing { flex-direction: column; padding: 24px 20px; gap: 16px; }
    .about-cru-badge { flex-wrap: wrap; text-align: center; justify-content: center; }

    /* Mission */
    .about-mission { padding: 64px 20px; }
    .about-mission-inner { padding: 0; }
    .about-mission-pillars { grid-template-columns: 1fr; gap: 14px; }
    .about-mission-quote-text { font-size: 1rem; padding: 0; }
    .mission-sketch { display: none; }

    /* By The Numbers */
    .about-numbers { padding: 64px 20px; }
    .about-numbers-inner { padding: 0; }
    .about-numbers-grid { grid-template-columns: 1fr; gap: 12px; }
    .about-stat-num { font-size: 1.8rem; }
    .about-stat-icon { width: 32px; height: 32px; }

    /* Commitment */
    .about-commit { padding: 64px 20px; }
    .about-commit-inner { padding: 0; }
    .about-commit-grid { grid-template-columns: 1fr; }

    /* Powered By */
    .about-powered { padding: 64px 20px; }
    .about-powered-inner { padding: 0; }
    .about-powered-grid { grid-template-columns: 1fr; gap: 36px; }
    .about-powered-cards { grid-template-columns: 1fr; }

    /* CTA */
    .about-cta { padding: 64px 20px; }
    .about-cta-buttons { flex-direction: column; }
    .about-cta-buttons .btn-primary,
    .about-cta-buttons .btn-secondary { width: 100%; justify-content: center; }

    /* Sections inner padding reset */
    .about-numbers-header,
    .about-commit-header,
    .about-rated-header,
    .about-mission-header { margin-bottom: 36px; }
}

/* ══════════════════════════════════════
   SECTION 11 — FINAL CTA
══════════════════════════════════════ */
.about-cta {
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.3) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    padding: 96px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(21,101,192,0.6), transparent);
}
.about-cta-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}
.about-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.about-cta-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.about-cta-sub {
    font-size: 1rem;
    font-weight: 600;
    color: #93c5fd;
    margin-bottom: 36px;
    line-height: 1.6;
}
.about-cta-body {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.8;
    margin-bottom: 28px;
}
.about-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.about-cta-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.about-cta-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.75);
}
.about-cta-contact-item a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: color 0.2s;
}
.about-cta-contact-item a:hover { color: #fff; }

@media (max-width: 767px) {
    .about-cta { padding: 72px 24px; }
    .about-cta-buttons { flex-direction: column; }
    .about-cta-contact { flex-direction: column; align-items: center; gap: 14px; }
}

/* ══════════════════════════════════════
   SECTION 10 — POWERED BY COVE
══════════════════════════════════════ */
.about-powered {
    background: #f8fafc;
    background-image: radial-gradient(circle, #dde4ed 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.about-powered-inner {
    max-width: 100%;
    padding: 0 72px;
}
.about-powered-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: center;
}

/* Left */
.about-powered-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 24px;
}
.about-powered-left p {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.8;
    margin-bottom: 14px;
    max-width: 420px;
}
.about-powered-left strong { color: #0d1b2a; font-weight: 700; }
.about-powered-intro {
    font-weight: 600;
    color: #0d1b2a !important;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
}
.about-powered-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
}

/* Right: 2×2 Cards */
.about-powered-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.about-powered-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    transition: all 0.22s;
}
.about-powered-card:hover {
    background: #f0f7ff;
    border-color: rgba(21,101,192,0.2);
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(21,101,192,0.08);
}
.about-powered-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(21,101,192,0.08);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid rgba(21,101,192,0.15);
}
.about-powered-card-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 10px;
}
.about-powered-card-desc {
    font-size: 0.88rem;
    color: #1e293b;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .about-powered { padding: 72px 24px; }
    .about-powered-inner { padding: 0; }
    .about-powered-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-powered-cards { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════
   SECTION 9 — OUR COMMITMENT
══════════════════════════════════════ */
.about-commit {
    background-color: #f8fafc;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 24px,
        rgba(13,27,42,0.04) 24px,
        rgba(13,27,42,0.04) 25px
    );
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.about-commit-inner {
    max-width: 100%;
    padding: 0 72px;
}
.about-commit-header { margin-bottom: 56px; }
.about-commit-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
}
.about-commit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.about-commit-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-left: 3px solid transparent;
    transition: all 0.22s;
}
.about-commit-card:hover {
    border-left-color: #1565C0;
    background: #f0f7ff;
    box-shadow: 0 4px 20px rgba(21,101,192,0.08);
    transform: translateX(4px);
}
.about-commit-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(21,101,192,0.08);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
    border: 1px solid rgba(21,101,192,0.15);
}
.about-commit-card:hover .about-commit-icon {
    background: rgba(21,101,192,0.15);
}
.about-commit-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 8px;
}
.about-commit-desc {
    font-size: 0.88rem;
    color: #1e293b;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .about-commit { padding: 72px 24px; }
    .about-commit-inner { padding: 0; }
    .about-commit-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════
   SECTION 8 — TRUSTED & RATED
══════════════════════════════════════ */
.about-rated {
    background: #fff;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.about-rated-inner {
    max-width: 100%;
    padding: 0 72px;
}
.about-rated-header {
    text-align: center;
    margin-bottom: 56px;
}
.about-rated-heading {
    font-size: clamp(1.75rem, 2.6vw, 2.8rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 16px;
}
.about-rated-sub {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
}
/* Average score hero */
.about-rated-hero {
    text-align: center;
    margin-bottom: 48px;
    padding: 48px 32px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 20px;
    border: 1px solid #fde68a;
}
.about-rated-avg-stars {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}
.about-rated-avg-score {
    font-size: 4rem;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}
.about-rated-avg-denom {
    font-size: 1.8rem;
    font-weight: 500;
    color: #475569;
}
.about-rated-avg-label {
    font-size: 0.88rem;
    color: #475569;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.about-rated-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}
.about-rated-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}
.about-rated-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}
.about-rated-card:hover {
    background: #fffbeb;
    border-color: rgba(245,158,11,0.35);
    box-shadow: 0 8px 24px rgba(245,158,11,0.1);
    transform: translateY(-4px);
}
.about-rated-card:hover::before { transform: scaleX(1); }
.about-rated-platform {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #475569;
    margin-bottom: 16px;
}
.about-rated-score {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}
.about-rated-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 10px;
}
.about-rated-label {
    font-size: 0.75rem;
    color: #334155;
}
.about-rated-closing {
    text-align: center;
    font-size: 0.92rem;
    color: #475569;
    font-style: italic;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .about-rated { padding: 72px 24px; }
    .about-rated-inner { padding: 0; }
    .about-rated-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .about-rated-score { font-size: 2.4rem; }
}

/* ══════════════════════════════════════
   SECTION 7 — BY THE NUMBERS
══════════════════════════════════════ */
.about-numbers {
    background: #0d1b2a;
    padding: 96px 48px;
}
.about-numbers-inner {
    max-width: 100%;
    padding: 0 72px;
}
.about-numbers-header {
    margin-bottom: 56px;
    text-align: center;
}
.about-numbers-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
}
.about-numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.about-stat-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.25s;
}
.about-stat-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1565C0, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.about-stat-card:hover {
    background: rgba(21,101,192,0.1);
    border-color: rgba(96,165,250,0.2);
    transform: translateY(-4px);
}
.about-stat-card:hover::before { transform: scaleX(1); }

.about-stat-card--highlight {
    background: linear-gradient(135deg, #1565C0 0%, #0d47a1 100%);
    border-color: transparent;
}
.about-stat-card--highlight .about-stat-num,
.about-stat-card--highlight .about-stat-unit { color: #fff; }
.about-stat-card--highlight .about-stat-label { color: rgba(255,255,255,0.75); }
.about-stat-card--highlight::before { display: none; }

.about-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(96,165,250,0.12);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid rgba(96,165,250,0.2);
}
.about-stat-card--highlight .about-stat-icon {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}
.about-stat-num {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}
.about-stat-unit {
    font-size: 1.4rem;
    font-weight: 700;
    color: #60a5fa;
}
.about-stat-card--highlight .about-stat-unit { color: rgba(255,255,255,0.8); }
.about-stat-label {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 767px) {
    .about-numbers { padding: 72px 24px; }
    .about-numbers-inner { padding: 0; }
    .about-numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .about-stat-num { font-size: 2rem; }
}

/* ══════════════════════════════════════
   SECTION 6 — OUR MISSION
══════════════════════════════════════ */
.about-mission {
    background: #f8fafc;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.about-mission-inner {
    max-width: 100%;
    padding: 0 72px;
}
.about-mission-header {
    text-align: center;
    margin-bottom: 56px;
}
.about-mission-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
}

/* Full-width statement */
.about-mission-statement {
    max-width: 860px;
    margin: 0 auto 72px;
    text-align: center;
    position: relative;
    padding: 32px 48px;
}
.about-mission-quote-mark { display: none; }
.about-mission-quote-close { display: none; }

/* Corner bracket animation */
.mission-sketch {
    position: absolute;
    inset: -20px -32px;
    width: calc(100% + 64px);
    height: calc(100% + 40px);
    pointer-events: none;
    opacity: 0.35;
}
.sk {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}
.mission-sketch.drawing .sk-1 { animation: skDraw 0.9s ease-out forwards 0s; }
.mission-sketch.drawing .sk-2 { animation: skDraw 0.9s ease-out forwards 0.4s; }
.mission-sketch.drawing .sk-3 { animation: skDraw 0.9s ease-out forwards 0.8s; }
.mission-sketch.drawing .sk-4 { animation: skDraw 0.9s ease-out forwards 1.2s; }
@keyframes skDraw {
    to { stroke-dashoffset: 0; }
}

.about-mission-quote-text {
    font-size: clamp(1.1rem, 1.6vw, 1.4rem);
    color: #1e293b;
    line-height: 1.8;
    font-style: italic;
    font-weight: 400;
    padding: 0 48px;
    margin: 0;
}

/* 3 Pillar Cards */
.about-mission-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.about-mission-pillar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    transition: background 0.2s, border-color 0.2s;
}
.about-mission-pillar:hover {
    background: #f0f7ff;
    border-color: rgba(21,101,192,0.2);
    box-shadow: 0 4px 20px rgba(21,101,192,0.08);
}
.about-mission-pillar-num {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 3.5rem;
    font-weight: 800;
    color: rgba(13,27,42,0.05);
    line-height: 1;
    pointer-events: none;
}
.about-mission-pillar-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about-mission-icon--protect {
    background: rgba(21,101,192,0.2);
    color: #60a5fa;
    border: 1px solid rgba(96,165,250,0.25);
}
.about-mission-icon--recover {
    background: rgba(21,101,192,0.12);
    color: #1565C0;
    border: 1px solid rgba(21,101,192,0.2);
}
.about-mission-icon--serve {
    background: rgba(96,165,250,0.12);
    color: #60a5fa;
    border: 1px solid rgba(96,165,250,0.2);
}
.about-mission-pillar-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}
.about-mission-pillar-desc {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .about-mission { padding: 72px 24px; }
    .about-mission-inner { padding: 0; }
    .about-mission-pillars { grid-template-columns: 1fr; gap: 16px; }
    .about-mission-quote-text { font-size: 1rem; padding: 0; }
}

/* ══════════════════════════════════════
   SECTION 5 — THE CRU CONNECTION
══════════════════════════════════════ */
.about-cru {
    background: #0d1b2a;
    padding: 96px 48px;
}
.about-cru-inner {
    max-width: 100%;
    padding: 0 72px;
}
.about-cru-header {
    max-width: 760px;
    margin-bottom: 56px;
}
.about-cru-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 16px;
}
.about-cru-sub {
    font-size: 1.05rem;
    font-weight: 600;
    color: #93c5fd;
    margin-bottom: 16px;
    line-height: 1.6;
}
.about-cru-body {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.85;
}

/* 3×2 Services Grid */
.about-cru-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}
.about-cru-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}
.about-cru-card:hover {
    border-left-color: #1565C0;
    background: rgba(21,101,192,0.12);
    transform: translateX(4px);
}
.about-cru-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(21,101,192,0.15);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
    border: 1px solid rgba(96,165,250,0.2);
}
.about-cru-card:hover .about-cru-icon {
    background: rgba(21,101,192,0.25);
}
.about-cru-card-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

/* CRU Partnership Badge */
.about-cru-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(21,101,192,0.2);
    border: 1px solid rgba(96,165,250,0.3);
    border-radius: 100px;
    padding: 10px 24px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #93c5fd;
    margin-bottom: 36px;
    letter-spacing: 0.02em;
}
.about-cru-badge strong { color: #fff; }
.about-cru-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 6px rgba(96,165,250,0.8);
    flex-shrink: 0;
}

/* Closing callout */
.about-cru-closing {
    background: #1565C0;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 36px 48px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.about-cru-closing-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-cru-closing p {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    margin: 0;
}
.about-cru-closing p strong {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .about-cru { padding: 72px 24px; }
    .about-cru-inner { padding: 0; }
    .about-cru-grid { grid-template-columns: 1fr; }
    .about-cru-closing { flex-direction: column; padding: 28px 24px; gap: 16px; }
}

/* ══════════════════════════════════════
   SECTION 4 — MEET THE FOUNDER
══════════════════════════════════════ */
.about-founder {
    background: #f0f7ff;
    padding: 80px 48px;
    border-top: 1px solid #dbeafe;
    border-bottom: 1px solid #dbeafe;
    position: relative;
    overflow: hidden;
}
.about-founder::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: calc(340px + 48px + 72px);
    background: #0f2347;
    z-index: 0;
}
.about-founder-inner {
    max-width: 100%;
    padding: 0 72px;
    position: relative;
    z-index: 1;
}
.about-founder-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Left */
.about-founder-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 28px;
}
.about-founder-left p {
    font-size: 1rem;
    color: #1e293b;
    line-height: 2;
    margin-bottom: 24px;
}
.about-founder-pillars-intro {
    font-weight: 600;
    color: #0d1b2a !important;
    margin-top: 16px;
    margin-bottom: 4px;
}
.about-founder-pillars {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.about-founder-pillar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    width: 100%;
    transition: background 0.2s;
}
.about-founder-pillar:hover { background: #eff6ff; }
.about-founder-pillar:hover { background: #f0f7ff; }
.about-founder-pillar-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(21,101,192,0.1);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-founder-pillar-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 3px;
}
.about-founder-pillar-desc {
    font-size: 0.88rem;
    color: #1e293b;
    line-height: 1.75;
}

/* Right: Founder Portrait */
.about-founder-right {
    position: relative;
    z-index: 2;
    padding-left: 24px;
    padding-top: 16px;
}

/* Fact Strip */
.about-founder-facts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 48px;
    padding: 24px 32px;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    border-left: 4px solid #1565C0;
}
.about-founder-fact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0d1b2a;
    padding: 0 28px;
}
.about-founder-fact-sep {
    width: 1px;
    height: 24px;
    background: #dbeafe;
    flex-shrink: 0;
}
.about-founder-portrait-wrap {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.about-founder-portrait-accent { display: none; }
.about-founder-portrait {
    position: relative;
    z-index: 1;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0,0,0,0.4);
    border: 4px solid rgba(96,165,250,0.5);
    margin: 0 auto;
}
.about-founder-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.about-founder-portrait-info {
    text-align: center;
}
.about-founder-signature {
    font-family: 'Caveat', cursive;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1565C0;
    margin-bottom: 4px;
    line-height: 1;
}
.about-founder-pullquote {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
    font-style: italic;
    line-height: 1.85;
    background: rgba(255,255,255,0.06);
    border-left: 3px solid #60a5fa;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 28px;
    font-weight: 400;
}
.about-founder-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1565C0, #0d47a1);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    overflow: hidden;
    border: 3px solid rgba(96,165,250,0.4);
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 32px rgba(21,101,192,0.4);
}
.about-founder-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.about-founder-name {
    font-family: 'Caveat', cursive;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    line-height: 1.1;
}
.about-founder-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #60a5fa;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.about-founder-company {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 12px;
    letter-spacing: 0.03em;
}
.about-founder-creds {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.about-founder-cred {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #93c5fd;
    background: rgba(96,165,250,0.12);
    border: 1px solid rgba(96,165,250,0.25);
    padding: 4px 10px;
    border-radius: 100px;
    letter-spacing: 0.02em;
}
.about-founder-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px 0;
}
.about-founder-quote-mark {
    font-size: 3.5rem;
    line-height: 1;
    color: #1565C0;
    font-family: Georgia, serif;
    opacity: 0.6;
    margin-bottom: -8px;
    text-align: left;
}
.about-founder-quote-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    font-style: italic;
    text-align: left;
    margin-bottom: 16px;
}
.about-founder-quote-sig {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    text-align: left;
}

@media (max-width: 1023px) {
    .about-founder-inner { padding: 0 32px; }
    .about-founder-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-founder::after { display: none; }
    .about-founder-name { color: #1565C0; }
    .about-founder-title { color: #0d47a1; }
    .about-founder-pullquote { color: #334155; background: rgba(21,101,192,0.06); border-left-color: #1565C0; }
    .about-founder-cred { color: #1565C0; background: rgba(21,101,192,0.08); border-color: rgba(21,101,192,0.2); }
}

@media (max-width: 767px) {
    .about-founder { padding: 64px 20px; }
    .about-founder-inner { padding: 0; }
    .about-founder-grid { grid-template-columns: 1fr; gap: 36px; }
    .about-founder::after { display: none; }
    .about-founder-right { position: static; padding-left: 0; }
    .about-founder-name { font-size: 1.5rem; }
    .about-founder-facts { flex-direction: column; gap: 16px; padding: 20px 24px; }
    .about-founder-fact-sep { width: 40px; height: 1px; }
}

/* ══════════════════════════════════════
   SECTION 3 — WHO WE ARE
══════════════════════════════════════ */
.about-who {
    background: #f8fafc;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.about-who-inner {
    max-width: 100%;
    padding: 0 72px;
}
.about-who-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left */
.about-who-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 28px;
}
.about-who-left p {
    font-size: 0.92rem;
    color: #1e293b;
    line-height: 1.85;
    margin-bottom: 16px;
    max-width: 560px;
}
.about-who-focus {
    font-size: 0.95rem !important;
    font-weight: 700;
    color: #1565C0 !important;
    border-left: 3px solid #1565C0;
    padding-left: 16px;
    margin: 20px 0 !important;
}

/* Right: Info Cards */
.about-who-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.about-who-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: background 0.2s, border-color 0.2s;
}
.about-who-card:hover {
    background: #f0f7ff;
    border-color: rgba(21,101,192,0.2);
}
.about-who-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-who-card-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1565C0;
    margin-bottom: 6px;
}
.about-who-card-value {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0d1b2a;
    line-height: 1.5;
}
.about-who-card-sub {
    font-size: 0.78rem;
    font-weight: 400;
    color: #475569;
}

@media (max-width: 1023px) {
    .about-who-inner { padding: 0 32px; }
    .about-who-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 767px) {
    .about-who { padding: 64px 20px; }
    .about-who-inner { padding: 0; }
    .about-who-grid { grid-template-columns: 1fr; gap: 28px; }
    .about-who-cards { grid-template-columns: 1fr; }
    .about-who-card { background: #fff; }
    .about-who-left p { max-width: 100%; }
}

/* ════════════════════════════════
   PRELOADER
════════════════════════════════ */
#rbm-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#rbm-preloader.rpl-out {
    animation: rplOut 0.6s ease forwards;
}
@keyframes rplOut { to { opacity: 0; pointer-events: none; } }

/* ── Screen shake ── */
@keyframes rplShake {
    0%,100% { transform: translate(0,0) rotate(0); }
    10%     { transform: translate(-7px,-4px) rotate(-0.4deg); }
    20%     { transform: translate(7px,4px)  rotate(0.4deg); }
    30%     { transform: translate(-9px,2px) rotate(-0.6deg); }
    40%     { transform: translate(9px,-3px) rotate(0.5deg); }
    50%     { transform: translate(-5px,6px) rotate(-0.3deg); }
    60%     { transform: translate(5px,-6px) rotate(0.3deg); }
    70%     { transform: translate(-6px,3px) rotate(-0.2deg); }
    80%     { transform: translate(6px,-3px) rotate(0.2deg); }
    90%     { transform: translate(-3px,3px) rotate(-0.1deg); }
}
.rpl-shake { animation: rplShake 0.45s cubic-bezier(0.36,0.07,0.19,0.97) both; }

/* ── Red alarm flash ── */
.rpl-alarm-flash {
    position: absolute; inset: 0; z-index: 6; pointer-events: none;
    background: rgba(210,10,10,0.88);
    opacity: 0;
}
.rpl-alarm-flash--fire {
    animation: rplAlarmFlash 0.55s ease forwards;
}
@keyframes rplAlarmFlash {
    0%   { opacity: 0; }
    6%   { opacity: 0.95; }
    18%  { opacity: 0.6; }
    30%  { opacity: 0; }
    42%  { opacity: 0.45; }
    55%  { opacity: 0; }
    70%  { opacity: 0.2; }
    100% { opacity: 0; }
}

/* ── Monitor flicker (phase transition) ── */
.rpl-flicker {
    position: absolute; inset: 0; z-index: 7; pointer-events: none;
    background: #fff;
    opacity: 0;
}
.rpl-flicker--fire {
    animation: rplFlickerFire 0.55s ease forwards;
}
@keyframes rplFlickerFire {
    0%   { opacity: 0; background: #fff; }
    10%  { opacity: 0.85; background: #fff; }
    22%  { opacity: 0; }
    38%  { opacity: 0.4; background: #000; }
    52%  { opacity: 0; }
    100% { opacity: 0; }
}

/* CRT scanlines */
.rpl-scanlines {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.15) 2px, rgba(0,0,0,0.15) 4px);
}
/* Red atmospheric vignette */
.rpl-red-vignette {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(100,0,0,0.35) 100%);
    opacity: 0;
    animation: rplVigIn 1.2s ease 0.4s forwards;
}
@keyframes rplVigIn { to { opacity: 1; } }

/* ─── Phase 1: Threat ─── */
.rpl-threat {
    position: absolute; inset: 0; z-index: 2;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 52px;
    transition: opacity 0.4s ease;
    will-change: opacity;
}
.rpl-threat--out { opacity: 0; pointer-events: none; }

/* SYSTEM BREACHED. */
.rpl-breach {
    font-family: 'Courier New', 'Courier', monospace;
    font-size: clamp(1.4rem, 4.5vw, 3.6rem);
    font-weight: 900;
    color: #ef4444;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0;
    text-shadow: 0 0 40px rgba(239,68,68,0.9), 0 0 80px rgba(239,68,68,0.35);
    will-change: transform, opacity;
}
.rpl-breach--in {
    animation: rplBreachIn 0.22s ease forwards, rplGlitch 0.5s 0.28s infinite;
}
@keyframes rplBreachIn {
    from { opacity: 0; transform: scale(1.18) skewX(-5deg); letter-spacing: 0.5em; }
    to   { opacity: 1; transform: scale(1) skewX(0);        letter-spacing: 0.2em; }
}
@keyframes rplGlitch {
    0%,100% { transform: translate(0); }
    12%     { transform: translate(-5px, 0) skewX(-2deg); }
    24%     { transform: translate(5px, 0) skewX(2deg); }
    38%     { transform: translate(0) skewX(6deg); }
    55%     { transform: translate(-3px, 1px); }
    70%     { transform: translate(3px, -1px) skewX(-4deg); }
    85%     { transform: translate(-1px, 0); }
}

/* Warning cards */
.rpl-warn-list {
    display: flex; flex-direction: column; gap: 14px;
    width: min(560px, 88vw);
}
.rpl-warn-card {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(239,68,68,0.06);
    border-left: 3px solid rgba(239,68,68,0.7);
    border-radius: 0 6px 6px 0;
    opacity: 0;
    transform: translateX(-20px);
    will-change: transform, opacity;
}
.rpl-warn-card--in {
    animation: rplCardIn 0.28s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}
@keyframes rplCardIn { to { opacity: 1; transform: translateX(0); } }

/* [ERR] prefix + typed text + blinking cursor */
.rpl-warn-track {
    display: flex; align-items: center; gap: 10px;
}
.rpl-warn-err {
    font-family: 'Courier New', monospace;
    font-size: clamp(0.65rem, 1.2vw, 0.78rem);
    font-weight: 700;
    color: #ef4444;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    opacity: 0.8;
}
.rpl-warn-typed {
    font-family: 'Courier New', monospace;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.04em;
}
.rpl-warn-cursor {
    font-family: 'Courier New', monospace;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #ef4444;
    animation: rplCursorBlink 0.55s step-end infinite;
}
@keyframes rplCursorBlink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }

/* Impact word — slams in with violent red flicker */
.rpl-impact {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.4rem);
    font-weight: 900;
    color: #ef4444;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0;
    flex-shrink: 0;
}
.rpl-impact--hit {
    animation: rplImpactHit 0.52s ease forwards;
}
@keyframes rplImpactHit {
    0%   { opacity: 0;   transform: scale(2.2);  color: #fff; }
    10%  { opacity: 1;   transform: scale(1.15); color: #fff; }
    22%  { opacity: 0.1; transform: scale(1.05); }
    35%  { opacity: 1;   transform: scale(1.2);  color: #ef4444; }
    48%  { opacity: 0.3; }
    60%  { opacity: 1;   transform: scale(1.08); color: #ef4444; }
    72%  { transform: translateX(-4px); }
    82%  { transform: translateX(4px); }
    91%  { transform: translateX(-2px); }
    100% { opacity: 1;   transform: translateX(0) scale(1); color: #ef4444; }
}

/* ─── Phase 2: Rescue ─── */
.rpl-rescue {
    position: absolute; inset: 0; z-index: 3;
    display: flex; align-items: center; justify-content: center;
    background: #000;
    opacity: 0; pointer-events: none;
    will-change: opacity;
}
.rpl-rescue--in {
    animation: rplRescueIn 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    pointer-events: auto;
}
@keyframes rplRescueIn { from { opacity: 0; } to { opacity: 1; } }

/* Blue radial burst */
.rpl-burst {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(21,101,192,0.6) 0%, rgba(13,27,42,0.45) 42%, transparent 70%);
    opacity: 0;
    animation: rplBurst 0.65s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
    will-change: transform, opacity;
}
@keyframes rplBurst {
    0%   { opacity: 0; transform: scale(0.15); }
    55%  { opacity: 1; transform: scale(1.3); }
    100% { opacity: 0.85; transform: scale(1); }
}

/* Rescue content stack */
.rpl-rescue-content {
    position: relative; z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.rpl-logo {
    height: clamp(80px, 11vw, 140px);
    width: auto;
    opacity: 0;
    filter: brightness(0) invert(1) drop-shadow(0 0 30px rgba(96,165,250,0.95));
    animation: rplLogoSlam 0.42s cubic-bezier(0.175,0.885,0.32,1.275) 0.12s forwards;
    will-change: transform, opacity;
}
@keyframes rplLogoSlam {
    from { opacity: 0; transform: scale(3); }
    to   { opacity: 1; transform: scale(1); }
}

/* Tagline — rises in, then gently pulses while visible */
.rpl-tagline {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.5rem, 3.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 0 0 40px rgba(96,165,250,0.9), 0 0 80px rgba(96,165,250,0.4);
    opacity: 0;
    transform: translateY(18px);
    will-change: transform, opacity;
}
.rpl-tagline--in {
    animation: rplTaglineIn 0.55s ease forwards, rplTaglinePulse 2.2s ease-in-out 0.6s infinite;
}
@keyframes rplTaglineIn {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes rplTaglinePulse {
    0%,100% { opacity: 0.88; }
    50%     { opacity: 1; }
}

/* Blue underline bar that draws in under tagline */
.rpl-tagline-bar {
    height: 3px;
    width: min(360px, 70vw);
    border-radius: 3px;
    background: linear-gradient(90deg, #1565C0, #60a5fa, #1565C0);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
}
.rpl-tagline-bar--in {
    animation: rplBarIn 0.6s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}
@keyframes rplBarIn { to { transform: scaleX(1); opacity: 1; } }

/* Subline typewriter under tagline */
.rpl-subline {
    font-family: 'Courier New', monospace;
    font-size: clamp(0.7rem, 1.3vw, 0.9rem);
    font-weight: 500;
    color: rgba(96,165,250,0.65);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    min-height: 1.4em;
    display: flex;
    align-items: center;
    gap: 2px;
}
.rpl-subline-cursor {
    color: #60a5fa;
    animation: rplCursorBlink 0.55s step-end infinite;
}

/* Skip button */
.rpl-skip {
    position: absolute; bottom: 28px; right: 28px; z-index: 10;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.35);
    font-family: 'Manrope', sans-serif;
    font-size: 0.76rem; font-weight: 600; letter-spacing: 0.07em;
    padding: 8px 20px; border-radius: 40px; cursor: pointer;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s, color 0.2s, background 0.2s;
}
.rpl-skip--show { opacity: 1; pointer-events: auto; }
.rpl-skip:hover { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }

/* ════════════════════════════════════════════
   PRICING PAGE
════════════════════════════════════════════ */

/* ── S1: Hero ── */
.pr-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.25) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    padding: 80px 48px;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pr-hero canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.pr-hero .grain { z-index: 1; }
.pr-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.pr-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.1s;
}
.pr-hero-label::before {
    content: '';
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 8px rgba(96,165,250,0.9);
    flex-shrink: 0;
}
.pr-hero-h1 {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.22s;
}
.pr-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto 32px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.36s;
}
.pr-hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.5s;
}
.pr-hero-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.62s;
}
.pr-hero-strip-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.72);
}
.pr-hero-strip-item svg { color: #60a5fa; flex-shrink: 0; }

/* ── Billing toggle ── */
.pr-billing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 36px;
}
.pr-billing-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
}
.pr-billing-switch {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 4px;
    gap: 2px;
}
.pr-billing-btn {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    background: transparent;
    border: none;
    padding: 8px 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.pr-billing-btn:hover { color: #1565C0; }
.pr-billing-btn.pr-billing-btn--active,
.pr-billing-btn.pr-billing-btn--active:hover { background: #1565C0; color: #fff; }

/* Annual panel */
.pr-annual-panel {
    align-items: center;
    gap: 32px;
    background: #f0f7ff;
    border: 1px solid rgba(21,101,192,0.2);
    border-radius: 16px;
    padding: 48px;
    margin-bottom: 32px;
    border-left: 4px solid #1565C0;
}
.pr-annual-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: rgba(21,101,192,0.1);
    border: 1px solid rgba(21,101,192,0.2);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pr-annual-body { flex: 1; }
.pr-annual-heading {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.pr-annual-sub {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.75;
    max-width: 540px;
    margin: 0;
}

/* ── S2: Plans ── */
.pr-plans {
    background: #f8fafc;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.pr-plans-inner {
    max-width: 100%;
    padding: 0 72px;
}
.pr-plans-header {
    text-align: center;
    margin-bottom: 40px;
}
.pr-plans-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 14px;
}
.pr-plans-sub {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}
.pr-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.pr-tab {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #475569;
    background: transparent;
    border: none;
    padding: 9px 22px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.02em;
}
.pr-tab:hover { color: #1565C0; }
.pr-tab.pr-tab--active,
.pr-tab.pr-tab--active:hover {
    background: #1565C0;
    color: #fff;
}
.pr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pr-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
}
.pr-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.5;
}
.pr-card-features li svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #1565C0;
    background: rgba(21,101,192,0.08);
    border-radius: 50%;
    padding: 2px;
    width: 16px;
    height: 16px;
}
/* Growth tier checks — amber */
.pr-card[data-tier="growth"] .pr-card-features li svg {
    color: #b45309;
    background: rgba(217,119,6,0.08);
}
/* Enterprise tier checks — purple */
.pr-card[data-tier="enterprise"] .pr-card-features li svg {
    color: #6d28d9;
    background: rgba(109,40,217,0.07);
}
/* Features label inside card */
.pr-features-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #94a3b8;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}
/* Note + custom CTA below grid */
.pr-grid-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.6;
    margin-top: 28px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    border-left: 3px solid #1565C0;
}
.pr-grid-note svg { color: #1565C0; flex-shrink: 0; margin-top: 1px; }
.pr-custom-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    font-size: 0.88rem;
    color: #64748b;
}
.pr-custom-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1565C0;
    text-decoration: none;
    transition: color 0.2s;
}
.pr-custom-link:hover { color: #0d47a1; }

/* ── S3: Included ── */
.pr-included {
    background: #0a1628;
    background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 96px 48px;
    position: relative;
}
.pr-included::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(21,101,192,0.18) 0%, transparent 60%);
    pointer-events: none;
}
.pr-included-inner {
    max-width: 100%;
    padding: 0 72px;
    position: relative;
    z-index: 1;
}
.pr-included-header {
    text-align: center;
    margin-bottom: 56px;
}
.pr-included-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 14px;
}
.pr-included-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}
.pr-inc-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pr-inc-col {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-top: 3px solid transparent;
    border-radius: 18px;
    padding: 36px 32px;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
    position: relative;
    overflow: hidden;
}
.pr-inc-col::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 120px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.pr-inc-col--backup  { border-top-color: #60a5fa; }
.pr-inc-col--security { border-top-color: #34d399; }
.pr-inc-col--recovery { border-top-color: #fbbf24; }

.pr-inc-col--backup::before  { background: radial-gradient(ellipse at 50% 0%, rgba(96,165,250,0.12) 0%, transparent 70%); }
.pr-inc-col--security::before { background: radial-gradient(ellipse at 50% 0%, rgba(52,211,153,0.10) 0%, transparent 70%); }
.pr-inc-col--recovery::before { background: radial-gradient(ellipse at 50% 0%, rgba(251,191,36,0.10) 0%, transparent 70%); }

.pr-inc-col:hover { transform: translateY(-5px); }
.pr-inc-col--backup:hover  { box-shadow: 0 8px 32px rgba(96,165,250,0.15), 0 0 0 1px rgba(96,165,250,0.15); border-color: rgba(96,165,250,0.25); }
.pr-inc-col--security:hover { box-shadow: 0 8px 32px rgba(52,211,153,0.12), 0 0 0 1px rgba(52,211,153,0.15); border-color: rgba(52,211,153,0.22); }
.pr-inc-col--recovery:hover { box-shadow: 0 8px 32px rgba(251,191,36,0.12), 0 0 0 1px rgba(251,191,36,0.15); border-color: rgba(251,191,36,0.22); }
.pr-inc-col:hover::before { opacity: 1; }

.pr-inc-col-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pr-inc-col-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pr-inc-col-icon--backup   { background: rgba(96,165,250,0.12); color: #60a5fa; border: 1px solid rgba(96,165,250,0.22); }
.pr-inc-col-icon--security { background: rgba(52,211,153,0.10); color: #34d399; border: 1px solid rgba(52,211,153,0.18); }
.pr-inc-col-icon--recovery { background: rgba(251,191,36,0.10); color: #fbbf24; border: 1px solid rgba(251,191,36,0.18); }
.pr-inc-col-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.pr-inc-col-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}
.pr-inc-col--backup  .pr-inc-col-title { color: #93c5fd; }
.pr-inc-col--security .pr-inc-col-title { color: #6ee7b7; }
.pr-inc-col--recovery .pr-inc-col-title { color: #fde68a; }
.pr-inc-col-count {
    font-size: 0.68rem;
    font-weight: 500;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.02em;
}
.pr-inc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.pr-inc-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.55;
}
.pr-inc-list li svg {
    flex-shrink: 0;
    margin-top: 3px;
    border-radius: 50%;
    padding: 3px;
    width: 18px;
    height: 18px;
}
.pr-inc-col--backup  .pr-inc-list li svg { color: #60a5fa; background: rgba(96,165,250,0.12); }
.pr-inc-col--security .pr-inc-list li svg { color: #34d399; background: rgba(52,211,153,0.10); }
.pr-inc-col--recovery .pr-inc-list li svg { color: #fbbf24; background: rgba(251,191,36,0.10); }

/* Footer strip */
.pr-inc-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 36px;
    padding: 20px 28px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
}
.pr-inc-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74,222,128,0.08);
    border: 1px solid rgba(74,222,128,0.2);
    border-radius: 100px;
    padding: 6px 14px;
    white-space: nowrap;
    flex-shrink: 0;
}
.pr-inc-footer-badge svg {
    flex-shrink: 0;
}
.pr-inc-footer-text {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
}

/* ── S4b: What Gets Backed Up ── */
.pr-protect {
    background: #fff;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.pr-protect-inner {
    max-width: 100%;
    padding: 0 72px;
}
.pr-protect-header {
    text-align: center;
    margin-bottom: 56px;
}
.pr-protect-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 14px;
}
.pr-protect-sub {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto;
}
.pr-protect-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pr-protect-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px 28px;
    transition: all 0.22s;
    border-top: 3px solid transparent;
    display: flex;
    flex-direction: column;
}
.pr-protect-card:hover {
    background: #f0f7ff;
    border-top-color: #1565C0;
    border-color: rgba(21,101,192,0.15);
    box-shadow: 0 4px 20px rgba(21,101,192,0.08);
    transform: translateY(-3px);
}
.pr-protect-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}
.pr-protect-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.15);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.pr-protect-card:hover .pr-protect-icon {
    background: rgba(21,101,192,0.14);
}
.pr-protect-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #16a34a;
    background: rgba(22,163,74,0.08);
    border: 1px solid rgba(22,163,74,0.2);
    border-radius: 100px;
    padding: 4px 10px;
    white-space: nowrap;
    flex-shrink: 0;
}
.pr-protect-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.pr-protect-desc {
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.75;
    margin-bottom: 16px;
}
.pr-protect-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}
.pr-protect-tag {
    font-size: 0.68rem;
    font-weight: 600;
    color: #1565C0;
    background: rgba(21,101,192,0.07);
    border: 1px solid rgba(21,101,192,0.14);
    border-radius: 100px;
    padding: 3px 9px;
    letter-spacing: 0.01em;
}
.pr-protect-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 24px 32px;
    background: #f0f7ff;
    border: 1px solid rgba(21,101,192,0.12);
    border-radius: 14px;
}
.pr-protect-footer-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1565C0;
}
.pr-protect-footer-item svg {
    flex-shrink: 0;
    color: #16a34a;
}

@media (max-width: 1023px) {
    .pr-protect { padding: 80px 32px; }
    .pr-protect-inner { padding: 0; }
    .pr-protect-grid { grid-template-columns: repeat(2, 1fr); }
    .pr-protect-footer { gap: 24px; padding: 20px 24px; }
}
@media (max-width: 767px) {
    .pr-protect { padding: 64px 20px; }
    .pr-protect-inner { padding: 0; }
    .pr-protect-grid { grid-template-columns: 1fr; }
    .pr-protect-footer { flex-direction: column; gap: 14px; align-items: flex-start; padding: 20px; }
}

/* ── S4: Pricing Details ── */
.pr-details {
    background: #fff;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.pr-details-inner {
    max-width: 100%;
    padding: 0 72px;
}
.pr-details-header {
    text-align: center;
    margin-bottom: 56px;
}
.pr-details-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
}
.pr-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pr-detail-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px 28px;
    text-align: center;
    transition: all 0.22s;
    border-top: 3px solid transparent;
}
.pr-detail-card:hover {
    border-top-color: #1565C0;
    background: #f0f7ff;
    box-shadow: 0 4px 20px rgba(21,101,192,0.08);
    transform: translateY(-3px);
}
.pr-detail-card--highlight {
    background: linear-gradient(135deg, #1565C0 0%, #0d47a1 100%);
    border: none;
    border-top: 3px solid rgba(255,255,255,0.3);
}
.pr-detail-card--highlight .pr-detail-icon { background: rgba(255,255,255,0.2); color: #fff; border-color: rgba(255,255,255,0.3); }
.pr-detail-card--highlight .pr-detail-label { color: rgba(255,255,255,0.75); }
.pr-detail-card--highlight .pr-detail-value { color: #fff; }
.pr-detail-card--highlight .pr-detail-sub { color: rgba(255,255,255,0.65); }
.pr-detail-card--highlight:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(21,101,192,0.4); }
.pr-detail-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.15);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.pr-detail-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    margin-bottom: 8px;
}
.pr-detail-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}
.pr-detail-value small {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
}
.pr-detail-sub {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 500;
}

/* ── S5: FAQ ── */
.pr-faq {
    background: #f8fafc;
    background-image: radial-gradient(circle, #dde4ed 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.pr-faq-inner {
    max-width: 100%;
    padding: 0 72px;
}
.pr-faq-header {
    text-align: center;
    margin-bottom: 56px;
}
.pr-faq-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 12px;
}
.pr-faq-sub {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
}
.pr-faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    align-items: start;
}
.pr-faq-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pr-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.22s, box-shadow 0.22s;
}
.pr-faq-item--open {
    border-left-color: #1565C0;
    border-color: rgba(21,101,192,0.2);
    box-shadow: 0 4px 20px rgba(21,101,192,0.07);
}
.pr-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #0d1b2a;
    text-align: left;
    transition: color 0.2s;
}
.pr-faq-q:hover { color: #1565C0; }
.pr-faq-item--open .pr-faq-q { color: #1565C0; }
.pr-faq-chevron {
    flex-shrink: 0;
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.2s;
}
.pr-faq-item--open .pr-faq-chevron {
    transform: rotate(180deg);
    color: #1565C0;
}
.pr-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 22px;
}
.pr-faq-item--open .pr-faq-a {
    max-height: 400px;
    padding: 0 22px 20px;
}
.pr-faq-a p {
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.8;
    margin: 0;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}
.pr-faq-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: #64748b;
    flex-wrap: wrap;
}
.pr-faq-contact {
    font-weight: 700;
    color: #1565C0;
    text-decoration: none;
    transition: color 0.2s;
}
.pr-faq-contact:hover { color: #0d47a1; }

/* ── S6b: Contract & Terms ── */
.pr-terms {
    background: #0d1b2a;
    padding: 96px 48px;
}
.pr-terms-inner {
    max-width: 100%;
    padding: 0 72px;
}
.pr-terms-header {
    text-align: center;
    margin-bottom: 56px;
}
.pr-terms-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 14px;
}
.pr-terms-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}
.pr-terms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pr-term-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-left: 3px solid rgba(96,165,250,0.3);
    border-radius: 14px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    transition: background 0.22s, border-color 0.22s, box-shadow 0.22s;
}
.pr-term-card:hover {
    background: rgba(21,101,192,0.1);
    border-color: rgba(96,165,250,0.22);
    border-left-color: #60a5fa;
    box-shadow: -4px 0 24px rgba(21,101,192,0.18), 0 4px 20px rgba(21,101,192,0.08);
}
.pr-term-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: rgba(21,101,192,0.15);
    border: 1px solid rgba(96,165,250,0.2);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.pr-term-tag {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.38);
    margin-bottom: 6px;
}
.pr-term-value {
    font-size: 1.65rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 0;
}
.pr-term-divider {
    height: 1px;
    background: rgba(255,255,255,0.07);
    margin: 16px 0;
}
.pr-term-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.75;
    margin: 0;
    flex: 1;
}
.pr-term-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #4ade80;
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .pr-terms { padding: 80px 32px; }
    .pr-terms-inner { padding: 0; }
    .pr-terms-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .pr-terms { padding: 64px 20px; }
    .pr-terms-inner { padding: 0; }
    .pr-terms-grid { grid-template-columns: 1fr; }
}

/* ── S6c: How It Works ── */
.pr-hiw {
    background: #f8fafc;
    background-image: radial-gradient(circle, #dde4ed 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 96px 48px;
    border-top: 1px solid #e2e8f0;
}
.pr-hiw-inner {
    max-width: 100%;
    padding: 0 72px;
}
.pr-hiw-header {
    text-align: center;
    margin-bottom: 72px;
}
.pr-hiw-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 12px;
}
.pr-hiw-sub {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
}
.pr-hiw-steps {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.pr-hiw-step {
    flex: 1;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #1565C0;
    border-radius: 20px;
    padding: 32px 22px 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}
.pr-hiw-step::before {
    content: attr(data-step);
    position: absolute;
    top: -8px;
    right: 8px;
    font-size: 5.5rem;
    font-weight: 800;
    color: rgba(21,101,192,0.05);
    line-height: 1;
    letter-spacing: -0.04em;
    pointer-events: none;
    user-select: none;
}
.pr-hiw-step:hover {
    border-color: rgba(21,101,192,0.28);
    box-shadow: 0 10px 36px rgba(21,101,192,0.1);
    transform: translateY(-5px);
}
.pr-hiw-step--last {
    border-top-color: #16a34a;
    background: #f0fdf4;
    border-color: rgba(22,163,74,0.2);
}
.pr-hiw-step--last::before { color: rgba(22,163,74,0.07); }
.pr-hiw-step--last:hover {
    border-color: rgba(22,163,74,0.35);
    box-shadow: 0 10px 36px rgba(22,163,74,0.1);
}
.pr-hiw-step-num {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1565C0 0%, #0d47a1 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(21,101,192,0.35);
    flex-shrink: 0;
}
.pr-hiw-step-num--done {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    box-shadow: 0 4px 14px rgba(22,163,74,0.35);
}
.pr-hiw-step-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(21,101,192,0.07);
    border: 1px solid rgba(21,101,192,0.13);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
    transition: background 0.22s;
}
.pr-hiw-step:hover .pr-hiw-step-icon-wrap { background: rgba(21,101,192,0.13); }
.pr-hiw-step-icon-wrap--done {
    background: rgba(22,163,74,0.07);
    border-color: rgba(22,163,74,0.16);
    color: #16a34a;
}
.pr-hiw-step--last:hover .pr-hiw-step-icon-wrap--done { background: rgba(22,163,74,0.13); }
.pr-hiw-step-tag {
    display: inline-flex;
    align-items: center;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #1565C0;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.14);
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 12px;
}
.pr-hiw-step-tag--done {
    color: #16a34a;
    background: rgba(22,163,74,0.08);
    border-color: rgba(22,163,74,0.18);
}
.pr-hiw-step-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.pr-hiw-step-desc {
    font-size: 0.86rem;
    color: #475569;
    line-height: 1.75;
    margin: 0;
    flex: 1;
}
.pr-hiw-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #94a3b8;
    flex-shrink: 0;
    align-self: center;
}

@media (max-width: 1023px) {
    .pr-hiw { padding: 80px 32px; }
    .pr-hiw-inner { padding: 0; }
    .pr-hiw-steps { flex-direction: column; gap: 0; }
    .pr-hiw-step { width: 100%; }
    .pr-hiw-step::before { font-size: 4.5rem; }
    .pr-hiw-connector { transform: rotate(90deg); padding: 4px 0; margin: 0 auto; }
}
@media (max-width: 767px) {
    .pr-hiw { padding: 64px 20px; }
    .pr-hiw-inner { padding: 0; }
    .pr-hiw-step { padding: 28px 20px; border-radius: 16px; }
    .pr-hiw-step::before { font-size: 3.5rem; }
}

/* ── S6: CTA ── */
.pr-cta {
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.3) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    padding: 96px 48px;
    position: relative;
    overflow: hidden;
}
.pr-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(21,101,192,0.6), transparent);
}
.pr-cta-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 64px;
    align-items: center;
}
.pr-cta-left { flex: 1; min-width: 0; }
.pr-cta-right { flex: 0 0 340px; }
.pr-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.pr-cta-label::before {
    content: '';
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 6px rgba(96,165,250,0.9);
    flex-shrink: 0;
}
.pr-cta-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.pr-cta-sub {
    font-size: 1rem;
    font-weight: 600;
    color: #93c5fd;
    line-height: 1.6;
    margin-bottom: 36px;
}
.pr-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.pr-cta-trust {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.pr-cta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.02em;
}
.pr-cta-chip svg { color: #60a5fa; flex-shrink: 0; }

/* Right: contact card */
.pr-cta-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 36px 32px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.pr-cta-card-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 12px;
}
.pr-cta-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.9rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 24px;
    transition: color 0.2s;
}
.pr-cta-phone:hover { color: #60a5fa; }
.pr-cta-phone svg {
    width: 36px; height: 36px;
    background: #1565C0;
    border-radius: 10px;
    padding: 8px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(21,101,192,0.45);
}
.pr-cta-card-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 22px;
}
.pr-cta-card-info {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.pr-cta-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.83rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}
.pr-cta-info-row svg { flex-shrink: 0; color: #60a5fa; margin-top: 2px; }
.pr-cta-info-row a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}
.pr-cta-info-row a:hover { color: #fff; }

/* ── Pricing Page: Tablet ── */
@media (max-width: 1023px) {
    .pr-hero { padding: 80px 32px; min-height: 380px; }
    .pr-plans { padding: 80px 32px; }
    .pr-plans-inner { padding: 0; }
    .pr-grid { grid-template-columns: repeat(2, 1fr); }
    .pr-included { padding: 80px 32px; }
    .pr-included-inner { padding: 0; }
    .pr-inc-cols { grid-template-columns: 1fr; gap: 16px; }
    .pr-inc-footer { flex-direction: column; align-items: flex-start; gap: 14px; }
    .pr-annual-panel { flex-direction: column; align-items: flex-start; padding: 32px; gap: 16px; }
    .pr-protect { padding: 80px 32px; }
    .pr-protect-inner { padding: 0; }
    .pr-protect-grid { grid-template-columns: repeat(2, 1fr); }
    .pr-protect-footer { gap: 20px; }
    .pr-faq { padding: 80px 32px; }
    .pr-faq-inner { padding: 0; }
    .pr-faq-list { grid-template-columns: 1fr; gap: 10px; }
    .pr-terms { padding: 80px 32px; }
    .pr-terms-inner { padding: 0; }
    .pr-terms-grid { grid-template-columns: repeat(2, 1fr); }
    .pr-hiw { padding: 80px 32px; }
    .pr-hiw-inner { padding: 0; }
    .pr-hiw-steps { flex-direction: column; gap: 10px; align-items: stretch; }
    .pr-hiw-connector { transform: rotate(90deg); padding: 4px 0; align-self: center; }
    .pr-hiw-step { flex: none; }
    .pr-cta { padding: 80px 32px; }
    .pr-cta-inner { padding: 0; flex-direction: column; gap: 40px; }
    .pr-cta-right { flex: none; width: 100%; }
}

/* ── Pricing Page: Mobile ── */
@media (max-width: 767px) {
    /* Hero */
    .pr-hero { padding: 70px 20px; min-height: 0; }
    .pr-hero-ctas { flex-direction: column; gap: 10px; }
    .pr-hero-ctas .btn-primary,
    .pr-hero-ctas .btn-secondary { width: 100%; justify-content: center; }
    .pr-hero-h1 { font-size: 1.9rem; }
    .pr-hero-sub { font-size: 0.95rem; }
    .pr-hero-strip { gap: 10px 16px; }
    /* Plans */
    .pr-plans { padding: 64px 20px; }
    .pr-plans-inner { padding: 0; }
    .pr-plans-sub { max-width: 100%; }
    .pr-billing { flex-direction: column; gap: 10px; }
    .pr-annual-panel { flex-direction: column; text-align: center; padding: 32px 24px; gap: 20px; }
    .pr-annual-sub { max-width: 100%; }
    .pr-tabs { flex-wrap: wrap; width: 100%; gap: 6px; }
    .pr-tab { flex: 1 1 calc(50% - 3px); text-align: center; padding: 9px 10px; font-size: 0.82rem; }
    .pr-grid { grid-template-columns: 1fr; }
    .pricing-card { padding: 24px 20px; }
    .pr-grid-note { font-size: 0.78rem; }
    .pr-custom-cta { flex-direction: column; gap: 6px; text-align: center; }
    /* Every Plan Includes */
    .pr-included { padding: 64px 20px; }
    .pr-included-inner { padding: 0; }
    .pr-inc-cols { grid-template-columns: 1fr; gap: 14px; }
    .pr-inc-col { padding: 28px 22px; }
    .pr-inc-footer { padding: 18px 20px; }
    .pr-inc-footer-text { font-size: 0.8rem; }
    /* What We Protect */
    .pr-protect { padding: 64px 20px; }
    .pr-protect-inner { padding: 0; }
    .pr-protect-grid { grid-template-columns: 1fr; }
    .pr-protect-card { padding: 24px 20px; }
    .pr-protect-footer { flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px 20px; }
    /* FAQ */
    .pr-faq { padding: 64px 20px; }
    .pr-faq-inner { padding: 0; }
    .pr-faq-q { padding: 18px 20px; font-size: 0.88rem; }
    .pr-faq-a { padding: 0 20px; }
    .pr-faq-item--open .pr-faq-a { padding: 0 20px 18px; }
    .pr-faq-bottom { flex-direction: column; text-align: center; gap: 8px; padding-top: 24px; }
    /* Contract & Terms */
    .pr-terms { padding: 64px 20px; }
    .pr-terms-inner { padding: 0; }
    .pr-terms-grid { grid-template-columns: 1fr; }
    .pr-term-value { font-size: 1.3rem; }
    /* How It Works */
    .pr-hiw { padding: 64px 20px; }
    .pr-hiw-inner { padding: 0; }
    .pr-hiw-steps { flex-direction: column; gap: 8px; }
    .pr-hiw-connector { transform: rotate(90deg); padding: 2px 0; align-self: center; }
    .pr-hiw-step { flex: none; padding: 24px 20px; }
    .pr-hiw-step::before { font-size: 4rem; }
    /* CTA */
    .pr-cta { padding: 64px 20px; }
    .pr-cta-inner { padding: 0; flex-direction: column; gap: 32px; }
    .pr-cta-right { flex: none; width: 100%; }
    .pr-cta-heading { font-size: 1.75rem; }
    .pr-cta-phone { font-size: 1.5rem; }
    .pr-cta-buttons { flex-direction: column; }
    .pr-cta-buttons .btn-primary,
    .pr-cta-buttons .btn-secondary { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════
   ATTACK DEMO SECTION  (.pr-attack)
══════════════════════════════════════ */
.pr-attack {
    background: #06080f;
    padding: 110px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pr-attack::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(220,38,38,0.13) 0%, transparent 70%);
    pointer-events: none;
}
.pr-attack-inner {
    position: relative;
    z-index: 1;
    max-width: 740px;
    margin: 0 auto;
}
.pr-attack-inner .section-label-light {
    color: #ef4444;
}
.pr-attack-inner .section-label-light::before {
    background: #ef4444;
}
.pr-attack-heading {
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.pr-attack-sub {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto 44px;
}
.pr-attack-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.pr-attack-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #dc2626;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 17px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.18s;
    animation: prAttackPulse 2.2s ease infinite;
}
.pr-attack-btn:hover {
    background: #b91c1c;
    transform: scale(1.05);
}
.pr-attack-btn-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50px;
    border: 2px solid rgba(220,38,38,0.55);
    animation: prRingPulse 2.2s ease-out infinite;
    pointer-events: none;
}
@keyframes prAttackPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220,38,38,0.45); }
    50%       { box-shadow: 0 0 0 14px rgba(220,38,38,0); }
}
@keyframes prRingPulse {
    0%   { transform: scale(1);   opacity: 0.9; }
    100% { transform: scale(1.6); opacity: 0; }
}
.pr-attack-note {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.28);
    letter-spacing: 0.03em;
}

/* ══════════════════════════════════════
   ATTACK OVERLAY  (.prao)
══════════════════════════════════════ */
.prao {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
    overflow: hidden;
}
.prao--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.prao-canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.25;
}
.prao-close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 20;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.55);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    font-family: 'Manrope', sans-serif;
}
.prao-close:hover { background: rgba(255,255,255,0.14); color: #fff; }

/* Phases */
.prao-phase {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 28px 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.55s ease, visibility 0.55s ease;
    text-align: center;
    z-index: 2;
}
.prao-phase--active {
    opacity: 1;
    visibility: visible;
}

/* ── Phase 1: Breach ── */
.prao-skull {
    margin-bottom: 28px;
    animation: praoSkullBob 1.1s ease-in-out infinite;
}
@keyframes praoSkullBob {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50%       { transform: translateY(-10px) rotate(4deg); }
}
.prao-glitch {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 6vw, 4.8rem);
    font-weight: 900;
    color: #ff3b3b;
    letter-spacing: 0.08em;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 36px;
    animation: praoGlitchFlicker 0.14s infinite;
    line-height: 1;
}
.prao-glitch::before,
.prao-glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0; left: 0; right: 0;
}
.prao-glitch::before {
    color: #00ffff;
    animation: praoGlitchBefore 2.8s infinite;
    clip-path: polygon(0 18%, 100% 18%, 100% 40%, 0 40%);
}
.prao-glitch::after {
    color: #ff00ff;
    animation: praoGlitchAfter 2.8s infinite;
    clip-path: polygon(0 58%, 100% 58%, 100% 78%, 0 78%);
}
@keyframes praoGlitchFlicker {
    0%, 94%, 100% { opacity: 1; }
    95%, 98%      { opacity: 0.8; }
    96%           { opacity: 1; }
}
@keyframes praoGlitchBefore {
    0%, 88%, 100% { transform: translateX(0); }
    89%           { transform: translateX(-5px); }
    91%           { transform: translateX(5px); }
    93%           { transform: translateX(-3px); }
}
@keyframes praoGlitchAfter {
    0%, 83%, 100% { transform: translateX(0); }
    84%           { transform: translateX(4px); }
    86%           { transform: translateX(-4px); }
    88%           { transform: translateX(2px); }
}
.prao-terminal {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.8rem;
    color: #22c55e;
    text-align: left;
    max-width: 540px;
    width: 100%;
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(34,197,94,0.28);
    border-radius: 8px;
    padding: 18px 22px;
    min-height: 130px;
    line-height: 1.85;
    white-space: pre-wrap;
    word-break: break-all;
}
.prao-scanline {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: rgba(255,59,59,0.35);
    animation: praoScan 2.8s linear infinite;
    pointer-events: none;
}
@keyframes praoScan {
    0%   { top: 0;    opacity: 0.9; }
    100% { top: 100%; opacity: 0.15; }
}

/* ── Phase 2: Chaos ── */
.prao-chaos-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #f97316;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    animation: praoChaosBlink 0.85s step-start infinite;
}
@keyframes praoChaosBlink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.55; }
}
.prao-enc-bar-wrap {
    width: 100%;
    max-width: 520px;
    background: rgba(255,255,255,0.08);
    border-radius: 4px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}
.prao-enc-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ef4444, #dc2626);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(239,68,68,0.55);
}
.prao-enc-pct {
    display: block;
    width: 100%;
    max-width: 520px;
    text-align: right;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.38);
    font-family: 'Courier New', monospace;
    margin-bottom: 18px;
}
.prao-files {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.72rem;
    color: #ef4444;
    max-width: 520px;
    width: 100%;
    height: 128px;
    overflow: hidden;
    border: 1px solid rgba(239,68,68,0.18);
    border-radius: 6px;
    padding: 10px 14px;
    text-align: left;
    line-height: 1.9;
    position: relative;
    background: rgba(239,68,68,0.03);
}
.prao-files::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 44px;
    background: linear-gradient(to bottom, transparent, #000);
    pointer-events: none;
}
.prao-files--green {
    color: #22c55e;
    border-color: rgba(34,197,94,0.18);
    background: rgba(34,197,94,0.03);
}
.prao-files--green::after {
    background: linear-gradient(to bottom, transparent, #030d1f);
}
.prao-ransom {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: #120606;
    border-top: 3px solid #dc2626;
    padding: 26px 40px;
    transform: translateY(100%);
    transition: transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    z-index: 4;
}
.prao-ransom--visible { transform: translateY(0); }
.prao-ransom-skull { font-size: 2.2rem; margin-bottom: 8px; }
.prao-ransom-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: 0.07em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.prao-ransom-body {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.58);
    margin-bottom: 14px;
}
.prao-ransom-amount {
    font-family: 'Courier New', monospace;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.prao-ransom-amount span {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.45);
    display: block;
    margin-top: 4px;
}
.prao-ransom-timer {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    color: #ef4444;
    margin-top: 10px;
    animation: praoChaosBlink 1.1s step-start infinite;
    letter-spacing: 0.04em;
}

/* ── Phase 3: Recovery ── */
#praoPhase3 { background: #030d1f; }
.prao-rbm-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(21,101,192,0.14);
    border: 1px solid rgba(21,101,192,0.32);
    border-radius: 50px;
    padding: 12px 30px;
    margin-bottom: 34px;
}
.prao-rbm-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #60a5fa;
    letter-spacing: 0.09em;
}
.prao-rec-status {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.95rem;
    color: #60a5fa;
    letter-spacing: 0.05em;
    margin-bottom: 22px;
    min-height: 1.4em;
}
.prao-rec-bar-wrap {
    width: 100%;
    max-width: 520px;
    background: rgba(255,255,255,0.07);
    border-radius: 4px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}
.prao-rec-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #16a34a, #22c55e);
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(34,197,94,0.5);
}
.prao-rec-pct {
    display: block;
    width: 100%;
    max-width: 520px;
    text-align: right;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.38);
    font-family: 'Courier New', monospace;
    margin-bottom: 18px;
}

/* ── Phase 4: Safe ── */
#praoPhase4 { background: #030d1f; }
.prao-check-ring { margin-bottom: 28px; }
.prao-check-circle { animation: praoDrawCircle 0.85s ease forwards; }
.prao-check-mark   { animation: praoDrawCheck 0.4s 0.75s ease forwards; }
@keyframes praoDrawCircle { to { stroke-dashoffset: 0; } }
@keyframes praoDrawCheck  { to { stroke-dashoffset: 0; } }
.prao-safe-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 900;
    color: #22c55e;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    line-height: 1.1;
}
.prao-safe-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
    max-width: 440px;
    line-height: 1.65;
    margin-bottom: 40px;
}
.prao-safe-stats {
    display: flex;
    gap: 48px;
    margin-bottom: 40px;
    align-items: flex-start;
}
.prao-safe-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.prao-safe-stat--mid {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 0 40px;
}
.prao-safe-num {
    font-family: 'Manrope', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.prao-safe-stat--mid .prao-safe-num { color: #22c55e; }
.prao-safe-stat:last-child .prao-safe-num { color: #22c55e; }
.prao-safe-label {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.38);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.prao-safe-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
.prao-safe-cta-btn {
    padding: 14px 34px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}
.prao-safe-cta-btn--primary {
    background: #1565C0;
    color: #fff;
    box-shadow: 0 4px 22px rgba(21,101,192,0.4);
}
.prao-safe-cta-btn--primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(21,101,192,0.55);
}
.prao-safe-cta-btn--secondary {
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.65);
    border: 1px solid rgba(255,255,255,0.18);
}
.prao-safe-cta-btn--secondary:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

/* ── Mobile responsiveness ── */
@media (max-width: 1023px) {
    .pr-attack { padding: 80px 32px; }
    .pr-attack-heading { font-size: clamp(1.8rem, 4vw, 2.6rem); }
}
@media (max-width: 767px) {
    .pr-attack { padding: 64px 20px; }
    .prao-glitch { font-size: 1.85rem; letter-spacing: 0.04em; }
    .prao-terminal { font-size: 0.72rem; padding: 12px 14px; min-height: 110px; }
    .prao-chaos-title { font-size: 1.1rem; }
    .prao-ransom { padding: 20px 20px; }
    .prao-ransom-amount { font-size: 1.5rem; }
    .prao-safe-stats { gap: 0; flex-wrap: wrap; }
    .prao-safe-stat { flex: 1 1 45%; padding: 12px 16px; }
    .prao-safe-stat--mid { border: none; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); padding: 12px 16px; flex: 1 1 100%; }
    .prao-safe-num { font-size: 1.9rem; }
    .prao-safe-ctas { flex-direction: column; width: 100%; max-width: 300px; }
    .prao-safe-cta-btn { width: 100%; justify-content: center; }
    .prao-rbm-bar { padding: 10px 18px; gap: 10px; }
    .prao-rbm-label { font-size: 0.72rem; }
    .prao-safe-title { font-size: 1.8rem; }
    .prao-safe-sub { font-size: 0.88rem; }
}

/* ══════════════════════════════════════
   SERVICES PAGE  (page-services.php)
══════════════════════════════════════ */

/* ── S1: Hero ── */
.svc-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.25) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    padding: 80px 48px;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.svc-hero canvas {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
.svc-hero .grain { z-index: 1; }
.svc-hero-inner {
    position: relative; z-index: 2;
    max-width: 760px; width: 100%; margin: 0 auto;
}
.svc-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.1s;
}
.svc-hero-label::before {
    content: '';
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 8px rgba(96,165,250,0.9);
    flex-shrink: 0;
}
.svc-hero-h1 {
    font-size: clamp(1.75rem, 2.1vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.22s;
}
.svc-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto 32px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.36s;
}
.svc-hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.5s;
}
.svc-hero-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.62s;
}
.svc-hero-strip-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.72);
}
.svc-hero-strip-item svg { color: #60a5fa; flex-shrink: 0; }

/* ── S2: Services Overview ── */
.svcp-overview {
    background-color: #f8fafc;
    padding: 96px 24px;
}
.svcp-overview-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.svcp-overview-header {
    text-align: center;
    margin-bottom: 56px;
}
.svcp-overview-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.svcp-overview-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}
.svcp-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Service card */
.svcp-svc-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.svcp-svc-card:hover {
    box-shadow: 0 12px 40px rgba(13,27,42,0.09), inset 0 3px 0 #1565C0;
    transform: translateY(-4px);
    border-color: rgba(21,101,192,0.25);
}
.svcp-svc-card-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #e8eef6;
    flex-shrink: 0;
}
.svcp-svc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.svcp-svc-card:hover .svcp-svc-card-img img {
    transform: scale(1.04);
}
.svcp-svc-card-body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}
.svcp-svc-card-num {
    position: absolute;
    top: 12px; right: 14px;
    font-size: 1.8rem;
    font-weight: 800;
    color: rgba(21,101,192,0.07);
    letter-spacing: -0.04em;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.svcp-svc-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(21,101,192,0.08);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    flex-shrink: 0;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}
.svcp-svc-card:hover .svcp-svc-card-icon {
    background: rgba(21,101,192,0.14);
    box-shadow: 0 0 14px rgba(21,101,192,0.18);
}
.svcp-svc-tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1565C0;
    background: rgba(21,101,192,0.08);
    border-radius: 4px;
    padding: 3px 8px;
    margin-bottom: 10px;
}
.svcp-svc-tag--security   { color: #1565C0; background: rgba(21,101,192,0.1); }
.svcp-svc-tag--recovery   { color: #1565C0; background: rgba(21,101,192,0.1); }
.svcp-svc-tag--multisite  { color: #1565C0; background: rgba(21,101,192,0.1); }
.svcp-svc-tag--enterprise { color: #1565C0; background: rgba(21,101,192,0.1); }
.svcp-svc-tag--office     { color: #1565C0; background: rgba(21,101,192,0.1); }
.svcp-svc-tag--local      { color: #1565C0; background: rgba(21,101,192,0.1); }
.svcp-svc-tag--monitoring { color: #1565C0; background: rgba(21,101,192,0.1); }
.svcp-svc-card-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0d1b2a;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    line-height: 1.3;
}
.svcp-svc-card-desc {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ── S3: Backup Services Deep Dive ── */
.svcp-features {
    background: #0d1b2a;
    padding: 96px 48px;
}
.svcp-features-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.svcp-features-header {
    text-align: center;
    margin-bottom: 64px;
}
.svcp-features-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.svcp-features-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* Sub-section divider label */
.svcp-subsection {
    margin-bottom: 32px;
}
.svcp-subsection-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #60a5fa;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(96,165,250,0.35);
}

/* ── Sub-Section A: WHAT WE BACK UP — 3-col image cards ── */
.svcp-bs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 72px;
}
.svcp-bs-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.svcp-bs-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(96,165,250,0.25);
    transform: translateY(-3px);
}
.svcp-bs-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}
.svcp-bs-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.svcp-bs-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(21,101,192,0.18) 0%, rgba(13,27,42,0.6) 100%);
    color: rgba(148,197,253,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.svcp-bs-placeholder svg { opacity: 0.5; }
.svcp-bs-placeholder span {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.55;
}
.svcp-bs-card-body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.svcp-bs-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(21,101,192,0.2);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}
.svcp-bs-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    line-height: 1.3;
}
.svcp-bs-card-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.7;
    margin: 0;
}

/* ── Sub-Section B: HOW WE BACK IT UP — 2×2 grid ── */
.svcp-hw-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.svcp-hw-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 32px 28px;
    position: relative;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.svcp-hw-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(96,165,250,0.25);
}
.svcp-hw-num {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 2.8rem;
    font-weight: 800;
    color: rgba(255,255,255,0.04);
    letter-spacing: -0.04em;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.svcp-hw-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(21,101,192,0.2);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.svcp-hw-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    line-height: 1.3;
}
.svcp-hw-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.72;
    margin: 0;
}

/* ── S4: Recovery Options Deep Dive ── */
.svcp-recovery {
    background-color: #f8fafc;
    padding: 96px 48px;
}
.svcp-recovery-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.svcp-recovery-header {
    text-align: center;
    margin-bottom: 64px;
}
.svcp-recovery-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.svcp-recovery-sub {
    font-size: 1.08rem;
    color: #334155;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 20px;
}
.svcp-recovery-body {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.75;
    max-width: 640px;
    margin: 0 auto;
}

/* 3-col card grid */
.svcp-rec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 64px;
}
.svcp-rec-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    border-top: 3px solid #1565C0;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.svcp-rec-card:hover {
    box-shadow: 0 10px 36px rgba(13,27,42,0.08);
    transform: translateY(-3px);
}
.svcp-rec-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(21,101,192,0.08);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}
.svcp-rec-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0d1b2a;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    line-height: 1.3;
}
.svcp-rec-card-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.72;
    margin: 0 0 20px;
    flex: 1;
}
.svcp-rec-card-best {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.5;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}
.svcp-rec-best-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1565C0;
    margin-right: 4px;
}

/* Recovery timeline table */
.svcp-rec-table-wrap {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
}
.svcp-rec-table-label {
    padding: 16px 28px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #1565C0;
    background: rgba(21,101,192,0.05);
    border-bottom: 1px solid #e2e8f0;
}
.svcp-rec-table-scroll { overflow-x: auto; }
.svcp-rec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.svcp-rec-table thead tr {
    background: #0d1b2a;
}
.svcp-rec-table thead th {
    padding: 14px 28px;
    text-align: left;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}
.svcp-rec-table tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.15s;
}
.svcp-rec-table tbody tr:last-child { border-bottom: none; }
.svcp-rec-table tbody tr:hover { background: rgba(21,101,192,0.03); }
.svcp-rec-table tbody td {
    padding: 14px 28px;
    color: #334155;
    font-weight: 500;
}
.svcp-rec-table tbody td:first-child {
    font-weight: 600;
    color: #0d1b2a;
}
.svcp-rec-table-highlight td {
    background: rgba(21,101,192,0.05);
}
.svcp-rec-table-highlight td:first-child {
    color: #1565C0 !important;
}
.svcp-rec-included {
    display: inline-block;
    padding: 3px 10px;
    background: rgba(34,197,94,0.1);
    color: #16a34a;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
}

/* ── Speed Spectrum Bar ── */
.svcp-speed-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 64px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 16px 28px;
}
.svcp-speed-end {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}
.svcp-speed-end--fast { color: #1565C0; }
.svcp-speed-end--slow { color: #94a3b8; }
.svcp-speed-track {
    flex: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 100px;
    position: relative;
    overflow: visible;
}
.svcp-speed-fill {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1565C0 0%, #60a5fa 55%, #e2e8f0 100%);
    border-radius: 100px;
}
.svcp-speed-dot-wrap {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.svcp-speed-dot-wrap:hover .svcp-speed-dot { transform: scale(1.5); }
.svcp-speed-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1565C0;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.svcp-speed-dot-label {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.58rem;
    font-weight: 700;
    color: #94a3b8;
    white-space: nowrap;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    pointer-events: none;
}
.svcp-speed-dot-wrap--instant .svcp-speed-dot { border-color: #16a34a; }
.svcp-speed-dot-wrap--instant .svcp-speed-dot-label { color: #16a34a; }
.svcp-speed-dot-wrap--fast .svcp-speed-dot { border-color: #0891b2; }
.svcp-speed-dot-wrap--fast .svcp-speed-dot-label { color: #0891b2; }
.svcp-speed-dot-wrap--slow .svcp-speed-dot { border-color: #d97706; }
.svcp-speed-dot-wrap--slow .svcp-speed-dot-label { color: #d97706; }

/* ── Recovery card: time badge + tag chips + stronger hover ── */
.svcp-rec-card { position: relative; }
.svcp-rec-time {
    position: absolute;
    top: 16px; right: 16px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: rgba(21,101,192,0.08);
    color: #1565C0;
    border: 1px solid rgba(21,101,192,0.18);
    border-radius: 100px;
    padding: 4px 10px;
    white-space: nowrap;
}
.svcp-rec-time--fast {
    background: rgba(8,145,178,0.08);
    color: #0891b2;
    border-color: rgba(8,145,178,0.22);
}
.svcp-rec-time--instant {
    background: rgba(22,163,74,0.08);
    color: #16a34a;
    border-color: rgba(22,163,74,0.22);
}
.svcp-rec-time--slow {
    background: rgba(217,119,6,0.08);
    color: #d97706;
    border-color: rgba(217,119,6,0.22);
}
.svcp-rec-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
}
.svcp-rec-tag {
    font-size: 0.71rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 3px 8px;
    line-height: 1.4;
}
.svcp-rec-card:hover {
    box-shadow: 0 16px 48px rgba(13,27,42,0.1);
    transform: translateY(-5px);
    border-color: rgba(21,101,192,0.3);
}
.svcp-rec-card:hover .svcp-rec-card-icon {
    background: rgba(21,101,192,0.14);
    box-shadow: 0 0 16px rgba(21,101,192,0.18);
}

/* ── Recovery stats strip ── */
.svcp-rec-stats {
    display: flex;
    align-items: center;
    background: #0d1b2a;
    border-radius: 16px;
    padding: 36px 48px;
    margin-top: 56px;
}
.svcp-rec-stat {
    flex: 1;
    text-align: center;
}
.svcp-rec-stat-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 8px;
}
.svcp-rec-stat-label {
    font-size: 0.84rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.45;
}
.svcp-rec-stat-sep {
    width: 1px;
    height: 52px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* ── S5: CTA ── */
.svcp-cta canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.svcp-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.3) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    padding: 96px 48px;
    text-align: center;
}
.svcp-cta::before { display: none; }
.svcp-cta-inner {
    position: relative; z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.svcp-cta-content { width: 100%; }
.svcp-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.svcp-cta-label::before {
    content: '';
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 8px rgba(96,165,250,0.9);
    flex-shrink: 0;
}
.svcp-cta-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.svcp-cta-sub {
    font-size: 1rem;
    font-weight: 600;
    color: #93c5fd;
    line-height: 1.6;
    margin-bottom: 24px;
}
.svcp-cta-ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin-bottom: 28px;
}
.svcp-cta-rating-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.svcp-cta-rating-platform {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.04em;
}
.svcp-cta-rating-stars {
    display: flex;
    align-items: center;
    gap: 1px;
}
.svcp-cta-rating-score {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
}
.svcp-cta-rating-sep {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.12);
    flex-shrink: 0;
}
.svcp-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.svcp-cta-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-top: none;
    gap: 8px 28px;
    padding-top: 24px;
    width: 100%;
}
.svcp-cta-strip-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: color 0.2s;
}
.svcp-cta-strip-item:not(.svcp-cta-strip-item--plain):hover { color: #fff; }
.svcp-cta-strip-item svg { color: #60a5fa; flex-shrink: 0; }
.svcp-cta-strip-sep { display: none; }

/* ── S5: Security & Compliance ── */
.svcp-security {
    background: #0d1b2a;
    padding: 96px 48px;
}
.svcp-security-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.svcp-security-header {
    text-align: center;
    margin-bottom: 64px;
}
.svcp-security-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.svcp-security-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    max-width: 640px;
    margin: 0 auto;
}

/* Security cards — 3-col */
.svcp-sec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 72px;
}
.svcp-sec-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 28px 24px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.svcp-sec-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(96,165,250,0.3);
    transform: translateY(-3px);
}
.svcp-sec-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: rgba(21,101,192,0.22);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.svcp-sec-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    line-height: 1.3;
}
.svcp-sec-card-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.72;
    margin: 0;
}

/* Compliance sub-section */
.svcp-comp-intro {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: -0.01em;
}
.svcp-comp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.svcp-comp-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.svcp-comp-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(96,165,250,0.3);
}
.svcp-comp-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: rgba(21,101,192,0.22);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.svcp-comp-card-icon--hipaa { background: rgba(239,68,68,0.15); color: #f87171; }
.svcp-comp-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    line-height: 1.3;
}
.svcp-comp-card-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.72;
    margin: 0 0 16px;
    flex: 1;
}
.svcp-comp-callout {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.8rem;
    color: #fca5a5;
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.2);
    border-radius: 8px;
    padding: 10px 14px;
    line-height: 1.5;
    margin-top: auto;
}
.svcp-comp-callout svg { flex-shrink: 0; margin-top: 1px; color: #f87171; }

/* ── Shield Visualization ── */
.svcp-shield-viz {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
}
.svcp-shield-rings-wrap {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 28px;
}
.svcp-ring {
    position: absolute;
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.svcp-ring--1 {
    width: 130px; height: 130px;
    border: 1.5px dashed rgba(96,165,250,0.7);
    animation: svcp-spin-cw 12s linear infinite;
    box-shadow: 0 0 12px rgba(96,165,250,0.15);
}
.svcp-ring--2 {
    width: 210px; height: 210px;
    border: 1px solid transparent;
    border-top-color: rgba(96,165,250,0.6);
    border-right-color: rgba(96,165,250,0.2);
    animation: svcp-spin-ccw 18s linear infinite;
}
.svcp-ring--2::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    border: 1px solid rgba(96,165,250,0.08);
}
.svcp-ring--3 {
    width: 290px; height: 290px;
    border: 1px solid rgba(96,165,250,0.1);
    animation: svcp-ring-glow 3.5s ease-in-out infinite;
}
@keyframes svcp-spin-cw {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes svcp-spin-ccw {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes svcp-ring-glow {
    0%, 100% { border-color: rgba(96,165,250,0.08); box-shadow: none; }
    50% { border-color: rgba(96,165,250,0.22); box-shadow: 0 0 32px rgba(21,101,192,0.18); }
}
.svcp-shield-core {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 130px; height: 130px;
    background: rgba(21,101,192,0.25);
    border: 1px solid rgba(96,165,250,0.6);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #93c5fd;
    box-shadow: 0 0 60px rgba(21,101,192,0.55), 0 0 120px rgba(21,101,192,0.2), inset 0 0 30px rgba(21,101,192,0.25);
    animation: svcp-core-pulse 2.5s ease-in-out infinite;
}
@keyframes svcp-core-pulse {
    0%, 100% { box-shadow: 0 0 40px rgba(21,101,192,0.4), 0 0 80px rgba(21,101,192,0.15), inset 0 0 20px rgba(21,101,192,0.2); }
    50% { box-shadow: 0 0 80px rgba(21,101,192,0.7), 0 0 140px rgba(21,101,192,0.3), inset 0 0 40px rgba(21,101,192,0.35); }
}
.svcp-shield-enc {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #93c5fd;
    text-align: center;
    line-height: 1.2;
}
.svcp-shield-legend {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 100px;
    padding: 14px 32px;
}
.svcp-shield-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}
.svcp-shield-legend-sep {
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}
.svcp-legend-ring {
    width: 14px; height: 14px;
    border-radius: 50%;
    border: 2px solid;
    flex-shrink: 0;
}
.svcp-legend-ring--1 { border-color: rgba(96,165,250,0.9);  background: rgba(96,165,250,0.18); }
.svcp-legend-ring--2 { border-color: rgba(96,165,250,0.5);  background: rgba(96,165,250,0.08); }
.svcp-legend-ring--3 { border-color: rgba(96,165,250,0.22); background: transparent; }
.svcp-legend-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255,255,255,0.88);
    line-height: 1.2;
}
.svcp-legend-sub {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.42);
    line-height: 1.3;
    margin-top: 2px;
}

/* ── Section divider (replaces svcp-subsection) ── */
.svcp-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 36px;
}
.svcp-divider--spaced { margin-top: 72px; }
.svcp-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(96,165,250,0.22), transparent);
}
.svcp-divider-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #60a5fa;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Security card: number badge + stronger hover ── */
.svcp-sec-card { position: relative; }
.svcp-sec-num {
    position: absolute;
    top: 18px; right: 18px;
    font-size: 2.6rem;
    font-weight: 800;
    color: rgba(96,165,250,0.06);
    letter-spacing: -0.04em;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
.svcp-sec-card:hover {
    background: rgba(21,101,192,0.12);
    border-color: rgba(96,165,250,0.35);
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(21,101,192,0.2);
}
.svcp-sec-card:hover .svcp-sec-card-icon {
    background: rgba(21,101,192,0.35);
    box-shadow: 0 0 16px rgba(96,165,250,0.2);
}

/* ── S6: How It All Works Together ── */
.svcp-lifecycle {
    background: #f8fafc;
    padding: 96px 48px;
}
.svcp-lifecycle-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.svcp-lifecycle-header {
    text-align: center;
    margin-bottom: 64px;
}
.svcp-lifecycle-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.svcp-lifecycle-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto;
}

/* Phase row */
.svcp-lifecycle-phases {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.svcp-lifecycle-phase {
    flex: 1;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
}
.svcp-phase--before { border-top: 4px solid #1565C0; }
.svcp-phase--during { border-top: 4px solid #1565C0; }
.svcp-phase--after  { border-top: 4px solid #60a5fa; }

/* Connector arrow between phases */
.svcp-lifecycle-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 4px;
    flex-shrink: 0;
    color: #cbd5e1;
    margin-top: 32px;
}
.svcp-lifecycle-connector-line {
    width: 1px;
    height: 40px;
    background: #e2e8f0;
}

/* Phase top row: icon + tag */
.svcp-phase-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.svcp-phase-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.svcp-phase-icon--before { background: rgba(21,101,192,0.1);  color: #1565C0; }
.svcp-phase-icon--during { background: rgba(217,119,6,0.1);   color: #d97706; }
.svcp-phase-icon--after  { background: rgba(22,163,74,0.1);   color: #16a34a; }

.svcp-phase-tag {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
}
.svcp-phase-tag--before { background: rgba(21,101,192,0.08);  color: #1565C0; }
.svcp-phase-tag--during { background: rgba(217,119,6,0.1);    color: #b45309; }
.svcp-phase-tag--after  { background: rgba(22,163,74,0.1);    color: #16a34a; }

.svcp-phase-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d1b2a;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    line-height: 1.25;
}
.svcp-phase-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.72;
    margin-bottom: 22px;
}
.svcp-phase-list-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 12px;
}
.svcp-phase-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: auto;
}
.svcp-phase-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 0.86rem;
    color: #334155;
    line-height: 1.5;
}
.svcp-phase-list li::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.svcp-phase-list--before li::before {
    background-color: rgba(21,101,192,0.12);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231565C0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.svcp-phase-list--during li::before {
    background-color: rgba(217,119,6,0.12);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d97706' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.svcp-phase-list--after li::before {
    background-color: rgba(22,163,74,0.12);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* ── S7: Why One Vendor Matters ── */
.svcp-vendor {
    background: #0d1b2a;
    padding: 96px 48px;
}
.svcp-vendor-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.svcp-vendor-header {
    text-align: center;
    margin-bottom: 52px;
}
.svcp-vendor-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.svcp-vendor-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto;
}

/* 2-col comparison card */
.svcp-vendor-compare {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.svcp-vendor-side {
    padding: 40px 44px;
}
.svcp-vendor-side--without { background: rgba(239,68,68,0.04); }
.svcp-vendor-side--with    { background: rgba(34,197,94,0.04); }
.svcp-vendor-side-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.svcp-vendor-side-icon {
    width: 30px; height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.svcp-vendor-side-icon--without { background: rgba(239,68,68,0.15); color: #f87171; }
.svcp-vendor-side-icon--with    { background: rgba(34,197,94,0.15);  color: #4ade80; }
.svcp-vendor-side-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.svcp-vendor-side-label--without { color: #f87171; }
.svcp-vendor-side-label--with    { color: #4ade80; }

/* VS vertical bar */
.svcp-vendor-vs-bar {
    width: 1px;
    background: rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.svcp-vendor-vs-badge {
    position: absolute;
    width: 34px; height: 34px;
    background: #0d1b2a;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.38);
}

/* List */
.svcp-vendor-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.svcp-vendor-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.72);
}
.svcp-vendor-list li::before {
    content: '';
    width: 18px; height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.svcp-vendor-list--without li::before {
    background-color: rgba(239,68,68,0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f87171' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}
.svcp-vendor-list--with li::before {
    background-color: rgba(34,197,94,0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234ade80' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* Result stats bar */
.svcp-vendor-result {
    display: flex;
    align-items: center;
    background: rgba(21,101,192,0.1);
    border: 1px solid rgba(96,165,250,0.18);
    border-radius: 16px;
    padding: 28px 48px;
}
.svcp-vendor-result-stat {
    flex: 1;
    text-align: center;
}
.svcp-vendor-result-num {
    font-size: 2rem;
    font-weight: 800;
    color: #60a5fa;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 6px;
}
.svcp-vendor-result-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.4;
}
.svcp-vendor-result-sep {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* ══ Pricing Bridge Banner ══ */
.svcp-pricing-bridge {
    background: #1565C0;
    padding: 22px 48px;
}
.svcp-pricing-bridge-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.svcp-pricing-bridge-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.svcp-pricing-bridge-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    white-space: nowrap;
}
.svcp-pricing-bridge-text {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.88);
    margin: 0;
    font-weight: 500;
}
.svcp-pricing-bridge-text strong { font-weight: 700; color: #fff; }
.svcp-pricing-bridge-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 8px;
    padding: 10px 22px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
}
.svcp-pricing-bridge-btn:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.55);
    color: #fff;
}

/* ── Ruled section label (dark sections) ── */
.section-label-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 20px;
}
.section-label-rule::before,
.section-label-rule::after {
    content: '';
    width: 72px;
    height: 1px;
    background: rgba(96,165,250,0.25);
    flex-shrink: 0;
}


/* ── Services Page: Tablet ── */
@media (max-width: 1023px) {
    .svc-hero { padding: 80px 32px; min-height: 400px; }
    .svcp-overview { padding: 80px 32px; }
    .svcp-overview-inner { padding: 0; }
    .svcp-overview-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .svcp-features { padding: 80px 32px; }
    .svcp-features-inner { padding: 0; }
    .svcp-bs-grid { grid-template-columns: repeat(2, 1fr); }
    .svcp-hw-grid { grid-template-columns: 1fr; }
    .svcp-recovery { padding: 80px 32px; }
    .svcp-recovery-inner { padding: 0; }
    .svcp-rec-grid { grid-template-columns: repeat(2, 1fr); }
    .svcp-pricing-bridge { padding: 20px 32px; }
    .svcp-speed-bar { padding: 14px 20px; gap: 14px; margin-bottom: 52px; }
    .svcp-speed-end { font-size: 0.7rem; }
    .svcp-speed-dot-label { display: none; }
    .svcp-rec-stats { padding: 28px 32px; gap: 0; }
    .svcp-rec-stat-num { font-size: 2rem; }
    .svcp-vendor { padding: 80px 32px; }
    .svcp-vendor-inner { padding: 0; }
    .svcp-vendor-compare { grid-template-columns: 1fr; }
    .svcp-vendor-vs-bar { width: 100%; height: 1px; }
    .svcp-vendor-vs-badge { position: static; }
    .svcp-vendor-result { padding: 24px 28px; flex-wrap: wrap; gap: 20px 0; }
    .svcp-vendor-result-sep { width: 100%; height: 1px; }
    .svcp-lifecycle { padding: 80px 32px; }
    .svcp-lifecycle-inner { padding: 0; }
    .svcp-lifecycle-phases { flex-direction: column; gap: 0; }
    .svcp-lifecycle-connector { flex-direction: row; margin-top: 0; padding: 6px 0; }
    .svcp-lifecycle-connector-line { width: 40px; height: 1px; }
    .svcp-security { padding: 80px 32px; }
    .svcp-security-inner { padding: 0; }
    .svcp-sec-grid { grid-template-columns: repeat(2, 1fr); }
    .svcp-comp-grid { grid-template-columns: 1fr; }
    .svcp-shield-legend { flex-direction: column; border-radius: 16px; padding: 20px 24px; align-items: flex-start; gap: 14px; }
    .svcp-shield-legend-item { padding: 0; }
    .svcp-shield-legend-sep { width: 100%; height: 1px; }
    .svcp-cta { padding: 72px 24px; }
    .svcp-cta-inner { flex-direction: column; gap: 40px; }
    .svcp-cta-right { flex: none; width: 100%; }
}

/* ── Services Page: Mobile ── */
@media (max-width: 767px) {
    .svc-hero { padding: 70px 20px; min-height: 0; }
    .svc-hero-h1 { font-size: 1.9rem; }
    .svc-hero-sub { font-size: 0.95rem; }
    .svc-hero-ctas { flex-direction: column; gap: 10px; }
    .svc-hero-ctas .btn-primary,
    .svc-hero-ctas .btn-secondary { width: 100%; justify-content: center; }
    .svc-hero-strip { gap: 10px 16px; }
    .svcp-overview { padding: 64px 20px; }
    .svcp-overview-grid { grid-template-columns: 1fr; gap: 14px; }
    .svcp-svc-card-img { height: 200px; }
    .svcp-svc-card-body { padding: 16px 16px 20px; }
    .svcp-features { padding: 64px 20px; }
    .svcp-bs-grid { grid-template-columns: 1fr; gap: 14px; }
    .svcp-bs-card-body { padding: 18px 18px 22px; }
    .svcp-hw-grid { grid-template-columns: 1fr; gap: 12px; }
    .svcp-hw-card { padding: 24px 20px; }
    .svcp-hw-num { font-size: 2rem; top: 18px; right: 18px; }
    .svcp-recovery { padding: 64px 20px; }
    .svcp-recovery-inner { padding: 0; }
    .svcp-rec-grid { grid-template-columns: 1fr; gap: 14px; }
    .svcp-rec-card { padding: 22px 18px 20px; }
    .svcp-rec-table thead th,
    .svcp-rec-table tbody td { padding: 12px 18px; }
    .svcp-pricing-bridge { padding: 16px 20px; }
    .svcp-pricing-bridge-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .svcp-speed-bar { border-radius: 16px; flex-wrap: wrap; gap: 12px; padding: 16px 18px; margin-bottom: 40px; }
    .svcp-speed-track { width: 100%; flex: none; order: 3; }
    .svcp-rec-stats { flex-direction: column; gap: 24px; padding: 28px 24px; border-radius: 14px; }
    .svcp-rec-stat-sep { width: 100%; height: 1px; }
    .svcp-rec-stat-num { font-size: 2.2rem; }
    .svcp-rec-stats { margin-top: 40px; }
    .svcp-vendor { padding: 64px 20px; }
    .svcp-vendor-inner { padding: 0; }
    .svcp-vendor-side { padding: 28px 24px; }
    .svcp-vendor-result { padding: 20px 20px; }
    .svcp-lifecycle { padding: 64px 20px; }
    .svcp-lifecycle-inner { padding: 0; }
    .svcp-lifecycle-phase { padding: 24px 20px; }
    .svcp-security { padding: 64px 20px; }
    .svcp-security-inner { padding: 0; }
    .svcp-shield-rings-wrap { width: 240px; height: 240px; }
    .svcp-ring--1 { width: 100px; height: 100px; }
    .svcp-ring--2 { width: 165px; height: 165px; }
    .svcp-ring--3 { width: 230px; height: 230px; }
    .svcp-shield-core { width: 90px; height: 90px; }
    .svcp-shield-core svg { width: 42px; height: 42px; }
    .svcp-sec-grid { grid-template-columns: 1fr; gap: 12px; }
    .svcp-sec-card { padding: 22px 18px; }
    .svcp-sec-num { font-size: 2rem; top: 14px; right: 14px; }
    .svcp-divider--spaced { margin-top: 48px; }
    .svcp-comp-grid { grid-template-columns: 1fr; gap: 12px; }
    .svcp-comp-card { padding: 22px 18px; }
    .svcp-cta { padding: 64px 20px; }
    .svcp-cta-heading { font-size: 2rem; }
    .svcp-cta-buttons { flex-direction: column; }
    .svcp-cta-buttons .btn-primary,
    .svcp-cta-buttons .btn-secondary { width: 100%; justify-content: center; }
    .svcp-cta-strip { gap: 12px 0; padding-top: 24px; }
    .svcp-cta-strip-item { padding: 4px 16px; }
    .svcp-cta-strip-sep { display: none; }
}


/* ════════════════════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════════════════════ */

/* ── S1: Hero ── */
.cp-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.28) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    padding: 80px 48px;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cp-hero canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.cp-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 740px;
    margin: 0 auto;
}
.cp-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.1s;
}
.cp-hero-label::before {
    content: '';
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 8px rgba(96,165,250,0.9);
    flex-shrink: 0;
}
.cp-hero-h1 {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.22s;
}
.cp-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    margin: 0 auto 32px;
    max-width: 580px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.36s;
}
.cp-hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.5s;
}
.cp-hero-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.62s;
}
.cp-hero-strip-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.72);
}
.cp-hero-strip-item svg { color: #60a5fa; flex-shrink: 0; }

/* ── S2: Main (unified card) ── */
.cp-main {
    position: relative;
    overflow: hidden;
    background-color: #f0f6ff;
    background-image:
        radial-gradient(ellipse 55% 60% at 0% 0%, rgba(21,101,192,0.09) 0%, transparent 60%),
        radial-gradient(ellipse 45% 50% at 100% 100%, rgba(96,165,250,0.07) 0%, transparent 55%);
    padding: 96px 48px;
}
.cp-main-inner {
    position: relative;
    z-index: 2;
    max-width: 1160px;
    margin: 0 auto;
}
.cp-card {
    display: grid;
    grid-template-columns: 1fr 360px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(96,165,250,0.12);
    box-shadow:
        0 0 0 1px rgba(96,165,250,0.06),
        0 32px 80px rgba(0,0,0,0.5),
        0 8px 24px rgba(0,0,0,0.3);
}
.cp-card-form {
    background-color: #fff;
    background-image:
        radial-gradient(ellipse 70% 55% at 0% 0%, rgba(21,101,192,0.07) 0%, transparent 70%),
        radial-gradient(circle, rgba(21,101,192,0.055) 1px, transparent 1px);
    background-size: 100% 100%, 28px 28px;
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
}
.cp-card-info {
    background: #1565C0;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid rgba(255,255,255,0.12);
    position: relative;
    overflow: hidden;
}
.cp-card-info::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(255,255,255,0.15), rgba(255,255,255,0.5));
}
.cp-card-info::after {
    content: '';
    position: absolute;
    bottom: -80px; right: -80px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    pointer-events: none;
}
.cp-card-info-top { flex: 1; }
.cp-card-info-bottom { padding-top: 24px; }
.cp-form-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 14px 0 12px;
}
.cp-form-sub {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 32px;
}
.cp-form-heading-num {
    color: #1565C0;
    font-size: 1.2em;
    letter-spacing: -0.04em;
    display: inline-block;
    position: relative;
}
.cp-form-heading-num::after {
    content: '';
    position: absolute;
    bottom: 2px; left: -3px; right: -3px;
    height: 7px;
    background: rgba(21,101,192,0.12);
    border-radius: 4px;
    z-index: -1;
}

/* Success / Error banners */
.cp-success {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(22,163,74,0.06);
    border: 1px solid rgba(22,163,74,0.25);
    border-left: 4px solid #16a34a;
    border-radius: 10px;
    padding: 20px 22px;
    margin-bottom: 28px;
    font-size: 0.9rem;
    color: #166534;
    line-height: 1.6;
}
.cp-success svg { color: #16a34a; flex-shrink: 0; margin-top: 2px; }
.cp-success a { color: #15803d; font-weight: 700; }
.cp-error {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(220,38,38,0.05);
    border: 1px solid rgba(220,38,38,0.2);
    border-left: 4px solid #dc2626;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 0.88rem;
    color: #991b1b;
}
.cp-error svg { flex-shrink: 0; color: #dc2626; }

/* Form fields */
.cp-form { display: flex; flex-direction: column; gap: 20px; }
.cp-field-row { display: flex; flex-direction: column; gap: 20px; }
.cp-field-row--2 { flex-direction: row; gap: 20px; }
.cp-field-row--2 .cp-field { flex: 1; min-width: 0; }
.cp-field { display: flex; flex-direction: column; gap: 7px; }
.cp-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.01em;
}
.cp-required { color: #dc2626; margin-left: 2px; }
.cp-input,
.cp-select,
.cp-textarea {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0d1b2a;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.cp-input::placeholder,
.cp-textarea::placeholder { color: #94a3b8; }
.cp-select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.cp-input:focus,
.cp-select:focus,
.cp-textarea:focus {
    border-color: #1565C0;
    box-shadow: 0 0 0 3px rgba(21,101,192,0.1);
}
.cp-textarea { resize: vertical; min-height: 140px; }
.cp-form-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cp-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1565C0;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 13px 28px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.cp-submit:hover {
    background: #1254a3;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(21,101,192,0.3);
}
.cp-submit:active { transform: none; }
.cp-form-note {
    font-size: 0.78rem;
    color: #94a3b8;
    margin: 0;
}

/* Inquiry type pill selector */
.cp-inquiry-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2px;
}
.cp-inquiry-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 100px;
    padding: 9px 18px;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s, color 0.18s, box-shadow 0.18s;
    user-select: none;
}
.cp-inquiry-btn input[type="radio"] { display: none; }
.cp-inquiry-btn svg { color: #94a3b8; flex-shrink: 0; transition: color 0.18s; }
.cp-inquiry-btn:hover {
    border-color: #1565C0;
    background: rgba(21,101,192,0.04);
    color: #1565C0;
}
.cp-inquiry-btn:hover svg { color: #1565C0; }
.cp-inquiry-btn:has(input:checked) {
    background: #1565C0;
    border-color: #1565C0;
    color: #fff;
    box-shadow: 0 4px 14px rgba(21,101,192,0.25);
}
.cp-inquiry-btn:has(input:checked) svg { color: #93c5fd; }

/* Info panel interior */
.cp-info-phone-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 12px;
}
.cp-info-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.65rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 10px;
    transition: color 0.2s;
}
.cp-info-phone svg { color: rgba(255,255,255,0.85); flex-shrink: 0; }
.cp-info-phone:hover { color: #93c5fd; }
.cp-info-email-row {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.72);
    margin: 0 0 24px;
}
.cp-info-email-row a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.cp-info-email-row a:hover { color: rgba(255,255,255,0.8); }
.cp-info-divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-bottom: 24px;
}
.cp-info-rows { display: flex; flex-direction: column; gap: 20px; margin-bottom: 24px; }
.cp-info-row { display: flex; align-items: flex-start; gap: 14px; }
.cp-info-row-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.cp-info-row-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 4px;
}
.cp-info-row-value {
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255,255,255,0.88);
    line-height: 1.5;
}
.cp-info-response-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(22,163,74,0.12);
    border: 1px solid rgba(22,163,74,0.25);
    color: #86efac;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 8px;
}
.cp-info-response-badge svg { color: #60a5fa; flex-shrink: 0; }
.cp-info-divider--ratings {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cp-info-ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}
.cp-info-rating-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    text-align: center;
}
.cp-info-rating-val {
    display: flex;
    align-items: center;
    gap: 4px;
}
.cp-info-rating-score {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1;
}
.cp-info-rating-source {
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.cp-info-rating-sep {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
}

/* ── S3: What to Expect ── */
.cp-next {
    background: #fff;
    padding: 96px 48px;
}
.cp-next-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.cp-next-header {
    text-align: center;
    margin-bottom: 56px;
}
.cp-next-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 14px;
}
.cp-next-grid {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.cp-next-card {
    flex: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.cp-next-card:hover {
    box-shadow: 0 10px 36px rgba(13,27,42,0.09);
    border-color: rgba(21,101,192,0.2);
    transform: translateY(-3px);
}
.cp-next-num { display: none; }
.cp-next-num-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #1565C0;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(21,101,192,0.35);
}
.cp-next-card-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: rgba(21,101,192,0.08);
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.cp-next-time {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1565C0;
    margin-bottom: 8px;
}
.cp-next-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1b2a;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
.cp-next-desc {
    font-size: 0.87rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}
.cp-next-connector {
    display: flex;
    align-items: center;
    gap: 0;
    color: #cbd5e1;
    padding: 0 8px;
    flex-shrink: 0;
}
.cp-next-connector-line {
    width: 24px;
    height: 1px;
    background: #e2e8f0;
}

/* ── S4: Direct Contact Strip ── */
.cp-strip {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 80% at 50% 0%, rgba(21,101,192,0.18) 0%, transparent 60%),
        #0d1b2a;
    padding: 80px 48px;
    text-align: left;
}
.cp-strip canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.cp-strip-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.cp-strip-eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 14px;
}
.cp-strip-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.cp-strip-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 380px;
}
.cp-strip-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.cp-strip-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cp-strip-contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 20px 22px;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.cp-strip-contact-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(96,165,250,0.35);
    transform: translateX(4px);
}
.cp-scc-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(21,101,192,0.3);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cp-scc-body { display: flex; flex-direction: column; gap: 2px; }
.cp-scc-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #60a5fa;
}
.cp-scc-value {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
a.cp-scc-value:hover { color: #93c5fd; }
.cp-scc-sub {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
}

/* ── S3: Map ── */
.cp-map {
    background: #f8fafc;
    padding: 0;
    overflow: hidden;
}
.cp-map-inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    min-height: 520px;
}
.cp-map-frame {
    position: relative;
    min-height: 520px;
}
.cp-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(15%);
}
.cp-map-card {
    background: #0d1b2a;
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cp-map-card-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #60a5fa;
}
.cp-map-card-heading {
    font-size: clamp(1.4rem, 2vw, 1.7rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin: 0;
}
.cp-map-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.cp-map-detail-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(21,101,192,0.2);
    border: 1px solid rgba(96,165,250,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #60a5fa;
}
.cp-map-detail-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 4px;
}
.cp-map-detail-value {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.55;
}
.cp-map-detail-value a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
}
.cp-map-detail-value a:hover { color: #fff; }
.cp-map-directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 11px 22px;
    border-radius: 8px;
    background: #1565C0;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    align-self: flex-start;
}
.cp-map-directions:hover { background: #1976d2; }

/* ── Contact Page: Tablet ── */
@media (max-width: 1023px) {
    .cp-hero { padding: 80px 32px; min-height: 400px; }
    .cp-main { padding: 72px 24px; }
    .cp-card { grid-template-columns: 1fr; }
    .cp-card-form { padding: 44px 36px; }
    .cp-card-info { padding: 40px 36px; }
    .cp-card-info::before { display: none; }
    .cp-card-info-top { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
    .cp-info-phone-label { grid-column: 1 / -1; }
    .cp-info-phone { grid-column: 1 / -1; font-size: 1.4rem; }
    .cp-info-email-row { grid-column: 1 / -1; }
    .cp-info-divider { grid-column: 1 / -1; }
    .cp-info-rows { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .cp-card-info-bottom { grid-column: 1 / -1; }
    .cp-map-inner { grid-template-columns: 1fr; }
    .cp-map-frame { min-height: 340px; }
    .cp-map-card { padding: 40px 32px; }
    .cp-next { padding: 80px 32px; }
    .cp-strip { padding: 72px 32px; }
    .cp-strip-inner { grid-template-columns: 1fr; gap: 48px; }
    .cp-strip-sub { max-width: 100%; }
}

/* ── Contact Page: Mobile ── */
@media (max-width: 767px) {
    .cp-hero { padding: 70px 20px; min-height: 0; }
    .cp-hero-h1 { font-size: 1.9rem; }
    .cp-hero-sub { font-size: 0.95rem; }
    .cp-hero-ctas { flex-direction: column; gap: 10px; }
    .cp-hero-ctas .btn-primary,
    .cp-hero-ctas .btn-secondary { width: 100%; justify-content: center; }
    .cp-hero-strip { gap: 10px 16px; }
    .cp-main { padding: 48px 16px; }
    .cp-card { border-radius: 16px; }
    .cp-card-form { padding: 32px 24px; }
    .cp-card-info { padding: 32px 24px; }
    .cp-card-info-top { display: block; }
    .cp-field-row--2 { flex-direction: column; }
    .cp-inquiry-group { gap: 8px; }
    .cp-inquiry-btn { font-size: 0.78rem; padding: 8px 12px; flex: 1 1 calc(50% - 4px); }
    .cp-submit { width: 100%; justify-content: center; }
    .cp-card-form { padding: 28px 20px; }
    .cp-card-info { padding: 28px 20px; }
    .cp-info-phone { font-size: 1.3rem; }
    .cp-info-rows { display: flex; flex-direction: column; gap: 16px; }
    .cp-info-ratings { gap: 0; }
    .cp-info-rating-source { display: block; font-size: 0.55rem; }
    .cp-next { padding: 64px 20px; }
    .cp-next-grid { flex-direction: column; gap: 20px; }
    .cp-next-connector { flex-direction: column; padding: 4px 0; }
    .cp-next-connector-line { width: 1px; height: 20px; }
    .cp-map-frame { min-height: 260px; }
    .cp-map-card { padding: 32px 20px; gap: 20px; }
    .cp-map-card-heading { font-size: 1.35rem; }
    .cp-strip { padding: 56px 20px; }
    .cp-strip-inner { gap: 40px; }
    .cp-strip-btns { flex-direction: column; }
    .cp-strip-btns .btn-primary,
    .cp-strip-btns .btn-secondary { width: 100%; justify-content: center; }
    .cp-strip-heading { font-size: 1.8rem; }
}


/* ═══════════════════════════════════════════════════════════
   INDUSTRIES PAGE  (.ip-)
═══════════════════════════════════════════════════════════ */

/* ── Hero ── */
.ip-hero {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(21,101,192,0.25) 0%, transparent 65%),
        linear-gradient(160deg, #060f20 0%, #0b1e42 50%, #0d1b2a 100%);
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 48px;
    text-align: center;
}
.ip-hero canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.ip-hero .grain { z-index: 1; }
.ip-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
}
.ip-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(21,101,192,0.18);
    border: 1px solid rgba(96,165,250,0.28);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.1s;
}
.ip-hero-label::before {
    content: '';
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #1565C0;
    box-shadow: 0 0 6px #1565C0;
    flex-shrink: 0;
}
.ip-hero-h1 {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.22s;
}
.ip-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    margin: 0 0 36px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.36s;
}
.ip-hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.5s;
}
.ip-hero-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 28px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    animation: fadeUp 0.55s ease forwards 0.62s;
}
.ip-hero-strip-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.72);
}
.ip-hero-strip-item svg { color: #60a5fa; flex-shrink: 0; }

/* ── Industry Navigator ── */
.ip-nav-section {
    background: #f8fafc;
    padding: 96px 48px;
}
.ip-nav-inner { max-width: 1400px; margin: 0 auto; }
.ip-nav-header { text-align: center; margin-bottom: 56px; }
.ip-nav-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    letter-spacing: -0.02em;
    line-height: 1.18;
    margin: 0 0 14px;
}
.ip-nav-sub {
    font-size: 1.05rem;
    color: #475569;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}
.ip-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ip-nav-card {
    position: relative;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ip-nav-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,0.3); }
.ip-nav-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
    transition: background 0.3s ease;
}
.ip-nav-card:hover .ip-nav-card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.45) 60%, transparent 100%);
}
.ip-nav-card-label {
    position: relative;
    z-index: 2;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ip-accent);
    margin-bottom: 4px;
}
.ip-nav-card-title {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.ip-nav-card-arrow {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    color: var(--ip-accent);
    margin-top: 6px;
    transition: transform 0.2s ease;
}
.ip-nav-card:hover .ip-nav-card-arrow { transform: translateX(4px); }

/* ── Industry Sections Base ── */
.ip-ind {
    padding: 100px 48px;
    background: #fff;
}
.ip-ind--gray { background: #f8fafc; }
.ip-ind--dark { background: #0d1b2a; }

.ip-ind-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: center;
}
.ip-ind-inner--flip { grid-template-columns: 480px 1fr; }

/* ── Industry Image Panel ── */
.ip-ind-image {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.ip-ind-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 100%);
}
.ip-ind-image-stat {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 20px 24px;
}
.ip-ind-stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.ip-ind-stat-label {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
}

/* ── Industry Content ── */
.ip-ind-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: color-mix(in srgb, var(--ip-accent) 12%, transparent);
    color: var(--ip-accent);
    border: 1px solid color-mix(in srgb, var(--ip-accent) 25%, transparent);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ip-ind-chip--dark {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    color: var(--ip-accent);
}
.ip-ind-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}
.ip-ind-heading--dark { color: #fff; }
.ip-ind-intro {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin: 0 0 32px;
}
.ip-ind-intro--dark { color: rgba(255,255,255,0.72); }

.ip-ind-risks { margin-bottom: 28px; }
.ip-ind-risks-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 12px;
}
.ip-ind-risks-label--dark { color: rgba(255,255,255,0.4); }
.ip-ind-risk-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 8px;
}
.ip-ind-risk-item svg { margin-top: 2px; flex-shrink: 0; }
.ip-ind-risk-item--dark { color: rgba(255,255,255,0.65); }

.ip-ind-protects { margin-bottom: 28px; }
.ip-ind-protects-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.ip-ind-protect-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: #1e293b;
    line-height: 1.5;
    margin-bottom: 7px;
}
.ip-ind-protect-item svg { margin-top: 2px; flex-shrink: 0; }
.ip-ind-protect-item--dark { color: rgba(255,255,255,0.82); }

.ip-ind-compliance {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: color-mix(in srgb, var(--ip-accent) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--ip-accent) 20%, transparent);
    color: color-mix(in srgb, var(--ip-accent) 90%, #0d1b2a);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 28px;
}
.ip-ind-compliance--dark {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
}

.ip-ind-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ip-accent);
    text-decoration: none;
    border-bottom: 2px solid color-mix(in srgb, var(--ip-accent) 30%, transparent);
    padding-bottom: 2px;
    transition: border-color 0.2s, gap 0.2s;
}
.ip-ind-cta:hover { border-color: var(--ip-accent); gap: 10px; }
.ip-ind-cta--dark { color: var(--ip-accent); }

/* ── Compliance Section ── */
.ip-compliance {
    background: #f8fafc;
    padding: 96px 32px;
}
.ip-compliance-inner { max-width: 1400px; margin: 0 auto; }
.ip-compliance-header { text-align: center; margin-bottom: 56px; }
.ip-compliance-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    letter-spacing: -0.02em;
    line-height: 1.18;
    margin: 0 0 14px;
}
.ip-compliance-sub {
    font-size: 1.05rem;
    color: #475569;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}
.ip-compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ip-comp-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.ip-comp-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-2px); }
.ip-comp-card-label {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.ip-comp-card-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}
.ip-comp-card-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
}

/* ── CTA Section ── */
.ip-cta {
    position: relative;
    background: #0d1b2a;
    padding: 100px 48px;
    text-align: center;
    overflow: hidden;
    border-top: 2px solid #1565C0;
}
.ip-cta canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ip-cta-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.ip-cta-heading {
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 16px 0 16px;
}
.ip-cta-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    margin: 0 0 36px;
}
.ip-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Responsive ── */
@media (max-width: 1023px) {
    .ip-nav-grid { grid-template-columns: repeat(2, 1fr); }
    .ip-ind-inner,
    .ip-ind-inner--flip { grid-template-columns: 1fr; gap: 48px; }
    .ip-ind-inner--flip .ip-ind-image { order: -1; }
    .ip-ind-image { height: 320px; }
    .ip-compliance-grid { grid-template-columns: repeat(2, 1fr); }
    .ip-hero { padding: 72px 32px; }
    .ip-nav-section,
    .ip-ind,
    .ip-compliance { padding: 72px 32px; }
    .ip-cta { padding: 72px 32px; }
}

@media (max-width: 767px) {
    .ip-hero { padding: 64px 20px; min-height: auto; }
    .ip-hero-ctas { flex-direction: column; }
    .ip-hero-ctas .btn-primary,
    .ip-hero-ctas .btn-secondary { width: 100%; justify-content: center; }
    .ip-nav-section,
    .ip-ind,
    .ip-compliance,
    .ip-cta { padding: 60px 20px; }
    .ip-nav-grid { grid-template-columns: 1fr; }
    .ip-nav-card { height: 180px; }
    .ip-ind-image { height: 260px; }
    .ip-compliance-grid { grid-template-columns: 1fr; }
    .ip-cta-btns { flex-direction: column; }
    .ip-cta-btns .btn-primary,
    .ip-cta-btns .btn-secondary { width: 100%; justify-content: center; }
}

.ip-cta-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap;
}
.ip-cta-strip-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.72);
}
.ip-cta-strip-divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.15);
}
@media (max-width: 767px) {
    .ip-cta-strip { flex-direction: column; gap: 12px; }
    .ip-cta-strip-divider { display: none; }
}

/* ── IT/MSP Full-Width Section ── */
.ip-msp {
    background: linear-gradient(160deg, #0f172a 0%, #131f35 50%, #0f1a2e 100%);
    border-top: 1px solid rgba(96,165,250,0.12);
    border-bottom: 1px solid rgba(96,165,250,0.12);
    padding: 96px 32px;
}
.ip-msp-inner { max-width: 1400px; margin: 0 auto; }

.ip-msp-header { max-width: 800px; margin-bottom: 60px; }
.ip-msp-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 16px 0 14px;
}
.ip-msp-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.65;
    margin: 0 0 14px;
    font-weight: 500;
}
.ip-msp-body {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin: 0;
}

/* 4 benefit cards */
.ip-msp-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}
.ip-msp-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 24px;
    transition: background 0.2s, border-color 0.2s;
}
.ip-msp-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(96,165,250,0.25);
}
.ip-msp-card-icon {
    width: 44px;
    height: 44px;
    background: rgba(96,165,250,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.ip-msp-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.3;
}
.ip-msp-card-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin: 0;
}

/* Bottom two-col */
.ip-msp-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.ip-msp-section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 20px;
}
.ip-msp-tech-list { display: flex; flex-direction: column; gap: 10px; }
.ip-msp-tech-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
}
.ip-msp-tech-item svg { margin-top: 2px; flex-shrink: 0; }

.ip-msp-onboarding-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin: 0 0 28px;
}
.ip-msp-onboarding-phases { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.ip-msp-phase {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ip-msp-phase-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(96,165,250,0.15);
    border: 1px solid rgba(96,165,250,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    color: #60a5fa;
    flex-shrink: 0;
}
.ip-msp-phase-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
}
.ip-msp-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1565C0;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, gap 0.2s;
}
.ip-msp-cta:hover { background: #1976d2; gap: 12px; }

@media (max-width: 1023px) {
    .ip-msp { padding: 72px 32px; }
    .ip-msp-cards { grid-template-columns: repeat(2, 1fr); }
    .ip-msp-bottom { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 767px) {
    .ip-msp { padding: 60px 20px; }
    .ip-msp-cards { grid-template-columns: 1fr; }
    .ip-msp-bottom { grid-template-columns: 1fr; gap: 32px; }
}

/* ── Real Estate Section ── */
.ip-re {
    background: #f8fafc;
    padding: 96px 32px;
}
.ip-re-inner { max-width: 1400px; margin: 0 auto; }

.ip-re-header { max-width: 820px; margin-bottom: 56px; }
.ip-re-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 16px 0 14px;
}
.ip-re-sub {
    font-size: 1.05rem;
    color: #1e293b;
    line-height: 1.65;
    margin: 0 0 12px;
    font-weight: 500;
}
.ip-re-body {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.ip-re-content {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: stretch;
}

/* 3 cards stacked */
.ip-re-cards { display: flex; flex-direction: column; gap: 20px; }
.ip-re-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
}
.ip-re-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.07); transform: translateY(-2px); }
.ip-re-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ip-re-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0d1b2a;
    margin: 0 0 8px;
}
.ip-re-card-desc {
    font-size: 0.86rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* Side panel */
.ip-re-side {
    background: #0d1b2a;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
.ip-re-backup-list {
    flex: 1;
}
.ip-re-backup-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 18px;
}
.ip-re-backup-list { display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.ip-re-backup-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.45;
}
.ip-re-backup-item svg { margin-top: 2px; flex-shrink: 0; }
.ip-re-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1565C0;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 13px 18px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.35;
    transition: background 0.2s;
}
.ip-re-cta:hover { background: #1e40af; }

@media (max-width: 1023px) {
    .ip-re { padding: 72px 32px; }
    .ip-re-content { grid-template-columns: 1fr; }
    .ip-re-side { position: static; }
}
@media (max-width: 767px) {
    .ip-re { padding: 60px 20px; }
    .ip-re-card { flex-direction: column; gap: 14px; }
    .ip-re-content { grid-template-columns: 1fr; }
    .ip-re-side { position: static; width: 100%; }
}

/* ── Accounting & Finance Section ── */
.ip-acc {
    background: #fff;
    padding: 96px 32px;
}
.ip-acc-inner { max-width: 1400px; margin: 0 auto; }

.ip-acc-header { max-width: 820px; margin-bottom: 56px; }
.ip-acc-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 16px 0 14px;
}
.ip-acc-sub {
    font-size: 1.05rem;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 12px;
}
.ip-acc-body {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.ip-acc-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: stretch;
}

/* 4 cards stacked */
.ip-acc-cards { display: flex; flex-direction: column; gap: 16px; }
.ip-acc-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
}
.ip-acc-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }
.ip-acc-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(21,101,192,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ip-acc-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0d1b2a;
    margin: 0 0 7px;
}
.ip-acc-card-desc {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* Side panel */
.ip-acc-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}
.ip-acc-side-backup {
    background: #0d1b2a;
    border-radius: 16px;
    padding: 28px;
    flex: 1;
}
.ip-acc-side-insurance {
    background: rgba(21,101,192,0.06);
    border: 1px solid rgba(21,101,192,0.2);
    border-radius: 14px;
    padding: 22px;
}
.ip-acc-side-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.ip-acc-side-backup .ip-acc-side-label { color: rgba(255,255,255,0.4); }
.ip-acc-side-insurance .ip-acc-side-label { color: #1565C0; }
.ip-acc-backup-list { display: flex; flex-direction: column; gap: 10px; }
.ip-acc-backup-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.86rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
}
.ip-acc-backup-item svg { margin-top: 2px; flex-shrink: 0; }
.ip-acc-insurance-text {
    font-size: 0.85rem;
    color: #92400e;
    line-height: 1.65;
    margin: 0;
}
.ip-acc-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1565C0;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 13px 18px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.35;
    transition: background 0.2s;
}
.ip-acc-cta:hover { background: #1e40af; }

@media (max-width: 1023px) {
    .ip-acc { padding: 72px 32px; }
    .ip-acc-content { grid-template-columns: 1fr; }
    .ip-acc-side { position: static; }
}
@media (max-width: 767px) {
    .ip-acc { padding: 60px 20px; }
    .ip-acc-card { flex-direction: column; gap: 12px; }
    .ip-acc-content { grid-template-columns: 1fr; }
    .ip-acc-side { position: static; }
}

/* ── Legal Section ── */
.ip-legal {
    background: #0d1b2a;
    padding: 96px 32px;
    position: relative;
    overflow: hidden;
}
.ip-legal-bg-img {
    display: none;
    pointer-events: none;
    z-index: 0;
}
.ip-legal-inner { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; }

.ip-legal-header { max-width: 820px; margin-bottom: 56px; }
.ip-legal-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 16px 0 14px;
}
.ip-legal-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 12px;
}
.ip-legal-body {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin: 0;
}

.ip-legal-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: start;
}

.ip-legal-cards { display: flex; flex-direction: column; gap: 16px; }
.ip-legal-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: background 0.2s, border-color 0.2s;
}
.ip-legal-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(167,139,250,0.25);
}
.ip-legal-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(21,101,192,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ip-legal-card-title {
    font-size: 0.93rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 7px;
}
.ip-legal-card-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin: 0;
}

/* Side panel */
.ip-legal-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ip-legal-side-backup {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 28px;
}
.ip-legal-side-audit {
    background: rgba(21,101,192,0.07);
    border: 1px solid rgba(96,165,250,0.2);
    border-radius: 14px;
    padding: 22px;
}
.ip-legal-side-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 14px;
}
.ip-legal-side-label-light {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 10px;
}
.ip-legal-backup-list { display: flex; flex-direction: column; gap: 10px; }
.ip-legal-backup-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.86rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
}
.ip-legal-backup-item svg { margin-top: 2px; flex-shrink: 0; }
.ip-legal-audit-text {
    font-size: 0.85rem;
    color: rgba(147,197,253,0.9);
    line-height: 1.65;
    margin: 0;
}
.ip-legal-cta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #1565C0;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 600;
    padding: 16px 18px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.4;
    transition: background 0.2s;
}
.ip-legal-cta:hover { background: #1e40af; }
.ip-legal-cta-sub {
    font-size: 0.88rem;
    font-weight: 800;
    color: #93c5fd;
}

@media (max-width: 1023px) {
    .ip-legal { padding: 72px 32px; }
    .ip-legal-content { grid-template-columns: 1fr; }
    .ip-legal-side { position: static; }
}
@media (max-width: 767px) {
    .ip-legal { padding: 60px 20px; }
    .ip-legal-card { flex-direction: column; gap: 12px; }
    .ip-legal-bottom-row { grid-template-columns: 1fr; }
    .ip-legal-recovery-strip { flex-wrap: wrap; padding: 16px 18px; gap: 12px; }
    .ip-legal-recovery-item { flex: 1 1 calc(50% - 6px); }
}

/* ── SMB Section ── */
.ip-smb {
    background: #f8fafc;
    padding: 96px 32px;
}
.ip-smb-inner { max-width: 1400px; margin: 0 auto; }

.ip-smb-header { max-width: 820px; margin-bottom: 48px; }
.ip-smb-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 16px 0 14px;
}
.ip-smb-sub {
    font-size: 1.05rem;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 12px;
}
.ip-smb-body {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* 4 stat cards */
.ip-smb-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 56px;
}
.ip-smb-stat-card {
    background: #0d1b2a;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    border-top: 3px solid #1565C0;
    position: relative;
}
.ip-smb-stat-card:nth-child(3) { border-top-color: #1565C0; }
.ip-smb-stat-card:nth-child(4) { border-top-color: #1565C0; }
.ip-smb-stat-num {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
}
.ip-smb-stat-desc {
    font-size: 0.84rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.5;
}

/* Two-col content */
.ip-smb-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.ip-smb-section-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 20px;
}

/* Threats */
.ip-smb-threat-list { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.ip-smb-threat-item { display: flex; gap: 14px; align-items: flex-start; }
.ip-smb-threat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(21,101,192,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ip-smb-threat-title {
    font-size: 0.93rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 4px;
}
.ip-smb-threat-desc {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.6;
}

/* Who covers */
.ip-smb-who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}
.ip-smb-who-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: #334155;
    font-weight: 500;
}

/* What RBM Gives */
.ip-smb-gives-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.ip-smb-give-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}
.ip-smb-give-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.ip-smb-give-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(21,101,192,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ip-smb-give-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 4px;
}
.ip-smb-give-desc {
    font-size: 0.83rem;
    color: #475569;
    line-height: 1.6;
}
.ip-smb-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1565C0;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 13px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s;
}
.ip-smb-cta:hover { background: #1976d2; }

@media (max-width: 1023px) {
    .ip-smb { padding: 72px 32px; }
    .ip-smb-stats { grid-template-columns: repeat(2, 1fr); }
    .ip-smb-content { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .ip-smb { padding: 60px 20px; }
    .ip-smb-stats { grid-template-columns: 1fr; }
    .ip-smb-who-grid { grid-template-columns: 1fr; }
    .ip-smb-content { grid-template-columns: 1fr; }
    .ip-smb-gives { position: static; }
}

/* ── Healthcare Section ── */
.ip-hc {
    background: #fff;
    padding: 96px 32px;
}
.ip-hc-inner { max-width: 1400px; margin: 0 auto; }

.ip-hc-header { max-width: 820px; margin-bottom: 48px; }
.ip-hc-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 16px 0 14px;
}
.ip-hc-sub {
    font-size: 1.05rem;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 12px;
}
.ip-hc-body {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* Penalty Cards */
.ip-hc-penalties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 56px;
}
.ip-hc-penalty-card {
    border-radius: 16px;
    padding: 32px;
}
.ip-hc-penalty--civil {
    background: rgba(21,101,192,0.06);
    border: 1px solid rgba(21,101,192,0.2);
}
.ip-hc-penalty--criminal {
    background: #0d1b2a;
    border: 1px solid rgba(255,255,255,0.08);
}
.ip-hc-penalty-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ip-hc-penalty--civil .ip-hc-penalty-label { color: #1565C0; }
.ip-hc-penalty--criminal .ip-hc-penalty-label { color: rgba(255,255,255,0.45); }
.ip-hc-penalty-num {
    font-size: clamp(1.4rem, 2vw, 1.9rem);
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.1;
}
.ip-hc-penalty--civil .ip-hc-penalty-num { color: #1565C0; }
.ip-hc-penalty--criminal .ip-hc-penalty-num { color: #fff; }
.ip-hc-penalty-sub { font-size: 0.86rem; line-height: 1.6; }
.ip-hc-penalty--civil .ip-hc-penalty-sub { color: #1e293b; }
.ip-hc-penalty--criminal .ip-hc-penalty-sub { color: rgba(255,255,255,0.6); }

/* HIPAA Requirements */
.ip-hc-reqs { margin-bottom: 60px; }
.ip-hc-reqs-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 20px;
}
.ip-hc-req-list { display: flex; flex-direction: column; gap: 0; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; }
.ip-hc-req-item {
    display: flex;
    gap: 20px;
    padding: 24px 28px;
    border-bottom: 1px solid #e2e8f0;
    align-items: flex-start;
}
.ip-hc-req-item:last-child { border-bottom: none; }
.ip-hc-req-badge {
    background: rgba(21,101,192,0.1);
    color: #1565C0;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
    margin-top: 3px;
    flex-shrink: 0;
}
.ip-hc-req-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 6px;
}
.ip-hc-req-hipaa {
    font-size: 0.83rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 8px;
    font-style: italic;
}
.ip-hc-req-rbm {
    font-size: 0.85rem;
    color: #334155;
    line-height: 1.6;
}
.ip-hc-req-rbm-label {
    font-weight: 700;
    color: #1565C0;
}

/* Bottom two-col */
.ip-hc-bottom {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: stretch;
}
.ip-hc-security {
    display: flex;
    flex-direction: column;
}
.ip-hc-security-list {
    flex: 1;
}
.ip-hc-bottom-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 20px;
}
.ip-hc-security-list { display: flex; flex-direction: column; gap: 16px; }
.ip-hc-sec-item { display: flex; gap: 14px; align-items: flex-start; }
.ip-hc-sec-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(21,101,192,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ip-hc-sec-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 4px;
}
.ip-hc-sec-desc {
    font-size: 0.83rem;
    color: #475569;
    line-height: 1.6;
}

/* Who + Quote + CTA */
.ip-hc-who-list { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.ip-hc-who-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: #334155;
    font-weight: 500;
}
.ip-hc-quote {
    background: rgba(21,101,192,0.05);
    border-left: 3px solid #1565C0;
    border-radius: 0 10px 10px 0;
    padding: 18px 20px;
    margin-bottom: 20px;
}
.ip-hc-quote-mark {
    font-size: 2.5rem;
    color: #1565C0;
    line-height: 1;
    margin-bottom: 4px;
    font-family: Georgia, serif;
}
.ip-hc-quote-text {
    font-size: 0.84rem;
    color: #334155;
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 6px;
}
.ip-hc-quote-sub {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1565C0;
    margin: 0;
}
.ip-hc-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1565C0;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 13px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s;
    width: 100%;
    justify-content: center;
}
.ip-hc-cta:hover { background: #1e40af; }

@media (max-width: 1023px) {
    .ip-hc { padding: 72px 32px; }
    .ip-hc-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .ip-hc { padding: 60px 20px; }
    .ip-hc-penalties { grid-template-columns: 1fr; }
    .ip-hc-req-item { flex-direction: column; gap: 10px; }
    .ip-hc-bottom { grid-template-columns: 1fr; gap: 36px; }
}

/* ── Industries Overview Section ── */
.ip-overview {
    background: #f8fafc;
    padding: 96px 32px;
    scroll-margin-top: 80px;
}
.ip-overview-inner { max-width: 1400px; margin: 0 auto; }

.ip-overview-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.ip-overview-heading {
    font-size: clamp(1.75rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: #0d1b2a;
    letter-spacing: -0.02em;
    line-height: 1.18;
    margin: 0 0 14px;
}
.ip-overview-sub {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

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

.ip-ov-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.ip-ov-card:hover {
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
    transform: translateY(-4px);
    border-color: var(--ov-accent);
}
.ip-ov-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}
.ip-ov-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.ip-ov-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 100%);
    transition: background 0.3s;
}
.ip-ov-card:hover .ip-ov-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%);
}
.ip-ov-chip {
    position: absolute;
    bottom: 14px;
    left: 14px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
}
.ip-ov-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ip-ov-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 16px;
    flex: 1;
}
.ip-ov-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.75;
    transition: gap 0.2s, opacity 0.2s;
}
.ip-ov-card:hover .ip-ov-link { gap: 8px; opacity: 1; }

@media (max-width: 1023px) {
    .ip-overview { padding: 72px 32px; }
    .ip-overview-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .ip-overview { padding: 60px 20px; }
    .ip-overview-grid { grid-template-columns: 1fr; }
}

/* ── Healthcare: Stat Strip ── */
.ip-hc-stats {
    display: flex;
    align-items: center;
    background: #0d1b2a;
    border-radius: 16px;
    padding: 36px 48px;
    margin-bottom: 48px;
    gap: 0;
}
.ip-hc-stat {
    flex: 1;
    text-align: center;
    padding: 0 32px;
}
.ip-hc-stat-num {
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 8px;
}
.ip-hc-stat-label {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}
.ip-hc-stat-div {
    width: 1px;
    height: 56px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* ── Healthcare: REQUIRED badge override ── */
.ip-hc-req-badge {
    background: #fef2f2 !important;
    color: #dc2626 !important;
    border: 1px solid #fecaca !important;
    font-size: 0.62rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    white-space: nowrap;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ── Healthcare: Quote attribution ── */
.ip-hc-quote-attribution {
    font-size: 0.75rem;
    font-weight: 600;
    color: #16a34a;
    margin: 6px 0 10px;
    font-style: normal;
}

@media (max-width: 767px) {
    .ip-hc-stats { flex-direction: column; padding: 28px 24px; gap: 24px; }
    .ip-hc-stat-div { width: 80px; height: 1px; }
}

/* ── SMB: Live Threat Ticker ── */
.ip-smb-ticker {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.25);
    border-radius: 10px;
    padding: 14px 20px;
    margin-bottom: 32px;
}
.ip-smb-ticker-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1565C0;
    flex-shrink: 0;
    animation: smb-pulse 1.4s ease-in-out infinite;
}
@keyframes smb-pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(21,101,192,0.6); }
    50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(21,101,192,0); }
}
.ip-smb-ticker-text {
    font-size: 0.85rem;
    color: #334155;
    line-height: 1.4;
    flex: 1;
}
.ip-smb-ticker-badge {
    background: rgba(21,101,192,0.1);
    border: 1px solid rgba(21,101,192,0.3);
    color: #1565C0;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── SMB: Bottom Line callout ── */
.ip-smb-bottomline {
    background: rgba(21,101,192,0.06);
    border-left: 3px solid #1565C0;
    border-radius: 0 10px 10px 0;
    padding: 16px 18px;
    margin: 24px 0 28px;
}
.ip-smb-bottomline-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1565C0;
    margin-bottom: 6px;
}
.ip-smb-bottomline-text {
    font-size: 0.86rem;
    color: #334155;
    line-height: 1.65;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ip-smb-ticker { flex-wrap: wrap; }
    .ip-smb-ticker-badge { order: -1; }
}

/* ── Legal: Stat Strip ── */
.ip-legal-stats {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(167,139,250,0.2);
    border-radius: 14px;
    padding: 32px 40px;
    margin-bottom: 40px;
    gap: 0;
}
.ip-legal-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}
.ip-legal-stat-num {
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 8px;
}
.ip-legal-stat-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}
.ip-legal-stat-div {
    width: 1px;
    height: 48px;
    background: rgba(96,165,250,0.2);
    flex-shrink: 0;
}

/* ── Legal: Primary card ── */
.ip-legal-card--primary {
    border-color: rgba(96,165,250,0.3) !important;
    background: rgba(21,101,192,0.08) !important;
}

/* ── Legal: Zero-Knowledge badge ── */
.ip-legal-zk-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    background: rgba(21,101,192,0.15);
    border: 1px solid rgba(96,165,250,0.35);
    color: #93c5fd;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    line-height: 1.3;
}

/* ── Legal: ABA Badge ── */
.ip-legal-aba-badge {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(96,165,250,0.25);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
}
.ip-legal-aba-badge svg { margin-top: 2px; flex-shrink: 0; }
.ip-legal-aba-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #93c5fd;
    margin-bottom: 4px;
}
.ip-legal-aba-sub {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
}

@media (max-width: 767px) {
    .ip-legal-stats { flex-direction: column; padding: 24px 20px; gap: 20px; }
    .ip-legal-stat-div { width: 60px; height: 1px; }
}

/* ── Legal: layout overrides ── */
.ip-legal-card {
    flex-direction: column !important;
    gap: 14px !important;
}
.ip-legal-cta--full {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1023px) {
    .ip-legal-cards { grid-template-columns: 1fr !important; }
    .ip-legal-side { grid-template-columns: 1fr !important; }
}
@media (max-width: 767px) {
    .ip-legal-cards { grid-template-columns: 1fr !important; }
    .ip-legal-side { grid-template-columns: 1fr !important; }
}

/* ── Legal: Illustration block ── */
.ip-legal-illus {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.ip-legal-illus img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    mix-blend-mode: screen;
    opacity: 0.9;
}

/* ── Legal: Recovery Strip ── */
.ip-legal-recovery-strip {
    display: flex;
    align-items: center;
    background: #0d1b2a;
    border-radius: 12px;
    padding: 22px 28px;
    gap: 0;
}
.ip-legal-recovery-item {
    flex: 1;
    text-align: center;
}
.ip-legal-recovery-num {
    font-size: 1.15rem;
    font-weight: 800;
    color: #60a5fa;
    margin-bottom: 4px;
    line-height: 1;
}
.ip-legal-recovery-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.4;
}
.ip-legal-recovery-div {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* ── Accounting: Stat Strip ── */
.ip-acc-stats {
    display: flex;
    align-items: center;
    background: #0d1b2a;
    border: 1px solid rgba(217,119,6,0.2);
    border-radius: 14px;
    padding: 32px 40px;
    margin-bottom: 32px;
    gap: 0;
}
.ip-acc-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}
.ip-acc-stat-num {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 8px;
}
.ip-acc-stat-label {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
}
.ip-acc-stat-div {
    width: 1px;
    height: 48px;
    background: rgba(21,101,192,0.2);
    flex-shrink: 0;
}

/* ── Accounting: Retention badge ── */
.ip-acc-retention-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.3);
    color: #1565C0;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
}

/* ── Accounting: Compliance strip ── */
.ip-acc-compliance-strip {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #0d1b2a;
    border-radius: 10px;
    padding: 16px 22px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.ip-acc-compliance-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    white-space: nowrap;
}
.ip-acc-compliance-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.ip-acc-compliance-badge {
    background: rgba(21,101,192,0.1);
    border: 1px solid rgba(21,101,192,0.25);
    color: #60a5fa;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 100px;
}

@media (max-width: 767px) {
    .ip-acc-stats { flex-direction: column; padding: 24px 20px; gap: 20px; }
    .ip-acc-stat-div { width: 60px; height: 1px; }
    .ip-acc-compliance-strip { flex-direction: column; align-items: flex-start; }
}

/* ── Real Estate: Stat Strip ── */
.ip-re-stats {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px 40px;
    margin-bottom: 32px;
    gap: 0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.ip-re-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}
.ip-re-stat-num {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 800;
    color: #1565C0;
    line-height: 1;
    margin-bottom: 8px;
}
.ip-re-stat-label {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
}
.ip-re-stat-div {
    width: 1px;
    height: 48px;
    background: #e2e8f0;
    flex-shrink: 0;
}

/* ── Real Estate: Emergency badge ── */
.ip-re-emergency-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.3);
    color: #1565C0;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
}

/* ── Real Estate: Closing Day strip ── */
.ip-re-closing-strip {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #0d1b2a;
    border-radius: 12px;
    padding: 20px 22px;
    margin-top: 4px;
}
.ip-re-closing-strip svg { margin-top: 2px; flex-shrink: 0; }
.ip-re-closing-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.ip-re-closing-desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}

@media (max-width: 767px) {
    .ip-re-stats { flex-direction: column; padding: 24px 20px; gap: 20px; }
    .ip-re-stat-div { width: 60px; height: 1px; }
}

/* ── Legal: Bottom row (recovery + CTA side by side) ── */
.ip-legal-bottom-row {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px;
    margin-top: 24px;
    align-items: stretch;
}
.ip-legal-bottom-row .ip-legal-recovery-strip {
    margin: 0;
    height: 100%;
}
.ip-legal-bottom-row .ip-legal-cta {
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .ip-legal-bottom-row { grid-template-columns: 1fr; }
}

/* ── Accounting: Compliance strip rows ── */
.ip-acc-compliance-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
}
.ip-acc-compliance-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ip-acc-compliance-row-desc {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.4;
}

/* ── Accounting: Retention Timeline ── */
.ip-acc-retention-timeline {
    background: #0d1b2a;
    border-radius: 14px;
    padding: 22px 24px;
}
.ip-acc-timeline-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 14px;
}
.ip-acc-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ip-acc-timeline-item:last-child { border-bottom: none; padding-bottom: 0; }
.ip-acc-timeline-item:first-child { padding-top: 0; }
.ip-acc-timeline-year {
    font-size: 1rem;
    font-weight: 800;
    color: #d97706;
    min-width: 44px;
    flex-shrink: 0;
    line-height: 1.3;
}
.ip-acc-timeline-year--unlimited {
    font-size: 1.3rem;
    color: #16a34a;
}
.ip-acc-timeline-desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}

/* ── IT/MSP: Stat Strip ── */
.ip-msp-stats {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(96,165,250,0.2);
    border-radius: 14px;
    padding: 32px 40px;
    margin-bottom: 32px;
    gap: 0;
}
.ip-msp-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}
.ip-msp-stat-num {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 8px;
}
.ip-msp-stat-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
}
.ip-msp-stat-div {
    width: 1px;
    height: 48px;
    background: rgba(96,165,250,0.2);
    flex-shrink: 0;
}

/* ── IT/MSP: Efficiency badge ── */
.ip-msp-efficiency-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    background: rgba(96,165,250,0.1);
    border: 1px solid rgba(96,165,250,0.3);
    color: #60a5fa;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
}

/* ── IT/MSP: Partner strip ── */
.ip-msp-partner-strip {
    margin-top: 16px;
    background: rgba(96,165,250,0.06);
    border: 1px solid rgba(96,165,250,0.2);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ip-msp-partner-badge {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #60a5fa;
    text-transform: uppercase;
}
.ip-msp-partner-text {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}

@media (max-width: 767px) {
    .ip-msp-stats { flex-direction: column; padding: 24px 20px; gap: 20px; }
    .ip-msp-stat-div { width: 60px; height: 1px; }
}

/* ── CTA: Industry chips ── */
.ip-cta-industries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
}
.ip-cta-ind-chip {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

/* ── CTA: Trust badges ── */
.ip-cta-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.ip-cta-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.45);
}
.ip-cta-trust-item svg { color: #1565C0; flex-shrink: 0; }

/* ── CTA Separator ── */
.ip-cta-separator {
    height: 4px;
    background: linear-gradient(to right, transparent, #1565C0, #60a5fa, #1565C0, transparent);
}

/* ═══════════════════════════
   INDUSTRIES FINAL CTA
═══════════════════════════ */
.ind-final-cta {
    background: #0d1b2a;
    padding: 100px 48px;
    text-align: center;
    border-top: 3px solid #1565C0;
}
.ind-final-cta-inner {
    max-width: 760px;
    margin: 0 auto;
}
.ind-final-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    margin-bottom: 32px;
}
.ind-final-chips span {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    opacity: 0.9;
}
.ind-final-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin: 0 0 16px;
}
.ind-final-heading {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 18px;
}
.ind-final-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.65;
    margin: 0 0 40px;
}
.ind-final-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.ind-final-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ind-final-divider { color: rgba(255,255,255,0.2); }
.ind-final-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
}
.ind-final-trust span {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
}

@media (max-width: 767px) {
    .ind-final-cta { padding: 72px 24px; }
    .ind-final-btns { flex-direction: column; }
    .ind-final-btns .btn-primary,
    .ind-final-btns .btn-secondary { width: 100%; justify-content: center; }
    .ind-final-contact { flex-direction: column; gap: 8px; }
    .ind-final-divider { display: none; }
}
