.elementor-8 .elementor-element.elementor-element-436c424{width:var( --container-widget-width, 117.155% );max-width:117.155%;--container-widget-width:117.155%;--container-widget-flex-grow:0;}.elementor-8 .elementor-element.elementor-element-436c424.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7089d46d *//* ─── Eezreb Homepage Stylesheet ───────────────────────────────
   Version: 1.3 - Production Mobile & Tablet Responsive
   ─────────────────────────────────────────────────────────────────── */

/* ─── Design System CSS Tokens (Matching App Custom Properties) ─── */
:root {
    /* Fonts */
    --font-sans: 'Plus Jakarta Sans', 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;

    /* Brand Spectrum (Pink) */
    --color-brand-50:  #fdf2f8;
    --color-brand-100: #fce7f3;
    --color-brand-200: #fbcfe8;
    --color-brand-300: #f472b6;
    --color-brand-400: #f02e97;
    --color-brand-500: #ec4899;
    --color-brand-600: #db2777;
    --color-brand-700: #be185d;
    --color-brand-800: #9d174d;
    --color-brand-900: #831843;

    /* Accent (Rose) */
    --color-accent-50:  #fff1f2;
    --color-accent-100: #ffe4e6;
    --color-accent-200: #fecdd3;
    --color-accent-300: #fda4af;
    --color-accent-400: #fb7185;
    --color-accent-500: #f43f5e;
    --color-accent-600: #e11d48;
    --color-accent-700: #be123c;

    /* Surface tokens */
    --color-surface-base:    #f4f5f7;
    --color-surface-card:    #ffffff;
    --color-surface-overlay: rgba(24, 24, 27, 0.65);

    /* Borders */
    --color-border-subtle:  rgba(219, 39, 119, 0.06);
    --color-border-default: rgba(219, 39, 119, 0.12);
    --color-border-strong:  rgba(219, 39, 119, 0.25);

    /* Text */
    --color-text-primary:   #18181b;
    --color-text-secondary: #52525b;
    --color-text-muted:     #8c8c9a;
    --color-text-inverse:   #ffffff;

    /* Radius */
    --radius-sm:  0.625rem;   /* 10px */
    --radius-md:  1rem;       /* 16px */
    --radius-lg:  1.5rem;     /* 24px */
    --radius-xl:  2rem;       /* 32px */
    --radius-pill: 9999px;

    /* Shadows */
    --shadow-card: 0 4px 20px rgba(219, 39, 119, 0.05), 0 10px 30px rgba(219, 39, 119, 0.03);
    --shadow-card-hover: 0 16px 40px rgba(219, 39, 119, 0.08), 0 24px 60px rgba(219, 39, 119, 0.06);
    --shadow-brand: 0 8px 24px rgba(219, 39, 119, 0.2);
    --shadow-brand-lg: 0 16px 48px rgba(219, 39, 119, 0.3);

    /* Transitions & Easings */
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Durations */
    --duration-fast:   150ms;
    --duration-base:   250ms;
    --duration-slow:   400ms;
}

/* ─── Base Resets & Theme Setup ─────────────────────────────────── */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: var(--color-surface-base);
    color: var(--color-text-primary);
    font-family: var(--font-sans);
    line-height: 1.65;
    overflow-x: hidden;
    background-image:
        radial-gradient(at 8% 15%, rgba(168, 85, 247, 0.04) 0px, transparent 40%),
        radial-gradient(at 92% 8%, rgba(244, 63, 94, 0.03) 0px, transparent 40%),
        radial-gradient(at 50% 95%, rgba(124, 58, 237, 0.03) 0px, transparent 40%);
    background-attachment: fixed;
}

/* Container helper */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.5rem; /* Adjusted for tighter mobile margins */
}

/* Headings */
h1, h2, h3, h4 {
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--color-text-primary);
}

h1 {
    font-size: 3.5rem;
    font-weight: 900;
}

h2 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03em;
}

.section-subtitle {
    text-align: center;
    color: var(--color-text-secondary);
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto 3.5rem;
}

p {
    color: var(--color-text-secondary);
}

section {
    padding: 7rem 0;
}

