/* ==============================
   Estimate Page
============================== */
section.estimate {
  --estimate-card-bg: rgba(255,255,255,0.035);
  --estimate-card-bg-hover: rgba(255,255,255,0.07);
  --estimate-heading-bg: #141623;
  --estimate-heading-active: #141623;
  --estimate-text: #d0d8e8;
  --estimate-muted: #b0b8cc;
  --estimate-subtle: #8f98aa;
  --estimate-gold: #debf8d;
  --estimate-blue: #9dbffa;
  --estimate-line: rgba(222,191,141,0.28);
  padding-bottom: 0;
}
.estimate-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--estimate-gold);
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* イントロ */
.estimate-intro {
  gap: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.estimate-intro__desc {
  font-size: 0.92rem;
  line-height: 1.9;
  margin-bottom: 12px;
  text-align: center;
}
.estimate-intro__note {
  font-size: 0.82rem;
  color: #9ca3af;
  text-align: center;
}
.estimate-intro__note a {
  color: #9dbffa;
  border-bottom: dotted 1px #9dbffa;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.old-price {
  font-size: 0.82rem;
  color: #6b7280;
  text-decoration: line-through;
}
.base-price {
  font-size: 1.8rem;
  font-style: italic;
  color: #debf8d;
  letter-spacing: -0.02em;
}
.base-price span {
  font-size: 0.9rem;
  font-style: normal;
}
.tax {
  font-size: 0.75rem;
  color: #9ca3af;
}
/* ボディ（フォーム＋パネル） */
.estimate-body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 1100px;
  margin: 0 auto 10%;
}
.estimate-form {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.estimate-type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 6px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(222,191,141,0.18);
}
.estimate-type-tab {
  flex: 1 1 150px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(222,191,141,0.18);
  background: rgba(20,22,35,0.72);
  color: var(--estimate-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.estimate-type-tab:hover {
  border-color: rgba(222,191,141,0.42);
  color: var(--estimate-gold);
}
.estimate-type-tab.is-active {
  background: #141623;
  border-color: rgba(222,191,141,0.68);
  color: var(--estimate-gold);
}
.estimate-tab-intro {
  margin: 0 0 28px;
  padding: 14px 16px;
  border-left: 2px solid rgba(222,191,141,0.72);
  background: rgba(255,255,255,0.025);
  text-align: left;
}
.estimate-tab-intro strong {
  display: block;
  margin-bottom: 5px;
  color: var(--estimate-gold);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.estimate-tab-intro p {
  margin: 0;
  color: var(--estimate-muted);
  font-size: 0.78rem;
  line-height: 1.8;
}

/* フォームカード */
.estimate-pack {
  margin-bottom: 10%;

}
.estimate-block {
  border: none;
  padding: 18px;
  margin: 0 0 36px;
  padding-bottom: 36px;
  background-color: rgba(255,255,255,0.02);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.estimate-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.estimate-block__label {
  float: left;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  box-sizing: border-box;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(222,191,141,0.5);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--estimate-gold);
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0 0 30px;
}
.estimate-block__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}
.estimate-block__title::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: url(../image/icon-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9;
}
.estimate-block__label + * {
  clear: both;
}
.estimate-block__note {
  font-size: 0.78rem;
  color: var(--estimate-muted);
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: left;
}
.block-condition {
  display: inline-block;
  flex: 0 1 auto;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--estimate-subtle);
  letter-spacing: 0.04em;
  margin: 0;
}
.option-desc {
  display: block;
  font-size: 0.72rem;
  color: var(--estimate-muted);
  line-height: 1.6;
}
.option-desc-sub {
  display: block;
  font-size: 0.7rem;
  color: var(--estimate-subtle);
  line-height: 1.6;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.option-desc-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(222,191,141,0.16);
  border-radius: 50%;
  background: rgba(255,255,255,0.035);
  color: var(--estimate-gold);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.option-desc-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.option-desc-toggle[aria-expanded="true"] {
  background: rgba(222,191,141,0.08);
}
.option-desc-toggle[aria-expanded="true"]::before {
  top: 56%;
  transform: translate(-50%, -50%) rotate(225deg);
}
.option-desc-toggle:hover {
  background: rgba(222,191,141,0.1);
}
.option-desc-panel {
  display: grid;
  gap: 4px;
  margin: 10px 0;
  padding-top: 6px;
  text-align: left;
}
.option-desc-panel[hidden] {
  display: none;
}

/* その他カード */
.page-option--other {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-option--other .page-option__inner {
  cursor: pointer;
  display: block;
}
.page-option--other .page-option__inner input {
  display: none;
}
.page-option--other .page-option__inner input:checked + .option-text {
  border-color: rgba(222,191,141,0.58);
  background: var(--estimate-card-bg-hover);
}
.page-option--other .page-option__inner input:checked + .option-text strong {
  background: var(--estimate-heading-active);
  border-bottom-color: var(--estimate-line);
  color: var(--estimate-gold);
}
.other-textarea {
  width: 100%;
  background: rgba(12,13,21,0.72);
  border: 1px solid rgba(222,191,141,0.28);
  color: var(--estimate-text);
  font-size: 0.8rem;
  padding: 10px 12px;
  line-height: 1.7;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
}
.other-textarea:focus {
  border-color: rgba(222,191,141,0.62);
}
.lp-config {
  display: grid;
  gap: 18px;
  text-align: left;
}
.lp-config__group {
  min-width: 0;
}
.lp-mode-grid {
  grid-template-columns: repeat(3, 1fr);
}
.lp-stepper {
  display: grid;
  grid-template-columns: 42px minmax(86px, 120px) 42px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.lp-stepper button {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(222,191,141,0.38);
  background: rgba(255,255,255,0.035);
  color: var(--estimate-gold);
  cursor: pointer;
}
.lp-stepper button::before,
.lp-stepper button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.lp-stepper button:last-of-type::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lp-stepper input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(222,191,141,0.28);
  background: rgba(12,13,21,0.72);
  color: var(--estimate-gold);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
}
.lp-stepper span {
  color: var(--estimate-subtle);
  font-size: 0.74rem;
  line-height: 1.6;
}

/* 有料枠に入ったカード */
/* 追加オプション（アドオン）セクション */
.addon-group .estimate-block__label {
  color: var(--estimate-gold);
}
.addon-group .option-text {
  border-color: rgba(222,191,141,0.28);
}
.addon-group .page-option:hover .option-text {
  border-color: rgba(222,191,141,0.5);
}
.addon-group .page-option input:checked + .option-text {
  border-color: rgba(222,191,141,0.68);
  background: rgba(222,191,141,0.07);
}
.addon-group .page-option input:checked + .option-text strong {
  background: #141623;
  color: var(--estimate-gold);
}
.addon-group .option-text strong {
  color: var(--estimate-text);
}

/* グループラベル（更新機能セクション内） */
.option-group-label {
  grid-column: 1 / -1;
  font-size: 0.75rem;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.08em;
  padding: 4px 0 6px;
  border-bottom: 1px dotted rgba(255,255,255,0.1);
  margin-top: 8px;
}
.option-group-label:first-child {
  margin-top: 0;
}

/* 固定追加済みカード */
.page-option--fixed {
  cursor: default;
}
.page-option--fixed .option-text {
  border-color: rgba(222,191,141,0.5);
  background: rgba(222,191,141,0.055);
}
.page-option--fixed .option-text strong {
  background: #141623;
  color: var(--estimate-gold);
}
.option-included {
  font-size: 0.64rem;
  font-weight: 400;
  color: var(--estimate-gold);
  border: 1px solid rgba(222,191,141,0.5);
  padding: 1px 8px;
  margin-left: 6px;
  vertical-align: middle;
  letter-spacing: 0.06em;
  white-space: nowrap;
  display: inline-block;
}
.page-option--fixed .option-text strong {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

/* チェックボックス・グリッド */
.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 5px;
  width: 100%;
  min-width: 0;
}
.loading-effect-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.maintenance-grid {
  grid-template-columns: 1fr;
}
.page-option {
  cursor: pointer;
  display: block;
  text-align: left;
  min-width: 0;
}
.page-option input {
  display: none;
}
.option-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0px 16px;
  background: var(--estimate-card-bg);
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
  min-width: 0;
  height: auto;
  box-sizing: border-box;
}
.page-option:hover .option-text {
  border-color: rgba(222,191,141,0.42);
  background: var(--estimate-card-bg-hover);
}
.page-option input:checked + .option-text {
  border-color: rgba(222,191,141,0.66);
  background: var(--estimate-card-bg-hover);
}
.option-heading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  box-sizing: border-box;
  border: 1px solid rgba(222,191,141,0.52);
  border-radius: 3px;
  background: rgba(255,255,255,0.035);
  pointer-events: none;
}
.page-option input:checked + .option-text .option-heading::before,
.page-option--fixed .option-heading::before {
  border-color: rgba(222,191,141,0.78);
  background-color: rgba(222,191,141,0.12);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2018%2018%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M4.2%209.3%207.4%2012.3%2013.8%205.8%27%20fill%3D%27none%27%20stroke%3D%27%23debf8d%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  filter: drop-shadow(0 0 4px rgba(222,191,141,0.35));
}
.page-option input:checked + .option-text strong {
  background: var(--estimate-heading-active);
  color: var(--estimate-gold);
}
.option-text strong {
  font-size: 0.85rem;
  color: var(--estimate-text);
  font-weight: 600;
  background: var(--estimate-heading-bg);
  margin: 0 -16px;
  padding: 10px 16px;
  border-radius: 0;
  border-bottom: none;
  display: block;
}
.option-heading {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.option-heading__text {
  min-width: 0;
  overflow-wrap: anywhere;
}
.option-text small {
  font-size: 0.7rem;
  color: var(--estimate-subtle);
}
.badge {
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  color: var(--estimate-blue);
  border: 1px solid rgba(157,191,250,0.42);
  border-radius: 20px;
  padding: 2px 8px;
  width: fit-content;
}
.badge.standard {
  color: var(--estimate-gold);
  border-color: rgba(222,191,141,0.4);
}

/* トグル系 */
.toggle-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.toggle-line {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 10px;
  background: var(--estimate-card-bg);
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
  text-align: left;
}
.toggle-line:has(input:checked) {
  border-color: rgba(222,191,141,0.66);
  background: var(--estimate-card-bg-hover);
}
.toggle-line:has(input:checked) strong {
  color: var(--estimate-gold);
}
.toggle-line:hover {
  border-color: rgba(222,191,141,0.42);
  background: var(--estimate-card-bg-hover);
}
.toggle-line input[type="checkbox"],
.toggle-line input[type="radio"] {
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 1;
  width: 17px;
  height: 17px;
  accent-color: #debf8d;
}
.toggle-line span {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.toggle-line strong {
  display: block;
  font-size: 0.85rem;
  color: var(--estimate-text);
  font-weight: 600;
  background: var(--estimate-heading-bg);
  margin: 0;
  padding: 10px 16px 10px 46px;
  border-radius: 0;
}
.toggle-line small {
  display: block;
  font-size: 0.75rem;
  color: var(--estimate-subtle);
  padding: 0 16px 10px;
}
.toggle-line small:first-of-type {
  padding-top: 12px;
}

/* ドメイン・サーバー横並びグリッド */
.ds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
  transition: opacity 0.2s, filter 0.2s;
}
.estimate-block:has(#both-managed:checked) .ds-grid {
  opacity: 0.46;
  filter: grayscale(0.55);
}
.ds-col__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--estimate-muted);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
/* 当方管理チェック行 */
.radio-line--managed {
  margin-top: 4px;
  border-color: rgba(222,191,141,0.32);
}
.radio-line--managed:has(input:checked) {
  border-color: rgba(222,191,141,0.66);
  background: var(--estimate-card-bg-hover);
}
@media (max-width: 600px) {
  .ds-grid {
    grid-template-columns: 1fr;
  }
}

/* ラジオ */
.radio-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.radio-line {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 10px;
  background: var(--estimate-card-bg);
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.radio-line:has(input:checked) {
  border-color: rgba(222,191,141,0.66);
  background: var(--estimate-card-bg-hover);
}
.radio-line:has(input:checked) strong {
  color: var(--estimate-gold);
}
.radio-line:hover {
  border-color: rgba(222,191,141,0.42);
  background: var(--estimate-card-bg-hover);
}
.radio-line:has(input:disabled) {
  cursor: not-allowed;
  border-color: rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.018);
}
.radio-line:has(input:disabled):hover {
  border-color: rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.018);
}
.radio-line:has(input:disabled) strong,
.radio-line:has(input:disabled) small {
  color: rgba(176,184,204,0.52);
}
.radio-line input[type="radio"],
.radio-line input[type="checkbox"] {
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 1;
  width: 17px;
  height: 17px;
  accent-color: #debf8d;
}
.radio-line span {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
}
.radio-line strong {
  display: block;
  font-size: 0.85rem;
  color: var(--estimate-text);
  font-weight: 600;
  background: var(--estimate-heading-bg);
  margin: 0;
  padding: 10px 16px 10px 46px;
  border-radius: 0;
}
.radio-line small {
  display: block;
  font-size: 0.75rem;
  color: var(--estimate-subtle);
  padding: 0 16px 10px;
}
.radio-line small:first-of-type {
  padding-top: 12px;
}

