/*
Theme Name: Lobby Pilot
Theme URI: https://lobbypilot.com
Author: AmeriGA - Generative Automation
Author URI: https://ameriga.com
Description: A modern, fully customizable WordPress theme for AI voice assistant and SaaS landing pages. Features dark mode design, animated sections, pricing tables, testimonials, FAQ accordion, and full WordPress Customizer integration.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lobby-pilot
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, dark-mode
*/

/* =========================================
   CSS Variables & Root Configuration
   ========================================= */
:root {
    --bg-primary: #04060B;
    --bg-secondary: #080C14;
    --bg-tertiary: #0C1220;
    --bg-card: #0A0F1A;
    --border: rgba(255, 255, 255, 0.06);
    --border-hover: rgba(255, 255, 255, 0.12);
    --text-primary: #F8FAFC;
    --text-secondary: #94A3B8;
    --text-muted: #64748B;
    --accent-cyan: #06B6D4;
    --accent-blue: #3B82F6;
    --accent-indigo: #6366F1;
    --accent-purple: #8B5CF6;
    --accent-glow: rgba(6, 182, 212, 0.15);
    --gradient-main: linear-gradient(135deg, #06B6D4 0%, #3B82F6 50%, #8B5CF6 100%);
    --gradient-subtle: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    --font-display: 'Space Grotesk', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
}

/* =========================================
   Light Preset - WCAG AA Compliant
   Contrast ratios: Primary text 15:1, Secondary 7:1
   ========================================= */
body.preset-light {
    --bg-primary: #FFFFFF;
    --bg-secondary: #F8FAFC;
    --bg-tertiary: #F1F5F9;
    --bg-card: #FFFFFF;
    --border: rgba(15, 23, 42, 0.08);
    --border-hover: rgba(15, 23, 42, 0.15);
    --text-primary: #0F172A;
    --text-secondary: #475569;
    --text-muted: #64748B;
    --accent-cyan: #0891B2;
    --accent-blue: #2563EB;
    --accent-indigo: #4F46E5;
    --accent-purple: #7C3AED;
    --accent-glow: rgba(8, 145, 178, 0.12);
    --gradient-main: linear-gradient(135deg, #0891B2 0%, #2563EB 50%, #7C3AED 100%);
    --gradient-subtle: linear-gradient(135deg, rgba(8, 145, 178, 0.08) 0%, rgba(79, 70, 229, 0.08) 100%);
}

body.preset-light .hero-gradient-1 {
    background: radial-gradient(circle, rgba(8, 145, 178, 0.15) 0%, transparent 70%);
}

body.preset-light .hero-gradient-2 {
    background: radial-gradient(circle, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
}

body.preset-light .hero-grid {
    background-image: 
        linear-gradient(rgba(8, 145, 178, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 145, 178, 0.06) 1px, transparent 1px);
}

body.preset-light .hero-line {
    background: linear-gradient(180deg, transparent, var(--accent-cyan), transparent);
}

body.preset-light .nav,
body.preset-light .nav.scrolled {
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: var(--border);
}

body.preset-light .mobile-menu {
    background: rgba(255, 255, 255, 0.98);
}

body.preset-light .section-dark {
    background: var(--bg-tertiary);
}

body.preset-light .pricing-card {
    background: var(--bg-card);
    border-color: var(--border);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

body.preset-light .pricing-card.featured {
    border-color: var(--accent-cyan);
    box-shadow: 0 4px 20px rgba(8, 145, 178, 0.15);
}

body.preset-light .feature-card,
body.preset-light .process-step,
body.preset-light .industry-card,
body.preset-light .testimonial-card {
    background: var(--bg-card);
    border-color: var(--border);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

body.preset-light .faq-item {
    border-bottom-color: var(--border);
}

body.preset-light .footer {
    background: var(--bg-tertiary);
}

body.preset-light .cta-section {
    background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
}

body.preset-light .cta-bg::before {
    background: radial-gradient(circle at 30% 50%, rgba(8, 145, 178, 0.08) 0%, transparent 50%);
}

body.preset-light .cta-bg::after {
    background: radial-gradient(circle at 70% 50%, rgba(124, 58, 237, 0.06) 0%, transparent 50%);
}

body.preset-light .interface-card {
    background: #0F172A;
    color: #F8FAFC;
}

body.preset-light .interface-card .call-info h3,
body.preset-light .interface-card .transcript-msg {
    color: #F8FAFC;
}

body.preset-light .btn-secondary {
    color: var(--text-primary);
    border-color: var(--border);
}

body.preset-light .btn-secondary:hover {
    background: var(--bg-tertiary);
}

body.preset-light .btn-ghost {
    color: var(--text-primary);
}

body.preset-light .toggle-track {
    background: #CBD5E1;
}

body.preset-light .toggle-track.yearly {
    background: var(--accent-cyan);
}

/* =========================================
   Ocean Blue Preset - WCAG AA Compliant
   Deep navy with sky blue accents
   ========================================= */
body.preset-ocean {
    --bg-primary: #0B1426;
    --bg-secondary: #0F1D32;
    --bg-tertiary: #132337;
    --bg-card: #0D192B;
    --border: rgba(96, 165, 250, 0.1);
    --border-hover: rgba(96, 165, 250, 0.2);
    --text-primary: #F0F9FF;
    --text-secondary: #93C5FD;
    --text-muted: #60A5FA;
    --accent-cyan: #38BDF8;
    --accent-blue: #60A5FA;
    --accent-indigo: #818CF8;
    --accent-purple: #A78BFA;
    --accent-glow: rgba(56, 189, 248, 0.15);
    --gradient-main: linear-gradient(135deg, #38BDF8 0%, #60A5FA 50%, #818CF8 100%);
    --gradient-subtle: linear-gradient(135deg, rgba(56, 189, 248, 0.1) 0%, rgba(129, 140, 248, 0.1) 100%);
}

body.preset-ocean .hero-gradient-1 {
    background: radial-gradient(circle, rgba(56, 189, 248, 0.25) 0%, transparent 70%);
}

body.preset-ocean .hero-gradient-2 {
    background: radial-gradient(circle, rgba(129, 140, 248, 0.2) 0%, transparent 70%);
}

body.preset-ocean .hero-grid {
    background-image: 
        linear-gradient(rgba(56, 189, 248, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px);
}

body.preset-ocean .hero-line {
    background: linear-gradient(180deg, transparent, #38BDF8, transparent);
}

body.preset-ocean .nav,
body.preset-ocean .nav.scrolled {
    background: rgba(11, 20, 38, 0.95);
}

body.preset-ocean .mobile-menu {
    background: rgba(11, 20, 38, 0.98);
}

body.preset-ocean .section-dark {
    background: var(--bg-tertiary);
}

body.preset-ocean .pricing-card.featured {
    border-color: #38BDF8;
    box-shadow: 0 0 60px rgba(56, 189, 248, 0.2);
}

body.preset-ocean .cta-section {
    background: linear-gradient(135deg, #0F1D32 0%, #132337 100%);
}

body.preset-ocean .cta-bg::before {
    background: radial-gradient(circle at 30% 50%, rgba(56, 189, 248, 0.15) 0%, transparent 50%);
}

body.preset-ocean .cta-bg::after {
    background: radial-gradient(circle at 70% 50%, rgba(129, 140, 248, 0.1) 0%, transparent 50%);
}

body.preset-ocean .badge-dot {
    background: #38BDF8;
    box-shadow: 0 0 10px #38BDF8;
}

body.preset-ocean .hero-badge {
    border-color: rgba(56, 189, 248, 0.3);
    color: #38BDF8;
}

body.preset-ocean .gradient-text {
    background: linear-gradient(135deg, #38BDF8 0%, #60A5FA 50%, #818CF8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================================
   Reset & Base Styles
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

/* =========================================
   Utility Classes
   ========================================= */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.gradient-text {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* =========================================
   Buttons
   ========================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--gradient-main);
    color: white;
    box-shadow: 0 0 30px rgba(6, 182, 212, 0.3), 
                0 0 60px rgba(6, 182, 212, 0.1);
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(6, 182, 212, 0.4), 
                0 0 80px rgba(6, 182, 212, 0.2);
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-primary);
    border: 1px solid var(--border);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--border-hover);
}

.btn-ghost {
    background: transparent;
    color: var(--text-secondary);
    padding: 10px 16px;
}

.btn-ghost:hover {
    color: var(--text-primary);
}

/* =========================================
   Navigation
   ========================================= */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.nav.scrolled {
    background: rgba(4, 6, 11, 0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.custom-logo-img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.logo-mark {
    width: 44px;
    height: 44px;
    background: var(--gradient-main);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.logo-mark::before {
    content: '';
    position: absolute;
    inset: 2px;
    background: var(--bg-primary);
    border-radius: 6px;
}

.logo-mark svg {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 50%;
}

.logo-text {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.nav-menu li {
    list-style: none;
}

.nav-menu a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.nav-menu a:hover,
.nav-menu .current-menu-item a {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.03);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(4, 6, 11, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 20px;
    z-index: 999;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    margin-bottom: 8px;
}

.mobile-menu a {
    display: block;
    color: var(--text-secondary);
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.mobile-menu a:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.03);
}

/* =========================================
   Hero Section
   ========================================= */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
}

/* When demo is disabled, don't force full viewport height */
.hero.hero-no-demo {
    min-height: auto;
    padding: 140px 0 80px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-gradient {
    position: absolute;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.4;
}

.hero-gradient-1 {
    background: radial-gradient(circle, var(--accent-cyan) 0%, transparent 70%);
    top: -40%;
    left: -20%;
}

.hero-gradient-2 {
    background: radial-gradient(circle, var(--accent-purple) 0%, transparent 70%);
    bottom: -50%;
    right: -20%;
    opacity: 0.3;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(6, 182, 212, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 182, 212, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 20%, transparent 70%);
}

.hero-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-line {
    position: absolute;
    width: 1px;
    height: 200px;
    background: linear-gradient(180deg, transparent, var(--accent-cyan), transparent);
    animation: lineFall 8s linear infinite;
    opacity: 0.3;
}

@keyframes lineFall {
    0% { transform: translateY(-200px); opacity: 0; }
    10% { opacity: 0.3; }
    90% { opacity: 0.3; }
    100% { transform: translateY(100vh); opacity: 0; }
}

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Centered hero when demo is disabled */
.hero-content.hero-content-centered {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
}

.hero-content.hero-content-centered .hero-text {
    max-width: 800px;
}

.hero-content.hero-content-centered .hero-badge {
    justify-content: center;
}

.hero-content.hero-content-centered .hero-cta {
    justify-content: center;
}

.hero-content.hero-content-centered .hero-stats {
    justify-content: center;
}

.hero-content.hero-content-centered .hero-stat {
    text-align: center;
}

.hero-text {
    max-width: 560px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 10px;
    background: var(--gradient-subtle);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--accent-cyan);
    margin-bottom: 28px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--accent-cyan);
    border-radius: 50%;
    animation: pulse 2s infinite;
    box-shadow: 0 0 10px var(--accent-cyan);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
}

.hero h1,
.hero .hero-title {
    font-family: var(--font-display);
    font-size: var(--desktop-size, clamp(2.5rem, 5vw, 3.75rem));
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: var(--desktop-size, 1.125rem);
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}

.hero-stat {
    text-align: left;
}

.hero-stat-value {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.hero-stat-label {
    font-size: 0.8125rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Hero Visual */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.interface-card {
    width: 100%;
    max-width: 480px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    position: relative;
}

.interface-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.5), transparent);
}

.interface-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.01);
}

.interface-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-indicator {
    width: 10px;
    height: 10px;
    background: #10B981;
    border-radius: 50%;
    animation: pulse 2s infinite;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.interface-title span {
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    color: var(--text-secondary);
}

.interface-controls {
    display: flex;
    gap: 6px;
}

.control-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--bg-tertiary);
    border: 1px solid var(--border);
}

.interface-body {
    padding: 24px;
}

.call-status {
    text-align: center;
    padding: 20px 0;
}

.caller-visual {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    position: relative;
}

.caller-avatar {
    width: 100%;
    height: 100%;
    background: var(--gradient-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caller-avatar svg {
    width: 36px;
    height: 36px;
    color: white;
}

.caller-ring {
    position: absolute;
    inset: -8px;
    border: 2px solid var(--accent-cyan);
    border-radius: 50%;
    opacity: 0;
    animation: ringPulse 2s ease-out infinite;
}

.caller-ring:nth-child(2) {
    animation-delay: 0.5s;
}

@keyframes ringPulse {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

.call-info h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.call-duration {
    font-family: var(--font-mono);
    font-size: 0.875rem;
    color: #10B981;
}

.transcript-feed {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.transcript-msg {
    padding: 12px 16px;
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    line-height: 1.5;
    max-width: 85%;
    animation: msgSlide 0.4s ease-out both;
}

@keyframes msgSlide {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.msg-ai {
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.2);
    align-self: flex-start;
}

.msg-user {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    align-self: flex-end;
}

.interface-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(40px);
}

/* =========================================
   Logos Section
   ========================================= */
.logos-section {
    padding: 80px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.logos-label {
    text-align: center;
    font-size: 0.8125rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    opacity: 0.4;
}

.logo-item {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: -0.02em;
}

.logo-item img {
    max-height: 40px;
    width: auto;
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%) brightness(1);
}

/* =========================================
   Section Styles
   ========================================= */
.section {
    padding: 120px 0;
    position: relative;
}

.section-dark {
    background: var(--bg-secondary);
}

.section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(6, 182, 212, 0.08);
    border: 1px solid rgba(6, 182, 212, 0.15);
    border-radius: 100px;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--accent-cyan);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.section-desc {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* =========================================
   Features Grid
   ========================================= */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-cyan), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    border-color: var(--border-hover);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-subtle);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    color: var(--accent-cyan);
}

.feature-card h3 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.feature-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* =========================================
   Process Section
   ========================================= */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

.process-line {
    position: absolute;
    top: 40px;
    left: 16.67%;
    right: 16.67%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-cyan), var(--accent-blue), var(--accent-purple));
    opacity: 0.3;
}

.process-step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 80px;
    height: 80px;
    background: var(--bg-card);
    border: 2px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    position: relative;
    z-index: 1;
}

.step-number span {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.process-step h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.process-step p {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    max-width: 280px;
    margin: 0 auto;
}

/* =========================================
   Industries
   ========================================= */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.industry-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: default;
}

.industry-card:hover {
    border-color: rgba(6, 182, 212, 0.3);
    background: rgba(6, 182, 212, 0.03);
}

.industry-icon {
    font-size: 2.5rem;
    margin-bottom: 14px;
    display: block;
}

.industry-card h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.industry-card p {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

/* =========================================
   Pricing
   ========================================= */
.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.pricing-toggle span {
    font-size: 0.9375rem;
    color: var(--text-muted);
    font-weight: 500;
    transition: color 0.2s ease;
}

.pricing-toggle span.active {
    color: var(--text-primary);
}

.toggle-track {
    width: 52px;
    height: 28px;
    background: var(--bg-tertiary);
    border: 1px solid var(--border);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-track::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--gradient-main);
    border-radius: 50%;
    top: 3px;
    left: 4px;
    transition: transform 0.3s ease;
}

.toggle-track.yearly::after {
    transform: translateX(24px);
}

.save-tag {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #10B981;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 36px;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card.featured {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 60px var(--accent-glow);
}

.pricing-card.featured::before {
    content: attr(data-badge);
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-main);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

.plan-header {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.plan-name {
    font-family: var(--font-display);
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.plan-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 20px 0;
}

.price-currency {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-muted);
}

.price-value {
    font-family: var(--font-display);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.price-period {
    font-size: 0.9375rem;
    color: var(--text-muted);
}

.plan-features {
    list-style: none;
    margin-bottom: 28px;
    padding: 0;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.9375rem;
    color: var(--text-secondary);
}

.plan-features li svg {
    width: 18px;
    height: 18px;
    color: var(--accent-cyan);
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-card .btn {
    width: 100%;
}

/* =========================================
   Testimonials
   ========================================= */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonial-rating svg {
    width: 18px;
    height: 18px;
    color: #FBBF24;
    fill: #FBBF24;
}

.testimonial-text {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 44px;
    height: 44px;
    background: var(--gradient-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 0.9375rem;
    font-weight: 600;
}

.author-info p {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

/* =========================================
   FAQ
   ========================================= */
.faq-grid {
    max-width: 720px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.faq-question h3 {
    font-family: var(--font-display);
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--text-primary);
    padding-right: 20px;
}

.faq-icon {
    width: 28px;
    height: 28px;
    background: var(--bg-tertiary);
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-icon svg {
    width: 14px;
    height: 14px;
    color: var(--text-secondary);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    background: var(--accent-cyan);
    border-color: var(--accent-cyan);
}

.faq-item.active .faq-icon svg {
    color: white;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding-bottom: 24px;
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.7;
}

/* =========================================
   CTA Section
   ========================================= */
.cta-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background: var(--gradient-main);
    opacity: 0.05;
}

.cta-content {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.cta-content p {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* =========================================
   Footer
   ========================================= */
.footer {
    padding: 80px 0 40px;
    border-top: 1px solid var(--border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 60px;
}

.footer-brand p {
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin: 20px 0;
    max-width: 280px;
    line-height: 1.6;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background: var(--bg-tertiary);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    background: var(--accent-cyan);
    border-color: var(--accent-cyan);
    color: white;
}

.footer-column h4 {
    font-family: var(--font-display);
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: var(--text-primary);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}

.footer-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-copy p {
    color: var(--text-muted);
    font-size: 0.875rem;
}

.powered-by {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

.powered-by span {
    color: var(--accent-cyan);
    font-weight: 600;
}

.footer-legal {
    display: flex;
    gap: 24px;
}

.footer-legal a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: var(--text-primary);
}

/* Widget Areas in Footer */
.footer-widgets .widget {
    margin-bottom: 0;
}

.footer-widgets .widget-title {
    font-family: var(--font-display);
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.footer-widgets .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widgets .widget li {
    margin-bottom: 12px;
}

.footer-widgets .widget a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.footer-widgets .widget a:hover {
    color: var(--text-primary);
}

/* =========================================
   Scroll Animations
   ========================================= */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   WordPress Specific
   ========================================= */
.wp-block-button .wp-block-button__link {
    background: var(--gradient-main);
    border-radius: var(--radius-md);
    padding: 14px 28px;
}

.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* Page Content */
.page-content {
    padding: 140px 0 80px;
    min-height: 60vh;
}

.page-content h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.page-content p {
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.page-content a {
    color: var(--accent-cyan);
}

.page-content a:hover {
    text-decoration: underline;
}

/* 404 Page */
.error-404 {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 140px 0 80px;
}

.error-404 h1 {
    font-family: var(--font-display);
    font-size: 8rem;
    font-weight: 700;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
}

.error-404 h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    margin-bottom: 16px;
}

.error-404 p {
    color: var(--text-secondary);
    margin-bottom: 32px;
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-stat {
        text-align: center;
    }

    .features-grid,
    .process-grid,
    .pricing-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-line {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Navigation mobile */
    .nav-menu {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .nav-actions .btn-secondary {
        display: none;
    }

    /* Hero section - FORCE CENTERING */
    .hero {
        min-height: auto;
        padding: 100px 0 60px;
    }

    .hero-content,
    .hero-content.hero-content-centered {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 40px;
        justify-items: center;
    }

    .hero-text {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-badge {
        text-align: center;
        justify-content: center;
        margin-top: 0;
    }

    .hero h1,
    .hero .hero-title {
        text-align: center;
        font-size: clamp(1.75rem, 7vw, 2.5rem) !important;
        --desktop-size: initial;
    }

    .hero-subtitle {
        text-align: center;
        font-size: 1rem !important;
        --desktop-size: initial;
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .hero-cta .btn {
        width: 100%;
        max-width: 300px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        width: 100%;
    }

    .hero-stat {
        text-align: center;
    }

    .hero-visual {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* Grids - single column */
    .features-grid,
    .process-grid,
    .testimonials-grid,
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* PRICING - Keep natural order on mobile */
    .pricing-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .pricing-card {
        width: 100%;
        order: unset !important;
    }

    .pricing-card.featured {
        order: unset !important;
    }

    /* Pricing toggle mobile */
    .pricing-toggle {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    /* Footer mobile */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* CTA section mobile */
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }

    /* Section spacing */
    .section {
        padding: 60px 0;
    }

    .section-header {
        text-align: center;
    }

    /* Prevent horizontal overflow */
    html, body {
        overflow-x: hidden;
    }

    .hero-bg,
    .hero-gradient,
    .hero-grid,
    .hero-lines {
        overflow: hidden;
    }

    .hero-gradient {
        width: 100%;
        max-width: 400px;
    }

    /* Ensure all cards are full width */
    .pricing-card,
    .feature-card,
    .process-card,
    .testimonial-card,
    .industry-card {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* =========================================
   Page Templates - Common Styles
   ========================================= */
.page-content {
    min-height: 100vh;
}

.page-hero {
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
}

.page-hero-sm {
    padding: 140px 0 80px;
}

.page-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-title {
    font-family: var(--font-display);
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}

.page-subtitle {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

.last-updated {
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 16px;
}

.content-section {
    padding: 100px 0;
}

.alt-bg {
    background: var(--bg-secondary);
}

/* Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.content-block h2 {
    font-family: var(--font-display);
    font-size: 36px;
    margin-bottom: 20px;
}

.content-block p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 24px;
}

.large-text {
    font-size: 20px;
    line-height: 1.8;
}

/* Centered Content */
.centered-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.centered-content h2 {
    font-family: var(--font-display);
    font-size: 36px;
    margin-bottom: 20px;
}

.centered-content p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 32px;
}

/* Visual Cards */
.visual-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px;
}

.stat-highlight {
    text-align: center;
    padding: 24px 0;
    border-bottom: 1px solid var(--border);
}

.stat-highlight:last-child {
    border-bottom: none;
}

.stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    color: var(--text-secondary);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Value Cards */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.value-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: border-color 0.3s ease;
}

.value-card:hover {
    border-color: var(--border-hover);
}

.value-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 16px;
}

.value-card h3 {
    font-family: var(--font-display);
    font-size: 20px;
    margin-bottom: 12px;
}

.value-card p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.6;
}

/* Team Grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.team-card {
    text-align: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-4px);
}

.team-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-subtle);
    overflow: hidden;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-emoji {
    font-size: 48px;
}

.team-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 4px;
}

.team-role {
    color: var(--text-secondary);
    font-size: 14px;
}

/* Page CTA */
.page-cta {
    padding: 100px 0;
    background: var(--bg-secondary);
}

.cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-family: var(--font-display);
    font-size: 36px;
    margin-bottom: 16px;
}

.cta-content p {
    color: var(--text-secondary);
    margin-bottom: 32px;
    font-size: 18px;
}

/* Perks Grid */
.perks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.perk-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.perk-card:hover {
    border-color: var(--border-hover);
}

.perk-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
}

.perk-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 12px;
}

.perk-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

/* Jobs List */
.jobs-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 48px;
}

.job-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px 32px;
    transition: all 0.3s ease;
}

.job-card:hover {
    border-color: var(--accent-cyan);
    transform: translateX(4px);
}

.job-info h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.job-meta {
    display: flex;
    gap: 16px;
}

.job-meta span {
    font-size: 14px;
    color: var(--text-secondary);
}

.job-dept {
    color: var(--accent-cyan) !important;
}

.job-arrow {
    font-size: 24px;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.job-card:hover .job-arrow {
    color: var(--accent-cyan);
}

.no-fit-section {
    text-align: center;
    margin-top: 48px;
    padding: 40px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.no-fit-section p {
    color: var(--text-secondary);
    margin-bottom: 20px;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.blog-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
}

.blog-card-image {
    aspect-ratio: 16/10;
    display: block;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-placeholder {
    background: var(--gradient-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-icon {
    font-size: 48px;
    opacity: 0.5;
}

.blog-card-content {
    padding: 24px;
}

.blog-card-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13px;
}

.blog-category {
    color: var(--accent-cyan);
}

.blog-date {
    color: var(--text-muted);
}

.blog-card-title {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-card-title a:hover {
    color: var(--accent-cyan);
}

.blog-card-excerpt {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.blog-read-more {
    font-size: 14px;
    color: var(--accent-cyan);
    font-weight: 500;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}

.blog-pagination a,
.blog-pagination span {
    padding: 10px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    transition: all 0.3s ease;
}

.blog-pagination a:hover {
    border-color: var(--accent-cyan);
}

.blog-pagination .current {
    background: var(--gradient-main);
    border-color: transparent;
}

.no-posts {
    text-align: center;
    padding: 80px 0;
}

.no-posts-icon {
    font-size: 64px;
    display: block;
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-posts h2 {
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 12px;
}

.no-posts p {
    color: var(--text-secondary);
}

/* Newsletter Form */
.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 14px 20px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 16px;
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--accent-cyan);
}

/* Press Page */
.press-contact-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px 48px;
}

.press-contact-info h2 {
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 8px;
}

.press-contact-info p {
    color: var(--text-secondary);
}

.press-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 48px;
}

.press-card {
    display: block;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px 32px;
    transition: all 0.3s ease;
}

.press-card:hover {
    border-color: var(--accent-cyan);
    transform: translateX(4px);
}

.press-date {
    font-size: 13px;
    color: var(--text-muted);
    display: block;
    margin-bottom: 8px;
}

.press-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.press-source {
    font-size: 14px;
    color: var(--accent-cyan);
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.coverage-card {
    display: block;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.coverage-card:hover {
    border-color: var(--accent-cyan);
}

.coverage-logo {
    display: block;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-muted);
}

.coverage-quote {
    font-style: italic;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.6;
}

.assets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.asset-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
}

.asset-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
}

.asset-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.asset-card p {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 20px;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 14px;
}

/* Contact Page */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
}

.contact-form-wrapper h2 {
    font-family: var(--font-display);
    font-size: 28px;
    margin-bottom: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 16px;
    font-family: var(--font-body);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-cyan);
}

.btn-full {
    width: 100%;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
}

.contact-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 12px;
}

.contact-info-card h3 {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.contact-info-card a,
.contact-info-card address {
    font-style: normal;
    color: var(--text-primary);
    font-size: 15px;
}

.contact-info-card a:hover {
    color: var(--accent-cyan);
}

.contact-social {
    margin-top: 32px;
}

.contact-social h3 {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 16px;
}

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

.contact-social .social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    transition: all 0.3s ease;
}

.contact-social .social-links a:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
}

.contact-social .social-links svg {
    width: 18px;
    height: 18px;
}

.contact-faq-section .centered-content {
    padding: 40px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
}

/* Help Center Page */
.help-search {
    display: flex;
    gap: 12px;
    max-width: 600px;
    margin: 32px auto 0;
}

.help-search input {
    flex: 1;
    padding: 16px 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    color: var(--text-primary);
    font-size: 16px;
}

.help-search input:focus {
    outline: none;
    border-color: var(--accent-cyan);
}

.help-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.help-category-card {
    display: block;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    position: relative;
    transition: all 0.3s ease;
}

.help-category-card:hover {
    border-color: var(--accent-cyan);
    transform: translateY(-4px);
}

.help-category-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 16px;
}

.help-category-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.help-category-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
}

.help-category-arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 20px;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.help-category-card:hover .help-category-arrow {
    color: var(--accent-cyan);
}

.popular-articles-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
}

.popular-article {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
}

.popular-article:hover {
    border-color: var(--accent-cyan);
}

.article-icon {
    font-size: 20px;
}

.article-title {
    flex: 1;
    font-size: 15px;
}

.article-arrow {
    color: var(--text-muted);
}

.popular-article:hover .article-arrow {
    color: var(--accent-cyan);
}

.help-contact-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px 48px;
}

.help-contact-content h2 {
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 8px;
}

.help-contact-content p {
    color: var(--text-secondary);
}

/* Documentation Page */
.quickstart-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
}

.quickstart-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
}

