﻿/*
Theme Name: TrackSure
Theme URI: https://tracksure.cloud
Author: TrackSure
Author URI: https://tracksure.cloud
Description: Premium landing page theme for the TrackSure WordPress plugin. Secure, responsive, compatible with FluentCart, Paddle, SEO plugins, and more.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tracksure
Tags: one-column, custom-logo, featured-images, theme-options, translation-ready
*/

/* ═══════════════════════════════════════════════════════════════
   WordPress Admin Bar Compatibility
   ═══════════════════════════════════════════════════════════════ */
body.admin-bar .navbar {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar .navbar {
        top: 46px;
    }
}

/* WordPress core alignment classes */
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }

/* WordPress default classes */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: var(--text-light); padding: 0.5rem 0; }
.sticky { /* Sticky post styling if needed */ }
.gallery-caption { font-size: 0.875rem; }
.bypostauthor { /* Author comment highlighting */ }

/* Screen reader text (accessibility) */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ═══════════════════════════════════════════════════════════════
   Original TrackSure Styles
   ═══════════════════════════════════════════════════════════════ */
/* ================================================================
   TRACKSURE DESIGN SYSTEM
   Premium SaaS Landing Page â€” Dark Hero + Light Content
   12-column CSS Grid Â· Inter Â· Phosphor Icons
   ================================================================ */

/* ========== ROOT VARIABLES ========== */
:root {
    /* Brand Colors */
    --brand-primary: #0EA5E9;
    --brand-primary-dark: #0284C7;
    --brand-primary-light: #38BDF8;
    --cta-color: #F97316;
    --cta-hover: #EA580C;
    --cta-glow: rgba(249, 115, 22, 0.25);

    /* Status Colors */
    --green: #22C55E;
    --green-bg: rgba(34, 197, 94, 0.1);
    --red: #EF4444;
    --red-bg: rgba(239, 68, 68, 0.1);
    --yellow: #EAB308;
    --yellow-bg: rgba(234, 179, 8, 0.1);

    /* Background */
    --bg-dark: #0F172A;
    --bg-dark-2: #1E293B;
    --bg-dark-3: #334155;
    --bg-light: #F8FAFC;
    --bg-white: #FFFFFF;
    --bg-card: #FFFFFF;

    /* Text */
    --text-dark: #0F172A;
    --text-body: #475569;
    --text-light: #94A3B8;
    --text-white: #FFFFFF;
    --text-white-muted: rgba(255, 255, 255, 0.7);

    /* Borders */
    --border-light: #E2E8F0;
    --border-dark: rgba(255, 255, 255, 0.1);

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);

    /* Spacing */
    --section-pad: 6rem;
    --section-pad-sm: 4rem;
    --container-max: 1200px;

    /* Border Radius */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* ========== RESET & BASE ========== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-body);
    background: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition-fast);
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3, h4, h5 {
    color: var(--text-dark);
    line-height: 1.2;
    font-weight: 700;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.15rem; }

.highlight { color: var(--cta-color); }
.text-green { color: var(--green); }
.text-red { color: var(--red); }
.text-center { text-align: center; }
.mb-4 { margin-bottom: 3rem; }

/* ========== LAYOUT ========== */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.5rem;
}

section {
    padding: var(--section-pad) 0;
}

/* ========== BUTTONS ========== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: var(--cta-color);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    box-shadow: 0 4px 14px var(--cta-glow);
}
.btn-primary:hover {
    background: var(--cta-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--cta-glow);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all var(--transition);
}
.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}
/* Demo button — distinctive green/teal */
.btn-demo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: transparent;
    color: #10B981;
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--radius-full);
    border: 2px solid #10B981;
    cursor: pointer;
    transition: all var(--transition);
}
.btn-demo:hover {
    background: #10B981;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
}
/* Small demo button for pricing cards */
.btn-demo-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: transparent;
    color: #10B981;
    font-weight: 500;
    font-size: 0.85rem;
    border-radius: var(--radius-full);
    border: 1px solid rgba(16, 185, 129, 0.4);
    cursor: pointer;
    transition: all var(--transition);
    margin-top: 0.5rem;
}
.btn-demo-sm:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: #10B981;
    color: #10B981;
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: transparent;
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--radius-full);
    border: 2px solid var(--brand-primary);
    cursor: pointer;
    transition: all var(--transition);
}
.btn-outline:hover {
    background: var(--brand-primary);
    color: white;
}
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    transition: color var(--transition-fast);
}
.btn-ghost:hover { color: white; }
.btn-large { padding: 1rem 2.5rem; font-size: 0.9rem; }
.btn-block { display: flex; justify-content: center; width: 100%; text-align: center; }
.btn-text {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 0.95rem;
    transition: gap var(--transition);
}
.btn-text:hover { gap: 0.5rem; color: var(--brand-primary-dark); }

