:root {
    --op-blue: #1656FF;
    --op-purple: #6C47FF;
    --op-teal: #00D1A3;
    --op-navy: #081220;
    --op-ink: #101828;
    --op-muted: #667085;
    --op-border: #E6EAF2;
    --op-bg: #F6F7FB;
    --op-white: #FFFFFF;
    --op-soft-blue: #EEF4FF;
    --op-soft-purple: #F1EDFF;
    --op-shadow-soft: 0 18px 50px rgba(8, 18, 32, 0.10);
    --op-shadow-card: 0 14px 34px rgba(16, 24, 40, 0.08);
}

* {
    box-sizing: border-box;
}

.op-body {
    min-height: 100vh;
    color: var(--op-ink);
    background: var(--op-bg);
    overflow-x: hidden;
}

.op-body a,
.op-body button {
    transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.op-body a:focus-visible,
.op-body button:focus-visible {
    outline: 3px solid rgba(22, 86, 255, 0.28);
    outline-offset: 3px;
    border-radius: 10px;
}

.op-skip-link {
    position: fixed;
    left: 24px;
    top: 16px;
    z-index: 2000;
    padding: 10px 14px;
    color: var(--op-white);
    background: var(--op-blue);
    border-radius: 10px;
    transform: translateY(-140%);
}

.op-skip-link:focus {
    transform: translateY(0);
}

.op-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(230, 234, 242, 0.84);
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    backdrop-filter: blur(16px);
}

.op-nav {
    width: min(1180px, calc(100% - 32px));
    min-height: 76px;
    margin: 0 auto;
    padding: 0;
    gap: 24px;
}

.op-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--op-ink);
    line-height: 0;
    text-decoration: none;
}

.op-brand:hover {
    color: var(--op-ink);
    text-decoration: none;
}

.op-brand-logo {
    display: block;
    width: 172px;
    height: auto;
}

.op-brand-mark {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(22, 86, 255, 0.12), rgba(0, 209, 163, 0.12));
}

.op-brand-mark::before,
.op-brand-mark::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 10px;
    border: 3px solid var(--op-blue);
    border-radius: 999px;
    top: 12px;
}

.op-brand-mark::before {
    left: 6px;
    transform: rotate(-42deg);
}

.op-brand-mark::after {
    right: 6px;
    transform: rotate(42deg);
}

.op-brand-mark-ring,
.op-brand-mark-dot {
    position: absolute;
    display: block;
    border-radius: 999px;
}

.op-brand-mark-ring {
    width: 9px;
    height: 9px;
    right: 7px;
    top: 7px;
    background: var(--op-teal);
    opacity: 0.95;
}

.op-brand-mark-dot {
    width: 5px;
    height: 5px;
    left: 8px;
    bottom: 7px;
    background: var(--op-purple);
}

.op-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.op-brand-word {
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 1.22rem;
    font-weight: 800;
    color: var(--op-ink);
}

.op-brand-product {
    margin-top: 3px;
    color: var(--op-muted);
    font-size: 0.75rem;
    font-weight: 700;
}

.op-nav-panel {
    justify-content: flex-end;
    gap: 24px;
}

.op-nav-links {
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.op-nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: #344054;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
}

.op-nav-link:hover {
    color: var(--op-blue);
    background: var(--op-soft-blue);
    text-decoration: none;
}

.op-nav-cta,
.op-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.op-nav-cta,
.op-button-primary {
    color: var(--op-white);
    background: linear-gradient(135deg, var(--op-blue), #0C7BFF);
    border: 1px solid rgba(22, 86, 255, 0.78);
    box-shadow: 0 12px 26px rgba(22, 86, 255, 0.22);
}

.op-nav-cta:hover,
.op-button-primary:hover {
    color: var(--op-white);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(22, 86, 255, 0.28);
}

.op-button-secondary {
    color: var(--op-blue);
    background: var(--op-white);
    border: 1px solid rgba(22, 86, 255, 0.34);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.op-button-secondary:hover {
    color: var(--op-blue);
    text-decoration: none;
    background: var(--op-soft-blue);
    transform: translateY(-1px);
}

.op-mobile-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--op-border);
    border-radius: 12px;
}