.step-number {
    width: 48px;
    height: 48px;
    background: var(--gradient-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.step-content p {
    color: var(--text-secondary);
    font-size: 15px;
}

.code-example {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 32px;
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid var(--border);
}

.code-lang {
    font-size: 13px;
    color: var(--text-muted);
    font-family: var(--font-mono);
}

.copy-btn {
    padding: 6px 12px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
}

.code-example pre {
    padding: 24px;
    overflow-x: auto;
}

.code-example code {
    font-family: var(--font-mono);
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.doc-card {
    display: block;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: all 0.3s ease;
}

.doc-card:hover {
    border-color: var(--accent-cyan);
    transform: translateY(-4px);
}

.doc-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 16px;
}

.doc-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.doc-card p {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.doc-link {
    color: var(--accent-cyan);
    font-size: 14px;
    font-weight: 500;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.resource-card {
    display: block;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.resource-card:hover {
    border-color: var(--accent-cyan);
}

.resource-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 16px;
}

.resource-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.resource-card p {
    color: var(--text-secondary);
    font-size: 14px;
}

/* Status Page */
.status-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 40px;
    border-radius: var(--radius-lg);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
}

.status-banner.status-operational {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.status-banner.status-degraded {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.status-banner.status-partial,
.status-banner.status-major {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.status-operational .status-indicator {
    background: #10B981;
    box-shadow: 0 0 12px #10B981;
}

.status-degraded .status-indicator {
    background: #F59E0B;
    box-shadow: 0 0 12px #F59E0B;
}

.status-partial .status-indicator,
.status-major .status-indicator {
    background: #EF4444;
    box-shadow: 0 0 12px #EF4444;
}

.status-updated {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted);
    margin-left: 16px;
}

.services-status-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
}

.service-status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
}

.service-name {
    font-weight: 500;
}

.service-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.service-status.status-operational {
    color: #10B981;
}

.service-status.status-operational .status-dot {
    background: #10B981;
}

.service-status.status-degraded {
    color: #F59E0B;
}

.service-status.status-degraded .status-dot {
    background: #F59E0B;
}

.service-status.status-partial,
.service-status.status-major {
    color: #EF4444;
}

.service-status.status-partial .status-dot,
.service-status.status-major .status-dot {
    background: #EF4444;
}

.uptime-display {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    margin-top: 32px;
}

.uptime-bar {
    display: flex;
    gap: 2px;
}

.uptime-day {
    flex: 1;
    height: 32px;
    border-radius: 2px;
}

.uptime-day.status-operational {
    background: #10B981;
}

.uptime-day.status-degraded {
    background: #F59E0B;
}

.uptime-day.status-partial,
.uptime-day.status-major {
    background: #EF4444;
}

.uptime-legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
    color: var(--text-muted);
}

.uptime-percent {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
}

.incidents-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.incident-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
}

.incident-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.incident-date {
    font-size: 13px;
    color: var(--text-muted);
}

.incident-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.incident-status.status-resolved {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
}

.incident-status.status-monitoring {
    background: rgba(59, 130, 246, 0.1);
    color: #3B82F6;
}

.incident-status.status-investigating {
    background: rgba(245, 158, 11, 0.1);
    color: #F59E0B;
}

.incident-card h3 {
    font-family: var(--font-display);
    font-size: 16px;
    margin-bottom: 8px;
}

.incident-card p {
    color: var(--text-secondary);
    font-size: 14px;
}

.no-incidents {
    text-align: center;
    padding: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    margin-top: 32px;
}

.no-incidents-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.no-incidents p {
    color: var(--text-secondary);
}

/* Security Page */
.certs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.cert-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
}

