:root {
  color-scheme: light;
  --header-height: 72px;
  --blue: #0071e3;
  --blue-dark: #005bb8;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --bg: #ffffff;
  --bg-soft: #f5f5f7;
  --line: #d2d2d7;
  --dark: #0b0d12;
  --cleanbutle-pink: #ff7aa2;
  --cleanbutle-pink-soft: #fff0f5;
  --cleanbutle-pink-border: rgba(255, 122, 162, 0.22);
  --lg-magenta: #b0005a;
  --lg-soft: #fff1f7;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
  --soft-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  --max: 1120px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-bottom: 96px;
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

li {
  line-height: 1.72;
}

.preview-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - var(--max)) / 2));
  border-bottom: 1px solid rgba(210, 210, 215, 0.74);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.04);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-logo img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--cleanbutle-pink-border), 0 8px 18px rgba(0, 0, 0, 0.08);
}

.preview-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 800;
}

.preview-header nav a {
  transition: color 160ms ease;
}

.preview-header nav a:hover {
  color: var(--blue);
}

.nav-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
}

.nav-cta:hover {
  color: #fff;
  background: var(--blue-dark);
}

.hero {
  display: grid;
  max-width: var(--max);
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: 56px;
  margin: 0 auto;
  padding: 74px 24px 70px;
}

.hero-copy,
.hero-card,
.section-head,
.benefit-panel,
.plan-card,
.privacy-copy,
.privacy-card {
  min-width: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.lead {
  max-width: 690px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 650;
  line-height: 1.75;
}

.button-row,
.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--blue);
  color: #fff;
}

.btn-primary:hover {
  background: var(--blue-dark);
}

.btn-secondary,
.btn-light {
  border-color: var(--line);
  background: #fff;
  color: var(--text);
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  list-style: none;
}

.hero-checks li {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-soft);
  color: #3f3f46;
  font-size: 13px;
  font-weight: 800;
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, 0.88);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-card-media {
  position: relative;
  height: 238px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(18, 24, 32, 0.06)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.92), transparent 18%),
    radial-gradient(circle at 92% 14%, rgba(176, 0, 90, 0.13), transparent 24%),
    linear-gradient(180deg, #edf1f5 0%, #f8fafc 54%, #dfe5eb 55%, #cfd8e3 100%);
  overflow: hidden;
}

.hero-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-media.image-loaded {
  background: #eef2f7;
}

.hero-card-media.image-loaded::before,
.hero-card-media.image-loaded::after {
  display: none;
}

.hero-card-media.image-loaded .tv-screen,
.hero-card-media.image-loaded .router,
.hero-card-media.image-loaded .connection-card {
  display: none;
}

.hero-card-media.image-loaded .device-caption {
  left: 18px;
  top: 18px;
  right: auto;
  bottom: auto;
  z-index: 2;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.telecom-visual::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.35), transparent 34%, rgba(0, 0, 0, 0.06)),
    linear-gradient(180deg, #e4ebf2, #ccd6e1);
  content: "";
}

.telecom-visual::after {
  position: absolute;
  right: 32px;
  bottom: 40px;
  width: 210px;
  height: 18px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(218, 226, 235, 0.9)),
    #fff;
  box-shadow: 0 14px 28px rgba(31, 41, 55, 0.18);
  content: "";
}

