.jw-wheel-page {
    --wheel-ink: #10201f;
    --wheel-muted: #5d6c69;
    --wheel-green: #00b999;
    --wheel-mint: #65ead2;
    --wheel-night: #073934;
    --wheel-night-deep: #032724;
    --wheel-on-dark: #f3fbf9;
    --wheel-on-dark-muted: rgba(235, 249, 246, .76);
    --wheel-line: rgba(19, 73, 68, .16);
    overflow: hidden;
    color: var(--wheel-ink);
    background: #f5f8f7;
}

.jw-wheel-page h1,
.jw-wheel-page h2,
.jw-wheel-page h3,
.jw-wheel-page strong {
    letter-spacing: -.025em;
}

.jw-wheel-hero {
    position: relative;
    isolation: isolate;
    min-height: 640px;
    padding: clamp(3.5rem, 5vw, 5.75rem) 0 clamp(4rem, 6vw, 6rem);
    overflow: hidden;
    color: var(--wheel-on-dark);
    background:
        radial-gradient(circle at 76% 43%, rgba(77, 231, 201, .22), transparent 27%),
        radial-gradient(circle at 13% 11%, rgba(44, 201, 174, .14), transparent 32%),
        linear-gradient(128deg, var(--wheel-night-deep) 0%, #07483f 54%, #052f2b 100%);
}

.jw-wheel-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: .17;
    background-image:
        linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to right, #000, transparent 84%);
}

.jw-wheel-hero::after {
    position: absolute;
    z-index: -1;
    right: -16vw;
    bottom: -52%;
    width: 72vw;
    height: 72vw;
    border: 1px solid rgba(101, 234, 210, .17);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 70px rgba(101, 234, 210, .025), 0 0 0 150px rgba(101, 234, 210, .018);
}

.jw-wheel-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
    gap: clamp(3rem, 7vw, 7.5rem);
    align-items: start;
}

.jw-wheel-kicker,
.jw-wheel-section-index {
    display: block;
    margin-bottom: 1.15rem;
    color: var(--wheel-green);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.jw-wheel-kicker span {
    display: inline-block;
    width: 34px;
    height: 2px;
    margin-right: .65rem;
    background: currentColor;
    vertical-align: middle;
}

.jw-wheel-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--wheel-on-dark);
    font-size: clamp(3.55rem, 6.4vw, 7.2rem);
    font-weight: 850;
    line-height: .92;
    text-wrap: balance;
}

.jw-wheel-hero h1 em {
    color: #79f2da;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.jw-wheel-hero-copy > p {
    max-width: 700px;
    margin: 1.8rem 0 0;
    color: var(--wheel-on-dark-muted);
    font-size: clamp(1.05rem, 1.35vw, 1.28rem);
    line-height: 1.7;
}

.jw-wheel-hero-actions,
.jw-wheel-closing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.jw-wheel-btn-light,
.jw-wheel-btn-ghost {
    display: inline-flex;
    gap: .65rem;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .78rem 1.2rem;
    border-radius: 999px;
    font-weight: 750;
}

.jw-wheel-btn-light {
    border: 1px solid #fff;
    color: #063c36;
    background: #fff;
}

.jw-wheel-btn-light:hover {
    color: #063c36;
    background: #cffff5;
    border-color: #cffff5;
}

