@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

html {
    scroll-behavior: smooth;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #334155;
    -webkit-font-smoothing: antialiased;
}

.home-page {
    min-height: 100vh;
    background: #ffffff;
}

.container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e2e8f0;
}

.nav-shell {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    z-index: 51;
}

.top-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.top-nav a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    padding: 6px 12px;
    border-radius: 6px;
}

.top-nav a:hover,
.top-nav a.active {
    color: #4f46e5;
    background-color: #f1f5f9;
}

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

/* Mobile Toggle */
.mobile-nav-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 6px;
    z-index: 51;
}

.mobile-nav-toggle .bar {
    width: 24px;
    height: 2px;
    background-color: #334155;
    transition: all 0.2s ease;
}

.link-btn {
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.link-btn:hover {
    color: #6366f1;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4f46e5;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
    transition: all 0.2s ease;
    cursor: pointer;
}

.primary-btn:hover {
    background: #4338ca;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.25);
    color: #ffffff;
}

.primary-btn:active {
    transform: translateY(1px);
}

.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #334155;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid #cbd5e1;
    transition: all 0.2s ease;
}

.secondary-btn:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
    transform: translateY(-1px);
}

.secondary-btn:active {
    transform: translateY(1px);
}

/* Sections */
.section-pad {
    padding: 6rem 0;
}

.alt-bg {
    background-color: #f8fafc;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.section-heading {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 4rem auto;
}

.section-heading h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-heading p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.section-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    display: block;
}

/* Hero Section */
.hero-section {
    padding: 5rem 0;
    background: radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.04) 0%, transparent 60%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

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

.hero-copy h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 1.25rem 0;
}

.hero-text {
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.hero-actions .primary-btn.large {
    padding: 14px 28px;
    font-size: 1.05rem;
}

.hero-actions .secondary-btn.large {
    padding: 14px 28px;
    font-size: 1.05rem;
}

.hero-trust-line {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Problem Section */
.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.problem-copy h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 1.25rem 0;
    letter-spacing: -0.02em;
}

.problem-copy p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

.problem-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 2rem;
}

.problem-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
}

.problem-item h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.problem-item p {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

.problem-item-icon {
    font-size: 1.25rem;
    margin-bottom: 8px;
    display: block;
}

/* Cards Section */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    transition: all 0.2s ease;
}

.feature-card:hover {
    border-color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
}

.card-icon {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    display: block;
}

.feature-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.feature-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Preview Section */
.preview-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.preview-tab-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #475569;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.preview-tab-btn:hover {
    background: #f8fafc;
    color: #0f172a;
}

.preview-tab-btn.active {
    background: #4f46e5;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
}

.preview-content-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
}

