/*
Theme Name: AutoBots - Bots de Automatización
Theme URI: https://camasarticuladas10.com
Author: EMDISE SAC
Author URI: https://emdise.pe
Description: Landing page premium dark-tech para venta de bots de automatización con IA. Paleta CyberPulse Neon.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autobots-theme
Tags: full-site-editing, block-patterns, dark, neon, landing-page
*/

/* ============================================================
   LOCAL FONTS
   ============================================================ */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('./fonts/spacegrotesk.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('./fonts/manrope.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('./fonts/plusjakartasans.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #0D0D1A;
    color: #E9E6F9;
    font-family: 'Manrope', system-ui, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ============================================================
   SVG ICON SYSTEM
   ============================================================ */
.adn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
}
.adn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* ============================================================
   BACKGROUND GRID PATTERN
   ============================================================ */
.ab-grid-bg {
    background-image:
        linear-gradient(rgba(139, 92, 246, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 92, 246, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* ============================================================
   GLASSMORPHISM CARDS
   ============================================================ */
.glass-card {
    background: rgba(24, 24, 40, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover {
    border-color: rgba(139, 92, 246, 0.5);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.15);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #8B5CF6, #EC4899);
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(139, 92, 246, 0.45);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    letter-spacing: 0.02em;
}
.btn-primary:hover {
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.65);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    border-radius: 9999px;
    background: transparent;
    color: #E9E6F9;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid rgba(139, 92, 246, 0.5);
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.btn-ghost:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.8);
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   WP NATIVE BUTTON STYLING
   ============================================================ */
.wp-block-button__link,
.wp-block-button__link:visited {
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%) !important;
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    font-family: 'Space Grotesk', sans-serif;
}
.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 40px rgba(139, 92, 246, 0.4);
    color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent !important;
    border: 1px solid rgba(139, 92, 246, 0.5);
    backdrop-filter: blur(10px);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color: #8B5CF6;
    background: rgba(139, 92, 246, 0.1) !important;
}
.ab-cta-section .wp-block-button__link {
    font-size: 1.1rem;
    padding: 18px 48px;
}

/* ============================================================
   NEON GRADIENT TEXT
   ============================================================ */
.gradient-text {
    background: linear-gradient(135deg, #8B5CF6, #EC4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   STICKY NAV
   ============================================================ */
.ab-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(13, 13, 26, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(139, 92, 246, 0.15);
    padding: 0 5%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab-nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.ab-nav-logo span {
    color: #8B5CF6;
}

/* Nav logo icon via CSS */
.ab-nav-logo {
    margin: 0 !important;
}
.ab-nav-logo::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238B5CF6'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E") no-repeat center/contain;
    vertical-align: middle;
}

/* WP Navigation block styling */
.wp-block-navigation .wp-block-navigation-item__content {
    color: #A0AEC0 !important;
    font-size: 0.95rem;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    transition: color 0.2s;
}
.wp-block-navigation .wp-block-navigation-item__content:hover {
    color: #fff !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(13, 13, 26, 0.97) !important;
    backdrop-filter: blur(20px);
}

.ab-nav-hamburger { display: none; }

.ab-nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ab-nav-links a {
    color: #A0AEC0;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}
.ab-nav-links a:hover {
    color: #fff;
}

.ab-nav-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.ab-hero {
    min-height: 100vh;
    padding: 140px 5% 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #0D0D1A;
}

/* Hero orbs via CSS pseudo-elements (no wp:html needed) */
.ab-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.25) 0%, transparent 70%);
    top: -100px;
    left: -150px;
    pointer-events: none;
    z-index: 0;
}
.ab-hero::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.2) 0%, transparent 70%);
    bottom: -100px;
    right: -100px;
    pointer-events: none;
    z-index: 0;
}

.ab-hero-orb-1 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.25) 0%, transparent 70%);
    top: -100px;
    left: -150px;
    pointer-events: none;
}

.ab-hero-orb-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.2) 0%, transparent 70%);
    bottom: 0;
    right: -100px;
    pointer-events: none;
}

.ab-hero-orb-3 {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ab-hero-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
}

.ab-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 9999px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: #ba9eff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 0;
}
.ab-hero-badge::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ba9eff'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* Benefit icons — reset paragraph margins */
.ab-benefit-icon {
    margin-top: 0 !important;
    font-size: 1.8rem;
}

.ab-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 24px;
}

.ab-hero-sub {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #A0AEC0;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
}

.ab-hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.ab-trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid rgba(139, 92, 246, 0.1);
}

.ab-trust-item {
    text-align: center;
}

