/* =============================================
   Rankly — Landing Page Redesign (Premium)
   Cohesive dark-to-light flow, glassmorphism, 
   polished spacing, and micro-animations.
   ============================================= */

/* ─── Global Font (match RanksBreathe) ─── */
.hero, .stats-bar, .how-section, .features-section,
.agent-section, .pricing-section, .faq-section,
.final-cta, .section-heading, .section-desc,
.section-chip, .step-card, .feat-card, .price-card,
.faq-item, .hero-card, .stats-bar__card {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* ─── Global SVG Constraints ─── */
/* Parent site CSS strips default SVG sizing. This forces all inline SVGs to be contained. */
.hero svg:not(.hero__bg svg),
.stats-bar svg,
.how-section svg,
.features-section svg,
.agent-section svg,
.pricing-section svg,
.faq-section svg,
.final-cta svg {
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
}

.step-card__icon svg { width: 26px !important; height: 26px !important; }
.feat-card__icon-wrap svg { width: 24px !important; height: 24px !important; }
.price-card__feat svg { width: 18px !important; height: 18px !important; }
.faq-item__arrow { width: 20px !important; height: 20px !important; }
.hero__trust-icon { width: 16px !important; height: 16px !important; }
.hero__input-icon svg { width: 20px !important; height: 20px !important; }
.hero__input-btn svg { width: 16px !important; height: 16px !important; }
.agent-chat-preview__send svg { width: 16px !important; height: 16px !important; }
.final-cta__btn svg { width: 16px !important; height: 16px !important; }

/* ─── Hero Section ─── */
.hero {
    position: relative;
    height: 500px;
    min-height: unset;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    background: #060d1a;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero__bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 30%, black 40%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 30%, black 40%, transparent 100%);
}

.hero__bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.6;
}

.hero__bg-glow--1 {
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(0, 82, 224, 0.3), transparent 70%);
    width: 900px;
    height: 900px;
}

.hero__bg-glow--2 {
    bottom: -100px;
    right: -200px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.12), transparent 70%);
    width: 600px;
    height: 600px;
}

.hero__bg-glow--3 {
    top: 30%;
    left: -200px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.08), transparent 70%);
    width: 400px;
    height: 400px;
}

.hero__orb {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    animation: float 6s ease-in-out infinite;
}

.hero__orb--1 { width: 80px; height: 80px; top: 15%; left: 10%; background: rgba(0, 82, 224, 0.06); animation-duration: 7s; }
.hero__orb--2 { width: 50px; height: 50px; top: 25%; right: 15%; background: rgba(99, 102, 241, 0.06); animation-duration: 5s; animation-delay: -2s; }
.hero__orb--3 { width: 120px; height: 120px; bottom: 20%; left: 8%; background: rgba(0, 82, 224, 0.04); animation-duration: 8s; animation-delay: -4s; }
.hero__orb--4 { width: 40px; height: 40px; bottom: 30%; right: 10%; background: rgba(99, 102, 241, 0.05); animation-duration: 6s; animation-delay: -1s; }

/* 2-Column Grid */
.hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero__left { max-width: 560px; }

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(0, 82, 224, 0.12);
    border: 1px solid rgba(0, 82, 224, 0.3);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(148, 196, 255, 0.9);
    margin-bottom: 32px;
    animation: fadeInDown 0.6s ease forwards;
    backdrop-filter: blur(6px);
}

.hero__badge-dot {
    width: 8px;
    height: 8px;
    background: #60a5fa;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.hero__title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 24px;
    animation: fadeInUp 0.7s ease forwards;
    animation-delay: 0.15s;
    opacity: 0;
}

.hero__title-highlight {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero__subtitle {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.65;
    max-width: 480px;
    margin: 0 0 16px;
    animation: fadeInUp 0.7s ease forwards;
    animation-delay: 0.3s;
    opacity: 0;
    font-weight: 400;
}

/* URL Input */
.hero__input-wrapper {
    max-width: 520px;
    margin: 0 0 12px;
    animation: fadeInUp 0.7s ease forwards;
    animation-delay: 0.45s;
    opacity: 0;
}

.hero__input-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 6px;
    transition: all 0.25s;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
}

.hero__input-box:focus-within {
    border-color: rgba(0, 82, 224, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 82, 224, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero__input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.3);
    margin-left: 8px;
}