/* ─── Component Styles ───────────────────────────────────────────── */

/* Badges */
.pm-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    animation: floatBadge 3s ease-in-out infinite;
}

.pm-badge-brand {
    background: rgba(168, 85, 247, 0.08);
    color: var(--color-brand-700);
    border: 1px solid rgba(168, 85, 247, 0.15);
}

.pm-badge-danger {
    background: rgba(244, 63, 94, 0.08);
    color: var(--color-accent-600);
    border: 1px solid rgba(244, 63, 94, 0.15);
    animation: none;
}

.pm-badge-success {
    background: rgba(34, 197, 94, 0.08);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.15);
}

/* Buttons */
.pm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    text-decoration: none;
    transition: all var(--duration-base) var(--ease-smooth);
    border: none;
    outline: none;
    text-align: center;
}

.pm-btn-primary {
    background: linear-gradient(135deg, var(--color-brand-600), var(--color-brand-500));
    color: white;
    box-shadow: var(--shadow-brand);
}

.pm-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-brand-lg);
    background: linear-gradient(135deg, var(--color-brand-700), var(--color-brand-600));
}

.pm-btn-secondary {
    background: var(--color-surface-card);
    color: var(--color-text-primary);
    border: 1px solid var(--color-border-default);
}

.pm-btn-secondary:hover {
    background: var(--color-brand-50);
    border-color: var(--color-brand-300);
    color: var(--color-brand-700);
    transform: translateY(-2px);
}

/* Gradient text */
.pm-gradient-text {
    background: linear-gradient(135deg, var(--color-brand-600), var(--color-accent-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ─── Navigation Header ─────────────────────────────────────────── */
header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(248, 247, 255, 0.85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--color-border-subtle);
    padding: 1.25rem 0;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
    color: var(--color-text-primary);
    letter-spacing: -0.02em;
}

.logo svg {
    fill: var(--color-brand-600);
}

.logo:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--color-text-secondary);
    font-weight: 600;
    font-size: 0.9375rem;
    transition: color var(--duration-base);
    position: relative;
    padding: 0.25rem 0;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-brand-500);
    transition: width var(--duration-base) var(--ease-smooth);
}

.nav-links a:hover {
    color: var(--color-brand-600);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Mobile Menu & Nav (Hidden on Desktop by default) */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text-primary);
    padding: 0.5rem;
    border-radius: var(--radius-sm);
    transition: background-color var(--duration-fast);
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 101;
}

.mobile-menu-toggle:hover {
    background-color: var(--color-surface-overlay);
}

.mobile-menu-toggle svg line {
    transition: transform var(--duration-base) var(--ease-smooth), opacity var(--duration-base);
    transform-origin: center;
}

/* Mobile Navigation Overlay */
.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 10, 40, 0.4);
    backdrop-filter: blur(8px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--duration-base) var(--ease-smooth), visibility var(--duration-base);
}

/* Mobile Navigation Drawer (Off-Canvas Side Menu) */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    background: var(--color-surface-card);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform var(--duration-slow) cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -10px 0 40px rgba(12, 10, 40, 0.15);
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem;
}

/* Open states for mobile nav & overlay */
body.menu-open {
    overflow: hidden; /* Lock body scroll */
}

body.menu-open .mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
}

body.menu-open .mobile-nav-drawer {
    transform: translateX(0);
}

/* Drawer Header */
.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}

.drawer-header .logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
    color: var(--color-text-primary);
    letter-spacing: -0.02em;
}

.drawer-header .logo svg {
    fill: var(--color-brand-600);
}

.drawer-close {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text-primary);
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--duration-fast), color var(--duration-fast);
    outline: none;
}

.drawer-close:hover {
    background-color: var(--color-surface-overlay);
    color: var(--color-brand-600);
}

/* Drawer Nav Links */
.drawer-nav-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
}

.drawer-nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-text-primary);
    text-decoration: none;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-md);
    transition: background-color var(--duration-fast), color var(--duration-fast);
}

.drawer-nav-links a svg {
    opacity: 0;
    transform: translateX(-8px);
    transition: all var(--duration-fast) var(--ease-smooth);
    color: var(--color-brand-500);
}