.op-mobile-toggle-icon,
.op-mobile-toggle-icon::before,
.op-mobile-toggle-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--op-ink);
    border-radius: 999px;
}

.op-mobile-toggle-icon {
    position: relative;
}

.op-mobile-toggle-icon::before,
.op-mobile-toggle-icon::after {
    position: absolute;
    left: 0;
    content: "";
}

.op-mobile-toggle-icon::before {
    top: -6px;
}

.op-mobile-toggle-icon::after {
    top: 6px;
}

.op-consent {
    position: relative;
    z-index: 3;
}

.op-consent .alert {
    width: min(1180px, calc(100% - 32px));
    margin: 16px auto 0;
    padding: 16px 98px 16px 20px;
    color: #075766;
    background: #D8F3F8;
    border-color: #AEE6EF;
    border-radius: 14px;
    line-height: 1.5;
}

.op-consent .accept-policy.close {
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    color: #0F6B7B;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
    transform: translateY(-50%);
}

.op-main {
    min-height: calc(100vh - 164px);
}

.op-site-footer {
    color: #D0D5DD;
    background: var(--op-navy);
}

.op-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    width: min(1180px, calc(100% - 32px));
    min-height: 76px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 0.88rem;
}

.op-footer-brand {
    color: var(--op-white);
    font-weight: 800;
}

.op-footer-brand:hover {
    color: var(--op-white);
}

.op-footer-meta {
    color: #A8B3C7;
}

.op-footer-copy {
    color: #98A2B3;
}

.op-home {
    background: var(--op-white);
}

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

.play-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(246, 247, 251, 0.92), rgba(255, 255, 255, 0.98) 44%, rgba(241, 237, 255, 0.72)),
        linear-gradient(90deg, rgba(22, 86, 255, 0.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(22, 86, 255, 0.06) 1px, transparent 1px);
    background-size: auto, 72px 72px, 72px 72px;
}

.play-hero::before {
    position: absolute;
    inset: 0 0 auto auto;
    width: 48%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(22, 86, 255, 0.09) 44%, rgba(108, 71, 255, 0.16) 100%);
    clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.play-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 56px;
    align-items: center;
    min-height: 720px;
    padding: 96px 0 76px;
}

.play-badge,
.play-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    color: var(--op-purple);
    background: rgba(108, 71, 255, 0.12);
    border: 1px solid rgba(108, 71, 255, 0.14);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.play-kicker {
    color: var(--op-blue);
    background: rgba(22, 86, 255, 0.1);
    border-color: rgba(22, 86, 255, 0.14);
}

.play-hero h1 {
    max-width: 680px;
    margin: 24px 0 20px;
    color: var(--op-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 4rem;
    line-height: 1.04;
    font-weight: 800;
}

.play-hero h1 span {
    color: var(--op-blue);
}

.play-hero-lede {
    max-width: 620px;
    margin: 0;
    color: #475467;
    font-size: 1.05rem;
    line-height: 1.75;
}

.play-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.play-value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    margin: 54px 0 0;
    list-style: none;
}

.play-value-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 12px;
    align-items: start;
    min-width: 0;
}

.play-value-icon {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--op-blue);
    background: var(--op-white);
    border: 1px solid rgba(22, 86, 255, 0.22);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(22, 86, 255, 0.10);
}

.play-value-list strong {
    color: var(--op-ink);
    font-size: 0.88rem;
    font-weight: 800;
}

.play-value-list span:last-child {
    color: var(--op-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.play-hero-art {
    min-width: 0;
}

.play-art-platform {
    position: relative;
    min-height: 500px;
}

.play-art-layer {
    position: absolute;
    left: 12%;
    right: 2%;
    height: 180px;
    border: 1px solid rgba(22, 86, 255, 0.12);
    border-radius: 34px;
    transform: skewY(-9deg) rotate(-1deg);
}

.play-art-layer-one {
    bottom: 108px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(22, 86, 255, 0.16));
    box-shadow: 0 36px 80px rgba(22, 86, 255, 0.18);
}

.play-art-layer-two {
    bottom: 58px;
    left: 20%;
    right: 9%;
    background: linear-gradient(135deg, rgba(0, 209, 163, 0.14), rgba(108, 71, 255, 0.18));
    opacity: 0.68;
}

.play-art-card {
    position: absolute;
    z-index: 3;
    top: 96px;
    right: 72px;
    width: 258px;
    height: 206px;
    overflow: hidden;
    color: #C9D7FF;
    background: linear-gradient(145deg, #13213D, #07111F);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    box-shadow: 0 32px 70px rgba(8, 18, 32, 0.32);
    transform: rotate(6deg);
}

.play-art-card::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 34px 34px;
}

.play-art-topline {
    position: absolute;
    top: 22px;
    left: 24px;
    right: 24px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--op-blue), var(--op-purple), var(--op-teal));
}