/* ========== NAVIGATION ========== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-dark);
    transition: all var(--transition);
}
.navbar.scrolled {
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: white;
}
.logo i { color: var(--brand-primary); font-size: 1.6rem; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    white-space: nowrap;
}
.nav-links a {
    color: var(--text-white-muted);
    font-size: 0.85rem;
    font-weight: 500;
    transition: color var(--transition-fast);
    white-space: nowrap;
}
.nav-links a:hover { color: white; }
.nav-dropdown { position: relative; }
.dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 200px;
    background: var(--bg-dark-2);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
}
.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(4px);
}
.dropdown-menu a {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 0.88rem;
    border-radius: var(--radius-sm);
    color: var(--text-white-muted);
}
.dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: white;
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    flex-shrink: 0;
}
.nav-actions .btn-ghost {
    font-size: 0.85rem;
    padding: 0.5rem 0.9rem;
}
.nav-actions .btn-primary {
    font-size: 0.85rem;
    padding: 0.6rem 1.25rem;
}
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}
.mobile-nav {
    display: none;
    flex-direction: column;
    padding: 1rem 1.5rem 1.5rem;
    background: var(--bg-dark);
    border-top: 1px solid var(--border-dark);
}
.mobile-nav a {
    padding: 0.75rem 0;
    color: var(--text-white-muted);
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-nav.active { display: flex; }

/* ========== HERO ========== */
.hero {
    background: var(--bg-dark);
    padding: 10rem 0 6rem;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.06) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    pointer-events: none;
}
.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.hero h1 { color: white; margin-bottom: 1.25rem; }
.subheadline {
    color: var(--text-white-muted);
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 540px;
}
.subheadline strong { color: white; }
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(14, 165, 233, 0.12);
    color: var(--brand-primary-light);
    padding: 0.4rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(14, 165, 233, 0.15);
}
.hero-cta-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 0.85rem;
    color: var(--text-white-muted);
}
.trust-badges i { color: var(--green); margin-right: 0.2rem; }

/* ========== DASHBOARD MOCKUP ========== */
.hero-visual {
    position: relative;
}
.mockup-window {
    background: var(--bg-dark-2);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-dark);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}
.mockup-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--bg-dark-3);
    border-bottom: 1px solid var(--border-dark);
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.dot.red { background: #EF4444; }
.dot.yellow { background: #EAB308; }
.dot.green { background: #22C55E; }
.mockup-title {
    margin-left: 0.5rem;
    font-size: 0.78rem;
    color: var(--text-light);
}
.mockup-body {
    display: flex;
    min-height: 300px;
}
.mockup-sidebar {
    width: 48px;
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}
.sidebar-icon {
    width: 28px;
    height: 28px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.06);
}
.sidebar-icon.active { background: var(--brand-primary); }
.mockup-content {
    flex: 1;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.mockup-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.25rem;
}
.card-title { font-size: 0.7rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; }
.card-value { font-size: 1.75rem; font-weight: 800; color: var(--green); margin: 0.25rem 0; }
.card-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 50px;
    margin-top: 0.5rem;
}
.chart-bar {
    flex: 1;
    background: rgba(14, 165, 233, 0.3);
    border-radius: 3px 3px 0 0;
    transition: background var(--transition);
}
.chart-bar.active { background: var(--brand-primary); }
.mockup-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}
.mockup-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    padding: 0.85rem;
}
.stat-label { font-size: 0.65rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; }
.stat-value { font-size: 1.15rem; font-weight: 700; color: white; margin-top: 0.15rem; }

/* ========== MOCKUP PLACEHOLDER VARIANTS ========== */
.mockup-ph { max-width: 100%; }
.mp-body {
    padding: 1.25rem;
    min-height: 220px;
    display: flex;
}
/* -- Dashboard -- */
.mp-dashboard { gap: 0; }
.mp-sidebar {
    width: 44px;
    background: rgba(0,0,0,0.25);
    margin: -1.25rem 1rem -1.25rem -1.25rem;
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: center;
}
.mp-si {
    width: 26px; height: 26px;
    border-radius: 6px;
    background: rgba(255,255,255,0.06);
}
.mp-si.active { background: var(--brand-primary); }
.mp-main { flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.mp-kpis { display: flex; gap: 0.75rem; }
.mp-kpi {
    flex: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-md);
    padding: 0.75rem;
}
.mp-kpi-l { display: block; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-light); }
.mp-kpi-v { display: block; font-size: 1.1rem; font-weight: 700; color: white; margin-top: 0.15rem; }
.mp-chart {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    min-height: 80px;
    background: rgba(255,255,255,0.02);
    border-radius: var(--radius-md);
    padding: 0.75rem;
}
.mp-bar {
    flex: 1;
    background: rgba(14,165,233,0.3);
    border-radius: 3px 3px 0 0;
    min-height: 8px;
}
.mp-bar.active { background: var(--brand-primary); }
/* -- Funnel -- */
.mp-funnel { flex-direction: column; gap: 0.5rem; justify-content: center; }
.mp-funnel-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 1rem;
    background: linear-gradient(90deg, rgba(14,165,233,0.25) 0%, rgba(14,165,233,0.08) 100%);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--brand-primary);
    font-size: 0.8rem;
    color: var(--text-light);
    margin: 0 auto;
}
.mp-funnel-bar span:last-child { font-weight: 700; color: white; }
/* -- Journey -- */
.mp-journey { flex-direction: column; gap: 0; justify-content: center; }
.mp-jn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    color: var(--text-light);
    border-left: 2px solid rgba(14,165,233,0.3);
    margin-left: 0.75rem;
}
.mp-jn:last-child { border-left-color: transparent; }
.mp-jn-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--brand-primary);
    flex-shrink: 0;
    margin-left: -1.35rem;
}
.mp-jn-dot.mp-converted { background: var(--green); }
span.mp-cv { color: var(--green); font-weight: 700; }
span.mp-nc { color: var(--text-light); }
/* -- Flow -- */
.mp-flow { align-items: center; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.mp-fl-side {
    flex: 1;
    min-width: 140px;
    padding: 1rem;
    border-radius: var(--radius-md);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.8rem;
}
.mp-fl-bad {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.2);
    color: var(--text-light);
}
.mp-fl-good {
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.2);
    color: var(--text-light);
}
.mp-fl-title { font-weight: 700; color: white; margin-bottom: 0.25rem; font-size: 0.85rem; }
.mp-fl-arrow { font-size: 1.5rem; color: var(--brand-primary); font-weight: 700; flex-shrink: 0; }
/* -- Settings -- */
.mp-settings { flex-direction: column; gap: 0; justify-content: center; padding: 0 1rem; }
.mp-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 0.82rem;
    color: var(--text-light);
}
.mp-set:last-child { border-bottom: none; }
.mp-tog {
    width: 36px; height: 20px;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    position: relative;
}
.mp-tog::after {
    content: '';
    width: 14px; height: 14px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px; left: 3px;
    transition: transform 0.2s;
}
.mp-tog.on { background: var(--green); }
.mp-tog.on::after { transform: translateX(16px); }
.mp-inp {
    background: rgba(255,255,255,0.06);
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-sm);
    font-family: monospace;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: var(--text-muted);
}
/* -- Table -- */
.mp-table { flex-direction: column; gap: 0; }
.mp-tbl-h, .mp-tbl-r {
    display: grid;
    grid-template-columns: 32px 1fr 0.5fr 0.6fr 0.5fr;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.75rem;
    color: var(--text-light);
    align-items: center;
}
.mp-tbl-h {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.65rem;
    color: var(--text-muted);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mp-tbl-r { border-bottom: 1px solid rgba(255,255,255,0.04); }
.mp-tbl-r:last-child { border-bottom: none; }
.mp-tbl-av {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--cta-color));
    opacity: 0.4;
}
/* Mobile adjustments for mockup placeholders */
@media (max-width: 768px) {
    .mp-body { min-height: 180px; padding: 1rem; }
    .mp-kpis { flex-direction: column; gap: 0.5rem; }
    .mp-kpi-v { font-size: 0.95rem; }
    .mp-fl-side { min-width: 100%; }
    .mp-fl-arrow { transform: rotate(90deg); }
    .mp-tbl-h, .mp-tbl-r { font-size: 0.65rem; gap: 0.25rem; grid-template-columns: 24px 1fr 0.4fr 0.5fr 0.4fr; }
}

