@import url("/css/psops-dropdown-demo-reset.css?v=demoreset1");
@import url("/css/psops-admin-demo-overrides.css?v=20260623b");
@import url("/css/psops-command-fire-focus.css?v=20260623a");
@import url("/css/psops-demo-finish.css?v=20260623a");
:root {
    --psops-navy: #081423;
    --psops-deep: #050B16;
    --psops-panel: rgba(255, 255, 255, .075);
    --psops-panel-strong: rgba(255, 255, 255, .105);
    --psops-border: rgba(255, 255, 255, .14);
    --psops-blue: #00A8FF;
    --psops-blue-hot: #00C2FF;
    --psops-orange: #FF8A00;
    --psops-emerald: #22C55E;
    --psops-text: #FFFFFF;
    --psops-muted: #CBD5E1;
    --psops-soft: #9FB3C8;
    --psops-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

html {
    scroll-behavior: smooth;
}

body.psops-guided-marketing {
    background:
        radial-gradient(circle at top left, rgba(0, 168, 255, .38), transparent 38rem),
        radial-gradient(circle at 82% 4%, rgba(255, 138, 0, .20), transparent 34rem),
        linear-gradient(180deg, var(--psops-navy) 0%, #0B1626 48%, #050B16 100%) !important;
    color: var(--psops-text);
}

body.psops-guided-marketing::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .06;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
    z-index: 0;
}

body.psops-guided-marketing > * {
    position: relative;
    z-index: 1;
}

body.psops-guided-marketing a {
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.psops-guided-marketing img[src*="psops"],
body.psops-guided-marketing img[src*="logo"] {
    filter: drop-shadow(0 16px 34px rgba(0, 168, 255, .26));
}

body.psops-guided-marketing header,
body.psops-guided-marketing nav {
    backdrop-filter: blur(18px);
}

body.psops-guided-marketing h1,
body.psops-guided-marketing h2,
body.psops-guided-marketing h3 {
    letter-spacing: -.055em;
}

body.psops-guided-marketing h1 {
    font-size: clamp(46px, 7vw, 82px);
    line-height: .95;
}

body.psops-guided-marketing h2 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

body.psops-guided-marketing p {
    color: var(--psops-muted);
    line-height: 1.7;
}

body.psops-guided-marketing .btn,
body.psops-guided-marketing button,
body.psops-guided-marketing input[type="submit"],
body.psops-guided-marketing a[class*="button"],
body.psops-guided-marketing a[class*="btn"] {
    border-radius: 999px;
    font-weight: 850;
}

body.psops-guided-marketing .btn-primary,
body.psops-guided-marketing button[type="submit"],
body.psops-guided-marketing input[type="submit"] {
    background: linear-gradient(135deg, #008CFF 0%, #00C2FF 55%, #5CE1FF 100%) !important;
    border-color: rgba(0, 194, 255, .42) !important;
    color: #fff !important;
    box-shadow: 0 22px 65px rgba(0, 194, 255, .42);
}

body.psops-guided-marketing .btn-primary:hover,
body.psops-guided-marketing button[type="submit"]:hover,
body.psops-guided-marketing input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 80px rgba(0, 194, 255, .52);
}

.psops-guided-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.psops-guided-hero {
    position: relative;
    overflow: hidden;
    border-radius: 42px;
    padding: clamp(34px, 6vw, 72px);
    border: 1px solid rgba(0, 194, 255, .18);
    background:
        linear-gradient(100deg, rgba(8,20,35,.97), rgba(8,20,35,.82) 54%, rgba(8,20,35,.46)),
        url('/branding/psops-hero-emergency-wide.webp') center / cover no-repeat;
    box-shadow: var(--psops-shadow);
}

.psops-guided-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(0,194,255,.26), transparent 25rem),
        radial-gradient(circle at 88% 12%, rgba(255,138,0,.18), transparent 22rem);
    pointer-events: none;
}