.play-art-code {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9DB6FF;
    font-size: 4.8rem;
    font-weight: 800;
}

.play-art-glow {
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: 34px;
    height: 8px;
    border-radius: 999px;
    background: var(--op-blue);
    box-shadow: 0 0 34px rgba(22, 86, 255, 0.9);
}

.play-art-chip {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: #344054;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(230, 234, 242, 0.86);
    border-radius: 14px;
    box-shadow: var(--op-shadow-card);
    font-size: 0.82rem;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.play-art-chip-route {
    top: 72px;
    right: 12px;
    transform: rotate(8deg);
}

.play-art-chip-status {
    right: 28px;
    bottom: 104px;
    color: #027A48;
    transform: rotate(4deg);
}

.play-art-chip-status span {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background: var(--op-teal);
    border-radius: 999px;
}

.trust-strip {
    overflow: hidden;
    padding: 44px 0 52px;
    background: linear-gradient(180deg, var(--op-white) 0%, #F8FAFF 100%);
    border-top: 1px solid rgba(230, 234, 242, 0.76);
    border-bottom: 1px solid rgba(230, 234, 242, 0.72);
}

.trust-strip p {
    margin: 0;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
    text-transform: none;
}

.trust-marquee {
    position: relative;
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
}

.trust-marquee::before,
.trust-marquee::after {
    position: absolute;
    top: 0;
    z-index: 2;
    width: min(14vw, 190px);
    height: 100%;
    pointer-events: none;
    content: "";
}

.trust-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #F8FAFF 0%, rgba(248, 250, 255, 0) 100%);
}

.trust-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #F8FAFF 0%, rgba(248, 250, 255, 0) 100%);
}

.trust-marquee-track {
    display: flex;
    width: max-content;
    animation: trust-marquee 44s linear infinite;
    will-change: transform;
}

.trust-marquee:hover .trust-marquee-track {
    animation-play-state: paused;
}

.trust-logo-set {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 18px;
}

.trust-logo-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 66px;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(214, 222, 238, 0.86);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.055);
}

.trust-logo-card img {
    display: block;
    width: auto;
    max-width: 132px;
    height: auto;
    max-height: 36px;
    object-fit: contain;
    filter: saturate(0.9) contrast(0.98);
}

.trust-logo-card img[src*="godaddy"] {
    max-width: 145px;
}

@keyframes trust-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-marquee {
        overflow: visible;
    }

    .trust-marquee::before,
    .trust-marquee::after {
        display: none;
    }

    .trust-marquee-track {
        justify-content: center;
        width: auto;
        animation: none;
    }

    .trust-logo-set {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
    }

    .trust-logo-set[aria-hidden="true"] {
        display: none;
    }
}

.feature-band {
    padding: 82px 0;
    color: var(--op-white);
    background:
        linear-gradient(135deg, #07111F 0%, #081B35 58%, #120C32 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}

.feature-band-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 56px;
    align-items: center;
}

.feature-band-copy h2,
.section-heading h2,
.section-heading-row h2,
.bottom-cta-card h2 {
    margin: 16px 0 0;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-weight: 800;
}

.feature-band-copy h2 {
    max-width: 420px;
    color: var(--op-white);
    font-size: 2.45rem;
    line-height: 1.08;
}

.feature-band-copy p {
    max-width: 430px;
    margin: 20px 0 24px;
    color: #C8D2E6;
    line-height: 1.7;
}

.feature-band-link {
    color: var(--op-white);
    font-weight: 800;
}

.feature-band-link:hover {
    color: #CBE2FF;
}

.feature-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    min-height: 206px;
    padding: 26px 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.feature-icon,
.use-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 24px;
    border-radius: 14px;
    font-size: 0.78rem;
    font-weight: 900;
}

