/* =========================================================
   WHY IT MATTERS PAGE
   Cybersecurity Life
   ========================================================= */

:root {
    --why-bg: #03111f;
    --why-bg-deep: #010813;
    --why-panel: rgba(7, 24, 42, 0.82);
    --why-panel-strong: rgba(8, 31, 53, 0.94);
    --why-blue: #22d3ee;
    --why-blue-soft: #67e8f9;
    --why-green: #39ff88;
    --why-green-soft: #86efac;
    --why-red: #ff5f6d;
    --why-yellow: #facc15;
    --why-text: #eafcff;
    --why-muted: #a9c4d4;
    --why-border: rgba(34, 211, 238, 0.28);
    --why-shadow: 0 0 30px rgba(34, 211, 238, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.why-matters-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--why-text);
    background:
        linear-gradient(rgba(34, 211, 238, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, 0.055) 1px, transparent 1px),
        radial-gradient(circle at 15% 15%, rgba(57, 255, 136, 0.12), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(34, 211, 238, 0.14), transparent 30%),
        radial-gradient(circle at 50% 80%, rgba(22, 78, 130, 0.18), transparent 38%),
        var(--why-bg-deep);
    background-size: 48px 48px, 48px 48px, auto, auto, auto, auto;
    animation: gridDrift 24s linear infinite;
}

.why-matters-page::before,
.why-matters-page::after {
    content: "";
    position: fixed;
    z-index: -1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.14;
    pointer-events: none;
}

.why-matters-page::before {
    top: 16%;
    left: -180px;
    background: var(--why-green);
    animation: ambientFloatOne 14s ease-in-out infinite alternate;
}

.why-matters-page::after {
    right: -170px;
    bottom: 10%;
    background: var(--why-blue);
    animation: ambientFloatTwo 16s ease-in-out infinite alternate;
}

.why-matters-page section {
    position: relative;
    padding: 95px clamp(24px, 6vw, 90px);
}

.why-matters-page h1,
.why-matters-page h2,
.why-matters-page h3,
.why-matters-page p {
    margin-top: 0;
}

.why-matters-page h2 {
    margin-bottom: 20px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.why-matters-page h3 {
    color: #ffffff;
}

.why-matters-page p {
    color: var(--why-muted);
    line-height: 1.8;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--why-green) !important;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.section-label::before {
    content: "";
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--why-green));
    box-shadow: 0 0 10px var(--why-green);
}

.section-heading,
.role-header {
    width: min(820px, 100%);
    margin: 0 auto 55px;
    text-align: center;
}

.section-heading > p:last-child,
.role-header > p:last-child {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.05rem;
}

.left-heading {
    margin: 0 0 42px;
    text-align: left;
}

.left-heading > p:last-child {
    margin-left: 0;
}

/* Hero */
.why-hero {
    min-height: 790px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
    align-items: center;
    gap: 60px;
    padding-top: 125px !important;
    background:
        linear-gradient(90deg, rgba(1, 8, 19, 0.95), rgba(1, 8, 19, 0.58)),
        radial-gradient(circle at 75% 50%, rgba(34, 211, 238, 0.16), transparent 30%);
}

.why-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(0deg, transparent 0 6px, rgba(103, 232, 249, 0.025) 7px 8px),
        linear-gradient(120deg, transparent 0 62%, rgba(34, 211, 238, 0.07) 63%, transparent 64%);
}

.why-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 70%, var(--why-bg-deep));
    pointer-events: none;
}

.why-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    animation: heroReveal 1s ease both;
}

.hero-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 15px;
    border: 1px solid rgba(57, 255, 136, 0.35);
    border-radius: 999px;
    background: rgba(57, 255, 136, 0.08);
    color: var(--why-green-soft);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    box-shadow: inset 0 0 18px rgba(57, 255, 136, 0.06);
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--why-green);
    box-shadow: 0 0 0 0 rgba(57, 255, 136, 0.55);
    animation: statusPulse 1.8s infinite;
}