.ab-trust-number {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.ab-trust-label {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    color: #A0AEC0;
    font-weight: 500;
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.ab-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.ab-section-label {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8B5CF6;
    margin-bottom: 12px;
}

.ab-section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    line-height: 1.2;
}

.ab-section-sub {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    color: #A0AEC0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ============================================================
   BENEFITS SECTION
   ============================================================ */
.ab-benefits {
    padding: 100px 5%;
    background: #121220;
    text-align: center;
}

.ab-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 60px auto 0;
    text-align: left;
}

.ab-benefit-card {
    padding: 36px 32px;
}

.ab-benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.icon-cyan { background: rgba(6, 182, 212, 0.15); color: #06B6D4; }
.icon-magenta { background: rgba(236, 72, 153, 0.15); color: #EC4899; }
.icon-purple { background: rgba(139, 92, 246, 0.15); color: #8B5CF6; }

.ab-benefit-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.ab-benefit-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: #A0AEC0;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */
.ab-products {
    padding: 100px 5%;
    background: #0D0D1A;
    text-align: center;
}

.ab-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 60px auto 0;
    text-align: left;
}

.ab-product-card {
    padding: 36px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ab-product-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 12px;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(6, 182, 212, 0.15);
    color: #06B6D4;
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.ab-product-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1;
}

.ab-product-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.ab-product-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: #A0AEC0;
    line-height: 1.6;
    margin: 0 0 24px;
    flex: 1;
}

.ab-product-price {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.ab-product-price span {
    font-size: 0.9rem;
    color: #A0AEC0;
    font-weight: 500;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.ab-how {
    padding: 100px 5%;
    background: #121220;
    text-align: center;
}

.ab-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    max-width: 960px;
    margin: 60px auto 0;
    position: relative;
}

.ab-step {
    padding: 40px 32px;
    text-align: center;
}

.ab-step-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B5CF6, #EC4899);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 24px;
}

.ab-step-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.ab-step-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: #A0AEC0;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.ab-cta-section {
    padding: 120px 5%;
    background: #0D0D1A;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ab-cta-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 700px 400px at 50% 50%, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.ab-cta-section h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    position: relative;
    z-index: 2;
}

.ab-cta-sub {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: #A0AEC0;
    margin: 0 0 40px;
    position: relative;
    z-index: 2;
}

.ab-cta-small {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: #A0AEC0;
    margin-top: 16px;
    position: relative;
    z-index: 2;
}

/* ============================================================
   CTA BACKGROUND VIA CSS (no wp:html needed)
   ============================================================ */
.ab-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 700px 400px at 50% 50%, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

/* ============================================================
   WP NATIVE BLOCK RESETS
   ============================================================ */
.ab-product-badge,
.ab-product-icon,
.ab-step-num,
.ab-trust-number,
.ab-trust-label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Reset WP flow spacing inside custom containers */
.glass-card > * + *,
.ab-trust-item > * + *,
.ab-hero-content > * + *,
.ab-section-header > * + * {
    margin-block-start: 0 !important;
}

/* ============================================================
   FOOTER
   ============================================================ */
.ab-footer {
    background: #080812;
    padding: 60px 5% 32px;
    border-top: 1px solid rgba(139, 92, 246, 0.1);
}

.ab-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.ab-footer-brand-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.ab-footer-brand-name span {
    color: #8B5CF6;
}

.ab-footer-tagline {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: #A0AEC0;
    line-height: 1.6;
    margin: 0 0 24px;
}

.ab-social-links {
    display: flex;
    gap: 12px;
}

.ab-social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A0AEC0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.2s, color 0.2s;
}

.ab-social-link:hover {
    background: rgba(139, 92, 246, 0.25);
    color: #fff;
}

.ab-footer-col-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ab-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ab-footer-links a {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.2s;
}

.ab-footer-links a:hover {
    color: #fff;
}

.ab-footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ab-footer-copy {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: #A0AEC0;
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.ab-whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ab-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
}

.ab-whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .ab-nav-links { display: none; }
    .ab-nav-links.ab-nav-open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(13,13,26,0.97);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(139,92,246,0.3);
        padding: 20px 24px;
        gap: 0;
        z-index: 999;
    }
    .ab-nav-links.ab-nav-open li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
    .ab-nav-links.ab-nav-open li:last-child { border-bottom: none; }
    .ab-nav-hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        order: 3;
    }
    .ab-nav-hamburger span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }
    .ab-nav-cta { order: 4; }

    .ab-hero {
        padding: 120px 5% 80px;
    }

    .ab-trust-badges {
        gap: 24px;
    }

    .ab-benefits-grid,
    .ab-products-grid,
    .ab-steps {
        grid-template-columns: 1fr;
    }

    .ab-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .ab-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .ab-footer-grid {
        grid-template-columns: 1fr;
    }
    .ab-hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-primary, .btn-ghost {
        justify-content: center;
    }
}

/* ============================================================
   SCROLL INDICATOR
   ============================================================ */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

.ab-scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(139, 92, 246, 0.5);
    animation: bounce 2s infinite;
    z-index: 2;
}

/* ============================================================
   WORDPRESS CORE OVERRIDES
   ============================================================ */
.wp-site-blocks {
    padding: 0;
}

.entry-content {
    max-width: none;
}