.window-frame {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.window-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.window-header .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.window-header .dot.close { background: #f87171; }
.window-header .dot.minimize { background: #fbbf24; }
.window-header .dot.maximize { background: #34d399; }

.window-title-text {
    margin-left: 12px;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.app-screenshot {
    width: 100%;
    height: auto;
    display: block;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.preview-info-card {
    padding-left: 12px;
}

.preview-info-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem 0;
}

.preview-info-card p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.preview-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.preview-info-list li {
    position: relative;
    padding-left: 24px;
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
}

.preview-info-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #10b981;
    font-weight: bold;
}

/* Audience Section */
.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.audience-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2rem;
    border-radius: 16px;
}

.audience-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.audience-card p {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Pricing Section */
.pricing-card-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.05);
    border-top: 5px solid #6366f1;
    text-align: center;
}

.pricing-badge {
    background: #fdf2f8;
    color: #db2777;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.pricing-card h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
}

.pricing-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.price-box {
    font-size: 3.5rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 2rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.price-box span {
    font-size: 1.1rem;
    color: #64748b;
    font-weight: 500;
    margin-left: 4px;
}

.pricing-features {
    text-align: left;
    max-width: 320px;
    margin: 0 auto 2.5rem auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #475569;
}

.pricing-features li::before {
    content: "✓";
    color: #10b981;
    font-weight: bold;
}

.pricing-card .primary-btn {
    width: 100%;
    padding: 14px 24px;
    font-size: 1.05rem;
}

.pricing-small-print {
    margin-top: 1.25rem;
    font-size: 0.8rem;
    color: #64748b;
    display: block;
}

/* FAQ Section */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
}

.faq-item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.faq-item p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Final CTA Section */
.final-cta-section {
    padding: 6rem 0;
    background: radial-gradient(circle at 50% 120%, rgba(99, 102, 241, 0.05) 0%, transparent 60%);
    border-top: 1px solid #e2e8f0;
}

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

.cta-shell h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    letter-spacing: -0.025em;
}

.cta-shell p {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 2rem;
}

.cta-shell .primary-btn {
    padding: 14px 28px;
    font-size: 1.05rem;
}

/* Footer */
.site-footer {
    padding: 5rem 0 3rem 0;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.footer-grid-layout {
    display: grid;
    grid-template-columns: 1.2fr repeat(4, 0.8fr);
    gap: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-brand p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 12px 0;
    line-height: 1.5;
}

.social-placeholder {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.social-icon {
    font-size: 1.1rem;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s ease;
}

.social-icon:hover {
    color: #4f46e5;
}

.copyright-text {
    font-size: 0.8rem;
    color: #94a3b8;
    margin: 0;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    grid-column: span 4;
}

.footer-col h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 16px 0;
}

.footer-col a {
    display: block;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.footer-col a:hover {
    color: #4f46e5;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .hero-grid,
    .problem-grid,
    .preview-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-copy {
        text-align: center;
    }
    
    .hero-actions {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .section-pad {
        padding: 4rem 0;
    }
    .card-grid,
    .audience-grid,
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .mobile-nav-toggle {
        display: flex;
    }
    
    .top-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #e2e8f0;
        position: absolute;
        top: 72px;
        left: 0;
        padding: 24px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
        z-index: 40;
        gap: 16px;
        align-items: stretch;
    }
    
    .top-nav.mobile-open {
        display: flex;
    }
    
    .top-nav a {
        padding: 10px 16px;
        width: 100%;
    }
    
    .mobile-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin-top: 12px;
        border-top: 1px solid #f1f5f9;
        padding-top: 16px;
    }
    
    .mobile-actions .primary-btn,
    .mobile-actions .link-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

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

    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        grid-column: span 1;
    }
}

@media (max-width: 576px) {
    .hero-copy h1 {
        font-size: 2.25rem;
    }
    .problem-list {
        grid-template-columns: 1fr;
    }
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    .footer-links-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Multi-page styling utilities */
.page-header {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 5rem 0 4rem 0;
    text-align: center;
}

.page-header h1 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem 0;
    letter-spacing: -0.025em;
}

.page-header p {
    font-size: 1.15rem;
    color: #475569;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.page-content-wrapper {
    padding: 5rem 0;
}

/* Contact form styles */
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
}

.contact-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #334155;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #6366f1;
}

.contact-info-panel h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px 0;
}

.contact-info-panel p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* Policy and standard content styles */
.text-content {
    max-width: 800px;
    margin: 0 auto;
}

.text-content p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
}

.text-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 40px 0 16px 0;
}

.text-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 28px 0 12px 0;
}

.text-content ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.text-content li {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 8px;
}

/* Resources styles */
.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

.resource-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.resource-card:hover {
    transform: translateY(-2px);
    border-color: #6366f1;
}

.resource-card-image {
    width: 100%;
    height: 200px;
    background-color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.resource-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.resource-card-category {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.resource-card-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.resource-card-body p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 20px;
    flex: 1;
}

.category-filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.category-tab {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #475569;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-tab:hover,
.category-tab.active {
    background-color: #4f46e5;
    color: #ffffff;
    border-color: transparent;
}

/* Trust Badges in Hero */
.hero-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px dashed #e2e8f0;
}

.hero-trust-badges span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* CTA Wrapper for Sections */
.section-cta-wrapper {
    text-align: center;
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
}

/* Timeline / Lifecycle Section */
.timeline-flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-top: 3rem;
}

/* Connect timeline steps with a background line on desktop */
@media (min-width: 769px) {
    .timeline-flow::before {
        content: "";
        position: absolute;
        top: 24px;
        left: 5%;
        width: 90%;
        height: 2px;
        background: #e2e8f0;
        z-index: 1;
    }
}

.timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.timeline-step .step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #4f46e5;
    color: #4f46e5;
    font-weight: 800;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.1);
    transition: all 0.2s ease;
}