/* ========== SOCIAL PROOF BAR ========== */
.social-proof-bar {
    background: var(--bg-dark-2);
    border-top: 1px solid var(--border-dark);
    border-bottom: 1px solid var(--border-dark);
    padding: 1.75rem 0;
}
.social-proof-bar p {
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}
.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.logo-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-white-muted);
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity var(--transition);
}
.logo-item:hover { opacity: 1; }
.logo-item i { font-size: 1.35rem; }

/* ========== SECTION HEADERS ========== */
.section-header {
    margin-bottom: 3.5rem;
}
.section-header h2 {
    margin-bottom: 1rem;
}
.section-header p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-body);
}
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(14, 165, 233, 0.08);
    color: var(--brand-primary);
    padding: 0.35rem 0.9rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.section-badge-light {
    background: rgba(255, 255, 255, 0.1);
    color: var(--brand-primary-light);
}

/* ========== PROBLEM SECTION ========== */
.problem-section {
    background: var(--bg-light);
}
.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}
.problem-card {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-light);
    transition: transform var(--transition), box-shadow var(--transition);
}
.problem-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.icon-box-red { background: var(--red-bg); color: var(--red); }
.problem-card h3 { margin-bottom: 0.75rem; font-size: 1.2rem; }
.problem-card p { font-size: 0.95rem; line-height: 1.7; color: var(--text-body); }
.problem-metric {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-light);
}
.metric-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--red);
}
.metric-label {
    font-size: 0.82rem;
    color: var(--text-light);
}
.problem-impact {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    box-shadow: var(--shadow-card);
}
.impact-content {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}
.impact-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: var(--red-bg);
    color: var(--red);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.impact-text h3 { margin-bottom: 0.5rem; font-size: 1.3rem; }
.impact-text p { font-size: 1rem; line-height: 1.8; }
.impact-text em { color: var(--cta-color); font-style: italic; font-weight: 600; }

/* ========== PLACEHOLDER IMAGES ========== */
.placeholder-img {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border: 2px dashed var(--border-dark);
    border-radius: var(--radius-md);
    overflow: hidden;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.placeholder-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-md);
    object-fit: cover;
}
/* Skeleton pulse while image loads or is missing */
.placeholder-img img[src$=".webp"]:not([src=""]) {
    background: linear-gradient(135deg, #1E293B 0%, #334155 50%, #1E293B 100%);
    background-size: 200% 100%;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}
@keyframes skeleton-pulse {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.hero .placeholder-img,
.privacy-performance .placeholder-img {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border-color: var(--border-dark);
}
/* Light-bg sections */
.solution-section .placeholder-img,
.page-section .placeholder-img {
    background: linear-gradient(135deg, #F1F5F9 0%, #E2E8F0 100%);
    border-color: var(--border-light);
}
/* Fallback text when image is missing */
.img-placeholder-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    color: var(--text-light);
    font-size: 0.85rem;
    font-style: italic;
    line-height: 1.5;
    width: 100%;
    min-height: 200px;
}
.page-section .img-placeholder-text { color: var(--text-muted); }

/* ========== SOLUTION SECTION ========== */
.solution-section {
    background: var(--bg-white);
}
.solution-visual {
    max-width: 800px;
    margin: 0 auto 3rem;
}
.solution-diagram {
    min-height: 200px;
    font-size: 0.9rem;
}
.solution-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.stat-card {
    text-align: center;
    padding: 2rem;
    background: var(--bg-light);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
}
.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--brand-primary);
    display: block;
    margin-bottom: 0.5rem;
}
.stat-card p {
    font-size: 0.95rem;
    color: var(--text-body);
}

