/* =================================================================
   REVVANCE GROUP — Shared Site Design System
   ================================================================= */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --bg: #0a0a0f;
    --bg-card: #12121a;
    --bg-elevated: #1a1a26;
    --border: #2a2a3a;
    --accent: #4f6ef7;
    --accent-hover: #3b5bdb;
    --accent-glow: rgba(79, 110, 247, 0.15);
    --green: #22c55e;
    --orange: #f59e0b;
    --text: #f0f0f5;
    --text-muted: #8888a0;
    --text-dim: #55556a;
    --radius: 14px;
    --transition: 0.25s ease;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; width: 100%; }
img, video, iframe, table, pre { max-width: 100%; }

/* ===== NAV ===== */
nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 16px 0; transition: all 0.3s;
}
nav.scrolled {
    background: rgba(10, 10, 15, 0.92);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.5px; }
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--text-muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta-btn {
    background: var(--accent); color: white !important; padding: 10px 22px;
    border-radius: 8px; font-weight: 600; font-size: 0.9rem; transition: all 0.2s;
}
.nav-cta-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }
.nav-email { font-size: 0.85rem; color: var(--text-muted); }
.hamburger {
    display: none; background: none; border: none; cursor: pointer; padding: 8px;
    flex-direction: column; gap: 5px;
}
.hamburger span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== BUTTONS ===== */
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--accent); color: white; padding: 16px 32px;
    border-radius: 10px; font-weight: 700; font-size: 1rem;
    transition: all 0.25s; border: none; cursor: pointer;
}
.btn-primary:hover {
    background: var(--accent-hover); transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(79,110,247,0.3);
}
.btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--text); padding: 16px 28px; border-radius: 10px;
    font-weight: 600; font-size: 1rem; border: 1px solid var(--border); transition: all 0.25s;
}
.btn-secondary:hover { border-color: var(--accent); background: var(--accent-glow); }
.btn-arrow { transition: transform 0.2s; }
.btn-primary:hover .btn-arrow, .btn-secondary:hover .btn-arrow { transform: translateX(4px); }
.btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--accent); padding: 12px 24px; border-radius: 8px;
    font-weight: 600; font-size: 0.95rem; border: 1px solid rgba(79,110,247,0.3);
    transition: all 0.25s;
}
.btn-outline:hover { background: var(--accent-glow); border-color: var(--accent); }

/* ===== SHARED SECTION STYLES ===== */
.section-label {
    font-size: 0.78rem; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--accent); margin-bottom: 16px;
    display: block;
}
.section-header { text-align: center; max-width: 650px; margin: 0 auto 60px; }
.section-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.section-header p { font-size: 1.1rem; color: var(--text-muted); }

