.hero {
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 176, 92, 0.28), transparent 58%),
        linear-gradient(180deg, var(--cream) 0%, var(--page) 78%);
    padding: 28px 0 10px;
    text-align: center;
}
.hero-inner { max-width: 760px; }
.hero h1 {
    font-size: clamp(40px, 6.4vw, 72px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.048em;
    margin: 0 0 18px;
    text-wrap: balance;
}
.hero-sub {
    font-size: 17px;
    font-weight: 450;
    color: var(--muted);
    margin: 0 auto 26px;
    max-width: 34em;
    line-height: 1.7;
}
.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-fine {
    margin: 14px 0 0;
    color: #8a8e98;
    font-size: 13px;
    letter-spacing: 0.01em;
}

.stage-wrap {
    position: relative;
    padding: 28px 0 4px;
    z-index: 1;
}
.stage-wrap::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 38%;
    bottom: -8%;
    background: radial-gradient(ellipse at center, rgba(255, 137, 28, 0.18), transparent 68%);
    filter: blur(8px);
    z-index: -1;
    pointer-events: none;
}
.stage {
    background: #fff;
    border-radius: 26px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(27, 29, 34, 0.06);
    overflow: hidden;
}
.stage-chrome {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 13px 18px;
    background: linear-gradient(180deg, #fcfbf9, #f6f4f0);
    border-bottom: 1px solid var(--line);
}
.stage-chrome .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e4e0d8;
}
.stage-chrome .dot:nth-child(1) { background: #f2c4b3; }
.stage-chrome .dot:nth-child(2) { background: #f3d9a8; }
.stage-chrome .dot:nth-child(3) { background: #c9e0c4; }
.stage-chrome-title {
    margin-left: 8px;
    font-size: 12.5px;
    font-weight: 550;
    color: #8a8e98;
    letter-spacing: 0.01em;
}
.stage-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.stage-col { padding: 26px 28px 24px; text-align: left; }
.stage-col + .stage-col { border-left: 1px solid var(--line); }
.stage-label {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--soft);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7a7f8a;
    margin: 0 0 10px;
}
.stage-name {
    margin: 0;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.stage-price {
    margin: 16px 0 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.stage-unit { margin: 6px 0 16px; color: var(--muted); font-size: 13px; }
.stage-specs { margin: 0; display: grid; gap: 8px; }
.stage-specs div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid #f1efe9;
    font-size: 13px;
}
.stage-specs span { color: #8a8e98; }
.stage-specs b { font-weight: 550; text-align: right; letter-spacing: -0.01em; }

.trust {
    padding: 36px 0 4px;
    text-align: center;
}
.trust > p {
    margin: 0 0 14px;
    color: #8a8e98;
    font-size: 13px;
    font-weight: 550;
}
.trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.trust-row span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--pill);
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 500;
    color: #5c606b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.section { padding: 84px 0 4px; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 36px; }
.section-head h2,
.section h2 {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: -0.042em;
    line-height: 1.14;
    margin: 0 0 12px;
    text-wrap: balance;
}
.section-head .section-lead { margin-bottom: 0; }

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.split article {
    border-radius: 22px;
    padding: 28px 26px;
    border: 1px solid transparent;
}
.split .bad { background: var(--red-soft); }
.split .good { background: var(--green-soft); }
.split h3 {
    margin: 0 0 16px;
    font-size: 22px;
    letter-spacing: -0.03em;
    font-weight: 650;
}
.split ul { margin: 0; padding: 0; list-style: none; }
.split li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 11px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
}
.icon-x, .icon-ok {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 22px;
    margin-top: 1px;
}
.icon-x { background: #ffd4c7; color: #c2410c; }
.icon-ok { background: #c7efd4; color: #17803d; }
.icon-x svg, .icon-ok svg { display: block; }

.cycle-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin: 0 auto 22px;
    background: var(--soft);
    width: fit-content;
    padding: 5px;
    border-radius: var(--pill);
}
.cycle-bar button {
    border: 0;
    background: transparent;
    padding: 8px 15px;
    cursor: pointer;
    font: inherit;
    font-size: 13.5px;
    font-weight: 550;
    border-radius: var(--pill);
    color: #7a7f8a;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.cycle-bar button:hover { color: var(--ink); }
.cycle-bar button[aria-pressed="true"] {
    background: #fff;
    color: var(--ink);
    box-shadow: 0 1px 2px rgba(27, 29, 34, 0.06), 0 6px 14px rgba(27, 29, 34, 0.05);
}

.plan-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}
.plan {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px 26px 24px;
    box-shadow: var(--shadow-soft);
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.plan:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    border-color: #e4dfd6;
}
.plan h3 {
    font-size: 20px;
    font-weight: 650;
    letter-spacing: -0.03em;
    margin: 0;
    line-height: 1.3;
}
.plan-price {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    margin: 16px 0 0;
    font-variant-numeric: tabular-nums;
}
.plan-unit { color: var(--muted); margin: 7px 0 18px; font-size: 14px; }
.plan ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    color: #5c606b;
    flex: 1;
}
.plan li {
    margin: 0;
    padding: 8px 0 8px 18px;
    position: relative;
    border-top: 1px solid #f2f0eb;
    font-size: 14px;
    line-height: 1.5;
}
.plan li:first-child { border-top: 0; }
.plan li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    position: absolute;
    left: 0;
    top: 0.85em;
}
.plan .btn { align-self: flex-start; }

.tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.tiles article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 22px 22px 20px;
    text-align: left;
    box-shadow: var(--shadow-soft);
}
.tile-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--orange-soft);
    color: #c45f00;
    margin-bottom: 14px;
}
.tiles h3 { margin: 0 0 6px; font-size: 16px; letter-spacing: -0.02em; }
.tiles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.ledger {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.ledger article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 22px 20px 18px;
    text-align: left;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ledger article:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}
