:root {
  --bg: #080e2d;
  --bg-deep: #070b1e;
  --surface-dark: #10162f;
  --surface: #f5f6f8;
  --surface-soft: #e9ebef;
  --ink: #11131a;
  --text: #f1f3f9;
  --muted: #abb0c2;
  --muted-dark: #7d8293;
  --cyan: #12d9ee;
  --blue: #405ff2;
  --lavender: #aeb7ff;
  --line: rgba(255, 255, 255, 0.09);
  --display: "DM Sans", "Noto Sans SC", sans-serif;
  --body: "Noto Sans SC", sans-serif;
  --radius-lg: 20px;
  --radius-md: 13px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background-color: var(--bg);
  font-family: var(--body);
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(23, 36, 104, 0.14), transparent 42%);
}
.texture-tokyo {
  background-image:
    linear-gradient(rgba(240,236,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240,236,255,0.022) 1px, transparent 1px);
  background-size: 48px 48px;
}
.ambient { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .7; will-change: transform; }
.orb-a { width: 420px; height: 420px; left: -220px; top: 18%; background: radial-gradient(circle, rgba(64,95,242,.18), transparent 68%); animation: float-a 13s ease-in-out infinite alternate; }
.orb-b { width: 520px; height: 520px; right: -280px; top: -100px; background: radial-gradient(circle, rgba(18,217,238,.1), transparent 68%); animation: float-b 17s ease-in-out infinite alternate; }
.orb-c { width: 300px; height: 300px; left: 48%; bottom: -170px; background: radial-gradient(circle, rgba(174,183,255,.12), transparent 70%); animation: float-a 15s ease-in-out -4s infinite alternate-reverse; }
.grid-glow { position: absolute; width: 1px; height: 1px; left: 54%; top: 18%; box-shadow: 0 0 140px 72px rgba(42,79,220,.13); animation: pulse 6s ease-in-out infinite; }
@keyframes float-a { to { transform: translate3d(80px, -55px, 0) scale(1.08); } }
@keyframes float-b { to { transform: translate3d(-100px, 100px, 0) scale(.9); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(1.35); } }

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { display: block; width: 1em; height: 1em; fill: currentColor; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; letter-spacing: -.03em; }
.brand svg { width: 30px; height: 30px; color: var(--cyan); }
.header-contact { padding: 10px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #dce2ff; font-size: 13px; transition: border-color .25s, background .25s; }
.header-contact:hover { border-color: var(--cyan); background: rgba(18,217,238,.08); }

.hero-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 40px auto 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .98fr);
  gap: clamp(56px, 8vw, 110px);
  align-items: start;
}
.hero-copy { padding-top: 26px; }
.eyebrow { margin: 0 0 16px; color: var(--cyan); font: 700 11px/1 var(--display); letter-spacing: .22em; }
h1 { margin: 0; font-family: var(--display); letter-spacing: -.055em; line-height: .97; }
.domain-name { display: block; max-width: 100%; font-size: clamp(2.8rem, 5.2vw, 4.4rem); overflow-wrap: anywhere; }
.sale-line { display: block; color: var(--lavender); font-size: clamp(2.8rem, 4.6vw, 4.2rem); }
.hero-intro { max-width: 500px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.08rem); }
.benefit-list { list-style: none; padding: 0; margin: 34px 0 42px; display: grid; gap: 15px; color: #c7cada; font-size: 15px; }
.benefit-list li { display: flex; align-items: center; gap: 12px; }
.benefit-list svg { flex: 0 0 auto; width: 19px; height: 19px; color: var(--cyan); }
.broker-card { max-width: 500px; padding: 18px 20px; display: flex; align-items: center; gap: 16px; background: rgba(17, 23, 48, .88); border: 1px solid rgba(255,255,255,.035); border-radius: 12px; box-shadow: 0 16px 50px rgba(0,0,0,.12); }
.broker-avatar { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--lavender); background: radial-gradient(circle at 35% 30%, #42dceb, #14276e 58%, #090e2e); box-shadow: inset 0 0 0 4px #0e1635; }
.broker-avatar span { font: 700 13px/1 var(--display); }
.broker-info { min-width: 0; }
.broker-info > strong, .broker-info > span { display: block; }
.broker-info > strong { font-size: 15px; }
.broker-info > span { color: var(--muted); font-size: 12px; }
.broker-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 7px; }
.broker-links a { display: inline-flex; align-items: center; gap: 5px; color: var(--cyan); font: 500 11px/1 var(--display); }

.deal-panel { position: relative; padding: 28px; color: var(--ink); background: var(--surface); border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.deal-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.65), transparent 26%); }
.panel-heading { position: relative; display: flex; justify-content: space-between; align-items: flex-start; min-height: 44px; }
.panel-kicker { display: block; color: #8d91a1; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.panel-heading h2 { margin: 4px 0 0; color: #252936; font: 700 15px/1.1 var(--display); overflow-wrap: anywhere; }
.status-dots { display: flex; gap: 5px; margin-top: 6px; }
.status-dots i { width: 7px; height: 7px; border-radius: 50%; background: #9ef0f4; }
.status-dots i:nth-child(2) { background: #5de9ef; }
.status-dots i:nth-child(3) { background: var(--cyan); }

.purchase-options { position: relative; display: grid; gap: 14px; margin: 0; padding: 0; border: 0; }
.purchase-option { min-height: 82px; padding: 13px 14px; display: grid; grid-template-columns: 22px 1fr auto; gap: 12px; align-items: center; border: 1px solid #d5d7dc; border-radius: 12px; cursor: pointer; transition: border-color .22s, background .22s, transform .22s, box-shadow .22s; }
.purchase-option:hover { transform: translateY(-1px); border-color: #aab1c8; }
.purchase-option.is-selected { border-color: var(--blue); background: #eef1ff; box-shadow: 0 0 0 2px rgba(64,95,242,.08); }
.purchase-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-ui { width: 18px; height: 18px; border: 2px solid #626878; border-radius: 50%; display: grid; place-items: center; }
.radio-ui::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); transform: scale(0); transition: transform .2s; }
.purchase-option input:checked + .radio-ui { border-color: var(--blue); }
.purchase-option input:checked + .radio-ui::after { transform: scale(1); }
.option-copy, .price { min-width: 0; }
.option-copy strong, .option-copy small, .price b, .price small { display: block; }
.option-copy strong { font-size: 15px; }
.option-copy strong em { font-style: normal; font-family: var(--display); }
.option-copy small { color: #9397a5; font-size: 10px; }
.price { text-align: right; }
.price b { white-space: nowrap; font: 700 26px/1 var(--display); letter-spacing: -.035em; }
.price b em { color: #9498a6; font: 500 11px/1 var(--body); font-style: normal; }
.price small { margin-top: 5px; color: #8c91a1; font-size: 9px; }
.purchase-option:first-of-type .price small { color: #0ba7b6; font-weight: 700; }
.form-divider { height: 1px; margin: 27px 0 20px; background: #dedfe3; }
.form-caption { margin: 0 0 13px; color: #8d91a1; font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.form-caption span { font-family: var(--display); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { position: relative; display: flex; flex-direction: column; gap: 6px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: #2c303a; font-size: 11px; font-weight: 700; }
.field label span { font-family: var(--display); }
.field input, .field textarea { width: 100%; border: 1px solid #d2d4d9; border-radius: 10px; outline: none; background: #e8e9ed; color: #242833; font-size: 12px; transition: border-color .2s, box-shadow .2s, background .2s; }
.field input { height: 42px; padding: 0 13px; }
.field textarea { min-height: 74px; padding: 11px 13px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); background: #f0f1f5; box-shadow: 0 0 0 3px rgba(64,95,242,.1); }
.field input.error, .field textarea.error { border-color: #d84755; }
label.error { order: 3; color: #bd3341; font-size: 10px; font-weight: 500; }
.submit-button { position: relative; width: 100%; height: 58px; margin-top: 26px; border: 0; border-radius: 10px; display: flex; justify-content: center; align-items: center; gap: 12px; color: #f8f9ff; background: linear-gradient(135deg, #4966f6, #3454e9); box-shadow: 0 12px 22px rgba(51,83,233,.24); font-weight: 700; cursor: pointer; transition: filter .2s, transform .2s; }
.submit-button:hover { filter: brightness(1.07); transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: .75; }
.submit-button svg { width: 19px; height: 19px; }
.secure-note { margin: 19px 0 0; display: flex; justify-content: center; align-items: center; gap: 6px; color: #a2a5b0; font-size: 9px; }
.secure-note svg { width: 11px; height: 11px; }
.form-success { margin-top: 12px; padding: 9px; border-radius: 8px; color: #087d62; background: #daf6ec; text-align: center; font-size: 12px; }
.form-success.is-error { color: #a72937; background: #f8dde1; }

.trust-section { width: min(1120px, calc(100% - 40px)); margin: 0 auto 78px; padding-top: 38px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.trust-card { min-height: 166px; padding: 24px; border-radius: 12px; background: rgba(14, 21, 49, .78); border: 1px solid rgba(255,255,255,.025); transition: transform .25s, border-color .25s; }
.trust-card:hover { transform: translateY(-4px); border-color: rgba(174,183,255,.14); }
.trust-card-featured { background: linear-gradient(145deg, rgba(21,34,77,.95), rgba(10,17,44,.86)); transform: translateY(-8px); }
.trust-card-featured:hover { transform: translateY(-12px); }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--lavender); background: rgba(174,183,255,.12); }
.trust-card-featured .trust-icon { color: var(--cyan); background: rgba(18,217,238,.12); }
.trust-icon svg { width: 18px; height: 18px; }
.trust-card h3 { margin: 17px 0 7px; font-size: 14px; }
.trust-card p { margin: 0; color: var(--muted); font-size: 12px; }

.site-footer { padding: 28px 20px; color: #888d9e; background: #080d18; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer > div { width: min(1120px, 100%); margin: 0 auto; display: flex; align-items: center; gap: 18px; font-size: 12px; }
.site-footer strong { padding-right: 18px; color: #c8cbd7; border-right: 1px solid rgba(255,255,255,.09); white-space: nowrap; }

@media (max-width: 960px) {
  .hero-shell { grid-template-columns: 1fr; gap: 56px; margin-top: 20px; }
  .hero-copy { padding-top: 0; text-align: center; }
  .hero-intro, .broker-card { margin-left: auto; margin-right: auto; }
  .benefit-list { width: fit-content; margin-left: auto; margin-right: auto; text-align: left; }
  .deal-panel { width: min(600px, 100%); margin: 0 auto; }
}
@media (max-width: 700px) {
  .site-header { width: min(100% - 28px, 1120px); padding: 20px 0; }
  .brand { font-size: 18px; }
  .brand svg { width: 25px; height: 25px; }
  .header-contact { display: none; }
  .hero-shell { width: min(100% - 28px, 1120px); margin-bottom: 68px; }
  .hero-intro { font-size: 14px; }
  .benefit-list { font-size: 13px; }
  .broker-card { align-items: flex-start; text-align: left; }
  .deal-panel { padding: 20px 15px; border-radius: 16px; }
  .purchase-option { grid-template-columns: 20px minmax(0, 1fr); gap: 10px; padding: 13px 12px; }
  .price { grid-column: 2; text-align: left; padding-top: 2px; }
  .price b { font-size: 21px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .trust-section { width: min(100% - 28px, 1120px); grid-template-columns: 1fr; gap: 14px; }
  .trust-card, .trust-card-featured { min-height: auto; transform: none; }
  .trust-card-featured:hover { transform: translateY(-4px); }
  .site-footer > div { flex-direction: column; align-items: flex-start; gap: 8px; }
  .site-footer strong { padding-right: 0; border: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