.drawer-nav-links a:hover {
    background-color: var(--color-brand-50);
    color: var(--color-brand-700);
}

.drawer-nav-links a:hover svg {
    opacity: 1;
    transform: translateX(0);
}

/* Drawer Footer */
.drawer-footer {
    border-top: 1px solid var(--color-border-default);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.drawer-actions {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.drawer-actions .pm-btn {
    width: 100%;
}

.drawer-meta {
    text-align: center;
}

.drawer-email {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color var(--duration-fast);
}

.drawer-email:hover {
    color: var(--color-brand-600);
}

/* ─── StoryBrand Section 1: The Header (Above the Fold) ────────── */
.hero {
    padding: 5.5rem 0 4rem;
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4rem;
    align-items: center;
}

.hero-content h1 {
    font-size: 3.75rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.04em;
}

.hero-content p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.hero-actions {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 3.5rem;
}

/* Value Stack Layout */
.hero-value-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-top: 1px solid var(--color-border-default);
    padding-top: 1.75rem;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--color-text-secondary);
}

.value-item svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: var(--color-brand-600);
    stroke-width: 3;
    fill: none;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-visual img {
    width: 100%;
    max-width: 580px;
    height: auto;
    border-radius: var(--radius-xl);
    filter: drop-shadow(0 24px 48px rgba(124, 58, 237, 0.12));
    z-index: 10;
    animation: floatVisual 6s ease-in-out infinite;
}

.glow-sphere {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.18) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    filter: blur(20px);
}

/* ─── StoryBrand Section 2: The Stakes ────────────────────────── */
.stakes {
    background: rgba(244, 63, 94, 0.02);
    border-top: 1px solid rgba(244, 63, 94, 0.05);
    border-bottom: 1px solid rgba(244, 63, 94, 0.05);
}

.stakes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.stakes-card {
    background: var(--color-surface-card);
    border: 1px solid rgba(244, 63, 94, 0.1);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-card);
    transition: all var(--duration-base) var(--ease-smooth);
}

.stakes-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(244, 63, 94, 0.25);
}

.stakes-card .icon-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(244, 63, 94, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.stakes-card .icon-circle svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: var(--color-accent-500);
    stroke-width: 2.5;
    fill: none;
}

.stakes-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.stakes-card p {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
}

/* ─── StoryBrand Section 3: The Value Proposition ────────────── */
.value-proposition {
    padding: 7rem 0;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.value-card {
    background: var(--color-surface-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: var(--radius-xl);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow-card);
    transition: all var(--duration-base) var(--ease-smooth);
}

.value-card:hover {
    box-shadow: var(--shadow-card-hover);
    border-color: var(--color-border-default);
    transform: translateY(-4px);
}

.value-card .icon-box {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: var(--radius-sm);
    background: var(--color-brand-50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.value-card .icon-box svg {
    width: 1.875rem;
    height: 1.875rem;
    stroke: var(--color-brand-600);
    stroke-width: 2.5;
    fill: none;
}

.value-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.value-card p {
    font-size: 0.9375rem;
}

/* ─── StoryBrand Section 4: Guide ────────────────────────────── */
.guide {
    background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.02) 50%, transparent);
}

.guide-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 5rem;
    align-items: center;
}

.guide-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.guide-visual img {
    width: 100%;
    max-width: 540px;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card-hover);
}

.guide-content h2 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.guide-content p {
    font-size: 1.0625rem;
    margin-bottom: 1.75rem;
}

.guide-credentials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    border-top: 1px solid var(--color-border-default);
    padding-top: 2rem;
}

.credential-item h4 {
    font-size: 1.75rem;
    color: var(--color-brand-600);
    margin-bottom: 0.25rem;
}

.credential-item p {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ─── StoryBrand Section 5: The Plan ─────────────────────────── */
.plan {
    padding: 7rem 0;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    position: relative;
}

.plan-card {
    background: var(--color-surface-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: var(--radius-xl);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow-card);
    position: relative;
    text-align: center;
    transition: all var(--duration-base) var(--ease-smooth);
}

.plan-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover);
    border-color: var(--color-brand-300);
}

