
/* Drive360 New Homepage — all selectors intentionally namespaced */
.d360-home,
.d360-home * { box-sizing: border-box; }

.d360-home {
    --d360-bg: #07090c;
    --d360-bg2: #0d1117;
    --d360-panel: #111720;
    --d360-line: rgba(255,255,255,.12);
    --d360-line-dark: rgba(10,18,28,.12);
    --d360-text: #f5f7fa;
    --d360-muted: #a8b1bd;
    --d360-dark: #0d1722;
    --d360-dark-muted: #5e6875;
    --d360-accent: #3be0c4;
    --d360-accent2: #74f0dc;
    --d360-surface: #f5f7f9;
    --d360-white: #ffffff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--d360-bg);
    color: var(--d360-text);
    font-family: inherit;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.d360-home h1,
.d360-home h2,
.d360-home h3,
.d360-home p { margin-top: 0; }

.d360-home h1,
.d360-home h2,
.d360-home h3 {
    font-family: inherit;
    letter-spacing: -.035em;
    color: inherit;
}

.d360-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    position: relative;
}

.d360-section { padding: 96px 0; position: relative; }

.d360-section-light {
    background: var(--d360-surface);
    color: var(--d360-dark);
}

.d360-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--d360-accent2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.d360-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.d360-eyebrow-dark { color: #167f70; }

.d360-hero {
    min-height: 760px;
    padding: 118px 0 42px;
    position: relative;
    background:
        linear-gradient(135deg, rgba(59,224,196,.06), transparent 38%),
        radial-gradient(circle at 70% 20%, rgba(50,121,255,.10), transparent 34%),
        var(--d360-bg);
}

.d360-ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    pointer-events: none;
    opacity: .42;
}
.d360-ambient-a {
    width: 280px; height: 280px;
    background: rgba(59,224,196,.17);
    top: 90px; right: 9%;
}
.d360-ambient-b {
    width: 240px; height: 240px;
    background: rgba(52,112,255,.12);
    bottom: 100px; left: 2%;
}

.d360-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    gap: 70px;
    align-items: center;
}

.d360-hero h1 {
    max-width: 830px;
    margin-bottom: 18px;
    font-size: clamp(44px, 5.4vw, 78px);
    line-height: .99;
    font-weight: 760;
}

.d360-display-line {
    margin-bottom: 22px !important;
    color: var(--d360-accent2);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 650;
    letter-spacing: -.025em;
}

.d360-lead {
    max-width: 760px;
    margin-bottom: 32px !important;
    color: #c4cbd4;
    font-size: 19px;
    line-height: 1.65;
}

.d360-lead-sm {
    max-width: 680px;
    color: #bcc5d0;
    font-size: 18px;
    line-height: 1.7;
}

.d360-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.d360-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

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

.d360-btn-primary {
    background: var(--d360-accent);
    color: #06241f !important;
}

.d360-btn-primary:hover { background: var(--d360-accent2); }

.d360-btn-secondary {
    border-color: rgba(255,255,255,.25);
    background: rgba(255,255,255,.035);
    color: var(--d360-white) !important;
}

.d360-btn-secondary:hover {
    border-color: rgba(255,255,255,.55);
    background: rgba(255,255,255,.07);
}

.d360-micro {
    margin: 20px 0 0 !important;
    color: #7f8a98;
    font-size: 13px;
}

.d360-hero-panel {
    padding: 28px;
    border: 1px solid var(--d360-line);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
    box-shadow: 0 30px 80px rgba(0,0,0,.28);
    backdrop-filter: blur(6px);
}

.d360-panel-kicker {
    margin-bottom: 16px;
    color: #7e8b9a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.d360-signal-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 14px;
}
.d360-signal-row span { color: #b3bcc7; }
.d360-signal-row strong { color: #f5f8fb; font-weight: 700; }

.d360-panel-footer {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 18px;
    color: #8c98a7;
    font-size: 12px;
}

.d360-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--d360-accent);
    box-shadow: 0 0 0 5px rgba(59,224,196,.10);
}