.timeline-step:hover .step-num {
    background: #4f46e5;
    color: #ffffff;
    transform: scale(1.1);
}

.timeline-step h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.timeline-step p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.timeline-arrow {
    display: none;
    font-size: 1.5rem;
    color: #94a3b8;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .timeline-flow {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .timeline-step {
        width: 100%;
        max-width: 320px;
        padding: 16px;
        border-radius: 12px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
    }
    .timeline-arrow {
        display: block;
    }
}

/* Walkthrough Step-by-Step Layout */
.walkthrough-steps {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin-top: 4rem;
}

.walkthrough-step-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.walkthrough-step-row.reverse {
    grid-template-columns: 0.9fr 1.1fr;
}

.walkthrough-step-row.reverse .step-image {
    order: 2;
}

.walkthrough-step-row.reverse .step-desc {
    order: 1;
}

.step-image {
    width: 100%;
}

.step-image .window-frame {
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0;
}

.step-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step-badge {
    background: #e0e7ff;
    color: #4338ca;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.step-desc h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.step-desc p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 992px) {
    .walkthrough-steps {
        gap: 4rem;
    }
    .walkthrough-step-row,
    .walkthrough-step-row.reverse {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .walkthrough-step-row.reverse .step-image {
        order: 1;
    }
    .walkthrough-step-row.reverse .step-desc {
        order: 2;
    }
    .step-desc h3 {
        font-size: 1.5rem;
    }
}

/* Built by a Homeowner Bio Section */
.homeowner-section {
    padding: 6rem 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.homeowner-shell {
    max-width: 800px;
    margin: 0 auto;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
}

.homeowner-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.homeowner-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.homeowner-title-block h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.homeowner-title-block p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 4px 0 0 0;
    font-weight: 500;
}

.homeowner-story {
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.7;
}

.homeowner-story p {
    margin: 0 0 1.25rem 0;
}

.homeowner-story p:last-child {
    margin-bottom: 0;
}

.homeowner-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.homeowner-cta .subtle-link {
    font-size: 0.95rem;
    font-weight: 700;
    color: #4f46e5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.homeowner-cta .subtle-link:hover {
    color: #4338ca;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .homeowner-shell {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }
    .homeowner-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* Page Header (Global template) */
.page-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 5rem 0 4rem 0;
    text-align: center;
}
.page-header h1 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 8px 0 16px 0;
    line-height: 1.2;
}
.page-header p {
    font-size: 1.15rem;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Category Grid & Cards (Resources Hub) */
.category-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.05) !important;
}

/* Article Page Layout */
.breadcrumb-nav {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 2rem;
}
.breadcrumb-nav a {
    color: #4f46e5;
    text-decoration: none;
}
.breadcrumb-nav a:hover {
    text-decoration: underline;
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 50px;
    align-items: start;
}
.article-body {
    background: #ffffff;
}
.article-body h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 12px 0 16px 0;
    line-height: 1.2;
}
.article-meta {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 2rem;
}
.lead-text {
    font-size: 1.2rem;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 500;
}
.article-body h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem 0;
}
.article-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2rem 0 1rem 0;
}
.article-body p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 1.5rem;
}
.article-body ul, 
.article-body ol {
    margin-bottom: 1.5rem;
    padding-left: 20px;
}
.article-body li {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 8px;
}
.article-quote {
    border-left: 4px solid #4f46e5;
    padding-left: 20px;
    margin: 2.5rem 0;
    font-style: italic;
    font-size: 1.15rem;
    color: #0f172a;
    font-weight: 500;
}

/* Sidebar Styling */
.article-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sidebar-cta-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}
.sidebar-cta-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
}
.sidebar-cta-card p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 20px;
}
.sidebar-cta-card .primary-btn {
    width: 100%;
    text-align: center;
}
.sidebar-links-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}
.sidebar-links-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px 0;
}
.sidebar-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-links-list li {
    margin-bottom: 12px;
}
.sidebar-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
}
.sidebar-links-list a:hover {
    color: #4f46e5;
}

/* Responsive grid overrides */
@media (max-width: 960px) {
    .article-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .article-sidebar {
        position: static;
    }
}

/* Accessibility focus states */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #4f46e5 !important;
    outline-offset: 3px !important;
}

/* Contact page responsive layout */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