.jw-wheel-btn-ghost {
    border: 1px solid rgba(255, 255, 255, .34);
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.jw-wheel-btn-ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.jw-wheel-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .9rem;
    margin-top: 2.55rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.jw-wheel-principles > span {
    display: flex;
    gap: .55rem;
    align-items: center;
    color: rgba(240, 252, 249, .78);
    font-size: .8rem;
    font-weight: 750;
}

.jw-wheel-principles i {
    color: var(--wheel-mint);
    font-size: 1.15rem;
}

.jw-wheel-orbit {
    position: relative;
    width: min(100%, 500px);
    aspect-ratio: 1;
    align-self: start;
    margin: clamp(.75rem, 2vw, 2rem) auto 0;
}

.jw-wheel-orbit-ring,
.jw-wheel-orbit-ring::before,
.jw-wheel-orbit-ring::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.jw-wheel-orbit-ring {
    inset: 9%;
    border: 1px solid rgba(101, 234, 210, .42);
    box-shadow: inset 0 0 70px rgba(36, 221, 184, .08), 0 0 60px rgba(36, 221, 184, .09);
    animation: jw-wheel-breathe 6s ease-in-out infinite;
}

.jw-wheel-orbit-ring::before {
    inset: 13%;
    border: 1px dashed rgba(255, 255, 255, .22);
}

.jw-wheel-orbit-ring::after {
    inset: 33%;
    border: 1px solid rgba(101, 234, 210, .35);
}

.jw-wheel-orbit-center {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: flex;
    width: 34%;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(101, 234, 210, .52);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: radial-gradient(circle at 35% 30%, #137c6e, #063c36 68%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.jw-wheel-orbit-center strong {
    color: #fff;
    font-size: clamp(1.15rem, 2.2vw, 1.65rem);
    letter-spacing: .08em;
}

.jw-wheel-orbit-center small {
    color: rgba(255, 255, 255, .66);
    font-size: .68rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.jw-wheel-orbit-center span {
    margin-top: .25rem;
    color: rgba(255, 255, 255, .62);
    font-size: .62rem;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.jw-wheel-orbit-node {
    position: absolute;
    z-index: 3;
    display: flex;
    min-height: 72px;
    width: 43%;
    align-items: center;
    padding: .85rem 1rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    backdrop-filter: blur(14px);
    background: rgba(2, 36, 33, .84);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .2);
}

.jw-wheel-orbit-node b {
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: .55rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #063c36;
    background: var(--wheel-mint);
    font-size: .68rem;
    font-weight: 900;
    vertical-align: middle;
}

.jw-wheel-orbit-node > span {
    color: #fff;
    font-size: .83rem;
    font-weight: 760;
    line-height: 1.2;
    vertical-align: middle;
}

.jw-wheel-orbit-node.is-top { top: 0; left: 28.5%; }
.jw-wheel-orbit-node.is-right { top: 39%; right: -1%; }
.jw-wheel-orbit-node.is-bottom { right: 28.5%; bottom: 0; }
.jw-wheel-orbit-node.is-left { top: 39%; left: -1%; }

.jw-wheel-hero-note {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    max-width: 480px;
    margin: 1.2rem auto 0;
    color: rgba(235, 249, 246, .72);
    font-size: .78rem;
    line-height: 1.5;
}

.jw-wheel-hero-note i { color: #ffce6b; }

@keyframes jw-wheel-breathe {
    0%, 100% { transform: scale(1); opacity: .82; }
    50% { transform: scale(1.015); opacity: 1; }
}

.jw-wheel-statement {
    padding: clamp(4.5rem, 8vw, 8rem) 0;
    background: #fff;
}

.jw-wheel-statement-inner {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.jw-wheel-statement-inner > span {
    display: block;
    margin-bottom: 1rem;
    color: var(--wheel-green);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.jw-wheel-statement h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5.1vw, 5.5rem);
    font-weight: 820;
    line-height: 1.03;
    text-wrap: balance;
}

.jw-wheel-statement h2 em {
    color: #087e6f;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.jw-wheel-statement-inner > p {
    max-width: 820px;
    margin: 1.5rem auto 0;
    color: var(--wheel-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.jw-wheel-cycle,
.jw-wheel-risk,
.jw-wheel-boundary {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.jw-wheel-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 2.25rem;
}

.jw-wheel-section-head h2,
.jw-wheel-boundary h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.25rem, 4.5vw, 4.7rem);
    font-weight: 820;
    line-height: 1.02;
}

.jw-wheel-section-head > div > p,
.jw-wheel-boundary-copy > p {
    margin: 0;
    color: var(--wheel-muted);
    font-size: 1.03rem;
    line-height: 1.75;
}

.jw-wheel-phase-grid,
.jw-wheel-intelligence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.jw-wheel-phase {
    position: relative;
    min-height: 315px;
    padding: 1.45rem;
    overflow: hidden;
    border: 1px solid var(--wheel-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(8, 55, 50, .06);
}

.jw-wheel-phase::after {
    position: absolute;
    right: -35px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    content: "";
    background: rgba(0, 185, 153, .07);
}

.jw-wheel-phase-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--wheel-green);
}

.jw-wheel-phase-top span {
    font-size: 3rem;
    font-weight: 850;
    line-height: 1;
}

.jw-wheel-phase-top i { font-size: 1.6rem; }

.jw-wheel-phase-line {
    width: 48px;
    height: 3px;
    margin: 2rem 0 1.25rem;
    background: var(--wheel-green);
}

.jw-wheel-phase-line i { display: none; }

.jw-wheel-phase h3 {
    margin-bottom: .7rem;
    font-size: 1.28rem;
    font-weight: 800;
}

.jw-wheel-phase p {
    color: var(--wheel-muted);
    line-height: 1.65;
}

.jw-wheel-reset {
    display: flex;
    gap: .85rem;
    align-items: center;
    margin-top: 1rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(0, 185, 153, .2);
    border-radius: 16px;
    color: #075f54;
    background: #eafaf6;
}

.jw-wheel-reset i { font-size: 1.35rem; }
.jw-wheel-reset strong,
.jw-wheel-reset span { display: block; }
.jw-wheel-reset span { margin-top: .15rem; color: var(--wheel-muted); font-size: .82rem; }

.jw-wheel-intelligence {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    color: var(--wheel-on-dark);
    background:
        radial-gradient(circle at 88% 8%, rgba(63, 218, 190, .15), transparent 32%),
        linear-gradient(145deg, var(--wheel-night-deep), var(--wheel-night));
}

.jw-wheel-intelligence::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .11;
    background-image:
        linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
    background-size: 72px 72px;
}

.jw-wheel-intelligence .container { position: relative; }
.jw-wheel-section-head.is-light .jw-wheel-section-index { color: var(--wheel-mint); }
.jw-wheel-section-head.is-light h2 { color: var(--wheel-on-dark); }
.jw-wheel-section-head.is-light > p { color: var(--wheel-on-dark-muted); }

.jw-wheel-intelligence-card {
    min-height: 255px;
    padding: 1.4rem;
    border: 1px solid rgba(192, 241, 231, .18);
    border-radius: 22px;
    background: rgba(236, 253, 249, .065);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.jw-wheel-intelligence-card.is-featured {
    color: #073f39;
    background: var(--wheel-mint);
}

.jw-wheel-intelligence-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 2rem;
    place-items: center;
    border-radius: 13px;
    color: var(--wheel-mint);
    background: rgba(101, 234, 210, .12);
    font-size: 1.25rem;
}

.jw-wheel-intelligence-card.is-featured .jw-wheel-intelligence-icon {
    color: #fff;
    background: #075f54;
}

.jw-wheel-intelligence-card h3 {
    color: var(--wheel-on-dark);
    font-size: 1.2rem;
    font-weight: 800;
}

.jw-wheel-intelligence-card strong {
    display: block;
    margin-bottom: .65rem;
    color: var(--wheel-mint);
    font-size: .78rem;
}

.jw-wheel-intelligence-card.is-featured strong { color: #075f54; }
.jw-wheel-intelligence-card.is-featured h3 { color: #073f39; }

.jw-wheel-intelligence-card p {
    color: rgba(255, 255, 255, .63);
    font-size: .88rem;
    line-height: 1.65;
}

.jw-wheel-intelligence-card.is-featured p { color: rgba(7, 63, 57, .78); }

.jw-wheel-product-bridge {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.2rem;
    padding: 1.25rem 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .7);
}

.jw-wheel-product-bridge > div > span {
    color: var(--wheel-mint);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.jw-wheel-product-bridge h3 {
    margin: .35rem 0;
    color: var(--wheel-on-dark);
    font-size: 1.08rem;
    font-weight: 800;
}

.jw-wheel-product-bridge p {
    max-width: 800px;
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: .84rem;
    line-height: 1.55;
}

.jw-wheel-product-bridge a {
    color: var(--wheel-mint);
    font-weight: 750;
    text-decoration: none;
}

.jw-wheel-risk { background: #fff; }

.jw-wheel-risk-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.jw-wheel-risk-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    min-height: 145px;
    padding: 1.3rem;
    border: 1px solid var(--wheel-line);
    border-radius: 20px;
    background: #fbfcfc;
}

.jw-wheel-risk-grid i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    color: #9a4f00;
    background: #fff0d5;
    font-size: 1.2rem;
}

.jw-wheel-risk-grid h3 {
    margin-bottom: .4rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.jw-wheel-risk-grid p {
    margin: 0;
    color: var(--wheel-muted);
    line-height: 1.6;
}

.jw-wheel-risk-band {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.4rem;
}

.jw-wheel-risk-band span {
    padding: .55rem .8rem;
    border-radius: 999px;
    color: #7e3f00;
    background: #fff3df;
    font-size: .71rem;
    font-weight: 850;
    letter-spacing: .06em;
}

.jw-wheel-boundary { background: #eaf1ef; }

.jw-wheel-boundary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: center;
}

.jw-wheel-boundary-copy > p { margin-top: 1.4rem; }

.jw-wheel-boundary-list {
    border: 1px solid var(--wheel-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .68);
}

.jw-wheel-boundary-list > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .8rem;
    padding: 1.05rem 1.2rem;
    border-bottom: 1px solid var(--wheel-line);
}

.jw-wheel-boundary-list > div:last-child { border-bottom: 0; }
.jw-wheel-boundary-list i { margin-top: .1rem; color: #ba3b3b; }
.jw-wheel-boundary-list > div:last-child i { color: var(--wheel-green); }
.jw-wheel-boundary-list strong { display: block; font-size: .92rem; }
.jw-wheel-boundary-list small { color: var(--wheel-muted); line-height: 1.45; }

.jw-wheel-closing {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0 3rem;
    background: #fff;
}

.jw-wheel-closing-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    padding: clamp(2rem, 5vw, 4.5rem);
    border-radius: 30px;
    color: var(--wheel-on-dark);
    background:
        radial-gradient(circle at 85% 15%, rgba(101, 234, 210, .2), transparent 30%),
        linear-gradient(130deg, var(--wheel-night-deep), #086052);
}

.jw-wheel-closing-panel span {
    color: var(--wheel-mint);
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .17em;
}

.jw-wheel-closing-panel h2 {
    margin: .7rem 0;
    color: var(--wheel-on-dark);
    font-size: clamp(2.15rem, 4vw, 4.35rem);
    font-weight: 820;
    line-height: 1.04;
}

.jw-wheel-closing-panel p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
}

.jw-wheel-closing-actions { justify-content: flex-end; }

.jw-wheel-disclaimer {
    display: flex;
    gap: .7rem;
    max-width: 1050px;
    margin: 1.5rem auto 0;
    color: var(--wheel-muted);
    font-size: .76rem;
    line-height: 1.55;
}

.jw-wheel-disclaimer p { margin: 0; }
.jw-wheel-disclaimer a { color: #075f54; }

@media (max-width: 1199.98px) {
    .jw-wheel-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); gap: 3rem; }
    .jw-wheel-phase-grid,
    .jw-wheel-intelligence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jw-wheel-phase { min-height: 260px; }
}

@media (max-width: 991.98px) {
    .jw-wheel-hero-grid { grid-template-columns: 1fr; }
    .jw-wheel-hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
    .jw-wheel-hero-copy > p { margin-inline: auto; }
    .jw-wheel-hero-actions { justify-content: center; }
    .jw-wheel-principles { text-align: left; }
    .jw-wheel-orbit { margin-top: 1rem; }
    .jw-wheel-section-head { grid-template-columns: 1fr; align-items: start; }
    .jw-wheel-boundary-grid { grid-template-columns: 1fr; }
    .jw-wheel-closing-panel { grid-template-columns: 1fr; }
    .jw-wheel-closing-actions { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
    .jw-wheel-hero { min-height: 0; padding-top: 4rem; }
    .jw-wheel-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
    .jw-wheel-principles { grid-template-columns: 1fr; }
    .jw-wheel-orbit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; width: 100%; aspect-ratio: auto; }
    .jw-wheel-orbit-ring,
    .jw-wheel-orbit-center { display: none; }
    .jw-wheel-orbit-node { position: static; width: auto; min-height: 105px; }
    .jw-wheel-hero-note { grid-column: 1 / -1; margin-top: .5rem; }
    .jw-wheel-phase-grid,
    .jw-wheel-intelligence-grid,
    .jw-wheel-risk-grid { grid-template-columns: 1fr; }
    .jw-wheel-phase { min-height: 230px; }
    .jw-wheel-intelligence-card { min-height: 210px; }
    .jw-wheel-product-bridge { align-items: flex-start; flex-direction: column; }
    .jw-wheel-closing-panel { border-radius: 22px; }
}

@media (max-width: 575.98px) {
    .jw-wheel-hero-copy { text-align: left; }
    .jw-wheel-hero-actions { display: grid; justify-content: stretch; }
    .jw-wheel-orbit { grid-template-columns: 1fr; }
    .jw-wheel-hero-note { grid-column: auto; }
    .jw-wheel-statement-inner { text-align: left; }
    .jw-wheel-section-head h2,
    .jw-wheel-boundary h2 { font-size: 2.45rem; }
    .jw-wheel-risk-grid article { grid-template-columns: 1fr; }
    .jw-wheel-closing-actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
    .jw-wheel-orbit-ring { animation: none; }
}