.plan-number {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--color-brand-600), var(--color-brand-500));
    color: white;
    font-size: 1.25rem;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-brand);
    border: 4px solid var(--color-surface-base);
}

.plan-card h3 {
    margin-top: 1rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.plan-card p {
    font-size: 0.9375rem;
}

/* ─── StoryBrand Section 6: Explanatory Paragraph ────────────── */
.explanatory {
    background: var(--color-surface-card);
    border-top: 1px solid var(--color-border-subtle);
    border-bottom: 1px solid var(--color-border-subtle);
}

.explanatory-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.explanatory-mockup {
    background: var(--color-surface-base);
    border: 1px solid var(--color-border-default);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
}

.mockup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-border-subtle);
    padding-bottom: 1.25rem;
}

.mockup-header-title h4 {
    font-size: 1.125rem;
    font-weight: 800;
}

.slider-group {
    margin-bottom: 1.875rem;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--color-text-secondary);
    margin-bottom: 0.625rem;
}

.slider-header span.value {
    color: var(--color-brand-600);
    font-weight: 800;
}

.slider-track {
    height: 8px;
    background: rgba(124, 58, 237, 0.08);
    border-radius: var(--radius-pill);
    overflow: hidden;
}

.slider-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--color-brand-600), var(--color-accent-500));
    border-radius: var(--radius-pill);
}

.explanatory-content h2 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.explanatory-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.explanatory-content p:last-of-type {
    margin-bottom: 0;
}

/* ─── StoryBrand Section 7: Lead Generator Ad ────────────────── */
.lead-generator {
    padding: 6rem 0;
}

.lead-gen-card {
    background: linear-gradient(135deg, #15112b, #0d0b1a);
    border-radius: var(--radius-xl);
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-brand-lg);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
}

.lead-gen-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.025'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.6;
}

.lead-gen-info h2 {
    color: white;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 2.25rem;
}

.lead-gen-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.lead-gen-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 10;
}

.pm-input {
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    color: white;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    transition: all var(--duration-base) var(--ease-smooth);
    outline: none;
}

.pm-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.pm-input:focus {
    border-color: var(--color-brand-400);
    background: rgba(255, 255, 255, 0.08);
}

/* ─── StoryBrand Section 8: Junk Drawer (Footer) ──────────────── */
footer {
    background: #0d0b1a;
    color: rgba(255, 255, 255, 0.65);
    padding: 5rem 0 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer .logo {
    color: white;
}

footer .logo svg {
    fill: var(--color-brand-400);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3.5rem;
    margin-bottom: 4.5rem;
}

.footer-col h4 {
    color: white;
    font-size: 0.875rem;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.875rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color var(--duration-base);
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--color-brand-300);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 500;
}

/* ─── Keyframe Animations ────────────────────────────────────────── */
@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes floatVisual {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.01); }
}

/* ─── Responsive Media Queries (Mobile & Tablet) ─────────────────── */

/* 1. Desktop & Small Laptops */
@media (max-width: 1024px) {
    h1 {
        font-size: 3rem;
    }
    .hero-grid {
        gap: 3rem;
    }
    .guide-grid, .explanatory-grid {
        gap: 3.5rem;
    }
}