/* ========== TWO PATHS ========== */
.two-paths {
    background: var(--bg-light);
}
.paths-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.path-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition);
}
.path-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.path-label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}
.advertiser-path .path-label { color: var(--cta-color); }
.creator-path .path-label { color: var(--brand-primary); }
.path-header {
    margin-bottom: 1.5rem;
}
.path-header h3 { margin-bottom: 0.5rem; font-size: 1.35rem; }
.path-header p { color: var(--text-body); font-size: 0.95rem; }
.path-visual { margin-top: 1.5rem; }

/* ========== FEATURE LISTS ========== */
.feature-list {
    list-style: none;
    margin: 0 0 1.5rem;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
}
.feature-list li i {
    flex-shrink: 0;
    font-size: 1.15rem;
    margin-top: 2px;
    color: var(--green);
}
.feature-list li strong { color: var(--text-dark); }

/* ========== HOW IT WORKS ========== */
.how-it-works {
    background: var(--bg-white);
}
.steps-container {
    display: flex;
    align-items: flex-start;
    gap: 0;
    justify-content: center;
}
.step {
    flex: 1;
    max-width: 320px;
    text-align: center;
    padding: 0 1.5rem;
}
.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--brand-primary);
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
.step-icon {
    font-size: 2.5rem;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}
.step h3 { margin-bottom: 0.75rem; }
.step p { font-size: 0.93rem; color: var(--text-body); line-height: 1.7; }
.step-connector {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    font-size: 1.4rem;
    color: var(--text-light);
}
.step-visual { margin-top: 1.5rem; min-height: 100px; }

/* ========== BENTO FEATURES ========== */
.features-bento {
    background: var(--bg-light);
}
.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
}
.bento-item {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition);
}
.bento-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.bento-content {
    padding: 2rem;
}
.bento-icon {
    font-size: 2rem;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}
.bento-item h3 { margin-bottom: 0.75rem; font-size: 1.15rem; }
.bento-item p { font-size: 0.93rem; color: var(--text-body); line-height: 1.7; }
.bento-visual {
    margin: 0 2rem 2rem;
    min-height: 140px;
}

/* Bento Grid Placement */
.bento-analytics { grid-column: span 7; }
.bento-journeys { grid-column: span 5; }
.bento-funnels { grid-column: span 5; }
.bento-capi { grid-column: span 7; }
.bento-attribution { grid-column: span 4; }
.bento-privacy { grid-column: span 4; }
.bento-fast { grid-column: span 4; }
.bento-setup { grid-column: span 12; text-align: center; }
.bento-setup .bento-content { max-width: 600px; margin: 0 auto; }

/* ========== WORKS WITH ========== */
.works-with {
    background: var(--bg-white);
}
.works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.works-card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition);
}
.works-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.works-card i { font-size: 2.25rem; color: var(--brand-primary); margin-bottom: 1rem; display: block; }
.works-card h4 { margin-bottom: 0.5rem; }
.works-card p { font-size: 0.88rem; color: var(--text-body); margin-bottom: 0.75rem; }
.works-tag {
    display: inline-block;
    background: rgba(14, 165, 233, 0.08);
    color: var(--brand-primary);
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
}

/* ========== PRIVACY & PERFORMANCE ========== */
.privacy-performance {
    background: var(--bg-dark);
    color: white;
}
.privacy-performance h2 { color: white; }
.pp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.pp-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
}
.pp-icon {
    font-size: 2.25rem;
    color: var(--brand-primary-light);
    margin-bottom: 1.25rem;
}
.pp-card h3 {
    color: white;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}
.pp-card .feature-list li {
    color: var(--text-white-muted);
    padding: 0.4rem 0;
    font-size: 0.92rem;
}
.pp-card .feature-list li strong { color: white; }
.pp-card .feature-list li i { color: var(--green); }
.pp-proof {
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.15);
    border-radius: var(--radius-md);
    padding: 1rem 1.5rem;
    display: inline-block;
}
.pp-proof p {
    color: var(--text-white-muted);
    font-size: 0.9rem;
}
.pp-proof strong { color: white; }
.pp-proof i { color: var(--green); }

/* ========== COMPARISON ========== */
.comparison {
    background: var(--bg-light);
}
.table-title {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
}
.table-subtitle {
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-light);
}
.table-caption {
    color: var(--text-body);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    max-width: 700px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}
.compare-table th,
.compare-table td {
    padding: 1rem 1.25rem;
    text-align: left;
    font-size: 0.92rem;
}
.compare-table thead th {
    background: var(--bg-dark);
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.compare-table tbody tr {
    border-bottom: 1px solid var(--border-light);
}
.compare-table tbody tr:last-child { border-bottom: none; }
.compare-table tbody tr:hover { background: var(--bg-light); }
.highlight-col { background: rgba(14, 165, 233, 0.04); font-weight: 500; }
.compare-table thead th.highlight-col {
    background: var(--brand-primary-dark);
}
.compare-links {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0 1rem;
    flex-wrap: wrap;
}
.compare-disclaimer {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-light);
    font-style: italic;
    margin-top: 0.5rem;
}