.d360-trustbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 92px;
    border-top: 1px solid var(--d360-line);
}
.d360-trustbar > div {
    padding: 24px 20px;
    border-right: 1px solid var(--d360-line);
}
.d360-trustbar > div:first-child { padding-left: 0; }
.d360-trustbar > div:last-child { border-right: 0; }
.d360-trustbar strong,
.d360-trustbar span { display: block; }
.d360-trustbar strong { margin-bottom: 4px; font-size: 15px; }
.d360-trustbar span { color: #7e8998; font-size: 12px; }

.d360-section-head { max-width: 760px; margin-bottom: 46px; }
.d360-section-head.d360-center { margin-left: auto; margin-right: auto; text-align: center; }
.d360-section-head.d360-center .d360-eyebrow { justify-content: center; }
.d360-section-head h2,
.d360-assessment-intro h2,
.d360-split h2,
.d360-founder h2,
.d360-offer h2,
.d360-faq h2,
.d360-final h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.06;
    font-weight: 740;
}
.d360-section-head p,
.d360-assessment-intro p,
.d360-offer p,
.d360-faq > .d360-shell > div:first-child p {
    color: var(--d360-dark-muted);
    font-size: 17px;
    line-height: 1.7;
}

.d360-card-grid { display: grid; gap: 18px; }
.d360-card-grid-3 { grid-template-columns: repeat(3, 1fr); }

.d360-card {
    min-height: 245px;
    padding: 30px;
    border: 1px solid var(--d360-line-dark);
    background: var(--d360-white);
    border-radius: 12px;
}
.d360-card-num {
    margin-bottom: 38px;
    color: #178f7e;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .12em;
}
.d360-card h3 { margin-bottom: 13px; font-size: 23px; }
.d360-card p { margin-bottom: 0; color: var(--d360-dark-muted); }

.d360-revenue {
    background:
        radial-gradient(circle at 80% 35%, rgba(59,224,196,.09), transparent 32%),
        #0a0e13;
}

.d360-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.d360-text-link {
    display: inline-flex;
    gap: 9px;
    margin-top: 12px;
    color: var(--d360-accent2) !important;
    text-decoration: none !important;
    font-weight: 750;
}
.d360-text-link span { transition: transform .2s ease; }
.d360-text-link:hover span { transform: translateX(4px); }

