/* ==========================================================================
   FAMECLOCK PIXEL ESTIMATOR - PREMIUM MARBLE / GLASS SYSTEM
   ========================================================================== */

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

:root {
    --pe-accent: #60a5fa !important;
    --pe-accent-strong: #3b82f6 !important;
    --pe-accent-glow: rgba(96, 165, 250, 0.18) !important;
    --pe-success: #10b981 !important;
    --pe-text: #1e293b !important;
    --pe-muted: #64748b !important;
    --pe-border: rgba(148, 163, 184, 0.24) !important;
    --pe-panel: rgba(255, 255, 255, 0.62) !important;
    --pe-panel-strong: rgba(255, 255, 255, 0.80) !important;
    --pe-white-border: rgba(255, 255, 255, 0.88) !important;
    --pe-shadow: 0 24px 56px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.84) !important;
}

#sciFiBg,
.cyber-grid,
.soft-vignette,
canvas {
    display: none !important;
}

body.pixel-estimator-page {
    background: linear-gradient(-45deg, #ffffff, #edf3f8, #ffffff, #e6eef5, #ffffff) !important;
    background-size: 400% 400% !important;
    animation: PixelEstimatorMarbleFlow 16s ease infinite !important;
    color: var(--pe-text) !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 !important;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body.pixel-estimator-page::before,
body.pixel-estimator-page::after {
    content: "";
    position: fixed;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(14px);
}

body.pixel-estimator-page::before {
    top: 104px;
    left: -140px;
    width: 330px;
    height: 330px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.12) 0%, rgba(96, 165, 250, 0) 72%);
}

body.pixel-estimator-page::after {
    right: -120px;
    bottom: 80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, rgba(16, 185, 129, 0) 74%);
}

@keyframes PixelEstimatorMarbleFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pe-orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
}

.pe-orb--one {
    top: 18%;
    right: 12%;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.16) 0%, rgba(96, 165, 250, 0) 72%);
}

.pe-orb--two {
    left: 8%;
    bottom: 18%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.10) 0%, rgba(59, 130, 246, 0) 72%);
}

.pe-shell {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 136px 0 84px;
}

.pe-panel,
.pe-hero,
.pe-controls,
.pe-results,
.pe-side-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.84) 0%, rgba(255,255,255,0.66) 100%) !important;
    border: 1px solid var(--pe-border) !important;
    box-shadow: var(--pe-shadow) !important;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.pe-hero {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.95fr);
    gap: 28px;
    padding: 34px;
    margin-bottom: 26px;
}

.pe-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.12) 0%, transparent 32%),
        radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.08) 0%, transparent 38%);
    pointer-events: none;
}

.pe-hero-copy,
.pe-side-card,
.pe-controls,
.pe-results {
    position: relative;
    z-index: 1;
}

.pe-kicker,
.pe-section-kicker,
.pe-side-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(96, 165, 250, 0.22);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 28px rgba(96, 165, 250, 0.10);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
    color: var(--pe-accent-strong);
}

.pe-title {
    margin: 18px 0 16px;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.98;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
}

.pe-title span {
    display: inline-block;
    color: var(--pe-accent-strong) !important;
}

.pe-dek,
.pe-helper,
.pe-side-desc,
.pe-section-head p,
.pe-disclaimer {
    margin: 0;
    color: var(--pe-muted);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    line-height: 1.72;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.pe-helper {
    max-width: 72ch;
    margin-top: 10px;
}

.pe-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.pe-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: #1e293b;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.pe-chip i,
.pe-kicker i,
.pe-section-kicker i,
.pe-side-label i {
    color: var(--pe-accent);
}

.pe-side-card {
    align-self: stretch;
    border-radius: 28px;
    padding: 24px;
}

.pe-side-title {
    margin: 16px 0 10px;
    color: #0f172a;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.22rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pe-side-desc {
    font-size: 0.84rem;
}

.pe-mini-stack {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.pe-mini-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.pe-mini-label,
.pe-slider-label,
.pe-result-title,
.pe-status-pill,
.pe-cta span {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 800;
}

.pe-mini-label {
    color: var(--pe-muted);
    font-size: 0.72rem;
}

.pe-mini-item strong {
    color: #0f172a;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-align: right;
}

.pe-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 26px;
    align-items: stretch;
}

.pe-controls,
.pe-results {
    border-radius: 30px;
    padding: 28px;
}

.pe-section-head h2 {
    margin: 16px 0 10px;
    color: #0f172a;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.14;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pe-slider-group + .pe-slider-group {
    margin-top: 22px;
}

.pe-slider-group:first-of-type {
    margin-top: 22px;
}

.pe-slider-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.pe-slider-label {
    color: var(--pe-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.pe-slider-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
    min-height: 42px;
    padding: 8px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(96, 165, 250, 0.16);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
    color: var(--pe-accent-strong);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.pe-slider-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px !important;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.88) 0%, rgba(96, 165, 250, 0.88) var(--pe-progress, 0%), rgba(148, 163, 184, 0.20) var(--pe-progress, 0%), rgba(148, 163, 184, 0.20) 100%) !important;
    outline: none;
    border: none !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.10);
    padding: 0 !important;
    cursor: pointer;
}

