:root {
  --smo-bg: #060a12;
  --smo-panel: #101827;
  --smo-panel-deep: #09111e;
  --smo-line: rgba(155, 176, 205, .17);
  --smo-text: #f7f8f5;
  --smo-muted: #9aa8bd;
  --smo-mint: #59e2ad;
  --smo-mint-dark: #0b2c22;
  --smo-amber: #f5b84c;
}

.page-hero-order-request { display: none; }
.page-content-order-request { padding: 0 !important; background: var(--smo-bg); }
.page-content-order-request > .site-shell.narrow { width: 100%; max-width: none; padding: 0; }
.page-content-order-request .prose { max-width: none; }

.smo { min-height: 100vh; padding: 72px 24px 110px; color: var(--smo-text); background: radial-gradient(circle at 48% 14%, rgba(38, 111, 91, .15), transparent 31%), var(--smo-bg); }
.smo, .smo * { box-sizing: border-box; }
.smo button, .smo input, .smo select, .smo textarea { font: inherit; }
.smo-hero { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.smo-kicker { display: inline-flex; padding: 8px 13px; border: 1px solid rgba(89, 226, 173, .32); border-radius: 999px; background: rgba(89, 226, 173, .08); color: var(--smo-mint); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.smo-hero h2 { margin: 14px 0 10px; font-size: clamp(34px, 4.5vw, 60px); line-height: .98; letter-spacing: -.045em; color: var(--smo-text); }
.smo-hero p { max-width: 720px; margin: 0 auto; color: #b6c2d5; font-size: 17px; line-height: 1.55; }

.smo-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .72fr); gap: 24px; width: min(1240px, 100%); margin: 0 auto; align-items: start; }
.smo-plans-panel, .smo-details-panel { border: 1px solid var(--smo-line); border-radius: 23px; background: linear-gradient(145deg, rgba(17, 26, 42, .98), rgba(12, 19, 32, .98)); box-shadow: 0 28px 72px rgba(0, 0, 0, .3); }
.smo-plans-panel { padding: 22px; }
.smo-details-panel { position: sticky; top: 92px; padding: 22px; }
.smo-details-panel > h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: 22px; }
.smo-details-panel > h2 span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(245, 184, 76, .35); border-radius: 11px; background: rgba(245, 184, 76, .09); color: var(--smo-amber); }