.why-hero h1 {
    margin-bottom: 24px;
    color: #ffffff;
    font-size: clamp(3.25rem, 7vw, 6.8rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.why-hero h1 span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px var(--why-blue-soft);
    text-shadow: 0 0 24px rgba(34, 211, 238, 0.42);
}

.hero-description {
    max-width: 720px;
    margin-bottom: 34px;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.hero-buttons,
.final-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.primary-btn,
.secondary-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 23px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.primary-btn {
    border: 1px solid var(--why-blue);
    background: linear-gradient(135deg, var(--why-blue), #0ea5e9);
    color: #02131f;
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.28);
}

.secondary-btn {
    border: 1px solid rgba(103, 232, 249, 0.38);
    background: rgba(4, 21, 37, 0.65);
    color: var(--why-text);
}

.primary-btn::after,
.secondary-btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -70%;
    width: 35%;
    height: 200%;
    transform: rotate(24deg);
    background: rgba(255, 255, 255, 0.35);
    transition: left 0.55s ease;
}

.primary-btn:hover,
.secondary-btn:hover {
    transform: translateY(-3px);
}

.primary-btn:hover {
    box-shadow: 0 0 34px rgba(34, 211, 238, 0.48);
}

.secondary-btn:hover {
    border-color: var(--why-green);
    box-shadow: 0 0 24px rgba(57, 255, 136, 0.18);
}

.primary-btn:hover::after,
.secondary-btn:hover::after {
    left: 135%;
}

/* Animated digital shield */
.digital-shield {
    position: relative;
    width: min(450px, 38vw);
    aspect-ratio: 1;
    justify-self: center;
    filter: drop-shadow(0 0 32px rgba(34, 211, 238, 0.2));
    animation: shieldFloat 5s ease-in-out infinite;
}

.shield-ring {
    position: absolute;
    inset: 50%;
    border: 1px solid rgba(34, 211, 238, 0.38);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.shield-ring::before,
.shield-ring::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--why-green);
    box-shadow: 0 0 14px var(--why-green);
}

.shield-ring::before {
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
}

.shield-ring::after {
    right: -4px;
    bottom: 24%;
    width: 6px;
    height: 6px;
    background: var(--why-blue);
}

.shield-ring-one {
    width: 100%;
    height: 100%;
    animation: spinClockwise 17s linear infinite;
}

.shield-ring-two {
    width: 76%;
    height: 76%;
    border-style: dashed;
    animation: spinCounterClockwise 12s linear infinite;
}

.shield-ring-three {
    width: 52%;
    height: 52%;
    animation: spinClockwise 8s linear infinite;
}

.shield-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 195px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0, 91% 16%, 85% 67%, 50% 100%, 15% 67%, 9% 16%);
    background: linear-gradient(145deg, rgba(34, 211, 238, 0.26), rgba(57, 255, 136, 0.07));
    border: 1px solid var(--why-blue);
    box-shadow: inset 0 0 30px rgba(34, 211, 238, 0.22), 0 0 35px rgba(34, 211, 238, 0.28);
    animation: shieldCorePulse 2.6s ease-in-out infinite;
}

.shield-core span {
    font-size: 4.7rem;
    filter: drop-shadow(0 0 18px rgba(57, 255, 136, 0.55));
}

.orbit-node {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(1, 8, 19, 0.9);
    border-radius: 50%;
    background: var(--why-blue);
    box-shadow: 0 0 14px var(--why-blue);
}

.node-one { top: 7%; left: 48%; animation: nodeBlink 1.5s ease-in-out infinite; }
.node-two { top: 48%; right: 2%; animation: nodeBlink 1.5s 0.35s ease-in-out infinite; }
.node-three { bottom: 5%; left: 45%; animation: nodeBlink 1.5s 0.7s ease-in-out infinite; }
.node-four { top: 45%; left: 3%; animation: nodeBlink 1.5s 1.05s ease-in-out infinite; }

/* Reusable cards */
.importance-intro,
.everyday-security-section,
.infrastructure-section,
.everyone-role-section {
    background: rgba(2, 13, 24, 0.42);
}

.importance-summary-grid,
.device-grid,
.infrastructure-grid,
.security-actions-grid {
    display: grid;
    gap: 22px;
}

.importance-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.device-grid,
.infrastructure-grid,
.security-actions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.summary-card,
.device-card,
.infrastructure-card,
.action-card {
    position: relative;
    min-height: 100%;
    padding: 30px;
    border: 1px solid var(--why-border);
    border-radius: 16px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(10, 31, 51, 0.9), rgba(3, 15, 28, 0.9));
    box-shadow: var(--why-shadow);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.summary-card::before,