.feature-icon-blue {
    color: #B8CBFF;
    background: rgba(22, 86, 255, 0.2);
}

.feature-icon-purple {
    color: #D4C8FF;
    background: rgba(108, 71, 255, 0.22);
}

.feature-icon-teal {
    color: #B9F8E9;
    background: rgba(0, 209, 163, 0.16);
}

.feature-card h3 {
    margin: 0 0 10px;
    color: var(--op-white);
    font-size: 1rem;
    font-weight: 800;
}

.feature-card p {
    margin: 0;
    color: #CAD5E7;
    font-size: 0.9rem;
    line-height: 1.55;
}

.use-cases {
    padding: 86px 0 72px;
    background: var(--op-white);
}

.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.section-heading-row h2,
.section-heading h2 {
    color: var(--op-ink);
    font-size: 2.35rem;
    line-height: 1.14;
}

.section-heading-row a {
    color: var(--op-blue);
    font-size: 0.92rem;
    font-weight: 800;
}

.use-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.use-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 28px 26px;
    background: var(--op-white);
    border: 1px solid rgba(230, 234, 242, 0.98);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.05);
}

.use-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--op-shadow-card);
}

.use-card-icon {
    color: var(--op-purple);
    background: var(--op-soft-purple);
}

.use-card h3 {
    margin: 0 0 12px;
    color: var(--op-ink);
    font-size: 1.02rem;
    font-weight: 800;
}

.use-card p {
    min-height: 54px;
    margin: 0 0 24px;
    color: var(--op-muted);
    line-height: 1.55;
}

.use-card a {
    align-self: flex-end;
    margin-top: auto;
    color: var(--op-blue);
    font-size: 0.92rem;
    font-weight: 800;
}

.playground-paths {
    padding: 18px 0 84px;
    background: var(--op-white);
}

.path-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.path-card {
    display: flex;
    flex-direction: column;
    min-height: 272px;
    padding: 28px 26px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFF 100%);
    border: 1px solid rgba(230, 234, 242, 0.98);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.06);
}

.path-card-warning {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 255, 0.96)),
        linear-gradient(135deg, rgba(22, 86, 255, 0.16), rgba(108, 71, 255, 0.14));
}

.path-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    color: var(--op-blue);
    background: var(--op-soft-blue);
    border-radius: 15px;
    font-size: 0.72rem;
    font-weight: 900;
}

.path-card-warning .path-card-icon {
    color: var(--op-purple);
    background: var(--op-soft-purple);
}

.path-card h3 {
    margin: 0 0 12px;
    color: var(--op-ink);
    font-size: 1.04rem;
    font-weight: 800;
}

.path-card p {
    min-height: 78px;
    margin: 0 0 22px;
    color: var(--op-muted);
    line-height: 1.58;
}

.path-card a,
.path-card-disabled {
    align-self: flex-end;
    margin-top: auto;
    color: var(--op-blue);
    font-size: 0.92rem;
    font-weight: 800;
}

.path-card-disabled {
    color: #98A2B3;
}

.op-subpage-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background:
        linear-gradient(135deg, rgba(246, 247, 251, 0.96), rgba(255, 255, 255, 0.98) 46%, rgba(241, 237, 255, 0.70)),
        linear-gradient(90deg, rgba(22, 86, 255, 0.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(22, 86, 255, 0.06) 1px, transparent 1px);
    background-size: auto, 72px 72px, 72px 72px;
}

.op-subpage-hero::before {
    position: absolute;
    inset: 0 0 0 auto;
    width: 42%;
    content: "";
    background: linear-gradient(135deg, rgba(22, 86, 255, 0.10), rgba(108, 71, 255, 0.18));
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.op-subpage-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 44px;
    align-items: center;
}