/* ===== PAGE HERO (interior pages) ===== */
.page-hero {
    padding: 120px 0 80px; position: relative;
    background: linear-gradient(135deg, #0d0d18 0%, #0a0a0f 100%);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; top: -200px; left: 30%; transform: translateX(-50%);
    width: 700px; height: 600px;
    background: radial-gradient(ellipse, rgba(79,110,247,0.07) 0%, transparent 70%);
    pointer-events: none;
}
.breadcrumb {
    display: flex; align-items: center; gap: 8px; font-size: 0.82rem;
    color: var(--text-dim); margin-bottom: 20px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-muted); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb svg { width: 12px; height: 12px; fill: var(--text-dim); }
.page-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 900;
    letter-spacing: -1px; margin-bottom: 18px; line-height: 1.1; max-width: 780px;
}
.page-hero h1 .highlight {
    background: linear-gradient(135deg, var(--accent), #818cf8);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.page-hero-sub {
    font-size: 1.1rem; color: var(--text-muted); line-height: 1.7; max-width: 580px; margin-bottom: 32px;
}
.page-hero-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

/* ===== HERO (homepage) ===== */
.hero {
    min-height: 100vh; display: flex; align-items: center;
    padding: 120px 0 80px; position: relative; overflow: hidden;
}
.hero-glow {
    position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
    width: 800px; height: 600px;
    background: radial-gradient(ellipse, rgba(79,110,247,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 720px; }
.hero-label {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--accent-glow); border: 1px solid rgba(79,110,247,0.2);
    color: var(--accent); padding: 6px 16px; border-radius: 50px;
    font-size: 0.82rem; font-weight: 600; margin-bottom: 28px;
}
.hero-label .dot {
    width: 6px; height: 6px; background: var(--green); border-radius: 50%;
    animation: pulse 2s ease infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 {
    font-size: clamp(2.8rem, 5.5vw, 4.2rem); font-weight: 900;
    line-height: 1.08; letter-spacing: -1.5px; margin-bottom: 24px;
}
.hero h1 .highlight {
    background: linear-gradient(135deg, var(--accent), #818cf8);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 1.2rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 40px; max-width: 560px; }
.hero-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-proof {
    margin-top: 56px; display: flex; align-items: center; gap: 32px;
    padding-top: 32px; border-top: 1px solid var(--border);
}
.proof-item { display: flex; flex-direction: column; }
.proof-number { font-size: 1.8rem; font-weight: 800; color: var(--text); letter-spacing: -1px; }
.proof-label { font-size: 0.8rem; color: var(--text-dim); font-weight: 500; }

/* ===== PROBLEM SECTION ===== */
.problem { padding: 100px 0; border-top: 1px solid var(--border); }
.problem-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.problem-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.problem-header p { font-size: 1.1rem; color: var(--text-muted); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 14px; padding: 32px 28px; transition: all 0.3s;
}
.pain-card:hover { border-color: rgba(245,158,11,0.3); transform: translateY(-4px); }
.pain-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.pain-card p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.65; }

/* ===== SOLUTION ===== */
.solution {
    padding: 100px 0; background: var(--bg-card);
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.solution-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.solution-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.solution-header p { font-size: 1.1rem; color: var(--text-muted); }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sol-card {
    background: var(--bg); border: 1px solid var(--border);
    border-radius: 14px; padding: 36px 32px;
    transition: all 0.3s; position: relative; overflow: hidden;
}
.sol-card:hover { border-color: rgba(79,110,247,0.3); }
.sol-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--accent); transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
}
.sol-card:hover::after { transform: scaleX(1); }
.sol-badge {
    display: inline-block; font-size: 0.7rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px; padding: 4px 10px;
    border-radius: 4px; margin-bottom: 16px;
}
.sol-badge.core { background: rgba(79,110,247,0.12); color: var(--accent); }
.sol-badge.coming { background: rgba(245,158,11,0.12); color: var(--orange); }
.sol-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; }
.sol-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 16px; }
.sol-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sol-features li { font-size: 0.88rem; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
.sol-features li .check { color: var(--green); font-weight: 700; flex-shrink: 0; }

/* ===== PRICING ===== */
.pricing { padding: 100px 0; border-top: 1px solid var(--border); }
.pricing-header { text-align: center; max-width: 580px; margin: 0 auto 60px; }
.pricing-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.pricing-header p { font-size: 1.1rem; color: var(--text-muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.price-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 16px; padding: 36px 32px; transition: all 0.3s; position: relative;
}
.price-card:hover { border-color: rgba(79,110,247,0.3); transform: translateY(-4px); }
.price-card.featured {
    border: 2px solid var(--accent);
    background: linear-gradient(135deg, rgba(79,110,247,0.05) 0%, var(--bg-card) 100%);
}
.price-card.featured::before {
    content: 'Most Popular';
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--accent); color: white; padding: 4px 16px;
    border-radius: 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.5px;
}
.price-name { font-size: 0.82rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.price-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.price-dollar { font-size: 1.2rem; font-weight: 700; color: var(--text); }
.price-number { font-size: 3rem; font-weight: 900; color: var(--text); letter-spacing: -2px; line-height: 1; }
.price-period { font-size: 1rem; color: var(--text-muted); }
.price-desc { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 28px; line-height: 1.5; }
.price-divider { height: 1px; background: var(--border); margin-bottom: 24px; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.price-features li { font-size: 0.9rem; color: var(--text-muted); display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.price-features li .pf-icon { color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.price-features li .pf-icon.na { color: var(--text-dim); }
.price-btn {
    display: block; text-align: center; padding: 14px 24px; border-radius: 10px;
    font-weight: 700; font-size: 0.95rem; transition: all 0.25s;
}
.price-btn.primary { background: var(--accent); color: white; }
.price-btn.primary:hover { background: var(--accent-hover); transform: translateY(-2px); }
.price-btn.secondary { border: 1px solid var(--border); color: var(--text); }
.price-btn.secondary:hover { border-color: var(--accent); background: var(--accent-glow); }
.pricing-note { text-align: center; margin-top: 36px; font-size: 0.88rem; color: var(--text-dim); }
.pricing-note a { color: var(--accent); }

/* ===== PORTFOLIO ===== */
.portfolio { padding: 100px 0; }
.portfolio-header { text-align: center; max-width: 650px; margin: 0 auto 60px; }
.portfolio-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.portfolio-header p { font-size: 1.1rem; color: var(--text-muted); }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.port-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden; transition: all 0.35s; display: block;
}
.port-card:hover { transform: translateY(-6px); border-color: rgba(79,110,247,0.3); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.port-preview { height: 220px; position: relative; overflow: hidden; }
.port-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.port-card:hover .port-img { transform: scale(1.05); }
.port-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,10,15,0.95) 0%, rgba(10,10,15,0.2) 60%);
    display: flex; align-items: flex-end; padding: 20px;
}
.port-industry {
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.5px; padding: 5px 12px; border-radius: 4px;
}
.port-industry.plumbing { background: rgba(59,130,246,0.2); color: #60a5fa; }
.port-industry.roofing { background: rgba(239,68,68,0.2); color: #f87171; }
.port-industry.landscaping { background: rgba(34,197,94,0.2); color: #4ade80; }
.port-industry.electrician { background: rgba(24,64,176,0.2); color: #60a5fa; }
.port-industry.hvac { background: rgba(249,115,22,0.22); color: #fb923c; }
.port-card.featured { border: 2px solid rgba(249,115,22,0.55); position: relative; }
.port-card.featured::before {
    content: 'NEW · FLAGSHIP';
    position: absolute; top: 16px; right: 16px; z-index: 3;
    background: #f97316; color: #fff;
    padding: 6px 12px; border-radius: 100px;
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
.port-body { padding: 24px; }
.port-body h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.port-body p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.port-stats { display: flex; gap: 20px; padding-top: 16px; border-top: 1px solid var(--border); margin-bottom: 16px; }
.port-stat { display: flex; flex-direction: column; }
.port-stat-val { font-size: 1.1rem; font-weight: 800; color: var(--green); }
.port-stat-label { font-size: 0.72rem; color: var(--text-dim); font-weight: 500; }
.port-link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: 0.9rem; }
.port-link svg { transition: transform 0.2s; }
.port-card:hover .port-link svg { transform: translateX(5px); }

/* ===== PROCESS ===== */
.process {
    padding: 100px 0; background: var(--bg-card);
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.process-header { text-align: center; max-width: 550px; margin: 0 auto 60px; }
.process-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.process-header p { font-size: 1.1rem; color: var(--text-muted); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step {
    text-align: center; padding: 32px 20px;
    background: var(--bg); border: 1px solid var(--border); border-radius: 14px;
    transition: all 0.3s; position: relative;
}
.step:hover { border-color: rgba(79,110,247,0.3); transform: translateY(-4px); }
.step-num {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--accent-glow); border: 1px solid rgba(79,110,247,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; font-weight: 800; color: var(--accent); margin: 0 auto 20px;
}
.step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

/* ===== OBJECTIONS ===== */
.objections { padding: 100px 0; }
.objections-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.objections-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.obj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.obj-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 14px; padding: 32px 28px; transition: all 0.3s;
}
.obj-card:hover { border-color: rgba(34,197,94,0.3); }
.obj-q { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; color: var(--orange); display: flex; align-items: flex-start; gap: 10px; }
.obj-a { font-size: 0.92rem; color: var(--text-muted); line-height: 1.7; }

/* ===== TESTIMONIALS ===== */
.testimonials {
    padding: 100px 0; background: var(--bg-card);
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.test-header { text-align: center; max-width: 500px; margin: 0 auto 60px; }
.test-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15;
}
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.test-card {
    background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 32px 28px;
}
.test-stars { color: var(--orange); font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; }
.test-card blockquote { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.test-author { font-size: 0.9rem; font-weight: 700; color: var(--text); }
.test-role { font-size: 0.8rem; color: var(--text-dim); }

/* ===== CTA BANNER ===== */
.final-cta { padding: 120px 0; text-align: center; position: relative; overflow: hidden; }
.final-cta-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 400px;
    background: radial-gradient(ellipse, rgba(79,110,247,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.final-cta-content { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }
.final-cta h2 {
    font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
    letter-spacing: -1px; margin-bottom: 16px; line-height: 1.1;
}
.final-cta p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 36px; }
.final-cta .btn-primary { font-size: 1.1rem; padding: 18px 40px; }
.final-cta-sub { margin-top: 20px; font-size: 0.85rem; color: var(--text-dim); }

/* ===== INLINE CTA (in-page) ===== */
.inline-cta {
    background: linear-gradient(135deg, rgba(79,110,247,0.08), rgba(79,110,247,0.04));
    border: 1px solid rgba(79,110,247,0.2);
    border-radius: 16px; padding: 48px 40px; text-align: center; margin: 60px 0;
}
.inline-cta h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.3px; }
.inline-cta p { font-size: 1rem; color: var(--text-muted); margin-bottom: 28px; }

/* ===== SERVICE PAGE ===== */
.service-content { max-width: 820px; margin: 0 auto; }
.service-body { padding: 80px 0; }
.service-body h2 { font-size: 1.6rem; font-weight: 800; margin: 40px 0 14px; letter-spacing: -0.3px; }
.service-body h3 { font-size: 1.2rem; font-weight: 700; margin: 28px 0 10px; color: var(--text); }
.service-body p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.service-body ul, .service-body ol { padding-left: 24px; margin-bottom: 18px; }
.service-body li { font-size: 0.97rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 8px; }
.service-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 32px 0; }
.feature-item {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;
    padding: 20px 24px; display: flex; gap: 14px; align-items: flex-start; transition: border-color 0.2s;
}
.feature-item:hover { border-color: rgba(79,110,247,0.3); }
.feature-icon { color: var(--green); font-size: 1.1rem; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.feature-item h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.feature-item p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.demo-link-block {
    background: linear-gradient(135deg, rgba(249,115,22,0.08), rgba(249,115,22,0.04));
    border: 1px solid rgba(249,115,22,0.25); border-radius: 14px; padding: 28px 32px;
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    margin: 40px 0; flex-wrap: wrap;
}
.demo-link-block-text h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }
.demo-link-block-text p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }
.demo-link-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #f97316; color: white; padding: 12px 24px;
    border-radius: 8px; font-weight: 700; font-size: 0.9rem; white-space: nowrap; transition: all 0.2s;
}
.demo-link-btn:hover { background: #ea6c0a; transform: translateY(-1px); }

/* ===== FAQ ===== */
.faq-section { padding: 80px 0; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
    border: 1px solid var(--border); border-radius: 12px; margin-bottom: 10px;
    overflow: hidden; background: var(--bg-card); transition: border-color 0.2s;
}
.faq-item:hover { border-color: rgba(79,110,247,0.25); }
.faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: 0.97rem;
    color: var(--text); background: transparent; border: none;
    text-align: left; font-family: inherit; line-height: 1.4;
    user-select: none; transition: color 0.2s;
}
.faq-q::after {
    content: '+'; font-size: 1.6rem; font-weight: 400; color: var(--accent);
    line-height: 1; flex-shrink: 0; transition: transform 0.3s;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-q:hover { color: var(--accent); }
.faq-q svg { width: 18px; height: 18px; fill: var(--accent); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 24px 20px; font-size: 0.92rem; color: var(--text-muted); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }
.faq-a p { color: var(--text-muted); margin-bottom: 12px; }
.faq-a p:last-child { margin-bottom: 0; }

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden; transition: all 0.35s; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); border-color: rgba(79,110,247,0.3); box-shadow: 0 16px 48px rgba(0,0,0,0.25); }
.blog-card-img { height: 200px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.blog-tag {
    font-size: 0.7rem; font-weight: 700; color: var(--accent);
    background: var(--accent-glow); padding: 3px 10px; border-radius: 4px;
    text-transform: uppercase; letter-spacing: 1px;
}
.blog-date { font-size: 0.8rem; color: var(--text-dim); }
.blog-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; line-height: 1.35; color: var(--text); }
.blog-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.blog-read-more { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: 0.88rem; margin-top: auto; transition: gap 0.2s; }
.blog-read-more:hover { gap: 10px; }
.blog-read-more svg { width: 14px; height: 14px; }

/* ===== BLOG POST ===== */
.post-container { max-width: 760px; margin: 0 auto; padding: 64px 24px; }
.post-header { margin-bottom: 40px; }
.post-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.post-tag {
    font-size: 0.72rem; font-weight: 700; background: var(--accent-glow);
    color: var(--accent); padding: 4px 12px; border-radius: 20px;
    text-transform: uppercase; letter-spacing: 1.5px;
}
.post-date { font-size: 0.85rem; color: var(--text-dim); }
.post-header h1 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900;
    letter-spacing: -0.7px; line-height: 1.2; margin-bottom: 18px;
}
.post-excerpt {
    font-size: 1.1rem; color: var(--text-muted); line-height: 1.75;
    border-left: 3px solid var(--accent); padding-left: 20px; margin-bottom: 36px;
}
.post-img { border-radius: 14px; overflow: hidden; margin-bottom: 48px; }
.post-img img { width: 100%; height: 380px; object-fit: cover; }
.post-body h2 { font-size: 1.5rem; font-weight: 800; margin: 40px 0 14px; letter-spacing: -0.3px; }
.post-body h3 { font-size: 1.15rem; font-weight: 700; margin: 28px 0 10px; }
.post-body p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.82; margin-bottom: 18px; }
.post-body ul, .post-body ol { padding-left: 28px; margin-bottom: 20px; }
.post-body li { font-size: 0.97rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 8px; }
.post-body strong { color: var(--text); font-weight: 700; }
.post-cta-box {
    background: linear-gradient(135deg, rgba(79,110,247,0.08), rgba(79,110,247,0.04));
    border: 1px solid rgba(79,110,247,0.2); border-radius: 14px; padding: 36px;
    text-align: center; margin: 48px 0;
}
.post-cta-box h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 10px; }
.post-cta-box p { font-size: 0.92rem; color: var(--text-muted); margin-bottom: 24px; }

/* ===== CASE STUDIES ===== */
.case-study-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.case-card {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 16px; overflow: hidden; transition: all 0.3s; display: flex; flex-direction: column;
}
.case-card:hover { border-color: rgba(79,110,247,0.3); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.25); }
.case-card-img { height: 220px; overflow: hidden; }
.case-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.case-card:hover .case-card-img img { transform: scale(1.04); }
.case-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.case-industry {
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.5px; padding: 4px 10px; border-radius: 4px;
    margin-bottom: 16px; display: inline-block;
}
.case-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.case-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.case-results { display: flex; gap: 20px; padding-top: 16px; border-top: 1px solid var(--border); margin-bottom: 20px; }
.case-result { display: flex; flex-direction: column; }
.case-result-val { font-size: 1.2rem; font-weight: 800; color: var(--green); }
.case-result-label { font-size: 0.72rem; color: var(--text-dim); font-weight: 500; }
.case-link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: 0.9rem; }

/* ===== TRUST STRIP ===== */
.trust-strip {
    padding: 24px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    background: var(--bg-card);
}
.trust-strip-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; font-weight: 600; color: var(--text-muted); }
.trust-item svg { width: 18px; height: 18px; fill: var(--green); flex-shrink: 0; }

