/*
Theme Name: Sagenik Theme
Author: Quantafic
Version: 1.0
*/

:root {
        --navy: #1e3a5f;
        --blue: #2563eb;
        --blue-dark: #1d4ed8;
        --blue-light: #eff6ff;
        --blue-mid: #dbeafe;
        --teal: #0891b2;
        --purple: #7c3aed;
        --slate: #334155;
        --text: #0f172a;
        --subtext: #475569;
        --light: #f8fafc;
        --border: #e2e8f0;
        --white: #ffffff;
        --red: #dc2626;
        --amber: #d97706;
        --green: #16a34a;
      }
      *,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      body {
        font-family:
          -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
        color: var(--text);
        background: var(--white);
        line-height: 1.6;
        font-size: 16px;
      }
      .container {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 32px;
      }
      .section {
        padding: 88px 0;
      }
      .section-sm {
        padding: 60px 0;
      }
      .eyebrow {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--blue);
        margin-bottom: 12px;
        display: block;
      }
      .section-title {
        font-size: 38px;
        font-weight: 900;
        color: var(--navy);
        line-height: 1.15;
        margin-bottom: 16px;
      }
      .section-sub {
        font-size: 17px;
        color: var(--subtext);
        max-width: 600px;
        line-height: 1.7;
      }
      .center {
        text-align: center;
      }
      .center .section-sub {
        margin: 0 auto;
      }
      .btn-primary {
        display: inline-block;
        background: var(--blue);
        color: white;
        padding: 14px 28px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        border: none;
        cursor: pointer;
      }
      .btn-secondary {
        display: inline-block;
        background: transparent;
        color: var(--navy);
        padding: 14px 28px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        border: 2px solid var(--border);
        cursor: pointer;
      }
      .btn-ghost-white {
        display: inline-block;
        background: transparent;
        color: white;
        padding: 13px 26px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        border: 2px solid rgba(255, 255, 255, 0.4);
        cursor: pointer;
      }

      /* NAV */
      .nav {
        position: sticky;
        top: 0;
        z-index: 100;
        background: rgba(255, 255, 255, 0.97);
        border-bottom: 1px solid var(--border);
        backdrop-filter: blur(8px);
      }
      .nav-inner {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 32px;
        height: 68px;
        display: flex;
        align-items: center;
        gap: 40px;
      }
      .nav-links {
        display: flex;
        gap: 28px;
        flex: 1;
        list-style: none;
      }
      .nav-links a {
        font-size: 14px;
        font-weight: 500;
        color: var(--slate);
        text-decoration: none;
      }
      .nav-actions {
        display: flex;
        gap: 12px;
        align-items: center;
        margin-left: auto;
      }
      .nav-actions .login {
        font-size: 14px;
        font-weight: 600;
        color: var(--slate);
        text-decoration: none;
      }
      .nav-actions .demo-btn {
        background: var(--blue);
        color: white;
        padding: 9px 20px;
        border-radius: 7px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
      }

      /* HERO */
      .hero {
        background: linear-gradient(
          160deg,
          #f0f7ff 0%,
          #eff6ff 40%,
          #f8fafc 100%
        );
        padding: 80px 0 96px;
        position: relative;
        overflow: hidden;
      }
      .hero-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: center;
      }
      .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: white;
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 6px 14px 6px 6px;
        font-size: 13px;
        font-weight: 600;
        color: var(--blue);
        margin-bottom: 24px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
      }
      .hero-badge .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--blue);
        animation: pulse 2s infinite;
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 1;
        }
        50% {
          opacity: 0.4;
        }
      }
      .hero h1 {
        font-size: 48px;
        font-weight: 900;
        line-height: 1.08;
        color: var(--navy);
        margin-bottom: 20px;
        letter-spacing: -1px;
      }
      .hero h1 em {
        font-style: normal;
        color: var(--blue);
      }
      .hero-sub {
        font-size: 18px;
        color: var(--subtext);
        line-height: 1.7;
        margin-bottom: 32px;
        max-width: 520px;
      }
      .hero-ctas {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
      }
      .hero-proof {
        margin-top: 40px;
        display: flex;
        gap: 32px;
        align-items: center;
      }
      .hero-proof-item {
        text-align: center;
      }
      .hero-proof-num {
        font-size: 28px;
        font-weight: 900;
        color: var(--navy);
        line-height: 1;
      }
      .hero-proof-label {
        font-size: 11px;
        color: var(--subtext);
        margin-top: 4px;
        line-height: 1.3;
      }
      .hero-proof-divider {
        width: 1px;
        height: 40px;
        background: var(--border);
      }

      /* HERO SCREENSHOT FRAME */
      .screenshot-frame {
        border-radius: 16px;
        overflow: hidden;
        box-shadow:
          0 20px 60px rgba(15, 23, 42, 0.14),
          0 4px 16px rgba(37, 99, 235, 0.1);
        border: 1px solid var(--border);
      }
      .screenshot-frame img {
        width: 100%;
        display: block;
      }
      .screenshot-placeholder {
        background: linear-gradient(135deg, var(--navy) 0%, #1a4a8a 100%);
        aspect-ratio: 4/3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        color: white;
      }
      .screenshot-placeholder .label {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.5;
      }

      /* TRUST BAR */
      .trust-bar {
        background: var(--navy);
        padding: 18px 0;
      }
      .trust-bar-inner {
        display: flex;
        align-items: center;
        gap: 16px;
      }
      .trust-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(255,255,255,0.55) !important;
        white-space: nowrap;
        flex-shrink: 0;
      }
      .trust-divider-v {
        width: 1px;
        height: 20px;
        background: rgba(255,255,255,0.2) !important;
        flex-shrink: 0;
      }
      /* .trust-items {
        display: flex;
        gap: 32px;
        align-items: center;
        overflow-x: auto;
        scrollbar-width: none;
      } */

      .trust-items {
        overflow: hidden;
        position: relative;
        flex: 1;
      }

      .trust-track {
        display: flex;
        gap: 32px;
        align-items: center;
        width: max-content;
        animation: trust-scroll 90s linear infinite;
      }

      @keyframes trust-scroll {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-50%);
        }
      }

      .trust-item {
        font-size: 13px;
        color: #ffffff !important;
        white-space: nowrap;
        font-weight: 500;
      }
      .trust-item strong {
        color: #ffffff !important;
        font-style: italic;
      }

      /* PAIN SECTION */
      .pain-section {
        background: var(--light);
      }
      .pain-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 48px;
      }
      .pain-card {
        background: white;
        border-radius: 12px;
        border: 1px solid var(--border);
        padding: 28px;
        position: relative;
      }
      .pain-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        border-radius: 12px 12px 0 0;
        background: var(--red);
      }
      .pain-icon {
        font-size: 28px;
        margin-bottom: 14px;
      }
      .pain-title {
        font-size: 17px;
        font-weight: 800;
        color: var(--navy);
        margin-bottom: 10px;
        line-height: 1.3;
      }
      .pain-body {
        font-size: 14px;
        color: var(--subtext);
        line-height: 1.65;
      }
      .pain-stat {
        margin-top: 14px;
        padding: 10px 14px;
        background: #fef2f2;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 700;
        color: var(--red);
        border: 1px solid #fecaca;
      }

      /* STEPS */
      .steps-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        margin-top: 56px;
        position: relative;
      }
      .step-card {
        text-align: center;
        padding: 32px 24px;
      }
      .step-num {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: var(--blue);
        color: white;
        font-size: 20px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
      }
      .step-title {
        font-size: 18px;
        font-weight: 800;
        color: var(--navy);
        margin-bottom: 10px;
      }
      .step-body {
        font-size: 14px;
        color: var(--subtext);
        line-height: 1.65;
      }

      /* DIFF SECTIONS */
      .diff-section {
        border-bottom: 1px solid var(--border);
      }
      .diff-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 72px;
        align-items: center;
      }
      .diff-layout.reverse {
        direction: rtl;
      }
      .diff-layout.reverse > * {
        direction: ltr;
      }
      .moat-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: white;
        padding: 5px 14px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 16px;
      }
      .moat-badge.purple {
        background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
      }
      .moat-badge.teal {
        background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
      }
      .moat-badge.green {
        background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
      }
      .moat-badge.amber {
        background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
      }
      .diff-title {
        font-size: 34px;
        font-weight: 900;
        color: var(--navy);
        line-height: 1.15;
        margin-bottom: 16px;
        letter-spacing: -0.5px;
      }
      .diff-body {
        font-size: 16px;
        color: var(--subtext);
        line-height: 1.75;
        margin-bottom: 28px;
      }
      .diff-points {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
      .diff-point {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        font-size: 15px;
        color: var(--text);
        line-height: 1.55;
      }
      .diff-point .check {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: var(--blue);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        flex-shrink: 0;
        margin-top: 1px;
        font-weight: 900;
      }
      .diff-point .check.green {
        background: var(--green);
      }
      .diff-point .check.purple {
        background: var(--purple);
      }
      .diff-point .check.teal {
        background: var(--teal);
      }
      .diff-point .check.amber {
        background: var(--amber);
      }

      /* DASHBOARD VISUALS */
      .dash-visual {
        background: white;
        border-radius: 16px;
        border: 1px solid var(--border);
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
        overflow: hidden;
      }
      .dash-topbar {
        background: var(--navy);
        padding: 12px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .dash-dots {
        display: flex;
        gap: 6px;
      }
      .dash-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
      }
      .dr {
        background: #fc635d;
      }
      .dy {
        background: #fdbc40;
      }
      .dg {
        background: #34c84a;
      }
      .dash-url {
        color: rgba(255, 255, 255, 0.4);
        font-size: 12px;
        font-family: monospace;
        margin-left: 8px;
      }
      .dash-body {
        padding: 20px;
      }
      .dash-h {
        font-size: 16px;
        font-weight: 800;
        color: var(--navy);
        margin-bottom: 4px;
      }
      .dash-sub {
        font-size: 12px;
        color: var(--subtext);
        margin-bottom: 16px;
      }
      .dash-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-bottom: 16px;
      }
      .dstat {
        background: var(--light);
        border-radius: 10px;
        padding: 12px;
        border: 1px solid var(--border);
      }
      .dstat .lbl {
        font-size: 10px;
        color: var(--subtext);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      .dstat .val {
        font-size: 22px;
        font-weight: 900;
        color: var(--navy);
        line-height: 1.2;
      }
      .dstat .sub {
        font-size: 10px;
        font-weight: 700;
        margin-top: 2px;
      }
      .sub-green {
        color: var(--green);
      }
      .sub-amber {
        color: var(--amber);
      }
      .sub-red {
        color: var(--red);
      }
      .dash-row-label {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--subtext);
        margin-bottom: 8px;
      }
      .dash-row {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 10px;
        background: var(--light);
        border-radius: 8px;
        border: 1px solid var(--border);
        margin-bottom: 6px;
        font-size: 12px;
      }
      .dash-row-icon {
        width: 24px;
        height: 24px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        flex-shrink: 0;
      }
      .ic-blue {
        background: #dbeafe;
      }
      .ic-purple {
        background: #ede9fe;
      }
      .ic-green {
        background: #dcfce7;
      }
      .ic-amber {
        background: #fef3c7;
      }
      .ic-red {
        background: #fee2e2;
      }
      .dash-row .title {
        font-weight: 600;
        color: var(--navy);
        flex: 1;
      }
      .st {
        font-size: 10px;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 10px;
      }
      .st-ok {
        background: #dcfce7;
        color: #14532d;
      }
      .st-warn {
        background: #fef3c7;
        color: #92400e;
      }
      .st-due {
        background: #fee2e2;
        color: #991b1b;
      }

      /* TASK VISUAL */
      .task-visual {
        background: white;
        border-radius: 16px;
        border: 1px solid var(--border);
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
        overflow: hidden;
      }
      .task-header {
        background: linear-gradient(90deg, var(--navy) 0%, #1a4a8a 100%);
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .task-header .th {
        font-size: 13px;
        font-weight: 700;
        color: white;
      }
      .task-header .ts {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
      }
      .task-body {
        padding: 16px;
      }
      .task-item {
        border: 1px solid var(--border);
        border-radius: 10px;
        padding: 12px 14px;
        margin-bottom: 10px;
        background: var(--light);
      }
      .task-top {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
      }
      .task-icon {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
      }
      .task-name {
        font-size: 13px;
        font-weight: 700;
        color: var(--navy);
        flex: 1;
      }
      .task-freq {
        font-size: 11px;
        font-weight: 700;
        padding: 3px 8px;
        border-radius: 10px;
        background: var(--blue-mid);
        color: var(--blue-dark);
      }
      .task-bottom {
        display: flex;
        gap: 16px;
        font-size: 11px;
        color: var(--subtext);
      }
      .task-bottom span {
        display: flex;
        align-items: center;
        gap: 4px;
      }
      .task-bottom .assignee {
        color: var(--navy);
        font-weight: 600;
      }
      .overdue-banner {
        background: #fef2f2;
        border: 1px solid #fecaca;
        border-radius: 8px;
        padding: 8px 12px;
        font-size: 11px;
        font-weight: 700;
        color: var(--red);
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 6px;
      }

      /* EMERGENCY VISUAL */
      .emerg-visual {
        background: white;
        border-radius: 16px;
        border: 1px solid var(--border);
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
        overflow: hidden;
      }
      .emerg-header {
        background: linear-gradient(90deg, #dc2626 0%, #b91c1c 100%);
        padding: 14px 20px;
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .emerg-header .eh {
        font-size: 13px;
        font-weight: 700;
        color: white;
      }
      .emerg-header .es {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.7);
      }
      .emerg-tabs {
        display: flex;
        border-bottom: 1px solid var(--border);
        background: #fafafa;
      }
      .emerg-tab {
        padding: 10px 16px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
      }
      .emerg-tab.active {
        background: white;
        border-bottom: 2px solid var(--blue);
        color: var(--blue);
      }
      .emerg-tab:not(.active) {
        color: var(--subtext);
      }
      .emerg-body {
        padding: 16px;
      }
      .emerg-section-label {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        color: var(--subtext);
        margin: 12px 0 8px;
      }
      .emerg-item {
        border: 1px solid var(--border);
        border-radius: 10px;
        padding: 12px 14px;
        margin-bottom: 8px;
        background: var(--light);
      }
      .emerg-item-top {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
      }
      .emerg-item-icon {
        font-size: 16px;
      }
      .emerg-item-name {
        font-size: 13px;
        font-weight: 700;
        color: var(--navy);
        flex: 1;
      }
      .emerg-toggle {
        background: #dcfce7;
        color: #14532d;
        font-size: 10px;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 10px;
      }
      .emerg-location {
        font-size: 12px;
        color: var(--subtext);
        margin-bottom: 8px;
        padding-left: 24px;
      }
      .emerg-task-row {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 10px;
        background: white;
        border-radius: 6px;
        border: 1px solid var(--border);
        font-size: 11px;
      }
      .emerg-task-row .assignee {
        color: var(--navy);
        font-weight: 600;
        flex: 1;
      }
      .emerg-task-freq {
        font-size: 10px;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 8px;
        background: var(--navy);
        color: white;
      }
      .emerg-assign-btn {
        font-size: 10px;
        font-weight: 700;
        padding: 3px 8px;
        border-radius: 6px;
        background: var(--blue);
        color: white;
        white-space: nowrap;
      }

      /* DEA VISUAL */
      .dea-visual {
        background: linear-gradient(135deg, var(--navy) 0%, #1a4a8a 100%);
        border-radius: 16px;
        padding: 28px;
        color: white;
        box-shadow: 0 16px 48px rgba(30, 58, 95, 0.25);
      }
      .dea-visual h4 {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 16px;
      }
      .dea-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 14px;
        background: rgba(255, 255, 255, 0.07);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 8px;
        font-size: 12px;
      }
      .dea-loc {
        color: rgba(255, 255, 255, 0.85);
        font-weight: 600;
      }
      .dea-reg {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.45);
        margin-top: 2px;
      }
      .badge-dea {
        padding: 3px 9px;
        border-radius: 10px;
        font-size: 10px;
        font-weight: 700;
      }
      .badge-ok {
        background: rgba(22, 163, 74, 0.2);
        color: #4ade80;
      }
      .badge-warn {
        background: rgba(217, 119, 6, 0.2);
        color: #fcd34d;
      }
      .badge-crit {
        background: rgba(220, 38, 38, 0.2);
        color: #fca5a5;
      }
      .dea-footer-note {
        margin-top: 14px;
        padding: 11px 14px;
        background: rgba(37, 99, 235, 0.15);
        border-radius: 10px;
        border: 1px solid rgba(37, 99, 235, 0.3);
        font-size: 12px;
        color: #93c5fd;
        font-weight: 600;
      }

      /* VAULT VISUAL */
      .vault-visual {
        background: white;
        border-radius: 16px;
        border: 1px solid var(--border);
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
        overflow: hidden;
      }
      .vault-header {
        background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 100%);
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .vault-header .vth {
        font-size: 13px;
        font-weight: 700;
        color: white;
      }
      .vault-header .vts {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
      }
      .vault-alert {
        background: #fef3c7;
        border-bottom: 1px solid #fde68a;
        padding: 9px 16px;
        font-size: 12px;
        font-weight: 700;
        color: #92400e;
        display: flex;
        align-items: center;
        gap: 6px;
      }
      .vault-body {
        padding: 12px 16px;
      }
      .vault-doc {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid var(--border);
        margin-bottom: 8px;
        background: var(--light);
      }
      .vault-doc-icon {
        font-size: 18px;
        flex-shrink: 0;
      }
      .vault-doc-name {
        font-size: 12px;
        font-weight: 700;
        color: var(--navy);
      }
      .vault-doc-meta {
        font-size: 10px;
        color: var(--subtext);
      }
      .vault-exp {
        margin-left: auto;
        font-size: 10px;
        font-weight: 700;
        padding: 3px 9px;
        border-radius: 10px;
        white-space: nowrap;
        flex-shrink: 0;
      }
      .exp-ok {
        background: #dcfce7;
        color: #14532d;
      }
      .exp-soon {
        background: #fef3c7;
        color: #92400e;
      }
      .exp-crit {
        background: #fee2e2;
        color: #991b1b;
      }

      /* FEATURES GRID */
      .features-section {
        background: var(--light);
      }
      .features-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        margin-top: 48px;
      }
      .feat-card {
        background: #f7f9fc;
        border-radius: 14px;
        border: 1px solid #dde4ef;
        padding: 24px;
        transition: transform 0.18s ease, box-shadow 0.18s ease;
      }
      .feat-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 28px rgba(30,58,95,0.1);
      }
      .feat-icon {
        font-size: 22px;
        margin-bottom: 16px;
        width: 48px;
        height: 48px;
        border-radius: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(30,58,95,0.08);
        flex-shrink: 0;
      }
      .feat-title {
        font-size: 14px;
        font-weight: 800;
        color: var(--navy);
        margin-bottom: 8px;
        line-height: 1.3;
      }
      .feat-desc {
        font-size: 13px;
        color: var(--subtext);
        line-height: 1.6;
      }
      .feat-card.dark {
        background: linear-gradient(145deg, #1E3A5F 0%, #163060 55%, #0f2347 100%);
        border-color: transparent;
        box-shadow: 0 4px 16px rgba(15,35,71,0.25);
      }
      .feat-card.dark:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 32px rgba(15,35,71,0.38);
      }
      .feat-card.dark .feat-icon {
        background: rgba(255,255,255,0.13);
      }
      .feat-card.dark .feat-title {
        color: white;
      }
      .feat-card.dark .feat-desc {
        color: rgba(255,255,255,0.72);
      }
      .feat-card.blue {
        background: linear-gradient(145deg, #2563EB 0%, #1d55d4 100%);
        border-color: transparent;
        box-shadow: 0 4px 16px rgba(37,99,235,0.22);
      }
      .feat-card.blue:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 32px rgba(37,99,235,0.32);
      }
      .feat-card.blue .feat-icon {
        background: rgba(255,255,255,0.18);
      }
      .feat-card.blue .feat-title {
        color: white;
      }
      .feat-card.blue .feat-desc {
        color: rgba(255,255,255,0.8);
      }
      .feat-card.teal {
        background: linear-gradient(145deg, #0c7f9d 0%, #0a6b87 100%);
        border-color: transparent;
        box-shadow: 0 4px 16px rgba(12,127,157,0.22);
      }
      .feat-card.teal:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 32px rgba(12,127,157,0.32);
      }
      .feat-card.teal .feat-icon {
        background: rgba(255,255,255,0.18);
      }
      .feat-card.teal .feat-title {
        color: white;
      }
      .feat-card.teal .feat-desc {
        color: rgba(255,255,255,0.8);
      }

      /* BLOG */
      .blog-section {
        background: var(--light);
      }
      .blog-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 48px;
      }
      .blog-card {
        background: white;
        border-radius: 14px;
        border: 1px solid var(--border);
        overflow: hidden;
        transition: transform 0.18s ease, box-shadow 0.18s ease;
      }
      .blog-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 28px rgba(30,58,95,0.1);
      }
      .blog-card-thumb {
        height: 160px;
        background: linear-gradient(135deg, #e8eef6 0%, #d4dff0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        color: var(--navy);
        position: relative;
      }
      .blog-card-tag {
        position: absolute;
        top: 12px;
        left: 14px;
        background: var(--navy);
        color: white;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding: 4px 10px;
        border-radius: 20px;
      }
      .blog-card-body {
        padding: 20px 22px 24px;
      }
      .blog-card-title {
        font-size: 15px;
        font-weight: 800;
        color: var(--navy);
        line-height: 1.4;
        margin-bottom: 10px;
      }
      .blog-card-excerpt {
        font-size: 13px;
        color: var(--subtext);
        line-height: 1.6;
        margin-bottom: 16px;
      }
      .blog-card-link {
        font-size: 13px;
        font-weight: 700;
        color: var(--blue);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 4px;
      }
      .blog-card-link:hover { text-decoration: underline; }
      .blog-cta {
        text-align: center;
        margin-top: 40px;
      }

      /* WHO WE SERVE */
      .serve-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 48px;
      }
      .serve-card {
        border-radius: 14px;
        border: 1px solid var(--border);
        overflow: hidden;
      }
      .serve-card-header {
        padding: 24px 28px;
        color: white;
      }
      .serve-card-header .si {
        font-size: 26px;
        margin-bottom: 10px;
      }
      .serve-card-header h3 {
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 6px;
      }
      .serve-card-header p {
        font-size: 13px;
        opacity: 0.8;
        line-height: 1.55;
      }
      .serve-card-body {
        background: white;
        padding: 20px 28px;
      }
      .serve-point {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        padding: 7px 0;
        border-bottom: 1px solid var(--border);
        font-size: 13px;
        color: var(--text);
        line-height: 1.45;
      }
      .serve-point:last-child {
        border-bottom: none;
      }
      .serve-point .chk {
        flex-shrink: 0;
        color: var(--blue);
        font-weight: 900;
      }

      /* RISK SECTION */
      .risk-section {
        background: var(--navy);
        color: white;
      }
      .risk-section .section-title {
        color: white;
      }
      .risk-section .section-sub {
        color: rgba(255, 255, 255, 0.7);
      }
      .risk-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 48px;
      }
      .risk-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        padding: 28px;
      }
      .risk-num {
        font-size: 40px;
        font-weight: 900;
        color: #fc9a9a;
        line-height: 1;
        margin-bottom: 8px;
      }
      .risk-label {
        font-size: 14px;
        font-weight: 700;
        color: white;
        margin-bottom: 8px;
      }
      .risk-desc {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.6;
      }
      .risk-footer {
        margin-top: 40px;
        padding: 28px 36px;
        background: rgba(37, 99, 235, 0.2);
        border: 1px solid rgba(37, 99, 235, 0.4);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
      }
      .risk-footer p {
        font-size: 17px;
        font-weight: 700;
        color: white;
        line-height: 1.5;
      }
      .risk-footer p span {
        color: #93c5fd;
      }

      /* TESTIMONIALS */
      .testi-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 40px;
      }
      /* .testi-card {
        background: white;
        border-radius: 14px;
        border: 1px solid var(--border);
        padding: 26px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        position: relative;
      } */
      .testi-card {
        background: white;
        border-radius: 14px;
        border: 1px solid var(--border);
        padding: 26px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        position: relative;

        display: flex;
        flex-direction: column;
      }
      .testi-card::before {
        content: '"';
        position: absolute;
        top: 14px;
        right: 18px;
        font-size: 54px;
        font-family: Georgia, serif;
        color: var(--blue-mid);
        line-height: 1;
      }
      .testi-stars {
        color: #f59e0b;
        font-size: 13px;
        margin-bottom: 12px;
      }
      .testi-tag {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 10px;
        font-weight: 700;
        padding: 3px 10px;
        border-radius: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      .tg-dea {
        background: #ede9fe;
        color: #4c1d95;
      }
      .tg-vault {
        background: #dcfce7;
        color: #14532d;
      }
      .tg-task {
        background: #fef3c7;
        color: #78350f;
      }
      .tg-mso {
        background: #dbeafe;
        color: #1e40af;
      }
      .tg-emerg {
        background: #fee2e2;
        color: #991b1b;
      }
      .tg-general {
        background: #f1f5f9;
        color: #334155;
      }
      .testi-quote {
        font-size: 14px;
        color: var(--text);
        line-height: 1.7;
        margin-bottom: 18px;
        font-style: italic;
      }
      /* .testi-author {
        display: flex;
        gap: 10px;
        align-items: center;
      } */
      .testi-author {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-top: auto;
      }
      .testi-avatar {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: var(--navy);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 800;
        flex-shrink: 0;
      }
      .testi-name {
        font-size: 13px;
        font-weight: 700;
        color: var(--navy);
      }
      .testi-role {
        font-size: 11px;
        color: var(--subtext);
      }
      .testi-note {
        text-align: center;
        margin-top: 16px;
        font-size: 12px;
        color: var(--subtext);
        font-style: italic;
      }

      /* PRICING */
      .pricing-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 48px;
      }
      .price-card {
        background: white;
        border-radius: 16px;
        border: 1px solid var(--border);
        overflow: hidden;
      }
      .price-card.featured {
        border: 2px solid var(--blue);
        box-shadow: 0 8px 32px rgba(37, 99, 235, 0.15);
      }
      .price-header {
        padding: 28px 28px 20px;
        border-bottom: 1px solid var(--border);
      }
      .price-card.featured .price-header {
        background: var(--blue-light);
      }
      .price-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        color: var(--subtext);
        margin-bottom: 6px;
      }
      .price-card.featured .price-label {
        color: var(--blue);
      }
      .price-plan {
        font-size: 20px;
        font-weight: 900;
        color: var(--navy);
        margin-bottom: 4px;
      }
      .price-target {
        font-size: 13px;
        color: var(--subtext);
        margin-bottom: 16px;
      }
      .price-amount {
        display: flex;
        align-items: baseline;
        gap: 4px;
      }
      .price-num {
        font-size: 40px;
        font-weight: 900;
        color: var(--navy);
        line-height: 1;
      }
      .price-period {
        font-size: 14px;
        color: var(--subtext);
      }
      .price-setup {
        font-size: 12px;
        color: var(--subtext);
        margin-top: 6px;
      }
      .price-body {
        padding: 20px 28px;
      }
      .pf {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: 13px;
        color: var(--text);
        padding: 5px 0;
        border-bottom: 1px solid var(--border);
        line-height: 1.4;
      }
      .pf:last-child {
        border-bottom: none;
      }
      .pf .chk {
        color: var(--blue);
        font-size: 13px;
        flex-shrink: 0;
        font-weight: 900;
        margin-top: 2px;
      }
      .price-cta {
        padding: 0 28px 28px;
      }

      /* CTA */
      .cta-section {
        background: linear-gradient(
          135deg,
          var(--navy) 0%,
          #1a4a8a 50%,
          var(--blue) 100%
        );
        padding: 96px 0;
        text-align: center;
        color: white;
      }
      .cta-section h2 {
        font-size: 44px;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 16px;
        letter-spacing: -0.5px;
      }
      .cta-section p {
        font-size: 18px;
        opacity: 0.8;
        max-width: 520px;
        margin: 0 auto 40px;
        line-height: 1.65;
      }
      .cta-buttons {
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap;
      }
      .cta-guarantees {
        margin-top: 32px;
        display: flex;
        gap: 28px;
        justify-content: center;
        flex-wrap: wrap;
      }
      .cta-guarantee {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
        display: flex;
        align-items: center;
        gap: 6px;
      }
      .cta-guarantee .chk {
        color: #4ade80;
        font-weight: 900;
      }

      /* FOOTER */
      .footer {
        background: var(--text);
        padding: 56px 0 32px;
      }
      .footer-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 48px;
        margin-bottom: 48px;
      }
      .footer-brand p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.65;
        margin-top: 14px;
        max-width: 280px;
      }
      .footer-col h4 {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.3);
        margin-bottom: 16px;
      }
      .footer-col a {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        margin-bottom: 10px;
      }
      .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 24px;
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.3);
        flex-wrap: wrap;
        gap: 12px;
      }
      .footer-bottom a {
        color: rgba(255, 255, 255, 0.35);
        text-decoration: none;
      }

      /* SEO ANNOTATION (remove before deploy) */
      .seo {
        background: #fffbeb;
        border: 1px dashed #fde68a;
        border-radius: 6px;
        padding: 8px 14px;
        font-size: 11px;
        color: #78350f;
        font-family: monospace;
        margin: 4px 0 16px;
        line-height: 1.6;
      }
      .page-break {
        background: var(--navy);
        color: white;
        padding: 10px 32px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .page-break::after {
        content: "";
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
      }

      /* QUOTE BOX inside diff sections */
      .stat-callout {
        background: var(--blue-light);
        border: 1px solid var(--blue-mid);
        border-radius: 10px;
        padding: 16px 18px;
        margin-top: 24px;
        display: flex;
        gap: 12px;
        align-items: flex-start;
      }
      .stat-callout .icon {
        font-size: 20px;
        flex-shrink: 0;
      }
      .stat-callout p {
        font-size: 14px;
        color: var(--navy);
        line-height: 1.6;
      }
      .stat-callout p strong {
        color: var(--blue);
      }