:root {
  --bg-1: #080a10;
  --bg-2: #101522;
  --bg-3: #160d13;
  --text: #fffaf5;
  --muted: rgba(255, 244, 235, 0.78);
  --soft: rgba(255, 250, 245, 0.88);
  --faint: rgba(255, 250, 245, 0.58);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.32);
  --accent: #ff8a56;
  --accent-2: #ffd3be;
  --accent-3: #d7f8ff;
  --deep-shadow: 0 30px 110px rgba(0, 0, 0, 0.48);
  --inner-glass: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --max: 1220px;
  --grid-shift-x: 0px;
  --grid-shift-y: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 156, 102, 0.24), transparent 28rem),
    radial-gradient(circle at 86% 10%, rgba(168, 218, 255, 0.14), transparent 25rem),
    radial-gradient(circle at 70% 78%, rgba(255, 207, 178, 0.12), transparent 28rem),
    linear-gradient(135deg, var(--bg-1), var(--bg-2) 44%, var(--bg-3));
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.055) 38%, transparent 44%),
    linear-gradient(245deg, transparent 0 58%, rgba(215, 248, 255, 0.045) 62%, transparent 70%);
  mix-blend-mode: screen;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
.background-orb, .pointer-glow, .grid-overlay { pointer-events: none; position: fixed; z-index: -2; }
.background-orb { border-radius: 999px; filter: blur(82px); opacity: 0.34; }
.orb-a { width: 34rem; height: 34rem; top: -9rem; right: -8rem; background: rgba(255, 141, 86, 0.54); animation: floatA 18s ease-in-out infinite; }
.orb-b { width: 27rem; height: 27rem; left: -10rem; top: 34rem; background: rgba(108, 184, 255, 0.24); animation: floatB 22s ease-in-out infinite; }
.orb-c { width: 20rem; height: 20rem; right: 12%; bottom: 8%; background: rgba(255, 218, 198, 0.16); animation: floatC 16s ease-in-out infinite; }
.grid-overlay {
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  background-position: calc(50% + var(--grid-shift-x)) calc(50% + var(--grid-shift-y));
  mask-image: radial-gradient(circle at 50% 28%, black 24%, transparent 92%);
}
.pointer-glow {
  width: 22rem;
  height: 22rem;
  left: 0;
  top: 0;
  opacity: 0.2;
  border-radius: 999px;
  filter: blur(48px);
  background: radial-gradient(circle, rgba(255, 180, 132, 0.68) 0%, rgba(255, 180, 132, 0.18) 36%, transparent 74%);
  transform: translate(-50%, -50%);
}
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 52px 0; }
.glass-panel, .package-card, .total-card, .note-card, .trust-card, .monthly-card, .detail-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 42%, rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.16), transparent 30%);
  border: 1px solid var(--line);
  box-shadow: var(--deep-shadow), var(--inner-glass);
  backdrop-filter: blur(32px) saturate(175%) brightness(1.05);
  -webkit-backdrop-filter: blur(32px) saturate(175%) brightness(1.05);
}
.glass-panel::before, .package-card::before, .total-card::before, .note-card::before, .trust-card::before, .monthly-card::before, .detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.28), transparent 22%, rgba(255, 255, 255, 0.06) 46%, transparent 68%),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 12px),
    radial-gradient(circle at top right, rgba(215, 248, 255, 0.2), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 138, 86, 0.16), transparent 34%);
  opacity: 0.9;
}
.glass-panel::after, .package-card::after, .total-card::after, .note-card::after, .trust-card::after, .monthly-card::after, .detail-card::after {
  content: "";
  position: absolute;
  right: -28%;
  bottom: -52%;
  width: 15rem;
  height: 15rem;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.08) 34%, transparent 70%);
  transform: rotate(18deg);
  opacity: 0.28;
}
.lift-panel { transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; will-change: transform; }
.lift-panel:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 36px 120px rgba(0, 0, 0, 0.58), var(--inner-glass); }
.topbar {
  min-height: 72px;
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 18px;
  z-index: 20;
}
.brand, .nav-links { display: flex; align-items: center; gap: 12px; }
.brand { min-width: 0; font-family: "Space Grotesk", Inter, sans-serif; font-weight: 700; letter-spacing: -0.035em; white-space: nowrap; }
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.08) 28%, rgba(255, 158, 107, 0.8) 58%, rgba(126, 219, 255, 0.44)),
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.92), transparent 24%);
  box-shadow: 0 0 34px rgba(255, 174, 128, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 12px;
  left: -10px;
  top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(-28deg);
}
.nav-links a {
  min-height: 44px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--soft);
  transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(255, 255, 255, 0.1); color: var(--text); transform: translateY(-1px); outline: none; }