/* ===== CONTACT FORM ===== */
.contact-form-wrapper {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px;
    padding: 40px 36px;
}
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--text-muted); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; background: var(--bg); border: 1px solid var(--border);
    border-radius: 8px; padding: 12px 16px; color: var(--text);
    font-family: inherit; font-size: 0.95rem; transition: border-color 0.2s; outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { appearance: none; cursor: pointer; }
.form-consent { background: rgba(79,110,247,0.04); border: 1px solid rgba(79,110,247,0.15); border-radius: 8px; padding: 14px 16px; margin: 8px 0 4px; }
.checkbox-label { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; }
.checkbox-label input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; width: 18px; height: 18px; cursor: pointer; accent-color: var(--accent); }
.checkbox-label span { flex: 1; }
.checkbox-label a { color: var(--accent); text-decoration: underline; }
.checkbox-label a:hover { color: var(--accent-hover); }
.form-submit { display: block; margin-top: 24px; }
.form-submit-btn {
    width: 100%; justify-content: center; padding: 16px 24px; font-size: 1rem;
}
.form-disclaimer { font-size: 0.78rem; color: var(--text-dim); line-height: 1.55; margin-top: 12px; text-align: center; }
.form-intro { font-size: 0.97rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 28px; max-width: 520px; }
.contact-form-wrapper h2 { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.3px; margin-bottom: 12px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }
.contact-sidebar { display: flex; flex-direction: column; gap: 32px; position: sticky; top: 96px; }
.what-happens-next,
.contact-reassurance,
.contact-details {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 14px; padding: 28px 26px;
}
.what-happens-next h3,
.contact-reassurance h3,
.contact-details h3 {
    font-size: 1.05rem; font-weight: 800; letter-spacing: -0.2px; margin-bottom: 18px;
}
.contact-reassurance p,
.contact-details p {
    font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px;
}
.contact-reassurance p:last-child,
.contact-details p:last-child { margin-bottom: 0; }
.contact-details a { color: var(--accent); font-weight: 600; }
.contact-details a:hover { text-decoration: underline; }
.contact-hours { font-size: 0.82rem !important; color: var(--text-dim) !important; font-style: italic; margin-top: 12px !important; }
.next-steps-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.next-steps-list li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; }
.next-step-num {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--accent-glow); color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 0.95rem;
    border: 1px solid rgba(79,110,247,0.22);
}
.next-step-text strong { display: block; font-size: 0.92rem; font-weight: 700; margin-bottom: 4px; color: var(--text); }
.next-step-text p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
.active-nav { color: var(--accent) !important; }
.contact-info h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.3px; }
.contact-info p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-detail-icon { width: 40px; height: 40px; background: var(--accent-glow); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { width: 18px; height: 18px; fill: var(--accent); }
.contact-detail-text strong { display: block; font-size: 0.88rem; font-weight: 700; margin-bottom: 2px; }
.contact-detail-text span, .contact-detail-text a { font-size: 0.95rem; color: var(--text-muted); }
.contact-detail-text a:hover { color: var(--text); }

/* ===== ABOUT PAGE ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-text h2 { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.3px; margin-bottom: 16px; }
.about-text p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.about-img { border-radius: 16px; overflow: hidden; background: var(--bg-card); border: 1px solid var(--border); }
.about-img img { width: 100%; height: 380px; object-fit: cover; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 48px 0; }
.about-stat { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; text-align: center; }
.about-stat-num { font-size: 2.2rem; font-weight: 900; color: var(--text); letter-spacing: -1px; }
.about-stat-label { font-size: 0.82rem; color: var(--text-dim); margin-top: 4px; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 48px 0; }
.value-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 28px; transition: border-color 0.2s; }
.value-card:hover { border-color: rgba(79,110,247,0.3); }
.value-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.value-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* ===== FREE DEMO OFFER (homepage cold-call hook) ===== */
.free-demo {
    padding: 100px 0; border-top: 1px solid var(--border);
    background: linear-gradient(180deg, var(--bg) 0%, #0c0c14 100%);
    position: relative; overflow: hidden;
}
.free-demo::before {
    content: ''; position: absolute; top: -150px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(ellipse, rgba(245,158,11,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.fd-grid {
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start;
    position: relative; z-index: 2;
}
.fd-left h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem); font-weight: 800;
    letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 18px;
}
.fd-left p {
    font-size: 1.02rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 16px;
}
.fd-left .btn-primary { margin-top: 12px; }
.fd-right {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 16px; padding: 36px 32px;
}
.fd-steps h3 {
    font-size: 0.78rem; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--accent); margin-bottom: 24px;
}
.fd-step {
    display: grid; grid-template-columns: 44px 1fr; gap: 16px;
    padding: 18px 0; border-bottom: 1px solid var(--border);
}
.fd-step:last-child { border-bottom: none; padding-bottom: 0; }
.fd-step:first-child { padding-top: 0; }
.fd-num {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--accent-glow); border: 1px solid rgba(79,110,247,0.25);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.95rem; font-weight: 800; color: var(--accent); margin-top: 2px;
}
.fd-step h4 { font-size: 0.98rem; font-weight: 700; margin-bottom: 4px; }
.fd-step p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* ===== GUARANTEE ===== */
.guarantee {
    padding: 100px 0; border-top: 1px solid var(--border);
    background: var(--bg-card);
}
.guar-card {
    max-width: 880px; margin: 0 auto;
    background: linear-gradient(135deg, rgba(34,197,94,0.06) 0%, rgba(34,197,94,0.02) 100%);
    border: 1px solid rgba(34,197,94,0.25);
    border-radius: 20px; padding: 56px 48px; text-align: center; position: relative;
}
.guar-badge {
    display: inline-block;
    background: rgba(34,197,94,0.15); color: var(--green);
    padding: 6px 16px; border-radius: 50px;
    font-size: 0.78rem; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase; margin-bottom: 20px;
}
.guar-card h2 {
    font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 800;
    letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 20px; max-width: 640px;
    margin-left: auto; margin-right: auto;
}
.guar-card > p {
    font-size: 1.02rem; color: var(--text-muted); line-height: 1.75;
    max-width: 640px; margin: 0 auto 40px;
}
.guar-points {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    text-align: left; max-width: 720px; margin: 0 auto;
}
.guar-point {
    display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start;
}
.guar-check {
    width: 24px; height: 24px; border-radius: 50%;
    background: rgba(34,197,94,0.15); color: var(--green);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.78rem; margin-top: 2px;
}
.guar-point h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.guar-point p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; margin: 0; }