.device-caption {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(0, 113, 227, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d2b42;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.wifi-rings {
  position: absolute;
  top: 24px;
  left: 34px;
  width: 128px;
  height: 96px;
}

.wifi-rings span {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  border: 6px solid transparent;
  border-top-color: var(--blue);
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.wifi-rings span:nth-child(1) {
  width: 122px;
  height: 92px;
  opacity: 0.18;
}

.wifi-rings span:nth-child(2) {
  width: 86px;
  height: 64px;
  opacity: 0.34;
}

.wifi-rings span:nth-child(3) {
  width: 48px;
  height: 36px;
  opacity: 0.74;
}

.router {
  position: absolute;
  left: 38px;
  bottom: 38px;
  z-index: 4;
  display: flex;
  width: 162px;
  height: 54px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-right: 22px;
  border: 1px solid rgba(79, 96, 119, 0.18);
  border-radius: 18px 18px 24px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(231, 236, 243, 0.96)),
    #fff;
  box-shadow: 0 18px 34px rgba(31, 41, 55, 0.24);
}

.router::before,
.router::after {
  position: absolute;
  top: -44px;
  width: 7px;
  height: 56px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #151923, #333b49),
    var(--text);
  content: "";
}

.router::before {
  left: 30px;
  transform: rotate(-12deg);
}

.router::after {
  right: 30px;
  transform: rotate(12deg);
}

.router i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2f80ed;
  opacity: 0.85;
  box-shadow: 0 0 10px rgba(47, 128, 237, 0.46);
}

.tv-screen {
  position: absolute;
  right: 38px;
  top: 48px;
  z-index: 3;
  width: 196px;
  height: 112px;
  border: 7px solid #171a22;
  border-radius: 10px;
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.42), transparent 16%),
    linear-gradient(135deg, #1a2637 0%, #0c1018 52%, #354559 100%);
  box-shadow: 0 18px 36px rgba(24, 32, 43, 0.25);
}

.tv-screen span {
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 64px;
  height: 5px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.44);
  transform: translateX(-50%);
}

.connection-card {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(210, 210, 215, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(31, 41, 55, 0.12);
}

.connection-card span {
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f0f6ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.offer-summary {
  padding: 28px 30px 20px;
}

.partner-mark {
  display: block;
  margin-bottom: 10px;
  color: var(--lg-magenta);
  font-size: 14px;
  font-weight: 800;
}

.offer-summary strong {
  display: block;
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.offer-summary p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}

.offer-breakdown {
  display: grid;
  gap: 10px;
  margin: 0 30px;
  border-radius: var(--radius);
}

.offer-breakdown div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 113, 227, 0.18);
  border-radius: var(--radius);
  background: #f0f7ff;
}

.offer-breakdown div:last-child {
  border-bottom: 1px solid var(--line);
}

.offer-breakdown dt {
  color: #21415f;
  font-size: 13px;
  font-weight: 800;
}

.offer-breakdown dd {
  color: var(--blue);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
  text-align: right;
}

.offer-breakdown .offer-partner {
  border-color: rgba(176, 0, 90, 0.18);
  background: var(--lg-soft);
}

.offer-breakdown .offer-partner dt {
  color: #7a1747;
}

.offer-breakdown .offer-partner dd {
  color: var(--lg-magenta);
}

.offer-breakdown .included-row {
  background: #fff;
}

.offer-breakdown .included-row dt,
.offer-breakdown .included-row dd {
  font-size: 12px;
}

.offer-breakdown .included-row dd {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.card-note {
  padding: 18px 30px 30px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.72;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 24px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section h2,
.lead-section h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.section-head p,
.privacy-copy p,
.lead-section p,
.plain-notice p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.78;
}

.audience-section {
  border-top: 1px solid var(--line);
}

.audience-grid,
.benefit-layout,
.plan-cards,
.process-list {
  display: grid;
  gap: 16px;
}

.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid article,
.benefit-panel,
.plan-card,
.process-list li,
.privacy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.audience-grid article {
  min-height: 178px;
  padding: 22px;
}

.audience-grid strong,
.privacy-card strong {
  display: block;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.32;
}

.audience-grid p,
.privacy-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.benefit-section,
.process-section {
  max-width: none;
  background: var(--bg-soft);
}

.benefit-section > *,
.process-section > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.benefit-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-panel {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 26px;
}

.benefit-panel.official,
.benefit-panel.partner {
  min-height: 260px;
  border: 0;
  color: #fff;
  box-shadow: 0 24px 60px rgba(20, 39, 65, 0.16);
}

.benefit-panel.official {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #0071e3 0%, #004eb7 100%);
}

.benefit-panel.partner {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #b0005a 0%, #e64a8a 100%);
}

.benefit-panel span,
.plan-card-head span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: #45454a;
  font-size: 12px;
  font-weight: 800;
}

