/* =============================================================
   results.html — page-specific styles
   ============================================================= */

:root {
      --bg: #0b0514;
      --bg-alt: #130a24;
      --accent: #00e5ff;
      --accent2: #d946ef;
      --accent3: #a855f7;
      --pink: #ffaa00;
      --gold: #2dd4bf;
      --text: #f8fafc;
      --text-muted: #cbd5e1;
      --text-dim: #64748b;
      --border: rgba(217, 70, 239, 0.15);
      --glow: rgba(0, 229, 255, 0.12);
      --font-heading: 'Outfit', sans-serif;
      --font-body: 'Inter', sans-serif;
      --font-mono: 'JetBrains Mono', monospace;
    }

    @property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
    @property --border-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }

    body {
      background: var(--bg);
      color: var(--text);
      font-family: var(--font-body);
      font-weight: 300;
      line-height: 1.6;
      min-height: 100vh;
      position: relative;
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
      opacity: 0.4;
    }

    ::selection { background: rgba(0,229,255,0.2); color: var(--text); }
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: var(--bg); }
    ::-webkit-scrollbar-thumb { background: var(--accent3); border-radius: 3px; }
    ::-webkit-scrollbar-thumb:hover { background: rgba(0,229,255,0.5); }

    h1, h2, h3, h4, h5 { font-family: var(--font-heading); font-weight: 200; letter-spacing: -0.04em; line-height: 1.15; }

    /* LAYOUT */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem;
      position: relative;
      z-index: 1;
    }

    /* HERO */
    .hero {
      padding: calc(56px + 5rem) 0 4rem;
      text-align: center;
      position: relative;
    }
    .hero::after {
      content: '';
      position: absolute;
      top: 40%; left: 50%;
      transform: translate(-50%, -50%);
      width: 600px; height: 400px;
      background: radial-gradient(ellipse, rgba(0,229,255,0.06) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }
    .hero .container { position: relative; z-index: 1; }

    .eyebrow {
      font-family: var(--font-mono);
      font-size: 0.75rem;
      font-weight: 300;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .eyebrow::before {
      content: '';
      width: 20px;
      height: 1px;
      background: var(--accent);
      flex-shrink: 0;
    }

    .hero-title {
      font-size: clamp(2.5rem, 6vw, 4.5rem);
      font-weight: 200;
      line-height: 1.1;
      letter-spacing: -0.04em;
      margin-bottom: 1.5rem;
    }

    .text-gradient {
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 50%, var(--pink) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-subtitle {
      font-size: 1.1rem;
      color: var(--text-muted);
      max-width: 560px;
      margin: 0 auto;
      line-height: 1.7;
      font-weight: 300;
    }

    /* METRICS STRIP */
    .metrics-strip { padding: 4rem 0; position: relative; z-index: 1; }
    .metrics-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
      border-radius: 16px;
      overflow: hidden;
    }
    .metric-item {
      background: var(--bg-alt);
      padding: 2.5rem 2rem;
      text-align: center;
      position: relative;
      transition: background 0.3s;
    }
    .metric-item:hover { background: rgba(19,10,36,0.95); }
    .metric-item::before {
      content: '';
      position: absolute;
      top: 0; left: 50%;
      transform: translateX(-50%);
      width: 40%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--accent), transparent);
    }
    .metric-number {
      font-family: var(--font-heading);
      font-size: clamp(2.5rem, 5vw, 3.5rem);
      font-weight: 200;
      line-height: 1;
      color: var(--accent);
      display: block;
      margin-bottom: 0.5rem;
      letter-spacing: -0.04em;
    }
    .metric-label {
      font-size: 0.82rem;
      color: var(--text-muted);
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    /* GLASS CARD */
    .glass-card {
      background: rgba(255,255,255,0.02);
      border: 1px solid var(--border);
      border-radius: 16px;
      backdrop-filter: blur(12px);
      position: relative;
      overflow: hidden;
      transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
    }
    .glass-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--accent), var(--accent2), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }
    .glass-card:hover {
      border-color: rgba(0,229,255,0.3);
      transform: translateY(-3px);
      box-shadow: 0 8px 40px var(--glow);
    }
    .glass-card:hover::before { opacity: 1; }

    /* SECTIONS */
    .section-header { text-align: center; margin-bottom: 3rem; }
    .section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; color: var(--text); }
    .section-sub { color: var(--text-muted); font-size: 1rem; max-width: 480px; margin: 0 auto; font-weight: 300; }

    .featured-section { padding: 4rem 0; position: relative; z-index: 1; }

    /* FEATURED TESTIMONIAL */
    .featured-card { padding: 3rem; max-width: 800px; margin: 0 auto; }
    .featured-card .quote-icon {
      font-size: 4rem;
      line-height: 1;
      color: var(--accent);
      opacity: 0.5;
      font-family: Georgia, serif;
      margin-bottom: 1rem;
      display: block;
    }
    .featured-quote {
      font-size: 1.15rem;
      line-height: 1.8;
      color: var(--text);
      font-style: italic;
      margin-bottom: 2rem;
      font-weight: 300;
    }
    .reviewer { display: flex; align-items: center; gap: 1rem; }
    .reviewer-avatar {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--accent), var(--accent3));
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-heading);
      font-weight: 300;
      font-size: 1rem;
      color: #0b0514;
      flex-shrink: 0;
    }
    .reviewer-name { font-family: var(--font-heading); font-weight: 300; font-size: 1rem; color: var(--text); }
    .reviewer-role { font-size: 0.85rem; color: var(--text-muted); }
    .stars { display: flex; gap: 3px; margin-bottom: 1.5rem; }
    .star { color: var(--accent); font-size: 1rem; }

    /* TESTIMONIALS GRID */
    .testimonials-section { padding: 4rem 0; position: relative; z-index: 1; background: var(--bg-alt); }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .testimonial-card { padding: 24px; border-radius: 14px; }
    .testimonial-quote {
      font-size: 0.92rem;
      line-height: 1.8;
      color: var(--text-muted);
      font-style: italic;
      margin-bottom: 1.5rem;
      font-weight: 300;
      position: relative;
    }
    .testimonial-quote::before {
      content: '"';
      position: absolute;
      top: -8px;
      left: -4px;
      font-size: 2.5rem;
      color: var(--accent);
      opacity: 0.5;
      font-family: Georgia, serif;
      line-height: 1;
    }

    /* CASE STUDIES */
    .case-studies-section { padding: 4rem 0; position: relative; z-index: 1; }
    .case-studies-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .case-card { padding: 2rem; }
    .case-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-family: var(--font-mono);
      font-size: 0.7rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--accent);
      background: rgba(0,229,255,0.06);
      border: 1px solid rgba(0,229,255,0.18);
      padding: 0.3rem 0.75rem;
      border-radius: 100px;
      margin-bottom: 1rem;
    }
    .case-title { font-family: var(--font-heading); font-weight: 200; font-size: 1.1rem; margin-bottom: 1.5rem; letter-spacing: -0.03em; }
    .before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
    .ba-label {
      font-family: var(--font-mono);
      font-size: 0.65rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 0.75rem;
    }
    .ba-label.before { color: var(--text-dim); }
    .ba-label.after { color: var(--accent); }
    .ba-items { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }
    .ba-items li { font-size: 0.82rem; color: var(--text-muted); display: flex; align-items: flex-start; gap: 0.4rem; line-height: 1.4; font-weight: 300; }
    .ba-items.after-items li { color: var(--text); }
    .ba-items li::before { content: '•'; flex-shrink: 0; margin-top: 0.1rem; }
    .ba-items.before-items li::before { color: var(--text-dim); }
    .ba-items.after-items li::before { color: var(--accent); }

    .progress-section { margin-top: 1.25rem; }
    .progress-item { margin-bottom: 0.85rem; }
    .progress-label-row { display: flex; justify-content: space-between; margin-bottom: 0.35rem; }
    .progress-lbl { font-size: 0.78rem; color: var(--text-muted); font-weight: 300; }
    .progress-val { font-size: 0.78rem; color: var(--accent); font-family: var(--font-mono); font-weight: 300; }
    .progress-bar-track { height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
    .progress-bar-fill {
      height: 100%;
      border-radius: 2px;
      background: linear-gradient(90deg, var(--accent), var(--accent3));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 1s ease 0.3s;
    }
    .progress-bar-fill.animated { transform: scaleX(1); }

    .result-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.8rem;
      font-weight: 300;
      color: var(--accent);
      background: rgba(0,229,255,0.06);
      border: 1px solid rgba(0,229,255,0.18);
      padding: 0.4rem 0.85rem;
      border-radius: 100px;
      margin-top: 1rem;
    }

    /* TRUST BADGES */
    .trust-section { padding: 4rem 0; position: relative; z-index: 1; background: var(--bg-alt); }
    .trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
    .trust-badge {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      background: rgba(255,255,255,0.02);
      border: 1px solid var(--border);
      border-radius: 100px;
      padding: 0.75rem 1.5rem;
      font-size: 0.9rem;
      font-weight: 300;
      color: var(--text-muted);
      transition: border-color 0.2s, color 0.2s;
    }
    .trust-badge:hover { border-color: rgba(0,229,255,0.3); color: var(--text); }
    .trust-badge .badge-icon { color: var(--accent); font-size: 1.1rem; }

    /* CTA */
    .cta-section {
      padding: 5rem 0 6rem;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 700px; height: 300px;
      background: radial-gradient(ellipse, rgba(0,229,255,0.05) 0%, transparent 70%);
      pointer-events: none;
    }
    .cta-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 200; letter-spacing: -0.04em; margin-bottom: 1rem; }
    .cta-sub { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 2.5rem; font-weight: 300; }
    .btn-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

    /* BUTTONS */
    .btn-conic {
      position: relative;
      padding: 14px 32px;
      border-radius: 12px;
      font-size: 0.84rem;
      font-weight: 400;
      color: white;
      background: var(--bg);
      z-index: 1;
      overflow: hidden;
      cursor: pointer;
      border: none;
      font-family: inherit;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .btn-conic::before {
      content: '';
      position: absolute;
      inset: -2px;
      border-radius: 14px;
      background: conic-gradient(from var(--border-angle), var(--accent), var(--accent2), var(--accent3), var(--pink), var(--accent));
      z-index: -2;
      animation: borderSpin 3s linear infinite;
    }
    .btn-conic::after {
      content: '';
      position: absolute;
      inset: 2px;
      border-radius: 10px;
      background: linear-gradient(135deg, rgba(0,229,255,0.1), rgba(11,5,20,0.95));
      z-index: -1;
    }
    .btn-conic:hover { transform: translateY(-2px); transition: transform 0.2s; }

    .btn-ghost {
      padding: 14px 28px;
      border-radius: 12px;
      font-size: 0.84rem;
      font-weight: 300;
      color: var(--text-muted);
      border: 1px solid var(--border);
      background: rgba(255,255,255,0.02);
      backdrop-filter: blur(8px);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s;
      cursor: pointer;
      text-decoration: none;
      font-family: inherit;
    }
    .btn-ghost:hover {
      color: var(--text);
      border-color: rgba(0,229,255,0.3);
      box-shadow: 0 0 24px var(--glow);
      transform: translateY(-2px);
    }

    
    
    
    
    
    
    
    
    
    
    
    
    

    /* ANIMATIONS */
    @keyframes borderSpin { to { --border-angle: 360deg; } }
    @keyframes glow-pulse {
      0%, 100% { opacity: 0.85; filter: drop-shadow(0 0 12px rgba(0,229,255,0.3)); }
      50% { opacity: 1; filter: drop-shadow(0 0 20px rgba(0,229,255,0.5)); }
    }

    /* REVEAL */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .stagger-1 { transition-delay: 0.1s; }
    .stagger-2 { transition-delay: 0.2s; }
    .stagger-3 { transition-delay: 0.3s; }
    .stagger-4 { transition-delay: 0.4s; }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
      .metrics-grid { grid-template-columns: repeat(2, 1fr); }
      .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
      .case-studies-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .testimonials-grid { grid-template-columns: 1fr; }
      .case-studies-grid { grid-template-columns: 1fr; }
      .before-after { grid-template-columns: 1fr; }
      .featured-card { padding: 2rem; }
      .trust-row { gap: 0.75rem; }
    }
    @media (max-width: 480px) {
      .metrics-grid { grid-template-columns: 1fr 1fr; }
      .container { padding: 0 1.25rem; }
      .hero { padding-top: calc(56px + 3rem); }
      .btn-row { flex-direction: column; align-items: center; }
    }
  