.pe-slider-range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    border-radius: 999px;
    background: transparent;
}

.pe-slider-range::-moz-range-track {
    height: 10px;
    border-radius: 999px;
    background: transparent;
    border: 0;
}

.pe-slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid var(--pe-accent-strong);
    box-shadow: 0 10px 18px rgba(96, 165, 250, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pe-slider-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid var(--pe-accent-strong);
    box-shadow: 0 10px 18px rgba(96, 165, 250, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pe-slider-range:hover::-webkit-slider-thumb,
.pe-slider-range:focus-visible::-webkit-slider-thumb,
.pe-slider-range:hover::-moz-range-thumb,
.pe-slider-range:focus-visible::-moz-range-thumb {
    transform: scale(1.08);
    box-shadow: 0 12px 22px rgba(96, 165, 250, 0.28);
}

.pe-cta {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 18px;
    text-decoration: none;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: #ffffff !important;
    box-shadow: 0 22px 36px rgba(59, 130, 246, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.pe-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 26px 42px rgba(59, 130, 246, 0.26);
}

.pe-cta i {
    color: #ffffff;
    font-size: 0.95rem;
}

.pe-results {
    display: flex;
    flex-direction: column;
}

.pe-results-head {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.pe-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: var(--pe-accent-strong);
    font-size: 0.76rem;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.10);
}

.pe-results-stack {
    display: grid;
    gap: 14px;
    flex: 1;
}

.pe-result-item {
    padding: 20px 20px 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
}

.pe-result-item--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(246, 250, 255, 0.86) 100%);
}

.pe-result-item--roi {
    background: linear-gradient(180deg, rgba(245, 250, 255, 0.88) 0%, rgba(235, 244, 255, 0.92) 100%);
    border-color: rgba(96, 165, 250, 0.22);
}

.pe-result-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pe-muted);
    font-size: 0.76rem;
    line-height: 1.4;
}

.pe-result-title i {
    color: var(--pe-accent);
}

.pe-result-number {
    margin-top: 10px;
    color: #0f172a;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pe-result-number--soft {
    color: #475569;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}

.pe-result-number--roi {
    color: var(--pe-accent-strong);
    font-size: clamp(2.2rem, 3.8vw, 3.1rem);
    text-shadow: 0 12px 28px rgba(96, 165, 250, 0.16);
}

.pe-disclaimer {
    max-width: 980px;
    margin: 18px auto 0;
    text-align: center;
    font-size: 0.76rem;
    opacity: 0.9;
}

@media (max-width: 1080px) {
    .pe-hero,
    .pe-workspace {
        grid-template-columns: 1fr;
    }

    .pe-shell {
        width: min(100% - 24px, 1080px);
        padding-top: 126px;
    }
}

@media (max-width: 720px) {
    .pe-shell {
        width: min(100% - 18px, 1080px);
        padding-top: 114px;
        padding-bottom: 62px;
    }

    .pe-hero,
    .pe-controls,
    .pe-results {
        padding: 22px 18px;
        border-radius: 26px;
    }

    .pe-title {
        letter-spacing: 0.05em;
    }

    .pe-chip-row {
        gap: 10px;
    }

    .pe-chip {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .pe-slider-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .pe-slider-value {
        min-width: 0;
    }

    .pe-result-number,
    .pe-result-number--roi {
        font-size: clamp(1.7rem, 7vw, 2.4rem);
    }
}

/* ==========================================================================
   PIXEL ESTIMATOR EXECUTIVE WOW PASS
   Premium flagship acquisition intelligence / enterprise authority alignment
   ========================================================================== */

:root {
    --pe-premium-shadow: 0 30px 70px rgba(15, 23, 42, 0.10), 0 10px 24px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.92), inset 0 0 0 1px rgba(15, 23, 42, 0.04) !important;
    --pe-premium-shadow-hover: 0 38px 88px rgba(15, 23, 42, 0.14), 0 16px 34px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.96), inset 0 0 0 1px rgba(15, 23, 42, 0.05) !important;
    --pe-copy: #475569 !important;
    --pe-copy-strong: #334155 !important;
    --pe-focus-ring: 0 0 0 3px rgba(96, 165, 250, 0.22) !important;
}