.benefit-panel.official span,
.benefit-panel.partner span {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.benefit-panel.gift span {
  background: var(--lg-soft);
  color: var(--lg-magenta);
}

.benefit-panel strong {
  display: block;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.benefit-panel.official strong,
.benefit-panel.partner strong {
  max-width: 460px;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.06;
}

.benefit-panel.gift strong {
  color: var(--lg-magenta);
}

.benefit-panel.included {
  min-height: 0;
  grid-column: 1 / -1;
  padding: 20px 24px;
  border-color: rgba(176, 0, 90, 0.16);
  background: #fff;
}

.benefit-panel.included strong {
  font-size: 19px;
}

.benefit-panel.included p {
  margin-top: 8px;
  font-size: 14px;
}

.benefit-panel p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
}

.benefit-panel.official p,
.benefit-panel.partner p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.82);
}

.benefit-event-visual {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(176, 0, 90, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(176, 0, 90, 0.1);
}

.benefit-event-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.benefit-event-visual figcaption {
  padding: 14px 18px 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.62;
}

.plain-notice {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.plain-notice strong {
  color: var(--text);
  font-size: 17px;
  font-weight: 800;
}

.notice-checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  list-style: none;
}

.notice-checks li {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 8px;
  background: #f7fbff;
  color: #1d2b42;
  font-size: 13px;
  font-weight: 800;
}

.offer-plan-section .plain-notice {
  margin-bottom: 30px;
}

.plan-block {
  padding-top: 12px;
}

.plan-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 18px;
}

.plan-head h3 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.22;
}

.plan-head p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
}

.device-visual-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.device-tile {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 113, 227, 0.16), transparent 24%),
    #fff;
}

.device-tile::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 62px;
  height: 38px;
  border: 4px solid rgba(0, 113, 227, 0.28);
  border-radius: 8px;
  content: "";
}

.device-tile.tv::after {
  width: 74px;
  height: 46px;
  border-color: rgba(176, 0, 90, 0.24);
}

.device-tile.phone::after {
  width: 34px;
  height: 58px;
  border-color: rgba(29, 29, 31, 0.24);
  border-radius: 12px;
}

.device-tile span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f0f6ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.device-tile.tv span {
  background: var(--lg-soft);
  color: var(--lg-magenta);
}

.device-tile.phone span {
  background: var(--bg-soft);
  color: var(--text);
}

.device-tile strong {
  display: block;
  max-width: 220px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.34;
}

.device-tile p {
  max-width: 230px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

.plan-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-card {
  padding: 28px;
}

.plan-card.recommended {
  border-color: rgba(0, 113, 227, 0.35);
  box-shadow: 0 18px 46px rgba(0, 113, 227, 0.09);
}

.plan-card.recommended .plan-card-head span {
  background: var(--blue);
  color: #fff;
}

.plan-card h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.plan-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}

.plan-card dl {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.plan-card dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.plan-card dt {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.plan-card dd {
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
  text-align: right;
}

.plan-card dl div.support-row,
.plan-card dl div.partner-row {
  margin: 0 -10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
}

.plan-card dl div.support-row {
  background: #f0f7ff;
}

.plan-card dl div.support-row dt {
  color: #21415f;
}

.plan-card dl div.support-row dd {
  color: var(--blue);
  font-size: 26px;
}

.plan-card dl div.partner-row {
  margin-top: 8px;
  border-bottom: 0;
  background: var(--lg-soft);
}

.plan-card dl div.partner-row dt {
  color: #7a1747;
}

.plan-card dl div.partner-row dd {
  color: var(--lg-magenta);
  font-size: 22px;
}

.table-wrap {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: #fff;
  text-align: left;
}

th,
td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}

thead th {
  background: #f0f6ff;
  color: #1d2b42;
  font-weight: 800;
}

tbody th {
  color: var(--text);
  font-weight: 800;
}

td {
  color: #3f3f46;
  font-weight: 650;
}

td.support-cell {
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
}

td.partner-cell {
  background: #fff7fb;
  color: var(--lg-magenta);
  font-weight: 800;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.table-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.72;
}

.process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.process-list li {
  min-height: 230px;
  padding: 24px;
}

.process-list span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}

.process-list strong {
  display: block;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.process-list p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: start;
  gap: 54px;
}

.privacy-card {
  padding: 26px;
  background: var(--bg-soft);
}

.privacy-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  list-style: none;
}