.device-card::before,
.infrastructure-card::before,
.action-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(34, 211, 238, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, 0.045) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.55;
}

.summary-card::after,
.device-card::after,
.infrastructure-card::after,
.action-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 70%;
    height: 100%;
    transform: skewX(-20deg);
    background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.1), transparent);
    transition: left 0.7s ease;
}

.summary-card:hover,
.device-card:hover,
.infrastructure-card:hover,
.action-card:hover {
    transform: translateY(-9px);
    border-color: rgba(57, 255, 136, 0.55);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26), 0 0 30px rgba(57, 255, 136, 0.1);
}

.summary-card:hover::after,
.device-card:hover::after,
.infrastructure-card:hover::after,
.action-card:hover::after {
    left: 150%;
}

.summary-card h3,
.device-card h3,
.infrastructure-card h3,
.action-card h3 {
    position: relative;
    margin-bottom: 12px;
    font-size: 1.22rem;
}

.summary-card p,
.device-card p,
.infrastructure-card p,
.action-card p {
    position: relative;
    margin-bottom: 0;
}

.summary-icon,
.device-icon,
.infrastructure-icon,
.action-icon {
    position: relative;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border: 1px solid rgba(34, 211, 238, 0.4);
    border-radius: 16px;
    background: rgba(34, 211, 238, 0.08);
    font-size: 2rem;
    box-shadow: inset 0 0 20px rgba(34, 211, 238, 0.08);
    transition: transform 0.35s ease;
}

.summary-card:hover .summary-icon,
.device-card:hover .device-icon,
.infrastructure-card:hover .infrastructure-icon,
.action-card:hover .action-icon {
    transform: rotate(-5deg) scale(1.08);
}

/* Personal protection */
.protection-section {
    background:
        linear-gradient(90deg, rgba(2, 12, 23, 0.96), rgba(4, 23, 39, 0.72)),
        radial-gradient(circle at 80% 50%, rgba(57, 255, 136, 0.1), transparent 38%);
}

.protection-content {
    width: min(1220px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 70px;
    align-items: center;
}

.protection-text > p:not(.section-label) {
    font-size: 1.03rem;
}

.cyber-check-list {
    display: grid;
    gap: 13px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.cyber-check-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 15px;
    border-left: 2px solid rgba(57, 255, 136, 0.55);
    background: rgba(57, 255, 136, 0.055);
    color: #d9fce7;
}

.cyber-check-list li span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(57, 255, 136, 0.13);
    color: var(--why-green);
    box-shadow: 0 0 12px rgba(57, 255, 136, 0.16);
}

.identity-protection-panel {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(34, 211, 238, 0.45);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(3, 18, 32, 0.9);
    box-shadow: 0 0 45px rgba(34, 211, 238, 0.14);
}

.identity-protection-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(34, 211, 238, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, 0.05) 1px, transparent 1px);
    background-size: 25px 25px;
    pointer-events: none;
}

.identity-protection-panel::after {
    content: "";
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(180deg, transparent, rgba(57, 255, 136, 0.18), transparent);
    animation: panelScan 4s linear infinite;
}

.panel-header,
.scan-row {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.panel-header {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(34, 211, 238, 0.18);
    color: var(--why-blue-soft);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.panel-status,
.safe-status {
    color: var(--why-green);
}

.panel-status {
    padding: 6px 9px;
    border: 1px solid rgba(57, 255, 136, 0.35);
    border-radius: 999px;
    background: rgba(57, 255, 136, 0.08);
    animation: softPulse 2s ease-in-out infinite;
}

.identity-profile {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 26px 0;
    padding: 20px;
    border: 1px solid rgba(34, 211, 238, 0.16);
    background: rgba(6, 27, 45, 0.72);
}

.profile-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(57, 255, 136, 0.4);
    border-radius: 50%;
    background: rgba(57, 255, 136, 0.08);
    font-size: 2rem;
}

.profile-lines {
    flex: 1;
    display: grid;
    gap: 10px;
}

.profile-lines span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.65), rgba(34, 211, 238, 0.1));
    animation: profileLinePulse 2.6s ease-in-out infinite alternate;
}

.profile-lines span:nth-child(2) { width: 82%; animation-delay: 0.25s; }
.profile-lines span:nth-child(3) { width: 62%; animation-delay: 0.5s; }

.security-scan {
    position: relative;
    z-index: 2;
    margin-top: 18px;
}