.psops-guided-hero > * {
    position: relative;
    z-index: 1;
}

.psops-guided-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,168,255,.18);
    border: 1px solid rgba(0,194,255,.46);
    color: #E6FAFF;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.psops-guided-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--psops-emerald);
    box-shadow: 0 0 0 6px rgba(34, 197, 94, .14);
}

.psops-guided-panel,
.psops-guided-card {
    border: 1px solid var(--psops-border);
    background:
        linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.052)),
        rgba(8,20,35,.72);
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.psops-guided-card {
    padding: 24px;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.psops-guided-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 194, 255, .38);
    background: rgba(255,255,255,.105);
    box-shadow: 0 28px 88px rgba(0,168,255,.12);
}

.psops-guided-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.psops-guided-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.psops-guided-step {
    min-height: 150px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.13);
    position: relative;
    overflow: hidden;
}

.psops-guided-step::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -32px;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: rgba(0, 168, 255, .13);
}

.psops-guided-step span {
    color: var(--psops-orange);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
}

.psops-guided-step strong {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: -.04em;
}

.psops-guided-section {
    padding: clamp(48px, 7vw, 88px) 0;
}

.psops-guided-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.psops-guided-kicker {
    color: var(--psops-blue-hot);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 12px;
}

.psops-guided-form input,
.psops-guided-form textarea,
.psops-guided-form select,
body.psops-guided-marketing input,
body.psops-guided-marketing textarea,
body.psops-guided-marketing select {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
    color: #fff;
    outline: none;
}

body.psops-guided-marketing input::placeholder,
body.psops-guided-marketing textarea::placeholder {
    color: rgba(203,213,225,.72);
}

.psops-mobile-proof {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    align-items: center;
}

.psops-phone-shot {
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.14);
    background: #020817;
    box-shadow: 0 24px 70px rgba(0,0,0,.36), 0 0 60px rgba(0,168,255,.12);
}

.psops-phone-shot img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

@media (max-width: 980px) {
    .psops-guided-grid,
    .psops-guided-steps,
    .psops-mobile-proof {
        grid-template-columns: repeat(2, 1fr);
    }

    .psops-guided-section-head {
        display: block;
    }
}

@media (max-width: 640px) {
    .psops-guided-grid,
    .psops-guided-steps,
    .psops-mobile-proof {
        grid-template-columns: 1fr;
    }

    .psops-guided-hero {
        border-radius: 30px;
        padding: 28px;
    }
}

/* Public marketing final polish */
body.psops-guided-marketing {
    min-height: 100vh;
}

body.psops-guided-marketing header,
body.psops-guided-marketing .nav,
body.psops-guided-marketing [class*="header"] {
    border-bottom-color: rgba(255,255,255,.08) !important;
}

body.psops-guided-marketing img[src*="psops-admin-logo"],
body.psops-guided-marketing img[src*="psops-logo"],
body.psops-guided-marketing img[src*="psops-shield"] {
    filter: drop-shadow(0 18px 38px rgba(0, 168, 255, .34));
}

body.psops-guided-marketing main {
    overflow: hidden;
}

body.psops-guided-marketing section {
    position: relative;
}

body.psops-guided-marketing .psops-guided-section + .psops-guided-section {
    border-top: 1px solid rgba(255,255,255,.045);
}

/* Make subpage hero panels feel closer to the homepage */
.psops-guided-hero {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.psops-guided-hero h1 {
    max-width: 900px;
    text-shadow: 0 14px 52px rgba(0,0,0,.58);
}

.psops-guided-hero p {
    color: #D6E7F5;
}

.psops-guided-hero .btn,
.psops-guided-hero a[class*="btn"] {
    margin-top: 26px;
}

/* Add premium glow and motion to public cards */
.psops-guided-card,
.psops-guided-panel {
    position: relative;
    overflow: hidden;
}

.psops-guided-card::before,
.psops-guided-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(0, 194, 255, .07), transparent 44%);
    opacity: .9;
}

