/*
 * HealthInsuranceSubsidy.com - Production CSS
 * Compiled Tailwind utilities + custom styles
 * Replace CDN with this file for production
 */

/* === RESET & BASE === */
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    margin: 0;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

p {
    margin: 0;
}

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

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

button {
    background-color: transparent;
    background-image: none;
}

img, svg {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* === LAYOUT === */
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-xl { max-width: 36rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* === DISPLAY === */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }

/* === FLEXBOX === */
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

/* === GRID === */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* === SPACING === */
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-24 { padding-top: 6rem; }
.pb-8 { padding-bottom: 2rem; }
.pl-24 { padding-left: 6rem; }

.m-0 { margin: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.ml-2 { margin-left: 0.5rem; }
.mr-2 { margin-right: 0.5rem; }
.-mt-16 { margin-top: -4rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }

/* === SIZING === */
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-16 { width: 4rem; }
.w-full { width: 100%; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-40 { height: 10rem; }
.h-48 { height: 12rem; }
.h-64 { height: 16rem; }
.h-80 { height: 20rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.aspect-\[2\/1\] { aspect-ratio: 2/1; }

/* === POSITION === */
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.top-100 { top: 100px; }
.z-50 { z-index: 50; }

/* === TYPOGRAPHY === */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.025em; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }
.line-height-1 { line-height: 1; }

/* === COLORS === */
.text-white { color: #ffffff; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-cyan-100 { color: #cffafe; }
.text-cyan-300 { color: #67e8f9; }
.text-cyan-400 { color: #22d3ee; }
.text-cyan-600 { color: #0891b2; }
.text-cyan-700 { color: #0e7490; }
.text-cyan-800 { color: #155e75; }
.text-amber-300 { color: #fcd34d; }
.text-amber-700 { color: #b45309; }
.text-amber-800 { color: #92400e; }
.text-amber-900 { color: #78350f; }
.text-red-300 { color: #fca5a5; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-red-900 { color: #7f1d1d; }
.text-emerald-300 { color: #6ee7b7; }
.text-emerald-600 { color: #059669; }
.text-blue-300 { color: #93c5fd; }

.bg-white { background-color: #ffffff; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-slate-100 { background-color: #f1f5f9; }
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-900 { background-color: #0f172a; }
.bg-cyan-50 { background-color: #ecfeff; }
.bg-cyan-100 { background-color: #cffafe; }
.bg-cyan-600 { background-color: #0891b2; }
.bg-cyan-700 { background-color: #0e7490; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-amber-100 { background-color: #fef3c7; }
.bg-red-100 { background-color: #fee2e2; }
.bg-emerald-100 { background-color: #d1fae5; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-transparent { background-color: transparent; }

/* Opacity variants */
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-cyan-500\/20 { background-color: rgba(6, 182, 212, 0.2); }
.bg-slate-800\/50 { background-color: rgba(30, 41, 59, 0.5); }
.text-cyan-500\/20 { color: rgba(6, 182, 212, 0.2); }
/* 
 * aca-production-part2.css
 * Borders, shadows, effects, and responsive utilities
 */

/* === BORDERS === */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l-4 { border-left-width: 4px; }
.border-transparent { border-color: transparent; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/30 { border-color: rgba(255, 255, 255, 0.3); }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-300 { border-color: #cbd5e1; }
.border-slate-800 { border-color: #1e293b; }
.border-cyan-500 { border-color: #06b6d4; }
.border-amber-200 { border-color: #fde68a; }

/* === BORDER RADIUS === */
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* === SHADOWS === */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }

/* === EFFECTS === */
.opacity-50 { opacity: 0.5; }
.backdrop-blur { backdrop-filter: blur(8px); }
.overflow-hidden { overflow: hidden; }

/* === TRANSITIONS === */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* === TRANSFORMS === */
.transform { transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }

/* === CURSOR === */
.cursor-pointer { cursor: pointer; }
.cursor-not-allowed { cursor: not-allowed; }

/* === FOCUS === */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-cyan-500:focus { border-color: #06b6d4; }

/* === HOVER STATES === */
.hover\:text-cyan-400:hover { color: #22d3ee; }
.hover\:text-cyan-600:hover { color: #0891b2; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.hover\:bg-cyan-50:hover { background-color: #ecfeff; }
.hover\:bg-cyan-700:hover { background-color: #0e7490; }
.hover\:bg-slate-400:hover { background-color: #94a3b8; }
.hover\:border-cyan-500:hover { border-color: #06b6d4; }
.hover\:border-slate-400:hover { border-color: #94a3b8; }
.hover\:underline:hover { text-decoration: underline; }
.hover\:gap-2:hover { gap: 0.5rem; }
.hover\:gap-3:hover { gap: 0.75rem; }

/* === GROUP HOVER === */
.group:hover .group-hover\:text-cyan-600 { color: #0891b2; }
.group:hover .group-hover\:gap-2 { gap: 0.5rem; }

/* === RESPONSIVE - SM (640px) === */
@media (min-width: 640px) {
    .sm\:flex-row { flex-direction: row; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* === RESPONSIVE - MD (768px) === */
@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:block { display: block; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:flex-row { flex-direction: row; }
    .md\:col-span-1 { grid-column: span 1 / span 1; }
    .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .md\:p-8 { padding: 2rem; }
    .md\:p-12 { padding: 3rem; }
    .md\:mt-0 { margin-top: 0; }
    .md\:h-48 { height: 12rem; }
    .md\:h-64 { height: 16rem; }
    .md\:h-80 { height: 20rem; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
}

/* === RESPONSIVE - LG (1024px) === */
@media (min-width: 1024px) {
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
}

/* === SVG === */
.fill-current { fill: currentColor; }
.stroke-current { stroke: currentColor; }

    :root {
        --aca-teal: #0891b2;
        --aca-teal-dark: #0e7490;
        --aca-teal-light: #06b6d4;
        --aca-emerald: #059669;
        --aca-emerald-light: #10b981;
        --aca-amber: #d97706;
        --aca-amber-light: #f59e0b;
        --aca-red: #dc2626;
        --aca-slate-900: #0f172a;
        --aca-slate-800: #1e293b;
        --aca-slate-700: #334155;
        --aca-slate-600: #475569;
        --aca-slate-100: #f1f5f9;
    }
    
    .aca-gradient {
        background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.88) 100%), url('/static/landing/aca/images/hero-family-relief.webp') center/cover no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .aca-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    
    .aca-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    
    .aca-btn-primary {
        background: var(--aca-teal);
        color: white;
        padding: 14px 28px;
        border-radius: 8px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: background 0.2s;
    }
    
    .aca-btn-primary:hover {
        background: var(--aca-teal-dark);
    }
    
    .aca-btn-secondary {
        background: white;
        color: var(--aca-teal);
        border: 2px solid var(--aca-teal);
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        transition: all 0.2s;
    }
    
    .aca-btn-secondary:hover {
        background: var(--aca-teal);
        color: white;
    }
    
    .stat-card {
        text-align: center;
        padding: 24px 16px;
    }
    
    .stat-number {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--aca-teal);
        line-height: 1;
    }
    
    .stat-label {
        color: var(--aca-slate-700);
        font-size: 0.875rem;
        margin-top: 8px;
    }
    
    .situation-card {
        padding: 24px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: white;
        transition: all 0.2s;
    }
    
    .situation-card:hover {
        border-color: var(--aca-teal);
        box-shadow: 0 4px 12px rgba(8, 145, 178, 0.15);
    }
    
    .warning-box {
        background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
        border-left: 4px solid var(--aca-amber);
        border-radius: 0 12px 12px 0;
    }
    
    .scam-box {
        background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
        border-left: 4px solid var(--aca-red);
        border-radius: 0 12px 12px 0;
    }

    .section-heading {
        font-size: 1.875rem;
        font-weight: 700;
        color: var(--aca-slate-900);
        margin-bottom: 1rem;
    }
    
    .section-subhead {
        color: var(--aca-slate-700);
        font-size: 1.125rem;
        max-width: 600px;
    }
    
    .icon-circle {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .icon-teal { background: rgba(8, 145, 178, 0.1); color: var(--aca-teal); }
    .icon-emerald { background: rgba(5, 150, 105, 0.1); color: var(--aca-emerald); }
    .icon-amber { background: rgba(217, 119, 6, 0.1); color: var(--aca-amber); }
    .icon-red { background: rgba(220, 38, 38, 0.1); color: var(--aca-red); }

    .quiz-container {
        max-width: 640px;
        margin: 0 auto;
    }
    
    .quiz-progress {
        height: 4px;
        background: #e2e8f0;
        border-radius: 2px;
        overflow: hidden;
    }
    
    .quiz-progress-bar {
        height: 100%;
        background: var(--aca-teal);
        transition: width 0.3s ease;
    }
    
    .quiz-card {
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
        padding: 32px;
    }
    
    .quiz-option {
        display: block;
        width: 100%;
        text-align: left;
        padding: 16px 20px;
        border: 2px solid #e2e8f0;
        border-radius: 12px;
        background: white;
        cursor: pointer;
        transition: all 0.2s;
        margin-bottom: 12px;
    }
    
    .quiz-option:hover {
        border-color: var(--aca-teal);
        background: rgba(8, 145, 178, 0.05);
    }
    
    .quiz-option.selected {
        border-color: var(--aca-teal);
        background: rgba(8, 145, 178, 0.1);
    }
    
    .quiz-option-label {
        font-weight: 600;
        color: var(--aca-slate-800);
        margin-bottom: 4px;
    }
    
    .quiz-option-desc {
        font-size: 0.875rem;
        color: var(--aca-slate-700);
    }
    
    .quiz-btn {
        background: var(--aca-teal);
        color: white;
        padding: 14px 28px;
        border-radius: 8px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: background 0.2s;
        border: none;
        cursor: pointer;
    }
    
    .quiz-btn:hover {
        background: var(--aca-teal-dark);
    }
    
    .quiz-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    
    .quiz-btn-secondary {
        background: transparent;
        color: var(--aca-slate-700);
        border: 2px solid #e2e8f0;
    }
    
    .quiz-btn-secondary:hover {
        background: #f8fafc;
    }
    
    .result-card {
        background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(6, 182, 212, 0.05) 100%);
        border: 2px solid var(--aca-teal);
        border-radius: 16px;
        padding: 24px;
    }
    
    .result-highlight {
        font-size: 3rem;
        font-weight: 700;
        color: var(--aca-teal);
        line-height: 1;
    }
    
    .guide-card-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px;
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.2s;
    }

    .guide-card-link:hover {
        border-color: var(--aca-teal);
        box-shadow: 0 4px 12px rgba(8, 145, 178, 0.15);
    }
    
    .hidden { display: none !important; }

    .guide-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    
    @media (min-width: 768px) {
        .guide-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (min-width: 1024px) {
        .guide-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    
    .guide-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        padding: 24px;
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: all 0.2s;
        border: 1px solid transparent;
    }
    
    .guide-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        border-color: var(--aca-teal);
    }
    
    .guide-card-content {
        flex: 1;
    }
    
    .guide-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
    
    .guide-icon-teal { background: rgba(8, 145, 178, 0.1); }
    .guide-icon-emerald { background: rgba(5, 150, 105, 0.1); }
    .guide-icon-amber { background: rgba(217, 119, 6, 0.1); }
    .guide-icon-red { background: rgba(220, 38, 38, 0.1); }
    
    .guide-tag {
        display: inline-block;
        font-size: 0.75rem;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 9999px;
        margin-bottom: 12px;
    }
    
    .tag-essential { background: #dbeafe; color: #1e40af; }
    .tag-situation { background: #fef3c7; color: #92400e; }
    .tag-planning { background: #d1fae5; color: #065f46; }
    .tag-urgent { background: #fee2e2; color: #991b1b; }
    
    .guide-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--aca-slate-800);
        margin-bottom: 8px;
        line-height: 1.4;
    }
    
    .guide-excerpt {
        color: var(--aca-slate-700);
        font-size: 0.875rem;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    
    .guide-link {
        color: var(--aca-teal);
        font-weight: 600;
        font-size: 0.875rem;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: gap 0.2s;
    }
    
    .guide-link:hover {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        border-radius: 9999px;
        font-size: 0.875rem;
        font-weight: 500;
        border: 1px solid #e2e8f0;
        background: white;
        color: var(--aca-slate-700);
        cursor: pointer;
        transition: all 0.2s;
    }
    
    .filter-btn:hover {
        border-color: var(--aca-teal);
        color: var(--aca-teal);
    }
    
    .filter-btn.active {
        background: var(--aca-teal);
        border-color: var(--aca-teal);
        color: white;
    }

    .footer-link {
        padding: 8px 0;
        display: inline-block;
        transition: color 0.2s;
    }

    .header-container {
        padding-left: 12px;
        padding-right: 12px;
        gap: 8px;
    }

    .header-logo-link {
        flex-shrink: 1;
        min-width: 0;
    }

    .header-logo-img {
        flex-shrink: 0;
    }

    .header-brand {
        font-size: 15px;
        line-height: 1.2;
    }

    .aca-btn-primary-sm {
        font-size: 13px;
        padding: 8px 12px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* Hero Background Sections */
    .hero-aca-guides {
        background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.8)), url('/static/landing/aca/images/bg-guides-header.webp') center/cover no-repeat;
    }

    .hero-aca-quiz-cta {
        background: linear-gradient(rgba(8, 145, 178, 0.92), rgba(8, 145, 178, 0.95)), url('/static/landing/aca/images/bg-confident-action.webp') center/cover no-repeat;
    }

    .guide-hero {
        background: linear-gradient(135deg, var(--aca-slate-900) 0%, var(--aca-slate-800) 100%);
        padding: 48px 0;
    }
    
    .guide-content {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .guide-article {
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
        padding: 32px;
        margin-top: -64px;
        position: relative;
    }
    
    @media (min-width: 768px) {
        .guide-article {
            padding: 48px;
        }
    }
    
    .guide-article h2 {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--aca-slate-800);
        margin-top: 32px;
        margin-bottom: 16px;
        padding-top: 24px;
        border-top: 1px solid #e2e8f0;
    }
    
    .guide-article h2:first-of-type {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    
    .guide-article h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--aca-slate-800);
        margin-top: 24px;
        margin-bottom: 12px;
    }
    
    .guide-article p {
        color: var(--aca-slate-700);
        line-height: 1.75;
        margin-bottom: 16px;
    }
    
    .guide-article ul, .guide-article ol {
        margin-bottom: 16px;
        padding-left: 24px;
    }
    
    .guide-article li {
        color: var(--aca-slate-700);
        line-height: 1.75;
        margin-bottom: 8px;
    }
    
    .guide-article a {
        color: var(--aca-teal);
        text-decoration: underline;
    }
    
    .guide-article a:hover {
        color: var(--aca-teal-dark);
    }
    
    .guide-article strong {
        color: var(--aca-slate-800);
        font-weight: 600;
    }
    
    .guide-callout {
        background: #f0fdfa;
        border-left: 4px solid var(--aca-teal);
        padding: 16px 20px;
        border-radius: 0 8px 8px 0;
        margin: 24px 0;
    }
    
    .guide-callout p {
        margin-bottom: 0;
        color: #134e4a;
    }
    
    .guide-warning {
        background: #fef3c7;
        border-left: 4px solid #d97706;
        padding: 16px 20px;
        border-radius: 0 8px 8px 0;
        margin: 24px 0;
    }
    
    .guide-warning p {
        margin-bottom: 0;
        color: #92400e;
    }
    
    .guide-sidebar {
        position: sticky;
        top: 100px;
    }
    
    .toc-link {
        display: block;
        padding: 8px 12px;
        color: var(--aca-slate-600);
        font-size: 0.875rem;
        border-left: 2px solid transparent;
        transition: all 0.2s;
    }
    
    .toc-link:hover, .toc-link.active {
        color: var(--aca-teal);
        border-left-color: var(--aca-teal);
        background: rgba(8, 145, 178, 0.05);
    }
    
    .related-guide {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        background: #f8fafc;
        border-radius: 8px;
        transition: all 0.2s;
        text-decoration: none;
    }
    
    .related-guide:hover {
        background: #f1f5f9;
    }
    
    .breadcrumb {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.875rem;
        color: #94a3b8;
    }
    
    .breadcrumb a {
        color: #94a3b8;
        text-decoration: none;
    }
    
    .breadcrumb a:hover {
        color: white;
    }