/* ===== CONTACT OPTIONS (contact.html — Calendly + Form split) ===== */
.contact-options-section { padding: 64px 0 72px; }
.contact-options {
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px;
    max-width: 960px; margin: 0 auto;
}
.contact-option {
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: 16px; padding: 32px 28px; position: relative;
    transition: all 0.25s;
}
.contact-option:hover { border-color: rgba(79,110,247,0.3); }
.contact-option-featured {
    border: 1px solid rgba(79,110,247,0.45);
    background: linear-gradient(135deg, rgba(79,110,247,0.05) 0%, var(--bg-card) 100%);
}
.co-badge {
    display: inline-block;
    background: var(--accent-glow); color: var(--accent);
    padding: 4px 12px; border-radius: 50px;
    font-size: 0.72rem; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase; margin-bottom: 16px;
}
.co-badge-alt { background: rgba(245,158,11,0.12); color: var(--orange); }
.contact-option h2 {
    font-size: 1.4rem; font-weight: 800; letter-spacing: -0.3px;
    margin-bottom: 12px; line-height: 1.2;
}
.contact-option p {
    font-size: 0.95rem; color: var(--text-muted);
    line-height: 1.65; margin-bottom: 20px;
}
.contact-option .btn-primary,
.contact-option .btn-secondary {
    margin-bottom: 12px;
}
.co-footnote {
    font-size: 0.8rem; color: var(--text-dim); margin: 0;
}