/* 結果パネル */
.estimate-panel {
  flex: 0 0 280px;
  position: sticky;
  top: 80px;
  background: #141623;
  border: 1px solid rgba(222,191,141,0.25);
  border-radius: 20px;
  padding: 28px 24px;
}
.panel-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dotted rgba(222,191,141,0.2);
  text-align: center;
}
.panel-header > div {
  width: 100%;
}
.estimate-panel__close {
  display: none;
  position: absolute;
  top: -4px;
  right: 0;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(222,191,141,0.24);
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  cursor: pointer;
}
.estimate-panel__close::before,
.estimate-panel__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: var(--estimate-gold);
}
.estimate-panel__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.estimate-panel__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.panel-title {
  font-size: 1rem;
  font-weight: 700;
  color: #e8d5b0;
  letter-spacing: 0.06em;
}
.total-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.08);
}
.total-box span {
  font-size: 0.78rem;
  color: var(--estimate-muted);
}
.total-box strong {
  font-size: 1.4rem;
  color: var(--estimate-gold);
  font-style: italic;
  letter-spacing: -0.02em;
}
.total-box--monthly {
  margin-bottom: 12px;
}
.total-box--monthly strong {
  font-size: 1rem;
  color: #e7f0ff;
}

/* 内訳 */
.breakdown {
  margin: 4px 0 16px;
  padding: 0;
}
.breakdown div {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.05);
}
.breakdown div:last-child {
  border-bottom: none;
}
.breakdown dt {
  font-size: 0.74rem;
  color: var(--estimate-muted);
}
.breakdown dd {
  font-size: 0.74rem;
  color: #fff;
  margin: 0;
}

