/*
 * DPDP Compliance Hub — World-Class Interactive Homepage Experience
 * home.css: Complete styling for 14 signature sections, DPDP Digital Compliance Manager,
 * interactive reader, tool bento, journey pathway, drawer assistant, and responsive layouts.
 */

:root {
    --home-max-w: 1280px;
    --navy-dark: #07111F;
    --navy-surface: #0E1D33;
    --navy-border: rgba(255, 255, 255, 0.08);
    --blue-glow: rgba(37, 99, 235, 0.18);
    --cyan-glow: rgba(6, 182, 212, 0.22);
}

/* ═══════════════════════════════════════════════════════════
   1. CINEMATIC HERO (Section 1)
══════════════════════════════════════════════════════════════ */
.hero-experience {
    position: relative;
    min-height: 800px;
    background: radial-gradient(circle at 75% 25%, rgba(6, 182, 212, 0.08) 0%, transparent 45%),
                radial-gradient(circle at 25% 15%, rgba(37, 99, 235, 0.07) 0%, transparent 50%),
                #F8FAFC;
    border-bottom: 1px solid var(--border-light);
    padding: 70px 0 60px;
    overflow: hidden;
}

.hero-experience::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(37, 99, 235, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(37, 99, 235, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black 20%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black 20%, transparent 100%);
    pointer-events: none;
}

.hero-container {
    max-width: var(--home-max-w);
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}

.hero-grid {
    display: grid;
    grid-template-columns: 53% 47%;
    align-items: center;
    gap: 40px;
}

/* Hero Left */
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
}

.hero-pill__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16A34A;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
    animation: pulse-dot-green 2s infinite;
}

@keyframes pulse-dot-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.hero-title {
    font-size: clamp(46px, 4.4vw, 70px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.035em;
    color: #0B1220;
    margin-bottom: 22px;
}

.hero-title__gradient {
    background: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 19px;
    line-height: 1.6;
    color: #526176;
    max-width: 560px;
    margin-bottom: 34px;
}

.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: #2563EB;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9999px;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
    text-decoration: none;
    transition: all 0.25s ease;
}

.hero-btn-primary:hover {
    background: #1D4ED8;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.45);
}

.hero-btn-primary svg {
    transition: transform 0.25s ease;
}

.hero-btn-primary:hover svg {
    transform: translateX(4px);
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 16px 26px;
    background: #FFFFFF;
    color: #0B1220;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #CBD5E1;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-btn-secondary:hover {
    background: #F1F5F9;
    border-color: #94A3B8;
    color: #0B1220;
}

.hero-trust-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748B;
}

.hero-trust-item svg {
    color: #16A34A;
}

/* Hero Right: 3D Character & Dashboard Composition */
.hero-stage {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 580px;
    padding-top: 150px;
}

.hero-character-box {
    position: absolute;
    left: -20px;
    bottom: 0px;
    width: 240px;
    z-index: 4;
    animation: character-breathe 6s ease-in-out infinite;
}

.hero-character-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    filter: drop-shadow(0 16px 30px rgba(11, 18, 32, 0.18));
}

@keyframes character-breathe {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-6px) scale(1.01); }
}

/* Speech Bubble in Hero - positioned strictly above character */
.hero-speech-bubble {
    position: absolute;
    bottom: calc(100% + 16px);
    left: -10px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 16px 36px rgba(11, 18, 32, 0.14);
    width: 280px;
    z-index: 6;
    animation: bubble-float 5s ease-in-out infinite;
}

.hero-speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 60px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
}

.hero-speech-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.hero-speech-body {
    font-size: 13.5px;
    color: #1E293B;
    line-height: 1.45;
    margin-bottom: 10px;
}

.hero-speech-actions {
    display: flex;
    gap: 8px;
}

