/*
Theme Name: Jortty Clarity 2.0
Theme URI: https://jortty.com
Author: Flux88
Author URI: https://flux88.io
Description: Jortty Clarity 2.0 — the official Jortty website theme. Clean, modern, electric blue design built for clarity and conversion.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: Proprietary
License URI: https://jortty.com
Text Domain: jortty-clarity
*/


    /* ── TOKENS ─────────────────────────────────── */
    :root {
      --blue:        #4A7BF7;
      --blue-dark:   #3A6AE6;
      --blue-light:  #EEF3FE;
      --coral:       #FF6B6B;
      --coral-dark:  #EF5350;
      --coral-light: #FFF0F0;
      --navy:        #1F2A44;
      --heading:     #1A1A2E;
      --body:        #4A5568;
      --muted:       #718096;
      --border:      #E2E8F0;
      --bg:          #F7F8FA;
      --bg2:         #F0F2F7;
      --white:       #FFFFFF;
      --green:       #22C55E;
      --green-light: #E8F5E9;
      --amber:       #F59E0B;
      --shadow-sm:   0 1px 4px rgba(0,0,0,.06);
      --shadow-md:   0 2px 12px rgba(0,0,0,.08);
      --shadow-lg:   0 8px 32px rgba(0,0,0,.12);
      --shadow-blue: 0 8px 32px rgba(74,123,247,.25);
      --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 24px; --r-2xl: 32px; --r-full: 9999px;
      --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--body); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden; }
    img  { max-width: 100%; display: block; }
    a    { text-decoration: none; color: var(--blue); }
    ul   { list-style: none; }
    .container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
    .section    { padding: 96px 0; }
    .section--bg { background: var(--bg); }
    .section--bg2 { background: var(--bg2); }

    /* Labels */
    .label {
      display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
      color: var(--blue); background: var(--blue-light); padding: 5px 14px;
      border-radius: var(--r-full); margin-bottom: 16px; border: 1px solid rgba(74,123,247,.18);
    }
    .label--coral { color: var(--coral-dark); background: var(--coral-light); border-color: rgba(239,83,80,.18); }
    .label--green { color: #16A34A; background: var(--green-light); border-color: rgba(34,197,94,.18); }
    .label--navy  { color: #fff; background: var(--navy); border-color: transparent; }

    /* Section headings */
    .section-title { font-size: clamp(1.9rem, 3.2vw, 2.6rem); font-weight: 800; color: var(--heading); letter-spacing: -.03em; line-height: 1.15; margin-bottom: 16px; }
    .section-sub   { font-size: 1.05rem; color: var(--muted); line-height: 1.8; max-width: 560px; }
    .section-head  { margin-bottom: 56px; }
    .section-head--center { text-align: center; }
    .section-head--center .section-sub { margin: 0 auto; }

    /* Buttons */
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--font); font-weight: 600; font-size: .95rem;
      padding: 13px 26px; border-radius: var(--r-md); border: 2px solid transparent;
      cursor: pointer; transition: all .2s ease; white-space: nowrap; line-height: 1;
    }
    .btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
    .btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); box-shadow: var(--shadow-blue); transform: translateY(-1px); color: #fff; }
    .btn-coral   { background: var(--coral-dark); color: #fff; border-color: var(--coral-dark); }
    .btn-coral:hover { background: #d94040; border-color: #d94040; transform: translateY(-1px); color: #fff; box-shadow: 0 8px 24px rgba(239,83,80,.3); }
    .btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
    .btn-outline:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }
    .btn-ghost   { background: transparent; color: var(--body); border-color: var(--border); }
    .btn-ghost:hover { background: var(--bg); color: var(--heading); }
    .btn-white   { background: #fff; color: var(--blue); border-color: #fff; }
    .btn-white:hover { background: rgba(255,255,255,.92); box-shadow: 0 8px 24px rgba(0,0,0,.15); transform: translateY(-1px); color: var(--blue); }
    .btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
    .btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
    .btn-lg { font-size: 1rem; padding: 15px 32px; border-radius: var(--r-md); }
    .btn-sm { font-size: .85rem; padding: 9px 18px; border-radius: var(--r-sm); }

    /* ── NAV ────────────────────────────────────── */
    .nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: rgba(255,255,255,.92); backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
      height: 68px; display: flex; align-items: center;
    }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 0; }
    .nav-toggle { margin-left: auto; }
    .nav-logo  { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; color: var(--heading); margin-right: 48px; }
    .nav-logo-icon {
      width: 36px; height: 36px; border-radius: 50%; background: var(--coral-dark);
      display: flex; align-items: center; justify-content: center; font-size: 1rem;
    }
    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-links a { font-size: .9rem; font-weight: 500; color: var(--body); padding: 7px 14px; border-radius: var(--r-sm); transition: all .18s; }
    .nav-links a:hover { color: var(--heading); background: var(--bg); }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .nav-login { font-size: .9rem; font-weight: 600; color: var(--body); padding: 8px 16px; border-radius: var(--r-sm); transition: all .18s; }
    .nav-login:hover { color: var(--heading); background: var(--bg); }

    /* ── HERO ───────────────────────────────────── */
    .hero {
      padding: 120px 0 0;
      background: var(--white);
      overflow: hidden;
      position: relative;
      min-height: 100vh;
      display: flex; align-items: center;
    }
    .hero::before {
      content: ''; position: absolute; top: -100px; right: -150px;
      width: 800px; height: 800px;
      background: radial-gradient(circle, rgba(74,123,247,.05) 0%, transparent 65%);
      pointer-events: none;
    }
    .hero::after {
      content: ''; position: absolute; bottom: 0; left: -100px;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(255,107,107,.04) 0%, transparent 65%);
      pointer-events: none;
    }
    .hero-inner {
      display: grid; grid-template-columns: 1fr 1.1fr;
      gap: 64px; align-items: center; position: relative; z-index: 1;
      padding-bottom: 80px;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--blue-light); color: var(--blue);
      font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
      padding: 6px 14px; border-radius: var(--r-full);
      margin-bottom: 24px; border: 1px solid rgba(74,123,247,.2);
    }
    .hero-badge .pulse { width: 7px; height: 7px; background: var(--coral-dark); border-radius: 50%; animation: pulse 2s infinite; flex-shrink: 0; }
    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.6)} }
    .hero-title {
      font-size: clamp(2.4rem, 4.5vw, 3.6rem);
      font-weight: 900; color: var(--heading);
      line-height: 1.1; letter-spacing: -.04em; margin-bottom: 22px;
    }
    .hero-title .blue  { color: var(--blue); }
    .hero-title .coral { color: var(--coral-dark); }
    .hero-desc { font-size: 1.08rem; color: var(--body); line-height: 1.82; margin-bottom: 36px; max-width: 500px; }
    .hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
    .hero-social-proof { display: flex; align-items: center; gap: 14px; }
    .hero-avatars { display: flex; }
    .hero-avatar {
      width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff;
      background: var(--bg2); overflow: hidden; margin-left: -10px;
      display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 700; color: var(--muted);
    }
    .hero-avatar:first-child { margin-left: 0; }
    .hero-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .hero-proof-text { font-size: .85rem; color: var(--muted); }
    .hero-proof-text strong { color: var(--heading); font-weight: 700; }
    .hero-stars { color: #F59E0B; font-size: .85rem; }

    /* ── HERO COLLAGE ───────────────────────────── */
    .hero-collage {
      position: relative;
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 12px;
      height: 580px;
    }
    .collage-main {
      grid-row: 1 / 3;
      border-radius: var(--r-xl);
      overflow: hidden;
      position: relative;
    }
    .collage-main img { width: 100%; height: 100%; object-fit: cover; }
    .collage-top, .collage-bottom {
      border-radius: var(--r-xl);
      overflow: hidden;
      position: relative;
    }
    .collage-top img, .collage-bottom img { width: 100%; height: 100%; object-fit: cover; }

    /* Floating question bubbles */
    .q-bubble {
      position: absolute; z-index: 20;
      background: var(--white); border-radius: var(--r-full);
      box-shadow: 0 4px 20px rgba(0,0,0,.12); border: 1px solid var(--border);
      padding: 10px 16px 10px 10px;
      display: flex; align-items: center; gap: 10px;
      font-size: .82rem; font-weight: 600; color: var(--heading);
      white-space: nowrap;
      animation: floatBubble 4s ease-in-out infinite;
    }
    .q-bubble-icon {
      width: 28px; height: 28px; border-radius: 50%; background: var(--coral-dark);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
      font-size: .75rem;
    }
    /* All bubbles now use the same large pill style */
    .q-bubble { font-size: 1rem; font-weight: 700; padding: 14px 22px 14px 12px; }
    .q-bubble-icon { width: 36px; height: 36px; font-size: .95rem; }
    /* Positions */
    .q-bubble--1 { bottom: 22%; left: -18%; animation-delay: 0s; }
    .q-bubble--2 { top: 22%; right: -8%; animation-delay: 1.2s; }
    .q-bubble--3 { bottom: 3%; right: -8%; animation-delay: 2.4s; }
    /* Scamify alert bubble — compact single-line pill, matches other bubbles */
    .q-bubble--scam { white-space: nowrap; max-width: 280px; border-left: none; padding: 9px 16px 9px 10px; font-size: .88rem; }
    .q-bubble-scam-text { display: flex; flex-direction: column; gap: 2px; }
    .q-bubble-scam-text strong { font-size: .88rem; font-weight: 700; color: var(--heading); }
    .q-bubble-scam-text span { display: none; }
    @keyframes floatBubble { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

    /* ── STATS BAR ──────────────────────────────── */
    .stats-bar { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 48px 0; }
    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .stat-item  { text-align: center; padding: 16px; }
    .stat-icon  { font-size: 1.5rem; margin-bottom: 10px; }
    .stat-num   { font-size: 2.2rem; font-weight: 800; color: var(--heading); letter-spacing: -.04em; line-height: 1; margin-bottom: 6px; }
    .stat-num span { color: var(--blue); }
    .stat-label { font-size: .85rem; color: var(--muted); font-weight: 500; }

    /* ── ABOUT ──────────────────────────────────── */
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
    .about-img-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; height: 480px; }
    .about-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
    .about-badge-float {
      position: absolute; bottom: 24px; left: 24px; right: 24px;
      background: var(--white); border-radius: var(--r-lg); padding: 16px 20px;
      box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px;
    }
    .about-badge-icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
    .about-badge-text strong { display: block; font-size: .9rem; font-weight: 700; color: var(--heading); }
    .about-badge-text span   { font-size: .8rem; color: var(--muted); }
    .about-features { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
    .about-feature { display: flex; align-items: flex-start; gap: 14px; }
    .about-feature-icon { width: 40px; height: 40px; border-radius: var(--r-md); background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
    .about-feature-text strong { display: block; font-size: .95rem; font-weight: 700; color: var(--heading); margin-bottom: 3px; }
    .about-feature-text span   { font-size: .88rem; color: var(--muted); line-height: 1.6; }

    /* ── HOW IT WORKS / TABS ────────────────────── */
    .tabs-wrap { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px; }
    .tab-btn {
      display: flex; align-items: center; gap: 8px;
      padding: 10px 20px; border-radius: var(--r-full); border: 1.5px solid var(--border);
      background: var(--white); color: var(--muted); font-size: .88rem; font-weight: 600;
      cursor: pointer; transition: all .2s;
    }
    .tab-btn:hover { border-color: var(--blue); color: var(--blue); }
    .tab-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
    .tab-panel { display: none; }
    .tab-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
    .tab-features { display: flex; flex-direction: column; gap: 16px; }
    .tab-feature { display: flex; align-items: flex-start; gap: 14px; padding: 16px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--border); transition: all .2s; }
    .tab-feature:hover { border-color: var(--blue); box-shadow: var(--shadow-md); }
    .tab-feature-icon { width: 40px; height: 40px; border-radius: var(--r-md); background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
    .tab-feature-text strong { display: block; font-size: .9rem; font-weight: 700; color: var(--heading); margin-bottom: 2px; }
    .tab-feature-text span   { font-size: .82rem; color: var(--muted); }
    .tab-feature-badge { margin-left: auto; font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: var(--r-full); flex-shrink: 0; }
    .badge--free    { background: var(--green-light); color: #16A34A; }
    .badge--instant { background: var(--blue-light); color: var(--blue); }
    .badge--premium { background: #FFF8E1; color: #B45309; }
    .tab-visual { border-radius: var(--r-xl); overflow: hidden; height: 380px; position: relative; }
    .tab-visual img { width: 100%; height: 100%; object-fit: cover; }

    /* ── SCAMIFY 3.0 ────────────────────────────── */
    .scamify-section { background: var(--bg2); padding: 96px 0; }
    .scamify-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; }
    .scamify-features { display: flex; flex-direction: column; gap: 20px; margin: 32px 0; }
    .scamify-feature { display: flex; align-items: flex-start; gap: 14px; }
    .scamify-feature-icon { width: 40px; height: 40px; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; box-shadow: var(--shadow-sm); }
    .scamify-feature-text strong { display: block; font-size: .92rem; font-weight: 700; color: var(--heading); margin-bottom: 3px; }
    .scamify-feature-text span   { font-size: .85rem; color: var(--muted); line-height: 1.6; }

    /* Inbox mockup */
    .inbox-mockup {
      background: var(--white); border-radius: var(--r-xl);
      box-shadow: var(--shadow-lg); border: 1px solid var(--border); overflow: hidden;
    }
    .inbox-header {
      padding: 16px 20px; border-bottom: 1px solid var(--border);
      display: flex; align-items: center; gap: 10px;
    }
    .inbox-dots { display: flex; gap: 6px; }
    .inbox-dot { width: 12px; height: 12px; border-radius: 50%; }
    .inbox-dot--r { background: #FF5F57; }
    .inbox-dot--y { background: #FEBC2E; }
    .inbox-dot--g { background: #28C840; }
    .inbox-title { font-size: .85rem; font-weight: 600; color: var(--heading); margin-left: 8px; }
    .inbox-tabs { display: flex; border-bottom: 1px solid var(--border); }
    .inbox-tab { padding: 10px 20px; font-size: .82rem; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; cursor: pointer; }
    .inbox-tab.active { color: var(--blue); border-bottom-color: var(--blue); }
    .inbox-tab.scam-tab { color: var(--coral-dark); }
    .inbox-banner { padding: 8px 20px; background: var(--coral-light); border-bottom: 1px solid rgba(239,83,80,.12); font-size: .75rem; font-weight: 600; color: var(--coral-dark); display: flex; align-items: center; gap: 6px; }
    .inbox-row { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--border); transition: background .15s; }
    .inbox-row:hover { background: var(--bg); }
    .inbox-row:last-child { border-bottom: none; }
    .inbox-avatar { width: 36px; height: 36px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 800; flex-shrink: 0; }
    .inbox-avatar--irs { background: #FFF0F0; color: var(--coral-dark); }
    .inbox-avatar--bnk { background: #EEF3FE; color: var(--blue); }
    .inbox-avatar--pkg { background: #FFF8E1; color: #B45309; }
    .inbox-avatar--mc  { background: var(--green-light); color: #16A34A; }
    .inbox-avatar--jt  { background: var(--blue-light); color: var(--blue); }
    .inbox-info { flex: 1; min-width: 0; }
    .inbox-sender { font-size: .82rem; font-weight: 700; color: var(--blue); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .inbox-subject { font-size: .78rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .inbox-verdict { font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: var(--r-full); flex-shrink: 0; }
    .verdict--scam { background: var(--coral-light); color: var(--coral-dark); }
    .verdict--potential { background: #FFF8E1; color: #B45309; }
    .verdict--safe { background: var(--green-light); color: #16A34A; }
    .verdict--scanned { background: var(--blue-light); color: var(--blue); }
    .inbox-safe-banner { padding: 8px 20px; background: var(--green-light); border-bottom: 1px solid rgba(34,197,94,.12); font-size: .75rem; font-weight: 600; color: #16A34A; display: flex; align-items: center; gap: 6px; }

    /* ── VOICE ──────────────────────────────────── */
    .voice-section { background: var(--white); padding: 96px 0; }
    .voice-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; direction: rtl; }
    .voice-inner > * { direction: ltr; }
    .voice-features { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
    .voice-feature { display: flex; align-items: flex-start; gap: 14px; }
    .voice-feature-icon { width: 40px; height: 40px; border-radius: var(--r-md); background: var(--coral-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
    .voice-feature-text strong { display: block; font-size: .92rem; font-weight: 700; color: var(--heading); margin-bottom: 3px; }
    .voice-feature-text span   { font-size: .85rem; color: var(--muted); line-height: 1.6; }
    .voice-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; }
    .voice-orb-wrap { position: relative; width: 320px; height: 320px; display: flex; align-items: center; justify-content: center; }
    .voice-orb-ring { position: absolute; border-radius: 50%; background: rgba(239,83,80,.07); animation: orbPulse 2.8s ease-in-out infinite; }
    .voice-orb-ring:nth-child(1) { width: 320px; height: 320px; animation-delay: 0s; }
    .voice-orb-ring:nth-child(2) { width: 250px; height: 250px; animation-delay: .5s; background: rgba(239,83,80,.11); }
    .voice-orb-ring:nth-child(3) { width: 185px; height: 185px; animation-delay: 1s; background: rgba(239,83,80,.17); }
    .voice-orb-core { width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #FF8A80, #EF5350); box-shadow: 0 0 60px rgba(239,83,80,.45); display: flex; align-items: center; justify-content: center; z-index: 2; }
    .voice-orb-bars { display: flex; align-items: center; gap: 4px; }
    .voice-orb-bar { width: 4px; border-radius: 2px; background: rgba(255,255,255,.9); animation: voiceBar 1.3s ease-in-out infinite; }
    .voice-orb-bar:nth-child(1) { height: 14px; animation-delay: 0s; }
    .voice-orb-bar:nth-child(2) { height: 26px; animation-delay: .15s; }
    .voice-orb-bar:nth-child(3) { height: 36px; animation-delay: .3s; }
    .voice-orb-bar:nth-child(4) { height: 26px; animation-delay: .45s; }
    .voice-orb-bar:nth-child(5) { height: 14px; animation-delay: .6s; }
    @keyframes orbPulse { 0%,100%{transform:scale(1);opacity:.55} 50%{transform:scale(1.07);opacity:1} }
    @keyframes voiceBar  { 0%,100%{transform:scaleY(.35)} 50%{transform:scaleY(1)} }
    .voice-listening-label { color: var(--coral-dark); font-size: .88rem; font-weight: 700; letter-spacing: .06em; margin-top: 20px; }
    .voice-controls { display: flex; gap: 16px; justify-content: center; margin-top: 16px; }
    .voice-ctrl-btn { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--border); background: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow-md); transition: all .2s; }
    .voice-ctrl-btn:hover { transform: scale(1.08); box-shadow: var(--shadow-lg); }
    .voice-ctrl-btn.stop { background: var(--coral-dark); border-color: var(--coral-dark); }

    /* ── WORKSHOPS ──────────────────────────────── */
    .workshops-section { background: var(--bg); padding: 96px 0; }
    .workshops-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; }
    .workshops-img-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; height: 440px; }
    .workshops-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
    .workshops-live-badge {
      position: absolute; top: 20px; left: 20px;
      background: rgba(239,83,80,.92); color: #fff;
      font-size: .75rem; font-weight: 700; letter-spacing: .06em;
      padding: 6px 14px; border-radius: var(--r-full);
      display: flex; align-items: center; gap: 6px;
    }
    .workshops-live-badge .live-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: pulse 1.5s infinite; }
    .workshops-session-card {
      position: absolute; bottom: 20px; left: 20px; right: 20px;
      background: rgba(255,255,255,.95); backdrop-filter: blur(12px);
      border-radius: var(--r-lg); padding: 16px 18px;
      box-shadow: var(--shadow-lg);
    }
    .workshops-session-title { font-size: .88rem; font-weight: 700; color: var(--heading); margin-bottom: 4px; }
    .workshops-session-meta  { font-size: .78rem; color: var(--muted); }
    .workshops-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
    .workshops-topic { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: var(--white); border-radius: var(--r-md); border: 1px solid var(--border); font-size: .85rem; font-weight: 600; color: var(--heading); transition: all .2s; }
    .workshops-topic:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
    .workshops-note { margin-top: 20px; padding: 14px 18px; background: var(--blue-light); border-radius: var(--r-md); border-left: 3px solid var(--blue); font-size: .85rem; color: var(--blue); font-weight: 500; line-height: 1.6; }

    /* ── IMPACT STATS (Why It Matters) ─────────── */
    .impact-section {
      background: var(--navy);
      padding: 96px 0;
      position: relative;
      overflow: hidden;
    }
    .impact-section::before {
      content: ''; position: absolute; top: -200px; left: -200px;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(74,123,247,.15) 0%, transparent 65%);
      pointer-events: none;
    }
    .impact-section::after {
      content: ''; position: absolute; bottom: -200px; right: -200px;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(239,83,80,.12) 0%, transparent 65%);
      pointer-events: none;
    }
    .impact-head { text-align: center; margin-bottom: 72px; position: relative; z-index: 1; }
    .impact-head .label--navy { background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.15); }
    .impact-head h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 900; color: #fff; letter-spacing: -.04em; margin-bottom: 14px; }
    .impact-head p  { font-size: 1.05rem; color: rgba(255,255,255,.6); max-width: 540px; margin: 0 auto; line-height: 1.8; }
    .impact-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      position: relative;
      z-index: 1;
    }
    .impact-stat {
      text-align: center;
      padding: 40px 32px;
      border-right: 1px solid rgba(255,255,255,.1);
      position: relative;
    }
    .impact-stat:last-child { border-right: none; }
    .impact-stat-num {
      font-size: clamp(2.8rem, 4.5vw, 4rem);
      font-weight: 900;
      letter-spacing: -.04em;
      line-height: 1;
      margin-bottom: 12px;
      background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,.75) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .impact-stat-num.coral {
      background: linear-gradient(135deg, #FF6B6B 0%, #EF5350 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .impact-stat-label {
      font-size: .88rem;
      font-weight: 600;
      color: rgba(255,255,255,.55);
      line-height: 1.5;
      max-width: 160px;
      margin: 0 auto;
    }
    .impact-stat-sublabel {
      display: inline-block;
      margin-top: 10px;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.3);
    }
    /* keep proof-badge classes for other uses */
    .proof-badge { font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: var(--r-full); flex-shrink: 0; }
    .proof-badge--scam { background: var(--coral-light); color: var(--coral-dark); }
    .proof-badge--safe { background: var(--green-light); color: #16A34A; }
    .proof-badge--live { background: var(--coral-light); color: var(--coral-dark); }
    .proof-badge--solved { background: var(--green-light); color: #16A34A; }

    /* ── TESTIMONIALS ───────────────────────────── */
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .testimonial-card { background: var(--white); border-radius: var(--r-xl); padding: 28px; border: 1px solid var(--border); box-shadow: var(--shadow-md); display: flex; flex-direction: column; gap: 16px; transition: all .2s; }
    .testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
    .testimonial-stars { color: #F59E0B; font-size: .9rem; letter-spacing: 1px; }
    .testimonial-text { font-size: .92rem; color: var(--body); line-height: 1.75; flex: 1; font-style: italic; }
    .testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border); }
    .testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--bg2); }
    .testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .testimonial-name { font-size: .88rem; font-weight: 700; color: var(--heading); }
    .testimonial-meta { font-size: .78rem; color: var(--muted); }
    .testimonial-tag { margin-left: auto; font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: var(--r-full); background: var(--blue-light); color: var(--blue); flex-shrink: 0; }

    /* ── PRICING ────────────────────────────────── */
    .pricing-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 48px; }
    .pricing-toggle-label { font-size: .92rem; font-weight: 600; color: var(--muted); }
    .pricing-toggle-label.active { color: var(--heading); }
    .toggle-switch { position: relative; width: 48px; height: 26px; }
    .toggle-switch input { opacity: 0; width: 0; height: 0; }
    .toggle-slider { position: absolute; inset: 0; background: var(--blue); border-radius: var(--r-full); cursor: pointer; transition: .3s; }
    .toggle-slider::before { content: ''; position: absolute; width: 20px; height: 20px; left: 3px; bottom: 3px; background: #fff; border-radius: 50%; transition: .3s; }
    .toggle-switch input:checked + .toggle-slider::before { transform: translateX(22px); }
    .save-badge { font-size: .72rem; font-weight: 700; background: var(--green-light); color: #16A34A; padding: 3px 10px; border-radius: var(--r-full); }
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
    .pricing-card { background: var(--white); border-radius: var(--r-xl); padding: 32px; border: 1.5px solid var(--border); box-shadow: var(--shadow-sm); position: relative; transition: all .2s; }
    .pricing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
    .pricing-card--featured { border-color: var(--blue); box-shadow: var(--shadow-blue); }
    .pricing-popular { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 16px; border-radius: var(--r-full); white-space: nowrap; }
    .pricing-name  { font-size: 1.1rem; font-weight: 800; color: var(--heading); margin-bottom: 6px; }
    .pricing-desc  { font-size: .85rem; color: var(--muted); margin-bottom: 24px; line-height: 1.6; }
    .pricing-price { display: flex; align-items: flex-end; gap: 4px; margin-bottom: 6px; }
    .pricing-price-num { font-size: 2.8rem; font-weight: 900; color: var(--heading); letter-spacing: -.05em; line-height: 1; }
    .pricing-price-period { font-size: .88rem; color: var(--muted); margin-bottom: 6px; }
    .pricing-price-note { font-size: .78rem; color: var(--muted); margin-bottom: 28px; }
    .pricing-divider { height: 1px; background: var(--border); margin: 24px 0; }
    .pricing-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
    .pricing-feature { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--body); }
    .pricing-feature-check { width: 18px; height: 18px; border-radius: 50%; background: var(--green-light); color: #16A34A; display: flex; align-items: center; justify-content: center; font-size: .65rem; flex-shrink: 0; margin-top: 1px; font-weight: 700; }

    /* ── FAQ ────────────────────────────────────── */
    .faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin: 0 auto; }
    .faq-item { background: var(--white); border-radius: var(--r-lg); border: 1.5px solid var(--border); overflow: hidden; transition: border-color .2s; }
    .faq-item.open { border-color: var(--blue); }
    .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; font-size: .95rem; font-weight: 700; color: var(--heading); gap: 16px; }
    .faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; transition: all .3s; color: var(--blue); font-weight: 700; }
    .faq-item.open .faq-icon { background: var(--blue); color: #fff; transform: rotate(45deg); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; }
    .faq-answer-inner { padding: 0 24px 20px; font-size: .9rem; color: var(--muted); line-height: 1.8; }
    .faq-item.open .faq-answer { max-height: 300px; }

    /* ── CTA BANNER ─────────────────────────────── */
    .cta-banner {
      background: linear-gradient(135deg, var(--navy) 0%, #2d3f6b 60%, #1a2d5a 100%);
      padding: 96px 0; text-align: center; position: relative; overflow: hidden;
    }
    .cta-banner::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(74,123,247,.18) 0%, transparent 65%); pointer-events: none; }
    .cta-banner h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 900; color: #fff; letter-spacing: -.04em; margin-bottom: 16px; position: relative; }
    .cta-banner p  { font-size: 1.05rem; color: rgba(255,255,255,.72); max-width: 520px; margin: 0 auto 36px; line-height: 1.8; position: relative; }
    .cta-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; position: relative; }

    /* ── FOOTER ─────────────────────────────────── */
    .footer { background: var(--heading); padding: 72px 0 32px; }
    .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
    .footer-brand-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; color: #fff; margin-bottom: 16px; }
    .footer-brand-logo-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--coral-dark); display: flex; align-items: center; justify-content: center; font-size: .95rem; }
    .footer-brand-desc { font-size: .88rem; color: rgba(255,255,255,.5); line-height: 1.7; margin-bottom: 24px; max-width: 280px; }
    .footer-socials { display: flex; gap: 10px; }
    .footer-social { width: 36px; height: 36px; border-radius: var(--r-sm); background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; font-size: .85rem; color: rgba(255,255,255,.6); transition: all .2s; }
    .footer-social:hover { background: rgba(255,255,255,.16); color: #fff; }
    .footer-col-title { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 20px; }
    .footer-links { display: flex; flex-direction: column; gap: 10px; }
    .footer-links a { font-size: .88rem; color: rgba(255,255,255,.55); transition: color .18s; }
    .footer-links a:hover { color: #fff; }
    .footer-newsletter { margin-top: 24px; }
    .footer-newsletter-label { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.6); margin-bottom: 10px; }
    .footer-newsletter-form { display: flex; gap: 8px; }
    .footer-newsletter-input { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-sm); padding: 10px 14px; font-size: .88rem; color: #fff; font-family: var(--font); outline: none; }
    .footer-newsletter-input::placeholder { color: rgba(255,255,255,.35); }
    .footer-newsletter-input:focus { border-color: rgba(255,255,255,.3); }
    .footer-newsletter-btn { background: var(--blue); color: #fff; border: none; border-radius: var(--r-sm); padding: 10px 18px; font-size: .85rem; font-weight: 600; cursor: pointer; font-family: var(--font); transition: background .2s; }
    .footer-newsletter-btn:hover { background: var(--blue-dark); }
    .footer-bottom { padding-top: 32px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; text-align: center; }
    .footer-copyright { font-size: .82rem; color: rgba(255,255,255,.35); }
    .footer-legal { display: flex; gap: 20px; }
    .footer-legal a { font-size: .82rem; color: rgba(255,255,255,.35); transition: color .18s; }
    .footer-legal a:hover { color: rgba(255,255,255,.7); }

    /* ── NAV HAMBURGER ─────────────────────────── */
    .nav-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 40px; height: 40px;
      background: none; border: none; cursor: pointer;
      gap: 5px; padding: 4px;
    }
    .nav-toggle span {
      display: block; width: 22px; height: 2px;
      background: var(--heading); border-radius: 2px;
      transition: all .25s ease;
    }
    .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle.open span:nth-child(2) { opacity: 0; }
    .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-mobile-menu {
      display: none;
      position: fixed;
      top: 68px; left: 0; right: 0;
      background: rgba(255,255,255,.98);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
      padding: 20px 24px 28px;
      z-index: 99;
      flex-direction: column;
      gap: 4px;
      box-shadow: 0 8px 32px rgba(0,0,0,.08);
    }
    .nav-mobile-menu.open { display: flex; }
    .nav-mobile-menu a {
      font-size: 1rem; font-weight: 600; color: var(--heading);
      padding: 14px 16px; border-radius: var(--r-md);
      transition: background .15s; border-bottom: 1px solid var(--border);
    }
    .nav-mobile-menu a:last-of-type { border-bottom: none; }
    .nav-mobile-menu a:hover { background: var(--bg); }
    .nav-mobile-menu .nav-mobile-cta {
      margin-top: 12px; display: flex; gap: 10px;
    }
    .nav-mobile-menu .nav-mobile-cta a {
      flex: 1; text-align: center; justify-content: center;
      border-bottom: none; padding: 13px 16px;
    }

        @media (max-width: 900px) {

      .hero-inner, .about-grid, .tab-panel.active, .scamify-inner, .voice-inner, .workshops-inner { grid-template-columns: 1fr; }
      .workshops-img-wrap { display: none; }
      .inbox-mockup { display: none; }
      .hero-collage { height: 380px; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .pricing-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .problems-grid { grid-template-columns: 1fr; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
      .voice-visual { display: none; }
    }

        /* ── MOBILE NAV ─────────────────────────────── */
    @media (max-width: 900px) {
      .nav-links, .nav-actions { display: none !important; }
      .nav-inner {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
      }
      .nav-logo {
        grid-column: 2;
        justify-self: center;
        margin: 0;
      }
      .nav-toggle {
        grid-column: 3;
        display: flex !important;
        justify-self: end;
        margin-left: 0;
      }
    }
  

/* ── WORDPRESS SPECIFIC ─────────────────────────────────────────────────── */
.wp-block-image img { max-width: 100%; height: auto; }
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
.wp-caption { max-width: 100%; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute; width: 1px; }
body.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .nav { top: 46px; } }