/* 期間限定ラベル（内訳の基本料金行につける） */
.breakdown-special {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #F5C154, #ED5742, #8C359C);
  color: #fff;
  padding: 1px 6px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

/* 選択内容テキストエリア */
.summary-block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted rgba(255,255,255,0.08);
}
.summary-block__label {
  font-size: 0.75rem;
  color: var(--estimate-muted);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-align: left;
}
#summary-text {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: var(--estimate-text);
  font-size: 0.74rem;
  padding: 10px 12px;
  line-height: 1.7;
  resize: none;
  outline: none;
  box-sizing: border-box;
}
.btn-copy {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 9px;
  font-size: 0.78rem;
  color: var(--estimate-muted);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.06em;
}
.btn-copy:hover {
  background: rgba(222,191,141,0.1);
  color: #fff;
}
.copy-status {
  font-size: 0.72rem;
  color: var(--estimate-gold);
  margin-top: 6px;
  min-height: 1em;
  text-align: center;
}

/* お問い合わせボタン */
.btn-contact {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 14px;
  color: var(--estimate-gold);
  border: 1px solid rgba(222,191,141,0.6);
  border-radius: 6px;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-contact:hover {
  background: rgba(222,191,141,0.1);
}
.estimate-disclaimer {
  font-size: 0.7rem;
  color: var(--estimate-subtle);
  line-height: 1.8;
  margin-top: 16px;
  text-align: left;
}
.estimate-mobile-bar {
  display: none;
}

/* SP */
@media (max-width: 900px) {
  .estimate-body {
    flex-direction: column;
  }
  .estimate-panel {
    position: static;
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  section.estimate {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }
  body.estimate-mobile-panel-open {
    overflow: hidden;
  }
  .estimate-intro {
    flex-direction: column;
  }
  .price-ticket {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
  .estimate-type-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .estimate-type-tab {
    min-height: 40px;
    font-size: 0.72rem;
  }
  .estimate-block__label {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .estimate-block__title {
    min-width: 0;
  }
  .block-condition {
    text-align: left;
  }
  .option-grid {
    grid-template-columns: 1fr;
  }
  .delivery-grid {
    grid-template-columns: 1fr;
  }
  .lp-mode-grid {
    grid-template-columns: 1fr;
  }
  .lp-stepper {
    grid-template-columns: 42px minmax(76px, 1fr) 42px;
  }
  .lp-stepper span {
    grid-column: 1 / -1;
  }
  .option-heading {
    align-items: flex-start;
  }
  .option-desc-toggle {
    margin-top: -2px;
  }
  .estimate-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    width: 100%;
    max-height: min(78vh, 720px);
    overflow-y: auto;
    padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 44px rgba(0,0,0,0.42);
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }
  .estimate-panel.is-mobile-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .estimate-panel__close {
    display: block;
  }
  .estimate-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: #141623;
    border-top: 1px solid rgba(222,191,141,0.35);
    box-shadow: 0 -10px 28px rgba(0,0,0,0.36);
  }
  .estimate-mobile-bar__total {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  .estimate-mobile-bar__total span {
    font-size: 0.66rem;
    color: var(--estimate-muted);
    line-height: 1.2;
  }
  .estimate-mobile-bar__total strong {
    min-width: 0;
    color: var(--estimate-gold);
    font-size: clamp(0.92rem, 4vw, 1.14rem);
    font-style: italic;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .estimate-mobile-bar__total:nth-child(2) strong {
    color: #e7f0ff;
    font-size: clamp(0.82rem, 3.4vw, 1rem);
  }
  #mobile-summary-toggle {
    min-width: 58px;
    padding: 9px 10px;
    border: 1px solid rgba(222,191,141,0.58);
    border-radius: 999px;
    background: rgba(222,191,141,0.08);
    color: var(--estimate-gold);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    cursor: pointer;
  }
}