.scan-row {
    margin-bottom: 8px;
    color: #cce7f4;
    font-size: 0.9rem;
}

.safe-status {
    font-size: 0.78rem;
    font-weight: 800;
}

.scan-meter {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.scan-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--why-blue), var(--why-green));
    box-shadow: 0 0 14px rgba(57, 255, 136, 0.45);
    transform-origin: left;
    animation: meterFill 1.7s ease both;
}

/* Business section */
.business-security-section {
    display: grid;
    grid-template-columns: minmax(390px, 0.95fr) minmax(0, 1.05fr);
    gap: 70px;
    align-items: center;
    background: linear-gradient(135deg, rgba(3, 16, 29, 0.98), rgba(5, 25, 43, 0.85));
}

.business-dashboard {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(34, 211, 238, 0.42);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(3, 17, 31, 0.92);
    box-shadow: 0 0 42px rgba(34, 211, 238, 0.14);
}

.business-dashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(34, 211, 238, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, 0.05) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
}

.dashboard-top,
.dashboard-grid,
.dashboard-activity {
    position: relative;
    z-index: 2;
}

.dashboard-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.dashboard-label {
    color: var(--why-blue-soft);
    font-size: 0.72rem;
    letter-spacing: 0.13em;
}

.dashboard-top h3 {
    margin: 8px 0 0;
    font-size: 1.35rem;
}

.dashboard-live {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(57, 255, 136, 0.3);
    border-radius: 999px;
    color: var(--why-green);
    font-size: 0.7rem;
    font-weight: 800;
}

.dashboard-live span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--why-green);
    box-shadow: 0 0 10px var(--why-green);
    animation: statusPulse 1.8s infinite;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.dashboard-stat {
    display: grid;
    gap: 7px;
    padding: 18px;
    border: 1px solid rgba(34, 211, 238, 0.16);
    background: rgba(8, 31, 51, 0.68);
}

.stat-icon {
    font-size: 1.5rem;
}

.dashboard-stat strong {
    color: #ffffff;
}

.dashboard-stat small {
    color: var(--why-muted);
}

.dashboard-activity {
    height: 110px;
    display: flex;
    align-items: end;
    gap: 8px;
    margin-top: 24px;
    padding: 14px 12px 0;
    border-top: 1px solid rgba(34, 211, 238, 0.17);
}

.activity-line {
    flex: 1;
    min-width: 8px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, var(--why-green), var(--why-blue));
    box-shadow: 0 0 11px rgba(34, 211, 238, 0.3);
    transform-origin: bottom;
    animation: activityBars 1.8s ease-in-out infinite alternate;
}

.line-one { height: 34%; }
.line-two { height: 72%; animation-delay: 0.15s; }
.line-three { height: 48%; animation-delay: 0.3s; }
.line-four { height: 89%; animation-delay: 0.45s; }
.line-five { height: 58%; animation-delay: 0.6s; }
.line-six { height: 78%; animation-delay: 0.75s; }
.line-seven { height: 42%; animation-delay: 0.9s; }
.line-eight { height: 94%; animation-delay: 1.05s; }

.business-content > p:not(.section-label) {
    font-size: 1.03rem;
}

.business-points {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.business-point {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(34, 211, 238, 0.16);
    border-left: 3px solid var(--why-blue);
    background: rgba(4, 22, 38, 0.66);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.business-point:hover {
    transform: translateX(8px);
    border-color: rgba(57, 255, 136, 0.5);
}

.business-point > span {
    color: var(--why-green);
    font-size: 1.15rem;
    font-weight: 900;
}

.business-point h3 {
    margin-bottom: 6px;
}

.business-point p {
    margin-bottom: 0;
}

/* Infrastructure and role cards */
.infrastructure-card,
.action-card {
    padding-top: 64px;
}

.infrastructure-number,
.action-number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(103, 232, 249, 0.24);
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: -0.06em;
}

/* Consequences */
.consequences-section {
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 95, 109, 0.08), transparent 35%),
        rgba(3, 12, 22, 0.9);
}

.consequences-content {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 70px;
    align-items: start;
}

.consequence-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.consequence-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 95, 109, 0.24);
    background: rgba(39, 13, 22, 0.34);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.consequence-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 95, 109, 0.58);
}