/* ========== FREE VS PRO PRICING ========== */
.free-vs-pro {
    background: var(--bg-white);
}
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}
.pricing-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    position: relative;
    transition: transform var(--transition), box-shadow var(--transition);
}
.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}
.pricing-card.popular {
    border-color: var(--brand-primary);
    border-width: 2px;
    box-shadow: var(--shadow-lg);
}
.tier-badge {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}
.tier-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}
.price {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}
.price span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-light);
}
.tier-desc {
    color: var(--text-body);
    font-size: 0.92rem;
    margin-bottom: 1.5rem;
}
.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-primary);
    color: white;
    padding: 0.35rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pricing-features {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-light);
}
.pricing-note {
    margin-top: 2.5rem;
    font-size: 0.93rem;
    color: var(--text-body);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-note strong { color: var(--text-dark); }

/* ========== FAQ ========== */
.faq {
    background: var(--bg-light);
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: box-shadow var(--transition);
}
.faq-item:hover { box-shadow: var(--shadow-md); }
.faq-question {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    font-family: inherit;
    text-align: left;
}
.faq-question i {
    font-size: 1.15rem;
    transition: transform var(--transition);
    color: var(--text-light);
}
.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--brand-primary);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-slow), padding var(--transition);
    padding: 0 1.5rem;
}
.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem;
}
.faq-answer p {
    font-size: 0.93rem;
    line-height: 1.8;
    color: var(--text-body);
    margin-bottom: 0.75rem;
}
.faq-answer p:last-child { margin-bottom: 0; }

/* ========== FINAL CTA ========== */
.final-cta {
    background: var(--bg-dark);
    color: white;
    padding: var(--section-pad) 0;
}
.final-cta h2 {
    color: white;
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
}
.final-cta > .container > p {
    color: var(--text-white-muted);
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}
.final-cta-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 2rem;
    margin-bottom: 2.5rem;
}
.final-cta-features span {
    font-size: 0.88rem;
    color: var(--text-white-muted);
}
.final-cta-features i { color: var(--green); margin-right: 0.25rem; }
.final-cta-paths {
    margin-top: 2.5rem;
}
.final-cta-paths p {
    font-size: 0.92rem;
    color: var(--text-white-muted);
    margin-bottom: 0.5rem;
}
.final-cta-paths strong { color: var(--cta-color); }
.trust-signals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-dark);
}
.trust-signals span {
    font-size: 0.82rem;
    color: var(--text-white-muted);
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.trust-signals i { color: var(--brand-primary-light); }

/* ========== FOOTER ========== */
footer {
    background: #0B1120;
    border-top: 1px solid var(--border-dark);
    padding: 4rem 0 2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-brand p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-top: 0.75rem;
    line-height: 1.7;
}
.footer-trust {
    margin-top: 1rem;
}
.footer-trust small {
    display: block;
    color: var(--text-light);
    font-size: 0.78rem;
    margin-bottom: 0.25rem;
}
.footer-trust i { color: var(--green); margin-right: 0.25rem; }
.footer-links h4 {
    color: white;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}
.footer-links a {
    display: block;
    color: var(--text-light);
    font-size: 0.88rem;
    padding: 0.3rem 0;
    transition: color var(--transition-fast);
}
.footer-links a:hover { color: white; }
.footer-bottom {
    padding-top: 2rem;
    text-align: center;
}
.footer-bottom p {
    color: var(--text-light);
    font-size: 0.82rem;
}

/* ========== PAGE HERO (subpages) ========== */
.page-hero {
    background: var(--bg-dark);
    padding: 10rem 0 4rem;
    text-align: center;
}
.page-hero h1 { color: white; margin-bottom: 1rem; }
.page-hero p {
    color: var(--text-white-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== SUBPAGE CONTENT ========== */
.page-section {
    padding: var(--section-pad) 0;
}
.page-section:nth-child(odd) { background: var(--bg-light); }
.page-section:nth-child(even) { background: var(--bg-white); }
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.content-grid.reverse { direction: rtl; }
.content-grid.reverse > * { direction: ltr; }
.feature-detail-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
}
.feature-detail-card h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
}
.feature-detail-card p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

/* Detail Grid (for features pages) */
.detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.detail-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition);
}
.detail-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.detail-card .detail-icon {
    font-size: 2rem;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}
.detail-card h4 { margin-bottom: 0.5rem; }
.detail-card p { font-size: 0.92rem; color: var(--text-body); line-height: 1.7; }

/* Integration Card */
.integration-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.integration-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition);
}
.integration-card:hover { transform: translateY(-4px); }
.integration-card i { font-size: 2.75rem; color: var(--brand-primary); margin-bottom: 1rem; display: block; }
.integration-card h4 { margin-bottom: 0.35rem; }
.integration-card p { font-size: 0.82rem; color: var(--text-body); }
.integration-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: var(--radius-full);
    font-size: 0.7rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
.badge-free { background: var(--green-bg); color: var(--green); }
.badge-pro { background: rgba(14, 165, 233, 0.1); color: var(--brand-primary); }