.psops-guided-card > *,
.psops-guided-panel > * {
    position: relative;
    z-index: 1;
}

.psops-guided-card h2,
.psops-guided-card h3,
.psops-guided-panel h2,
.psops-guided-panel h3 {
    color: #FFFFFF;
}

.psops-guided-card p,
.psops-guided-panel p {
    color: #CBD5E1;
}

/* Feature/pricing cards */
.psops-guided-grid .psops-guided-card {
    min-height: 250px;
}

.psops-guided-grid .psops-guided-card h3,
.psops-guided-grid .psops-guided-card h2 {
    line-height: 1.05;
}

.psops-guided-grid .psops-guided-card p:last-child {
    margin-bottom: 0;
}

/* Guided proof strip */
.psops-guided-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.psops-guided-proof {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.11);
}

.psops-guided-proof strong {
    display: block;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: -.04em;
}

.psops-guided-proof span {
    display: block;
    margin-top: 7px;
    color: #9FB3C8;
    font-size: 13px;
    font-weight: 750;
}

/* Forms */
body.psops-guided-marketing form {
    position: relative;
}

body.psops-guided-marketing input,
body.psops-guided-marketing textarea,
body.psops-guided-marketing select {
    min-height: 48px;
    padding-inline: 14px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body.psops-guided-marketing input:focus,
body.psops-guided-marketing textarea:focus,
body.psops-guided-marketing select:focus {
    border-color: rgba(0,194,255,.50);
    box-shadow:
        0 0 0 3px rgba(0,194,255,.13),
        inset 0 0 0 1px rgba(0,194,255,.16);
    background: rgba(255,255,255,.105);
}

/* Screenshot presentation on public subpages */
.psops-public-screenshot-band {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    align-items: center;
}

.psops-public-screenshot-card {
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,.13);
    background: #020817;
    box-shadow:
        0 28px 90px rgba(0,0,0,.34),
        0 0 70px rgba(0,168,255,.12);
}

.psops-public-screenshot-card img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.psops-public-checklist {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.psops-public-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    color: #D6E7F5;
    font-weight: 750;
}

.psops-public-check::before {
    content: "✓";
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(34,197,94,.16);
    color: #BBF7D0;
    border: 1px solid rgba(34,197,94,.25);
    font-weight: 950;
}

/* CTA sections */
body.psops-guided-marketing .psops-guided-section:last-of-type .psops-guided-panel,
body.psops-guided-marketing .psops-guided-section:last-of-type .psops-guided-card {
    border-color: rgba(0,194,255,.26);
    box-shadow:
        0 34px 100px rgba(0,0,0,.34),
        0 0 80px rgba(0,168,255,.12);
}

/* Subtle entrance animation */
@media (prefers-reduced-motion: no-preference) {
    .psops-guided-hero,
    .psops-guided-card,
    .psops-guided-panel,
    .psops-phone-shot,
    .psops-public-screenshot-card {
        animation: psopsFadeUp .55s ease both;
    }

    .psops-guided-card:nth-child(2) { animation-delay: .04s; }
    .psops-guided-card:nth-child(3) { animation-delay: .08s; }
    .psops-guided-card:nth-child(4) { animation-delay: .12s; }
    .psops-guided-card:nth-child(5) { animation-delay: .16s; }
    .psops-guided-card:nth-child(6) { animation-delay: .20s; }

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

/* Responsive */
@media (max-width: 980px) {
    .psops-guided-proof-strip,
    .psops-public-screenshot-band {
        grid-template-columns: repeat(2, 1fr);
    }

    .psops-guided-hero {
        min-height: 340px;
    }
}

@media (max-width: 640px) {
    .psops-guided-proof-strip,
    .psops-public-screenshot-band {
        grid-template-columns: 1fr;
    }

    .psops-guided-hero {
        min-height: auto;
    }
}