@media (max-width: 768px) {
    .contact-options { grid-template-columns: 1fr; }
}

/* ===== FOOTER ===== */
footer { border-top: 1px solid var(--border); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand { font-size: 1.2rem; font-weight: 800; margin-bottom: 16px; }
.footer-brand span { color: var(--accent); }
.footer-tagline { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; max-width: 280px; }
.footer-email a { font-size: 0.88rem; color: var(--accent); }
.footer-col h4 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 0.88rem; color: var(--text-dim); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--text); }
.footer-bottom { border-top: 1px solid var(--border); padding: 28px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.footer-bottom p { font-size: 0.8rem; color: var(--text-dim); }
.footer-bottom a { color: var(--text-dim); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--text); }

/* ===== MOBILE BOTTOM BAR ===== */
.mobile-bar {
    display: none; position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 9999; background: var(--accent); padding: 14px 24px;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.4);
}
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; color: white; font-weight: 700; font-size: 1rem; }
.mobile-bar svg { width: 20px; height: 20px; fill: white; }

/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(24px); transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .nav-links { display: none; }
    .nav-email { display: none; }
    .hamburger { display: flex; }
    .nav-links.open {
        display: flex; flex-direction: column; position: absolute;
        top: 100%; left: 0; right: 0; background: var(--bg-card);
        border-bottom: 1px solid var(--border); padding: 24px; gap: 8px;
    }
    .nav-links.open a { padding: 12px 16px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .contact-sidebar { position: static; }
    .about-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
    .fd-grid { grid-template-columns: 1fr; gap: 32px; }
    .guar-points { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 768px) {
    .hero-proof { flex-wrap: wrap; gap: 20px; }
    .pain-grid { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .portfolio-grid { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .obj-grid { grid-template-columns: 1fr; }
    .test-grid { grid-template-columns: 1fr; }
    .mobile-bar { display: block; }
    body { padding-bottom: 56px; }
    .hero { padding-top: 100px; }
    .page-hero { padding: 100px 0 56px; }
    .contact-options-section { padding: 48px 0 56px; }
    footer { padding: 56px 0 0; }
    .contact-form-wrapper { padding: 32px 24px; }
    .service-features-grid { grid-template-columns: 1fr; }
    .case-study-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: repeat(3, 1fr); }
    .values-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .trust-strip-inner { gap: 24px; }
    .guar-card { padding: 40px 28px; }
    .fd-right { padding: 28px 24px; }
    .contact-options { gap: 16px; }
    .contact-option { padding: 28px 22px; }
    .what-happens-next,
    .contact-reassurance,
    .contact-details { padding: 24px 22px; }
    .container { padding: 0 18px; }
    .nav-inner { gap: 12px; }
    h1, h2, h3 { word-break: break-word; }
    .hero h1, .page-hero h1 { hyphens: auto; -webkit-hyphens: auto; }
    .form-group input, .form-group select, .form-group textarea { font-size: 16px; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 2.2rem; }
    .hero-ctas, .page-hero-ctas { flex-direction: column; align-items: stretch; }
    .btn-primary, .btn-secondary { justify-content: center; }
    .process-steps { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .about-stats { grid-template-columns: 1fr; }
    .contact-form-wrapper { padding: 32px 24px; }
    .demo-link-block { flex-direction: column; text-align: center; }
}