/* Vs Page Header */
.vs-hero {
    background: var(--bg-dark);
    padding: 10rem 0 4rem;
    text-align: center;
}
.vs-hero h1 { color: white; }
.vs-hero p { color: var(--text-white-muted); font-size: 1.1rem; max-width: 600px; margin: 1rem auto 0; }
.vs-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-full);
    padding: 0.5rem 1.5rem;
    color: var(--text-white-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

/* Verdict / Summary Box */
.verdict-box {
    background: var(--bg-white);
    border: 2px solid var(--brand-primary);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    margin: 2rem 0;
    text-align: center;
}
.verdict-box h3 { color: var(--brand-primary); margin-bottom: 1rem; }
.verdict-box p { max-width: 600px; margin: 0 auto; }

/* CTA Box (for subpages) */
.cta-box {
    background: var(--bg-dark);
    border-radius: var(--radius-xl);
    padding: 3rem;
    text-align: center;
    color: white;
    margin-top: 2rem;
}
.cta-box h3 { color: white; font-size: 1.5rem; margin-bottom: 0.75rem; }
.cta-box p { color: var(--text-white-muted); margin-bottom: 1.5rem; max-width: 500px; margin-left: auto; margin-right: auto; }

/* ========== HOW IT WORKS PAGE ========== */

/* Overview Pillars */
.hiw-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.hiw-pillar-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition);
    position: relative;
}
.hiw-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.pillar-icon {
    font-size: 2.5rem;
    color: var(--brand-primary);
    margin-bottom: 0.75rem;
}
.pillar-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--brand-primary);
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiw-pillar-card h3 { margin-bottom: 0.5rem; }
.hiw-pillar-card p { font-size: 0.92rem; color: var(--text-body); line-height: 1.7; }

/* Step Badge */
.hiw-step-badge {
    display: inline-block;
    background: var(--brand-primary);
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.3rem 0.9rem;
    border-radius: var(--radius-full);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Checklist */
.hiw-checklist {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2rem 0;
}
.hiw-check-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.hiw-check-item > i {
    font-size: 1.4rem;
    color: var(--green);
    flex-shrink: 0;
    margin-top: 0.15rem;
}
.hiw-check-item strong {
    display: block;
    color: var(--text-dark);
    margin-bottom: 0.2rem;
}
.hiw-check-item p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.6;
    margin: 0;
}

/* Image Visual for HIW */
.hiw-visual {
    min-height: 320px;
    border-radius: var(--radius-lg);
}

/* Tab Cards */
.hiw-feature-tabs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}
.hiw-tab-card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    transition: border-color var(--transition);
}
.hiw-tab-card:hover {
    border-color: var(--brand-primary);
}
.tab-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}
.tab-header i {
    font-size: 1.5rem;
    color: var(--brand-primary);
}
.tab-header h4 { margin: 0; }
.hiw-tab-card p {
    font-size: 0.92rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0;
}

/* Source Grid */
.hiw-source-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2rem 0;
}
.hiw-source-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.hiw-source-item > i {
    font-size: 1.75rem;
    color: var(--brand-primary);
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.hiw-source-item h4 {
    margin-bottom: 0.2rem;
    font-size: 1rem;
}
.hiw-source-item p {
    font-size: 0.88rem;
    color: var(--text-body);
    line-height: 1.6;
    margin: 0;
}

/* Insight Cards */
.hiw-insight-cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2rem 0;
}
.hiw-insight {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.insight-metric {
    flex-shrink: 0;
    text-align: center;
    min-width: 80px;
}
.insight-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--brand-primary);
    line-height: 1.1;
}
.insight-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 0.25rem;
}
.hiw-insight p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0;
}

/* Explainer Box */
.hiw-explainer {
    background: rgba(14, 165, 233, 0.06);
    border: 1px solid rgba(14, 165, 233, 0.15);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}
.hiw-explainer h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.hiw-explainer p {
    font-size: 0.92rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0;
}

/* Journey Timeline */
.hiw-journey-example {
    margin: 2rem 0;
}
.hiw-journey-example > h4 {
    margin-bottom: 1.25rem;
    color: var(--text-dark);
}
.journey-timeline {
    border-left: 3px solid var(--brand-primary);
    padding-left: 1.5rem;
    margin-left: 0.5rem;
}
.journey-event {
    position: relative;
    margin-bottom: 1.5rem;
}
.journey-event:last-child { margin-bottom: 0; }
.journey-dot {
    position: absolute;
    left: -2rem;
    top: 0.25rem;
    width: 14px;
    height: 14px;
    background: var(--brand-primary);
    border-radius: 50%;
    border: 3px solid var(--bg-white);
    box-shadow: 0 0 0 2px var(--brand-primary);
}
.journey-time {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--brand-primary);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.25rem;
}
.journey-content p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.6;
    margin: 0;
}

/* Session Cards */
.hiw-sessions-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin: 2rem 0;
}
.hiw-session-card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1.5rem;
}
.hiw-session-card i {
    font-size: 1.75rem;
    color: var(--brand-primary);
    margin-bottom: 0.75rem;
    display: block;
}
.hiw-session-card h4 { margin-bottom: 0.5rem; }
.hiw-session-card p { font-size: 0.88rem; color: var(--text-body); line-height: 1.6; margin: 0; }