.ledger h3 { margin: 0 0 8px; font-size: 16px; letter-spacing: -0.02em; }
.ledger p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.65; flex: 1; }
.ledger strong {
    color: var(--ink);
    display: block;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f1efe9;
    font-size: 20px;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}

.uses {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}
.uses article {
    padding: 26px 24px;
    border-radius: 22px;
    text-align: left;
    min-height: 196px;
}
.uses article:nth-child(1) { background: #fff0e3; }
.uses article:nth-child(2) { background: #eef2ff; }
.uses article:nth-child(3) { background: #e8f6ee; }
.use-no {
    display: inline-block;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.06em;
    color: #8a8e98;
    margin-bottom: 12px;
}
.uses h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -0.03em; font-weight: 650; }
.uses p { margin: 0; color: #5c606b; font-weight: 450; line-height: 1.65; }

.faq-list { max-width: 720px; margin: 0 auto; text-align: left; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    background: none;
    border: 0;
    padding: 18px 0;
    font: inherit;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
    cursor: pointer;
    color: var(--ink);
}
.faq-item button:hover { color: #111318; }
.faq-chevron {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-right: 1.6px solid #9aa0ab;
    border-bottom: 1.6px solid #9aa0ab;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-right: 4px;
}
.faq-item.is-open .faq-chevron { transform: rotate(-135deg); }
.faq-item dd {
    display: none;
    margin: -4px 28px 18px 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}
.faq-item.is-open dd { display: block; }

.close-cta {
    margin: 84px 0 8px;
    padding: 72px 28px;
    text-align: center;
    background:
        radial-gradient(ellipse 70% 80% at 50% 0%, rgba(255, 176, 92, 0.22), transparent 60%),
        var(--cream);
    border-radius: 28px;
}
.close-cta h2 {
    font-size: clamp(30px, 4.6vw, 48px);
    font-weight: 700;
    letter-spacing: -0.042em;
    margin: 0 0 12px;
    text-wrap: balance;
}
.close-cta .section-lead { margin-bottom: 26px; }

@media (max-width: 860px) {
    .hero { padding-top: 16px; }
    .hero h1 { font-size: 36px; }
    .stage-body, .split, .plan-split, .tiles, .ledger, .uses { grid-template-columns: 1fr; }
    .stage-col + .stage-col { border-left: 0; border-top: 1px solid var(--line); }
    .section { padding-top: 64px; }
    .close-cta { margin-top: 64px; padding: 48px 20px; border-radius: 22px; }
    .plan:hover, .ledger article:hover { transform: none; }
}
