@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

:root {
  --bg: #f4f6f8;
  --paper: #ffffff;
  --ink: #191f28;
  --sub: #4e5968;
  --muted: #8b95a1;
  --line: #e5e8eb;
  --soft: #f8fafc;
  --blue: #2563eb;
  --blue-soft: #eff6ff;
  --pink: #2563eb;
  --pink-soft: #eff6ff;
  --green: #059669;
  --green-soft: #ecfdf5;
  --shadow: 0 10px 28px rgba(25, 31, 40, .06);
}

/* ALGO LIVE: shared listing, home preview, and quote-detail surfaces */
.algo-live-home { margin: 0 0 14px; padding: 22px; border: 1px solid #dbeafe; border-radius: 24px; background: linear-gradient(135deg, #f8fbff 0%, #fff 54%); box-shadow: var(--shadow); }
.algo-live-home-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.algo-live-home .eyebrow { display: flex; align-items: center; gap: 7px; }
.algo-live-home h2 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.algo-live-home-head p:not(.eyebrow) { margin: 7px 0 0; color: var(--muted); font-size: 13px; font-weight: 750; line-height: 1.5; }
.algo-live-home-head > a { flex: none; min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border-radius: 12px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; }
.live-home-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; overflow-x: auto; }
.live-home-cards .live-quote-card { min-width: 0; }
.live-page { padding: 22px; }
.live-page-intro { padding: 26px; border-radius: 24px; background: linear-gradient(135deg, #eaf3ff, #fff 72%); border: 1px solid #dbeafe; }
.live-page-intro .eyebrow { display: flex; align-items: center; gap: 7px; margin: 0 0 10px; color: var(--blue); font-weight: 950; }
.live-page-intro h1 { margin: 0; font-size: 30px; letter-spacing: -.05em; }
.live-page-intro p:not(.eyebrow) { margin: 10px 0 0; color: var(--sub); font-size: 15px; line-height: 1.6; font-weight: 700; }
.live-filter-panel { display: grid; grid-template-columns: 1.3fr 1fr 1.15fr 1fr; gap: 12px; margin: 16px 0; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.live-filter-group { display: grid; gap: 8px; }
.live-filter-group > span { color: var(--sub); font-size: 12px; font-weight: 900; }
.live-filter-group > div { display: flex; flex-wrap: wrap; gap: 5px; }
.live-filter-group button { min-height: 31px; padding: 0 9px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--sub); font-size: 11px; font-weight: 850; }
.live-filter-group button.active { border-color: #bfdbfe; background: var(--blue-soft); color: var(--blue); }
.live-list-head { display: flex; justify-content: space-between; align-items: center; margin: 20px 0 10px; }
.live-list-head strong { font-size: 16px; }
.live-list-head span { color: var(--muted); font-size: 12px; font-weight: 700; }
.live-quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.live-quote-card { display: flex; flex-direction: column; min-width: 290px; padding: 18px; border: 1px solid #dbe4ef; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(25,31,40,.05); }
.live-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 850; }
.live-status { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 11px; font-weight: 950; letter-spacing: .04em; }
.live-quote-card h3 { margin: 15px 0 5px; font-size: 20px; letter-spacing: -.04em; }
.live-carrier { margin: 0; color: var(--sub); font-size: 13px; font-weight: 800; }
.live-carrier b { margin: 0 5px; color: #cbd5e1; }
.live-price { display: grid; gap: 3px; margin: 19px 0 15px; }
.live-price span, .live-time > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.live-price strong { color: var(--blue); font-size: 25px; letter-spacing: -.055em; }
.live-card-details { display: grid; gap: 8px; margin: 0; padding: 13px 0; border-top: 1px solid #eef2f6; border-bottom: 1px solid #eef2f6; }
.live-card-details div { display: flex; justify-content: space-between; gap: 12px; }
.live-card-details dt { color: var(--muted); font-size: 11px; font-weight: 750; }
.live-card-details dd { margin: 0; color: var(--sub); font-size: 11px; font-weight: 850; text-align: right; }
.live-time { display: grid; gap: 4px; margin: 15px 0; }
.live-time strong { color: #1e3a8a; font-size: 23px; letter-spacing: .08em; line-height: 1; font-variant-numeric: tabular-nums; }
.live-time small { color: var(--muted); font-size: 11px; font-weight: 750; }
.live-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: auto; }
.live-card-actions .btn { min-height: 41px; padding: 0 8px; justify-content: center; font-size: 12px; }
.live-quote-card.is-expired { opacity: .68; }
.live-quote-card.is-expired .live-status, .live-quote-card.is-expired .live-price strong, .live-quote-card.is-expired .live-time strong { color: var(--muted); }
.live-quote-card.is-expired .live-status i { background: var(--muted); box-shadow: none; }
.live-empty { margin: 0; padding: 38px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; font-size: 14px; font-weight: 800; }
.live-disclaimer { margin: 18px 0 0; padding: 15px 16px; border-radius: 16px; background: #f1f5f9; color: #64748b; font-size: 12px; line-height: 1.65; font-weight: 700; }
.live-detail-page { padding-top: 26px; }
.live-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; padding: 28px; border: 1px solid #dbeafe; border-radius: 24px; background: linear-gradient(135deg, #eff6ff, #fff 74%); }
.live-detail-product { display: flex; align-items: center; gap: 18px; min-width: 0; }
.live-detail-image { display: grid; flex: 0 0 88px; width: 88px; height: 108px; place-items: center; overflow: hidden; border: 1px solid #dbeafe; border-radius: 18px; background: #fff; }
.live-detail-image img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.live-detail-image .live-device-fallback { width: 46px; height: 72px; }
.live-detail-hero h1 { margin: 14px 0 6px; font-size: 32px; letter-spacing: -.06em; }
.live-detail-hero p { margin: 0; color: var(--sub); font-size: 15px; font-weight: 850; }
.live-detail-hero p b { margin: 0 7px; color: #cbd5e1; }
.live-detail-hero small { display: block; margin-top: 14px; color: var(--muted); font-size: 12px; font-weight: 750; }
.live-detail-clock { display: grid; align-content: center; gap: 7px; padding: 18px; border: 1px solid #bfdbfe; border-radius: 18px; background: #fff; }
.live-detail-clock span { color: var(--sub); font-size: 12px; font-weight: 850; }
.live-detail-clock strong { color: var(--blue); font-size: 25px; letter-spacing: .06em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.live-detail-clock small { margin: 0; font-size: 11px; }
.live-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.live-detail-grid article, .live-detail-summary, .live-share-box { border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.live-detail-grid article { padding: 20px; }
.live-detail-grid h2 { margin: 0 0 14px; font-size: 17px; }
.live-detail-grid dl { display: grid; gap: 0; margin: 0; }
.live-detail-grid dl div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-top: 1px solid #f1f5f9; }
.live-detail-grid dt { color: var(--muted); font-size: 13px; font-weight: 750; }
.live-detail-grid dd { margin: 0; color: var(--ink); font-size: 13px; font-weight: 850; text-align: right; }
.live-detail-grid .highlight dd { color: var(--blue); font-size: 17px; }
.quote-section-label { margin: 0 0 7px; color: #ef4444; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.quote-issue-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.quote-issue-bar > div { min-width: 0; padding: 15px 17px; background: #fff; }
.quote-issue-bar span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 800; }
.quote-issue-bar strong { display: block; overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.quote-partner-banner { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 14px; align-items: center; margin-top: 14px; padding: 16px 18px; border: 1px solid #dbeafe; border-radius: 20px; background: linear-gradient(115deg, #f8fbff, #eef6ff); }
.quote-partner-mark { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 17px; background: #2563eb; color: #fff; font-size: 13px; font-weight: 950; letter-spacing: -.04em; }
.quote-partner-banner span { display: block; margin-bottom: 3px; color: #2563eb; font-size: 11px; font-weight: 900; }
.quote-partner-banner h2 { margin: 0; color: var(--ink); font-size: 18px; letter-spacing: -.04em; }
.quote-partner-banner p { margin: 4px 0 0; color: var(--sub); font-size: 12px; font-weight: 700; line-height: 1.5; }
.quote-partner-banner p strong { color: var(--ink); }
.quote-partner-banner > b { padding: 7px 9px; border: 1px solid #bfdbfe; border-radius: 999px; background: #fff; color: #2563eb; font-size: 11px; font-weight: 900; white-space: nowrap; }
.quote-calculation { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; align-items: center; margin-top: 14px; padding: 23px; border: 1px solid #bfdbfe; border-radius: 20px; background: linear-gradient(135deg, #eff6ff, #fff); }
.quote-calculation h2, .quote-process h2 { margin: 0; font-size: 19px; letter-spacing: -.04em; }
.quote-calculation > div > p:not(.quote-section-label), .quote-process-heading > p:not(.quote-section-label) { margin: 7px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.55; }
.quote-calculation-values { display: grid; grid-template-columns: 1fr auto 1fr auto 1.2fr; gap: 10px; align-items: center; }
.quote-calculation-values > div { padding: 14px; border: 1px solid #dbeafe; border-radius: 15px; background: #fff; }
.quote-calculation-values > b { color: #93c5fd; font-size: 19px; }
.quote-calculation-values span, .quote-calculation-values small { display: block; color: var(--muted); font-size: 11px; font-weight: 800; }
.quote-calculation-values strong { display: block; margin-top: 5px; color: var(--ink); font-size: 16px; letter-spacing: -.04em; }
.quote-calculation-values .total { border-color: #2563eb; background: #2563eb; }
.quote-calculation-values .total span, .quote-calculation-values .total strong { color: #fff; }
.quote-process { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: center; margin-top: 14px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.quote-process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.quote-process li { display: flex; gap: 10px; min-width: 0; padding: 13px; border-radius: 15px; background: #f8fafc; }
.quote-process li > span { display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border-radius: 9px; background: #fee2e2; color: #dc2626; font-size: 11px; font-weight: 900; }
.quote-process li strong { display: block; color: var(--ink); font-size: 13px; }
.quote-process li p { margin: 4px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.45; }
.live-detail-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 14px; overflow: hidden; background: var(--line); }
.live-detail-summary > div { padding: 19px; background: #fff; }
.live-detail-summary span, .live-detail-summary small { display: block; color: var(--muted); font-size: 12px; font-weight: 750; }
.live-detail-summary strong { display: block; margin: 7px 0 4px; color: var(--blue); font-size: 21px; letter-spacing: -.04em; }
.live-share-box { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 10px; margin-top: 14px; padding: 15px; }
.live-share-box span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; }
.live-share-box strong { display: block; overflow: hidden; margin-top: 4px; color: var(--sub); font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.live-share-box .btn { min-height: 40px; font-size: 12px; }
.live-expired-page { margin: 50px auto; padding: 42px 24px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.live-expired-page h1 { margin: 14px 0 10px; font-size: 27px; letter-spacing: -.05em; }
.live-expired-page p { margin: 0; color: var(--sub); line-height: 1.65; font-size: 14px; font-weight: 700; }
.live-expired-page > div { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.live-expired-page .btn { min-height: 45px; font-size: 13px; }

@media (max-width: 860px) {
  .live-filter-panel { grid-template-columns: 1fr 1fr; }
  .live-quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .live-home-cards { grid-template-columns: repeat(3, minmax(280px, 1fr)); }
}
@media (max-width: 560px) {
  .live-page { padding: 12px; }
  .algo-live-home { padding: 16px; border-radius: 20px; }
  .algo-live-home-head { display: grid; gap: 12px; }
  .algo-live-home-head > a { width: fit-content; }
  .algo-live-home h2 { font-size: 21px; }
  .live-page-intro { padding: 20px 18px; border-radius: 20px; }
  .live-page-intro h1 { font-size: 24px; }
  .live-page-intro p:not(.eyebrow) { font-size: 13px; }
  .live-filter-panel { grid-template-columns: 1fr; gap: 12px; padding: 14px; border-radius: 18px; }
  .live-filter-group > div { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .live-filter-group button { flex: none; }
  .live-list-head { align-items: flex-start; gap: 5px; flex-direction: column; margin: 16px 0 10px; }
  .live-quote-grid { grid-template-columns: 1fr; }
  .live-quote-card { min-width: 0; padding: 16px; }
  .live-detail-hero { grid-template-columns: 1fr; padding: 20px; border-radius: 20px; }
  .live-detail-product { align-items: flex-start; }
  .live-detail-image { flex-basis: 70px; width: 70px; height: 90px; border-radius: 15px; }
  .live-detail-hero h1 { font-size: 27px; }
  .live-detail-clock { padding: 15px; }
  .live-detail-grid, .live-detail-summary { grid-template-columns: 1fr; }
  .quote-issue-bar, .quote-calculation, .quote-process { grid-template-columns: 1fr; }
  .quote-partner-banner { grid-template-columns: 48px minmax(0, 1fr); gap: 11px; padding: 15px; }
  .quote-partner-mark { width: 48px; height: 48px; border-radius: 15px; font-size: 11px; }
  .quote-partner-banner h2 { font-size: 16px; }
  .quote-partner-banner > b { grid-column: 2; justify-self: start; }
  .quote-issue-bar > div { padding: 13px 15px; }
  .quote-calculation, .quote-process { gap: 16px; padding: 18px; }
  .quote-calculation-values { grid-template-columns: 1fr; gap: 7px; }
  .quote-calculation-values > b { display: none; }
  .quote-process ol { grid-template-columns: 1fr; gap: 8px; }
  .live-detail-grid article { padding: 17px; }
  .live-share-box { grid-template-columns: 1fr 1fr; }
  .live-share-box > div { grid-column: 1 / -1; }
  .live-expired-page { margin: 22px 0; padding: 34px 18px; }
  .live-expired-page h1 { font-size: 23px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  padding-bottom: 84px;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  min-height: 100vh;
  background: #f7f8fa;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(229, 232, 235, .9);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 10px;
  color: var(--sub);
  font-size: 13px;
  font-weight: 900;
}

.top-link.active {
  background: var(--blue-soft);
  color: var(--blue);
}

.live-nav-link { gap: 5px; }
.live-nav-link i,
.eyebrow > i,
.live-service-link i,
.live-status i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.icon-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f2f4f7;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2f6;
  color: var(--sub);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.pill.blue { background: var(--blue-soft); color: var(--blue); }
.pill.pink { background: var(--pink-soft); color: var(--pink); }
.pill.green { background: var(--green-soft); color: var(--green); }
.pill.dark { background: var(--ink); color: #fff; }

.hero {
  padding: 30px 22px 18px;
}

.hero-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 26px;
  align-items: center;
  min-height: 300px;
  padding: 34px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 18%, rgba(125, 211, 252, .32), transparent 30%),
    linear-gradient(135deg, #101828 0%, #1d4ed8 58%, #0891b2 100%);
  box-shadow: 0 18px 45px rgba(37, 99, 235, .18);
}

.eyebrow {
  margin: 0 0 10px;
  color: #bfdbfe;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero p {
  margin: 18px 0 0;
  max-width: 610px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.flow-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px rgba(255, 255, 255, .18);
}

.flow-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
}

.flow-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.flow-arrow {
  height: 22px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .72);
  font-weight: 950;
}

.section {
  padding: 20px 22px 34px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
}

.section-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.timing-link {
  border-color: rgba(239, 68, 68, .26);
  background: #fff1f2;
  color: #be123c;
}

.section-head h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: 0;
}

.section-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.filters {
  position: sticky;
  top: 64px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px 180px;
  gap: 8px;
  padding: 10px 0 14px;
  background: #f7f8fa;
}

.field {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
  font-weight: 800;
}

.tabs {
  display: flex;
  gap: 7px;
  overflow: auto;
  padding-bottom: 14px;
}

.tab {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--sub);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.tab.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.product-list {
  display: grid;
  gap: 12px;
}

.deal-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 210px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.device-box {
  min-height: 112px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9fafb, #eef2f6);
}

.device-box img {
  max-width: 78px;
  max-height: 104px;
  object-fit: contain;
}

.device-fallback {
  width: 68px;
  height: 112px;
  border: 7px solid #222b3a;
  border-radius: 20px;
  background: linear-gradient(145deg, #f8fafc, #dbeafe 48%, #dcfce7);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .86), 0 12px 22px rgba(25, 31, 40, .14);
}

.deal-main h3 {
  margin: 8px 0 5px;
  font-size: 19px;
  line-height: 1.25;
}

.deal-main p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 750;
}

.deal-price {
  display: grid;
  gap: 8px;
}

.price-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.price-big {
  color: var(--pink);
  font-size: 27px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.mini-box {
  padding: 8px;
  border-radius: 12px;
  background: var(--soft);
}

.mini-box span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
}

.mini-box b {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 0;
  border-radius: 15px;
  background: var(--ink);
  color: #fff;
  font-weight: 950;
}

.btn.compact {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 12px;
  font-size: 12px;
}

.btn.primary {
  background: var(--pink);
  box-shadow: 0 10px 20px rgba(225, 29, 72, .18);
}

.official-star {
  flex: none;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: #2563eb;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  text-align: center;
}

.btn.light {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.platform-main {
  padding: 14px 18px 22px;
}

.platform-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
}

.compact-hero {
  grid-template-columns: minmax(0, 1fr);
}

.compact-hero .platform-panel {
  display: none;
}

.platform-copy,
.platform-panel,
.filter-panel,
.deal-board,
.platform-section {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.platform-copy {
  overflow: hidden;
  position: relative;
  min-height: 280px;
  padding: 30px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 20%, rgba(37, 99, 235, .24), transparent 28%),
    linear-gradient(135deg, #101828 0%, #1d4ed8 68%, #0891b2 100%);
  color: #fff;
}

.platform-copy h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}

.platform-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 750;
}

.platform-copy .eyebrow {
  color: #bfdbfe;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-main-cta {
  min-width: 180px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.hero-tags span,
.hero-tags a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px var(--line);
}

.platform-copy .hero-tags span,
.platform-copy .hero-tags a {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.platform-copy .hero-tags a {
  background: #fff;
  color: var(--blue);
}

.platform-copy .btn.light {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.hero-tags a {
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}

.internet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.internet-hero > div,
.internet-check,
.internet-plans {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.internet-hero > div:first-child {
  overflow: hidden;
  position: relative;
  padding: 28px;
  background:
    radial-gradient(circle at 92% 18%, rgba(37, 99, 235, .18), transparent 28%),
    linear-gradient(135deg, #101828 0%, #1d4ed8 70%, #0891b2 100%);
  color: #fff;
}

.internet-hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.internet-hero p {
  margin: 10px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 750;
}

.internet-hero .eyebrow {
  color: #bfdbfe;
}

.internet-hero .hero-tags span {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.internet-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 8px;
  margin-top: 20px;
}

.internet-hero-metrics div {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px rgba(255, 255, 255, .16);
}

.internet-hero-metrics span {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 900;
}

.internet-hero-metrics strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.internet-check {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 22px;
  background: linear-gradient(180deg, #eff6ff, #fff);
}

.internet-check strong {
  font-size: 20px;
}

.internet-check p {
  margin: 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.internet-plans {
  margin-top: 12px;
  padding: 20px;
  background: #f8fafc;
}

.internet-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.internet-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.internet-card.featured {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #eff6ff, #fff);
  box-shadow: 0 12px 26px rgba(37, 99, 235, .10);
}

.internet-card h3 {
  margin: 0;
  font-size: 20px;
}

.internet-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.internet-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.internet-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  background: var(--soft);
  font-size: 12px;
}

.internet-card dt {
  color: var(--muted);
  font-weight: 900;
}

.internet-card dd {
  margin: 0;
  color: var(--ink);
  text-align: right;
  font-weight: 950;
}

.internet-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 -2px;
  padding: 2px 2px 16px;
}

.internet-tabs button {
  flex: none;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--sub);
  font-size: 13px;
  font-weight: 950;
}

.internet-tabs button.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .16);
}

.internet-buy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 14px;
  align-items: start;
}

.internet-config {
  min-width: 0;
}

.internet-live-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
  align-items: center;
  margin: 0 0 14px;
  padding: 18px;
  border: 1px solid #dbeafe;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(25, 31, 40, .05);
}

.internet-live-summary span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.internet-live-summary strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: 0;
}

.internet-live-summary p {
  margin: 6px 0 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.internet-live-price {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px;
  border: 0;
  border-radius: 18px;
  background: #f8fafc;
  text-align: right;
}

.internet-live-price small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.internet-live-price b {
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.internet-live-price em {
  color: #f59f00;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

.internet-calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.internet-select-section {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(25, 31, 40, .04);
}

.internet-option-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.internet-option {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 30px;
  gap: 12px;
  align-items: center;
  min-height: 124px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 18px rgba(25, 31, 40, .035);
}

.internet-option.active {
  border-color: var(--blue);
  background: #f8fbff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, .12);
}

.internet-option.active::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 0;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: var(--blue);
}

.internet-option b {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.3;
}

.internet-option strong {
  display: block;
  color: var(--ink);
  margin-top: 14px;
  text-align: right;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.internet-option strong small {
  margin-left: 2px;
  color: var(--muted);
  font-size: 10px;
}

.internet-option em {
  display: block;
  margin-top: 6px;
  color: #f59f00;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.internet-option i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
  align-self: start;
}

.internet-option.active i {
  background: var(--blue);
  color: #fff;
}

.internet-summary {
  position: sticky;
  top: 82px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(25, 31, 40, .08);
  backdrop-filter: none;
}

.internet-summary div {
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: #f8fafc;
}

.internet-summary .internet-summary-head {
  padding: 0;
  background: transparent;
}

.internet-summary span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.internet-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.internet-summary div:nth-child(2) strong {
  color: var(--ink);
}

.internet-summary div:nth-child(3) strong {
  color: #f59f00;
}

.internet-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.loading-card {
  min-height: 94px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(100deg, #fff 30%, #f2f4f6 50%, #fff 70%);
  background-size: 220% 100%;
  animation: loading 1.4s ease-in-out infinite;
}

@keyframes loading {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

.platform-panel {
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.panel-head strong {
  font-size: 17px;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.metric-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fafc;
}

.metric-grid span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.metric-grid b {
  display: block;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
}

.flow-line {
  display: grid;
  gap: 7px;
}

.flow-line span {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 14px;
  background: #f2f6ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.flow-line i {
  width: 2px;
  height: 10px;
  margin-left: 18px;
  background: var(--line);
}

.deal-workspace {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 64px;
  z-index: 15;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 0;
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(25, 31, 40, .07);
}

.filter-panel > .field-label {
  font-size: 11px;
}

.filter-panel > .field-label .field,
.filter-panel > .field-label select {
  font-size: 13px;
}

.filter-block .field-label {
  display: block;
}

.filter-title {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.filter-title strong {
  font-size: 18px;
}

.filter-title span,
.field-label {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 900;
}

.field-label {
  display: grid;
  gap: 8px;
}

.filter-block {
  display: grid;
  gap: 8px;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.chip {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--sub);
  font-size: 12px;
  font-weight: 950;
}

.chip.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.partner-note {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: var(--blue-soft);
}

.partner-note b {
  color: var(--blue);
  font-size: 12px;
}

.partner-note span {
  color: #315076;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 750;
}

.deal-board {
  min-width: 0;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

.board-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.board-head h2 {
  margin: 0;
  font-size: 25px;
}

.board-count {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--sub);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.brand-tabs {
  padding-bottom: 12px;
}

.platform-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.platform-product-list .deal-card {
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 252px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(25, 31, 40, .055);
}

.platform-product-list .device-box {
  min-height: 128px;
  border-radius: 18px;
}

.platform-product-list .deal-price {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.platform-product-list .price-big {
  font-size: 30px;
}

.platform-product-list .deal-price .btn {
  min-height: 46px;
  border-radius: 14px;
}

.category-hub {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

.category-card {
  appearance: none;
  width: 100%;
  min-height: 196px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 10px 24px rgba(25, 31, 40, .05);
}

.category-icon,
.event-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #f2f6ff;
  font-size: 24px;
  font-style: normal;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.category-card.internet .category-icon {
  background: #e0f2fe;
}

.category-card.sk-change .category-icon {
  background: #fff1f2;
  color: #e11d48;
  font-size: 13px;
  font-weight: 950;
}

.category-card.rental .category-icon {
  background: #dcfce7;
}

.category-card.direct .category-icon {
  background: #ffedd5;
}

.category-card.event .category-icon {
  background: #fee2e2;
}

.category-card.offline .category-icon {
  background: #f3e8ff;
}

.category-card span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.category-card strong {
  font-size: 18px;
  line-height: 1.28;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.category-card.internet {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #eff6ff, #fff);
}

.category-card.sk-change span {
  background: #fff1f2;
  color: #e11d48;
}

.category-card.rental span {
  background: #ecfdf5;
  color: #059669;
}

.category-card.direct span {
  background: #fff7ed;
  color: #ea580c;
}

.category-card.event span {
  background: #fef2f2;
  color: #dc2626;
}

.category-card.offline span {
  background: #faf5ff;
  color: #7e22ce;
}

.home-redesign {
  grid-template-columns: minmax(0, 1.08fr) 360px;
  gap: 16px;
}

.simple-home-hero {
  grid-template-columns: 1fr;
}

.simple-home-hero .platform-copy {
  min-height: 430px;
}

.phone-page-hero .platform-copy {
  min-height: 260px;
}

.simple-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

.simple-link-grid a {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(25, 31, 40, .05);
}

.simple-link-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.simple-link-grid strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.phone-model-quotes {
  margin: 0 0 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.phone-model-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.phone-model-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: 0;
}

.phone-model-head p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 750;
}

.phone-model-head a {
  flex: none;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.quote-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.quote-filter-row span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #f0fdf4;
  color: #059669;
  font-size: 12px;
  font-weight: 950;
}

.phone-model-list {
  display: grid;
  gap: 0;
}

.phone-model-quote {
  border-top: 1px solid var(--line);
}

.phone-model-quote:first-child {
  border-top: 0;
}

.phone-model-summary {
  width: 100%;
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px 180px 86px;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
}

.phone-model-copy span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 6px;
  background: #eff6ff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 950;
}

.phone-model-copy h3 {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0;
}

.phone-model-copy p {
  margin: 5px 0 0;
  color: var(--sub);
  font-size: 14px;
  font-weight: 850;
}

.phone-model-pricepick {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.phone-model-pricepick span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 7px;
  background: #ff4d5a;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.phone-model-pricepick strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
  white-space: nowrap;
}

.phone-model-pricepick em {
  color: #a3aab4;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  text-decoration: line-through;
}

.phone-model-device {
  min-height: 86px;
  display: grid;
  place-items: center;
}

.phone-model-device img {
  max-height: 82px;
  object-fit: contain;
}

.phone-model-device .device-fallback {
  width: 48px;
  height: 78px;
  border-width: 6px;
  border-radius: 18px;
}

.phone-model-summary i {
  min-width: 76px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.quote-offer-panel {
  display: none;
  margin: 0 0 16px;
  padding: 16px;
  border-radius: 18px;
  background: #f7f8fa;
}

.phone-model-quote.open .quote-offer-panel {
  display: block;
}

.quote-option-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.quote-option-tabs span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.quote-offer-list {
  display: grid;
}

.quote-offer-row {
  display: grid;
  grid-template-columns: minmax(0, 170px) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 42px;
  padding: 9px 0;
  border-bottom: 1px dashed #d7dce2;
}

.quote-offer-partner {
  min-width: 0;
}

.quote-offer-partner span {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 0 6px;
  border-radius: 6px;
  background: #eff6ff;
  color: var(--blue);
  font-size: 9px;
  font-weight: 950;
}

.quote-offer-partner strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.quote-offer-row p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.quote-carrier {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-right: 4px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 950;
  vertical-align: middle;
}

.quote-carrier.kt {
  background: #eff6ff;
  color: #2563eb;
}

.quote-carrier.skt {
  background: #fff1f2;
  color: #e11d48;
}

.quote-carrier.lgu {
  background: #faf5ff;
  color: #7e22ce;
}

.quote-offer-row b {
  color: var(--blue);
  font-size: 15px;
  white-space: nowrap;
}

.quote-panel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eef1f4;
}

.quote-panel-bottom strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.quote-panel-bottom p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 750;
}

.quote-panel-bottom a {
  flex: none;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.home-redesign .platform-copy {
  min-height: 360px;
  padding: 36px;
  border-color: rgba(226, 232, 240, .95);
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, .12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--ink);
}

.home-redesign .platform-copy::after {
  content: none;
}

.floating-logo-cloud {
  position: absolute;
  inset: 30px 28px auto auto;
  width: min(360px, 44%);
  min-height: 250px;
  pointer-events: none;
}

.brand-chip {
  position: absolute;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #e5e8eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .10);
}

.brand-logo-chip {
  position: absolute;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229, 232, 235, .95);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, .12);
  backdrop-filter: blur(14px);
}

.brand-logo-chip i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-logo-chip.skt { top: 0; right: 82px; }
.brand-logo-chip.skt i { background: linear-gradient(135deg, #ef4444, #f97316); }
.brand-logo-chip.kt { top: 74px; right: 0; }
.brand-logo-chip.kt i { background: #111827; font-size: 16px; }
.brand-logo-chip.lgu { top: 150px; right: 112px; }
.brand-logo-chip.lgu i { background: linear-gradient(135deg, #ec4899, #7c3aed); }
.brand-logo-chip.gpt { top: 38px; left: 0; }
.brand-logo-chip.gpt i { background: linear-gradient(135deg, #10a37f, #0f766e); }
.brand-logo-chip.gemini { top: 116px; left: 58px; }
.brand-logo-chip.gemini i { background: linear-gradient(135deg, #2563eb, #8b5cf6); }
.brand-logo-chip.usim { top: 204px; right: 24px; width: 86px; }
.brand-logo-chip.usim i { background: linear-gradient(135deg, #f59e0b, #ea580c); font-size: 12px; }

.brand-chip.skt { top: 8px; right: 68px; color: #e11d48; }
.brand-chip.kt { top: 78px; right: 8px; color: #111827; }
.brand-chip.lgu { top: 148px; right: 118px; color: #7c3aed; }
.brand-chip.gpt { top: 42px; left: 12px; color: #10a37f; }
.brand-chip.gemini { top: 116px; left: 54px; color: #2563eb; }
.brand-chip.usim { top: 190px; right: 20px; color: #f97316; }
.brand-chip.net { top: 36px; left: 0; color: #0891b2; }
.brand-chip.rental { top: 112px; left: 22px; color: #059669; }
.brand-chip.direct { top: 174px; right: 8px; color: #2563eb; }

.ai-logo-cloud .brand-chip {
  animation: floatChip 5.8s ease-in-out infinite;
}

.ai-logo-cloud .brand-logo-chip {
  animation: floatChip 5.8s ease-in-out infinite;
}

.ai-logo-cloud .brand-chip:nth-child(2) { animation-delay: -.7s; }
.ai-logo-cloud .brand-chip:nth-child(3) { animation-delay: -1.4s; }
.ai-logo-cloud .brand-chip:nth-child(4) { animation-delay: -2.1s; }
.ai-logo-cloud .brand-chip:nth-child(5) { animation-delay: -2.8s; }
.ai-logo-cloud .brand-chip:nth-child(6) { animation-delay: -3.5s; }
.ai-logo-cloud .brand-logo-chip:nth-child(2) { animation-delay: -.7s; }
.ai-logo-cloud .brand-logo-chip:nth-child(3) { animation-delay: -1.4s; }
.ai-logo-cloud .brand-logo-chip:nth-child(4) { animation-delay: -2.1s; }
.ai-logo-cloud .brand-logo-chip:nth-child(5) { animation-delay: -2.8s; }
.ai-logo-cloud .brand-logo-chip:nth-child(6) { animation-delay: -3.5s; }

@keyframes floatChip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.home-redesign .platform-copy h1 {
  max-width: 760px;
  font-size: clamp(36px, 5vw, 60px);
}

.home-redesign .platform-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 16px;
  color: var(--sub);
}

.home-redesign .hero-tags {
  max-width: 660px;
  margin-top: 18px;
}

.home-redesign .hero-tags a {
  min-height: 34px;
  padding: 0 12px;
  background: #f8fafc;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px #e5e8eb;
}

.home-redesign .secondary-tags {
  margin-top: 12px;
}

.home-redesign .platform-copy .eyebrow {
  color: var(--blue);
}

.hero-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 620px;
  margin-top: 18px;
}

.hero-proof-list span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 16px;
  background: #fff;
  color: var(--sub);
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #e5e8eb;
}

.hero-proof-list b {
  width: 26px;
  height: 26px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
}

.home-redesign .platform-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
}

.home-redesign .panel-head {
  margin: 0;
}

.home-redesign .home-metric-grid {
  grid-template-columns: 1fr;
}

.home-redesign .home-metric-grid div {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
}

.home-redesign .home-metric-grid b {
  font-size: 28px;
}

.home-route-card {
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: #eff6ff;
}

.home-route-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.home-route-card strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 18px;
}

.home-route-card p {
  margin: 8px 0 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.home-redesign + .category-hub .category-card {
  min-height: 172px;
  border-radius: 18px;
  box-shadow: none;
}

.home-redesign + .category-hub .category-card strong {
  font-size: 17px;
}

.home-service-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.home-service-nav a,
.home-service-nav button {
  appearance: none;
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 8px 18px rgba(25, 31, 40, .045);
}

.home-service-nav span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.home-service-nav strong {
  font-size: 16px;
  line-height: 1.25;
}

.home-service-nav a:first-child {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.home-specials {
  margin: 0 0 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.home-special-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.home-special-block {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fafc;
}

.home-special-block.accent {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.home-special-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-special-title span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.home-special-title strong {
  color: var(--ink);
  font-size: 18px;
}

.home-model-list {
  display: grid;
  gap: 10px;
}

.home-model-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 112px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.home-model-thumb {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #f1f5f9;
  overflow: hidden;
}

.home-model-card .device-fallback {
  width: 46px;
  height: 74px;
  border-width: 5px;
  border-radius: 15px;
}

.home-model-main {
  min-width: 0;
}

.home-model-main span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 10px;
  font-weight: 950;
}

.home-model-main h3 {
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.home-model-main p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 750;
}

.home-model-price {
  display: grid;
  gap: 7px;
  justify-items: end;
  text-align: right;
}

.home-model-price span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.home-model-price b {
  color: var(--blue);
  font-size: 18px;
  line-height: 1.15;
}

.home-model-price a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 11px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.model-selector-open {
  overflow: hidden;
}

.model-selector-modal {
  position: fixed;
  inset: 0;
  z-index: 9997;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 14px;
  background: rgba(12, 15, 20, .62);
  backdrop-filter: blur(10px);
}

.model-selector-modal.open {
  display: flex;
}

.model-selector-panel {
  width: min(440px, 100%);
  max-height: min(82vh, 720px);
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  background: #111418;
  color: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

.model-selector-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.model-selector-head span,
.model-selector-head p {
  color: #9aa4b2;
  font-size: 12px;
  font-weight: 850;
}

.model-selector-head strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 950;
}

.model-selector-head p {
  margin: 6px 0 0;
  line-height: 1.45;
}

.model-selector-head button {
  width: 38px;
  height: 38px;
  flex: none;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.model-carrier-list,
.model-offer-list {
  display: grid;
  gap: 8px;
}

.model-carrier-list {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 22px;
  background: #080a0d;
}

.model-carrier-row {
  width: 100%;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  color: #fff;
  text-align: left;
}

.model-carrier-row.active {
  border-color: rgba(37, 99, 235, .62);
  background: rgba(37, 99, 235, .13);
}

.model-carrier-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.model-carrier-mark.skt { background: linear-gradient(135deg, #ef4444, #f97316); }
.model-carrier-mark.kt { background: #222; }
.model-carrier-mark.lgu { background: linear-gradient(135deg, #ec4899, #7c3aed); }

.model-carrier-row b,
.model-carrier-row em {
  display: block;
}

.model-carrier-row b {
  font-size: 14px;
  font-weight: 950;
}

.model-carrier-row em {
  margin-top: 3px;
  color: #9aa4b2;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.model-carrier-row strong {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.model-offer-list {
  margin-top: 12px;
}

.model-offer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 2px 8px;
  color: #fff;
}

.model-offer-head b {
  font-size: 14px;
  font-weight: 950;
}

.model-offer-head span {
  color: #9aa4b2;
  font-size: 11px;
  font-weight: 850;
}

.model-offer-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  text-decoration: none;
}

.model-offer-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.model-offer-card-top span {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .20);
  color: #93c5fd;
  font-size: 10px;
  font-weight: 950;
}

.model-offer-card-top i {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: #4f46e5;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
}

.model-offer-card b {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 950;
}

.model-offer-card p {
  margin: 0;
  color: #9aa4b2;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.model-offer-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.model-offer-card em {
  color: #9aa4b2;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.model-offer-card strong {
  font-size: 17px;
  font-weight: 950;
}

.model-selector-empty {
  padding: 18px 12px;
  color: #9aa4b2;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.home-specials.moyo-clean {
  margin: 0 -18px 14px;
  padding: 32px 34px;
  border-width: 1px 0;
  border-radius: 0;
  background: #f5f6f8;
  box-shadow: none;
}

.moyo-clean .section-head {
  max-width: 920px;
  margin: 0 auto 16px;
}

.moyo-clean .section-head h2 {
  font-size: 25px;
}

.moyo-clean .home-special-grid {
  max-width: 920px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 26px;
}

.moyo-clean .home-special-block,
.moyo-clean .home-special-block.accent {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.moyo-clean .home-special-title {
  margin-bottom: 16px;
}

.moyo-clean .home-special-title strong {
  color: #191f28;
  font-size: 24px;
  letter-spacing: 0;
}

.moyo-clean .home-special-title a {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 900;
}

.moyo-clean .home-model-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  grid-template-columns: none;
  gap: 14px;
  overflow-x: auto;
  padding: 0 2px 8px;
  scroll-snap-type: x proximity;
}

.moyo-clean .home-model-card {
  min-height: 270px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(124px, 1fr) auto;
  align-items: stretch;
  gap: 10px;
  padding: 18px 18px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(25, 31, 40, .06);
  scroll-snap-align: start;
}

.home-model-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.home-model-card-head h3 {
  margin: 0;
  color: #191f28;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}

.home-model-card-head span {
  flex: none;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 7px;
  background: #ff4d5a;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.moyo-clean .home-model-thumb {
  min-height: 116px;
  background: #fff;
}

.moyo-clean .home-model-thumb img {
  max-height: 108px;
  object-fit: contain;
}

.moyo-clean .home-model-card .device-fallback {
  width: 60px;
  height: 98px;
  border-width: 7px;
  border-radius: 21px;
}

.moyo-clean .home-model-price {
  justify-items: start;
  text-align: left;
}

.moyo-clean .home-model-price b {
  color: #111827;
  font-size: 20px;
  letter-spacing: 0;
}

.moyo-clean .home-model-price span {
  color: #a3aab4;
  font-size: 12px;
  text-decoration: line-through;
}

.moyo-clean .home-model-price em {
  display: block;
  color: #ff4d5a;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  line-height: 1.35;
}

.home-simple-picks {
  --simple-card-bg: #fff;
}

.home-simple-picks .section-head {
  align-items: flex-end;
}

.home-simple-picks .section-head p:not(.eyebrow) {
  max-width: 520px;
}

.home-simple-picks .home-simple-models {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}

.home-simple-picks .home-model-card {
  min-height: 248px;
  border: 1px solid #edf0f4;
  box-shadow: 0 10px 24px rgba(25, 31, 40, .045);
}

.home-simple-picks .home-model-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(25, 31, 40, .08);
}

.home-simple-picks .home-model-card-head span {
  background: #eef2ff;
  color: #4f46e5;
}

.detail-policy-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -6px 0 12px;
  padding: 16px 18px;
  border: 1px solid #fecdd3;
  border-radius: 18px;
  background: #fff7f7;
}

.detail-policy-banner span {
  width: fit-content;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #ff4d5a;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.detail-policy-banner strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.3;
}

.detail-policy-banner p {
  max-width: 420px;
  margin: 0;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.detail-policy-banner.same-day {
  border-color: #86efac;
  background: #f0fdf4;
}

.detail-policy-banner.same-day span {
  background: #03c75a;
  color: #fff;
}

.detail-policy-banner.same-day strong {
  color: #064e3b;
}

.detail-policy-banner.same-day p {
  color: #047857;
}

.carrier-choice-card {
  margin: 12px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 31, 40, .055);
}

.carrier-choice-head {
  margin-bottom: 12px;
}

.carrier-choice-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.carrier-choice-head strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 18px;
}

.carrier-choice-list {
  display: grid;
  gap: 8px;
}

.carrier-choice-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 12px;
  border: 1px solid #eef2f6;
  border-radius: 17px;
  background: #f8fafc;
}

.carrier-choice-row.active {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.carrier-choice-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.carrier-choice-row.skt .carrier-choice-mark { background: #e11d48; }
.carrier-choice-row.kt .carrier-choice-mark { background: #2563eb; }
.carrier-choice-row.lgu .carrier-choice-mark { background: #7e22ce; }

.carrier-choice-row strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.1;
}

.carrier-choice-row p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.carrier-choice-row i {
  color: #9aa4b2;
  font-size: 22px;
  font-style: normal;
  font-weight: 950;
}

.receive-method-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 78%);
}

.receive-method-card span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.receive-method-card strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
}

.receive-method-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.receive-method-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.receive-method-badges span,
.receive-method-badges a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #bfdbfe;
  white-space: nowrap;
}

.receive-method-badges a:hover {
  background: var(--blue);
  color: #fff;
}

.partner-cert-card {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.partner-cert-link {
  min-height: 66px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  border: 1px solid #cfd6df;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(25, 31, 40, .04);
}

.partner-cert-link.is-disabled {
  color: #8b95a1;
}

.partner-cert-seal {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.partner-cert-seal img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.partner-cert-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  background: #f2f5f9;
  color: #758295;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.partner-cert-text {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.partner-cert-text b {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.partner-cert-text small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.partner-cert-link i {
  color: var(--blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 950;
  text-align: right;
}

.partner-cert-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 750;
}

.platform-section {
  margin-top: 16px;
  padding: 24px;
  border-radius: 22px;
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.network-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.event-grid article {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fafc;
}

.event-icon {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.event-grid span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.event-grid strong {
  font-size: 18px;
  line-height: 1.3;
}

.event-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 9400;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(25, 31, 40, .44);
  backdrop-filter: blur(12px);
}

.promo-popup.open {
  display: grid;
}

.promo-popup-card {
  position: relative;
  overflow: hidden;
  width: min(420px, 100%);
  padding: 28px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(125, 211, 252, .34), transparent 32%),
    linear-gradient(135deg, #101828 0%, #1d4ed8 64%, #0891b2 100%);
  box-shadow: 0 28px 80px rgba(25, 31, 40, .28);
}

.promo-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.promo-label {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #dbeafe;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.promo-popup h2 {
  margin: 18px 0 0;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}

.promo-popup p {
  max-width: 330px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 750;
}

.promo-actions {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.promo-actions .btn.light {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.time-promo-card {
  background:
    radial-gradient(circle at 86% 10%, rgba(254, 226, 226, .34), transparent 30%),
    radial-gradient(circle at 18% 12%, rgba(253, 186, 116, .30), transparent 28%),
    linear-gradient(135deg, #111827 0%, #991b1b 58%, #ea580c 100%);
}

.promo-ticker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(0, 0, 0, .18);
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 850;
}

.promo-ticker b {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: #dc2626;
  animation: timingPulse 1.2s ease-in-out infinite;
}

@keyframes timingPulse {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(-1px); opacity: .72; }
}

.time-deal-shell {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%);
}

.time-deal-page {
  display: grid;
  gap: 24px;
  padding-bottom: 56px;
}

.time-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 18%, rgba(239, 68, 68, .14), transparent 30%),
    linear-gradient(135deg, #111827 0%, #1f2937 54%, #7f1d1d 100%);
  color: #fff;
  box-shadow: 0 22px 70px rgba(15, 23, 42, .16);
}

.time-hero h1 {
  margin: 8px 0 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.time-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 750;
}

.time-selling-points,
.time-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.time-selling-points {
  margin-top: 26px;
}

.time-selling-points span,
.time-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.time-selling-points span {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.time-status-panel {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.time-status-panel > span {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 900;
}

.time-status-panel strong {
  font-variant-numeric: tabular-nums;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0;
}

.countdown-line,
.time-card-top,
.time-sub-row,
.time-price-row,
.time-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.countdown-line {
  color: rgba(255, 255, 255, .78);
  font-weight: 850;
}

.countdown-line b {
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.progress-track {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}

.progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fef3c7, #fb7185, #ef4444);
  transition: width .4s ease;
}

.time-status-panel em {
  justify-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  color: #dc2626;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

.time-toolbar {
  padding: 0 4px;
}

.time-toolbar div {
  display: grid;
  gap: 4px;
}

.time-toolbar b {
  color: var(--ink);
  font-size: 20px;
}

.time-toolbar span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.time-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.time-deal-card {
  display: grid;
  gap: 16px;
  min-height: 310px;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 50px rgba(15, 23, 42, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.time-deal-card:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 68, 68, .34);
  box-shadow: 0 22px 70px rgba(15, 23, 42, .13);
}

.time-deal-card.closed {
  opacity: .62;
}

.time-card-top span,
.time-sub-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.time-card-top b {
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff1f2;
  color: #e11d48;
  font-size: 12px;
}

.time-card-main {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.time-device {
  display: grid;
  place-items: center;
  min-height: 112px;
  border-radius: 20px;
  background: linear-gradient(145deg, #f8fafc, #eef2ff);
}

.time-device img {
  max-width: 82px;
  max-height: 108px;
  object-fit: contain;
}

.time-deal-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.time-deal-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 750;
}

.time-price-row {
  padding-top: 4px;
  border-top: 1px solid #eef2f7;
}

.time-price-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.time-price-row strong {
  color: #111827;
  font-size: 28px;
  letter-spacing: 0;
}

.time-tags span {
  background: #f8fafc;
  color: #475569;
}

.time-deal-card.unmatched {
  border-style: dashed;
  background: #fff7ed;
}

.time-deal-card.unmatched .time-card-top b {
  background: #ffedd5;
  color: #c2410c;
}

.time-empty {
  grid-column: 1 / -1;
}

.network-index {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.network-grid h3 {
  margin: 9px 0 7px;
  font-size: 16px;
}

.network-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 750;
}

.notice-band {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.notice-band h2 {
  margin: 0;
  font-size: 24px;
}

.empty, .loading {
  padding: 42px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  color: var(--muted);
  text-align: center;
  font-weight: 850;
}

.detail-page {
  width: min(100%, 980px);
  margin: 0 auto;
  min-height: 100vh;
  padding-bottom: 108px;
  background: #f7f8fa;
}

.detail-main {
  padding: 18px 18px 0;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: center;
  padding: 26px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #191f28 0%, #e11d48 100%);
  box-shadow: 0 18px 42px rgba(225, 29, 72, .16);
}

.detail-hero-platform {
  grid-template-columns: minmax(0, 1fr) 170px;
  color: var(--ink);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 12%, rgba(3, 199, 90, .14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .9)),
    #fff;
  box-shadow: 0 16px 38px rgba(25, 31, 40, .055);
}

.detail-copy {
  min-width: 0;
}

.detail-badges,
.detail-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.detail-hero h1 {
  margin: 12px 0 8px;
  font-size: clamp(26px, 5vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.detail-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 750;
}

.detail-hero-platform p {
  max-width: 560px;
  color: var(--sub);
}

.detail-trust {
  margin-top: 16px;
}

.detail-trust span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #dbeafe;
}

.detail-device {
  min-height: 150px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: #fff;
}

.detail-hero-platform .detail-device {
  border: 1px solid #eef2f6;
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
}

.detail-device img {
  max-width: 104px;
  max-height: 130px;
  object-fit: contain;
}

.detail-summary {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 210px;
  gap: 12px;
  align-items: stretch;
  margin-top: 14px;
}

.summary-price,
.summary-grid,
.summary-actions,
.summary-cta {
  border-radius: 22px;
}

.summary-price {
  padding: 20px;
  border: 1px solid #bfdbfe;
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, .12), transparent 34%),
    #eff6ff;
}

.summary-price small,
.summary-price span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.summary-price strong {
  display: block;
  margin: 8px 0 5px;
  color: #1d4ed8;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1;
  font-weight: 950;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fff;
}

.summary-grid div {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 12px;
  border-radius: 16px;
  background: var(--soft);
}

.summary-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.summary-grid b {
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.summary-actions {
  display: grid;
  gap: 8px;
}

.summary-actions .btn {
  min-height: 46px;
}

.summary-cta {
  min-height: 100%;
}

.detail-tabs {
  position: sticky;
  top: 64px;
  z-index: 25;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}

.detail-tabs a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.detail-tabs a.active,
.detail-tabs a:hover {
  border-bottom-color: var(--ink);
  color: var(--ink);
}

.detail-tabs b {
  color: inherit;
  font-size: 14px;
}

.detail-tab-section {
  scroll-margin-top: 138px;
}

.detail-main-content {
  --carrier-line: var(--blue);
  --carrier-soft: #eff6ff;
  --carrier-shadow: rgba(37, 99, 235, .16);
}

.detail-main-content.carrier-skt {
  --carrier-line: #2563eb;
  --carrier-soft: #eff6ff;
  --carrier-shadow: rgba(37, 99, 235, .18);
}

.detail-main-content.carrier-kt {
  --carrier-line: #191f28;
  --carrier-soft: #f2f4f7;
  --carrier-shadow: rgba(25, 31, 40, .16);
}

.detail-main-content.carrier-lg {
  --carrier-line: #7c3aed;
  --carrier-soft: #f5f3ff;
  --carrier-shadow: rgba(124, 58, 237, .18);
}

.tab-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 4px 2px 0;
}

.tab-section-head h2 {
  margin: 0;
  font-size: 22px;
}

.tab-section-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
}

.review-list {
  margin-top: 12px;
  border-top: 1px solid var(--line);
}

.review-item {
  padding: 18px 12px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.review-meta .stars {
  color: #ef4444;
  font-size: 13px;
  letter-spacing: 0;
}

.review-meta b,
.review-meta time {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.review-meta i {
  width: 1px;
  height: 12px;
  background: var(--line);
}

.review-meta button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.review-item p {
  margin: 12px 0 0;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.consult-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.consult-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.consult-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.consult-grid b {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.35;
}

.consult-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.consult-grid em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-top: 12px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.consult-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.safe-card {
  border-color: #bfdbfe;
}

.safe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.safe-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.safe-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}

.safe-grid b {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
}

.safe-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.card {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.card.highlight {
  border-color: #fecdd3;
  background: #fff;
}

.card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
}

.card h2 {
  margin: 0;
  font-size: 19px;
}

.card-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
}

.control-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.control.full { grid-column: 1 / -1; }
.control-label {
  display: block;
  margin-bottom: 8px;
  color: var(--sub);
  font-size: 11px;
  font-weight: 950;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0;
  border-radius: 18px;
  background: transparent;
}

.segmented button,
.plan-button {
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.segmented button {
  position: relative;
  overflow: hidden;
  min-height: 52px;
  display: grid;
  align-content: center;
  padding: 0 38px 0 16px;
  border-color: var(--line);
  background: linear-gradient(180deg, #fff, #f8fafc);
  color: var(--ink);
  text-align: left;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.segmented button::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: transparent;
  transform: scaleY(.35);
  transform-origin: center;
  transition: background .16s ease, transform .18s ease;
}

.segmented button::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  transition: background .16s ease, border-color .16s ease;
}

.segmented button span {
  display: block;
  font-size: 14px;
  font-weight: 950;
}

.segmented button.active,
.plan-button.active {
  border-color: var(--carrier-line);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 18px var(--carrier-shadow);
}

.segmented button.active {
  transform: translateY(-1px);
  background: var(--carrier-line);
  color: #fff;
}

.segmented button.active::before {
  background: var(--carrier-line);
  transform: scaleY(1);
}

.segmented button.active::after {
  border-color: rgba(255, 255, 255, .72);
  background:
    radial-gradient(circle at center, var(--carrier-line) 0 28%, transparent 30%),
    #fff;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.plan-button {
  position: relative;
  overflow: hidden;
  min-height: 106px;
  padding: 12px;
  text-align: left;
  border-color: #dbe5f4;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: var(--ink);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.plan-button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 18px 0 0 18px;
  background: transparent;
  transform: scaleY(.32);
  transform-origin: center;
  transition: background .16s ease, transform .2s ease;
}

.plan-button:hover {
  transform: translateY(-1px);
  border-color: var(--carrier-line);
  box-shadow: 0 8px 18px var(--carrier-shadow);
}

.plan-button .plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef2f6;
  color: var(--sub);
  font-size: 10px;
  font-weight: 950;
}

.plan-button b {
  display: block;
  margin-top: 9px;
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plan-button strong {
  display: block;
  margin-top: 8px;
  color: var(--carrier-line);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

.plan-button strong small {
  margin-left: 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.plan-button.active {
  border-color: var(--carrier-line);
  background: linear-gradient(180deg, var(--carrier-soft), #ffffff);
  box-shadow: 0 12px 26px var(--carrier-shadow);
  animation: activePlanPop .22s ease both;
}

.plan-button.active::before {
  background: var(--carrier-line);
  transform: scaleY(1);
}

.plan-button.active::after {
  content: "선택";
  position: absolute;
  top: 10px;
  right: 10px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--carrier-line);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.plan-button.active .plan-badge {
  background: var(--carrier-line);
  color: #fff;
}

@keyframes activePlanPop {
  0% { transform: scale(.985); }
  100% { transform: scale(1); }
}

.price-box {
  margin-top: 16px;
  padding: 22px;
  border: 1px solid #fecdd3;
  border-radius: 22px;
  background: var(--pink-soft);
}

.price-box small {
  color: #be123c;
  font-size: 12px;
  font-weight: 900;
}

.price {
  margin-top: 7px;
  color: var(--pink);
  font-size: clamp(34px, 7vw, 50px);
  line-height: 1;
  font-weight: 950;
}

.rows {
  display: grid;
  gap: 12px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.row b {
  text-align: right;
  font-size: 15px;
}

.row.total {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.row.total span {
  color: var(--ink);
  font-size: 14px;
}

.row.total b {
  color: var(--pink);
  font-size: 25px;
}

.notice-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 750;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.process-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.process-list b {
  display: block;
  font-size: 14px;
}

.process-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.notice-accordion {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.notice-accordion details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.notice-accordion summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.notice-accordion p {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 750;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 40;
  width: min(980px, 100%);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: end;
  justify-content: center;
  background: rgba(25, 31, 40, .45);
}

.drawer.open { display: flex; }
.drawer-panel {
  width: min(560px, 100%);
  padding: 20px;
  border-radius: 24px 24px 0 0;
  background: #fff;
}

.drawer-panel h2 { margin: 0 0 12px; font-size: 20px; }
.drawer-actions { display: grid; gap: 8px; margin-top: 16px; }

.site-footer {
  margin-top: 34px;
  padding: 30px 22px 42px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.footer-brand strong {
  display: block;
  font-size: 18px;
}

.footer-brand p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 750;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 16px 0 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-info div {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.footer-info dt {
  flex: none;
  min-width: 86px;
  font-weight: 900;
  color: var(--sub);
}

.footer-info dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-notice {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  font-weight: 700;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 55;
  display: grid;
  gap: 8px;
}

.float-btn {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(25, 31, 40, .18);
}

.float-btn.kakao {
  background: #fee500;
  color: #191600;
}

.float-btn.primary {
  background: var(--pink);
}

.btn.kakao {
  background: #fee500;
  color: #191600;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: end;
  justify-content: center;
  background: rgba(25, 31, 40, .48);
}

.lead-modal.open {
  display: flex;
}

.lead-panel {
  width: min(560px, 100%);
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 20px;
  border-radius: 24px 24px 0 0;
  background: #fff;
  box-shadow: 0 -18px 50px rgba(25, 31, 40, .18);
}

.lead-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.lead-head strong {
  display: block;
  font-size: 21px;
}

.lead-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
}

.lead-close {
  flex: none;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.lead-form {
  display: grid;
  gap: 12px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--sub);
  font-size: 12px;
  font-weight: 900;
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.address-grid {
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: end;
}

.lead-input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
  font-weight: 800;
}

textarea.lead-input {
  min-height: 92px;
  padding-top: 12px;
  resize: vertical;
  line-height: 1.5;
}

.lead-warning {
  padding: 12px 13px;
  border: 1px solid #fecdd3;
  border-radius: 14px;
  background: var(--pink-soft);
  color: var(--pink);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 900;
}

.agree-box {
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start;
  gap: 9px !important;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
}

.agree-box input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}

.agree-box span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  font-weight: 750;
}

@media (max-width: 860px) {
  .hero-panel { grid-template-columns: 1fr; }
  .flow-card { max-width: 360px; }
  .platform-main { padding: 10px 10px 16px; }
  .platform-hero,
  .internet-hero,
  .notice-band,
  .detail-summary { grid-template-columns: 1fr; }
  .summary-grid { grid-template-columns: 1fr 1fr 1fr; }
  .deal-workspace { grid-template-columns: 1fr; }
  .simple-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-model-summary {
    grid-template-columns: minmax(0, 1fr) 84px 142px 78px;
    gap: 10px;
  }
  .phone-model-device img { max-height: 72px; }
  .category-hub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-panel {
    position: static;
    top: 56px;
    grid-template-columns: 1fr;
  }
  .platform-product-list { grid-template-columns: 1fr; }
  .network-grid { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: 1fr; }
  .time-hero {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 24px;
  }
  .time-card-grid { grid-template-columns: 1fr; }
  .time-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .floating-logo-cloud {
    position: static;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
  }
  .brand-chip {
    position: static;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
  .brand-logo-chip {
    position: static;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 20px;
  }
  .brand-logo-chip i {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 13px;
  }
  .home-redesign .hero-tags {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }
  .home-redesign { grid-template-columns: 1fr; }
  .home-service-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-specials.moyo-clean {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 18px;
  }
  .moyo-clean .home-model-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 16px) / 3);
    overflow-x: auto;
    padding: 0 2px 8px;
    scroll-snap-type: x proximity;
  }
  .moyo-clean .home-model-card {
    min-width: 0;
    min-height: 212px;
    padding: 11px 9px;
    gap: 7px;
    scroll-snap-align: start;
  }

  .moyo-clean .home-model-thumb {
    min-height: 78px;
  }

  .moyo-clean .home-model-thumb img {
    max-height: 74px;
  }

  .moyo-clean .home-model-card .device-fallback {
    width: 42px;
    height: 70px;
    border-width: 5px;
    border-radius: 15px;
  }

  .home-model-card-head {
    display: grid;
    gap: 5px;
  }

  .home-model-card-head h3 {
    font-size: 12px;
    line-height: 1.25;
  }

  .home-model-card-head span {
    width: fit-content;
    min-height: 18px;
    padding: 0 5px;
    border-radius: 6px;
    font-size: 8px;
  }

  .moyo-clean .home-model-price b {
    font-size: 13px;
    line-height: 1.2;
  }

  .moyo-clean .home-model-price span {
    font-size: 9px;
  }

  .moyo-clean .home-model-price em {
    font-size: 8px;
    line-height: 1.25;
  }

  .home-simple-picks .section-head {
    align-items: stretch;
    gap: 14px;
  }

  .home-simple-picks .section-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .home-simple-picks .home-simple-models {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(218px, 78vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding: 0 2px 8px;
    scroll-snap-type: x proximity;
  }

  .home-simple-picks .home-model-card {
    min-height: 218px;
    padding: 14px;
    scroll-snap-align: start;
  }
  .internet-card-grid { grid-template-columns: 1fr; }
  .internet-buy-layout { grid-template-columns: 1fr; }
  .internet-calc-grid,
  .internet-summary { grid-template-columns: 1fr; }
  .internet-live-summary { grid-template-columns: 1fr; }
  .internet-live-price { min-height: auto; text-align: left; }
  .internet-summary {
    position: static;
    margin: 14px 0 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(25, 31, 40, .05);
  }
  .internet-option-list { grid-template-columns: 1fr; }
  .deal-card { grid-template-columns: 108px minmax(0, 1fr); }
  .deal-price { grid-column: 1 / -1; }
  .filters { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .detail-page { overflow-x: hidden; }
  .topbar { height: 56px; padding: 0 12px; }
  .platform-topbar .top-actions {
    min-width: 0;
    overflow-x: auto;
  }
  .platform-topbar .top-link {
    flex: none;
    min-height: 32px;
    padding: 0 9px;
    font-size: 12px;
  }
  .platform-topbar .brand span:last-child { max-width: 128px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .platform-copy {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .platform-copy .eyebrow { display: block; }
  .platform-copy h1 { font-size: 34px; line-height: 1.08; }
  .platform-copy p:not(.eyebrow) { margin-top: 12px; font-size: 13px; line-height: 1.55; }
  .hero-tags { margin-top: 10px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .hero-tags span,
  .hero-tags a { flex: none; min-height: 28px; font-size: 11px; padding: 0 9px; }
  .internet-hero > div:first-child,
  .internet-check,
  .internet-plans { padding: 16px; border-radius: 18px; }
  .internet-hero-metrics { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .internet-hero-metrics div { padding: 10px; border-radius: 13px; }
  .internet-hero-metrics span { font-size: 10px; }
  .internet-hero-metrics strong { font-size: 13px; }
  .internet-hero h1 { font-size: 28px; }
  .internet-hero p { font-size: 12px; line-height: 1.5; }
  .category-hub { grid-template-columns: 1fr; }
  .simple-link-grid { grid-template-columns: 1fr; }
  .phone-model-quotes {
    padding: 16px;
    border-radius: 20px;
  }
  .phone-model-head {
    display: block;
  }
  .phone-model-head h2 {
    font-size: 21px;
  }
  .phone-model-head a {
    margin-top: 10px;
  }
  .quote-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .quote-filter-row span {
    flex: none;
    min-height: 30px;
    font-size: 11px;
  }
  .phone-model-summary {
    min-height: 96px;
    grid-template-columns: minmax(0, 1fr) 58px 96px;
    gap: 8px;
    padding: 15px 0;
  }
  .phone-model-copy h3 {
    font-size: 16px;
  }
  .phone-model-device {
    min-height: 70px;
  }
  .phone-model-device img {
    max-height: 64px;
  }
  .phone-model-device .device-fallback {
    width: 40px;
    height: 64px;
    border-width: 5px;
    border-radius: 15px;
  }
  .phone-model-summary i {
    grid-column: 1 / -1;
    width: fit-content;
    min-width: 72px;
    min-height: 30px;
    font-size: 11px;
    justify-self: start;
  }
  .phone-model-pricepick {
    gap: 3px;
  }
  .phone-model-pricepick span {
    min-height: 18px;
    padding: 0 5px;
    font-size: 8px;
  }
  .phone-model-pricepick strong {
    font-size: 14px;
    white-space: normal;
  }
  .phone-model-pricepick em {
    font-size: 9px;
  }
  .quote-offer-panel {
    padding: 13px;
    border-radius: 16px;
  }
  .quote-option-tabs {
    gap: 6px;
    overflow-x: auto;
  }
  .quote-option-tabs span {
    flex: none;
    min-height: 27px;
    font-size: 10px;
  }
  .quote-offer-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    align-items: start;
    padding: 10px 0;
  }
  .quote-offer-row p {
    grid-column: 1 / -1;
    white-space: normal;
    line-height: 1.35;
    order: 3;
  }
  .quote-offer-row b {
    font-size: 14px;
  }
  .quote-panel-bottom {
    display: grid;
    gap: 10px;
  }
  .quote-panel-bottom a {
    width: fit-content;
  }
  .category-card { min-height: 148px; padding: 16px; border-radius: 18px; }
  .category-icon,
  .event-icon { width: 42px; height: 42px; border-radius: 14px; font-size: 22px; }
  .category-card strong { font-size: 17px; }
  .promo-popup { align-items: end; padding: 12px; }
  .promo-popup-card { padding: 24px 20px 20px; border-radius: 24px; }
  .promo-popup h2 { font-size: 32px; }
  .promo-actions { display: grid; }
  .internet-tabs button { min-height: 40px; padding: 0 14px; border-radius: 13px; }
  .internet-select-section { padding: 14px; border-radius: 18px; }
  .internet-live-summary { padding: 14px; border-radius: 16px; }
  .internet-live-summary strong { font-size: 17px; }
  .internet-live-price b { font-size: 24px; }
  .internet-option {
    grid-template-columns: minmax(0, 1fr) 86px 22px;
    min-height: 104px;
    gap: 8px;
    padding: 14px 12px;
  }
  .internet-option b { font-size: 15px; }
  .internet-option strong { margin-top: 0; font-size: 16px; }
  .internet-option strong small { font-size: 9px; }
  .internet-option em { font-size: 10px; line-height: 1.25; }
  .internet-option i { width: 22px; height: 22px; }
  .internet-summary strong { font-size: 20px; }
  .hero-actions { display: flex; }
  .platform-panel { display: none; }
  .deal-workspace { gap: 10px; }
  .filter-panel {
    gap: 8px;
    padding: 10px;
    border-radius: 18px;
    box-shadow: none;
  }
  .filter-title { display: none; }
  .field-label { gap: 6px; font-size: 0; }
  .field-label .field,
  .field-label select { font-size: 13px; }
  .filter-block { gap: 6px; }
  .filter-block .field-label { display: none; }
  .filter-panel > .field-label:last-of-type { display: none; }
  .chip-group { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .chip { flex: none; min-height: 34px; padding: 0 12px; font-size: 11px; }
  .partner-note { display: none; }
  .deal-board {
    padding: 12px;
    border-radius: 18px;
    box-shadow: none;
  }
  .board-head { margin-bottom: 6px; }
  .board-head .eyebrow { display: none; }
  .board-head h2 { font-size: 21px; }
  .brand-tabs { padding-bottom: 8px; }
  .tab { min-height: 34px; padding: 0 12px; font-size: 12px; }
  .platform-panel,
  .deal-board,
  .filter-panel,
  .platform-section { padding: 16px; border-radius: 20px; }
  .deal-board,
  .filter-panel { padding: 12px; border-radius: 18px; }
  .metric-grid { grid-template-columns: 1fr 1fr 1fr; }
  .metric-grid div { padding: 12px 10px; }
  .metric-grid b { font-size: 20px; }
  .board-head { align-items: flex-start; }
  .hero { padding: 18px 14px 10px; }
  .hero-panel { padding: 23px; border-radius: 24px; }
  .hero h1 { font-size: 34px; }
  .section { padding: 16px 14px 28px; }
  .deal-card,
  .platform-product-list .deal-card { grid-template-columns: 76px minmax(0, 1fr); gap: 10px; min-height: auto; padding: 12px; border-radius: 16px; }
  .device-box { min-height: 88px; border-radius: 14px; }
  .platform-product-list .device-box { min-height: 88px; border-radius: 14px; }
  .device-fallback { width: 54px; height: 88px; border-width: 6px; border-radius: 17px; }
  .deal-main h3 { margin-top: 6px; font-size: 16px; }
  .deal-main p { font-size: 11px; line-height: 1.4; }
  .deal-price { gap: 7px; }
  .price-big { font-size: 24px; }
  .price-label { font-size: 10px; }
  .mini-grid { gap: 6px; }
  .mini-box span { font-size: 9px; }
  .mini-box b { font-size: 12px; }
  .deal-price .btn { min-height: 42px; border-radius: 13px; }
  .detail-main { padding: 12px; }
  .detail-hero { grid-template-columns: 1fr 96px; padding: 20px; border-radius: 24px; }
  .detail-hero-platform { grid-template-columns: 1fr; }
  .detail-device { min-height: 96px; border-radius: 20px; }
  .detail-device .device-fallback { width: 56px; height: 88px; }
  .detail-hero-platform .detail-device { min-height: 132px; }
  .detail-policy-banner {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
  }
  .detail-policy-banner strong { font-size: 15px; }
  .detail-policy-banner p {
    max-width: none;
    font-size: 11px;
  }
  .carrier-choice-card {
    padding: 14px;
    border-radius: 18px;
  }
  .carrier-choice-head strong {
    font-size: 16px;
  }
  .carrier-choice-row {
    min-height: 62px;
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
  }
  .carrier-choice-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 11px;
  }
  .carrier-choice-row strong {
    font-size: 17px;
  }
  .carrier-choice-row p {
    font-size: 11px;
  }
  .receive-method-card {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }
  .receive-method-card strong {
    font-size: 17px;
  }
  .receive-method-badges {
    justify-content: flex-start;
  }
  .partner-cert-card {
    margin-top: 16px;
  }
  .partner-cert-link {
    min-height: 62px;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 9px 12px 9px 9px;
    border-radius: 12px;
  }
  .partner-cert-seal {
    width: 48px;
    height: 48px;
  }
  .partner-cert-text b {
    font-size: 15px;
  }
  .partner-cert-card p {
    font-size: 11px;
    line-height: 1.6;
  }
  .summary-grid { grid-template-columns: 1fr; }
  .detail-tabs {
    top: 56px;
    display: flex;
    overflow-x: auto;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 14px;
  }
  .detail-tabs a {
    flex: 0 0 auto;
    min-width: 104px;
    min-height: 50px;
    font-size: 14px;
  }
  .detail-tab-section { scroll-margin-top: 112px; }
  .tab-section-head { align-items: flex-start; }
  .review-item { padding: 15px 2px; }
  .review-meta { gap: 7px; }
  .review-meta .stars { font-size: 12px; }
  .review-meta b,
  .review-meta time { font-size: 12px; }
  .review-item p { font-size: 13px; }
  .consult-grid,
  .consult-actions,
  .safe-grid { grid-template-columns: 1fr; }
  .card { padding: 16px; border-radius: 22px; }
  .control-grid { grid-template-columns: 1fr; }
  .control.full { grid-column: auto; }
  .segmented { grid-template-columns: 1fr; }
  .segmented button { min-height: 48px; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-button { min-height: 98px; padding: 10px; }
  .plan-button b { font-size: 12px; }
  .plan-button strong { font-size: 16px; }
  .action-row { grid-template-columns: 1fr; }
  .sticky-cta { grid-template-columns: 1fr; }
  .footer-brand { display: block; }
  .footer-brand p { margin-top: 8px; }
  .footer-info { grid-template-columns: 1fr; }
  .floating-contact { right: 12px; bottom: 84px; }
  .float-btn { width: 50px; height: 50px; }
  .lead-grid,
  .address-grid { grid-template-columns: 1fr; }
}

/* LIVE visual refresh: product-led cards with a restrained live signal */
.live-nav-link i,
.eyebrow > i,
.live-service-link i,
.live-status i { background: #ef4444; box-shadow: 0 0 0 3px rgba(239, 68, 68, .13); }
.live-nav-link.active { background: #fff1f2; color: #e11d48; }
.live-page-intro { position: relative; overflow: hidden; padding: 34px; border-color: #dbe4ef; background: radial-gradient(circle at 88% 18%, rgba(239,68,68,.12), transparent 23%), linear-gradient(135deg, #fff 0%, #f4f8ff 100%); }
.live-page-intro::after { content: "LIVE"; position: absolute; right: 28px; bottom: -22px; color: rgba(37,99,235,.045); font-size: 112px; font-weight: 950; letter-spacing: -.1em; pointer-events: none; }
.live-page-intro .eyebrow { color: #e11d48; }
.live-page-intro .eyebrow > i { box-shadow: 0 0 0 5px rgba(239,68,68,.1); }
.live-page-intro h1 { max-width: 580px; font-size: 34px; }
.live-page-intro p:not(.eyebrow) { max-width: 520px; }
.live-quote-grid { gap: 18px; }
.live-quote-card { position: relative; min-width: 0; overflow: hidden; padding: 20px; border-color: #e4e8ee; border-radius: 24px; box-shadow: 0 14px 34px rgba(25,31,40,.08); transition: transform .2s ease, box-shadow .2s ease; }
.live-quote-card:hover { transform: translateY(-3px); box-shadow: 0 19px 40px rgba(25,31,40,.12); }
.live-quote-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #ef4444, #fb7185 42%, #fda4af); }
.live-card-top { margin-bottom: 15px; }
.live-card-top > span:last-child { padding: 5px 8px; border-radius: 999px; background: #f8fafc; color: #64748b; }
.live-status { color: #e11d48; }
.live-status i { animation: live-pulse 1.8s ease-in-out infinite; }
@keyframes live-pulse { 50% { opacity: .45; box-shadow: 0 0 0 7px rgba(239,68,68,0); } }
.live-product-row { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 95px; }
.live-device-image { height: 92px; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, #eff6ff, #f8fafc); }
.live-device-image img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.live-device-fallback { width: 45px; height: 72px; display: grid; place-items: center; border: 4px solid #1e293b; border-radius: 13px; background: linear-gradient(135deg, #3b82f6, #1d4ed8); box-shadow: inset 0 0 0 3px #dbeafe; color: #fff; font-size: 8px; font-weight: 950; }
.live-product-row h3 { margin: 0 0 6px; font-size: 20px; line-height: 1.18; }
.live-price { margin: 20px 0 15px; padding: 15px; border-radius: 16px; background: #f8fafc; }
.live-price strong { color: #111827; font-size: 28px; }
.live-card-details { padding: 14px 0; }
.live-time { margin: 16px 0; padding: 14px 15px; border: 1px solid #fee2e2; border-radius: 16px; background: #fffafa; }
.live-time strong { color: #dc2626; font-size: 25px; letter-spacing: .04em; }
.live-time small { color: #b45353; }
.live-card-actions { gap: 8px; }
.live-card-actions .btn.primary { background: #e11d48; box-shadow: none; }
.live-card-actions .btn.primary:hover { background: #be123c; }
.live-quote-card.is-expired::before { background: #cbd5e1; }
.live-quote-card.is-expired .live-status i { background: #94a3b8; }
.algo-live-home { position: relative; overflow: hidden; border-color: #e5e7eb; background: linear-gradient(135deg, #fff 0%, #f8fafc 100%); }
.algo-live-home::after { content: ""; position: absolute; top: -95px; right: -35px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(239,68,68,.12), transparent 68%); pointer-events: none; }
.algo-live-home .eyebrow { color: #e11d48; }
.algo-live-home-head > a { position: relative; z-index: 1; background: #111827; }
.live-home-cards { position: relative; z-index: 1; gap: 14px; }
.live-home-cards .live-quote-card { min-width: 290px; }
.live-home-cards .live-product-row { grid-template-columns: 70px minmax(0, 1fr); min-height: 76px; }
.live-home-cards .live-device-image { height: 74px; border-radius: 15px; }
.live-home-cards .live-product-row h3 { font-size: 17px; }
.live-home-cards .live-price { margin: 14px 0 12px; padding: 12px; }
.live-home-cards .live-price strong { font-size: 23px; }
.live-home-cards .live-time { margin: 12px 0; padding: 12px; }
.live-home-cards .live-time strong { font-size: 20px; }

@media (max-width: 560px) {
  .live-page-intro { padding: 26px 20px; }
  .live-page-intro h1 { font-size: 28px; }
  .live-page-intro::after { right: 10px; font-size: 78px; }
  .live-quote-card { padding: 17px; border-radius: 20px; }
  .live-product-row { grid-template-columns: 76px minmax(0, 1fr); min-height: 82px; }
  .live-device-image { height: 80px; border-radius: 15px; }
  .live-price strong { font-size: 26px; }
  .live-time strong { font-size: 23px; }
}

/* Product detail partner identity */
.detail-partner-banner { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 14px; align-items: center; margin: 14px 0; padding: 17px 19px; border: 1px solid #dbeafe; border-radius: 20px; background: linear-gradient(115deg, #f8fbff, #edf6ff); }
.detail-partner-mark { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: #2563eb; color: #fff; font-size: 13px; font-weight: 950; letter-spacing: -.04em; }
.detail-partner-banner span { display: block; margin-bottom: 3px; color: #2563eb; font-size: 11px; font-weight: 900; }
.detail-partner-banner h2 { margin: 0; color: var(--ink); font-size: 19px; letter-spacing: -.04em; }
.detail-partner-banner p { margin: 4px 0 0; color: var(--sub); font-size: 12px; font-weight: 700; line-height: 1.55; }
.detail-partner-banner p strong { color: var(--ink); }
.detail-partner-banner > b { padding: 7px 10px; border: 1px solid #bfdbfe; border-radius: 999px; background: #fff; color: #2563eb; font-size: 11px; font-weight: 900; white-space: nowrap; }

@media (max-width: 560px) {
  .detail-partner-banner { grid-template-columns: 48px minmax(0, 1fr); gap: 11px; padding: 15px; }
  .detail-partner-mark { width: 48px; height: 48px; border-radius: 15px; font-size: 11px; }
  .detail-partner-banner h2 { font-size: 16px; }
  .detail-partner-banner > b { grid-column: 2; justify-self: start; }
}