.hero-speech-btn-primary {
    font-size: 12px;
    font-weight: 700;
    background: #2563EB;
    color: #FFFFFF !important;
    padding: 5px 12px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.hero-speech-btn-subtle {
    font-size: 12px;
    font-weight: 600;
    background: #F1F5F9;
    color: #475569;
    padding: 5px 10px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

@keyframes bubble-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* Floating Readiness Dashboard */
.hero-dashboard {
    position: relative;
    margin-left: 100px;
    width: 380px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    box-shadow: 0 20px 40px -10px rgba(11, 18, 32, 0.12),
                0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    padding: 24px 26px;
    z-index: 2;
    animation: dashboard-float 7s ease-in-out infinite;
}

@keyframes dashboard-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.dash-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #F1F5F9;
    margin-bottom: 18px;
}

.dash-ring-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dash-ring {
    width: 68px;
    height: 68px;
    transform: rotate(-90deg);
}

.dash-ring-bg {
    fill: none;
    stroke: #F1F5F9;
    stroke-width: 6;
}

.dash-ring-bar {
    fill: none;
    stroke: #2563EB;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.dash-ring-bar.active {
    stroke-dashoffset: 62; /* 78% of 283 */
}

.dash-score-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94A3B8;
    margin-bottom: 2px;
}

.dash-score-val {
    font-size: 28px;
    font-weight: 800;
    color: #0B1220;
    line-height: 1;
}

.dash-badge {
    padding: 4px 10px;
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
    color: #059669;
}

.dash-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.dash-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: #F8FAFC;
    border-radius: 10px;
    font-size: 13px;
}

.dash-row__label {
    font-weight: 600;
    color: #334155;
}

.dash-row__status {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
}

.dash-row__status--ready { color: #16A34A; }
.dash-row__status--review { color: #D97706; background: #FEF3C7; padding: 2px 8px; border-radius: 6px; }

.dash-action-box {
    background: #EFF6FF;
    border: 1px solid #DBEAFE;
    border-radius: 12px;
    padding: 12px 14px;
}

.dash-action-label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #2563EB;
    margin-bottom: 4px;
}

.dash-action-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
    font-weight: 700;
    color: #0B1220;
    text-decoration: none;
}

.dash-action-link:hover {
    color: #2563EB;
}

/* Floating chips */
.hero-floating-chip {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 8px 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    z-index: 5;
    white-space: nowrap;
}

.chip-tools {
    top: 10px;
    right: -20px;
    animation: chip-float-1 5s ease-in-out infinite;
}

.chip-sources {
    bottom: -15px;
    right: 20px;
    animation: chip-float-2 6s ease-in-out infinite 1s;
}

@keyframes chip-float-1 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes chip-float-2 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

.chip-val {
    font-size: 14px;
    font-weight: 700;
    color: #0B1220;
    display: flex;
    align-items: center;
    gap: 6px;
}

.chip-sub {
    font-size: 11px;
    color: #64748B;
}

/* Scroll cue */
.hero-scroll-cue {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
    text-decoration: none;
    color: #94A3B8;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.hero-scroll-cue:hover {
    color: #2563EB;
}

.scroll-cue-arrow {
    animation: bounce-down 2s infinite;
}

@keyframes bounce-down {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(6px); }
    60% { transform: translateY(3px); }
}

/* ═══════════════════════════════════════════════════════════
   2. LIVE STATS RIBBON (Section 2)
══════════════════════════════════════════════════════════════ */
.stats-ribbon {
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    padding: 38px 0;
}

.stats-ribbon-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.stats-item {
    text-align: center;
    flex: 1;
    min-width: 130px;
}

.stats-num {
    font-size: 40px;
    font-weight: 800;
    color: #0B1220;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
}

.stats-label {
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748B;
}

.stats-divider {
    width: 1px;
    height: 44px;
    background: #E2E8F0;
}

/* ═══════════════════════════════════════════════════════════
   3. "WHERE SHOULD I START?" ONBOARDING (Section 3)
══════════════════════════════════════════════════════════════ */
.start-section {
    background: #F8FAFC;
    padding: 90px 0;
    border-bottom: 1px solid #E2E8F0;
}

.start-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: center;
}

.start-guide-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 32px;
    border-right: 1px solid #F1F5F9;
}

.start-guide-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 3px solid #2563EB;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2);
    margin-bottom: 16px;
}

.start-guide-title {
    font-size: 16px;
    font-weight: 700;
    color: #0B1220;
    margin-bottom: 4px;
}

.start-guide-sub {
    font-size: 13px;
    color: #64748B;
    margin-bottom: 12px;
}

.start-guide-bubble {
    background: #EFF6FF;
    border: 1px solid #DBEAFE;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13.5px;
    font-weight: 600;
    color: #1D4ED8;
}

.start-chips-col h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0B1220;
    margin-bottom: 8px;
}

.start-chips-sub {
    font-size: 15px;
    color: #64748B;
    margin-bottom: 24px;
}

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