.op-subpage-hero h1 {
    max-width: 760px;
    margin: 20px 0 18px;
    color: var(--op-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 3.05rem;
    line-height: 1.08;
    font-weight: 800;
}

.op-subpage-hero p {
    max-width: 690px;
    margin: 0;
    color: #475467;
    font-size: 1.06rem;
    line-height: 1.72;
}

.op-subpage-panel {
    display: grid;
    gap: 10px;
    padding: 28px;
    color: var(--op-white);
    background:
        linear-gradient(135deg, rgba(8, 18, 32, 0.98), rgba(10, 33, 64, 0.96)),
        radial-gradient(circle at 80% 0%, rgba(108, 71, 255, 0.46), transparent 42%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;
    box-shadow: var(--op-shadow-soft);
}

.op-subpage-panel span {
    color: #9DB6FF;
    font-size: 0.78rem;
    font-weight: 900;
}

.op-subpage-panel strong {
    color: var(--op-white);
    font-size: 1.2rem;
    line-height: 1.4;
}

.op-catalog-section {
    padding: 78px 0 94px;
    background: var(--op-white);
}

.op-demo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.op-demo-card {
    display: flex;
    flex-direction: column;
    min-height: 274px;
    padding: 28px 26px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFF 100%);
    border: 1px solid rgba(230, 234, 242, 0.98);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.06);
}

.op-demo-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--op-shadow-card);
}

.op-demo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 46px;
    margin-bottom: 24px;
    color: var(--op-purple);
    background: var(--op-soft-purple);
    border-radius: 15px;
    font-size: 0.72rem;
    font-weight: 900;
}

.op-demo-card h3 {
    margin: 0 0 12px;
    color: var(--op-ink);
    font-size: 1.08rem;
    font-weight: 800;
}

.op-demo-card p {
    margin: 0 0 24px;
    color: var(--op-muted);
    line-height: 1.6;
}

.op-demo-card a {
    align-self: flex-end;
    margin-top: auto;
    color: var(--op-blue);
    font-size: 0.92rem;
    font-weight: 800;
}

.op-elements-page {
    background: var(--op-bg);
}

.op-elements-page .op-main > .container,
.op-elements-page .op-main > .container-fluid {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    padding: 56px 0 86px;
}

.op-elements-page .py-5.text-center {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    padding: 40px 28px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.98)),
        linear-gradient(90deg, rgba(22, 86, 255, 0.06) 1px, transparent 1px);
    border: 1px solid rgba(230, 234, 242, 0.94);
    border-radius: 24px;
    box-shadow: var(--op-shadow-card);
}

.op-elements-page .py-5.text-center img {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(22, 86, 255, 0.18);
}

.op-elements-page .py-5.text-center h2,
.op-elements-page h2,
.op-elements-page h3,
.op-elements-page h4 {
    color: var(--op-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-weight: 800;
}

.op-elements-page .py-5.text-center h2 {
    margin-bottom: 12px;
    font-size: 2.35rem;
}

.op-elements-page .lead {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: var(--op-muted);
    font-size: 1.02rem;
    line-height: 1.68;
}

.op-elements-page .card {
    overflow: hidden;
    border: 1px solid rgba(230, 234, 242, 0.96);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.06);
}

.op-elements-page .card-body {
    padding: 26px;
}

.op-elements-page .card-title {
    color: var(--op-ink);
    font-size: 1.08rem;
    font-weight: 800;
}

.op-elements-page .card.bg-dark,
.op-elements-page .card.text-white.bg-dark {
    background:
        linear-gradient(135deg, #07111F, #0A2140 64%, #23135D) !important;
    border-color: rgba(255, 255, 255, 0.10);
}

.op-elements-page .card.bg-dark .card-title,
.op-elements-page .card.text-white.bg-dark .card-title {
    color: var(--op-white);
}

.op-elements-page .list-group-item {
    border-color: rgba(230, 234, 242, 0.92);
}

.op-elements-page .card.bg-dark .list-group-item {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.10);
}

.op-elements-page .form-control {
    min-height: 46px;
    border-color: var(--op-border);
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.04);
}

.op-elements-page .form-control:focus {
    border-color: rgba(22, 86, 255, 0.52);
    box-shadow: 0 0 0 4px rgba(22, 86, 255, 0.12);
}