/* 2. Tablets (Portrait) */
@media (max-width: 968px) {
    section {
        padding: 5rem 0; /* Reduced margins to save vertical height */
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2rem;
    }

    .section-subtitle {
        margin-bottom: 2.5rem;
    }

    /* Grids to single-column */
    .hero-grid, 
    .guide-grid, 
    .explanatory-grid, 
    .lead-gen-card {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    /* Proper stacking order */
    .hero-visual {
        order: 2; /* Put visual below the text content on mobile/tablet */
    }
    
    .guide-visual {
        order: 2;
    }

    .stakes-grid, 
    .value-grid, 
    .plan-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .plan-grid {
        padding-top: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }

    /* Hide standard nav links and desktop actions to avoid clutter on tablet */
    header .nav-links,
    header .nav-actions {
        display: none;
    }

    /* Show mobile hamburger toggle */
    .mobile-menu-toggle {
        display: flex;
    }
}

/* 3. Mobile Devices (Large & Small Phones) */
@media (max-width: 576px) {
    section {
        padding: 4rem 0;
    }

    .container {
        padding: 0 1.25rem;
    }

    h1 {
        font-size: 2.125rem; /* Better fit for tiny screens */
    }

    h2 {
        font-size: 1.625rem;
    }

    .section-subtitle {
        font-size: 0.9375rem;
        margin-bottom: 2rem;
    }

    /* Collapse actions into vertical stacks */
    .hero-actions {
        flex-direction: column;
        gap: 0.875rem;
    }

    .pm-btn {
        width: 100%; /* Force buttons full-width */
    }

    .hero-value-stack {
        padding-top: 1.5rem;
    }

    .value-item {
        font-size: 0.875rem;
    }

    /* Stakes & Value cards paddings */
    .stakes-card, 
    .value-card, 
    .plan-card {
        padding: 2rem 1.5rem;
    }

    .guide-credentials {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        text-align: center;
    }

    .explanatory-mockup {
        padding: 1.5rem;
    }

    .lead-gen-card {
        padding: 2.5rem 1.5rem;
        gap: 2rem;
    }

    .lead-gen-info h2 {
        font-size: 1.75rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    /* nav-actions already hidden via the 968px media query */
}

/* ─── Legal Document Pages Styles ────────────────────────────────── */
.legal-hero {
    background: linear-gradient(135deg, var(--color-brand-50) 0%, #fff 100%);
    padding: 6rem 0 3.5rem;
    border-bottom: 1px solid var(--color-border-subtle);
    text-align: center;
}

.legal-hero h1 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: var(--color-text-primary);
}

.legal-meta {
    font-size: 0.9375rem;
    color: var(--color-text-secondary);
    font-weight: 600;
}

.legal-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 4rem;
    padding: 4rem 0 6rem;
    align-items: start;
}

.legal-sidebar {
    position: sticky;
    top: 100px;
    background: var(--color-surface-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(12, 10, 40, 0.02);
}

.legal-sidebar h3 {
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-primary);
    margin-bottom: 1.25rem;
    padding-left: 0.5rem;
    border-left: 3px solid var(--color-brand-500);
}

.legal-toc {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-toc a {
    display: block;
    color: var(--color-text-secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.625rem 0.75rem;
    border-radius: var(--radius-md);
    transition: all var(--duration-fast) var(--ease-smooth);
}

.legal-toc a:hover {
    background-color: var(--color-brand-50);
    color: var(--color-brand-700);
}

.legal-toc li.active a {
    background-color: var(--color-brand-100);
    color: var(--color-brand-700);
}

.legal-content {
    background: var(--color-surface-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: var(--radius-lg);
    padding: 3.5rem 4rem;
    box-shadow: 0 4px 25px rgba(12, 10, 40, 0.02);
}

.legal-section {
    margin-bottom: 3.5rem;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section h2 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: var(--color-text-primary);
    border-bottom: 2px solid var(--color-brand-100);
    padding-bottom: 0.5rem;
}

.legal-section h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--color-text-primary);
}

.legal-section p {
    color: var(--color-text-secondary);
    margin-bottom: 1.25rem;
    line-height: 1.75;
}

.legal-section ul, .legal-section ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--color-text-secondary);
}

.legal-section li {
    margin-bottom: 0.625rem;
    line-height: 1.65;
}

.legal-section strong {
    color: var(--color-text-primary);
}

/* Callout Box inside Legal Content */
.legal-callout {
    background-color: var(--color-accent-50);
    border-left: 4px solid var(--color-accent-500);
    padding: 1.5rem;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin-bottom: 2rem;
}

.legal-callout p {
    margin-bottom: 0;
    color: var(--color-accent-700);
    font-weight: 600;
}

@media (max-width: 968px) {
    .legal-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 2.5rem 0 4rem;
    }
    
    .legal-sidebar {
        position: static;
        width: 100%;
    }
    
    .legal-content {
        padding: 2rem 2.25rem;
    }
}/* End custom CSS */