.hero__input-icon svg { width: 20px; height: 20px; }

.hero__input {
    flex: 1;
    height: 52px;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    font-weight: 500;
    letter-spacing: -0.01em;
    border: none;
    outline: none;
    font-family: inherit;
}

.hero__input::placeholder { color: rgba(255, 255, 255, 0.3); font-weight: 400; }

.hero__input-btn {
    flex-shrink: 0;
    height: 48px;
    padding: 0 28px;
    background: #0052E0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 16px;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(0, 82, 224, 0.4);
    letter-spacing: -0.01em;
    border: none;
    cursor: pointer;
}

.hero__input-btn:hover {
    background: #003DA8;
    box-shadow: 0 8px 28px rgba(0, 82, 224, 0.5);
    transform: translateY(-2px);
}

.hero__input-btn:active { transform: scale(0.98); }
.hero__input-btn svg { width: 16px; height: 16px; transition: transform 0.15s; }
.hero__input-btn:hover svg { transform: translateX(3px); }

/* Trust Signals */
.hero__trust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
    animation: fadeInUp 0.7s ease forwards;
    animation-delay: 0.55s;
    opacity: 0;
    flex-wrap: wrap;
}

.hero__trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}

.hero__trust-icon { color: #4ade80; flex-shrink: 0; }

/* Hero Signup CTA */
.hero__signup-cta {
    margin-top: 14px;
    animation: fadeInUp 0.7s ease forwards;
    animation-delay: 0.65s;
    opacity: 0;
}
.hero__signup-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: linear-gradient(135deg, #0052E0 0%, #4f46e5 100%);
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 15px rgba(0, 82, 224, 0.35);
    letter-spacing: -0.01em;
    font-family: inherit;
}
.hero__signup-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 82, 224, 0.45) !important;
    filter: brightness(1.15);
}
.hero__signup-btn:active { transform: translateY(0) !important; }
.hero__signup-btn svg { transition: transform 0.15s; }
.hero__signup-btn:hover svg { transform: translateX(4px); }
.hero__signup-note {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    font-weight: 500;
}

/* Social Proof */
.hero__social-proof { display: flex; align-items: center; gap: 12px; animation: fadeInUp 0.7s ease forwards; animation-delay: 0.65s; opacity: 0; }
.hero__sp-avatars { display: flex; }
.hero__sp-av { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 800; border: 2px solid #060d1a; margin-right: -8px; }
.hero__sp-stars { font-size: 13px; color: #fbbf24; letter-spacing: 1px; }
.hero__sp-stars span { color: rgba(255,255,255,0.5); font-weight: 600; margin-left: 4px; }
.hero__sp-sub { font-size: 12px; color: rgba(255,255,255,0.35); font-weight: 500; }

/* ─── Right Column: Audit Card ─── */
.hero__right { position: relative; }

.hero-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    animation: fadeInUp 0.8s ease forwards; animation-delay: 0.3s; opacity: 0;
}

.hero-card__bar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.02);
}