.warning-symbol {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 95, 109, 0.52);
    border-radius: 50%;
    background: rgba(255, 95, 109, 0.1);
    color: var(--why-red);
    font-weight: 900;
    box-shadow: 0 0 14px rgba(255, 95, 109, 0.14);
    animation: warningPulse 2.3s ease-in-out infinite;
}

.consequence-item h3 {
    margin-bottom: 7px;
}

.consequence-item p {
    margin-bottom: 0;
}

/* Future */
.future-security-section {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 75px;
    background:
        radial-gradient(circle at 26% 50%, rgba(34, 211, 238, 0.13), transparent 34%),
        linear-gradient(135deg, rgba(2, 13, 24, 0.98), rgba(4, 23, 40, 0.9));
}

.future-visual {
    position: relative;
    width: min(470px, 40vw);
    aspect-ratio: 1;
    justify-self: center;
    animation: shieldFloat 6s ease-in-out infinite;
}

.future-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 170px;
    height: 170px;
    display: grid;
    place-content: center;
    gap: 4px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(57, 255, 136, 0.65);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 255, 136, 0.12), rgba(3, 17, 31, 0.95));
    box-shadow: inset 0 0 35px rgba(57, 255, 136, 0.12), 0 0 35px rgba(57, 255, 136, 0.13);
    text-align: center;
}

.future-core span {
    color: var(--why-blue-soft);
    font-size: 0.72rem;
    letter-spacing: 0.24em;
}

.future-core strong {
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

.future-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(34, 211, 238, 0.35);
    border-radius: 50%;
}

.orbit-one {
    width: 54%;
    height: 54%;
    transform: translate(-50%, -50%);
    animation: spinClockwise 10s linear infinite;
}

.orbit-two {
    width: 76%;
    height: 76%;
    transform: translate(-50%, -50%) rotate(55deg);
    border-style: dashed;
    animation: spinCounterClockwise 15s linear infinite;
}

.orbit-three {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(-25deg);
    animation: spinClockwise 22s linear infinite;
}

.future-tag {
    position: absolute;
    z-index: 4;
    padding: 7px 11px;
    border: 1px solid rgba(34, 211, 238, 0.4);
    border-radius: 999px;
    background: rgba(3, 20, 35, 0.92);
    color: var(--why-blue-soft);
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.14);
    animation: tagFloat 3s ease-in-out infinite;
}

.tag-ai { top: 4%; left: 46%; }
.tag-iot { top: 46%; right: 0; animation-delay: 0.5s; }
.tag-cloud { bottom: 3%; left: 42%; animation-delay: 1s; }
.tag-quantum { top: 48%; left: -2%; animation-delay: 1.5s; }

.future-content > p:not(.section-label) {
    font-size: 1.03rem;
}

.future-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.future-topics span {
    padding: 9px 13px;
    border: 1px solid rgba(34, 211, 238, 0.25);
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.06);
    color: #d6f8ff;
    font-size: 0.82rem;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.future-topics span:hover {
    transform: translateY(-2px);
    border-color: var(--why-green);
}

/* Final message */
.final-message-section {
    min-height: 610px;
    display: grid;
    place-items: center;
    overflow: hidden;
    text-align: center;
    background:
        linear-gradient(rgba(2, 13, 24, 0.84), rgba(1, 8, 19, 0.95)),
        radial-gradient(circle at center, rgba(34, 211, 238, 0.18), transparent 42%);
}

.final-message-section::before,
.final-message-section::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(34, 211, 238, 0.16);
    border-radius: 50%;
    animation: finalRing 6s ease-out infinite;
}

.final-message-section::before {
    width: 420px;
    height: 420px;
}

.final-message-section::after {
    width: 650px;
    height: 650px;
    animation-delay: 2s;
}

.final-message-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.12);
    filter: blur(95px);
    animation: softPulse 3.5s ease-in-out infinite;
}

.final-message-content {
    position: relative;
    z-index: 3;
    width: min(860px, 100%);
}

.final-shield {
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border: 1px solid rgba(57, 255, 136, 0.42);
    border-radius: 50%;
    background: rgba(57, 255, 136, 0.08);
    font-size: 3rem;
    box-shadow: 0 0 30px rgba(57, 255, 136, 0.16);
    animation: shieldFloat 4s ease-in-out infinite;
}

.final-message-content h2 {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
}

.final-message-content > p:not(.section-label) {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.06rem;
}

