:root {
    --blue: #2378ff;
    --blue-dark: #145fd1;
    --soft: #eef6ff;
    --line: #e7edf5;
    --text: #17233d;
    --muted: #667085;
    --ok: #17a56b;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; max-width: 100%; overflow-x: hidden; background: #edf2f8; color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
body { display: flex; justify-content: center; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.phone-shell { width: 100%; max-width: 430px; min-height: 100vh; background: #fff; position: relative; overflow: hidden; box-shadow: 0 18px 60px rgba(15, 35, 80, .12); }
.topbar { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.brand { font-weight: 800; font-size: 18px; }
.top-link { color: var(--blue); font-size: 14px; }
.hero { padding: 12px 20px 24px; background: linear-gradient(180deg, #f6fbff 0%, #fff 92%); }
.hero h1 { margin: 18px 0 8px; font-size: 30px; line-height: 1.18; letter-spacing: 0; }
.sub { color: #4d5b73; line-height: 1.65; margin: 0; }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.value { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px 6px; text-align: center; font-size: 13px; color: #30405c; }
.btn { border: 0; border-radius: 8px; height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; background: var(--blue); color: #fff; font-weight: 700; width: 100%; cursor: pointer; }
.btn:hover { background: var(--blue-dark); }
.btn.secondary { background: #f4f7fb; color: #22314f; }
.btn.ghost { background: #fff; color: var(--blue); border: 1px solid #bed7ff; }
.btn.small { height: 38px; font-size: 14px; }
.section { padding: 18px 20px; }
.section-title { margin: 0 0 14px; font-size: 18px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.scene { min-height: 68px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 8px; background: var(--soft); border: 1px solid #dbeaff; border-radius: 8px; color: #245180; font-size: 14px; line-height: 1.35; }
.footer-note { color: var(--muted); font-size: 12px; line-height: 1.7; padding: 10px 20px 28px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; margin-bottom: 12px; }
.soft-card { background: var(--soft); border: 1px solid #dbeaff; border-radius: 8px; padding: 16px; }
.progress { height: 6px; border-radius: 999px; background: #e8eef7; overflow: hidden; margin: 8px 20px 0; }
.progress span { display: block; height: 100%; width: 0; background: var(--blue); transition: width .2s; }
.question { display: none; padding: 22px 20px; }
.question.active { display: block; }
.question h1 { font-size: 22px; line-height: 1.35; margin: 0 0 18px; }
.option { width: 100%; min-height: 48px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; text-align: left; color: #24324f; }
.option.selected { border-color: var(--blue); background: #edf5ff; color: var(--blue-dark); font-weight: 700; }
.form { padding: 16px 20px 28px; }
.step { display: none; }
.step.active { display: block; }
.step-label { color: var(--blue); font-weight: 700; font-size: 14px; margin: 6px 0; }
.form h1 { font-size: 23px; margin: 4px 0 6px; }
.field { margin: 14px 0; }
.field label { display: block; font-weight: 700; margin-bottom: 7px; font-size: 14px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px; min-height: 44px; outline: none; background: #fff; }
.field textarea { resize: vertical; min-height: 82px; }
.checks { display: grid; gap: 9px; }
.check { display: flex; gap: 8px; align-items: flex-start; color: #34435d; font-size: 14px; line-height: 1.55; }
.actions { display: flex; gap: 10px; margin-top: 18px; }
.actions .btn { flex: 1; }
.basis h3, .plan-block h3 { margin: 0 0 6px; font-size: 16px; }
.basis p, .plan-block p { margin: 0; color: var(--muted); line-height: 1.65; }
.success-mark { width: 58px; height: 58px; border-radius: 50%; background: #e8fff5; color: var(--ok); display: flex; align-items: center; justify-content: center; font-size: 34px; margin: 18px auto 10px; }
.summary { background: #0f63dd; color: #fff; padding: 18px 20px; }
.summary h1 { font-size: 22px; margin: 0 0 8px; }
.price { font-size: 28px; font-weight: 800; color: #e8492d; margin: 10px 0; }
.list-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.tag { color: var(--ok); background: #e8fff5; border-radius: 999px; padding: 4px 9px; font-size: 12px; }
.copybox { width: 100%; white-space: pre-wrap; background: #f7f9fc; border: 1px solid var(--line); border-radius: 8px; padding: 12px; line-height: 1.7; color: #2b3854; }
.float-service { position: fixed; right: max(10px, calc(50vw - 205px)); top: 58%; z-index: 50; border: 0; background: #17233d; color: #fff; border-radius: 999px; padding: 10px 8px; width: 42px; line-height: 1.2; font-size: 13px; box-shadow: 0 8px 20px rgba(20, 34, 62, .22); }
.muted { color: var(--muted); }
.hidden { display: none !important; }
.qrcode { width: 190px; height: 190px; border: 1px solid var(--line); border-radius: 8px; margin: 18px auto; display: block; }
@media (max-width: 430px) {
    .phone-shell { width: 100%; box-shadow: none; }
    .float-service { right: 8px; }
}

/* Home redesign: scoped to the homepage only. */
body.home-redesign-active { background: #f5f9ff; }
body.home-redesign-active .phone-shell {
    background:
        radial-gradient(circle at 88% 12%, rgba(35, 120, 255, .1), transparent 24%),
        linear-gradient(180deg, #f8fcff 0%, #ffffff 46%, #f8fbff 100%);
    box-shadow: none;
    overflow-x: hidden;
}
.home-redesign { width: 100%; max-width: 100%; min-height: 100vh; overflow-x: hidden; padding: 0 0 26px; color: #07183c; }
.home-topbar,
.home-hero,
.home-values,
.home-cta,
.home-scenes,
.home-footer {
    width: calc(100% - 40px);
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}
.home-topbar {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
}
.home-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 900;
    color: #07183c;
}
.brand-shield {
    width: 38px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    background: linear-gradient(145deg, #0b7cff 0%, #0758ed 100%);
    box-shadow: 0 12px 24px rgba(20, 100, 241, .24);
    clip-path: polygon(50% 0, 92% 13%, 92% 54%, 50% 100%, 8% 54%, 8% 13%);
}
.home-plan-link {
    color: #075ff7;
    font-size: 17px;
    font-weight: 700;
    padding-right: 2px;
}
.home-hero {
    min-height: 250px;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 18px 0 8px;
    overflow: visible;
}
.hero-copy { width: 64%; position: relative; z-index: 3; }
.hero-copy h1 {
    margin: 0 0 14px;
    font-size: 39px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: 0;
    color: #07183c;
}
.hero-copy h1 span {
    color: #0869ff;
    text-shadow: 0 8px 20px rgba(8, 105, 255, .16);
}
.hero-copy p {
    width: 255px;
    max-width: calc(100vw - 40px);
    margin: 0;
    color: #102248;
    font-size: 16px;
    line-height: 1.55;
    white-space: normal;
    position: relative;
    z-index: 4;
}
.hero-art {
    position: absolute;
    right: 0;
    top: 12px;
    width: 142px;
    height: 178px;
    z-index: 1;
    overflow: visible;
}
.art-dots {
    position: absolute;
    left: -10px;
    top: 30px;
    width: 48px;
    height: 68px;
    opacity: .28;
    background-image: radial-gradient(#8ab8ff 1.2px, transparent 1.2px);
    background-size: 8px 8px;
}
.clipboard {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 82px;
    height: 116px;
    background: linear-gradient(180deg, #ffffff, #eef6ff);
    border: 6px solid #277cff;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(20, 104, 242, .16);
    transform: rotate(6deg);
}
.clip {
    position: absolute;
    left: 16px;
    top: -18px;
    width: 54px;
    height: 24px;
    border-radius: 7px;
    background: linear-gradient(180deg, #4194ff, #166eff);
    box-shadow: 0 6px 12px rgba(13, 92, 229, .28);
}
.clip::before {
    content: "";
    position: absolute;
    left: 21px;
    top: -8px;
    width: 12px;
    height: 12px;
    border: 5px solid #277cff;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}
.paper-line {
    position: absolute;
    left: 39px;
    right: 12px;
    height: 6px;
    top: 46px;
    border-radius: 999px;
    background: #dfeaff;
}
.paper-line.wide { top: 32px; left: 36px; }
.paper-line.short { top: 62px; right: 22px; }
.mini-shield {
    position: absolute;
    left: 10px;
    top: 42px;
    width: 34px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(160deg, #79bdff, #1668ee);
    clip-path: polygon(50% 0, 92% 13%, 92% 56%, 50% 100%, 8% 56%, 8% 13%);
}
.magnifier {
    position: absolute;
    right: 10px;
    top: 100px;
    width: 45px;
    height: 45px;
    border: 7px solid #1674ff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .52);
    box-shadow: 0 8px 16px rgba(15, 88, 214, .14);
}
.magnifier::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 32px;
    border-radius: 999px;
    background: #1674ff;
    right: -10px;
    bottom: -21px;
    transform: rotate(43deg);
}
.side-paper {
    position: absolute;
    right: 6px;
    top: 104px;
    width: 42px;
    height: 58px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(46, 96, 176, .1);
}
.side-paper span {
    display: block;
    height: 5px;
    margin: 14px 9px 0;
    border-radius: 999px;
    background: #dbe8ff;
}
.side-paper span + span { margin-top: 8px; width: 18px; }
.coin {
    position: absolute;
    right: 6px;
    bottom: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    font-weight: 950;
    background: linear-gradient(145deg, #ffd66c, #ff9e2a);
    border: 4px solid #ffe59b;
    box-shadow: 0 10px 20px rgba(255, 168, 36, .28);
}
.home-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 3px auto 18px;
}
.value-card {
    min-width: 0;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 4px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(223, 234, 248, .9);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(31, 87, 160, .08);
}
.value-card strong {
    font-size: 13px;
    white-space: nowrap;
    color: #122349;
    min-width: 0;
}
.value-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 9px 18px rgba(23, 111, 255, .25);
}
.value-blue { background: linear-gradient(145deg, #32b8ff, #0867ff); }
.value-green { background: linear-gradient(145deg, #27db8a, #11b966); clip-path: polygon(50% 0, 90% 13%, 90% 56%, 50% 100%, 10% 56%, 10% 13%); border-radius: 0; }
.clock-icon { position: relative; }
.clock-icon::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.clock-icon::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translate(2px, -2px);
}
.home-cta { margin-top: 4px; margin-bottom: 24px; }
.home-main-btn {
    width: 100%;
    max-width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    background: linear-gradient(90deg, #137bff, #045df3);
    box-shadow: 0 12px 24px rgba(6, 93, 243, .22), inset 0 1px 0 rgba(255,255,255,.35);
}
.home-scenes h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 950;
    color: #07183c;
    text-align: center;
}
.home-scenes h2 span {
    width: 20px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8ebcff, #0869ff);
    transform: rotate(68deg);
}
.home-scenes h2 span:last-child { transform: rotate(-68deg); }
.scene-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.scene-card {
    min-width: 0;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 14px 7px 12px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(222, 236, 255, .95);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(31, 88, 160, .06);
}
.scene-card strong {
    font-size: 17px;
    line-height: 1.22;
    color: #07183c;
    text-align: center;
}
.scene-card em {
    font-style: normal;
    color: #75839a;
    font-size: 14px;
    line-height: 1.2;
}
.scene-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.scene-blue { background: linear-gradient(145deg, #e3f0ff, #cfe4ff); color: #1975ff; }
.scene-green { background: linear-gradient(145deg, #e4fff2, #cdf7e6); color: #15b976; }
.scene-pink { background: linear-gradient(145deg, #ffe6f6, #f7d5ef); color: #e34fc4; }
.scene-orange { background: linear-gradient(145deg, #fff1d5, #ffe2ac); color: #f5a018; }
.scene-purple { background: linear-gradient(145deg, #efe3ff, #e0d0ff); color: #8657ed; }
.scene-cyan { background: linear-gradient(145deg, #e4f6ff, #d5eeff); color: #2396e8; }
.scene-teal { background: linear-gradient(145deg, #dcfbff, #c9f3f7); color: #23bbce; }
.scene-rose { background: linear-gradient(145deg, #ffe3f1, #ffd2e6); color: #ed4d9e; }
.scene-amber { background: linear-gradient(145deg, #fff1d9, #ffe3b7); color: #e9a027; }
.scene-icon > span::before,
.scene-icon > span::after { content: ""; position: absolute; display: block; }
.icon-book::before {
    width: 38px; height: 27px; left: 10px; top: 17px;
    background: linear-gradient(90deg, currentColor 0 48%, transparent 48% 52%, currentColor 52%);
    border-radius: 8px 8px 4px 4px;
}
.icon-book::after { width: 2px; height: 23px; left: 28px; top: 20px; background: rgba(255,255,255,.75); }
.icon-dumbbell::before { width: 36px; height: 8px; left: 11px; top: 25px; background: currentColor; border-radius: 999px; }
.icon-dumbbell::after {
    width: 10px; height: 27px; left: 8px; top: 15px; background: currentColor; border-radius: 4px;
    box-shadow: 32px 0 0 currentColor;
}
.icon-beauty::before { width: 20px; height: 31px; left: 19px; top: 20px; background: currentColor; border-radius: 5px; }
.icon-beauty::after { width: 14px; height: 7px; left: 22px; top: 13px; background: currentColor; border-radius: 4px; box-shadow: 18px 21px 0 -1px currentColor, 18px 31px 0 -3px currentColor; }
.icon-camera::before { width: 38px; height: 27px; left: 10px; top: 21px; background: currentColor; border-radius: 7px; }
.icon-camera::after { width: 16px; height: 16px; left: 21px; top: 27px; border: 4px solid #fff; border-radius: 50%; box-shadow: -9px -12px 0 -4px currentColor; }
.icon-tie::before { width: 14px; height: 37px; left: 22px; top: 15px; background: currentColor; clip-path: polygon(50% 0, 82% 16%, 67% 100%, 33% 100%, 18% 16%); }
.icon-tie::after { width: 20px; height: 8px; left: 19px; top: 11px; background: currentColor; border-radius: 3px; }
.icon-handshake::before { width: 36px; height: 24px; left: 11px; top: 22px; background: currentColor; clip-path: polygon(0 26%, 28% 0, 50% 23%, 72% 0, 100% 26%, 78% 100%, 21% 100%); }
.icon-handshake::after { width: 34px; height: 4px; left: 12px; top: 34px; background: rgba(255,255,255,.9); border-radius: 999px; transform: rotate(-12deg); }
.icon-car::before { width: 40px; height: 22px; left: 9px; top: 25px; background: currentColor; border-radius: 7px 7px 9px 9px; }
.icon-car::after { width: 25px; height: 15px; left: 16px; top: 15px; border: 6px solid currentColor; border-bottom: 0; border-radius: 12px 12px 0 0; box-shadow: -2px 29px 0 -7px #fff, 22px 29px 0 -7px #fff; }
.icon-heart::before { width: 31px; height: 29px; left: 14px; top: 18px; background: currentColor; transform: rotate(45deg); border-radius: 8px 0 8px 0; }
.icon-heart::after { width: 19px; height: 19px; left: 12px; top: 17px; background: currentColor; border-radius: 50%; box-shadow: 16px -1px 0 currentColor; }
.icon-chart::before { width: 8px; height: 16px; left: 15px; top: 33px; background: currentColor; border-radius: 2px; box-shadow: 13px -8px 0 currentColor, 26px -18px 0 currentColor; }
.icon-chart::after { width: 31px; height: 24px; left: 18px; top: 13px; border-top: 4px solid currentColor; border-right: 4px solid currentColor; transform: rotate(-18deg); }
.home-footer {
    padding: 22px 16px 5px;
    text-align: center;
    color: #7a879d;
    font-size: 13px;
    line-height: 1.65;
}
.home-footer p { margin: 0; }
body.home-redesign-active .float-service {
    position: absolute;
    top: 1086px;
    left: calc(50vw + 121px);
    right: auto;
    width: 78px;
    height: 78px;
    padding: 9px 6px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #075ff7;
    font-weight: 800;
    line-height: 1.12;
    box-shadow: 0 10px 22px rgba(23, 66, 130, .12);
}
body.home-redesign-active .float-service::before {
    content: "";
    width: 24px;
    height: 20px;
    border: 4px solid #0869ff;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    position: relative;
    display: block;
}
body.home-redesign-active .float-service::after {
    content: "";
    width: 22px;
    height: 12px;
    border-left: 5px solid #0869ff;
    border-right: 5px solid #0869ff;
    border-radius: 0 0 10px 10px;
    margin-top: -14px;
    display: block;
}
@media (max-width: 430px) {
    .home-redesign { padding-left: 0; padding-right: 0; }
    .hero-copy { width: 64%; }
    .hero-copy h1 { font-size: clamp(36px, 9.2vw, 39px); }
    .hero-copy p { width: min(255px, 72vw); font-size: clamp(14px, 3.7vw, 16px); }
    .hero-art { right: 0; top: 14px; width: 142px; height: 178px; transform: none; }
    .home-values { gap: 8px; }
    .value-card { gap: 3px; padding-left: 3px; padding-right: 3px; }
    .value-card strong { font-size: clamp(11px, 2.9vw, 13px); }
    body.home-redesign-active .float-service { left: calc(100vw - 94px); right: auto; }
}
@media (max-width: 374px) {
    .home-topbar,
    .home-hero,
    .home-values,
    .home-cta,
    .home-scenes,
    .home-footer {
        width: calc(100% - 28px);
    }
    .home-hero { min-height: 238px; }
    .hero-copy { width: 66%; }
    .hero-art { transform: scale(.88); transform-origin: top right; right: 8px; top: 18px; }
    .scene-card { min-height: 128px; }
    .scene-card strong { font-size: 15px; }
    .scene-card em { font-size: 12px; }
    body.home-redesign-active .float-service { top: 1018px; left: calc(100vw - 88px); right: auto; }
}

/* Result page redesign. */
body.result-redesign-active { background: #f4f9ff; }
body.result-redesign-active .phone-shell {
    width: 100%;
    max-width: 430px;
    background:
        radial-gradient(circle at 16% 17%, rgba(29, 211, 130, .1), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 45%, #ffffff 100%);
    box-shadow: none;
    overflow-x: hidden;
}
.result-page {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 128px;
    color: #07183c;
}
.result-nav {
    height: 62px;
    display: grid;
    grid-template-columns: 72px 1fr 92px;
    align-items: center;
    padding: 0 20px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(226, 235, 247, .9);
}
.result-nav h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #07183c;
}
.result-back {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.result-back::before {
    content: "";
    width: 13px;
    height: 13px;
    border-left: 4px solid #07183c;
    border-bottom: 4px solid #07183c;
    transform: rotate(45deg);
    border-radius: 2px;
    margin-left: 4px;
}
.result-plan-link {
    justify-self: end;
    color: #0869ff;
    font-size: 16px;
    font-weight: 800;
}
.result-hero,
.result-reasons,
.result-action,
.result-footer,
.result-negative {
    width: calc(100% - 40px);
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}
.result-hero {
    min-height: 230px;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px 0 18px;
}
.success-orbit {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(30, 207, 126, .08), rgba(30, 207, 126, 0) 68%);
}
.success-orbit span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #3c8cff;
    opacity: .8;
}
.success-orbit span:nth-child(1) { left: 12px; top: 28px; transform: rotate(26deg); }
.success-orbit span:nth-child(2) { right: 20px; top: 14px; background: #ffd45f; }
.success-orbit span:nth-child(3) { right: 6px; top: 62px; background: #7ad66c; }
.success-orbit span:nth-child(4) { left: 5px; bottom: 34px; background: #7ad66c; }
.success-orbit span:nth-child(5) { right: 28px; bottom: 8px; background: #43a2ff; }
.success-orbit span:nth-child(6) { left: 46px; bottom: 3px; background: #dcecff; }
.result-check {
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 58px;
    font-weight: 900;
    background: linear-gradient(145deg, #36d988 0%, #09bd68 100%);
    box-shadow: 0 18px 32px rgba(16, 194, 105, .24), 0 0 0 14px rgba(21, 204, 119, .08);
}
.result-copy h2 {
    margin: 0 0 12px;
    font-size: 31px;
    line-height: 1.24;
    font-weight: 950;
    color: #07183c;
    letter-spacing: 0;
}
.result-copy h2 span { color: #18bd72; }
.result-copy p {
    margin: 0;
    color: #43536f;
    font-size: 15px;
    line-height: 1.65;
}
.result-reasons h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 6px 0 14px;
    font-size: 22px;
    font-weight: 950;
    text-align: center;
}
.result-reasons h2 span {
    width: 14px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #82b8ff, #0869ff);
    transform: rotate(68deg);
}
.result-reasons h2 span:last-child { transform: rotate(-68deg); }
.reason-card {
    min-height: 122px;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 18px 22px 18px 18px;
    margin-bottom: 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(224, 234, 247, .92);
    box-shadow: 0 10px 24px rgba(31, 88, 160, .07);
}
.reason-card h3 {
    margin: 0 0 7px;
    font-size: 19px;
    line-height: 1.28;
    color: #07183c;
}
.reason-card p {
    margin: 0;
    color: #53627c;
    font-size: 15px;
    line-height: 1.62;
}
.reason-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.reason-icon-1 { background: #ddf9eb; color: #13c372; }
.reason-icon-2 { background: #e4f0ff; color: #2084ff; }
.reason-icon-3 { background: #fff2d8; color: #f5a51f; }
.reason-icon-1 span {
    width: 34px;
    height: 40px;
    background: currentColor;
    clip-path: polygon(50% 0, 92% 14%, 92% 56%, 50% 100%, 8% 56%, 8% 14%);
}
.reason-icon-1::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 11px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg) translate(1px, 1px);
    border-radius: 2px;
}
.reason-icon-2 span {
    width: 31px;
    height: 39px;
    background: currentColor;
    border-radius: 5px;
}
.reason-icon-2::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 5px;
    top: 23px;
    left: 23px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 12px 0 #fff;
}
.reason-icon-2::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    bottom: 11px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: inset 0 0 0 4px #e4f0ff;
}
.reason-icon-3 span {
    width: 8px;
    height: 18px;
    border-radius: 2px;
    background: currentColor;
    box-shadow: 13px -9px 0 currentColor, 26px -20px 0 currentColor;
    transform: translate(-13px, 13px);
}
.reason-icon-3::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 24px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
    transform: rotate(-22deg);
    right: 14px;
    top: 18px;
}
.result-action {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    width: min(390px, calc(100vw - 40px));
    max-width: 390px;
    padding: 14px 0 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96) 28%, rgba(255,255,255,.98));
}
.result-primary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border-radius: 22px;
    color: #fff;
    font-size: 21px;
    font-weight: 950;
    background: linear-gradient(90deg, #137bff, #045df3);
    box-shadow: 0 13px 24px rgba(6, 93, 243, .24);
}
.doc-mini {
    width: 25px;
    height: 31px;
    border-radius: 5px;
    background: #fff;
    position: relative;
}
.doc-mini::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: 9px solid #b8d5ff;
    border-left: 9px solid transparent;
}
.doc-mini::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 12px;
    width: 10px;
    height: 4px;
    border-radius: 999px;
    background: #7fb3ff;
    box-shadow: 0 8px 0 #7fb3ff;
}
.result-footer {
    margin-top: 112px;
    padding: 18px 10px 104px;
    text-align: center;
    color: #73829a;
    font-size: 13px;
    line-height: 1.65;
}
.result-footer p { margin: 0; }
.result-negative {
    padding: 38px 0;
    text-align: center;
}
.result-negative h2 { font-size: 25px; margin: 16px 0 10px; }
.result-negative p { color: #53627c; line-height: 1.7; margin: 0 0 20px; }
.muted-check { background: linear-gradient(145deg, #b8c7dc, #7c8da8); margin: 0 auto; font-size: 46px; }
body.result-redesign-active .float-service {
    position: fixed;
    right: max(14px, calc(50vw - 201px));
    bottom: 96px;
    top: auto;
    width: 56px;
    height: 56px;
    padding: 7px 4px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 50%;
    background: rgba(255,255,255,.98);
    color: #075ff7;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.12;
    box-shadow: 0 12px 26px rgba(23, 66, 130, .14);
}
body.result-redesign-active .float-service::before {
    content: "";
    width: 18px;
    height: 14px;
    border: 3px solid #0869ff;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
}
body.result-redesign-active .float-service::after {
    content: "";
    width: 16px;
    height: 9px;
    border-left: 4px solid #0869ff;
    border-right: 4px solid #0869ff;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}
@media (max-width: 430px) {
    .result-nav { grid-template-columns: 60px 1fr 82px; padding-left: 20px; padding-right: 20px; }
    .result-hero,
    .result-reasons,
    .result-action,
    .result-footer,
    .result-negative { width: calc(100% - 40px); }
    .result-hero { grid-template-columns: 118px minmax(0, 1fr); gap: 14px; }
    .success-orbit { width: 118px; height: 118px; }
    .result-check { width: 92px; height: 92px; font-size: 52px; }
    .result-copy h2 { font-size: clamp(26px, 7vw, 31px); }
    .reason-card { grid-template-columns: 66px minmax(0, 1fr); padding: 16px; }
    .reason-icon { width: 58px; height: 58px; }
    body.result-redesign-active .float-service { right: 14px; }
}