.hero-card__title { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: #fff; }
.hero-card__live { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: #22c55e; }
.hero-card__dot { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; animation: pulse 2s infinite; }

/* Score Ring */
.hero-card__score-area { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 20px 12px; }
.hero-card__ring-wrap { position: relative; width: 110px; height: 110px; }
.hero-card__ring { width: 100% !important; height: 100% !important; }
.hero-card__ring-progress { transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1); }
.hero-card__ring-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-card__ring-num { font-size: 32px; font-weight: 900; color: #fff; letter-spacing: -0.04em; line-height: 1; }
.hero-card__ring-sub { font-size: 8px; font-weight: 700; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 3px; }
.hero-card__grade { font-size: 28px; font-weight: 900; color: #22c55e; letter-spacing: -0.03em; background: rgba(34, 197, 94, 0.1); padding: 6px 12px; border-radius: 10px; }

/* Category Bars */
.hero-card__cats { padding: 0 20px 10px; display: flex; flex-direction: column; gap: 7px; }
.hero-card__cat { display: flex; align-items: center; gap: 10px; }
.hero-card__cat-info { display: flex; align-items: center; gap: 6px; min-width: 130px; font-size: 12px; color: rgba(255,255,255,0.6); font-weight: 500; }
.hero-card__cat-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.hero-card__cat-bar { flex: 1; height: 6px; background: rgba(255,255,255,0.06); border-radius: 100px; overflow: hidden; }
.hero-card__cat-fill { height: 100%; border-radius: 100px; transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s; }
.hero-card__cat-val { font-size: 13px; font-weight: 800; color: #fff; min-width: 24px; text-align: right; }

/* Issues */
.hero-card__issues { padding: 0 20px 10px; }
.hero-card__issues-title { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 5px; }
.hero-card__issue-row { display: flex; align-items: center; gap: 8px; padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,0.04); animation: fadeInUp 0.5s ease forwards; opacity: 0; }
.hero-card__issue-row:nth-child(2) { animation-delay: 1.2s; }
.hero-card__issue-row:nth-child(3) { animation-delay: 1.5s; }
.hero-card__issue-row:nth-child(4) { animation-delay: 1.8s; }
.hero-card__issue-sev { padding: 2px 8px; border-radius: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; flex-shrink: 0; }
.hero-card__issue-sev--critical { background: rgba(239, 68, 68, 0.15); color: #f87171; }
.hero-card__issue-sev--warning { background: rgba(245, 158, 11, 0.15); color: #fbbf24; }
.hero-card__issue-sev--info { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }
.hero-card__issue-text { font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 500; }

/* Card Footer */
.hero-card__footer { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); }
.hero-card__pages, .hero-card__time { display: flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,0.4); font-weight: 500; }

/* Floating Badge */
.hero-float {
    position: absolute; bottom: 30px; left: -30px;
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px; backdrop-filter: blur(20px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease forwards, float 4s ease-in-out infinite;
    animation-delay: 1.5s, 2.5s; opacity: 0;
}
.hero-float__icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: rgba(34, 197, 94, 0.12); border-radius: 10px; color: #22c55e; flex-shrink: 0; }
.hero-float__title { font-size: 13px; font-weight: 700; color: #fff; }
.hero-float__sub { font-size: 11px; color: rgba(255,255,255,0.4); font-weight: 500; }

/* ─── Stats Bar ─── */
.stats-bar {
    background: #f8fafc;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.stats-bar__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 36px 0;
}

.stats-bar__card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.25s;
}

.stats-bar__card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.stats-bar__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stats-bar__number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1;
}

.stats-bar__number span { color: #0052E0; font-weight: 800; }

.stats-bar__label {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 3px;
}

/* ─── Shared Section Styles ─── */
.section-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(0, 82, 224, 0.08);
    border: 1px solid rgba(0, 82, 224, 0.15);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #0052E0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.section-chip--light {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: #60a5fa;
}

.section-heading {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin-bottom: 16px;
}

.section-desc {
    font-size: 1.05rem;
    color: #64748B;
    max-width: 520px;
    line-height: 1.7;
    margin: 0 auto;
}

/* ─── How It Works ─── */
.how-section {
    padding: 100px 0;
    background: #fff;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
    position: relative;
}

.step-card {
    position: relative;
    padding: 40px 32px;
    border-radius: 20px;
    border: 1px solid #F1F5F9;
    background: #fff;
    text-align: center;
    transition: all 0.3s;
}

.step-card:hover {
    border-color: rgba(0, 82, 224, 0.12);
    box-shadow: 0 20px 40px rgba(0, 82, 224, 0.06);
    transform: translateY(-4px);
}

.step-card__num {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(0, 82, 224, 0.05);
    letter-spacing: -0.04em;
    line-height: 1;
}

.step-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #EFF6FF, #E0ECFF);
    border-radius: 16px;
    color: #0052E0;
    transition: all 0.3s;
}

.step-card__icon svg { width: 26px; height: 26px; }

.step-card:hover .step-card__icon {
    background: #0052E0;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 82, 224, 0.3);
    transform: scale(1.08);
}

.step-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.step-card__desc {
    font-size: 0.9rem;
    color: #64748B;
    line-height: 1.7;
}

/* ─── Features ─── */
.features-section {
    padding: 100px 0;
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 82, 224, 0.04), transparent 70%);
    filter: blur(80px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 56px;
    position: relative;
    z-index: 1;
}

.feat-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    border: 1px solid #F1F5F9;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.feat-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--c1, #0052E0), var(--c2, #3B82F6));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.feat-card:hover { border-color: transparent; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06); transform: translateY(-6px); }
.feat-card:hover::after { transform: scaleX(1); }

.feat-card__icon-wrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.feat-card__icon-wrap svg { width: 24px; height: 24px; }

/* Color variants */
.feat-card__icon-wrap--blue   { background: #EFF6FF; color: #0052E0; }
.feat-card__icon-wrap--purple { background: #F3F0FF; color: #7C3AED; }
.feat-card__icon-wrap--emerald{ background: #ECFDF5; color: #059669; }
.feat-card__icon-wrap--amber  { background: #FFF7ED; color: #D97706; }
.feat-card__icon-wrap--rose   { background: #FFF1F2; color: #E11D48; }
.feat-card__icon-wrap--cyan   { background: #ECFEFF; color: #0891B2; }

.feat-card:hover .feat-card__icon-wrap--blue   { background: #0052E0; color: #fff; box-shadow: 0 8px 20px rgba(0,82,224,0.25); }
.feat-card:hover .feat-card__icon-wrap--purple { background: #7C3AED; color: #fff; box-shadow: 0 8px 20px rgba(124,58,237,0.25); }
.feat-card:hover .feat-card__icon-wrap--emerald{ background: #059669; color: #fff; box-shadow: 0 8px 20px rgba(5,150,105,0.25); }
.feat-card:hover .feat-card__icon-wrap--amber  { background: #D97706; color: #fff; box-shadow: 0 8px 20px rgba(217,119,6,0.25); }
.feat-card:hover .feat-card__icon-wrap--rose   { background: #E11D48; color: #fff; box-shadow: 0 8px 20px rgba(225,29,72,0.25); }
.feat-card:hover .feat-card__icon-wrap--cyan   { background: #0891B2; color: #fff; box-shadow: 0 8px 20px rgba(8,145,178,0.25); }

/* Color stripes */
.feat-card:nth-child(1)::after { --c1: #0052E0; --c2: #3B82F6; }
.feat-card:nth-child(2)::after { --c1: #7C3AED; --c2: #A78BFA; }
.feat-card:nth-child(3)::after { --c1: #059669; --c2: #34D399; }
.feat-card:nth-child(4)::after { --c1: #D97706; --c2: #FBBF24; }
.feat-card:nth-child(5)::after { --c1: #E11D48; --c2: #FB7185; }
.feat-card:nth-child(6)::after { --c1: #0891B2; --c2: #22D3EE; }

.feat-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.feat-card__desc {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.7;
}

/* ─── AI Agent Section ─── */
.agent-section {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.agent-section__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.agent-caps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 0;
}

.agent-cap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #F8FAFC;
    border-radius: 14px;
    border: 1px solid #F1F5F9;
    transition: all 0.25s;
}

.agent-cap:hover { background: #EFF6FF; border-color: rgba(0, 82, 224, 0.12); }
.agent-cap__icon { font-size: 20px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: #EFF6FF; border-radius: 10px; flex-shrink: 0; }
.agent-cap__title { font-size: 0.88rem; font-weight: 700; color: #0F172A; margin-bottom: 2px; }
.agent-cap__desc { font-size: 0.78rem; color: #94A3B8; }

/* Chat Preview */
.agent-chat-preview {
    background: #F8FAFC;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.agent-chat-preview__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 16px;
}

.agent-chat-preview__avatar {
    width: 40px;
    height: 40px;
    background: #0052E0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 82, 224, 0.3);
}

.agent-chat-preview__name { font-weight: 700; color: #0F172A; font-size: 14px; }
.agent-chat-preview__status { font-size: 12px; color: #10B981; }

.agent-chat-preview__msgs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 340px;
    overflow: hidden;
}

.preview-msg {
    max-width: 88%;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.65;
}

.preview-msg--ai {
    background: #fff;
    color: #334155;
    border: 1px solid #E2E8F0;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

.preview-msg--user {
    background: #0052E0;
    color: #fff;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

.agent-chat-preview__input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    font-size: 13px;
    color: #94A3B8;
}

.agent-chat-preview__send {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0052E0;
    border-radius: 8px;
    color: #fff;
}

/* ─── Pricing ─── */
.pricing-section {
    padding: 100px 0;
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(0, 82, 224, 0.03), transparent 50%),
                       radial-gradient(circle at 80% 20%, rgba(0, 82, 224, 0.03), transparent 50%);
    pointer-events: none;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1060px;
    margin: 48px auto 0;
    position: relative;
    z-index: 1;
    align-items: start;
}

.price-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 32px;
    border: 2px solid #F1F5F9;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
}

.price-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06); }

.price-card--featured {
    border-color: #0052E0;
    box-shadow: 0 12px 40px rgba(0, 82, 224, 0.15);
    transform: scale(1.03);
}

.price-card--featured:hover { box-shadow: 0 20px 50px rgba(0, 82, 224, 0.2); transform: scale(1.03) translateY(-4px); }

.price-card__features { flex: 1; }

.price-card__badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0052E0, #3B82F6);
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.price-card__header { margin-bottom: 28px; }
.price-card__plan { font-size: 13px; font-weight: 700; color: #64748B; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }

.price-card__amount {
    font-size: 3rem;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 4px;
}

.price-card__amount span { font-size: 1rem; font-weight: 500; color: #94A3B8; }
.price-card__billing { font-size: 13px; color: #94A3B8; }

.price-card__features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.price-card__feat-group {
    font-size: 13px;
    font-weight: 700;
    color: #64748B;
    margin-top: 8px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.03em;
}

.price-card__feat-group svg { flex-shrink: 0; color: #0052E0; }

.price-card__feat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
}

.price-card__feat svg { width: 18px; height: 18px; color: #0052E0; flex-shrink: 0; }

.price-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.25s;
    text-decoration: none;
    cursor: pointer;
}

.price-card__btn--outline {
    background: transparent;
    color: #0052E0 !important;
    border: 2px solid #0052E0;
}

.price-card__btn--outline:hover {
    background: #0052E0;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 82, 224, 0.25);
}

.price-card__btn--solid {
    background: #0052E0;
    color: #fff !important;
    border: 2px solid #0052E0;
    box-shadow: 0 4px 16px rgba(0, 82, 224, 0.3);
}

.price-card__btn--solid:hover {
    background: #003DA8;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 82, 224, 0.35);
}

/* ─── FAQ ─── */
.faq-section {
    padding: 100px 0;
    background: #060d1a;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.faq-list {
    max-width: 700px;
    margin: 48px auto 0;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-item__q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    font-family: inherit;
    transition: color 0.2s;
}

.faq-item__q:hover { color: #60a5fa; }

.faq-item__arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.3);
    transition: transform 0.3s, color 0.3s;
}

.faq-item.open .faq-item__arrow { transform: rotate(180deg); color: #60a5fa; }

.faq-item__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0;
}

.faq-item.open .faq-item__a {
    max-height: 300px;
    padding: 0 0 24px;
}

.faq-item__a p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    margin: 0;
}

/* ─── Final CTA ─── */
.final-cta {
    padding: 100px 0;
    background: #0052E0;
    position: relative;
    overflow: hidden;
}

.final-cta__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08), transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255,255,255,0.04), transparent 50%);
    pointer-events: none;
}

.final-cta__pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.final-cta__content { position: relative; z-index: 1; text-align: center; }

.final-cta__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
}

.final-cta__desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 460px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.final-cta__input-wrap { max-width: 520px; margin: 0 auto; }

.final-cta__box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.final-cta__input {
    flex: 1;
    height: 48px;
    padding: 0 20px;
    font-size: 15px;
    color: #0F172A;
    background: transparent;
    font-weight: 500;
    border: none;
    outline: none;
    font-family: inherit;
}

.final-cta__input::placeholder { color: #94A3B8; }

.final-cta__btn {
    flex-shrink: 0;
    height: 44px;
    padding: 0 24px;
    background: #0052E0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 14px;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.final-cta__btn:hover { background: #003DA8; }

/* ─── Responsive ─── */

/* Tablet */
@media (max-width: 1024px) {
    .hero { height: auto; min-height: unset; padding: 100px 0 40px; }
    .hero__grid { grid-template-columns: 1fr; gap: 32px; }
    .hero__left { max-width: 100%; text-align: center; }
    .hero__subtitle { margin: 0 auto 16px; }
    .hero__input-wrapper { margin: 0 auto 12px; max-width: 520px; }
    .hero__trust { justify-content: center; }
    .hero-card { max-width: 540px; margin: 0 auto; }

    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .agent-section__inner { grid-template-columns: 1fr; gap: 48px; }
    .agent-section__content { text-align: center; }
    .agent-section__content .section-heading { text-align: center !important; }
    .agent-section__content .section-desc { margin: 0 auto 2rem !important; }
}

/* Mobile */
@media (max-width: 768px) {
    /* Container padding */
    .container { padding-left: 16px; padding-right: 16px; }

    /* Hero */
    .hero { height: auto; min-height: unset; padding: 60px 0 28px; }
    .hero__orb, .hero__bg-glow { display: none !important; }
    .hero__grid { gap: 24px; }
    .hero__badge { font-size: 11px; padding: 6px 14px; margin-bottom: 16px; }
    .hero__title { font-size: 1.75rem !important; line-height: 1.2; margin-bottom: 12px; }
    .hero__title br { display: none; }
    .hero-card { display: none !important; }
    .hero__subtitle { font-size: 0.85rem; line-height: 1.65; margin: 0 auto 18px; }

    /* Input: separate field & button — EQUAL SIZE */
    .hero__input-box {
        flex-direction: column !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        gap: 12px !important;
        border-radius: 0 !important;
    }
    .hero__input-box:focus-within {
        border-color: transparent !important;
        box-shadow: none !important;
    }
    .hero__input-icon { display: none !important; }
    .hero__input {
        width: 100% !important;
        height: 52px !important;
        min-height: 52px !important;
        text-align: center !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        background: rgba(255,255,255,0.08) !important;
        border: 1.5px solid rgba(255,255,255,0.25) !important;
        border-radius: 14px !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        color: #fff !important;
        flex: none !important;
    }
    .hero__input:focus {
        border-color: rgba(0,82,224,0.6) !important;
        background: rgba(255,255,255,0.12) !important;
        outline: none !important;
    }
    .hero__input::placeholder { text-align: center; color: rgba(255,255,255,0.4); }
    .hero__input-btn {
        width: 100% !important;
        justify-content: center !important;
        height: 52px !important;
        min-height: 52px !important;
        border-radius: 14px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
    }
    .hero__trust { flex-direction: row; gap: 10px; justify-content: center; flex-wrap: wrap; }
    .hero__trust-item { font-size: 11.5px; gap: 4px; }
    .hero__signup-cta { text-align: center; margin-top: 16px !important; }
    .hero__signup-btn { width: 100%; justify-content: center; padding: 14px 24px; font-size: 0.9rem; }
    .hero__signup-note { text-align: center; }

    /* Hero Card */
    .hero-card { max-width: 100%; }
    .hero-card__bar { padding: 10px 14px; }
    .hero-card__title { font-size: 12px; }
    .hero-card__score-area { flex-direction: row; gap: 14px; padding: 14px 14px 10px; }
    .hero-card__ring-wrap { width: 90px; height: 90px; }
    .hero-card__ring-num { font-size: 26px; }
    .hero-card__ring-sub { font-size: 7px; }
    .hero-card__grade { font-size: 22px; padding: 5px 10px; }
    .hero-card__cats { padding: 0 14px 10px; gap: 6px; }
    .hero-card__cat-info { min-width: 100px; font-size: 11px; }
    .hero-card__cat-val { font-size: 12px; }
    .hero-card__issues { padding: 0 14px 8px; }
    .hero-card__issues-title { font-size: 9px; margin-bottom: 4px; }
    .hero-card__issue-row { padding: 3px 0; }
    .hero-card__issue-sev { font-size: 8px; padding: 2px 6px; }
    .hero-card__issue-text { font-size: 11px; }
    .hero-card__footer { padding: 8px 14px; }
    .hero-card__pages, .hero-card__time { font-size: 10px; }

    /* Stats Bar */
    .stats-bar__inner { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 20px 0; }
    .stats-bar__card { padding: 14px 12px; gap: 10px; border-radius: 12px; }
    .stats-bar__icon { width: 36px; height: 36px; border-radius: 10px; }
    .stats-bar__icon svg { width: 16px !important; height: 16px !important; }
    .stats-bar__number { font-size: 1.15rem; }
    .stats-bar__label { font-size: 10px; }

    /* Sections */
    .how-section, .features-section, .agent-section, .pricing-section, .faq-section { padding: 60px 0; }
    .section-heading { font-size: 1.5rem !important; }
    .section-desc { font-size: 0.9rem; }

    .steps-grid { grid-template-columns: 1fr; }
    .feat-grid { grid-template-columns: 1fr; }
    .agent-caps { grid-template-columns: 1fr; }
    .price-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }

    .final-cta__box { flex-direction: column; padding: 8px; }
    .final-cta__input { text-align: center; }
    .final-cta__btn { width: 100%; justify-content: center; }
}

/* Small Mobile */
@media (max-width: 420px) {
    .hero__title { font-size: 1.5rem !important; }
    .hero__subtitle { font-size: 0.8rem; }
    .hero-card__score-area { padding: 12px 10px 8px; gap: 10px; }
    .hero-card__ring-wrap { width: 80px; height: 80px; }
    .hero-card__ring-num { font-size: 22px; }
    .hero-card__grade { font-size: 18px; }
    .hero-card__cat-info { min-width: 80px; font-size: 10px; }
    .stats-bar__inner { grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px 0; }
    .stats-bar__card { padding: 12px 10px; }
    .stats-bar__number { font-size: 1rem; }
}

/* ═══════════════════════════════════════
   AUDIT RESULTS (Keep existing styles)
   ═══════════════════════════════════════ */

.audit-results .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.audit-results {
    padding: 80px 0 96px;
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
    animation: arFadeIn 0.7s ease forwards;
}

.audit-results svg {
    max-width: 100%;
    height: auto;
}

.audit-results::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #0052E0, transparent);
    border-radius: 2px;
}

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

.ar-header { text-align: center; margin-bottom: 48px; }
.ar-domain { color: #0052E0; }

.ar-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 32px;
    margin-bottom: 40px;
    align-items: start;
}

.ar-score-card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.ar-score-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0052E0, #3B82F6);
}

.ar-ring-wrap { position: relative; width: 180px; height: 180px; margin: 0 auto 20px; }
.ar-ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.ar-ring-progress { transition: stroke-dashoffset 1.8s cubic-bezier(0.4, 0, 0.2, 1); }

.ar-ring-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ar-ring-score { font-size: 52px; font-weight: 900; letter-spacing: -0.04em; line-height: 1; }
.ar-ring-sub { font-size: 11px; color: #94A3B8; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

.ar-grade {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.ar-pages-info { font-size: 12px; color: #94A3B8; font-weight: 500; }

.ar-cats { display: flex; flex-direction: column; gap: 16px; }

.ar-cat-card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 20px 24px;
    transition: all 0.25s;
}

.ar-cat-card:hover { border-color: rgba(0,82,224,0.15); box-shadow: 0 10px 30px rgba(0,0,0,0.06); transform: translateY(-2px); }

.ar-cat-top { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }

.ar-cat-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF6FF;
    border-radius: 14px;
    color: #0052E0;
    flex-shrink: 0;
}

.ar-cat-icon svg { width: 22px; height: 22px; }
.ar-cat-info { flex: 1; min-width: 0; }
.ar-cat-name { font-size: 15px; font-weight: 700; color: #0F172A; letter-spacing: -0.01em; }
.ar-cat-desc { font-size: 12px; color: #94A3B8; margin-top: 1px; }
.ar-cat-score { font-size: 28px; font-weight: 900; letter-spacing: -0.03em; flex-shrink: 0; }
.ar-cat-score span { font-size: 14px; font-weight: 600; opacity: 0.5; }
.ar-cat-bar { height: 6px; background: #F1F5F9; border-radius: 100px; overflow: hidden; }
.ar-cat-bar-fill { height: 100%; border-radius: 100px; transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1); }

.ar-stats-row { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }

.ar-stat {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 24px 32px;
    text-align: center;
    min-width: 140px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.ar-stat-num { font-size: 32px; font-weight: 900; color: #0052E0; letter-spacing: -0.03em; }
.ar-stat-label { font-size: 11px; color: #94A3B8; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

.ar-issues-wrap {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.ar-issues-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #F1F5F9;
    flex-wrap: wrap;
    gap: 12px;
}

.ar-issues-title { font-size: 16px; font-weight: 800; color: #0F172A; letter-spacing: -0.02em; margin: 0; }
.ar-issues-pills { display: flex; gap: 8px; flex-wrap: wrap; }

.ar-pill { padding: 3px 10px; border-radius: 100px; font-size: 11px; font-weight: 700; }
.ar-pill--critical { background: #FEF2F2; color: #DC2626; }
.ar-pill--warning { background: #FFFBEB; color: #D97706; }
.ar-pill--info { background: #EFF6FF; color: #3B82F6; }
.ar-pill--good { background: #F0FDF4; color: #059669; }

.ar-issue {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 24px;
    border-bottom: 1px solid #F8FAFC;
    transition: background 0.15s;
}

.ar-issue:last-child { border-bottom: none; }
.ar-issue:hover { background: #F8FAFC; }

.ar-issue-sev {
    flex-shrink: 0;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 2px;
}

.ar-issue--critical .ar-issue-sev { background: #FEF2F2; color: #DC2626; }
.ar-issue--warning .ar-issue-sev { background: #FFFBEB; color: #D97706; }
.ar-issue--info .ar-issue-sev { background: #EFF6FF; color: #3B82F6; }
.ar-issue--good .ar-issue-sev { background: #F0FDF4; color: #059669; }

.ar-issue-body { min-width: 0; flex: 1; }
.ar-issue-title { font-size: 14px; font-weight: 700; color: #0F172A; letter-spacing: -0.01em; }
.ar-issue-desc { font-size: 12px; color: #94A3B8; margin-top: 2px; line-height: 1.5; }

.ar-issues-more {
    padding: 16px 24px;
    text-align: center;
    font-size: 13px;
    color: #94A3B8;
    font-weight: 600;
    border-top: 1px solid #F1F5F9;
}

.ar-issues-more a { color: #0052E0; font-weight: 700; text-decoration: none; }
.ar-issues-more a:hover { text-decoration: underline; }

.ar-summary {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.ar-summary-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF6FF;
    border-radius: 10px;
    color: #0052E0;
    flex-shrink: 0;
}

.ar-summary-icon svg { width: 20px; height: 20px; }
.ar-summary-text { font-size: 14px; color: #475569; line-height: 1.75; }

.ar-cta { text-align: center; margin-top: 32px; }

.ar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: linear-gradient(135deg, #0052E0, #3B82F6);
    color: #fff;
    border-radius: 20px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 12px 40px rgba(0,82,224,0.3);
    transition: all 0.25s;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.ar-cta-btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 16px 48px rgba(0,82,224,0.35); }
.ar-cta-btn svg { width: 20px; height: 20px; }
.ar-cta-sub { margin-top: 16px; font-size: 13px; color: #94A3B8; font-weight: 500; }

/* Signup Wall */
.ar-signup-wall {
    text-align: center;
    background: linear-gradient(135deg, #060d1a, #0a1628);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px 32px;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
}

.ar-signup-wall::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 82, 224, 0.2), transparent 65%);
    pointer-events: none;
}

.ar-signup-wall::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.12), transparent 65%);
    pointer-events: none;
}

.ar-signup-title { font-size: 24px; font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 12px; position: relative; }
.ar-signup-desc { font-size: 14px; color: rgba(255,255,255,0.5); max-width: 440px; margin: 0 auto 24px; line-height: 1.7; position: relative; }

.ar-signup-perks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}

.ar-signup-perk { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 500; }
.ar-signup-perk svg { flex-shrink: 0; }
.ar-signup-wall .ar-cta-btn { position: relative; font-size: 17px; padding: 20px 48px; }
.ar-signup-wall .ar-cta-sub { color: rgba(255,255,255,0.35); position: relative; }

/* Responsive: Audit Results */
@media (max-width: 768px) {
    .ar-grid { grid-template-columns: 1fr; }
    .ar-score-card { max-width: 300px; margin: 0 auto; }
    .ar-issues-header { flex-direction: column; align-items: flex-start; }
    .ar-cat-top { flex-wrap: wrap; }
    .ar-cta-btn { padding: 16px 24px; font-size: 14px; }
    .ar-signup-wall { padding: 32px 16px; }
    .ar-signup-title { font-size: 20px; }
}

/* ═══════════════════════════════════
   KEYFRAME ANIMATIONS
   ═══════════════════════════════════ */

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

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-16px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

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