.cert-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
}

.cert-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 8px;
}

.cert-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
}

.security-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.security-feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
}

.feature-icon {
    font-size: 36px;
    display: block;
    margin-bottom: 16px;
}

.security-feature-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 12px;
}

.security-feature-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

.security-list {
    list-style: none;
}

.security-list li {
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    color: var(--text-secondary);
}

.security-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-cyan);
    font-weight: bold;
}

.security-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stat-item {
    text-align: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 20px;
}

.stat-value {
    display: block;
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Legal Page */
.legal-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 60px;
}

.legal-toc {
    position: sticky;
    top: 100px;
    align-self: start;
}

.legal-toc h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.toc-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toc-nav a {
    font-size: 14px;
    color: var(--text-secondary);
    transition: color 0.3s ease;
}

.toc-nav a:hover {
    color: var(--accent-cyan);
}

.legal-content {
    max-width: 800px;
}

.legal-content section {
    margin-bottom: 48px;
}

.legal-content h2 {
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 16px;
    padding-top: 24px;
}

.legal-content p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 16px;
}

.legal-content li {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-contact-card {
    text-align: center;
    padding: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
}

.legal-contact-card h2 {
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 12px;
}

.legal-contact-card p {
    color: var(--text-secondary);
    margin-bottom: 24px;
}

/* Page Template Responsive */
@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .values-grid,
    .perks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .certs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-grid,
    .docs-grid,
    .help-categories-grid,
    .coverage-grid,
    .assets-grid,
    .resources-grid,
    .security-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .legal-toc {
        position: static;
    }

    .security-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 120px 0 60px;
    }

    .content-section {
        padding: 60px 0;
    }

    .values-grid,
    .perks-grid,
    .team-grid,
    .certs-grid,
    .blog-grid,
    .docs-grid,
    .help-categories-grid,
    .coverage-grid,
    .assets-grid,
    .resources-grid,
    .security-features-grid {
        grid-template-columns: 1fr;
    }

    .press-contact-card,
    .help-contact-card {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .help-search {
        flex-direction: column;
    }

    .job-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .job-meta {
        flex-wrap: wrap;
    }
}