/* Goals Grid */
.hiw-goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin: 1.5rem 0;
}
.hiw-goal-type {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    text-align: center;
    transition: transform var(--transition);
}
.hiw-goal-type:hover { transform: translateY(-3px); }
.hiw-goal-type i {
    font-size: 2rem;
    color: var(--brand-primary);
    margin-bottom: 0.75rem;
    display: block;
}
.hiw-goal-type h4 { margin-bottom: 0.35rem; font-size: 0.95rem; }
.hiw-goal-type p { font-size: 0.82rem; color: var(--text-body); line-height: 1.6; margin: 0; }

/* Attribution Models */
.hiw-attribution-models {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2rem 0;
}
.hiw-model {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
}
.model-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}
.model-badge {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: var(--radius-full);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}
.model-header h4 { margin: 0; font-size: 1.05rem; }
.hiw-model p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.6;
    margin: 0 0 0.75rem;
}
.model-example {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: var(--text-body);
    line-height: 1.7;
}
.model-example em { color: var(--text-light); }

/* Audience Section (dark) */
.hiw-audience-section {
    background: var(--bg-dark);
    padding: var(--section-pad) 0;
}
.hiw-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.hiw-audience-card {
    background: var(--bg-dark-2);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: transform var(--transition), border-color var(--transition);
}
.hiw-audience-card:hover {
    transform: translateY(-4px);
    border-color: var(--brand-primary);
}
.hiw-audience-card i {
    font-size: 2rem;
    color: var(--brand-primary);
    display: block;
    margin-bottom: 1rem;
}
.hiw-audience-card h3 { color: white; margin-bottom: 0.5rem; font-size: 1.15rem; }
.hiw-audience-card p { color: var(--text-white-muted); font-size: 0.9rem; line-height: 1.7; margin: 0; }

/* Ad Flow Comparison */
.hiw-flow-box {
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-top: 1rem;
}
.flow-bad {
    background: rgba(239, 68, 68, 0.04);
    border: 1px solid rgba(239, 68, 68, 0.15);
}
.flow-good {
    background: rgba(34, 197, 94, 0.04);
    border: 1px solid rgba(34, 197, 94, 0.15);
}
.flow-step {
    padding: 0.6rem 1rem;
    background: var(--bg-white);
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    color: var(--text-body);
    border: 1px solid var(--border-light);
}
.flow-arrow {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-light);
    padding: 0.25rem 0;
}
.flow-loss {
    background: var(--red-bg);
    border-color: rgba(239, 68, 68, 0.15);
    color: var(--red);
    font-weight: 600;
}
.flow-win {
    background: var(--green-bg);
    border-color: rgba(34, 197, 94, 0.15);
    color: var(--green);
    font-weight: 600;
}
.flow-result-bad {
    background: var(--red);
    color: white;
    font-weight: 700;
    border-color: var(--red);
}
.flow-result-good {
    background: var(--green);
    color: white;
    font-weight: 700;
    border-color: var(--green);
}

/* Revenue Section (dark) */
.hiw-revenue-section {
    background: var(--bg-dark);
    padding: var(--section-pad) 0;
}
.hiw-revenue-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.hiw-revenue-card {
    background: var(--bg-dark-2);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-lg);
    padding: 2rem;
    position: relative;
}
.revenue-step {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--cta-color);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiw-revenue-card h3 { color: white; margin-bottom: 0.75rem; font-size: 1.2rem; }
.hiw-revenue-card p { color: var(--text-white-muted); font-size: 0.9rem; line-height: 1.7; margin: 0 0 1rem; }
.revenue-impact {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.impact-before {
    font-size: 0.82rem;
    color: rgba(239, 68, 68, 0.8);
    text-decoration: line-through;
}
.impact-after {
    font-size: 0.88rem;
    color: var(--green);
    font-weight: 600;
}

/* GA4 Benefits */
.hiw-ga4-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2rem 0;
}
.hiw-ga4-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.hiw-ga4-item > i {
    font-size: 1.4rem;
    color: var(--green);
    flex-shrink: 0;
    margin-top: 0.15rem;
}
.hiw-ga4-item h4 { margin-bottom: 0.25rem; }
.hiw-ga4-item p { font-size: 0.9rem; color: var(--text-body); line-height: 1.7; margin: 0; }

/* Platforms Grid */
.hiw-platforms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.hiw-platform-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition);
}
.hiw-platform-card:hover { transform: translateY(-4px); }
.hiw-platform-card i { font-size: 2.5rem; color: var(--brand-primary); display: block; margin-bottom: 0.75rem; }
.hiw-platform-card h4 { margin-bottom: 0.35rem; font-size: 1rem; }
.hiw-platform-card p { font-size: 0.82rem; color: var(--text-body); line-height: 1.6; margin: 0 0 0.5rem; }

/* Complete Flow Diagram */
.hiw-flow-diagram {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-top: 3rem;
    flex-wrap: wrap;
}
.flow-diagram-step {
    text-align: center;
    max-width: 150px;
    flex-shrink: 0;
}
.flow-diagram-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brand-primary);
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
}
.flow-diagram-step h4 { font-size: 0.9rem; margin-bottom: 0.25rem; }
.flow-diagram-step p { font-size: 0.78rem; color: var(--text-body); line-height: 1.5; margin: 0; }
.flow-diagram-arrow {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    font-size: 1.2rem;
    color: var(--text-light);
    flex-shrink: 0;
    padding: 1rem 0.5rem 0;
}

/* ========== RESPONSIVE ========== */