body.pixel-estimator-page {
    background:
        radial-gradient(circle at 50% -8%, rgba(96, 165, 250, 0.12), rgba(96, 165, 250, 0) 28%),
        radial-gradient(circle at 100% 100%, rgba(217, 119, 6, 0.08), rgba(217, 119, 6, 0) 24%),
        linear-gradient(180deg, #f8fbfd 0%, #eef4f7 44%, #ffffff 100%) !important;
    background-size: auto !important;
    animation: none !important;
    line-height: 1.65 !important;
}

body.pixel-estimator-page::before {
    top: 110px;
    left: -120px;
    width: 320px;
    height: 320px;
    filter: blur(18px);
    background: radial-gradient(circle, rgba(96, 165, 250, 0.10) 0%, rgba(96, 165, 250, 0) 72%) !important;
}

body.pixel-estimator-page::after {
    right: -110px;
    bottom: 80px;
    width: 300px;
    height: 300px;
    filter: blur(18px);
    background: radial-gradient(circle, rgba(217, 119, 6, 0.08) 0%, rgba(217, 119, 6, 0) 72%) !important;
}

.pe-orb {
    opacity: 0.72 !important;
    filter: blur(18px) !important;
}

.pe-shell {
    width: min(1240px, calc(100% - 40px));
    padding: 148px 0 88px;
}

.pe-panel,
.pe-hero,
.pe-controls,
.pe-results,
.pe-side-card,
.pe-result-item,
.pe-mini-item,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__shell,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__shell {
    background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.76)) !important;
    border: 1px solid rgba(255,255,255,0.94) !important;
    box-shadow: var(--pe-premium-shadow) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.pe-hero {
    position: relative;
    gap: 28px;
    padding: 44px;
    border-radius: 36px;
    margin-bottom: 28px;
    background:
        radial-gradient(circle at 50% 0%, rgba(96, 165, 250, 0.15), rgba(96, 165, 250, 0) 42%),
        linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.80)) !important;
    box-shadow: var(--pe-premium-shadow-hover) !important;
}

.pe-hero::before {
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.16), transparent 36%),
        radial-gradient(circle at bottom left, rgba(217, 119, 6, 0.07), transparent 34%) !important;
}

.pe-hero::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(96,165,250,0.40), rgba(255,255,255,0));
    pointer-events: none;
}

.pe-kicker,
.pe-section-kicker,
.pe-side-label,
.pe-chip,
.pe-mini-label,
.pe-slider-label,
.pe-result-title,
.pe-status-pill,
.pe-cta span {
    letter-spacing: 0.12em !important;
}

.pe-kicker,
.pe-section-kicker,
.pe-side-label {
    min-height: 40px;
    padding: 10px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90)) !important;
    border-color: rgba(96, 165, 250, 0.20) !important;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.10) !important;
}

.pe-title {
    max-width: 11ch;
    font-size: clamp(2.4rem, 4.5vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.pe-dek,
.pe-disclaimer,
.pe-helper,
.pe-side-desc {
    color: var(--pe-copy) !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    font-family: 'Inter', 'Roboto', sans-serif !important;
}

.pe-dek,
.pe-helper,
.pe-side-desc {
    font-size: 0.98rem !important;
    font-weight: 500 !important;
    line-height: 1.72 !important;
}

.pe-dek {
    max-width: 760px;
    color: var(--pe-copy-strong) !important;
}

.pe-disclaimer {
    margin-top: 18px;
    font-size: 0.88rem !important;
    line-height: 1.7 !important;
}

.pe-chip-row {
    gap: 14px;
    margin-top: 28px;
}

.pe-chip {
    padding: 12px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90)) !important;
    border-color: rgba(226, 232, 240, 0.96) !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04) !important;
}

.pe-side-card {
    padding: 26px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.88)) !important;
}