/* =========================================
   Enhanced Mobile Responsiveness Fixes
   ========================================= */

/* Small tablets and large phones */
@media (max-width: 640px) {
    /* Base adjustments */
    body {
        font-size: 15px;
    }

    .container {
        padding: 0 16px;
    }

    /* Hero section mobile fixes */
    .hero {
        padding: 90px 0 50px;
        min-height: auto;
    }

    .hero.hero-no-demo {
        padding: 90px 0 50px;
    }

    .hero h1,
    .hero .hero-title {
        font-size: 1.625rem !important;
        line-height: 1.2;
        --desktop-size: initial;
    }

    .hero-subtitle {
        font-size: 0.9375rem !important;
        --desktop-size: initial;
    }

    .hero-badge {
        font-size: 0.6875rem;
        padding: 6px 10px 6px 8px;
    }

    .hero-visual {
        margin-top: 30px;
    }

    .interface-card {
        max-width: 100%;
    }

    .interface-body {
        padding: 16px;
    }

    .transcript-feed {
        gap: 10px;
    }

    .transcript-msg {
        padding: 10px 12px;
        font-size: 0.75rem;
        max-width: 95%;
    }

    /* Section adjustments */
    .section {
        padding: 50px 0;
    }

    .section-header {
        margin-bottom: 32px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-desc {
        font-size: 0.875rem;
    }

    /* Logos section mobile */
    .logos-section {
        padding: 40px 0;
    }

    .logos-grid {
        gap: 20px 24px;
    }

    .logo-item {
        font-size: 0.875rem;
    }

    /* Features grid mobile */
    .features-grid {
        gap: 12px;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-icon-wrap {
        width: 44px;
        height: 44px;
    }

    .feature-card h3 {
        font-size: 1rem;
    }

    .feature-card p {
        font-size: 0.875rem;
    }

    /* Process section mobile */
    .process-grid {
        gap: 16px;
    }

    .process-card {
        padding: 20px;
    }

    .process-number {
        width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }

    /* Industries mobile */
    .industries-grid {
        gap: 12px;
    }

    .industry-card {
        padding: 20px;
    }

    .industry-icon {
        width: 44px;
        height: 44px;
        font-size: 1.125rem;
    }

    /* Pricing section mobile fixes */
    .pricing-toggle {
        gap: 8px;
        margin-bottom: 32px;
    }

    .pricing-toggle > span:not(.save-tag) {
        font-size: 0.8125rem;
    }

    .toggle-track {
        width: 44px;
        height: 24px;
    }

    .toggle-track::after {
        width: 16px;
        height: 16px;
        top: 3px;
        left: 3px;
    }

    .toggle-track.yearly::after {
        transform: translateX(20px);
    }

    .save-tag {
        font-size: 0.625rem;
        padding: 2px 6px;
    }

    .pricing-grid {
        gap: 16px;
    }

    .pricing-card {
        padding: 20px;
    }

    .plan-name {
        font-size: 1.125rem;
    }

    .plan-desc {
        font-size: 0.8125rem;
    }

    .price-value {
        font-size: 2.25rem;
    }

    .price-currency,
    .price-period {
        font-size: 0.875rem;
    }

    .plan-features li {
        font-size: 0.8125rem;
        gap: 8px;
        padding: 6px 0;
    }

    .plan-features li svg {
        width: 14px;
        height: 14px;
    }

    /* Testimonials mobile */
    .testimonials-grid {
        gap: 12px;
    }

    .testimonial-card {
        padding: 16px;
    }

    .testimonial-text {
        font-size: 0.8125rem;
    }

    .author-avatar {
        width: 36px;
        height: 36px;
    }

    .author-info h4 {
        font-size: 0.8125rem;
    }

    .author-info p {
        font-size: 0.75rem;
    }

    /* FAQ mobile */
    .faq-question {
        padding: 16px 0;
        font-size: 0.9375rem;
    }

    .faq-answer {
        font-size: 0.8125rem;
        padding-bottom: 16px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    /* CTA section mobile */
    .cta-section {
        padding: 50px 0;
    }

    .cta-content h2 {
        font-size: 1.5rem;
    }

    .cta-content p {
        font-size: 0.875rem;
    }

    /* Footer mobile */
    .footer {
        padding: 50px 0 24px;
    }

    .footer-desc {
        font-size: 0.8125rem;
    }

    .footer-menu h4 {
        font-size: 0.8125rem;
    }

    .footer-menu a {
        font-size: 0.8125rem;
    }

    .footer-bottom {
        padding-top: 20px;
    }

    .footer-copyright {
        font-size: 0.75rem;
    }

    .footer-legal a {
        font-size: 0.75rem;
    }

    /* Navigation mobile improvements */
    .nav {
        padding: 10px 0;
    }

    .logo-text {
        font-size: 1rem;
    }

    .logo-mark {
        width: 32px;
        height: 32px;
    }

    .logo-mark svg {
        width: 16px;
        height: 16px;
    }

    .nav-actions .btn-primary {
        padding: 8px 14px;
        font-size: 0.75rem;
    }

    .mobile-toggle {
        padding: 4px 8px;
        font-size: 1.25rem;
    }

    .mobile-menu {
        top: 56px;
        padding: 12px;
    }

    .mobile-menu a {
        padding: 12px 14px;
        font-size: 0.9375rem;
    }

    /* Buttons mobile */
    .btn {
        padding: 10px 18px;
        font-size: 0.8125rem;
    }

    .btn-primary {
        box-shadow: 0 0 15px rgba(6, 182, 212, 0.15);
    }

    /* Hero stats mobile */
    .hero-stats {
        gap: 16px;
        padding-top: 20px;
    }

    .hero-stat-value {
        font-size: 1.375rem;
    }

    .hero-stat-label {
        font-size: 0.6875rem;
    }
}

/* Very small phones */
@media (max-width: 380px) {
    .container {
        padding: 0 12px;
    }

    .hero {
        padding: 80px 0 40px;
    }

    .hero h1,
    .hero .hero-title {
        font-size: 1.375rem !important;
        --desktop-size: initial;
    }

    .section-title {
        font-size: 1.375rem;
    }

    .price-value {
        font-size: 2rem;
    }

    .pricing-card {
        padding: 20px;
    }

    .plan-header {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .feature-card,
    .process-card,
    .industry-card {
        padding: 20px;
    }

    .btn {
        padding: 10px 16px;
        font-size: 0.8125rem;
    }

    .hero-cta .btn {
        padding: 12px 20px;
    }

    .interface-header {
        padding: 12px 16px;
    }

    .call-info h3 {
        font-size: 1rem;
    }

    .caller-visual {
        width: 64px;
        height: 64px;
    }

    .caller-avatar svg {
        width: 28px;
        height: 28px;
    }
}