/* Compact nav on smaller desktops */
@media (max-width: 1280px) {
    .nav-links { gap: 0.75rem; }
    .nav-links a { font-size: 0.8rem; }
    .nav-actions .btn-primary { padding: 0.5rem 1rem; font-size: 0.8rem; }
    .nav-actions .btn-ghost { font-size: 0.8rem; padding: 0.4rem 0.7rem; }
    .logo { font-size: 1.15rem; }
}

@media (max-width: 1024px) {
    .hero-container { grid-template-columns: 1fr; text-align: center; }
    .subheadline { margin: 0 auto 2rem; }
    .hero-cta-group { justify-content: center; }
    .trust-badges { justify-content: center; }
    .hero-visual { max-width: 600px; margin: 0 auto; }
    .problem-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto 3rem; }
    .problem-impact { grid-template-columns: 1fr; }
    .solution-stats { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .paths-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .bento-grid { grid-template-columns: repeat(6, 1fr); }
    .bento-analytics, .bento-capi { grid-column: span 6; }
    .bento-journeys, .bento-funnels { grid-column: span 6; }
    .bento-attribution, .bento-privacy, .bento-fast { grid-column: span 6; }
    .bento-setup { grid-column: span 6; }
    .works-grid { grid-template-columns: repeat(2, 1fr); }
    .pp-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .content-grid { grid-template-columns: 1fr; }
    .content-grid.reverse { direction: ltr; }
    .detail-grid { grid-template-columns: repeat(2, 1fr); }
    .integration-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
    .hiw-pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .hiw-goals-grid { grid-template-columns: repeat(2, 1fr); }
    .hiw-audience-grid { grid-template-columns: repeat(2, 1fr); }
    .hiw-revenue-cards { grid-template-columns: 1fr; }
    .hiw-platforms-grid { grid-template-columns: repeat(3, 1fr); }
    .hiw-sessions-features { grid-template-columns: 1fr; }
    .hiw-flow-diagram { gap: 0.5rem; }
    .flow-diagram-step { max-width: 120px; }
}

@media (max-width: 768px) {
    section { padding: var(--section-pad-sm) 0; }
    .nav-links { display: none; }
    .nav-actions .btn-ghost, .nav-actions .btn-primary { display: none; }
    .mobile-menu-btn { display: flex; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-analytics, .bento-journeys, .bento-funnels, .bento-capi, .bento-attribution, .bento-privacy, .bento-fast, .bento-setup {
        grid-column: span 1;
    }
    .steps-container { flex-direction: column; align-items: center; }
    .step-connector { transform: rotate(90deg); padding: 1rem 0; }
    .works-grid { grid-template-columns: 1fr; }
    .compare-links { flex-direction: column; gap: 0.75rem; }
    .hero-cta-group { flex-direction: column; align-items: center; }
    .final-cta-features { flex-direction: column; align-items: center; gap: 0.75rem; }
    .trust-signals { flex-direction: column; align-items: center; gap: 0.75rem; }
    .detail-grid { grid-template-columns: 1fr; }
    .integration-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .trust-badges { flex-direction: column; align-items: center; gap: 0.5rem; }
    .hiw-pillars-grid { grid-template-columns: 1fr; }
    .hiw-goals-grid { grid-template-columns: 1fr; }
    .hiw-audience-grid { grid-template-columns: 1fr; }
    .hiw-platforms-grid { grid-template-columns: repeat(2, 1fr); }
    .hiw-insight { flex-direction: column; text-align: center; }
    .hiw-flow-diagram { flex-direction: column; align-items: center; }
    .flow-diagram-arrow { transform: rotate(90deg); padding: 0.5rem 0; }
    .flow-diagram-step { max-width: 200px; }
}

/* ========== SCROLL REVEAL ========== */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ========== LEGAL PAGES ========== */
.legal-content {
    background: var(--bg-white);
    padding: var(--section-pad) 0;
}
.legal-container {
    max-width: 800px;
    margin: 0 auto;
}
.legal-updated {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}
.legal-section {
    margin-bottom: 2.5rem;
}
.legal-section h2 {
    font-size: 1.4rem;
    color: var(--text-heading);
    margin-bottom: 1rem;
    padding-top: 0.5rem;
}
.legal-section h3 {
    font-size: 1.1rem;
    color: var(--text-heading);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.legal-section p {
    color: var(--text-body);
    line-height: 1.85;
    margin-bottom: 0.75rem;
}
.legal-section ul,
.legal-section ol {
    color: var(--text-body);
    line-height: 1.85;
    margin: 0.75rem 0 1rem 1.5rem;
    padding: 0;
}
.legal-section li {
    margin-bottom: 0.4rem;
}
.legal-section ul ul {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.legal-section a {
    color: var(--brand-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.legal-section a:hover {
    color: var(--brand-primary-dark);
}
.legal-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin: 1.5rem 0;
}
.legal-card {
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
}
.legal-card h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: var(--text-heading);
    margin-bottom: 0.5rem;
}
.legal-card h4 i {
    color: var(--brand-primary);
    font-size: 1.25rem;
}
.legal-card p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.65;
    margin: 0;
}
@media (max-width: 768px) {
    .legal-card-grid { grid-template-columns: 1fr; }
    .legal-container { padding: 0 1rem; }
}

@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .hero { padding: 8rem 0 4rem; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    .btn-large { padding: 0.85rem 1.75rem; font-size: 1rem; }
    .pricing-card { padding: 1.75rem; }
    .integration-grid { grid-template-columns: 1fr; }
    .hiw-platforms-grid { grid-template-columns: 1fr; }
}