.op-elements-page label,
.op-elements-page label.op-header-label {
    color: var(--op-ink);
    font-weight: 800;
}

.op-elements-page .form-check-label {
    color: #475467;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
}

.op-elements-page .btn-primary,
.op-elements-page button.btn-primary,
.op-elements-page a.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    color: var(--op-white);
    background: linear-gradient(135deg, var(--op-blue), #0C7BFF);
    border-color: rgba(22, 86, 255, 0.82);
    border-radius: 10px;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(22, 86, 255, 0.20);
}

.op-elements-page .btn-primary:hover,
.op-elements-page button.btn-primary:hover,
.op-elements-page a.btn-primary:hover {
    color: var(--op-white);
    transform: translateY(-1px);
}

.op-elements-page #open-elements-form,
.op-elements-page #open-elements-button,
.op-elements-page #open-elements-terms,
.op-elements-page #open-elements-notification-div {
    border-radius: 18px;
}

.op-page .openpath-class {
    padding: 68px 0 94px;
    background: var(--op-bg);
}

.op-catalog-section .openpath-class {
    padding: 0;
    background: transparent;
}

.op-page .openpath-class .container-fluid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.op-page .openpath-class h2 {
    grid-column: 1 / -1;
    margin: 0 0 10px;
    color: var(--op-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 2.45rem;
    font-weight: 800;
    text-align: left;
}

.op-page .openpath-class .card {
    display: flex;
    width: auto;
    min-height: 300px;
    height: auto;
    margin: 0;
    color: var(--op-ink);
    background: var(--op-white);
    border: 1px solid rgba(230, 234, 242, 0.98);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.06);
    text-align: left;
}

.op-page .openpath-class .card-half {
    height: auto;
}

.op-page .openpath-class .card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 28px 26px;
}

.op-page .openpath-class .card-title {
    color: var(--op-ink);
    font-size: 1.08rem;
    font-weight: 800;
}

.op-page .openpath-class .card-subtitle {
    color: var(--op-muted) !important;
    font-weight: 700;
}

.op-page .openpath-class .card-text {
    color: var(--op-muted);
    line-height: 1.6;
}

.op-page .openpath-class .bg-warning {
    color: var(--op-ink) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 255, 0.98)),
        linear-gradient(135deg, rgba(108, 71, 255, 0.12), rgba(0, 209, 163, 0.08)) !important;
}

.op-page .openpath-class svg {
    width: 48px !important;
    height: 48px !important;
    color: var(--op-blue);
    background: var(--op-soft-blue);
    border-radius: 15px;
    padding: 10px;
}

.op-page .openpath-class .bottom-right {
    position: static;
    align-self: flex-end;
    margin-top: auto;
}

.op-directory-page .playground-card-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.op-directory-page .playground-card-heading .card-title {
    margin: 0 0 6px;
}

.op-directory-page .playground-card-heading .card-subtitle {
    margin-bottom: 0 !important;
}

.op-directory-page .openpath-class .playground-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: var(--op-blue);
    background: var(--op-soft-blue);
    border-radius: 15px;
}

.op-directory-page .openpath-class .playground-card-icon svg {
    width: 24px !important;
    height: 24px !important;
    padding: 0;
    color: currentColor;
    background: transparent;
    border-radius: 0;
}

.op-directory-page .openpath-class .playground-card-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 5px;
    margin-top: auto;
    color: var(--op-blue);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.op-directory-page .openpath-class .playground-card-link:hover {
    color: #0D46D9;
    text-decoration: none;
}

.op-directory-page .openpath-class .playground-card-link-disabled {
    color: #98A2B3;
    cursor: default;
}

.op-directory-page .openpath-class .playground-card-link-disabled:hover {
    color: #98A2B3;
}