.start-chip {
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.start-chip:hover {
    background: #FFFFFF;
    border-color: #2563EB;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
    transform: translateY(-2px);
}

.start-chip-label {
    font-size: 14.5px;
    font-weight: 700;
    color: #0B1220;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.start-chip-label svg {
    color: #2563EB;
    transition: transform 0.2s;
}

.start-chip:hover .start-chip-label svg {
    transform: translateX(4px);
}

.start-chip-desc {
    font-size: 12.5px;
    color: #64748B;
    line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════
   4. COMPLIANCE JOURNEY (Dark Section 4)
══════════════════════════════════════════════════════════════ */
.journey-dark {
    background: var(--navy-dark);
    color: #FFFFFF;
    padding: 110px 0;
    border-bottom: 1px solid var(--navy-border);
    position: relative;
    overflow: hidden;
}

.journey-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 70px;
}

.journey-eyebrow {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #06B6D4;
    margin-bottom: 12px;
    display: inline-block;
}

.journey-header h2 {
    font-size: clamp(34px, 3.5vw, 46px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 16px;
}

.journey-header p {
    font-size: 17px;
    color: #94A3B8;
    line-height: 1.6;
}

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

.journey-node {
    background: var(--navy-surface);
    border: 1px solid var(--navy-border);
    border-radius: 18px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.25s ease;
    position: relative;
}

.journey-node:hover {
    border-color: #06B6D4;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(6, 182, 212, 0.15);
}

.journey-node-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.journey-node-num {
    font-size: 12px;
    font-weight: 800;
    font-family: var(--font-mono);
    color: #06B6D4;
    background: rgba(6, 182, 212, 0.1);
    padding: 3px 8px;
    border-radius: 6px;
}

.journey-node-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
}

.journey-node:hover .journey-node-icon {
    background: #06B6D4;
    color: #07111F;
}

.journey-node-title {
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.journey-node-desc {
    font-size: 13.5px;
    color: #94A3B8;
    line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════
   5. PRODUCT TOOLS SHOWCASE (Bento Section 5)
══════════════════════════════════════════════════════════════ */
.tools-showcase {
    background: #FFFFFF;
    padding: 110px 0;
    border-bottom: 1px solid #E2E8F0;
}

.tools-bento {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-auto-rows: minmax(260px, auto);
    gap: 24px;
}

/* Featured Card: Applicability Checker */
.bento-card-featured {
    grid-row: span 2;
    background: linear-gradient(145deg, #0B1220 0%, #1E293B 100%);
    border-radius: 24px;
    padding: 36px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 16px 36px rgba(11, 18, 32, 0.15);
    position: relative;
    overflow: hidden;
}

.bento-card-featured::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, transparent 70%);
}

.bento-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(37, 99, 235, 0.4);
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    color: #60A5FA;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}

.bento-featured-title {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 12px;
}

.bento-featured-desc {
    font-size: 15px;
    color: #94A3B8;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* Interactive Mini Preview inside Featured Tool */
.bento-mini-preview {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 28px;
}

.mini-preview-q {
    font-size: 13.5px;
    font-weight: 600;
    color: #E2E8F0;
    margin-bottom: 12px;
}

.mini-preview-options {
    display: flex;
    gap: 8px;
}

.mini-preview-btn {
    flex: 1;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12.5px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.mini-preview-btn:hover, .mini-preview-btn.active {
    background: #2563EB;
    border-color: #2563EB;
}

.bento-card-standard {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
}

.bento-card-standard:hover {
    background: #FFFFFF;
    border-color: #2563EB;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.08);
    transform: translateY(-3px);
}

.bento-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bento-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563EB;
}

.bento-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0B1220;
    margin-bottom: 8px;
}

.bento-card-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.55;
    margin-bottom: 20px;
    flex: 1;
}

.bento-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #E2E8F0;
}

.bento-free-tag {
    font-size: 11.5px;
    font-weight: 600;
    color: #94A3B8;
}