.privacy-card li {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.lead-section {
  display: grid;
  max-width: var(--max);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 10px auto 96px;
  padding: 38px;
  border-radius: var(--radius);
  background: var(--dark);
  color: #fff;
}

.lead-section p {
  color: rgba(255, 255, 255, 0.76);
}

.lead-section .lead-privacy-note {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.lead-section .lead-privacy-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-section .btn-light {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-footer {
  padding: 56px 24px 120px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 16px;
  font-weight: 800;
}

.site-footer p {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 650;
}

.mobile-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: none;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}

.mobile-cta a:first-child {
  background: var(--blue);
  color: #fff;
}

@media (max-width: 960px) {
  .preview-header {
    padding: 0 18px;
  }

  .preview-header nav {
    display: none;
  }

  .hero,
  .privacy-section,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    gap: 38px;
    padding-top: 58px;
  }

  .audience-grid,
  .benefit-layout,
  .plan-cards,
  .process-list,
  .notice-checks,
  .device-visual-row,
  .plan-head {
    grid-template-columns: 1fr;
  }

  .audience-grid article,
  .benefit-panel,
  .process-list li {
    min-height: 0;
  }

  .lead-section {
    margin-right: 18px;
    margin-left: 18px;
  }

  .lead-actions,
  .lead-actions .btn {
    width: 100%;
  }

  .mobile-cta {
    display: flex;
  }
}

@media (max-width: 560px) {
  html,
  body,
  main,
  .preview-header,
  .hero,
  .section,
  .lead-section,
  .site-footer {
    width: 100%;
    max-width: 100vw;
  }

  body {
    padding-bottom: 92px;
  }

  .hero,
  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    display: block;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .hero-copy,
  .hero-card {
    width: calc(100vw - 60px);
    max-width: 330px;
  }

  .hero-card {
    margin-top: 36px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 29px;
    line-height: 1.2;
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .lead {
    font-size: 17px;
    max-width: 100%;
  }

  .lead,
  .section-head p,
  .offer-summary p,
  .card-note,
  .audience-grid p,
  .plan-head p,
  .device-tile p,
  .plan-card p,
  .table-note,
  .process-list p,
  .privacy-copy p,
  .privacy-card p,
    .lead-section p,
    .site-footer p {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .button-row .btn,
  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .hero-checks {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-checks li {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .hero-card-media {
    height: 188px;
  }

  .offer-summary strong {
    max-width: 100%;
    font-size: 27px;
    line-height: 1.13;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .device-caption {
    right: 14px;
    top: 14px;
  }

  .tv-screen {
    right: 22px;
    top: 52px;
    width: 152px;
    height: 88px;
    border-width: 6px;
  }

  .router {
    left: 24px;
    bottom: 46px;
    width: 142px;
    height: 50px;
  }

  .connection-card {
    right: 12px;
    bottom: 12px;
    grid-template-columns: repeat(3, auto);
    transform: scale(0.78);
    transform-origin: right bottom;
  }

  .offer-summary,
  .card-note {
    padding-right: 18px;
    padding-left: 18px;
  }

  .offer-breakdown {
    margin-right: 18px;
    margin-left: 18px;
  }

  .offer-breakdown div,
  .plan-card dl div {
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .offer-breakdown dt,
  .offer-breakdown dd,
  .benefit-panel strong,
  .plan-card h3,
  .plan-card dt,
  .plan-card dd,
  td.support-cell,
  td.partner-cell {
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .offer-breakdown dd,
  .plan-card dd {
    text-align: left;
  }

  .offer-breakdown dd {
    font-size: 20px;
  }

  .offer-breakdown .included-row dd {
    font-size: 12px;
  }

  .benefit-panel.official strong,
  .benefit-panel.partner strong {
    font-size: 30px;
  }

  .benefit-event-visual {
    border-radius: 14px;
  }

  .benefit-event-visual figcaption {
    padding: 12px 14px 14px;
    font-size: 12px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .plan-card dl div.support-row dd {
    font-size: 24px;
  }

  .plan-card dl div.partner-row dd {
    font-size: 20px;
  }

  .table-wrap {
    max-width: calc(100vw - 36px);
  }

  .privacy-card ul {
    grid-template-columns: 1fr;
  }

  .lead-section {
    padding: 30px 24px;
  }

  .mobile-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .mobile-cta a {
    flex: 1;
  }
}
