:root {
    --brand-primary: #3157D5;
    --brand-primary-strong: #224bc2;
    --brand-dark: #172554;
    --brand-accent: #0F766E;
    --brand-text: #111827;
    --brand-muted: #4B5563;
    --brand-bg: #F8FAFC;
    --brand-surface: #FFFFFF;
    --brand-border: #E5E7EB;
    --brand-success: #16803C;
    --brand-warning: #B7791F;
    --brand-error: #C53030;
    --brand-shadow: 0 14px 30px rgba(23, 37, 84, 0.08);
}
body { background: #f8fafc; color: var(--brand-text); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.7rem; line-height: 1.1; color: var(--brand-dark); }
.eyebrow { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: #3b82f6; margin-bottom: 0.8rem; }
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3157D5 100%); color: #fff; padding: 4.5rem 0 4rem; position: relative; overflow: hidden; }
.hero::before { content:""; position:absolute; top:-130px; right:-90px; width:460px; height:460px; border-radius:50%; background: radial-gradient(circle, rgba(129,140,248,0.35) 0%, transparent 65%); pointer-events:none; }
.hero::after { content:""; position:absolute; bottom:-170px; left:-110px; width:500px; height:500px; border-radius:50%; background: radial-gradient(circle, rgba(59,130,246,0.30) 0%, transparent 65%); pointer-events:none; }
.hero h1 { font-size: clamp(2.6rem, 5.2vw, 4.3rem); line-height: 1.05; letter-spacing: -0.04em; font-weight: 800; margin: 0 0 1.2rem; color: #ffffff; }
.hero h1 .grad { background: linear-gradient(90deg,#a5f3fc,#c7d2fe,#fde68a); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero .lead { color: rgba(255,255,255,0.9); font-size: 1.18rem; line-height: 1.55; max-width: 620px; margin-bottom: 1.5rem; }
.hero-badge { display:inline-flex; align-items:center; gap:.5rem; background: rgba(255,255,255,0.10); border:1px solid rgba(255,255,255,0.22); border-radius:999px; padding:.4rem .95rem; font-size:.8rem; font-weight:700; color:#e0e7ff; margin-bottom:1.2rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; align-items: center; }
.btn { border-radius: 12px; font-weight: 700; padding: 0.9rem 1.6rem; transition: all 0.2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.btn-primary { background: #3157D5; border: 1px solid #3157D5; color: #fff; box-shadow: 0 12px 24px rgba(49, 87, 213, 0.3); }
.hero .btn-outline-primary, .hero .btn-outline-light, .hero .btn-hero-outline, .btn-hero-outline {
    border: 2px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.1);
    color: #ffffff !important;
    backdrop-filter: blur(8px);
}
.hero .btn-outline-primary:hover, .hero .btn-outline-light:hover, .hero .btn-hero-outline:hover, .btn-hero-outline:hover,
.hero .btn-outline-primary:focus-visible, .hero .btn-outline-light:focus-visible, .hero .btn-hero-outline:focus-visible, .btn-hero-outline:focus-visible {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #0f172a !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.hero-stats { display:flex; flex-wrap:wrap; gap:1.6rem; margin-top:1.9rem; }
.hero-stat b { display:block; font-size:1.45rem; color:#fff; line-height:1.05; letter-spacing:-.02em; }
.hero-stat span { font-size:.76rem; color:rgba(255,255,255,0.72); }

.standards-cred-block { margin-top: 1.85rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.15); }
.standards-cred-label { display: flex; align-items: center; font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,0.9); margin-bottom: 0.75rem; }
.standards-cred-label i { font-size: 0.95rem; color: #e0e7ff; }
.standards-pills-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem; }
.std-pill { display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.12); color: #ffffff; border: 1px solid rgba(255,255,255,0.28); padding: 0.38rem 1.05rem; border-radius: 999px; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.01em; backdrop-filter: blur(4px); transition: all 0.2s ease; }
.std-pill:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.45); transform: translateY(-1px); }

.assessment-widget-card { background: #ffffff; border-radius: 22px; padding: 1.9rem; box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28); color: #1e293b; border: 1px solid #e2e8f0; }
.assessment-widget-card h3 { font-size: 1.4rem; font-weight: 800; color: #0f172a; margin-bottom: 0.3rem; }
.form-control-lg { border-radius: 12px; padding: 0.8rem 1rem; font-size: 0.95rem; border: 1.5px solid #cbd5e1; }
.form-label { font-weight: 700; color: #1e293b; font-size: .86rem; margin-bottom:.3rem; }

.scan-animation { display: none; padding: 2rem 1rem; text-align: center; }
.scan-spinner { width: 50px; height: 50px; border: 4px solid #f3f4f6; border-top: 4px solid #3157D5; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 1.2rem; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.report-summary-card { display: none; background: #fff; border-radius: 16px; border: 1px solid #cbd5e1; padding: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin: 1.2rem 0; }
.metric-box { background: #f8fafc; border-radius: 12px; padding: 0.9rem 0.6rem; text-align: center; border: 1px solid #e2e8f0; }
.metric-num { font-size: 1.6rem; font-weight: 800; line-height: 1; margin-bottom: 0.2rem; }
.metric-num.critical { color: #dc2626; }
.metric-num.serious { color: #ea580c; }
.metric-num.moderate { color: #d97706; }
.metric-num.minor { color: #2563eb; }
.metric-label { font-size: 0.75rem; font-weight: 700; color: #64748b; text-transform: uppercase; }

.conversion-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.2rem; }
.option-card { background: #f8fafc; border: 1.5px solid #e2e8f0; border-radius: 14px; padding: 1.2rem; }
.option-card.highlight { background: #f0f9ff; border-color: #38bdf8; }

.section, .section-light { padding: 4rem 0; }
.section-light { background: #f1f5f9; }
.section-header { margin-bottom: 2rem; }
.section-header h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -0.03em; margin-bottom: 0.8rem; font-weight: 800; line-height: 1.1; }
.section-header p { color: var(--brand-muted); font-size: 1.1rem; line-height: 1.5; }
.feature-card, .problem-card, .industry-card, .usecase-card, .info-card, .pricing-card, .quote-card, .std-card { background: var(--brand-surface); border: 1px solid var(--brand-border); border-radius: 16px; box-shadow: var(--brand-shadow); padding: 1.8rem; height: 100%; }
.icon-wrap { width: 3.2rem; height: 3.2rem; background: rgba(49,87,213,0.08); color: var(--brand-primary); border-radius: 14px; display:flex; align-items:center; justify-content:center; margin-bottom:1.2rem; font-size:1.3rem; }
.pricing-wrap { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.5rem; }
.pricing-card { display: flex; flex-direction: column; justify-content: space-between; border-radius: 18px; }
.pricing-card.featured { border: 2px solid #3157D5; box-shadow: 0 20px 40px rgba(49, 87, 213, 0.15); }
.badge-tag { display: inline-block; padding: 0.35rem 0.8rem; border-radius: 999px; background: rgba(49,87,213,0.1); color: #3157D5; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; margin-bottom: 0.8rem; }
.price { font-size: 2.5rem; font-weight: 800; color: #0f172a; }
.price small { font-size: 0.95rem; color: var(--brand-muted); font-weight: 600; }
.faq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 1.4rem 1.6rem; margin-bottom: 1rem; box-shadow: 0 6px 18px rgba(15,23,42,.04); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.faq-item:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(15,23,42,.08); border-color: #d3defa; }
.std-card { position: relative; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.std-card::before { content:""; position:absolute; top:0; left:0; right:0; height:4px; background: linear-gradient(90deg,#3157D5,#7c3aed); opacity:0; transition: opacity .2s ease; }
.std-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(15,23,42,.11); }
.std-card:hover::before { opacity:1; }

/* Platform Architecture 5-Step Cards */
.platform-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
}
.step-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.65rem 1.35rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
    position: relative;
    height: 100%;
}
.step-card:hover {
    transform: translateY(-5px);
    border-color: #cbd5e1;
    box-shadow: 0 16px 36px rgba(49, 87, 213, 0.12), 0 4px 12px rgba(15, 23, 42, 0.04);
}
.step-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}
.step-badge {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #2b4ec7;
    background: linear-gradient(135deg, #3860ea 0%, #224bc2 100%);
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(49, 87, 213, 0.35);
}
.step-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.step-desc {
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0;
}
.cta-panel { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3157D5 100%); color: #fff; border-radius: 24px; padding: 3.5rem 3rem; text-align: center; box-shadow: 0 24px 60px rgba(15, 23, 42, .18); position: relative; overflow: hidden; }
.cta-panel::before { content:""; position:absolute; top:-120px; right:-80px; width:360px; height:360px; border-radius:50%; background: radial-gradient(circle, rgba(129,140,248,.35) 0%, transparent 65%); pointer-events:none; }

@media (max-width: 1199px) and (min-width: 992px) {
    .platform-steps-grid {
        gap: 0.85rem;
    }
    .step-card {
        padding: 1.35rem 1rem;
    }
    .step-badge {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 1.05rem;
    }
    .step-title {
        font-size: 1.05rem;
    }
    .step-desc {
        font-size: 0.84rem;
    }
}
@media (max-width: 991px) { 
    .pricing-wrap { grid-template-columns: repeat(2, minmax(0,1fr)); } 
    .metrics-grid { grid-template-columns: repeat(2, 1fr); } 
    .conversion-options-grid { grid-template-columns: 1fr; }
    .platform-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
}
@media (max-width: 767px) { 
    .hero { padding-top: 2rem; } 
    .pricing-wrap { grid-template-columns: 1fr; } 
}
@media (max-width: 575px) {
    .platform-steps-grid { grid-template-columns: 1fr; }
}
/* ==========================================================
   HERO POLISH (enhancements only — structure/content unchanged)
   ========================================================== */
.hero::before,
.hero::after {
    animation: heroOrbFloat 16s ease-in-out infinite alternate;
    will-change: transform;
}
.hero::after { animation-delay: -8s; }
@keyframes heroOrbFloat {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    100% { transform: translate3d(-26px, 20px, 0) scale(1.09); }
}
.hero h1 { text-wrap: balance; }
.hero h1 .grad {
    background-size: 200% auto;
    animation: heroGradShift 9s ease-in-out infinite alternate;
}
@keyframes heroGradShift {
    0%   { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.hero .btn:focus-visible {
    outline: 3px solid #a5f3fc;
    outline-offset: 3px;
}
.hero .lead { max-width: 640px; }
.hero .hero-badge { animation: heroFadeSlide .7s ease both; }
.hero h1 { animation: heroFadeSlide .7s .08s ease both; }
.hero .lead { animation: heroFadeSlide .7s .16s ease both; }
.hero .cta-row { animation: heroFadeSlide .7s .24s ease both; }
.hero .hero-stats { animation: heroFadeSlide .7s .32s ease both; }
@keyframes heroFadeSlide {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    .hero::before, .hero::after, .hero h1 .grad,
    .hero .hero-badge, .hero h1, .hero .lead, .hero .cta-row, .hero .hero-stats { animation: none !important; }
}

/* ==========================================================
   "What Does a11y Mean?" Section
   ========================================================== */
.a11y-mean-section {
    padding: 4.5rem 0 5rem;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.a11y-mean-section::before {
    content: "";
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
    height: 320px;
    background: radial-gradient(ellipse at center, rgba(49, 87, 213, 0.07) 0%, transparent 70%);
    pointer-events: none;
}
.a11y-word {
    background: linear-gradient(90deg, #3157D5, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}
.a11y-mean-body { color: var(--brand-muted); font-size: 1.07rem; line-height: 1.7; }
.a11y-mean-body strong { color: var(--brand-dark); }
.a11y-point-list {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0 0;
    display: grid;
    gap: 0.9rem;
}
.a11y-point-list li {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.a11y-point-list li:hover,
.a11y-point-list li:focus-within {
    transform: translateY(-2px);
    border-color: #c7d2fe;
    box-shadow: 0 10px 26px rgba(23, 37, 84, 0.07);
}
.a11y-point-ico {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #ffffff;
    background: linear-gradient(135deg, #3157D5, #224bc2);
    box-shadow: 0 4px 12px rgba(49, 87, 213, 0.28);
    margin-top: 0.15rem;
}
.a11y-point-ico.teal   { background: linear-gradient(135deg, #14b8a6, #0F766E); box-shadow: 0 4px 12px rgba(15, 118, 110, 0.28); }
.a11y-point-ico.violet { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 4px 12px rgba(109, 40, 217, 0.28); }
.a11y-point-ico.amber  { background: linear-gradient(135deg, #f59e0b, #b45309); box-shadow: 0 4px 12px rgba(180, 83, 9, 0.28); }
.a11y-point-list h3 { font-size: 1.02rem; font-weight: 800; margin: 0 0 .2rem; color: #0f172a; }
.a11y-point-list p { margin: 0; font-size: .9rem; line-height: 1.58; color: #475569; }
.a11y-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.7rem; }
.a11y-cta-row .btn { border-radius: 12px; }
.a11y-mean-visual { position: relative; }
.a11y-figure {
    position: relative;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(23, 37, 84, 0.14);
    border: 1px solid #e2e8f0;
    background: #ffffff;
}
.a11y-figure img { display: block; width: 100%; height: auto; }
.a11y-figure figcaption {
    padding: .75rem 1.1rem;
    font-size: .84rem;
    color: #475569;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    line-height: 1.45;
}
.a11y-figure figcaption strong { color: #0f172a; }
.a11y-figure-secondary {
    position: relative;
    margin: 1.4rem 0 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(23, 37, 84, 0.12);
    border: 1px solid #e2e8f0;
    background: #ffffff;
}
.a11y-figure-secondary img { display: block; width: 100%; height: auto; }
.a11y-figure-secondary figcaption {
    padding: .6rem 1rem;
    font-size: .8rem;
    color: #475569;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.a11y-floating-badge {
    position: absolute;
    top: -18px;
    right: -12px;
    z-index: 2;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    border-radius: 16px;
    padding: .6rem .95rem;
    box-shadow: 0 14px 34px rgba(49, 87, 213, 0.18);
    font-size: .8rem;
    font-weight: 800;
    color: #3157D5;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}
.a11y-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
}
.a11y-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .a11y-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
@media (max-width: 991px) {
    .a11y-mean-section { padding: 3.2rem 0 3.6rem; }
    .a11y-floating-badge { top: -12px; right: -4px; }
}

