
    
    
    
    
    

    /* ═══════════════ THEMES ═══════════════ */

    [data-theme="midnight"] {
      --bg:        #1A0A1E;
      --bg-alt:    #240D2A;
      --bg-card:   #2E1035;
      --surface:   #3D1848;
      --text:      #F5C9D5;
      --text-muted:#C4A8B2;
      --text-sub:  rgba(245,201,213,0.5);
      --accent:    #E8789A;
      --accent-2:  #A0406A;
      --accent-glow: rgba(232,120,154,0.25);
      --border:    rgba(232,120,154,0.12);
      --border-mid:rgba(232,120,154,0.22);
      --btn:       #E8789A;
      --btn-text:  #1A0A1E;
      --hero-grad: linear-gradient(135deg,#1A0A1E 0%,#3D1848 60%,#240D2A 100%);
      --blob1:     #A0406A;
      --blob2:     #4A1942;
      --nav-bg:    rgba(26,10,30,0.92);
      --shadow:    0 20px 60px rgba(160,64,106,0.2);
      --tag-bg:    rgba(232,120,154,0.12);
      --check:     #5de0a0;
      --cross:     #e06060;
    }
    [data-theme="coastal"] {
      --bg:        #F0F6FA;
      --bg-alt:    #E0EEF5;
      --bg-card:   #FFFFFF;
      --surface:   #C8DFE8;
      --text:      #0D3D52;
      --text-muted:#2A7A9B;
      --text-sub:  rgba(13,61,82,0.5);
      --accent:    #2A7A9B;
      --accent-2:  #6BAFC7;
      --accent-glow:rgba(42,122,155,0.15);
      --border:    rgba(42,122,155,0.14);
      --border-mid:rgba(42,122,155,0.24);
      --btn:       #2A7A9B;
      --btn-text:  #FFFFFF;
      --hero-grad: linear-gradient(135deg,#C8DFE8 0%,#E8F4FA 50%,#F0F6FA 100%);
      --blob1:     #6BAFC7;
      --blob2:     #C8DFE8;
      --nav-bg:    rgba(240,246,250,0.94);
      --shadow:    0 20px 60px rgba(42,122,155,0.12);
      --tag-bg:    rgba(42,122,155,0.08);
      --check:     #2e9e6a;
      --cross:     #c94040;
    }
    [data-theme="neon"] {
      --bg:        #0A0A0F;
      --bg-alt:    #0F0F18;
      --bg-card:   #131320;
      --surface:   #1C1C30;
      --text:      #F0F0F8;
      --text-muted:#A0A0C0;
      --text-sub:  rgba(240,240,248,0.45);
      --accent:    #00D4B4;
      --accent-2:  #FF6B6B;
      --accent-glow:rgba(0,212,180,0.2);
      --border:    rgba(0,212,180,0.12);
      --border-mid:rgba(0,212,180,0.22);
      --btn:       #00D4B4;
      --btn-text:  #0A0A0F;
      --hero-grad: linear-gradient(135deg,#0A0A0F 0%,#0F1520 60%,#0A0A0F 100%);
      --blob1:     #00D4B4;
      --blob2:     #FF6B6B;
      --nav-bg:    rgba(10,10,15,0.95);
      --shadow:    0 20px 60px rgba(0,212,180,0.15);
      --tag-bg:    rgba(0,212,180,0.08);
      --check:     #00D4B4;
      --cross:     #FF6B6B;
    }
    [data-theme="lavender"] {
      --bg:        #12101C;
      --bg-alt:    #1A1730;
      --bg-card:   #201D38;
      --surface:   #2A2650;
      --text:      #F0EDF8;
      --text-muted:#C4B8E8;
      --text-sub:  rgba(240,237,248,0.5);
      --accent:    #C4B8E8;
      --accent-2:  #7A6CB4;
      --accent-glow:rgba(196,184,232,0.2);
      --border:    rgba(196,184,232,0.12);
      --border-mid:rgba(196,184,232,0.22);
      --btn:       #C4B8E8;
      --btn-text:  #12101C;
      --hero-grad: linear-gradient(135deg,#12101C 0%,#2A2650 60%,#1A1730 100%);
      --blob1:     #7A6CB4;
      --blob2:     #4A3888;
      --nav-bg:    rgba(18,16,28,0.94);
      --shadow:    0 20px 60px rgba(122,108,180,0.2);
      --tag-bg:    rgba(196,184,232,0.1);
      --check:     #80e8a0;
      --cross:     #e07070;
    }
    [data-theme="copper"] {
      --bg:        #0F0E0A;
      --bg-alt:    #1A1810;
      --bg-card:   #221F14;
      --surface:   #2E2A18;
      --text:      #F5EDD8;
      --text-muted:#C8A870;
      --text-sub:  rgba(245,237,216,0.5);
      --accent:    #E8A050;
      --accent-2:  #B87333;
      --accent-glow:rgba(232,160,80,0.2);
      --border:    rgba(232,160,80,0.12);
      --border-mid:rgba(232,160,80,0.22);
      --btn:       #E8A050;
      --btn-text:  #0F0E0A;
      --hero-grad: linear-gradient(135deg,#0F0E0A 0%,#2E2A18 60%,#1A1810 100%);
      --blob1:     #B87333;
      --blob2:     #6A4020;
      --nav-bg:    rgba(15,14,10,0.95);
      --shadow:    0 20px 60px rgba(184,115,51,0.2);
      --tag-bg:    rgba(232,160,80,0.1);
      --check:     #70c870;
      --cross:     #e06040;
    }

    /* ═══════════════ BASE ═══════════════ */
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    .theme-dock { display: none !important; }

    body {
      margin: 0;
      font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.65;
      font-weight: 400;
      overflow-x: hidden;
      transition: background 0.5s ease, color 0.5s ease;
    }

    /* ═══════════════ COOKIE BANNER ═══════════════ */
    #cookie-banner {
      position: fixed;
      bottom: 0; left: 0; right: 0;
      z-index: 99999;
      background: var(--bg-card);
      border-top: 1px solid var(--border-mid);
      padding: 20px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      box-shadow: 0 -8px 32px rgba(0,0,0,0.3);
      transition: background 0.5s;
    }
    #cookie-banner p {
      font-size: 0.85rem;
      color: var(--text-muted);
      margin: 0;
      flex: 1;
      min-width: 240px;
    }
    #cookie-banner a { color: var(--accent); text-decoration: underline; }
    .cookie-btns { display: flex; gap: 10px; flex-wrap: wrap; }
    .cookie-accept {
      background: var(--btn); color: var(--btn-text);
      padding: 10px 22px; border-radius: 100px;
      border: none; cursor: pointer; font-size: 0.85rem; font-weight: 600;
      transition: opacity 0.2s;
    }
    .cookie-accept:hover { opacity: 0.85; }
    .cookie-decline {
      background: transparent; color: var(--text-muted);
      padding: 10px 22px; border-radius: 100px;
      border: 1px solid var(--border-mid); cursor: pointer; font-size: 0.85rem;
      transition: all 0.2s;
    }
    .cookie-decline:hover { border-color: var(--accent); color: var(--accent); }

    /* ═══════════════ THEME SWITCHER ═══════════════ */
    .theme-dock {
      position: fixed; bottom: 28px; right: 28px;
      z-index: 9998;
      display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
    }
    .theme-label {
      font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--text-sub); transition: color 0.5s;
    }
    .theme-pills {
      display: flex; gap: 6px;
      background: var(--nav-bg);
      backdrop-filter: blur(20px);
      border: 1px solid var(--border-mid);
      border-radius: 100px;
      padding: 6px 10px;
      box-shadow: var(--shadow);
      transition: background 0.5s, border-color 0.5s;
    }
    .tp {
      width: 26px; height: 26px; border-radius: 50%;
      border: 2px solid transparent; cursor: pointer;
      transition: transform 0.2s, border-color 0.2s;
      position: relative;
    }
    .tp:hover { transform: scale(1.2); }
    .tp.on { border-color: var(--accent); transform: scale(1.1); }
    .tp.on::after {
      content: ''; position: absolute; inset: -4px;
      border-radius: 50%; border: 1px solid var(--accent); opacity: 0.3;
    }
    .tp[data-t="midnight"] { background: linear-gradient(135deg,#1A0A1E,#E8789A 180%); }
    .tp[data-t="coastal"]  { background: linear-gradient(135deg,#F0F6FA,#2A7A9B 180%); }
    .tp[data-t="neon"]     { background: linear-gradient(135deg,#0A0A0F,#00D4B4 180%); }
    .tp[data-t="lavender"] { background: linear-gradient(135deg,#12101C,#C4B8E8 180%); }
    .tp[data-t="copper"]   { background: linear-gradient(135deg,#0F0E0A,#E8A050 180%); }
    .theme-name {
      background: var(--nav-bg); border: 1px solid var(--border-mid);
      border-radius: 100px; padding: 4px 14px;
      font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--text); backdrop-filter: blur(16px);
      transition: all 0.5s;
    }

    /* ═══════════════ TOP BAR ═══════════════ */
    .top-bar {
      background: var(--accent);
      color: var(--btn-text);
      text-align: center;
      padding: 8px 24px;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      transition: background 0.5s;
    }
    .top-bar a { color: var(--btn-text); text-decoration: underline; }

    /* ═══════════════ NAV ═══════════════ */
    .rp-nav {
      position: sticky; top: 0; z-index: 1000;
      padding: 0 48px;
      background: transparent;
      transition: background 0.4s, box-shadow 0.4s;
    }
    .rp-nav.scrolled {
      background: var(--nav-bg);
      backdrop-filter: blur(20px);
      box-shadow: 0 1px 0 var(--border);
    }
    .nav-inner {
      max-width: 1240px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between;
      height: 72px; gap: 24px;
    }
    .nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .nav-logo-svg { width: 52px; height: 52px; color: var(--accent); flex-shrink: 0; transition: color 0.5s; }
    .nav-brand-text { line-height: 1.15; }
    .nav-product {
      font-size: 1rem; font-weight: 700; color: var(--text);
      letter-spacing: -0.01em; transition: color 0.5s;
    }
    .nav-by {
      font-size: 0.62rem; font-weight: 500; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--text-sub); transition: color 0.5s;
    }
    .nav-links-list {
      display: flex; gap: 32px; list-style: none; margin: 0; padding: 0;
    }
    .nav-links-list a {
      font-size: 0.88rem; font-weight: 500;
      color: var(--text-muted); text-decoration: none;
      transition: color 0.2s; letter-spacing: 0.01em;
    }
    .nav-links-list a:hover { color: var(--text); }
    .nav-cta {
      background: var(--btn); color: var(--btn-text) !important;
      padding: 10px 24px; border-radius: 100px;
      font-weight: 700 !important; font-size: 0.84rem !important;
      transition: opacity 0.2s !important;
    }
    .nav-cta:hover { opacity: 0.85 !important; }

    /* ═══════════════ BUTTONS ═══════════════ */
    .btn-solid {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--btn); color: var(--btn-text);
      padding: 14px 32px; border-radius: 100px;
      font-weight: 700; font-size: 0.92rem;
      text-decoration: none; border: none; cursor: pointer;
      transition: opacity 0.2s, transform 0.2s;
    }
    .btn-solid:hover { opacity: 0.88; transform: translateY(-1px); color: var(--btn-text); }

    .btn-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; color: var(--text);
      padding: 13px 30px; border-radius: 100px;
      border: 1.5px solid var(--border-mid);
      font-weight: 600; font-size: 0.92rem;
      text-decoration: none; cursor: pointer;
      transition: all 0.2s;
    }
    .btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

    .btn-white {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.15); color: var(--text);
      padding: 14px 32px; border-radius: 100px;
      border: 1.5px solid rgba(255,255,255,0.3);
      font-weight: 700; font-size: 0.92rem;
      text-decoration: none; cursor: pointer;
      transition: all 0.2s;
    }
    .btn-white:hover { background: rgba(255,255,255,0.25); color: var(--text); }

    /* ═══════════════ LAYOUT ═══════════════ */
    .container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
    section { padding: 100px 0; transition: background 0.5s; }
    .alt { background: var(--bg-alt); }

    .section-tag {
      display: inline-block;
      background: var(--tag-bg); color: var(--accent);
      padding: 5px 14px; border-radius: 100px;
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
      text-transform: uppercase; margin-bottom: 16px;
      border: 1px solid var(--border);
      transition: background 0.5s, color 0.5s;
    }

    .display-h {
      font-size: clamp(2.4rem, 5vw, 4.2rem);
      font-weight: 700; line-height: 1.1;
      letter-spacing: -0.02em; color: var(--text);
      transition: color 0.5s;
    }
    .section-h {
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      font-weight: 700; line-height: 1.15;
      letter-spacing: -0.02em; color: var(--text);
      transition: color 0.5s;
    }
    .accent-text { color: var(--accent); }
    .muted { color: var(--text-muted); transition: color 0.5s; }
    .sub { color: var(--text-sub); transition: color 0.5s; }

    /* ═══════════════ HERO ═══════════════ */
    .hero {
      min-height: 92vh;
      background: var(--hero-grad);
      display: flex; align-items: center;
      position: relative; overflow: visible;
      transition: background 0.5s;
    }
    .hero-blob {
      position: absolute; border-radius: 50%;
      filter: blur(80px); opacity: 0.25; pointer-events: none;
      transition: background 0.5s;
    }
    .blob-1 { width: 600px; height: 600px; background: var(--blob1); top: -200px; right: -100px; }
    .blob-2 { width: 400px; height: 400px; background: var(--blob2); bottom: -100px; left: 10%; }
    .blob-3 { width: 300px; height: 300px; background: var(--accent); top: 30%; right: 20%; opacity: 0.1; }

    .hero-content {
      position: relative; z-index: 2;
      padding: 0 48px;
      max-width: 1200px; margin: 0 auto; width: 100%;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 64px; align-items: center;
    }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--tag-bg); border: 1px solid var(--border-mid);
      padding: 6px 16px 6px 8px; border-radius: 100px;
      font-size: 0.78rem; font-weight: 600; color: var(--accent);
      margin-bottom: 20px;
    }
    .hero-badge-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: var(--accent); animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0%,100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.5; transform: scale(1.4); }
    }

    .hero h1 { margin-bottom: 20px; }
    .hero-sub {
      font-size: 1.1rem; color: var(--text-muted);
      max-width: 480px; margin-bottom: 36px;
      transition: color 0.5s;
    }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
    .hero-trust {
      display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    }
    .trust-item {
      display: flex; align-items: center; gap: 6px;
      font-size: 0.78rem; color: var(--text-sub);
      transition: color 0.5s;
    }
    .trust-icon { color: var(--check); font-size: 0.9rem; }

    /* Hero mockup */
    .hero-mockup {
      position: relative;
      background: var(--bg-card);
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid var(--border-mid);
      box-shadow: var(--shadow), 0 0 0 1px var(--border);
      transition: all 0.5s;
    }
    .mockup-topbar {
      background: var(--surface);
      padding: 12px 16px;
      display: flex; align-items: center; gap: 8px;
      border-bottom: 1px solid var(--border);
      transition: background 0.5s;
    }
    .mdot { width: 10px; height: 10px; border-radius: 50%; }
    .mdot-r { background: #ff5f56; } .mdot-y { background: #febc2e; } .mdot-g { background: #28c840; }
    .murl {
      flex: 1; background: var(--bg-alt); border-radius: 6px;
      padding: 4px 12px; font-size: 0.72rem; color: var(--text-sub);
      margin: 0 12px; transition: background 0.5s;
    }
    .mockup-body {
      padding: 24px;
      min-height: 340px;
      background: url('../images/profiwebsite.jpg') center top/cover;
      position: relative;
    }
    .mockup-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, transparent 40%, var(--bg-card) 100%);
    }
    .mockup-card {
      position: absolute; bottom: 20px; left: 20px; right: 20px;
      background: var(--bg-card); border-radius: 12px;
      padding: 16px; border: 1px solid var(--border-mid);
      transition: background 0.5s;
    }
    .mockup-price {
      font-size: 1.4rem; font-weight: 700; color: var(--accent);
      transition: color 0.5s;
    }
    .mockup-price span { font-size: 0.78rem; color: var(--text-sub); font-weight: 400; }
    .mockup-btn {
      display: block; width: 100%;
      background: var(--btn); color: var(--btn-text);
      border: none; border-radius: 8px; padding: 10px;
      font-weight: 700; font-size: 0.84rem; margin-top: 12px;
      cursor: pointer; text-align: center;
      transition: background 0.5s;
    }

    /* Floating badges */
    .float-badge {
      position: absolute;
      background: var(--bg-card); border: 1px solid var(--border-mid);
      border-radius: 12px; padding: 10px 16px;
      font-size: 0.78rem; font-weight: 600; color: var(--text);
      box-shadow: var(--shadow);
      display: flex; align-items: center; gap: 8px;
      white-space: nowrap; transition: all 0.5s;
    }
    .fb-1 { top: -16px; left: -16px; }
    .fb-2 { top: 30%; right: -20px; }
    .fb-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--check); }

    /* ═══════════════ LOGOS / PARTNERS ═══════════════ */
    .logo-strip { padding: 56px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: border-color 0.5s; }
    .logo-strip-label {
      text-align: center; font-size: 0.72rem; font-weight: 600;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--text-sub); margin-bottom: 32px; transition: color 0.5s;
    }
    .logo-row {
      display: flex; align-items: center; justify-content: center;
      gap: 40px; flex-wrap: wrap;
    }
    .logo-chip {
      display: flex; align-items: center; gap: 8px;
      background: var(--bg-card); border: 1px solid var(--border);
      border-radius: 100px; padding: 10px 20px;
      font-size: 0.85rem; font-weight: 700; color: var(--text-muted);
      transition: all 0.2s;
    }
    .logo-chip:hover { border-color: var(--accent); color: var(--text); }
    .logo-chip-icon {
      width: 20px; height: 20px; border-radius: 4px;
      background: var(--accent); opacity: 0.7;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.6rem; font-weight: 700; color: var(--btn-text);
    }

    /* ═══════════════ STATS ═══════════════ */
    .stats-section { padding: 80px 0; text-align: center; }
    .stats-grid {
      display: grid; grid-template-columns: repeat(4,1fr); gap: 2px;
      margin-top: 52px;
    }
    .stat-card {
      background: var(--bg-card); padding: 40px 24px;
      transition: background 0.5s;
    }
    .stat-card:first-child { border-radius: 20px 0 0 20px; }
    .stat-card:last-child  { border-radius: 0 20px 20px 0; }
    .stat-num {
      font-size: 3rem; font-weight: 700; line-height: 1;
      color: var(--accent); margin-bottom: 8px;
      transition: color 0.5s;
    }
    .stat-label { font-size: 0.88rem; color: var(--text-muted); transition: color 0.5s; }

    /* ═══════════════ VIDEO / HOW ═══════════════ */
    .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

    .video-box {
      position: relative; border-radius: 20px; overflow: hidden;
      aspect-ratio: 16/9; cursor: pointer;
      background: var(--bg-card);
      box-shadow: var(--shadow), 0 0 0 1px var(--border);
      transition: transform 0.3s, box-shadow 0.3s, background 0.5s;
    }
    .video-box:hover { transform: translateY(-6px); box-shadow: 0 36px 80px rgba(0,0,0,0.3); }
    .video-img {
      position: absolute; inset: 0;
      background: url('../images/profiwebsite.jpg') center top/cover;
      opacity: 0.4;
    }
    .play-ring {
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      width: 72px; height: 72px; border-radius: 50%;
      background: var(--btn);
      display: flex; align-items: center; justify-content: center;
      transition: transform 0.2s;
    }
    .play-ring svg { margin-left: 4px; }
    .video-box:hover .play-ring { transform: translate(-50%,-50%) scale(1.1); }

    .steps-list { list-style: none; margin: 32px 0 0; padding: 0; }
    .step-item {
      display: flex; gap: 16px;
      padding: 20px 0; border-bottom: 1px solid var(--border);
      transition: border-color 0.5s;
    }
    .step-num {
      width: 32px; height: 32px; border-radius: 50%;
      background: var(--tag-bg); border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.78rem; font-weight: 700; color: var(--accent);
      flex-shrink: 0; margin-top: 2px;
      transition: all 0.5s;
    }
    .step-title { font-weight: 600; color: var(--text); margin-bottom: 4px; font-size: 0.95rem; transition: color 0.5s; }
    .step-desc { font-size: 0.86rem; color: var(--text-muted); transition: color 0.5s; }

    /* ═══════════════ FEATURE CARDS ═══════════════ */
    .cards-6 {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 16px; margin-top: 52px;
    }
    .feat-card {
      background: var(--bg-card); border: 1px solid var(--border);
      border-radius: 20px; padding: 36px 28px;
      transition: all 0.3s;
    }
    .feat-card:hover {
      border-color: var(--accent); transform: translateY(-4px);
      box-shadow: 0 16px 40px var(--accent-glow);
    }
    .feat-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: var(--tag-bg); border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; margin-bottom: 20px;
      transition: all 0.5s;
    }
    .feat-title { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 8px; transition: color 0.5s; }
    .feat-desc  { font-size: 0.86rem; color: var(--text-muted); line-height: 1.6; transition: color 0.5s; }

    /* ═══════════════ INTERFACE SHOWCASE ═══════════════ */
    .showcase-section { overflow: hidden; }
    .showcase-browser {
      max-width: 960px; margin: 52px auto 0;
      border-radius: 20px; overflow: hidden;
      border: 1px solid var(--border-mid);
      box-shadow: var(--shadow);
    }
    .browser-chrome {
      background: var(--surface); padding: 12px 18px;
      display: flex; align-items: center; gap: 8px;
      transition: background 0.5s;
    }
    .bc-url {
      flex: 1; background: var(--bg-alt); border-radius: 8px;
      padding: 5px 14px; font-size: 0.75rem; color: var(--text-sub);
      margin: 0 16px; transition: background 0.5s;
    }

    .browser-screenshot-wrap {
      height: 480px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }
    .browser-scroll-img {
      width: 100%;
      display: block;
      transition: none;
      animation: scrollDown 18s ease-in-out infinite;
      transform-origin: top center;
    }
    @keyframes scrollDown {
      0%   { transform: translateY(0); }
      10%  { transform: translateY(0); }
      85%  { transform: translateY(calc(-100% + 480px)); }
      95%  { transform: translateY(calc(-100% + 480px)); }
      100% { transform: translateY(0); }
    }
    .browser-screenshot-wrap:hover .browser-scroll-img {
      animation-play-state: paused;
    }
    .showcase-features {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 24px; margin-top: 40px;
    }
    .sf-item {
      text-align: center; padding: 24px 16px;
    }
    .sf-icon {
      width: 40px; height: 40px; border-radius: 10px;
      background: var(--tag-bg); border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 12px; font-size: 1.1rem;
      transition: all 0.5s;
    }
    .sf-title { font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 4px; transition: color 0.5s; }
    .sf-desc  { font-size: 0.82rem; color: var(--text-muted); transition: color 0.5s; }

    /* ═══════════════ PROBLEM / LÖSUNG ═══════════════ */
    .prob-sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
    .prob-list, .sol-list { list-style: none; margin-top: 24px; padding: 0; }
    .prob-list li, .sol-list li {
      display: flex; gap: 12px;
      padding: 16px 0; border-bottom: 1px solid var(--border);
      font-size: 0.9rem; transition: border-color 0.5s;
    }
    .prob-list li strong, .sol-list li strong {
      display: block; font-weight: 600; color: var(--text); margin-bottom: 2px; transition: color 0.5s;
    }
    .prob-list li span, .sol-list li span { color: var(--text-muted); transition: color 0.5s; }
    .ic-x { color: var(--cross); flex-shrink: 0; margin-top: 2px; font-size: 0.8rem; }
    .ic-ok { color: var(--check); flex-shrink: 0; margin-top: 2px; font-size: 0.8rem; }

    /* ═══════════════ TESTIMONIALS ═══════════════ */
    .testi-grid {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 20px; margin-top: 52px;
    }
    .testi-card {
      background: var(--bg-card); border: 1px solid var(--border);
      border-radius: 20px; padding: 32px 28px;
      transition: all 0.3s;
    }
    .testi-card:hover { border-color: var(--accent); transform: translateY(-3px); }
    .testi-stars { color: #FFC107; font-size: 0.9rem; margin-bottom: 16px; letter-spacing: 2px; }
    .testi-text {
      font-size: 0.92rem; line-height: 1.7;
      color: var(--text-muted); margin-bottom: 20px;
      font-style: italic; transition: color 0.5s;
    }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-avatar {
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--tag-bg); border: 2px solid var(--border-mid);
      display: flex; align-items: center; justify-content: center;
      font-weight: 700; font-size: 0.85rem; color: var(--accent);
      flex-shrink: 0; transition: all 0.5s;
    }
    .testi-name { font-weight: 600; font-size: 0.88rem; color: var(--text); transition: color 0.5s; }
    .testi-role { font-size: 0.78rem; color: var(--text-sub); transition: color 0.5s; }

    /* ═══════════════ COMPARE TABLE ═══════════════ */
    .compare-wrap { overflow-x: auto; margin-top: 52px; border-radius: 20px; border: 1px solid var(--border); }
    table { width: 100%; border-collapse: collapse; min-width: 700px; }
    th {
      padding: 16px 20px; font-size: 0.75rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      background: var(--bg-card); color: var(--text-muted);
      border-bottom: 1px solid var(--border); text-align: center;
      transition: background 0.5s, color 0.5s;
    }
    th:first-child { text-align: left; }
    th.hl { background: var(--accent); color: var(--btn-text); }
    td {
      padding: 14px 20px; border-bottom: 1px solid var(--border);
      text-align: center; background: var(--bg-card);
      color: var(--text-muted); font-size: 0.88rem;
      transition: background 0.5s, color 0.5s;
    }
    td:first-child { text-align: left; font-weight: 600; color: var(--text); }
    td.hl { background: var(--tag-bg); color: var(--text); font-weight: 700; }
    .ck { color: var(--check); font-weight: 700; }
    .cx { color: var(--cross); }
    .pt { color: var(--accent); }
    tr:last-child td { border-bottom: none; }

    /* ═══════════════ PRICING ═══════════════ */
    .pricing-grid {
      display: grid; grid-template-columns: repeat(4,1fr);
      gap: 16px; margin-top: 52px;
      align-items: start;
    }
    .p-card.lang {
      border: 2px dashed var(--border-mid);
      background: transparent;
    }
    .p-card.lang:hover { border-color: var(--accent); border-style: solid; transform: translateY(-4px); }
    .lang-price-row { display: flex; align-items: baseline; gap: 6px; margin: 16px 0 4px; }
    .lang-price { font-size: 2rem; font-weight: 700; color: var(--accent); line-height: 1; transition: color 0.5s; }
    .lang-price-note { font-size: 0.75rem; color: var(--text-sub); transition: color 0.5s; }
    .checklist { list-style: none; padding: 0; margin: 0 0 24px; }
    .checklist li {
      font-size: 0.82rem; padding: 8px 0;
      border-bottom: 1px solid var(--border);
      color: var(--text-muted); display: flex;
      align-items: flex-start; gap: 8px; line-height: 1.45;
      transition: all 0.5s;
    }
    .checklist li::before { content: '□'; color: var(--accent); font-weight: 700; flex-shrink: 0; font-size: 0.9rem; transition: color 0.5s; }
    .no-hidden {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 0.72rem; color: var(--check);
      background: rgba(0,180,100,0.08); border: 1px solid rgba(0,180,100,0.18);
      padding: 4px 10px; border-radius: 100px; margin-top: 14px;
      font-weight: 600;
    }
    .p-card {
      background: var(--bg-card); border: 1px solid var(--border);
      border-radius: 24px; padding: 40px 32px;
      transition: all 0.3s;
    }
    .p-card.featured {
      background: var(--accent); border-color: var(--accent);
      transform: scale(1.03);
      box-shadow: 0 24px 60px var(--accent-glow);
    }
    .p-card:not(.featured):hover { border-color: var(--accent); transform: translateY(-4px); }
    .p-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; transition: color 0.5s; }
    .p-card.featured .p-tag { color: var(--btn-text); opacity: 0.75; }
    .p-name { font-size: 1.4rem; font-weight: 700; color: var(--text); margin-bottom: 4px; transition: color 0.5s; }
    .p-card.featured .p-name { color: var(--btn-text); }
    .p-price { font-size: 3rem; font-weight: 700; line-height: 1; color: var(--text); margin: 20px 0 4px; transition: color 0.5s; }
    .p-card.featured .p-price { color: var(--btn-text); }
    .p-period { font-size: 0.8rem; color: var(--text-sub); margin-bottom: 28px; transition: color 0.5s; }
    .p-card.featured .p-period { color: rgba(0,0,0,0.5); }
    .p-feats { list-style: none; padding: 0; margin: 0 0 32px; }
    .p-feats li { font-size: 0.87rem; padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--text-muted); display: flex; align-items: center; gap: 8px; transition: all 0.5s; }
    .p-card.featured .p-feats li { border-color: rgba(0,0,0,0.1); color: rgba(0,0,0,0.75); }
    .p-card.featured .p-feats li::before { content: '✓'; color: rgba(0,0,0,0.6); font-weight: 700; }
    .p-feats li::before { content: '✓'; color: var(--check); font-weight: 700; }
    .p-btn {
      display: block; text-align: center;
      border-radius: 100px; padding: 14px;
      font-weight: 700; font-size: 0.88rem;
      text-decoration: none; transition: all 0.2s;
    }
    .p-btn-outline {
      border: 1.5px solid var(--border-mid); color: var(--text);
    }
    .p-btn-outline:hover { border-color: var(--accent); color: var(--accent); }
    .p-btn-solid {
      background: var(--btn-text); color: var(--btn);
    }
    .p-card.featured .p-btn-solid { background: rgba(0,0,0,0.2); color: var(--btn-text); }
    .p-card.featured .p-btn-solid:hover { background: rgba(0,0,0,0.35); color: var(--btn-text); }

    /* ═══════════════ EXPERT SECTION ═══════════════ */
    .expert-section {
      background: var(--accent);
      color: var(--btn-text);
      border-radius: 28px;
      margin: 0 48px;
      padding: 64px;
      display: grid; grid-template-columns: 1fr auto;
      gap: 64px; align-items: center;
      position: relative; overflow: visible;
      transition: background 0.5s;
    }
    .expert-bg-shape {
      position: absolute; right: 0; top: 0; bottom: 0;
      width: 40%; opacity: 0.1;
      background: radial-gradient(circle at right, #fff 0%, transparent 70%);
    }
    .expert-section h2 { color: var(--btn-text); }
    .expert-section p { color: rgba(0,0,0,0.6); font-size: 1rem; margin: 12px 0 28px; }
    .expert-avatar {
      width: 200px; height: 200px; border-radius: 50%;
      background: rgba(0,0,0,0.15);
      margin: 0 auto;
      display: flex; align-items: center; justify-content: center;
      font-size: 5rem;
      border: 4px solid rgba(255,255,255,0.3);
    }
    .expert-name { text-align: center; font-weight: 700; margin-top: 12px; color: var(--btn-text); font-size: 0.9rem; }
    .expert-title { text-align: center; font-size: 0.78rem; color: rgba(0,0,0,0.5); }
    .expert-btns { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-expert-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(0,0,0,0.2); color: var(--btn-text);
      padding: 13px 28px; border-radius: 100px;
      font-weight: 700; font-size: 0.88rem;
      border: 1.5px solid rgba(0,0,0,0.15);
      text-decoration: none; transition: all 0.2s;
    }
    .btn-expert-primary:hover { background: rgba(0,0,0,0.35); color: var(--btn-text); }
    .btn-expert-secondary {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--btn-text); color: var(--btn);
      padding: 13px 28px; border-radius: 100px;
      font-weight: 700; font-size: 0.88rem;
      border: none; text-decoration: none; transition: opacity 0.2s;
    }
    .btn-expert-secondary:hover { opacity: 0.85; color: var(--btn); }

    /* ═══════════════ CTA ═══════════════ */
    .cta-box {
      background: var(--bg-card); border: 1px solid var(--border);
      border-radius: 28px; padding: 80px 64px;
      text-align: center;
      position: relative; overflow: visible;
      transition: all 0.5s;
    }
    .cta-glow {
      position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
      width: 500px; height: 300px;
      background: var(--accent-glow);
      border-radius: 50%; filter: blur(60px);
    }
    .cta-box h2 { position: relative; z-index: 1; }
    .cta-box p { position: relative; z-index: 1; color: var(--text-muted); font-size: 1.05rem; max-width: 520px; margin: 12px auto 36px; }
    .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

    /* ═══════════════ FAQ ═══════════════ */
    .faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; margin-top: 52px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; transition: border-color 0.5s; }
    .faq-q {
      font-size: 0.95rem; font-weight: 600; color: var(--text);
      cursor: pointer; display: flex; justify-content: space-between;
      align-items: center; gap: 16px; transition: color 0.5s;
    }
    .faq-q::after { content: '+'; font-size: 1.2rem; font-weight: 300; color: var(--accent); flex-shrink: 0; transition: transform 0.3s, color 0.5s; }
    .faq-item.open .faq-q::after { transform: rotate(45deg); }
    .faq-a { font-size: 0.86rem; color: var(--text-muted); max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s, color 0.5s; line-height: 1.75; }
    .faq-item.open .faq-a { max-height: 200px; padding-top: 12px; }

    /* ═══════════════ FOOTER ═══════════════ */
    footer {
      background: var(--bg-alt);
      border-top: 1px solid var(--border);
      padding: 64px 0 32px;
      transition: background 0.5s, border-color 0.5s;
    }
    .footer-grid {
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px; margin-bottom: 52px;
    }
    .footer-brand { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
    .footer-logo-svg { width: 56px; height: 56px; color: var(--accent); flex-shrink: 0; transition: color 0.5s; }
    .footer-product { font-size: 1rem; font-weight: 700; color: var(--text); transition: color 0.5s; }
    .footer-by { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-sub); transition: color 0.5s; }
    .footer-desc { font-size: 0.84rem; color: var(--text-muted); line-height: 1.7; max-width: 280px; transition: color 0.5s; }
    .footer-col-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-sub); margin-bottom: 16px; transition: color 0.5s; }
    .footer-links { list-style: none; padding: 0; margin: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links a { font-size: 0.86rem; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: var(--accent); }
    .footer-bottom {
      border-top: 1px solid var(--border); padding-top: 28px;
      display: flex; justify-content: space-between;
      align-items: center; flex-wrap: wrap; gap: 16px;
      font-size: 0.8rem; color: var(--text-sub);
      transition: border-color 0.5s, color 0.5s;
    }
    .footer-bottom a { color: var(--text-muted); text-decoration: none; }
    .footer-bottom a:hover { color: var(--accent); }

    /* ═══════════════ SCROLL ANIMATIONS ═══════════════ */
    .fu { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .fu.in { opacity: 1; transform: translateY(0); }

    /* ═══════════════ RESPONSIVE ═══════════════ */
    @media (max-width: 1024px) {
      .container { padding: 0 32px; }
      .hero-content { grid-template-columns: 1fr; padding: 0 32px; }
      .hero-mockup { display: none; }
      .two-col { grid-template-columns: 1fr; gap: 48px; }
      .cards-6 { grid-template-columns: 1fr 1fr; }
      .prob-sol-grid { grid-template-columns: 1fr; gap: 48px; }
      .testi-grid { grid-template-columns: 1fr 1fr; }
      .pricing-grid { grid-template-columns: 1fr 1fr; }
      .faq-cols { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      
      
      .showcase-features { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      section { padding: 72px 0; }
      .container { padding: 0 20px; }
      .rp-nav { padding: 0 20px; }
      .nav-links-list { display: none; }
      .nav-inner { height: 64px; }
      .hero-content { padding: 0 20px; }
      .cards-6 { grid-template-columns: 1fr; }
      .testi-grid { grid-template-columns: 1fr; }
      .pricing-grid { grid-template-columns: 1fr; }
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .stat-card:nth-child(2) { border-radius: 0 20px 0 0; }
      .stat-card:nth-child(3) { border-radius: 0 0 0 20px; }
      .stat-card:first-child { border-radius: 20px 0 0 0; }
      .stat-card:last-child  { border-radius: 0 0 20px 0; }
      .footer-grid { grid-template-columns: 1fr; }
      .theme-dock { bottom: 16px; right: 16px; }
      .showcase-features { grid-template-columns: 1fr; }
    }

    /* ══ Expert Section ══ */
    .expert-wrap {
      border-radius: 28px;
      margin: 0 48px;
      min-height: 340px;
      position: relative;
      overflow: visible;
      display: flex;
      align-items: stretch;
      background: var(--accent);
      transition: background 0.5s;
    }

    .expert-blob1 {
      position: absolute; width: 280px; height: 280px; border-radius: 50%;
      background: rgba(255,255,255,0.15); bottom: -60px; left: 38%; pointer-events: none;
    }
    .expert-blob2 {
      position: absolute; width: 180px; height: 180px; border-radius: 50%;
      background: rgba(255,255,255,0.1); top: -30px; left: 55%; pointer-events: none;
    }
    .expert-left {
      flex: 1; padding: 48px 0 48px 52px;
      position: relative; z-index: 2;
      display: flex; flex-direction: column; justify-content: center;
    }
    .expert-tag {
      display: inline-block;
      background: rgba(255,255,255,0.15); color: var(--btn-text);
      padding: 5px 14px; border-radius: 100px;
      font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em;
      text-transform: uppercase; margin-bottom: 20px;
    }
    .expert-wrap h2 { color: var(--btn-text) !important; margin-bottom: 14px; }
    .expert-wrap p  { color: rgba(255,255,255,0.75) !important; font-size: 1rem; max-width: 520px; margin-bottom: 28px; }
    .expert-btns    { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-ex-dark {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--btn-text); color: var(--btn);
      padding: 13px 28px; border-radius: 100px;
      font-weight: 700; font-size: 0.88rem;
      border: none; text-decoration: none; transition: opacity 0.2s;
    }
    .btn-ex-dark:hover { opacity: 0.82; color: #fff; }
    .btn-ex-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.15); color: var(--btn-text);
      padding: 13px 28px; border-radius: 100px;
      font-weight: 700; font-size: 0.88rem;
      border: none; text-decoration: none; transition: background 0.2s;
    }
    .btn-ex-ghost:hover { background: rgba(255,255,255,0.25); color: var(--btn-text); }
    .expert-right {
      width: 480px; flex-shrink: 0;
      position: relative;
      overflow: visible;
      display: flex; align-items: flex-end;
    }
    .expert-photo {
      position: absolute;
      bottom: 0; right: 0;
      width: 480px; height: auto;
      display: block;
    }
    .expert-badge {
      position: absolute;
      bottom: 90px; right: 12px; z-index: 10;
      background: rgba(255,255,255,0.95);
      border-radius: 100px;
      padding: 10px 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    }
    .expert-badge-name { font-size: 0.88rem; font-weight: 700; color: #1a1a2e; }
    .expert-badge-role { font-size: 0.74rem; color: #666; margin-top: 2px; }

    @media (max-width: 1024px) {
      .expert-wrap { margin: 0 24px; }
      .expert-right { width: 360px; }
      .expert-photo { width: 360px; }
    }
    @media (max-width: 768px) {
      .expert-wrap { margin: 0 16px; }
      .expert-left { padding: 36px 28px; }
      .expert-right { display: none; }
    }

/* ═══════════════ LEGAL PAGES ═══════════════ */
body.legal-page {
  min-height: 100vh;
}
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 128px 0 54px;
  background: var(--hero-grad);
  border-bottom: 1px solid var(--border);
}
.legal-hero::before,
.legal-hero::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
}
.legal-hero::before { background: var(--blob1); top: -110px; right: 8%; }
.legal-hero::after  { background: var(--blob2); bottom: -140px; left: 6%; }
.legal-hero .container { position: relative; z-index: 1; }
.legal-hero h1 {
  margin: 14px 0 12px;
  max-width: 760px;
}
.legal-hero p {
  max-width: 720px;
  color: var(--text-muted);
  font-size: 1.02rem;
  margin: 0;
}
.legal-section {
  padding: 72px 0 110px;
  background: var(--bg);
}
.legal-card {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  background: var(--bg-card);
  border: 1px solid var(--border-mid);
  border-radius: 30px;
  box-shadow: var(--shadow);
  color: var(--text-muted);
  transition: background 0.5s, border-color 0.5s, color 0.5s;
}
.legal-card h1,
.legal-card h2,
.legal-card h3 {
  color: var(--text);
  line-height: 1.2;
  transition: color 0.5s;
}
.legal-card h1 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 0 0 22px; }
.legal-card h2 { font-size: clamp(1.35rem, 2vw, 1.8rem); margin: 42px 0 14px; }
.legal-card h3 { font-size: 1.08rem; margin: 26px 0 10px; }
.legal-card p { margin: 0 0 16px; }
.legal-card a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-card ul { margin: 0 0 22px 1.2em; padding: 0; }
.legal-card li { margin: 5px 0; }
.legal-card strong { color: var(--text); }
.legal-note {
  display: block;
  padding: 16px 18px;
  margin: 0 0 28px;
  border: 1px solid var(--border-mid);
  background: var(--tag-bg);
  border-radius: 18px;
  color: var(--text-muted);
}
@media (max-width: 720px) {
  .legal-hero { padding-top: 112px; }
  .legal-card { border-radius: 22px; }
}