.pe-side-title {
    letter-spacing: 0.04em;
    line-height: 1.18;
}

.pe-mini-stack {
    gap: 14px;
    margin-top: 22px;
}

.pe-mini-item {
    padding: 16px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90)) !important;
    border-color: rgba(226, 232, 240, 0.92) !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04) !important;
}

.pe-mini-item strong {
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.pe-workspace {
    gap: 24px;
}

.pe-controls,
.pe-results {
    border-radius: 34px;
    padding: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.76)) !important;
}

.pe-section-head h2 {
    letter-spacing: 0.03em;
    line-height: 1.16;
}

.pe-slider-group + .pe-slider-group {
    margin-top: 24px;
}

.pe-slider-head {
    margin-bottom: 16px;
}

.pe-slider-label {
    color: var(--pe-copy) !important;
    font-size: 0.8rem;
}

.pe-slider-value {
    min-width: 116px;
    min-height: 44px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.92)) !important;
    border-color: rgba(96, 165, 250, 0.20) !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05) !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.pe-slider-range {
    height: 10px !important;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.10) !important;
}

.pe-slider-range::-webkit-slider-thumb {
    width: 26px;
    height: 26px;
    border-width: 3px;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.24) !important;
}

.pe-slider-range::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-width: 3px;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.24) !important;
}

.pe-cta {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.22) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
}

.pe-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(37, 99, 235, 0.26) !important;
    filter: brightness(1.03);
}

.pe-results-head {
    margin-bottom: 24px;
}

.pe-status-pill {
    min-height: 40px;
    padding: 10px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90)) !important;
    border-color: rgba(96, 165, 250, 0.20) !important;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.10) !important;
}

.pe-results-stack {
    gap: 16px;
}

.pe-result-item {
    padding: 22px 22px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.88)) !important;
    border-color: rgba(226, 232, 240, 0.92) !important;
}

.pe-result-item--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.92)) !important;
}

.pe-result-item--roi {
    background: linear-gradient(135deg, rgba(239,246,255,0.98), rgba(255,255,255,0.92)) !important;
    border-color: rgba(96, 165, 250, 0.20) !important;
    box-shadow: 0 18px 34px rgba(59, 130, 246, 0.08) !important;
}

.pe-result-number,
.pe-result-number--soft,
.pe-result-number--roi {
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.pe-result-number--roi {
    text-shadow: 0 12px 28px rgba(96, 165, 250, 0.14);
}

body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-related {
    margin-top: 28px;
}

body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__shell,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__shell {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(248,250,252,0.76)) !important;
}

body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__card,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__cta,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__card,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__cta {
    border-radius: 18px;
}

.pe-cta:focus-visible,
.pe-slider-range:focus-visible,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__cta:focus-visible,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__card:focus-visible,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__cta:focus-visible,
body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__card:focus-visible {
    outline: none;
    border-color: rgba(59, 130, 246, 0.42) !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.92), var(--pe-focus-ring), 0 18px 34px rgba(15, 23, 42, 0.10) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.pixel-estimator-page {
        animation: none !important;
    }

    body.pixel-estimator-page::before,
    body.pixel-estimator-page::after,
    .pe-orb {
        display: none !important;
    }

    .pe-cta,
    body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__cta,
    body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__card,
    body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__cta,
    body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__card {
        transition: none !important;
    }
}

@media (max-width: 1080px) {
    .pe-shell {
        width: min(100% - 28px, 100%);
        padding-top: 132px;
    }
}

@media (max-width: 720px) {
    .pe-shell {
        width: min(100% - 20px, 100%);
        padding-top: 118px;
        padding-bottom: 64px;
    }

    .pe-hero,
    .pe-controls,
    .pe-results,
    .pe-side-card {
        padding: 24px;
        border-radius: 24px;
    }

    .pe-title {
        font-size: clamp(1.95rem, 8vw, 2.95rem);
    }

    .pe-dek,
    .pe-disclaimer,
    .pe-helper,
    .pe-side-desc {
        font-size: 0.95rem !important;
        line-height: 1.68 !important;
    }

    .pe-mini-item,
    .pe-result-item {
        border-radius: 22px;
    }

    body.pixel-estimator-page .fc-ui-strip-v2--pixel-entity .fc-ui-strip-v2__shell,
    body.pixel-estimator-page .fc-ui-strip-v2--pixel-related .fc-ui-strip-v2__shell {
        border-radius: 22px;
    }
}

