:root {
  --ink: #0b132b;
  --ink-2: #17233f;
  --teal: #0f766e;
  --teal-dark: #0b5f59;
  --mint: #dff6f1;
  --mint-2: #f1fbf8;
  --paper: #ffffff;
  --canvas: #f5faf9;
  --line: #d7e7e3;
  --muted: #53646b;
  --orange: #b45309;
  --shadow: 0 20px 50px rgba(11, 19, 43, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1em; }
h1, h2, h3, strong { letter-spacing: -.025em; }
h1, h2, h3 { margin-top: 0; line-height: 1.18; text-wrap: balance; }
h2 { font-size: clamp(29px, 3vw, 42px); }
section[id] { scroll-margin-top: 96px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 10px clamp(16px, 5vw, 72px);
  border-bottom: 1px solid rgba(215, 231, 227, .92);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--teal);
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(15, 118, 110, .22);
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 18px; }
.brand small { color: var(--muted); font-size: 11px; font-weight: 750; }
.site-header nav { display: flex; align-items: center; gap: 8px; }
.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 10px;
  color: #34444b;
  font-size: 14px;
  font-weight: 850;
}
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a[aria-current="page"] { color: var(--teal-dark); background: var(--mint-2); outline: 0; }
.site-header nav .nav-pill { color: #fff; background: var(--ink); }
.site-header nav .nav-pill:hover, .site-header nav .nav-pill:focus-visible { color: #fff; background: var(--ink-2); }

main { overflow: hidden; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(52px, 8vw, 106px) clamp(18px, 6vw, 90px) 84px;
}
.home-hero h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(47px, 6.5vw, 82px);
  line-height: 1.05;
}
.home-hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 760px; color: #405159; font-size: clamp(18px, 2vw, 22px); line-height: 1.72; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
}
.btn-primary { color: #fff; background: var(--teal-dark); box-shadow: 0 14px 28px rgba(11, 95, 89, .18); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--ink); outline: 3px solid #8bd9ce; outline-offset: 2px; }
.btn-secondary { border-color: var(--line); background: #fff; }
.btn-secondary:hover, .btn-secondary:focus-visible { border-color: var(--teal); outline: 3px solid #c7eee8; outline-offset: 2px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 0; padding: 0; list-style: none; color: #46575f; font-size: 14px; font-weight: 800; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--teal); font-weight: 950; }
.home-hero-visual { margin: 0; padding: 15px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.home-hero-visual img { width: 100%; border-radius: 18px; }
.home-hero-visual figcaption { padding: 12px 7px 1px; color: var(--muted); font-size: 13px; font-weight: 750; }

.section-heading { max-width: 780px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading > p:last-child { color: var(--muted); }
.cluster-strip, .home-guides, .guide-cluster, .related-guides { padding: 76px clamp(18px, 6vw, 90px); }
.cluster-strip { border-block: 1px solid var(--line); background: #fff; }
.cluster-strip > *, .home-guides > *, .guide-cluster > *, .related-guides > * { max-width: 1260px; margin-inline: auto; }
.cluster-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.cluster-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--mint-2);
}
.cluster-card:hover, .cluster-card:focus-visible { border-color: var(--teal); background: var(--mint); outline: 3px solid #c7eee8; outline-offset: 2px; }
.cluster-card span { color: var(--teal-dark); font-size: 13px; font-weight: 950; }
.cluster-card strong { font-size: 21px; line-height: 1.35; }
.cluster-card small { color: var(--muted); font-size: 13px; font-weight: 750; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(11, 19, 43, .055); }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.guide-card-image { display: block; min-height: 1px; overflow: hidden; background: var(--mint); }
.guide-card-image img { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; }
.guide-card-body { padding: 24px; }
.card-label { margin-bottom: 8px; color: var(--teal-dark); font-size: 12px; font-weight: 950; }
.guide-card h2 { margin-bottom: 12px; font-size: 24px; }
.guide-card h2 a { display: inline-flex; min-height: 44px; align-items: center; }
.guide-card-body > p:not(.card-label) { color: var(--muted); font-size: 15px; line-height: 1.65; }
.card-link { display: block; margin-top: 20px; color: var(--teal-dark); font-size: 14px; font-weight: 900; }
.center-action { margin-top: 34px; text-align: center; }
.independent-note {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 50px;
  max-width: 1260px;
  margin: 28px auto 88px;
  padding: 34px;
  border-radius: 22px;
  color: #fff;
  background: var(--ink);
}
.independent-note h2, .independent-note p { margin-bottom: 0; }
.independent-note .eyebrow { color: #8ee3d7; }
.independent-note > p { color: #dce8ea; }

.page-hero { padding: 78px clamp(18px, 7vw, 110px); background: linear-gradient(125deg, #fff, var(--mint-2)); }
.page-hero.compact { max-width: 1440px; margin: 0 auto; padding-bottom: 64px; }
.page-hero h1 { max-width: 920px; margin-bottom: 20px; font-size: clamp(42px, 6vw, 72px); }
.page-hero > p:last-child { max-width: 760px; color: var(--muted); font-size: 19px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 24px; color: #607077; font-size: 13px; font-weight: 800; }
.breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 3px; }
.guide-cluster:nth-of-type(even) { background: #fff; }

.article { background: #fff; }
.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px clamp(18px, 5vw, 70px) 58px;
}
.article-hero h1 { margin-bottom: 20px; font-size: clamp(43px, 5vw, 64px); }
.article-lead { color: #41535b; font-size: 20px; line-height: 1.72; font-weight: 650; }
.review-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; color: #607077; font-size: 13px; font-weight: 800; }
.review-meta a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: underline; text-underline-offset: 3px; }
.article-hero figure { margin: 0; padding: 13px; border: 1px solid var(--line); border-radius: 22px; background: var(--mint-2); }
.article-hero figure img { width: 100%; border-radius: 14px; }
.article-hero figcaption { padding: 10px 5px 0; color: var(--muted); font-size: 12px; font-weight: 750; }
.draft-badge { width: max-content; margin-bottom: 14px; padding: 7px 11px; border-radius: 999px; color: #7c2d12; background: #ffedd5; font-size: 13px; font-weight: 900; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 800px) 260px;
  gap: 58px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 18px 88px;
}
.article-body { min-width: 0; }
.direct-answer {
  margin: 0 0 42px;
  padding: 26px 28px;
  border: 1px solid #a9dcd4;
  border-left: 6px solid var(--teal);
  border-radius: 16px;
  background: var(--mint-2);
}
.direct-answer strong { display: block; margin-bottom: 8px; color: var(--teal-dark); font-size: 16px; }
.direct-answer p { margin: 0; font-size: 19px; line-height: 1.7; font-weight: 720; }
.article-section { margin: 0 0 48px; }
.article-section h2 { margin-bottom: 20px; font-size: clamp(28px, 3.3vw, 38px); }
.article-section p { color: #34484f; font-size: 18px; line-height: 1.82; }
.steps { counter-reset: step; display: grid; gap: 12px; margin: 25px 0; padding: 0; list-style: none; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 40px 1fr; gap: 13px; align-items: start; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.steps li::before { content: counter(step); display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: #fff; background: var(--teal-dark); font-size: 14px; font-weight: 950; }
.steps li span { padding-top: 5px; color: #263a42; font-weight: 740; }
.note-box { padding: 18px 20px; border-radius: 14px; background: #fff7ed; }
.note-box strong { color: var(--orange); }
.note-box p { margin: 6px 0 0; }
.faq details { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq summary { min-height: 52px; padding: 14px 18px; cursor: pointer; font-weight: 850; }
.faq details p { margin: 0; padding: 0 18px 18px; font-size: 16px; }
.sources { padding: 26px; border-radius: 17px; background: #f3f7f6; }
.sources p { font-size: 15px; }
.sources ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.sources li { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid #d8e3e0; }
.sources a { display: inline-flex; min-height: 48px; align-items: center; color: var(--teal-dark); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.sources span { min-width: max-content; color: var(--muted); font-size: 12px; }
.change-log { padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.change-log p { margin: 5px 0 0; }
.article-nav { position: sticky; top: 96px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--canvas); }
.article-nav strong { display: block; margin-bottom: 10px; }
.article-nav ol { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; counter-reset: nav; }
.article-nav li { counter-increment: nav; }
.article-nav a { display: flex; min-height: 44px; align-items: center; color: #516269; font-size: 13px; font-weight: 750; }
.article-nav a::before { content: counter(nav, decimal-leading-zero); margin-right: 8px; color: var(--teal); font-size: 11px; font-weight: 950; }
.related-guides { border-top: 1px solid var(--line); background: var(--canvas); }

.simple-content { max-width: 860px; margin: 0 auto; padding: 16px 18px 88px; }
.simple-content section { margin-bottom: 44px; }
.simple-content p, .simple-content li { color: #34484f; font-size: 18px; line-height: 1.8; }
.simple-content li { margin-bottom: 8px; }

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: start;
  padding: 46px clamp(18px, 6vw, 90px);
  color: #dbe7e9;
  background: var(--ink);
}
.site-footer > div { max-width: 680px; }
.site-footer strong { color: #fff; font-size: 19px; }
.site-footer p { margin: 8px 0 0; color: #afc0c5; font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 4px; }
.site-footer a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 10px; font-size: 13px; font-weight: 800; }
.site-footer a:hover, .site-footer a:focus-visible { color: #8ee3d7; outline: 2px solid #8ee3d7; border-radius: 8px; }

@media (max-width: 1050px) {
  .cluster-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 800px); justify-content: center; }
  .article-nav { display: none; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .site-header { min-height: 62px; padding: 7px 14px; }
  .brand { min-width: max-content; }
  .brand-mark { width: 40px; height: 40px; }
  .brand small { display: none; }
  .site-header nav a:nth-child(2), .site-header nav a:nth-child(3) { display: none; }
  .site-header nav a { padding-inline: 10px; font-size: 13px; }
  .home-hero { grid-template-columns: 1fr; padding: 40px 16px 58px; }
  .home-hero h1 { font-size: 40px; line-height: 1.09; }
  .hero-lead { font-size: 17px; }
  .home-hero-visual { padding: 10px; border-radius: 18px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-list { gap: 8px 14px; }
  .cluster-strip, .home-guides, .guide-cluster, .related-guides { padding: 54px 16px; }
  .cluster-grid, .guide-grid { grid-template-columns: 1fr; }
  .cluster-card { min-height: 140px; }
  .guide-card:hover { transform: none; }
  .independent-note { grid-template-columns: 1fr; gap: 14px; margin: 18px 16px 62px; padding: 26px 22px; }
  .page-hero, .page-hero.compact { padding: 42px 16px 46px; }
  .page-hero h1 { font-size: 39px; }
  .page-hero > p:last-child { font-size: 17px; }
  .breadcrumb { margin-bottom: 12px; }
  .article-hero { grid-template-columns: 1fr; padding: 34px 16px 20px; }
  .article-hero h1 { font-size: 36px; line-height: 1.12; }
  .article-lead { font-size: 17px; }
  .article-hero figure { display: none; }
  .article-layout { padding: 10px 16px 64px; }
  .direct-answer { margin-bottom: 34px; padding: 21px 19px; }
  .direct-answer p { font-size: 17px; }
  .article-section { margin-bottom: 40px; }
  .article-section h2 { font-size: 29px; }
  .article-section p { font-size: 17px; line-height: 1.78; }
  .steps li { grid-template-columns: 38px 1fr; padding: 14px; }
  .steps li::before { width: 38px; height: 38px; }
  .sources { padding: 20px 16px; }
  .sources li { display: block; }
  .sources span { display: block; padding-bottom: 12px; }
  .simple-content { padding-inline: 16px; }
  .simple-content p, .simple-content li { font-size: 17px; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; padding: 38px 16px; }
  .site-footer nav { justify-content: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Conversion system: trusted information in teal, clearly marked affiliate actions in coral. */
:root {
  --offer: #ff4b4f;
  --offer-dark: #df3035;
  --offer-soft: #fff4f4;
  --sun: #fcd34d;
}

.nav-offer {
  gap: 7px;
  color: #fff !important;
  background: var(--offer) !important;
  box-shadow: 0 10px 24px rgba(255, 75, 79, .22);
}
.nav-offer:hover, .nav-offer:focus-visible { background: var(--offer-dark) !important; outline: 3px solid #fecdd3 !important; outline-offset: 2px; }
.btn { gap: 9px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-offer { color: #fff; background: var(--offer); box-shadow: 0 16px 30px rgba(190, 18, 60, .22); }
.btn-offer:hover, .btn-offer:focus-visible { color: #fff; background: var(--offer-dark); outline: 3px solid #fecdd3; outline-offset: 3px; }
.affiliate-icon {
  display: inline-grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}
.affiliate-label { white-space: nowrap; }
.affiliate-microcopy { margin: 11px 0 0; color: #66757b; font-size: 12px; font-weight: 750; }
.affiliate-disclosure { margin-top: 14px !important; color: #afc0c5 !important; font-size: 12px !important; line-height: 1.65 !important; }

.home-hero { position: relative; isolation: isolate; }
.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7%;
  right: 3%;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 63, 94, .11), rgba(244, 63, 94, 0) 68%);
}
.home-hero h1 em { color: var(--offer-dark); }
.deal-pass {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  color: #fff;
  background: radial-gradient(circle at 90% 10%, rgba(244, 63, 94, .35), transparent 34%), var(--ink);
  box-shadow: 0 34px 80px rgba(11, 19, 43, .22);
  transform: rotate(1.2deg);
}
.deal-pass::before, .deal-pass::after { content: ""; position: absolute; top: 47%; width: 28px; height: 28px; border-radius: 50%; background: var(--canvas); }
.deal-pass::before { left: -15px; }
.deal-pass::after { right: -15px; }
.deal-pass-top { display: flex; justify-content: space-between; gap: 18px; color: #b9c6cb; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.deal-pass-code { margin: 28px 0 24px; padding: 22px; border: 1px dashed rgba(255, 255, 255, .28); border-radius: 18px; background: rgba(255, 255, 255, .07); }
.deal-pass-code small, .deal-pass-code span { display: block; color: #b8c6cb; font-size: 11px; font-weight: 850; }
.deal-pass-code strong { display: block; margin: 2px 0; color: var(--sun); font-size: clamp(44px, 7vw, 70px); line-height: 1; letter-spacing: .1em; }
.deal-pass ol { display: grid; gap: 14px; margin: 0 0 24px; padding: 0; list-style: none; }
.deal-pass li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.deal-pass li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--ink); background: var(--sun); font-size: 12px; font-weight: 950; }
.deal-pass li strong, .deal-pass li small { display: block; }
.deal-pass li small { margin-top: 3px; color: #b8c6cb; font-size: 12px; line-height: 1.5; }
.deal-pass .btn { width: 100%; }
.deal-pass > p { margin: 13px 0 0; color: #b8c6cb; font-size: 11px; text-align: center; }

.decision-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1260px;
  margin: 0 auto 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.decision-rail > div { display: grid; grid-template-columns: auto 1fr; gap: 2px 13px; padding: 22px 26px; border-right: 1px solid var(--line); }
.decision-rail > div:last-child { border-right: 0; }
.decision-rail span { grid-row: 1 / 3; color: var(--offer); font-size: 12px; font-weight: 950; }
.decision-rail strong, .decision-rail small { display: block; }
.decision-rail small { color: var(--muted); font-size: 12px; }

.preflight { padding: 76px clamp(18px, 6vw, 90px); border-top: 1px solid var(--line); background: var(--ink); color: #fff; }
.preflight > * { max-width: 1260px; margin-inline: auto; }
.preflight .eyebrow { color: #fda4af; }
.preflight .section-heading > p:last-child { color: #b7c5ca; }
.preflight-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.preflight-grid article { padding: 25px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; background: rgba(255, 255, 255, .055); }
.preflight-grid span { color: #fda4af; font-size: 12px; font-weight: 950; }
.preflight-grid h3 { margin: 42px 0 8px; font-size: 23px; }
.preflight-grid p { margin: 0; color: #bdc9cd; font-size: 14px; line-height: 1.65; }

.offer-pass {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(300px, 1.2fr) minmax(250px, .8fr);
  gap: 30px;
  align-items: center;
  max-width: 1260px;
  margin: 28px auto 80px;
  padding: 30px 34px;
  overflow: hidden;
  border: 1px solid #fecdd3;
  border-radius: 24px;
  background: linear-gradient(115deg, #fff 0%, var(--offer-soft) 100%);
  box-shadow: 0 24px 56px rgba(190, 18, 60, .09);
}
.offer-pass::before, .offer-pass::after { content: ""; position: absolute; top: 50%; width: 24px; height: 24px; border: 1px solid #fecdd3; border-radius: 50%; background: var(--canvas); transform: translateY(-50%); }
.offer-pass::before { left: -13px; }
.offer-pass::after { right: -13px; }
.offer-pass-head span, .offer-pass-head small { display: block; }
.offer-pass-head span { color: var(--offer-dark); font-size: 12px; font-weight: 950; letter-spacing: .1em; }
.offer-pass-head small { margin-top: 5px; color: var(--muted); font-weight: 750; }
.offer-code-row { padding-left: 24px; border-left: 1px dashed #fda4af; }
.offer-code-row > * { display: block; }
.offer-code-row span, .offer-code-row small { color: var(--muted); font-size: 11px; font-weight: 800; }
.offer-code-row strong { color: var(--offer-dark); font-size: 40px; line-height: 1.15; letter-spacing: .08em; }
.offer-pass-copy .eyebrow { margin-bottom: 7px; }
.offer-pass-copy h2 { margin-bottom: 8px; font-size: 28px; }
.offer-pass-copy > p:last-child { margin: 0; color: #596970; font-size: 14px; }
.offer-pass-action .btn { width: 100%; }
.offer-pass-action .affiliate-microcopy { text-align: center; }
.offer-pass.is-compact { grid-template-columns: 150px minmax(220px, 1fr); margin: 8px 0 42px; padding: 24px; }
.offer-pass.is-compact .offer-pass-head { display: none; }
.offer-pass.is-compact .offer-code-row { padding-left: 0; border-left: 0; border-right: 1px dashed #fda4af; }

.article-hero-action { margin-top: 22px; }
.article-hero-action .affiliate-microcopy { max-width: 560px; }
.article-nav-offer { margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--line); }
.article-nav-offer small, .article-nav-offer b { display: block; }
.article-nav-offer small { color: var(--muted); font-size: 11px; }
.article-nav-offer b { margin: 2px 0 10px; color: var(--offer-dark); font-size: 24px; letter-spacing: .08em; }
.article-nav-offer .btn { width: 100%; min-height: 44px; padding-inline: 12px; font-size: 12px; }
.independent-note > div:last-child > p:first-child { margin-bottom: 10px; }

.mobile-offer-bar { display: none; }
#promo-code-toast {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  width: min(430px, calc(100% - 32px));
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border: 1px solid #fecdd3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(11, 19, 43, .2);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
#promo-code-toast.is-visible { display: grid; opacity: 1; transform: none; }
.promo-toast-mark { display: grid; min-width: 72px; height: 44px; place-items: center; border-radius: 11px; color: #fff; background: var(--offer); font-size: 12px; font-weight: 950; letter-spacing: .05em; }
#promo-code-toast strong, #promo-code-toast small { display: block; }
#promo-code-toast strong { font-size: 14px; }
#promo-code-toast small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.go-body {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 18% 14%, rgba(255, 75, 79, .075), transparent 34%), linear-gradient(180deg, #fff, #fffafa);
}
.go-card { width: min(500px, 100%); padding: 34px 28px 30px; border: 1px solid #ffb9ba; border-radius: 12px; background: #fff; box-shadow: 0 22px 55px rgba(255, 75, 79, .12); text-align: center; }
.go-mark { display: grid; width: 52px; height: 52px; margin: 0 auto 16px; place-items: center; border-radius: 10px; color: #fff; background: var(--offer); font-size: 28px; font-weight: 950; }
.go-code { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; margin: 0 auto 16px; padding: 0 18px; border: 1px solid #ffb9ba; border-radius: 9px; color: var(--offer); background: #fff7f7; font-size: 30px; font-weight: 950; letter-spacing: .08em; }
.go-card h1 { margin-bottom: 12px; font-size: 28px; }
.go-card p { max-width: 420px; margin: 0 auto 10px; color: #5c6575; font-size: 15px; line-height: 1.65; font-weight: 800; }
.go-status { display: block; color: var(--offer); font-size: 13px; font-weight: 950; }
.go-progress { height: 5px; margin: 24px 0 0; overflow: hidden; border-radius: 999px; background: #ffe4e4; }
.go-progress span { display: block; width: 0; height: 100%; background: var(--offer); animation: go-fill 2.35s linear forwards; }
@keyframes go-fill { to { width: 100%; } }
.go-retry:not([hidden]) { display: inline-flex; min-height: 40px; align-items: center; margin-top: 16px; padding: 0 15px; border: 1px solid #ffb9ba; border-radius: 9px; color: var(--offer-dark); background: #fff; font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; }
.go-noscript { margin-top: 16px !important; font-size: 12px !important; }
.go-noscript a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1050px) {
  .decision-rail { margin-inline: 18px; }
  .preflight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-pass { grid-template-columns: 180px 1fr; margin-inline: 18px; }
  .offer-pass-action { grid-column: 1 / -1; }
  .offer-pass-action .btn { width: auto; }
  .offer-pass-action .affiliate-microcopy { text-align: left; }
  .offer-pass.is-compact { margin-inline: 0; }
}

@media (max-width: 780px) {
  .site-header nav a:not(.nav-offer) { display: none; }
  .site-header nav .nav-offer { display: inline-flex; min-height: 42px; padding-inline: 12px; font-size: 12px; }
  .home-hero { padding-top: 38px; }
  .home-hero::before { width: 90%; }
  .deal-pass { padding: 22px; border-radius: 21px; transform: none; }
  .deal-pass-code strong { font-size: 49px; }
  .decision-rail { grid-template-columns: 1fr; margin: 0 16px 28px; }
  .decision-rail > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .decision-rail > div:last-child { border-bottom: 0; }
  .preflight { padding-block: 54px; }
  .preflight-grid { grid-template-columns: 1fr 1fr; }
  .preflight-grid article { padding: 19px; }
  .preflight-grid h3 { margin-top: 24px; font-size: 20px; }
  .offer-pass, .offer-pass.is-compact { grid-template-columns: 1fr; gap: 18px; margin: 18px 16px 58px; padding: 25px 22px; }
  .offer-pass.is-compact { margin-inline: 0; }
  .offer-pass-head { display: block; }
  .offer-pass-head small { margin-top: 2px; }
  .offer-code-row, .offer-pass.is-compact .offer-code-row { padding: 0 0 16px; border: 0; border-bottom: 1px dashed #fda4af; }
  .offer-pass-action .btn { width: 100%; }
  .offer-pass-action .affiliate-microcopy { text-align: center; }
  .independent-note { margin-bottom: 104px; }
  .has-mobile-offer .site-footer { padding-bottom: calc(116px + env(safe-area-inset-bottom)); }
  .mobile-offer-bar {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 14px;
    align-items: center;
    padding: 11px 12px 11px 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    color: #fff;
    background: rgba(11, 19, 43, .96);
    box-shadow: 0 20px 55px rgba(11, 19, 43, .3);
    backdrop-filter: blur(16px);
  }
  .mobile-offer-bar.is-hidden { display: none; }
  .mobile-offer-bar div small, .mobile-offer-bar div strong { display: block; }
  .mobile-offer-bar div small { color: #b8c7cc; font-size: 10px; }
  .mobile-offer-bar div strong { color: var(--sun); font-size: 19px; letter-spacing: .08em; }
  .mobile-offer-bar > a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 6px; padding: 0 11px; border-radius: 12px; color: #fff; background: var(--offer); font-size: 12px; font-weight: 950; }
  .mobile-offer-close { position: absolute; top: -11px; right: -5px; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #fff; border-radius: 50%; color: #fff; background: var(--ink); font: inherit; line-height: 1; cursor: pointer; }
  #promo-code-toast { right: 16px; bottom: calc(94px + env(safe-area-inset-bottom)); grid-template-columns: auto 1fr; }
  .go-card { padding: 28px 20px 24px; border-radius: 12px; }
  .go-card h1 { font-size: 23px; }
}

@media (max-width: 460px) {
  .preflight-grid { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: 38px; }
  .mobile-offer-bar { grid-template-columns: minmax(84px, .7fr) minmax(155px, 1.3fr); }
}