.bento-cta-link {
    font-size: 12.5px;
    font-weight: 700;
    color: #2563EB;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ═══════════════════════════════════════════════════════════
   6. BEFORE / AFTER TRANSFORMATION (Section 6)
══════════════════════════════════════════════════════════════ */
.transform-section {
    background: #F8FAFC;
    padding: 100px 0;
    border-bottom: 1px solid #E2E8F0;
}

.transform-grid {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
    gap: 20px;
}

.transform-card {
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.transform-card--before {
    background: #FFFFFF;
    border: 1px solid #FCA5A5;
    border-left: 5px solid #EF4444;
}

.transform-card--after {
    background: #FFFFFF;
    border: 1px solid #93C5FD;
    border-left: 5px solid #2563EB;
}

.transform-tag {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.transform-card--before .transform-tag { color: #DC2626; }
.transform-card--after .transform-tag { color: #2563EB; }

.transform-title {
    font-size: 22px;
    font-weight: 800;
    color: #0B1220;
    margin-bottom: 20px;
}

.transform-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.transform-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    color: #475569;
}

.transform-divider-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2563EB;
    color: #FFFFFF;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════
   7. INTERACTIVE LEGAL READER (Section 7)
══════════════════════════════════════════════════════════════ */
.reader-section {
    background: #FFFFFF;
    padding: 110px 0;
    border-bottom: 1px solid #E2E8F0;
}

.reader-browser {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 20px;
    box-shadow: 0 20px 45px -10px rgba(11, 18, 32, 0.12);
    overflow: hidden;
}

.reader-bar {
    background: #F1F5F9;
    border-bottom: 1px solid #CBD5E1;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reader-dots {
    display: flex;
    gap: 6px;
}

.reader-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.reader-dot--r { background: #EF4444; }
.reader-dot--y { background: #F59E0B; }
.reader-dot--g { background: #10B981; }

.reader-toggles {
    display: flex;
    background: #E2E8F0;
    padding: 3px;
    border-radius: 8px;
}

.reader-toggle-btn {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    background: transparent;
    color: #64748B;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.reader-toggle-btn.active {
    background: #FFFFFF;
    color: #0B1220;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.reader-body-layout {
    display: grid;
    grid-template-columns: 240px 1fr 240px;
    min-height: 420px;
}

.reader-left-nav {
    background: #F8FAFC;
    border-right: 1px solid #E2E8F0;
    padding: 20px;
}

.reader-nav-heading {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94A3B8;
    margin-bottom: 12px;
}

.reader-nav-item {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    margin-bottom: 4px;
}

.reader-nav-item.active {
    background: #EFF6FF;
    color: #2563EB;
}

.reader-center-content {
    padding: 28px 36px;
}

.reader-section-title {
    font-size: 20px;
    font-weight: 800;
    color: #0B1220;
    margin-bottom: 20px;
}

.reader-view-block {
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 20px;
    transition: opacity 0.2s;
}

.reader-view-block--official {
    background: #F8FAFC;
    border-left: 4px solid #2563EB;
    font-family: var(--font-mono);
    font-size: 13.5px;
    color: #334155;
    line-height: 1.7;
}

.reader-view-block--plain {
    background: #ECFDF5;
    border-left: 4px solid #16A34A;
    font-size: 14.5px;
    color: #064E3B;
    line-height: 1.65;
}

.reader-block-tag {
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.reader-view-block--official .reader-block-tag { color: #2563EB; }
.reader-view-block--plain .reader-block-tag { color: #16A34A; }

.reader-right-meta {
    background: #F8FAFC;
    border-left: 1px solid #E2E8F0;
    padding: 20px;
}

/* ═══════════════════════════════════════════════════════════
   8. ROLE BASED EXPERIENCE (Section 8)
══════════════════════════════════════════════════════════════ */
.roles-section {
    background: #F8FAFC;
    padding: 110px 0;
    border-bottom: 1px solid #E2E8F0;
}

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

.role-tile {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
}

.role-tile:hover {
    border-color: #2563EB;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.08);
}

.role-tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563EB;
    margin-bottom: 18px;
}

.role-tile:hover .role-tile-icon {
    background: #2563EB;
    color: #FFFFFF;
}

.role-tile-title {
    font-size: 18px;
    font-weight: 700;
    color: #0B1220;
    margin-bottom: 8px;
}

.role-tile-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 18px;
    flex: 1;
}

.role-tile-route {
    font-size: 12.5px;
    font-weight: 700;
    color: #2563EB;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ═══════════════════════════════════════════════════════════
   9. SECURITY / TRUST MOMENT (Dark Section 9)
══════════════════════════════════════════════════════════════ */
.trust-dark {
    background: var(--navy-dark);
    color: #FFFFFF;
    padding: 100px 0;
    border-bottom: 1px solid var(--navy-border);
}

.trust-dark-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

.trust-shield-art {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.trust-shield-center {
    width: 140px;
    height: 140px;
    border-radius: 28px;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60A5FA;
    box-shadow: 0 0 50px rgba(37, 99, 235, 0.3);
}

.trust-pillars-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.trust-pillar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: var(--navy-surface);
    border: 1px solid var(--navy-border);
    border-radius: 12px;
}

.trust-pillar-icon {
    color: #06B6D4;
    margin-top: 2px;
}

.trust-pillar-title {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.trust-pillar-desc {
    font-size: 13.5px;
    color: #94A3B8;
    line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════
   10. LATEST GUIDES (Editorial Section 10)
═══════════════════════════════════════════════════════════ */
.guides-section {
    background: #FFFFFF;
    padding: 110px 0;
    border-bottom: 1px solid #E2E8F0;
}

.editorial-guides-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
}

.guide-featured {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
}

.guide-featured:hover {
    border-color: #2563EB;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

.guide-stacked-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.guide-card-compact {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.guide-card-compact:hover {
    border-color: #2563EB;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

/* ═══════════════════════════════════════════════════════════
   11. DPDP UPDATE STATUS CENTER (Section 11)
══════════════════════════════════════════════════════════════ */
.status-center-section {
    background: #F8FAFC;
    padding: 100px 0;
    border-bottom: 1px solid #E2E8F0;
}

.status-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.status-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.status-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.status-badge-live {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    background: #DCFCE7;
    border: 1px solid #86EFAC;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 700;
    color: #16A34A;
}

/* ═══════════════════════════════════════════════════════════
   12. DIGITAL MANAGER TRIAGE LAUNCHER (Section 12)
══════════════════════════════════════════════════════════════ */
.triage-section {
    background: #FFFFFF;
    padding: 90px 0;
    border-bottom: 1px solid #E2E8F0;
}

.triage-card {
    background: linear-gradient(135deg, #EFF6FF 0%, #F8FAFC 100%);
    border: 1px solid #BFDBFE;
    border-radius: 24px;
    padding: 44px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.triage-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.triage-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #2563EB;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
    flex-shrink: 0;
}

.triage-h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0B1220;
    margin-bottom: 6px;
}

.triage-p {
    font-size: 15px;
    color: #526176;
}

/* ═══════════════════════════════════════════════════════════
   13. SEO / EDUCATIONAL CONTENT (Section 13)
══════════════════════════════════════════════════════════════ */
.seo-section {
    background: #FFFFFF;
    padding: 110px 0;
    border-bottom: 1px solid #E2E8F0;
}

.seo-layout-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: flex-start;
}

.seo-toc-sticky {
    position: sticky;
    top: 100px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 24px;
}

.seo-toc-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94A3B8;
    margin-bottom: 14px;
}

.seo-toc-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seo-toc-links a {
    font-size: 13.5px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
}

.seo-toc-links a:hover {
    color: #2563EB;
}

.seo-article {
    max-width: 820px;
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.seo-article h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0B1220;
    margin: 40px 0 16px;
    letter-spacing: -0.02em;
}

.seo-article h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0B1220;
    margin: 28px 0 12px;
}

.seo-article p {
    margin-bottom: 16px;
}

.seo-callout {
    background: #EFF6FF;
    border-left: 4px solid #2563EB;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 24px 0;
    font-size: 15px;
    color: #1E3A8A;
}

/* ═══════════════════════════════════════════════════════════
   14. FINAL CINEMATIC CTA (Section 14)
══════════════════════════════════════════════════════════════ */
.final-cta-section {
    background: linear-gradient(135deg, var(--navy-dark) 0%, #0F172A 100%);
    color: #FFFFFF;
    padding: 110px 0;
    border-bottom: 1px solid var(--navy-border);
    position: relative;
    overflow: hidden;
}

.final-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.final-cta-content h2 {
    font-size: clamp(34px, 3.5vw, 48px);
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 16px;
    letter-spacing: -0.03em;
}

.final-cta-content p {
    font-size: 18px;
    color: #94A3B8;
    max-width: 580px;
    margin-bottom: 32px;
    line-height: 1.6;
}

.final-cta-character {
    width: 220px;
    flex-shrink: 0;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* ═══════════════════════════════════════════════════════════
   15. FLOATING DIGITAL COMPLIANCE MANAGER DRAWER & MODAL
══════════════════════════════════════════════════════════════ */
.floating-assistant-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px 6px 6px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 9999px;
    box-shadow: 0 10px 30px rgba(11, 18, 32, 0.16);
    cursor: pointer;
    transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.floating-assistant-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-assistant-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(37, 99, 235, 0.2);
    border-color: #2563EB;
}

.floating-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #2563EB;
}

.floating-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #0B1220;
}

.floating-badge {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16A34A;
}

/* Drawer modal */
.manager-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 18, 32, 0.6);
    backdrop-filter: blur(4px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.manager-drawer-overlay.open {
    opacity: 1;
    visibility: visible;
}

.manager-drawer {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 400px;
    max-height: 85vh;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    z-index: 10001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.95) translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.manager-drawer-overlay.open .manager-drawer {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}

.drawer-header {
    background: #F8FAFC;
    padding: 20px;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drawer-manager-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.drawer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #2563EB;
}

.drawer-title {
    font-size: 15px;
    font-weight: 800;
    color: #0B1220;
}

.drawer-sub {
    font-size: 12px;
    color: #64748B;
}

.drawer-close {
    background: transparent;
    border: none;
    color: #64748B;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
}

.drawer-close:hover {
    background: #E2E8F0;
    color: #0B1220;
}

.drawer-body {
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drawer-option-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    text-decoration: none;
    color: #0B1220;
    font-size: 13.5px;
    font-weight: 600;
    transition: all 0.2s;
}

.drawer-option-btn:hover {
    background: #EFF6FF;
    border-color: #2563EB;
    color: #2563EB;
    transform: translateX(3px);
}

.drawer-footer {
    padding: 12px 20px;
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    font-size: 11.5px;
    color: #64748B;
    text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   16. RESPONSIVE BREAKPOINTS
══════════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
    .hero-grid { grid-template-columns: 1fr; gap: 60px; }
    .hero-stage { justify-content: flex-start; margin-top: 20px; }
    .hero-dashboard { margin-left: 200px; }
    .journey-path-grid { grid-template-columns: repeat(2, 1fr); }
    .tools-bento { grid-template-columns: repeat(2, 1fr); }
    .bento-card-featured { grid-row: auto; grid-column: span 2; }
    .roles-grid-6 { grid-template-columns: repeat(2, 1fr); }
    .editorial-guides-grid { grid-template-columns: 1fr; }
    .status-cards-grid { grid-template-columns: 1fr; }
    .seo-layout-grid { grid-template-columns: 1fr; }
    .seo-toc-sticky { position: static; }
    .transform-grid { grid-template-columns: 1fr; gap: 24px; }
    .transform-divider-icon { transform: rotate(90deg); }
}

@media (max-width: 768px) {
    .hero-experience { padding: 40px 0; min-height: auto; }
    .hero-title { font-size: 38px; }
    .hero-stage { flex-direction: column; align-items: center; margin-left: 0; min-height: auto; }
    .hero-character-box { position: static; width: 180px; margin-bottom: 20px; }
    .hero-speech-bubble { position: static; width: 100%; margin-bottom: 20px; }
    .hero-speech-bubble::after { display: none; }
    .hero-dashboard { width: 100%; margin-left: 0; }
    .hero-floating-chip { display: none; }
    .start-box { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
    .start-guide-col { border-right: none; border-bottom: 1px solid #F1F5F9; padding-right: 0; padding-bottom: 24px; }
    .start-chips-grid { grid-template-columns: 1fr; }
    .journey-path-grid { grid-template-columns: 1fr; }
    .tools-bento { grid-template-columns: 1fr; }
    .bento-card-featured { grid-column: span 1; padding: 24px; }
    .roles-grid-6 { grid-template-columns: 1fr; }
    .trust-dark-grid { grid-template-columns: 1fr; }
    .reader-body-layout { grid-template-columns: 1fr; }
    .reader-left-nav, .reader-right-meta { display: none; }
    .triage-card { flex-direction: column; text-align: center; padding: 30px 20px; }
    .triage-left { flex-direction: column; }
    .final-cta-box { flex-direction: column; text-align: center; }
    .final-cta-character { display: none; }
    .manager-drawer { bottom: 0; right: 0; left: 0; width: 100%; border-radius: 20px 20px 0 0; }
}
