.dash-c2w {
  --bg: #E9DDCC;
  --card: #FFFFFF;
  --card2: #F4EFE7;
  --ink: #081B3A;
  --muted: #6B7280;
  --accent: #FF7A00;
  --cta: #000000;
  --track: #E6E1D9;
  --line: #E6E1D9;
  width: 100%;
  min-height: 100vh;
  padding: 28px 16px;
  color: var(--ink);
  background: radial-gradient(900px 500px at 85% -10%, rgba(255, 122, 0, .10), transparent), radial-gradient(700px 500px at 0% 110%, rgba(233, 221, 204, .6), transparent), var(--bg);
  font-family: 'Poppins', system-ui, sans-serif;
}

.dash-c2w,
.dash-c2w * { box-sizing: border-box; }
.dash-c2w .shell { max-width: 1080px; margin: 0 auto; }
.dash-c2w header.hero { text-align: center; margin-bottom: 22px; }
.dash-c2w .logoRow { display: inline-flex; align-items: center; margin-bottom: 18px; }
.dash-c2w .logoSvg { display: block; width: auto; height: 40px; }
.dash-c2w h1 { margin: 0 0 12px; font-size: clamp(28px, 5vw, 46px); font-weight: 800; line-height: 1.05; }
.dash-c2w .sub { max-width: 600px; margin: 0 auto; color: var(--muted); font-size: 15px; }
.dash-c2w .intro { max-width: 760px; margin: 14px auto 0; color: var(--ink); font-size: 15px; line-height: 1.6; }
.dash-c2w .modeRow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 860px; margin: 24px auto 22px; }
.dash-c2w .modeBtn { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 16px; color: var(--muted); background: var(--card); border: 1px solid var(--line); border-radius: 24px; font: inherit; text-align: left; cursor: pointer; transition: all .15s; }
.dash-c2w .modeBtn .t { color: inherit; font-size: 15px; font-weight: 700; }
.dash-c2w .modeBtn .d { color: var(--muted); font-size: 12px; }
.dash-c2w .modeBtn.active { color: var(--ink); background: rgba(255, 122, 0, .10); border-color: var(--accent); }
.dash-c2w .grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.dash-c2w .card { padding: 24px; background: var(--card); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 8px 30px rgba(8, 27, 58, .06); }
.dash-c2w .resultCard { position: sticky; top: 16px; }
.dash-c2w h2.cardTitle { margin: 0 0 6px; font-size: 20px; font-weight: 700; }
.dash-c2w label.lbl { display: block; margin: 18px 0 8px; color: var(--ink); font-size: 13px; font-weight: 600; }
.dash-c2w .hint { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.dash-c2w .calcNote { margin-top: 8px; color: var(--accent); font-size: 12px; font-weight: 600; }
.dash-c2w .inputWrap { display: flex; align-items: center; padding: 0 14px; background: var(--card2); border: 1px solid var(--line); border-radius: 12px; }
.dash-c2w .prefix { margin-right: 6px; color: var(--muted); font-weight: 700; }
.dash-c2w .suffix { margin-left: 6px; color: var(--muted); font-size: 13px; white-space: nowrap; }
.dash-c2w input[type=number] { flex: 1; width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-family: inherit; font-size: 18px; font-weight: 700; }
.dash-c2w input[type=number]::-webkit-outer-spin-button,
.dash-c2w input[type=number]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.dash-c2w input[type=number] { -moz-appearance: textfield; }
.dash-c2w input[type=range] { width: 100%; height: 6px; margin-top: 12px; background: var(--track); border-radius: 999px; outline: 0; appearance: none; -webkit-appearance: none; }
.dash-c2w input[type=range]::-webkit-slider-thumb { width: 22px; height: 22px; background: var(--accent); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(8, 27, 58, .25); cursor: pointer; appearance: none; -webkit-appearance: none; }
.dash-c2w input[type=range]::-moz-range-thumb { width: 22px; height: 22px; background: var(--accent); border: 3px solid #fff; border-radius: 50%; cursor: pointer; }
.dash-c2w .segRow { display: flex; flex-wrap: wrap; gap: 8px; }
.dash-c2w .seg { flex: 1; min-width: 64px; padding: 10px 8px; color: var(--muted); background: var(--card2); border: 1px solid var(--line); border-radius: 10px; font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.dash-c2w .seg.active { color: #fff; background: var(--accent); border-color: var(--accent); }
.dash-c2w .acc { position: relative; }
.dash-c2w .accHead { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 16px; color: var(--ink); background: var(--card2); border: 1px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer; }
.dash-c2w .chev { color: var(--accent); font-size: 18px; line-height: 1; transition: transform .18s; }
.dash-c2w .accBody { margin-top: 8px; overflow: hidden; background: var(--card2); border: 1px solid var(--line); border-radius: 12px; }
.dash-c2w .accItem { width: 100%; padding: 12px 16px; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid var(--line); font-family: inherit; font-size: 14px; font-weight: 600; text-align: left; cursor: pointer; }
.dash-c2w .accItem.active { color: var(--ink); background: rgba(255, 122, 0, .10); }
.dash-c2w .priceTag { margin-left: 10px; color: var(--accent); font-size: 12px; font-weight: 600; }
.dash-c2w .planGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dash-c2w .planBtn { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 12px 14px; color: var(--muted); background: var(--card2); border: 1px solid var(--line); border-radius: 12px; font: inherit; cursor: pointer; }
.dash-c2w .planBtn.active { color: var(--ink); background: rgba(255, 122, 0, .10); border-color: var(--accent); }
.dash-c2w .planLabel { font-size: 12px; font-weight: 600; }
.dash-c2w .planPrice { color: var(--ink); font-size: 20px; font-weight: 800; }
.dash-c2w .planPer { margin-left: 2px; color: var(--muted); font-size: 12px; font-weight: 600; }
.dash-c2w .regionNote { margin-top: 10px; padding: 10px 12px; color: var(--muted); background: var(--card2); border: 1px solid var(--line); border-radius: 10px; font-size: 12px; line-height: 1.5; }
.dash-c2w .toggleRow { display: flex; align-items: flex-start; gap: 12px; margin-top: 16px; padding: 14px; background: var(--card2); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.dash-c2w .toggleRow.active { border-color: var(--accent); }
.dash-c2w .toggleSwitch { flex-shrink: 0; width: 42px; height: 22px; margin-top: 2px; padding: 2px; background: var(--track); border-radius: 999px; transition: background .15s; }
.dash-c2w .toggleSwitch.on { background: var(--accent); }
.dash-c2w .toggleKnob { width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: transform .18s; }
.dash-c2w .toggleSwitch.on .toggleKnob { transform: translateX(20px); }
.dash-c2w .toggleTitle { font-size: 14px; font-weight: 700; }
.dash-c2w .toggleDesc { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.dash-c2w .divider { height: 1px; margin: 22px 0 4px; background: var(--line); }
.dash-c2w .incHint { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.dash-c2w .bigSaveBox { margin-bottom: 18px; padding: 22px 16px; text-align: center; background: linear-gradient(135deg, rgba(255, 122, 0, .14), rgba(255, 122, 0, .04)); border: 1px solid rgba(255, 122, 0, .30); border-radius: 24px; }
.dash-c2w .bigSaveLabel { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.dash-c2w .bigSaveValue { margin: 6px 0; color: var(--ink); font-size: clamp(40px, 8vw, 58px); font-weight: 800; line-height: 1; }
.dash-c2w .bigSavePct { color: var(--muted); font-size: 13px; }
.dash-c2w .saveContextNote { margin: 0 0 18px; padding: 10px 14px; color: var(--muted); background: var(--card2); border: 1px solid var(--line); border-radius: 12px; font-size: 12px; line-height: 1.55; }
.dash-c2w .childcareAlert { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 18px; padding: 12px 14px; color: var(--ink); background: rgba(255, 122, 0, .10); border: 1px solid rgba(255, 122, 0, .35); border-radius: 12px; font-size: 12.5px; line-height: 1.5; }
.dash-c2w .childcareAlertIcon { flex-shrink: 0; width: 20px; height: 20px; color: #fff; background: var(--accent); border-radius: 50%; font-size: 13px; font-weight: 800; line-height: 20px; text-align: center; }
.dash-c2w .statGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.dash-c2w .stat { padding: 12px 14px; background: var(--card2); border: 1px solid var(--line); border-radius: 12px; }
.dash-c2w .statLabel { margin-bottom: 4px; color: var(--muted); font-size: 12px; }
.dash-c2w .statValue { font-size: 18px; font-weight: 700; }
.dash-c2w .breakRow { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.dash-c2w .netCostBox { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 16px 18px; background: var(--ink); border-radius: 16px; box-shadow: 0 6px 20px rgba(8, 27, 58, .18); }
.dash-c2w .netCostLabel { color: #fff; font-size: 14px; font-weight: 600; }
.dash-c2w .netCostValue { color: var(--accent); font-size: 26px; font-weight: 800; white-space: nowrap; }
.dash-c2w .perPayBox { margin-top: 18px; padding: 16px; background: var(--card2); border: 1px solid var(--line); border-radius: 14px; }
.dash-c2w .perPayTitle { margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.dash-c2w .perPayRow { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dash-c2w .perPaySmall { margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.dash-c2w .perPayVal { font-size: 22px; font-weight: 800; }
.dash-c2w .perPayArrow { color: var(--muted); font-size: 20px; }
.dash-c2w .errorBox { padding: 28px 20px; text-align: center; background: rgba(214, 40, 40, .06); border: 1px solid rgba(214, 40, 40, .30); border-radius: 24px; }
.dash-c2w .errorIcon { width: 44px; height: 44px; margin: 0 auto 14px; color: #C62828; background: rgba(214, 40, 40, .12); border: 1px solid rgba(214, 40, 40, .35); border-radius: 50%; font-size: 26px; font-weight: 800; line-height: 42px; }
.dash-c2w .errorTitle { margin-bottom: 10px; color: #B71C1C; font-size: 20px; font-weight: 700; }
.dash-c2w .errorText { color: #7A2E2E; font-size: 14px; line-height: 1.6; }
.dash-c2w .errorHint { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.dash-c2w .shareRow { display: flex; gap: 10px; margin-top: 20px; }
.dash-c2w .shareBtnPrimary { flex: 2; padding: 13px 16px; color: #fff; background: var(--cta); border: 0; border-radius: 999px; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.dash-c2w .shareBtnGhost { display: flex; flex: 1; align-items: center; justify-content: center; padding: 13px 12px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; font-family: inherit; font-size: 14px; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; }
.dash-c2w .shareNote { margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.dash-c2w .sharePanel { margin-top: 14px; padding: 16px; background: var(--card2); border: 1px solid var(--line); border-radius: 16px; }
.dash-c2w .sharePanelHead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.dash-c2w .sharePanelTitle { font-size: 14px; font-weight: 700; }
.dash-c2w .sharePanelClose { padding: 4px; color: var(--muted); background: transparent; border: 0; font-family: inherit; font-size: 14px; line-height: 1; cursor: pointer; }
.dash-c2w .sharePanelHint { margin: 0 0 10px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.dash-c2w .shareTextarea { width: 100%; min-height: 220px; padding: 12px; color: var(--ink); background: var(--card); border: 1px solid var(--line); border-radius: 12px; outline: 0; font-family: inherit; font-size: 13px; line-height: 1.5; resize: vertical; }
.dash-c2w .sharePanelCopy { width: 100%; margin-top: 10px; padding: 12px 16px; color: #fff; background: var(--cta); border: 0; border-radius: 999px; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.dash-c2w .disclaimer { margin-top: 18px; color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.5; text-align: center; }
.dash-c2w .hidden { display: none !important; }
.dash-c2w .panel { max-width: 1080px; margin: 26px auto 0; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 8px 30px rgba(8, 27, 58, .06); }
.dash-c2w .panelChildcare { border-color: rgba(255, 122, 0, .35); }
.dash-c2w .panelHead { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 18px 24px; color: var(--ink); background: transparent; border: 0; font-family: inherit; font-size: 15px; font-weight: 700; text-align: left; cursor: pointer; }
.dash-c2w .panelBody { padding: 16px 24px 22px; border-top: 1px solid var(--line); }
.dash-c2w .panelBody h4 { margin: 18px 0 6px; font-size: 15px; font-weight: 700; }
.dash-c2w .panelBody p { margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.dash-c2w .panelBody ul { margin: 4px 0; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.dash-c2w .panelBody a { color: var(--accent); text-decoration: none; }
.dash-c2w .methodFoot { margin-top: 16px; padding-top: 14px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.dash-c2w .childcareHeadInner { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 17px; font-weight: 800; }
.dash-c2w .childcareIcon { flex-shrink: 0; width: 26px; height: 26px; color: #fff; background: var(--accent); border-radius: 50%; font-size: 16px; font-style: italic; font-weight: 800; line-height: 26px; text-align: center; }
.dash-c2w .ccBody p { margin: 0 0 12px; color: var(--ink); font-size: 14px; line-height: 1.65; }
.dash-c2w .ccBody h4 { margin: 18px 0 6px; color: var(--ink); font-size: 15px; font-weight: 700; }
.dash-c2w .ccFoot { margin-top: 14px; padding-top: 12px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.dash-c2w .faqHeader { padding: 16px 20px; color: var(--ink); font-size: 15px; font-weight: 700; }
.dash-c2w .faqBody { padding: 0 20px 8px; border-top: 1px solid var(--line); }
.dash-c2w .faqItem { border-bottom: 1px solid var(--line); }
.dash-c2w .faqQ { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 16px 0; color: var(--ink); background: transparent; border: 0; font-family: inherit; font-size: 15px; font-weight: 700; text-align: left; cursor: pointer; }
.dash-c2w .faqA { margin: 0; padding: 0 0 16px; color: var(--ink); font-size: 14px; line-height: 1.65; }
.dash-c2w footer.foot { margin-top: 28px; color: var(--muted); font-size: 12px; line-height: 1.6; text-align: center; }

@media (max-width: 760px) {
  .dash-c2w { padding: 20px 12px; }
  .dash-c2w .grid,
  .dash-c2w .modeRow { grid-template-columns: 1fr; }
  .dash-c2w .resultCard { position: static; }
  .dash-c2w .card { padding: 20px; }
  .dash-c2w .breakRow { align-items: flex-start; }
}