.d360-risk-list {
    border: 1px solid var(--d360-line);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,.025);
}
.d360-risk-list > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--d360-line);
}
.d360-risk-list > div:last-child { border-bottom: 0; }
.d360-risk-list span { color: #bec7d1; }
.d360-risk-list b { color: #f4f7fa; font-size: 13px; }
.d360-risk-list .d360-risk-total {
    background: rgba(59,224,196,.08);
}
.d360-risk-list .d360-risk-total span,
.d360-risk-list .d360-risk-total b { color: var(--d360-accent2); }

.d360-assessment-intro {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 42px;
}

.d360-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 22px;
    border: 1px solid var(--d360-line-dark);
    background: #eef2f5;
    border-radius: 12px;
    overflow: hidden;
}
.d360-metrics > div {
    padding: 25px;
    border-right: 1px solid var(--d360-line-dark);
}
.d360-metrics > div:last-child { border-right: 0; }
.d360-metrics strong, .d360-metrics span { display: block; }
.d360-metrics strong { font-size: 26px; letter-spacing: -.035em; }
.d360-metrics span { margin-top: 4px; color: var(--d360-dark-muted); font-size: 12px; }

.d360-dimensions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.d360-dimensions article {
    min-height: 240px;
    padding: 28px;
    border: 1px solid var(--d360-line-dark);
    border-radius: 10px;
    background: var(--d360-white);
}
.d360-dimensions article > span {
    display: inline-block;
    margin-bottom: 36px;
    color: #168978;
    font-size: 12px;
    font-weight: 800;
}
.d360-dimensions h3 { margin-bottom: 12px; font-size: 22px; }
.d360-dimensions p { margin-bottom: 0; color: var(--d360-dark-muted); font-size: 15px; }
.d360-section-actions { margin-top: 30px; }
.d360-section-light .d360-btn-primary { box-shadow: 0 12px 32px rgba(27,146,129,.16); }

.d360-score-section {
    background:
        radial-gradient(circle at 15% 30%, rgba(62,104,255,.09), transparent 31%),
        #080b10;
}
.d360-split-score { grid-template-columns: 1.05fr .95fr; }

.d360-score-card {
    padding: 30px;
    border: 1px solid var(--d360-line);
    border-radius: 16px;
    background: rgba(255,255,255,.035);
}
.d360-score-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--d360-line);
}
.d360-score-label { display: block; color: #a6b0bc; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.d360-score-top strong { display: inline-block; margin-top: 6px; font-size: 62px; line-height: 1; letter-spacing: -.05em; }
.d360-score-top em { color: #768291; font-size: 18px; font-style: normal; }
.d360-sample-badge {
    padding: 7px 9px;
    border: 1px solid rgba(59,224,196,.25);
    border-radius: 999px;
    color: var(--d360-accent2);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.d360-bars { margin-top: 23px; }
.d360-bars > div {
    display: grid;
    grid-template-columns: 160px 1fr 34px;
    gap: 12px;
    align-items: center;
    margin: 13px 0;
}
.d360-bars span { color: #b7c0cb; font-size: 12px; }
.d360-bars i { display: block; height: 7px; border-radius: 999px; overflow: hidden; background: #222a35; }
.d360-bars i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #247866, var(--d360-accent)); }
.d360-bars strong { text-align: right; font-size: 12px; }

.d360-mini-steps {
    display: grid;
    gap: 1px;
    margin-top: 28px;
    background: var(--d360-line);
    border: 1px solid var(--d360-line);
    border-radius: 10px;
    overflow: hidden;
}
.d360-mini-steps div { padding: 17px 19px; background: #0d1219; }
.d360-mini-steps strong, .d360-mini-steps span { display: block; }
.d360-mini-steps strong { font-size: 13px; }
.d360-mini-steps span { color: #84909e; font-size: 12px; }

.d360-finding {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    border: 1px solid var(--d360-line-dark);
    border-radius: 14px;
    overflow: hidden;
    background: var(--d360-white);
}
.d360-finding-main { padding: 34px; }
.d360-finding-label {
    margin-bottom: 11px;
    color: #168978;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.d360-finding-main h3 { font-size: 32px; }
.d360-finding-main > p { color: var(--d360-dark-muted); max-width: 720px; }
.d360-finding-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 26px;
    background: var(--d360-line-dark);
    border: 1px solid var(--d360-line-dark);
}
.d360-finding-grid div { padding: 17px; background: #f7f9fb; }
.d360-finding-grid span, .d360-finding-grid strong { display: block; }
.d360-finding-grid span { color: #7a8490; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.d360-finding-grid strong { margin-top: 4px; font-size: 13px; }
.d360-finding-action {
    padding: 34px;
    background: #10161e;
    color: var(--d360-text);
}
.d360-finding-action span {
    color: var(--d360-accent2);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}
.d360-finding-action p { margin: 16px 0 28px; color: #b7c0cb; }
.d360-finding-action b { color: #f5f8fb; font-size: 13px; }

.d360-ai {
    background:
        radial-gradient(circle at 72% 44%, rgba(59,224,196,.10), transparent 34%),
        #080c11;
}
.d360-ai-list {
    border-left: 1px solid var(--d360-line);
}
.d360-ai-list div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 18px 0 18px 22px;
    border-bottom: 1px solid var(--d360-line);
}
.d360-ai-list span { color: var(--d360-accent2); font-size: 11px; font-weight: 800; }
.d360-ai-list p { margin: 0; color: #c5cdd6; }

.d360-evolution {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--d360-line-dark);
    border-radius: 13px;
    overflow: hidden;
}
.d360-evolution article {
    min-height: 265px;
    padding: 29px;
    border-right: 1px solid var(--d360-line-dark);
    background: var(--d360-white);
}
.d360-evolution article:last-child {
    border-right: 0;
    background: #0e171d;
    color: var(--d360-text);
}
.d360-evolution article > span { color: #168978; font-size: 11px; font-weight: 800; }
.d360-evolution h3 { margin: 44px 0 12px; font-size: 25px; }
.d360-evolution p { margin: 0; color: var(--d360-dark-muted); font-size: 14px; }
.d360-evolution article:last-child p { color: #acb7c2; }

.d360-method {
    background:
        linear-gradient(180deg, rgba(255,255,255,.025), transparent 65%),
        #090d12;
}
.d360-method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.d360-method-grid article {
    padding: 28px;
    border: 1px solid var(--d360-line);
    border-radius: 10px;
}
.d360-method-grid span { color: var(--d360-accent2); font-size: 11px; font-weight: 800; }
.d360-method-grid h3 { margin: 48px 0 12px; font-size: 25px; }
.d360-method-grid p { margin: 0; color: #9da8b5; font-size: 14px; }

.d360-founder {
    background: #0d131a;
    border-top: 1px solid var(--d360-line);
}
.d360-founder-grid {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 76px;
    align-items: center;
}
.d360-founder-mark {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
    border: 1px solid var(--d360-line);
    background:
        linear-gradient(135deg, rgba(59,224,196,.08), transparent),
        #101720;
    border-radius: 18px;
}
.d360-founder-mark span { font-size: 76px; font-weight: 800; line-height: .95; letter-spacing: -.06em; }
.d360-founder-mark small { margin-top: 17px; color: #9aa6b4; font-size: 14px; }
.d360-founder p { max-width: 770px; color: #b4bec9; }
.d360-founder-quote {
    padding: 18px 0 18px 20px;
    border-left: 2px solid var(--d360-accent);
    color: #eef3f7 !important;
    font-size: 17px;
}
.d360-text-link-light { color: var(--d360-accent2) !important; }

.d360-offer {
    background:
        radial-gradient(circle at 85% 20%, rgba(59,224,196,.08), transparent 30%),
        #070a0e;
}
.d360-offer-card {
    display: grid;
    grid-template-columns: 1.15fr .45fr;
    gap: 36px 64px;
    padding: 52px;
    border: 1px solid var(--d360-line);
    border-radius: 18px;
    background: rgba(255,255,255,.025);
}
.d360-offer-card > div:first-child p { color: #aeb8c3; max-width: 710px; }
.d360-offer-price {
    align-self: center;
    padding-left: 34px;
    border-left: 1px solid var(--d360-line);
}
.d360-offer-price span, .d360-offer-price strong, .d360-offer-price small { display: block; }
.d360-offer-price span { color: #7f8b99; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.d360-offer-price strong { margin-top: 6px; font-size: 48px; letter-spacing: -.05em; }
.d360-offer-price small { color: #8e99a7; }
.d360-offer-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 25px 0;
    border-top: 1px solid var(--d360-line);
    border-bottom: 1px solid var(--d360-line);
    color: #b8c2cc;
    font-size: 14px;
}
.d360-offer-card > .d360-actions { grid-column: 1 / -1; }

.d360-faq-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 76px;
    align-items: start;
}
.d360-faq-list details {
    border-top: 1px solid var(--d360-line-dark);
}
.d360-faq-list details:last-child { border-bottom: 1px solid var(--d360-line-dark); }
.d360-faq-list summary {
    position: relative;
    padding: 20px 40px 20px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 750;
    color: var(--d360-dark);
}
.d360-faq-list summary::-webkit-details-marker { display: none; }
.d360-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 15px;
    color: #168978;
    font-size: 26px;
    font-weight: 400;
}
.d360-faq-list details[open] summary::after { content: "–"; }
.d360-faq-list details p {
    max-width: 720px;
    padding: 0 36px 20px 0;
    margin: 0;
    color: var(--d360-dark-muted);
}

.d360-final {
    padding: 82px 0;
    background:
        linear-gradient(135deg, rgba(59,224,196,.085), transparent 40%),
        #05070a;
}
.d360-final-inner {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 60px;
    align-items: center;
}
.d360-final h2 { margin-bottom: 0; font-size: clamp(32px, 3.8vw, 50px); }

@media (max-width: 980px) {
    .d360-section { padding: 78px 0; }
    .d360-hero { min-height: auto; padding-top: 90px; }
    .d360-hero-grid,
    .d360-split,
    .d360-split-score,
    .d360-founder-grid,
    .d360-faq-grid,
    .d360-final-inner { grid-template-columns: 1fr; gap: 44px; }
    .d360-hero-panel { max-width: 700px; }
    .d360-trustbar { grid-template-columns: repeat(2, 1fr); }
    .d360-trustbar > div:nth-child(2) { border-right: 0; }
    .d360-trustbar > div:nth-child(-n+2) { border-bottom: 1px solid var(--d360-line); }
    .d360-card-grid-3,
    .d360-dimensions { grid-template-columns: repeat(2, 1fr); }
    .d360-assessment-intro { grid-template-columns: 1fr; gap: 15px; }
    .d360-metrics { grid-template-columns: repeat(2, 1fr); }
    .d360-metrics > div:nth-child(2) { border-right: 0; }
    .d360-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--d360-line-dark); }
    .d360-evolution,
    .d360-method-grid { grid-template-columns: repeat(2, 1fr); }
    .d360-evolution article:nth-child(2) { border-right: 0; }
    .d360-evolution article:nth-child(-n+2) { border-bottom: 1px solid var(--d360-line-dark); }
    .d360-founder-mark { max-width: 310px; }
    .d360-offer-card { grid-template-columns: 1fr; }
    .d360-offer-price {
        padding: 24px 0 0;
        border-left: 0;
        border-top: 1px solid var(--d360-line);
    }
    .d360-offer-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .d360-shell { width: min(100% - 30px, 1180px); }
    .d360-section { padding: 64px 0; }
    .d360-hero { padding-top: 72px; }
    .d360-hero h1 { font-size: clamp(39px, 12vw, 56px); }
    .d360-display-line { font-size: 25px; }
    .d360-lead { font-size: 17px; }
    .d360-actions { align-items: stretch; }
    .d360-btn { width: 100%; }
    .d360-trustbar { margin-top: 60px; grid-template-columns: 1fr 1fr; }
    .d360-trustbar > div { padding: 18px 14px; }
    .d360-trustbar > div:first-child { padding-left: 14px; }
    .d360-card-grid-3,
    .d360-dimensions,
    .d360-evolution,
    .d360-method-grid,
    .d360-finding,
    .d360-offer-list { grid-template-columns: 1fr; }
    .d360-evolution article,
    .d360-evolution article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--d360-line-dark);
    }
    .d360-evolution article:last-child { border-bottom: 0; }
    .d360-metrics { grid-template-columns: 1fr 1fr; }
    .d360-metrics strong { font-size: 22px; }
    .d360-bars > div { grid-template-columns: 120px 1fr 30px; gap: 8px; }
    .d360-finding-grid { grid-template-columns: 1fr; }
    .d360-offer-card { padding: 30px 22px; gap: 28px; }
    .d360-founder-mark { max-width: 240px; }
    .d360-founder-mark span { font-size: 62px; }
}

@media (prefers-reduced-motion: reduce) {
    .d360-home *,
    .d360-home *::before,
    .d360-home *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