.smo-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 5px; border: 1px solid var(--smo-line); border-radius: 17px; background: #070d18; }
.smo-tabs button { min-height: 52px; border: 0; border-radius: 13px; background: transparent; color: #a8b5c9; font-weight: 850; cursor: pointer; }
.smo-tabs button small { display: block; margin-top: 2px; font-size: 10px; font-style: italic; color: inherit; }
.smo-tabs button.is-active { background: var(--smo-mint); color: #041a12; }

.smo-plan-list { display: grid; gap: 12px; margin-top: 14px; }
.smo-plan[hidden] { display: none !important; }
.smo-plan { position: relative; display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 13px; align-items: center; width: 100%; min-height: 90px; padding: 16px 18px; border: 1px solid var(--smo-line); border-radius: 17px; background: #09111f; color: var(--smo-text); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.smo-plan:hover { transform: translateY(-1px); border-color: rgba(89, 226, 173, .45); }
.smo-plan.is-selected { border-color: var(--smo-mint); background: linear-gradient(100deg, rgba(15, 49, 38, .82), rgba(9, 24, 24, .84)); box-shadow: 0 10px 35px rgba(89, 226, 173, .08); }
.smo-radio { width: 21px; height: 21px; border: 2px solid #718098; border-radius: 50%; }
.smo-plan.is-selected .smo-radio { border: 6px solid var(--smo-mint); }
.smo-plan-copy strong, .smo-plan-copy small, .smo-plan-price strong, .smo-plan-price small { display: block; }
.smo-plan-copy strong { font-size: 18px; }
.smo-plan-copy small { margin-top: 3px; color: #9bb0cc; }
.smo-plan-price { min-width: 135px; text-align: right; }
.smo-plan-price strong { font-size: 25px; }
.smo-plan-price small { color: #93b8d8; font-size: 12px; }
.smo-badge { position: absolute; right: 150px; top: 18px; padding: 5px 9px; border-radius: 999px; background: var(--smo-amber); color: #261700; font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }

.smo-benefits { margin-top: 19px; padding: 20px; border: 1px solid rgba(89, 226, 173, .24); border-radius: 17px; background: rgba(4, 25, 18, .72); }
.smo-benefits h2 { margin: 0 0 12px; font-size: 17px; color: var(--smo-text); }
.smo-benefits h2::first-letter { color: var(--smo-amber); }
.smo-benefits ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 22px; margin: 0; padding: 0; list-style: none; }
.smo-benefits li { position: relative; padding-left: 23px; color: #dce7e1; font-size: 14px; line-height: 1.45; }
.smo-benefits li::before { content: '✓'; position: absolute; left: 0; color: var(--smo-mint); font-weight: 900; }

.smo-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.smo-details-panel label { display: block; margin: 0 0 13px; color: #a9b4c7; font-size: 12px; font-weight: 800; }
.smo-details-panel input, .smo-details-panel select, .smo-details-panel textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid var(--smo-line); border-radius: 12px; background: #070e19; color: var(--smo-text); outline: none; }
.smo-details-panel textarea { resize: vertical; min-height: 82px; }
.smo-details-panel input:focus, .smo-details-panel select:focus, .smo-details-panel textarea:focus { border-color: var(--smo-mint); box-shadow: 0 0 0 3px rgba(89, 226, 173, .11); }
.smo-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.smo-payments { margin: 4px 0 15px; padding: 0; border: 0; }
.smo-payments legend { color: var(--smo-text); font-size: 14px; font-weight: 900; }
.smo-payments > p { margin: 4px 0 10px; color: var(--smo-muted); font-size: 11px; line-height: 1.45; }
.smo-payments > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.smo-payments label { margin: 0; }
.smo-payments input { position: absolute; width: auto; margin: 0; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.smo-payments label > span { display: flex; flex-direction: column; justify-content: center; min-height: 58px; padding: 10px 12px; border: 1px solid var(--smo-line); border-radius: 12px; background: #080f1a; color: var(--smo-text); font-weight: 900; cursor: pointer; }
.smo-payments label > span small { margin-top: 3px; color: var(--smo-muted); font-size: 10px; font-weight: 650; }
.smo-payments input:checked + span { border-color: var(--smo-mint); background: rgba(14, 59, 44, .53); box-shadow: 0 0 0 2px rgba(89, 226, 173, .08); }

.smo-summary { padding: 15px; border: 1px solid var(--smo-line); border-radius: 15px; background: #090f19; }
.smo-summary h3 { margin: 0 0 10px; font-size: 14px; }
.smo-summary dl { margin: 0; }
.smo-summary dl div { display: flex; justify-content: space-between; gap: 18px; margin: 6px 0; color: var(--smo-muted); font-size: 12px; }
.smo-summary dd { margin: 0; color: var(--smo-text); font-weight: 800; text-align: right; }
.smo-summary .smo-total { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--smo-line); color: var(--smo-text); font-size: 15px; font-weight: 900; }
.smo-summary .smo-total dd { color: var(--smo-mint); font-size: 23px; }

.smo-consent { display: flex !important; gap: 10px; align-items: flex-start; margin: 14px 2px !important; color: #c4cede !important; font-weight: 600 !important; line-height: 1.45; }
.smo-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--smo-mint); }
.smo-feedback { min-height: 20px; margin: 0 0 7px; color: var(--smo-mint); font-size: 12px; text-align: center; }
.smo-feedback.is-error { color: #ff8f92; }
.smo-submit, .smo-chat-button { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; min-height: 59px; border: 0; border-radius: 14px; background: var(--smo-mint); color: #031b12; cursor: pointer; box-shadow: 0 15px 32px rgba(89, 226, 173, .14); }
.smo-submit strong { font-size: 15px; text-transform: uppercase; }
.smo-submit small { margin-top: 3px; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.smo-submit:disabled { opacity: .6; cursor: wait; }
.smo-security { margin: 11px 0 0; color: var(--smo-muted); font-size: 10px; line-height: 1.45; text-align: center; }

.smo-confirmation { width: min(760px, 100%); margin: 38px auto 0; padding: 42px; border: 1px solid rgba(89, 226, 173, .35); border-radius: 24px; background: linear-gradient(145deg, rgba(15, 44, 35, .95), rgba(10, 18, 29, .98)); text-align: center; box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }
.smo-confirmation[hidden] { display: none; }
.smo-success-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 15px; border-radius: 50%; background: var(--smo-mint); color: #042016; font-size: 28px; font-weight: 950; }
.smo-confirmation h2 { margin: 0 0 10px; font-size: 31px; }
.smo-confirmation p { color: #b9c7d8; }
.smo-order-id { display: block; margin: 18px 0 9px; color: var(--smo-text); font-size: 27px; letter-spacing: .04em; }
.smo-status { display: inline-flex; padding: 8px 13px; border: 1px solid rgba(245, 184, 76, .35); border-radius: 999px; color: var(--smo-amber); font-size: 12px; font-weight: 900; }
.smo-chat-button { max-width: 320px; margin: 20px auto 0; font-weight: 900; }

@media (max-width: 980px) {
  .smo { padding: 54px 18px 86px; }
  .smo-layout { grid-template-columns: 1fr; max-width: 760px; }
  .smo-details-panel { position: static; }
}

@media (max-width: 620px) {
  .smo { padding: 38px 12px 70px; }
  .smo-hero { margin-bottom: 24px; }
  .smo-hero h2 { font-size: 36px; }
  .smo-hero p { font-size: 15px; }
  .smo-plans-panel, .smo-details-panel { padding: 14px; border-radius: 18px; }
  .smo-tabs { grid-template-columns: 1fr; }
  .smo-plan { grid-template-columns: 23px minmax(0, 1fr); min-height: 108px; padding: 14px; }
  .smo-plan-price { grid-column: 2; min-width: 0; text-align: left; }
  .smo-plan-price strong { display: inline; margin-right: 8px; font-size: 22px; }
  .smo-plan-price small { display: inline; }
  .smo-badge { right: 12px; top: 11px; }
  .smo-benefits ul, .smo-field-row, .smo-payments > div { grid-template-columns: 1fr; }
  .smo-confirmation { padding: 30px 20px; }
  .smo-order-id { font-size: 21px; }
}