.hero { padding-bottom: 12px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr); gap: 28px; align-items: stretch; padding: 76px 0 38px; }
.glass-stack { position: relative; padding: 18px 6px; }
.eyebrow, .mini-label, .card-badge, .card-time, .step-pill, .proposal-chip {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.075);
}
.mini-label { margin-bottom: 10px; }
.card-badge.accent { color: #2b130b; background: linear-gradient(135deg, var(--accent-2), #ff9862 54%, var(--accent)); border: none; }
h1, h2, h3 { font-family: "Space Grotesk", Inter, sans-serif; line-height: 1; letter-spacing: -0.055em; margin: 0; }
h1 { font-size: clamp(3rem, 7.7vw, 6.15rem); max-width: 860px; }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); }
h3 { font-size: 1.45rem; }
p { color: var(--muted); line-height: 1.68; }
.hero-text { max-width: 700px; font-size: clamp(1rem, 1.5vw, 1.14rem); margin: 22px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-points { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.hero-points li { display: flex; align-items: center; gap: 12px; color: var(--soft); }
.hero-points li::before { content: ""; width: 10px; height: 10px; border-radius: 999px; flex: 0 0 auto; background: linear-gradient(135deg, var(--accent), var(--accent-3)); box-shadow: 0 0 18px rgba(255, 138, 86, 0.52); }
.hero-summary { border-radius: var(--radius-xl); padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; }
.summary-copy { max-width: 30ch; }
.price-pair { display: grid; gap: 8px; margin: 18px 0 4px; }
.summary-price { font-size: clamp(3rem, 6vw, 4.8rem); line-height: 1; }
.community-note { color: var(--accent-2); font-weight: 800; }
.summary-lines { display: grid; gap: 12px; margin-top: 18px; }
.summary-lines div { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.summary-lines strong { color: var(--text); text-align: right; }
.button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  min-width: 148px;
  border-radius: 999px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 24%, transparent 50%); transform: translateX(-125%); transition: transform 0.52s ease; pointer-events: none; }
.button:hover::before, .button:focus-visible::before { transform: translateX(125%); }
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; }
.button:active { transform: translateY(0) scale(0.985); }
.button:disabled { cursor: not-allowed; opacity: 0.58; transform: none; }
.button.primary { color: #2c130b; background: linear-gradient(135deg, var(--accent-2), #ff9b66 44%, var(--accent)); box-shadow: 0 0 34px rgba(255, 138, 86, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.44); border: none; font-weight: 800; }
.button.secondary { background: rgba(255, 255, 255, 0.085); }
.button.tertiary { width: 100%; min-width: 0; background: rgba(255, 255, 255, 0.07); font-weight: 800; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.trust-card { border-radius: var(--radius-lg); padding: 22px; }
.trust-card h3 { margin-top: 24px; margin-bottom: 8px; }
.section-heading { max-width: 780px; margin-bottom: 24px; }
.section-heading.compact { max-width: 650px; }
.section-heading p:last-child { font-size: 1.03rem; }
.rate-toggle { border-radius: 24px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.toggle-title { color: var(--text); font-weight: 800; margin: 0 0 6px; }
.toggle-text { margin: 0; }
.switch { position: relative; min-width: 224px; min-height: 60px; padding: 8px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.09); color: var(--text); display: grid; grid-template-columns: 1fr 1fr; align-items: center; cursor: pointer; overflow: hidden; }
.switch-track { position: absolute; inset: 7px; border-radius: 999px; background: rgba(0, 0, 0, 0.18); }
.switch-thumb { position: absolute; left: 7px; top: 7px; width: calc(50% - 7px); height: calc(100% - 14px); border-radius: 999px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 170, 118, 0.96)); box-shadow: 0 0 22px rgba(255, 138, 86, 0.22); transition: transform 0.22s ease; }
.switch[aria-pressed="true"] .switch-thumb { transform: translateX(100%); }
.switch-label { position: relative; z-index: 1; font-weight: 800; text-align: center; }
.switch-label.on { color: rgba(43, 15, 9, 0.84); }
.switch[aria-pressed="false"] .switch-label.on { opacity: 0.45; color: var(--soft); }
.switch[aria-pressed="true"] .switch-label.off { opacity: 0.45; }
.package-grid { display: grid; gap: 18px; align-items: stretch; }
.five-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.package-card { border-radius: var(--radius-xl); padding: 22px; display: grid; align-content: start; gap: 14px; }
.featured-card { border-color: rgba(255, 214, 190, 0.42); box-shadow: 0 34px 124px rgba(74, 32, 14, 0.58), var(--inner-glass); }
.card-head { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; flex-wrap: wrap; }
.card-time { margin-bottom: 0; }
.price, .small-price, .money-inline, .estimate-total, .summary-price { font-family: "Space Grotesk", Inter, sans-serif; letter-spacing: -0.06em; color: var(--text); }
.price { font-size: clamp(2.3rem, 3.6vw, 2.8rem); line-height: 1; margin: 0; }
.small-price { font-size: 2rem; line-height: 1; margin: 0 0 8px; }
.card-copy { min-height: 124px; margin: 0; }
.package-card.active-plan { border-color: rgba(255, 217, 196, 0.5); box-shadow: 0 0 0 1px rgba(255, 226, 210, 0.28), 0 34px 128px rgba(76, 30, 10, 0.62), var(--inner-glass); }
.accordion-trigger { width: 100%; min-height: 46px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.075); color: var(--text); cursor: pointer; text-align: left; padding: 0 14px; }
.accordion-trigger:hover, .accordion-trigger:focus-visible { outline: none; border-color: var(--line-strong); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.22s ease, opacity 0.22s ease; opacity: 0.88; }
.accordion-panel.open { grid-template-rows: 1fr; opacity: 1; }
.accordion-panel > ul { overflow: hidden; padding-left: 18px; margin: 0; }
.accordion-panel li { color: var(--soft); line-height: 1.5; margin-top: 10px; }
.extras-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.detail-card { border-radius: var(--radius-lg); }
.detail-card summary { list-style: none; cursor: pointer; padding: 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: "Space Grotesk", Inter, sans-serif; font-size: 1.06rem; font-weight: 800; }
.detail-card summary::-webkit-details-marker { display: none; }
.detail-card summary strong { color: var(--accent-2); white-space: nowrap; }
.detail-list { margin: 0; padding: 0 22px 22px 40px; color: var(--soft); display: grid; gap: 10px; }
.monthly-grid, .bottom-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.monthly-card, .note-card { border-radius: var(--radius-lg); padding: 24px; }
.highlight-soft { border-color: rgba(255, 216, 195, 0.35); }
.estimate-panel { border-radius: var(--radius-xl); padding: clamp(22px, 4vw, 36px); }
.estimate-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: 22px; align-items: start; margin-top: 26px; }
.estimate-controls { display: grid; gap: 18px; }
.field-grid { display: grid; gap: 16px; }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field-block { display: grid; gap: 8px; min-width: 0; }
label, legend { color: var(--soft); font-weight: 800; }
input, select, textarea { width: 100%; min-height: 52px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(5, 8, 14, 0.34); color: var(--text); padding: 13px 14px; outline: none; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
textarea { resize: vertical; min-height: 132px; }
input:focus, select:focus, textarea:focus { border-color: rgba(255, 222, 205, 0.46); box-shadow: 0 0 0 4px rgba(255, 138, 86, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12); }
select option { color: #15100f; background: #fffaf5; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
fieldset { min-width: 0; margin: 0; padding: 18px; border-radius: 22px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.045); }
.fieldset-help { margin: 8px 0 14px; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.check-row { min-width: 0; min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.055); color: var(--muted); line-height: 1.35; }
.check-row input { width: 18px; min-height: 18px; flex: 0 0 auto; accent-color: var(--accent); }
.money-inline { margin-left: auto; color: var(--accent-2); white-space: nowrap; font-weight: 800; }
.total-card { border-radius: var(--radius-xl); padding: 26px; position: sticky; top: 108px; }
.estimate-total { display: block; font-size: clamp(3.2rem, 7vw, 5rem); line-height: 1; margin-bottom: 10px; }
.proposal-chip { margin-bottom: 4px; text-transform: none; letter-spacing: 0.02em; color: var(--accent-2); }
.discount-status, #depositText { margin: 8px 0; }
.estimate-breakdown { display: grid; gap: 10px; margin: 20px 0; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.breakdown-line { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); }
.breakdown-line span { min-width: 0; overflow-wrap: anywhere; }
.breakdown-line strong { color: var(--text); white-space: nowrap; }
.summary-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.summary-actions .button { flex: 1 1 180px; }
.helper-text { font-size: 0.94rem; color: var(--faint); }
.simple-list { margin: 16px 0 0; padding-left: 20px; color: var(--soft); display: grid; gap: 10px; line-height: 1.5; }
.footer { padding: 34px 0 48px; text-align: center; color: var(--muted); }
@keyframes floatA { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(-1.2rem, 1rem, 0); } }
@keyframes floatB { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(1.1rem, -0.9rem, 0); } }
@keyframes floatC { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(-0.8rem, -1.2rem, 0); } }
@media (max-width: 1120px) { .five-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .featured-card { grid-row: span 1; } .card-copy { min-height: auto; } }
@media (max-width: 920px) { .hero-grid, .estimate-grid { grid-template-columns: 1fr; } .hero-grid { padding-top: 48px; } .total-card { position: relative; top: auto; } .trust-strip, .extras-grid, .monthly-grid, .bottom-notes { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .section { padding: 38px 0; }
  .topbar { border-radius: 26px; align-items: stretch; flex-direction: column; padding: 14px; top: 10px; }
  .brand { justify-content: center; }
  .nav-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .nav-links a { min-width: 0; padding: 10px 8px; font-size: 0.92rem; }
  .hero-grid { padding-top: 36px; gap: 20px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.8rem); }
  .hero-actions .button { width: 100%; }
  .rate-toggle { flex-direction: column; align-items: stretch; }
  .switch { width: 100%; min-width: 0; }
  .five-grid, .two-col, .check-grid { grid-template-columns: 1fr; }
  .package-card, .estimate-panel, .total-card, .hero-summary { border-radius: 26px; }
  .summary-lines div, .breakdown-line { align-items: flex-start; }
  .summary-actions { flex-direction: column; }
  .summary-actions .button { width: 100%; flex-basis: auto; }
}
@media (max-width: 420px) { .shell { width: min(100% - 22px, var(--max)); } .brand span:last-child { overflow: hidden; text-overflow: ellipsis; } .estimate-total { font-size: 3rem; } .detail-card summary { flex-direction: column; align-items: flex-start; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }