.ssft-shell {
  --navy: #142038;
  --green: #087b64;
  --mint: #e8f7f1;
  --line: #dfe7ee;
  max-width: 1248px;
  margin: 0 auto;
}
.ssft-heading { max-width: 780px; margin-bottom: 1.4rem; }
.ssft-heading > span { color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.ssft-heading h2 { margin: .55rem 0 0 !important; color: var(--navy); font-size: clamp(2.2rem, 5vw, 3.8rem) !important; line-height: 1.05 !important; letter-spacing: -.055em; }
.ssft-heading p { color: #526277; font-size: 1.05rem; }
.ssft-privacy { display: flex; max-width: 780px; gap: .35rem; margin-bottom: 1.2rem; border: 1px solid #cfe6df; border-radius: 12px; background: var(--mint); padding: .8rem 1rem; color: #526277; font-size: .82rem; line-height: 1.55; }
.ssft-workspace { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 1rem; }
.ssft-form,
.ssft-result { border: 1px solid var(--line); border-radius: 17px; background: #fff; padding: clamp(1.2rem, 3vw, 2rem); }
.ssft-form { display: grid; align-content: start; gap: 1.6rem; }
.ssft-form > label,
.ssft-cost-grid > label { display: grid; gap: .6rem; color: #334155; font-size: .82rem; font-weight: 850; }
.ssft-form label output { justify-self: end; border-radius: 99px; background: var(--mint); padding: .25rem .55rem; color: var(--green); font-size: .73rem; }
.ssft-form select,
.ssft-form input[type="number"] { width: 100%; height: 48px; box-sizing: border-box; border: 1px solid #cbd5e1; border-radius: 10px; background: #fff; padding: 0 .8rem; }
.ssft-form input[type="range"] { width: 100%; accent-color: var(--green); }
.ssft-form fieldset { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: .65rem; margin: 0; border: 0; padding: 0; }
.ssft-form legend { grid-column: 1 / -1; margin-bottom: .3rem; color: #334155; font-size: .82rem; font-weight: 850; }
.ssft-form fieldset label { display: flex; min-height: 50px; align-items: center; gap: .55rem; border: 1px solid var(--line); border-radius: 11px; padding: .7rem .8rem; color: #334155; font-size: .82rem; font-weight: 750; cursor: pointer; }
.ssft-form fieldset label:has(input:checked) { border-color: var(--green); background: var(--mint); color: var(--green); }
.ssft-form fieldset label:has(input:disabled) { cursor: not-allowed; opacity: .5; }
.ssft-form input[type="radio"],
.ssft-form input[type="checkbox"] { accent-color: var(--green); }
.ssft-cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ssft-currency { display: grid; grid-template-columns: auto 1fr; align-items: center; overflow: hidden; border: 1px solid #cbd5e1; border-radius: 10px; padding-left: .8rem; color: #64748b; }
.ssft-currency input { border: 0 !important; }
.ssft-result { border-color: #b9ded4; background: linear-gradient(145deg, #f0faf7, #fff 62%); }
.ssft-result > small { color: var(--green); font-weight: 850; }
.ssft-result > h2 { margin: .5rem 0 0 !important; color: var(--navy); font-size: 1.8rem !important; line-height: 1.2 !important; }
.ssft-result > p { color: #526277; }
.ssft-budget { margin-top: 1rem; border: 1px solid rgba(8, 123, 100, .15); border-radius: 12px; background: rgba(255, 255, 255, .82); padding: 1rem; }
.ssft-budget span { display: block; color: #64748b; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ssft-budget strong { display: block; margin-top: .25rem; color: var(--navy); }
.ssft-result > ul { display: grid; gap: .75rem; margin: 1.2rem 0 !important; padding: 0 !important; list-style: none !important; }
.ssft-result > ul li { display: flex; gap: .65rem; color: #405166; font-size: .86rem; }
.ssft-result > ul li span { display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: .65rem; }
.ssft-recommend { margin-top: 1.4rem; border-top: 1px solid rgba(8, 123, 100, .16); padding-top: 1.2rem; }
.ssft-recommend > h3 { margin: 0 !important; color: var(--navy); font-size: 1.05rem !important; }
.ssft-recommend > p { margin: .3rem 0 1rem; color: #64748b; font-size: .74rem; }
.ssft-product { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; margin-top: .7rem; border: 1px solid #dce7e3; border-radius: 12px; background: #fff; padding: 1rem; }
.ssft-product small { color: var(--green); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ssft-product h4 { margin: .25rem 0 0 !important; color: var(--navy); font-size: 1rem !important; }
.ssft-product p { margin: .35rem 0 0; color: #526277; font-size: .78rem; line-height: 1.5; }
.ssft-product em { display: block; margin-top: .3rem; color: #64748b; font-size: .68rem; line-height: 1.45; }
.ssft-product > div:last-child { display: grid; justify-items: stretch; }
.ssft-product a,
.ssft-actions a,
.ssft-actions button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; border: 1px solid #a9d3c8; border-radius: 9px; background: #fff; padding: .55rem .75rem; color: var(--green); font-family: inherit; font-size: .76rem; font-weight: 800; text-decoration: none !important; cursor: pointer; }
.ssft-product > div:last-child span { max-width: 170px; margin-top: .35rem; color: #94a3b8; font-size: .62rem; line-height: 1.35; }
.ssft-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; border-top: 1px solid rgba(8, 123, 100, .16); padding-top: 1rem; }
.ssft-actions p { flex-basis: 100%; margin: 0; color: #64748b; font-size: .68rem; }
.ssft-note { margin-top: 1rem !important; border-radius: 11px; background: #f8fafc; padding: .9rem 1rem; color: #64748b; font-size: .78rem; line-height: 1.6; }
.ssft-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-block: 2rem; }
.ssft-directory > a { border: 1px solid #dfe7ee; border-radius: 16px; background: #fff; padding: 1.35rem; box-shadow: 0 8px 28px rgba(20, 32, 56, .04); text-decoration: none !important; }
.ssft-directory > a:hover { transform: translateY(-3px); border-color: #9ed2c4; }
.ssft-directory small { color: #087b64; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.ssft-directory h2 { margin: .8rem 0 0 !important; color: #142038; font-size: 1.25rem !important; }
.ssft-directory p { color: #526277; font-size: .87rem; }
.ssft-directory strong { color: #087b64; font-size: .84rem; }
@media (max-width: 900px) {
  .ssft-workspace,
  .ssft-directory { grid-template-columns: 1fr; }
  .ssft-result { order: 2; }
}
@media (max-width: 560px) {
  .ssft-cost-grid,
  .ssft-product { grid-template-columns: 1fr; }
  .ssft-product > div:last-child span { max-width: none; }
  .ssft-actions > *:not(p) { flex: 1; }
}