.sandbox-section {
    padding: 86px 0 94px;
    background: linear-gradient(180deg, #F8FAFF 0%, var(--op-white) 100%);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading p {
    margin: 18px 0 0;
    color: var(--op-muted);
    font-size: 1.02rem;
    line-height: 1.72;
}

.sandbox-preview {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 540px;
    overflow: hidden;
    color: #D8E3F8;
    background: #07111F;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;
    box-shadow: 0 26px 80px rgba(8, 18, 32, 0.32);
}

.sandbox-sidebar {
    padding: 22px 14px;
    background: #0B1527;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.sandbox-sidebar-title {
    margin: 0 8px 14px;
    color: #98A7C2;
    font-size: 0.82rem;
    font-weight: 800;
}

.sandbox-endpoint {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    color: #C8D4EA;
    border-radius: 10px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.78rem;
    font-weight: 700;
}

.sandbox-endpoint:hover,
.sandbox-endpoint.is-active {
    color: var(--op-white);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.sandbox-panel {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    min-width: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        #07111F;
    background-size: 52px 52px;
}

.sandbox-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 64px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sandbox-method {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    color: #B9F8E9;
    background: rgba(0, 209, 163, 0.12);
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 900;
}

.sandbox-route {
    margin-left: 8px;
    color: var(--op-white);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.88rem;
}

.sandbox-toolbar-actions {
    display: inline-flex;
    gap: 8px;
}

.sandbox-toolbar-actions a,
.sandbox-toolbar-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    color: var(--op-white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 9px;
    font-size: 0.8rem;
    font-weight: 800;
}

.sandbox-toolbar-actions button {
    background: var(--op-blue);
    border-color: var(--op-blue);
}

.sandbox-tabs {
    display: flex;
    gap: 8px;
    min-height: 58px;
    padding: 12px 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sandbox-tab {
    appearance: none;
    min-height: 40px;
    padding: 0 10px;
    color: #9EABC4;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    font-size: 0.84rem;
    font-weight: 800;
}

.sandbox-tab:hover,
.sandbox-tab.is-active {
    color: var(--op-white);
    border-bottom-color: var(--op-blue);
}

.sandbox-code-wrap {
    min-width: 0;
    padding: 26px 30px 30px;
    overflow-x: auto;
}

.sandbox-pane + .sandbox-pane {
    margin-top: 28px;
}

.sandbox-preview--enhanced .sandbox-pane + .sandbox-pane {
    margin-top: 0;
}

.code-lines {
    min-width: 640px;
    margin: 0;
    padding-left: 48px;
    color: #CAD5E7;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.92rem;
    line-height: 1.9;
}

.code-lines li::marker {
    color: #53627C;
    font-size: 0.8rem;
}

.token.key {
    color: #73E0C2;
}

.token.string {
    color: #A8C7FF;
}

.token.number,
.token.boolean {
    color: #D5B8FF;
}

.token.punctuation {
    color: #F2F7FF;
}

.token.method,
.token.command {
    color: #8DEBD8;
}

.token.route {
    color: #B9C7E6;
}

.sandbox-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 24px;
    color: #9EABC4;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
}

.sandbox-footer strong {
    color: var(--op-white);
}

.sandbox-footer-dot {
    width: 6px;
    height: 6px;
    background: var(--op-teal);
    border-radius: 999px;
}

.bottom-cta {
    padding: 30px 0 92px;
    background: var(--op-white);
}

.bottom-cta-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    overflow: hidden;
    padding: 48px 56px;
    color: var(--op-white);
    background:
        repeating-linear-gradient(150deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 22px),
        linear-gradient(135deg, #07111F 0%, #0A2140 58%, #2A1668 100%);
    border-radius: 22px;
    box-shadow: var(--op-shadow-soft);
}

.bottom-cta-card h2 {
    margin-top: 0;
    color: var(--op-white);
    font-size: 2rem;
}

.bottom-cta-card p {
    max-width: 660px;
    margin: 16px 0 0;
    color: #D9E3F7;
    line-height: 1.7;
}

.bottom-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    min-width: 230px;
}

.bottom-cta-link {
    display: inline-flex;
    justify-content: center;
    color: var(--op-white);
    font-weight: 800;
}

.bottom-cta-link:hover {
    color: #CBE2FF;
}

@media (max-width: 1100px) {
    .play-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        min-height: 0;
        padding-top: 78px;
    }

    .play-hero-copy {
        max-width: 760px;
    }

    .play-hero h1 {
        font-size: 3.25rem;
    }

    .play-art-platform {
        min-height: 430px;
        max-width: 620px;
        margin: 0 auto;
    }

    .feature-band-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .feature-card-grid,
    .use-card-grid,
    .path-card-grid,
    .op-demo-grid,
    .op-page .openpath-class .container-fluid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .op-subpage-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .op-nav {
        min-height: 68px;
        padding: 0;
    }

    .op-brand-logo {
        width: 152px;
    }

    .op-brand-product {
        display: none;
    }

    .op-nav-panel {
        gap: 14px;
        padding: 14px 0 18px;
    }

    .op-nav-links {
        align-items: stretch;
        gap: 4px;
        margin-left: 0;
    }

    .op-nav-link {
        justify-content: flex-start;
        width: 100%;
    }

    .op-nav-cta {
        width: 100%;
    }

    .play-hero-grid {
        padding: 58px 0 50px;
    }

    .play-hero h1 {
        font-size: 2.45rem;
        line-height: 1.08;
    }

    .play-hero-lede,
    .section-heading p {
        font-size: 1rem;
    }

    .play-actions,
    .section-heading-row {
        align-items: stretch;
        flex-direction: column;
    }

    .op-button,
    .play-actions .op-button {
        width: 100%;
    }

    .play-value-list,
    .feature-card-grid,
    .use-card-grid,
    .path-card-grid,
    .op-demo-grid,
    .op-page .openpath-class .container-fluid {
        grid-template-columns: 1fr;
    }

    .op-subpage-hero {
        padding: 54px 0;
    }

    .op-subpage-hero h1 {
        font-size: 2.25rem;
    }

    .trust-strip {
        padding: 36px 0 42px;
    }

    .trust-marquee::before,
    .trust-marquee::after {
        width: 64px;
    }

    .trust-logo-set {
        gap: 12px;
        padding-right: 12px;
    }

    .trust-logo-card {
        width: 142px;
        height: 58px;
        padding: 12px 18px;
        border-radius: 16px;
    }

    .trust-logo-card img {
        max-width: 108px;
        max-height: 30px;
    }

    .op-catalog-section,
    .op-elements-page .op-main > .container,
    .op-elements-page .op-main > .container-fluid,
    .op-page .openpath-class {
        padding-top: 48px;
        padding-bottom: 62px;
    }

    .play-art-platform {
        min-height: 360px;
    }

    .play-art-card {
        top: 60px;
        right: 32px;
        width: 220px;
        height: 176px;
    }

    .play-art-code {
        font-size: 3.6rem;
    }

    .play-art-chip-route {
        top: 34px;
        right: 0;
    }

    .play-art-chip-status {
        right: 6px;
        bottom: 84px;
    }

    .feature-band,
    .use-cases,
    .playground-paths,
    .sandbox-section {
        padding: 62px 0;
    }

    .feature-band-copy h2,
    .section-heading-row h2,
    .section-heading h2 {
        font-size: 2rem;
    }

    .sandbox-preview {
        grid-template-columns: 1fr;
    }

    .sandbox-sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .sandbox-toolbar,
    .sandbox-tabs,
    .sandbox-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sandbox-toolbar {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .sandbox-tabs {
        overflow-x: auto;
    }

    .sandbox-code-wrap {
        padding: 22px 18px;
    }

    .bottom-cta {
        padding-bottom: 62px;
    }

    .bottom-cta-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
    }

    .bottom-cta-actions {
        min-width: 0;
    }
}

@media (max-width: 440px) {
    .play-shell,
    .op-nav,
    .op-footer-inner,
    .op-consent .alert {
        width: min(100% - 24px, 1180px);
    }

    .op-brand-word {
        font-size: 1.08rem;
    }

    .op-brand-logo {
        width: 138px;
    }

    .play-hero h1 {
        font-size: 2.15rem;
    }

    .play-value-list li {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .play-art-card {
        right: 12px;
        width: 196px;
    }

    .play-art-chip {
        font-size: 0.74rem;
    }
}

@media (max-width: 520px) {
    .op-consent .alert {
        padding: 16px 18px 58px;
    }

    .op-consent .accept-policy.close {
        top: auto;
        right: 18px;
        bottom: 14px;
        transform: none;
    }
}