.final-buttons {
    justify-content: center;
    margin-top: 32px;
}

/* Animations */
@keyframes gridDrift {
    from { background-position: 0 0, 0 0, center, center, center, center; }
    to { background-position: 48px 48px, 48px 48px, center, center, center, center; }
}

@keyframes ambientFloatOne {
    from { transform: translate3d(0, 0, 0) scale(0.9); }
    to { transform: translate3d(80px, 90px, 0) scale(1.15); }
}

@keyframes ambientFloatTwo {
    from { transform: translate3d(0, 0, 0) scale(1.05); }
    to { transform: translate3d(-70px, -80px, 0) scale(0.88); }
}

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

@keyframes statusPulse {
    0% { box-shadow: 0 0 0 0 rgba(57, 255, 136, 0.5); }
    70% { box-shadow: 0 0 0 9px rgba(57, 255, 136, 0); }
    100% { box-shadow: 0 0 0 0 rgba(57, 255, 136, 0); }
}

@keyframes shieldFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes spinClockwise {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinCounterClockwise {
    to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes shieldCorePulse {
    0%, 100% { filter: brightness(1); transform: translate(-50%, -50%) scale(1); }
    50% { filter: brightness(1.18); transform: translate(-50%, -50%) scale(1.035); }
}

@keyframes nodeBlink {
    0%, 100% { opacity: 0.38; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.18); }
}

@keyframes panelScan {
    from { transform: translateY(0); }
    to { transform: translateY(650%); }
}

@keyframes softPulse {
    0%, 100% { opacity: 0.72; }
    50% { opacity: 1; }
}

@keyframes profileLinePulse {
    from { opacity: 0.45; }
    to { opacity: 1; }
}

@keyframes meterFill {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes activityBars {
    from { transform: scaleY(0.55); opacity: 0.55; }
    to { transform: scaleY(1); opacity: 1; }
}

@keyframes warningPulse {
    0%, 100% { box-shadow: 0 0 10px rgba(255, 95, 109, 0.1); }
    50% { box-shadow: 0 0 22px rgba(255, 95, 109, 0.26); }
}

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

@keyframes finalRing {
    0% { opacity: 0; transform: scale(0.58); }
    35% { opacity: 0.55; }
    100% { opacity: 0; transform: scale(1.2); }
}

/* Responsive */
@media (max-width: 1150px) {
    .importance-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .device-grid,
    .infrastructure-grid,
    .security-actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-hero,
    .business-security-section,
    .future-security-section {
        grid-template-columns: 1fr;
    }

    .why-hero {
        min-height: auto;
        padding-bottom: 110px !important;
    }

    .digital-shield,
    .future-visual {
        width: min(430px, 70vw);
    }

    .business-dashboard {
        width: min(740px, 100%);
        margin: 0 auto;
    }

    .future-content {
        text-align: center;
    }

    .future-content .section-label {
        justify-content: center;
    }

    .future-topics {
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .protection-content,
    .consequences-content {
        grid-template-columns: 1fr;
    }

    .identity-protection-panel {
        width: min(650px, 100%);
        margin: 0 auto;
    }

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

    .left-heading .section-label {
        justify-content: center;
    }

    .left-heading > p:last-child {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 680px) {
    .why-matters-page section {
        padding: 72px 20px;
    }

    .why-hero {
        padding-top: 92px !important;
    }

    .why-hero h1 {
        font-size: clamp(2.8rem, 16vw, 4.4rem);
    }

    .importance-summary-grid,
    .device-grid,
    .infrastructure-grid,
    .security-actions-grid,
    .consequence-list,
    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .summary-card,
    .device-card,
    .infrastructure-card,
    .action-card {
        padding: 25px;
    }

    .infrastructure-card,
    .action-card {
        padding-top: 58px;
    }

    .hero-buttons,
    .final-buttons {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .digital-shield,
    .future-visual {
        width: min(360px, 88vw);
    }

    .shield-core {
        width: 130px;
        height: 150px;
    }

    .shield-core span {
        font-size: 3.6rem;
    }

    .future-core {
        width: 135px;
        height: 135px;
    }

    .future-core strong {
        font-size: 1.25rem;
    }

    .dashboard-top {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .why-matters-page,
    .why-matters-page::before,
    .why-matters-page::after,
    .why-matters-page *,
    .why-matters-page *::before,
    .why-matters-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}
