.fc-page{min-height:100vh;background:#ffffff;display:flex;flex-direction:column}.fc-header{justify-content:space-between;padding:20px 32px;border-bottom:1px solid var(--border-d);flex-shrink:0}.fc-header,.fc-logo{display:flex;align-items:center}.fc-logo img{height:28px;width:auto}.fc-step-label{font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--muted-d);text-transform:uppercase}.fc-progress-track{height:3px;background:rgba(14,26,58,.08);flex-shrink:0}.fc-progress-bar{height:100%;background:var(--gold);transition:width .5s cubic-bezier(.4,0,.2,1)}.fc-container{flex:1 1;display:flex;align-items:flex-start;justify-content:center;padding:52px 24px 72px;overflow:hidden}.fc-card{width:100%;max-width:720px;background:var(--navy-2);border:1px solid var(--border);border-radius:24px;padding:44px 44px 36px;display:flex;flex-direction:column;gap:32px;box-shadow:0 20px 50px rgba(14,26,58,.14)}.fc-card-head .eyebrow{margin-bottom:10px}.fc-card-head h1,.fc-card-head h2{font-family:Satoshi,sans-serif;font-weight:900;font-size:clamp(24px,3.6vw,34px);letter-spacing:-.03em;line-height:1.12;color:var(--white);margin:0}.fc-card-head p{color:var(--muted);font-size:14.5px;line-height:1.55;margin:10px 0 0}.fc-intro-card{gap:26px}.fc-intro-badge{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding:8px 16px;border:1px solid rgba(227,174,100,.35);border-radius:100px;background:rgba(227,174,100,.08)}.fc-intro-badge span{font-size:12.5px;font-weight:700;letter-spacing:.03em;color:var(--white);white-space:nowrap}.fc-intro-badge i{width:3px;height:3px;border-radius:50%;background:var(--gold);flex-shrink:0}.fc-intro-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.fc-intro-feature{border:1px solid var(--border);border-radius:16px;padding:22px 20px;background:rgba(255,255,255,.03)}.fc-intro-icon{width:40px;height:40px;border-radius:11px;background:rgba(227,174,100,.12);border:1px solid rgba(227,174,100,.3);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.fc-intro-icon svg{width:19px;height:19px;stroke:var(--gold);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.fc-intro-feature-title{font-family:Satoshi,sans-serif;font-weight:800;font-size:15px;color:var(--white);margin-bottom:7px}.fc-intro-feature-desc{font-size:13px;line-height:1.55;color:var(--muted)}.fc-fields{display:flex;flex-direction:column;gap:28px}.fc-field label{display:block;font-size:14.5px;font-weight:600;color:var(--white);line-height:1.45;margin-bottom:12px}.fc-chip-grid{display:flex;flex-wrap:wrap;gap:10px}.fc-chip{display:inline-flex;align-items:center;padding:11px 18px;border:1px solid var(--border);border-radius:100px;font-family:Satoshi,sans-serif;font-size:14px;font-weight:600;color:var(--muted);background:rgba(255,255,255,.03);cursor:pointer;text-align:center;transition:border-color .18s,color .18s,background .18s,transform .15s}.fc-chip:hover{border-color:rgba(227,174,100,.45);color:var(--white);transform:translateY(-1px)}.fc-chip.on{border-color:var(--gold);color:var(--navy);background:var(--gold)}.fc-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px}.fc-nav .btn-gold-lg:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.fc-btn-back{background:none;border:none;cursor:pointer;font-family:Satoshi,sans-serif;font-size:14px;font-weight:600;color:var(--muted);padding:0;transition:color .2s}.fc-btn-back:hover{color:var(--white)}@keyframes fc-slide-in-right{0%{opacity:0;transform:translateX(32px)}to{opacity:1;transform:translateX(0)}}@keyframes fc-slide-in-left{0%{opacity:0;transform:translateX(-32px)}to{opacity:1;transform:translateX(0)}}@keyframes fc-slide-out-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-32px)}}@keyframes fc-slide-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(32px)}}.fc-card.fc-enter-right{animation:fc-slide-in-right .3s cubic-bezier(.25,.8,.25,1) both}.fc-card.fc-enter-left{animation:fc-slide-in-left .3s cubic-bezier(.25,.8,.25,1) both}.fc-card.fc-exit-left{animation:fc-slide-out-left .28s cubic-bezier(.4,0,1,1) both}.fc-card.fc-exit-right{animation:fc-slide-out-right .28s cubic-bezier(.4,0,1,1) both}.fc-result-price{font-family:Satoshi,sans-serif;font-weight:900;font-size:clamp(32px,5.2vw,48px);letter-spacing:-.03em;color:var(--gold);line-height:1.05}.fc-result-sub{font-size:14px;color:var(--muted);margin-top:6px}.fc-section{display:flex;flex-direction:column;gap:16px;border-top:1px solid var(--border);padding-top:24px}.fc-section-label{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.fc-barchart{display:flex;flex-direction:column;gap:12px}.fc-bar-row{display:grid;grid-template-columns:minmax(0,148px) 1fr auto;align-items:center;grid-gap:14px;gap:14px}.fc-bar-label{font-size:13.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-bar-track{position:relative;height:14px;border-radius:100px;background:rgba(255,255,255,.05);overflow:hidden}.fc-bar-fill{height:100%;border-radius:100px;background:var(--gold);transition:width .7s cubic-bezier(.16,1,.3,1)}.fc-bar-value{font-size:14px;font-weight:700;color:var(--white);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;min-width:76px}.fc-meter{margin:10px 0 2px}.fc-meter-track{display:flex;gap:4px}.fc-meter-seg{flex:1 1;height:10px;border-radius:100px;background:rgba(255,255,255,.07);transition:background .4s ease}.fc-meter-seg.on{background:var(--gold)}.fc-meter-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--muted)}.fc-meter-labels .fc-meter-current{color:var(--gold);font-weight:700}.fc-stat-row{display:flex;gap:14px;flex-wrap:wrap}.fc-stat{flex:1 1 200px;border:1px solid var(--border);border-radius:16px;padding:18px 20px;background:rgba(255,255,255,.03)}.fc-stat-wide{flex:1.4 1 260px}.fc-stat-label{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.fc-stat-value{font-family:Satoshi,sans-serif;font-weight:900;font-size:22px;color:var(--white);margin-top:6px}.fc-stat-note{font-size:13px;color:var(--muted);margin-top:4px;line-height:1.4}.fc-compare{border:1px solid rgba(227,174,100,.35);background:rgba(227,174,100,.07);border-radius:18px;padding:26px 28px;display:flex;flex-direction:column;gap:14px}.fc-compare h3{font-family:Satoshi,sans-serif;font-weight:900;font-size:19px;color:var(--white);margin:0}.fc-compare ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.fc-compare li{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5;color:var(--muted)}.fc-compare li svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;stroke:var(--gold);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.fc-lead-form{display:flex;flex-direction:column;gap:18px;border-top:1px solid var(--border);padding-top:28px}.fc-lead-form h3{font-family:Satoshi,sans-serif;font-weight:900;font-size:19px;color:var(--white);margin:0 0 4px}.fc-confirm-card{align-items:center;text-align:center;gap:18px}.fc-confirm-icon{width:60px;height:60px;border-radius:50%;background:rgba(46,196,100,.14);border:1px solid rgba(46,196,100,.3);display:flex;align-items:center;justify-content:center}.fc-confirm-icon svg{width:26px;height:26px;stroke:var(--green);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.fc-confirm-card h2{margin-top:4px}.fc-confirm-card p{color:var(--muted);font-size:15.5px;line-height:1.6;max-width:460px;margin:0}@media (max-width:700px){.fc-header{padding:16px 20px}.fc-container{padding:28px 16px 56px;align-items:flex-start}.fc-card{padding:26px 22px 24px;border-radius:18px;gap:22px}.fc-card-head h1,.fc-card-head h2{font-size:clamp(21px,6.5vw,28px)}.fc-nav{gap:12px}.fc-nav .btn-gold-lg{padding:13px 24px;font-size:15px}.fc-stat-row{flex-direction:column}.fc-bar-row{grid-template-columns:1fr;row-gap:6px}.fc-bar-value{text-align:left;min-width:0}.fc-intro-features{grid-template-columns:1fr}.fc-intro-badge{flex-wrap:wrap;row-gap:6px}}@media (prefers-reduced-motion:reduce){.fc-card{animation:none!important}.fc-progress-bar{transition:none}}