:root {
  --ink:#172840;
  --muted:#657187;
  --blue:#3558e8;
  --line:#e5eaf2;
  --paper:#f7f9fc;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  font-family:var(--font);
  color:var(--ink);
  background:#fff;
  font-synthesis:none;
  scroll-behavior:smooth;
  scroll-padding-top:100px
}

* {
  box-sizing:border-box
}

body {
  margin:0;
  font-size:15px;
  line-height:1.7;
  word-break:keep-all;
  overflow-wrap:break-word
}

button,input {
  font:inherit
}

button,a,input,summary {
  -webkit-tap-highlight-color:transparent
}

button,a {
  touch-action:manipulation
}

button {
  cursor:pointer
}

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

button {
  color:inherit
}

img,svg {
  display:block
}

button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid #7795ff;
  outline-offset:5px
}

input:focus {
  outline:none
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  line-height:1.4;
  letter-spacing:-.055em
}

button {
  border:0
}

::selection {
  background:#dce5ff
}

.container {
  width:min(1184px,calc(100% - 96px));
  margin-inline:auto
}

.icon {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}

.icon-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}

.skip-link {
  position:fixed;
  left:16px;
  top:-100px;
  padding:10px 18px;
  color:#fff;
  background:var(--ink);
  z-index:50;
  border-radius:8px
}

.skip-link:focus {
  top:12px
}

.site-header {
  height:88px;
  border-bottom:1px solid #edf0f5;
  background:#fff
}

.header-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:23px;
  font-weight:800;
  letter-spacing:-1px;
  white-space:nowrap
}

.site-header nav {
  display:flex;
  gap:34px;
  font-size:14px;
  font-weight:600;
  color:#526076
}

.site-header nav a:hover,.footer-links a:hover {
  color:var(--blue)
}

.status-pill {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:600;
  border-radius:30px;
  background:#f5f7fb;
  padding:7px 13px;
  white-space:nowrap
}

.status-dot {
  width:6px;
  height:6px;
  background:#b77b13;
  border-radius:50%
}

.hero {
  background:var(--paper);
  border-bottom:1px solid var(--line)
}

.hero-grid {
  display:grid;
  grid-template-columns:1.14fr 1fr;
  gap:66px;
  align-items:center;
  padding-top:72px;
  padding-bottom:59px
}

.eyebrow {
  display:flex;
  gap:9px;
  align-items:center;
  color:var(--blue);
  font-size:13px;
  font-weight:700;
  letter-spacing:-.02em;
  margin-bottom:23px
}

.eyebrow-line {
  height:2px;
  width:21px;
  background:var(--blue)
}

h1 {
  font-size:clamp(40px,4.35vw,59px);
  font-weight:750;
  letter-spacing:-.065em;
  line-height:1.3;
  white-space:nowrap
}

h1 span {
  color:var(--blue)
}

.hero-description {
  margin-top:24px;
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
  letter-spacing:-.03em
}

.mobile-break {
  display:none
}

.price-form {
  margin-top:32px;
  scroll-margin-top:30px
}

.price-form label {
  display:block;
  font-size:13px;
  font-weight:700;
  margin-bottom:10px
}

.input-group {
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid #d9e0ec;
  border-radius:12px;
  background:#fff;
  padding:7px;
  box-shadow:0 4px 16px #18284505;
  transition:border-color .16s,box-shadow .16s
}

.input-group:focus-within {
  border-color:var(--blue);
  box-shadow:0 0 0 3px #3558e812
}

.input-icon {
  margin-left:8px;
  color:#8591a5;
  width:19px;
  height:19px
}

.input-group input {
  min-width:0;
  flex:1;
  border:0;
  background:transparent;
  padding:10px 0;
  font-size:13px;
  letter-spacing:-.035em;
  color:var(--ink)
}

input::placeholder {
  color:#77849a
}

input[aria-invalid=true] {
  color:#b42318
}

.input-group:has(input[aria-invalid=true]) {
  border-color:#da746b
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:13px 19px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  line-height:1.5;
  white-space:nowrap;
  transition:background .16s,transform .16s
}

.button-primary {
  background:var(--blue);
  color:white
}

.button-primary:hover {
  background:#2948cb
}

.button-primary:active {
  transform:translateY(1px)
}

.button .icon {
  width:17px;
  height:17px
}

.button:disabled {
  opacity:.65;
  cursor:default
}

.form-note {
  display:flex;
  align-items:flex-start;
  gap:6px;
  margin-top:11px;
  color:#647086;
  font-size:11px;
  line-height:1.6;
  letter-spacing:-.035em
}

.form-note .icon {
  width:14px;
  height:14px;
  margin-top:2px
}

.form-feedback {
  margin-top:12px;
  font-size:13px;
  line-height:1.7;
  border-radius:9px;
  padding:13px 15px;
  background:#eaf0ff;
  color:#2946a3
}

.form-feedback[data-kind=error] {
  background:#fff0ed;
  color:#a63027
}

.form-feedback strong,.form-feedback span {
  display:block
}

.noscript-note {
  font-size:12px;
  color:#a63027;
  padding-top:8px
}

.hero-assurances {
  display:flex;
  gap:19px;
  margin-top:25px;
  font-size:11px;
  color:#69768b
}

.hero-assurances>span {
  display:flex;
  align-items:center;
  gap:6px
}

.hero-assurances .icon {
  width:15px;
  height:15px;
  color:#718097
}

.preview-stage {
  padding:0 0 26px;
  position:relative;
  min-width:0
}

.preview-topline {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:13px;
  padding:0 4px;
  color:#617089;
  font-size:11px;
  font-weight:600;
  letter-spacing:.01em
}

.preview-badge {
  background:#e9edf5;
  border-radius:4px;
  padding:2px 7px;
  font-size:10px;
  color:#56657c
}

.price-card {
  padding:26px 25px 18px;
  border:1px solid #e0e5ef;
  border-radius:17px;
  background:#fff;
  box-shadow:0 18px 45px -17px #20356922
}

.product-row {
  display:flex;
  align-items:center;
  gap:12px
}

.product-image {
  height:55px;
  width:55px;
  background:#eef2fa;
  border-radius:11px;
  flex-shrink:0
}

.product-image svg {
  width:55px;
  height:55px
}

.product-category {
  color:#79859a;
  font-size:10px;
  margin-bottom:4px
}

.product-row h2 {
  font-size:14px;
  letter-spacing:-.04em
}

.product-row h2 span {
  font-size:9px;
  font-weight:400;
  color:#7d879a;
  border-left:1px solid var(--line);
  margin-left:5px;
  padding-left:6px
}

.product-bookmark {
  margin-left:auto;
  align-self:flex-start;
  margin-top:6px
}

.product-bookmark svg {
  width:17px;
  height:17px;
  fill:none;
  stroke:#a6b1c5;
  stroke-width:1.6
}

.price-row {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-top:24px
}

.small-label {
  font-size:11px;
  color:#68788c
}

.big-price {
  font-size:34px;
  font-weight:750;
  line-height:1.4;
  letter-spacing:-1.7px;
  font-variant-numeric:tabular-nums
}

.big-price>span {
  font-size:18px;
  font-weight:600;
  margin-left:3px
}

.price-change {
  font-size:11px;
  color:var(--blue);
  font-weight:700;
  text-align:right;
  padding-bottom:5px
}

.price-change>span {
  display:block;
  font-size:9px;
  font-weight:400;
  color:#7a8596;
  margin-top:1px
}

.chart-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:26px;
  margin-bottom:8px
}

.chart-toolbar>p {
  font-weight:700;
  font-size:11px
}

.period-controls {
  display:flex;
  gap:2px;
  padding:3px;
  border-radius:6px;
  background:#f3f5f9
}

.period-controls button {
  background:transparent;
  padding:4px 10px;
  border-radius:4px;
  font-size:10px;
  min-width:39px
}

.period-controls button[aria-pressed=true] {
  background:#fff;
  color:var(--blue);
  font-weight:700;
  box-shadow:0 1px 3px #17284012
}

.price-chart {
  width:100%;
  height:auto;
  overflow:visible
}

.chart-grid path {
  fill:none;
  stroke:#edf0f6;
  stroke-width:1
}

.chart-ylabels,.chart-xlabels {
  font-size:9px;
  fill:#7b879b
}

.chart-area {
  fill:#3558e809
}

.chart-line {
  stroke:#4568ed;
  stroke-width:2.7;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round
}

.target-line {
  fill:none;
  stroke:#71b8ac;
  stroke-width:1;
  stroke-dasharray:4 4
}

.target-price {
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#f6f8fc;
  border-radius:7px;
  padding:10px 12px;
  font-size:10px;
  margin-top:14px
}

.target-price>span {
  display:flex;
  gap:7px;
  align-items:center;
  color:#66758a
}

.target-price strong {
  font-size:11px
}

.target-dot {
  height:6px;
  width:6px;
  background:#73ac9f;
  border-radius:50%
}

.sample-disclaimer {
  font-size:9px;
  text-align:center;
  margin-top:13px;
  color:#707e93
}

.notification-preview {
  position:absolute;
  bottom:-6px;
  left:22px;
  right:22px;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid #e0e6ef;
  border-radius:11px;
  padding:13px 15px;
  box-shadow:0 8px 20px #2135560a
}

.notification-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:#edf3ff;
  height:34px;
  width:34px;
  color:var(--blue)
}

.notification-icon .icon {
  width:18px;
  height:18px
}

.notification-preview p {
  font-size:11px;
  font-weight:700;
  line-height:1.6
}

.notification-preview div>span {
  font-size:10px;
  color:#728197
}

.notification-tag {
  margin-left:auto;
  font-size:9px;
  color:#708099;
  white-space:nowrap
}

.hero-bottom {
  border-top:1px solid #e3e8f1;
  padding:18px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px;
  color:#79859a
}

.hero-bottom a {
  display:flex;
  align-items:center;
  gap:13px;
  color:#4a5d79
}

.hero-bottom a .icon {
  width:15px;
  height:15px;
  transform:rotate(90deg)
}

.section {
  padding:90px 0
}

.section-kicker {
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
  letter-spacing:-.02em
}

h2 {
  font-size:32px;
  font-weight:750;
  line-height:1.45
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:35px
}

.section-heading>p {
  font-size:13px;
  color:var(--muted);
  line-height:1.85;
  padding-bottom:5px
}

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

.feature-card {
  padding:25px 26px 24px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff
}

.feature-card-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:22px
}

.feature-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf2ff;
  color:#3558e8;
  width:43px;
  height:43px;
  border-radius:12px
}

.feature-icon.mint {
  color:#2b8b77;
  background:#edf8f4
}

.feature-icon.violet {
  color:#7b65bc;
  background:#f3f0fa
}

.planned-badge {
  font-size:10px;
  font-weight:500;
  color:#78849a
}

.feature-card h3 {
  font-size:20px;
  margin-bottom:10px
}

.feature-card>p {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
  letter-spacing:-.025em
}

.feature-visual {
  height:132px;
  margin-top:25px;
  background:#f7f9fc;
  border-radius:9px;
  padding:14px 17px
}

.mini-chart>span {
  color:#66768e;
  font-size:9px
}

.mini-chart svg {
  width:100%;
  height:59px;
  margin-top:3px;
  fill:none;
  stroke:#6e8cee;
  stroke-width:2;
  stroke-linejoin:round;
  stroke-linecap:round
}

.mini-chart .mini-baseline {
  stroke:#e5eaf3;
  stroke-width:1
}

.mini-chart>div {
  display:flex;
  justify-content:space-between;
  color:#8490a4;
  font-size:8px
}

.mini-alert>div:first-child {
  display:flex;
  align-items:center;
  gap:6px;
  font-size:10px;
  color:#63758c
}

.mini-alert-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#69ad9c
}

.mini-price {
  display:flex;
  align-items:center;
  font-size:25px;
  font-weight:700;
  letter-spacing:-1px;
  margin-top:8px;
  line-height:1.3
}

.mini-price>span:first-child {
  font-size:13px;
  font-weight:500;
  margin-left:3px
}

.mock-switch {
  width:31px;
  height:18px;
  border-radius:20px;
  background:#a7b5d1;
  position:relative;
  margin-left:auto
}

.mock-switch:after {
  content:"";
  position:absolute;
  right:3px;
  top:3px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff
}

.visual-caption {
  font-size:8px;
  color:#75829a;
  display:block;
  margin-top:9px
}

.mini-timing>div:first-child {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:9px;
  color:#74829a
}

.mini-timing strong {
  color:var(--blue);
  font-size:10px
}

.timing-scale {
  display:flex;
  gap:4px;
  position:relative;
  margin-top:19px
}

.timing-scale i {
  height:6px;
  flex:1;
  border-radius:2px;
  background:#d1dcfb
}

.timing-scale i:nth-child(2) {
  background:#dce4fa
}

.timing-scale i:nth-child(3) {
  background:#e1e5ed
}

.timing-scale i:nth-child(4) {
  background:#eee6e1
}

.timing-scale i:nth-child(5) {
  background:#eddbd5
}

.timing-marker {
  height:13px;
  width:4px;
  border-radius:3px;
  background:var(--blue);
  position:absolute;
  left:23%;
  top:-4px;
  box-shadow:0 0 0 2px #fff
}

.timing-labels {
  display:flex;
  justify-content:space-between;
  font-size:8px;
  color:#8390a3;
  margin-top:7px
}

.mini-timing .visual-caption {
  margin-top:8px
}

.feature-footnote {
  font-size:11px;
  color:#78859a;
  text-align:center;
  margin-top:23px
}

.how-section {
  background:#f7f9fc;
  border-block:1px solid #edf0f6
}

.how-grid {
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:100px;
  align-items:center
}

.how-heading>p:not(.section-kicker) {
  color:var(--muted);
  font-size:13px;
  line-height:1.9;
  margin-top:17px
}

.outline-badge {
  display:inline-flex;
  border:1px solid #dae2ee;
  border-radius:6px;
  color:#6a7c95;
  font-size:10px;
  padding:3px 9px;
  margin-top:20px
}

.steps {
  list-style:none;
  margin:0;
  padding:0
}

.steps li {
  display:flex;
  gap:23px;
  align-items:flex-start;
  padding:27px 0;
  border-bottom:1px solid #e2e8f1
}

.steps li:first-child {
  padding-top:0
}

.steps li:last-child {
  padding-bottom:0;
  border:0
}

.step-number {
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  color:var(--blue);
  background:#eaf0ff;
  font-size:12px;
  font-weight:700;
  flex-shrink:0;
  margin-top:3px
}

.steps h3 {
  font-size:17px;
  margin-bottom:7px
}

.steps p {
  font-size:12px;
  color:var(--muted)
}

.faq-grid {
  display:grid;
  grid-template-columns:1fr 1.55fr;
  gap:90px
}

.faq-intro {
  margin-top:18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.9
}

.faq-list details {
  border-bottom:1px solid var(--line)
}

.faq-list details:first-child {
  border-top:1px solid var(--line)
}

.faq-list summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:22px 0;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  list-style:none;
  line-height:1.65;
  letter-spacing:-.02em
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.faq-list summary .icon {
  height:17px;
  width:17px;
  color:#8490a6;
  transition:transform .2s
}

.faq-list details[open] summary .icon {
  transform:rotate(180deg)
}

.faq-list details p {
  padding-bottom:22px;
  color:var(--muted);
  font-size:12px;
  line-height:1.95
}

.closing-section {
  background:#182d4c;
  color:#fff
}

.closing-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding-top:48px;
  padding-bottom:48px
}

.closing-inner p {
  font-size:12px;
  color:#b3c4de;
  margin-bottom:9px
}

.closing-inner h2 {
  font-size:27px;
  letter-spacing:-.045em
}

.button-light {
  background:#fff;
  color:#273e62;
  padding:15px 20px
}

.button-light:hover {
  background:#ecf1ff
}

.site-footer {
  padding:45px 0 20px
}

.footer-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding-bottom:27px
}

.site-footer .brand {
  font-size:20px
}

.footer-top p {
  color:#7e8b9e;
  font-size:11px;
  margin-top:9px
}

.footer-links {
  display:flex;
  gap:24px;
  font-size:11px;
  color:#68788e
}

.affiliate-notice {
  border-top:1px solid var(--line);
  padding-top:22px
}

.affiliate-notice h2 {
  font-size:11px;
  letter-spacing:-.01em;
  font-weight:600;
  margin-bottom:7px;
  color:#6c7b91
}

.affiliate-notice p {
  font-size:10px;
  color:#7a879a;
  line-height:1.9;
  max-width:980px
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  margin-top:27px;
  color:#8791a2;
  font-size:9px
}

.footer-bottom>span:last-child {
  display:flex;
  align-items:center;
  gap:6px
}

.footer-status-dot {
  height:5px;
  width:5px;
  border-radius:50%;
  background:#91a1b9
}

@media(min-width:1500px) {
  .hero-grid {
    padding-top:85px;
    padding-bottom:72px
  }
}

@media(max-width:1100px) {
  .container {
    width:calc(100% - 64px)
  }
  .hero-grid {
    gap:36px
  }
  .input-group {
    gap:7px
  }
  .input-icon {
    display:none
  }
  .input-group input {
    padding-left:7px;
    font-size:12px
  }
  .button {
    padding-inline:14px
  }
  .price-card {
    padding-inline:21px
  }
  .hero-assurances {
    gap:12px;
    font-size:10px
  }
  h1 {
    font-size:47px
  }
  .feature-card {
    padding:22px 20px
  }
  .feature-card h3 {
    font-size:18px
  }
  .feature-card>p {
    font-size:12px
  }
  .how-grid,.faq-grid {
    gap:50px
  }
  .section-heading>p {
    font-size:12px
  }
}

@media(max-width:900px) {
  .site-header nav {
    gap:22px;
    font-size:12px
  }
  .hero-grid {
    grid-template-columns:1fr 1fr;
    gap:28px;
    padding-top:52px;
    padding-bottom:50px
  }
  h1 {
    font-size:39px
  }
  .hero-description {
    font-size:13px
  }
  .price-form {
    margin-top:25px
  }
  .price-form label {
    font-size:11px
  }
  .input-group {
    flex-wrap:wrap;
    padding:7px
  }
  .input-group input {
    flex-basis:100%;
    padding:8px
  }
  .input-group .button {
    width:100%;
    padding:10px
  }
  .hero-assurances {
    flex-wrap:wrap;
    gap:7px 14px;
    margin-top:18px
  }
  .form-note {
    font-size:10px
  }
  .preview-stage {
    padding-bottom:25px
  }
  .price-card {
    padding:20px 18px 15px
  }
  .product-row {
    gap:8px
  }
  .product-row h2 {
    font-size:12px
  }
  .product-row h2 span {
    display:block;
    border:0;
    margin:3px 0 0;
    padding:0
  }
  .product-image,.product-image svg {
    width:45px;
    height:45px
  }
  .product-category {
    font-size:9px
  }
  .product-bookmark {
    display:none
  }
  .big-price {
    font-size:29px
  }
  .price-row {
    margin-top:18px
  }
  .price-change {
    font-size:10px
  }
  .chart-toolbar {
    margin-top:20px
  }
  .notification-preview {
    left:12px;
    right:12px;
    padding:10px
  }
  .notification-tag {
    font-size:8px
  }
  .notification-preview p {
    font-size:10px
  }
  .notification-preview div>span {
    font-size:9px
  }
  .sample-disclaimer {
    font-size:8px
  }
  .section {
    padding:66px 0
  }
  h2 {
    font-size:28px
  }
  .feature-grid {
    gap:13px
  }
  .feature-card {
    padding:20px 16px
  }
  .feature-card h3 {
    font-size:17px
  }
  .feature-card>p br {
    display:none
  }
  .feature-card>p {
    font-size:12px;
    min-height:70px
  }
  .feature-visual {
    padding:14px 12px
  }
  .feature-card-top {
    margin-bottom:18px
  }
  .how-grid {
    grid-template-columns:1fr 1.25fr;
    gap:30px
  }
  .steps h3 {
    font-size:15px
  }
  .steps p {
    font-size:11px
  }
  .steps li {
    gap:14px
  }
  .faq-grid {
    grid-template-columns:1fr 1.6fr;
    gap:30px
  }
  .faq-list summary {
    font-size:12px
  }
  .closing-inner h2 {
    font-size:24px
  }
}

@media(max-width:700px) {
  .container {
    width:calc(100% - 40px)
  }
  .site-header {
    height:72px
  }
  .brand {
    font-size:21px;
    gap:8px
  }
  .brand img {
    width:29px;
    height:29px
  }
  .site-header nav {
    display:none
  }
  .status-pill {
    font-size:10px;
    padding:6px 10px;
    gap:6px
  }
  .hero-grid {
    display:flex;
    flex-direction:column;
    gap:40px;
    padding-top:40px;
    padding-bottom:43px;
    align-items:stretch
  }
  .hero-copy {
    max-width:520px;
    width:100%;
    margin:auto
  }
  .eyebrow {
    font-size:11px;
    margin-bottom:20px
  }
  h1 {
    font-size:clamp(36px,8.8vw,52px);
    line-height:1.32;
    letter-spacing:-.065em
  }
  .hero-description {
    font-size:14px;
    margin-top:21px;
    line-height:1.9
  }
  .price-form {
    margin-top:28px
  }
  .price-form label {
    font-size:12px
  }
  .input-group {
    flex-wrap:nowrap;
    gap:6px;
    padding:6px
  }
  .input-group input {
    flex-basis:auto;
    font-size:12px;
    padding:10px 5px
  }
  .input-group .button {
    width:auto;
    padding:13px 12px;
    font-size:12px;
    gap:6px
  }
  .input-group .button .icon {
    width:14px;
    height:14px
  }
  .form-note {
    font-size:10px;
    margin-top:11px
  }
  .hero-assurances {
    font-size:10px;
    margin-top:18px;
    gap:15px
  }
  .preview-stage {
    max-width:440px;
    width:100%;
    margin:auto;
    padding-bottom:27px
  }
  .preview-topline {
    font-size:10px
  }
  .price-card {
    padding:22px 22px 17px
  }
  .product-row {
    gap:11px
  }
  .product-image,.product-image svg {
    width:49px;
    height:49px
  }
  .product-row h2 {
    font-size:13px
  }
  .product-row h2 span {
    display:inline;
    font-size:8px;
    border-left:1px solid var(--line);
    margin-left:5px;
    padding-left:5px
  }
  .product-category {
    font-size:9px
  }
  .product-bookmark {
    display:block
  }
  .price-row {
    margin-top:21px
  }
  .big-price {
    font-size:32px
  }
  .price-change {
    font-size:10px
  }
  .chart-toolbar {
    margin-top:22px
  }
  .price-chart {
    max-height:190px
  }
  .sample-disclaimer {
    font-size:9px
  }
  .notification-preview {
    left:18px;
    right:18px;
    padding:12px
  }
  .notification-preview p {
    font-size:11px
  }
  .notification-preview div>span {
    font-size:9px
  }
  .notification-tag {
    font-size:8px
  }
  .hero-bottom {
    font-size:9px;
    padding:16px 0
  }
  .hero-bottom a {
    gap:7px
  }
  .section {
    padding:56px 0
  }
  .section-heading {
    display:block;
    margin-bottom:27px
  }
  .section-heading>p {
    margin-top:15px;
    padding:0;
    font-size:12px
  }
  h2 {
    font-size:27px
  }
  .section-kicker {
    font-size:11px;
    margin-bottom:10px
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .feature-card {
    padding:23px 23px 21px;
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:24px
  }
  .feature-card-top {
    grid-column:1 / -1;
    margin-bottom:16px
  }
  .feature-icon {
    width:38px;
    height:38px;
    border-radius:10px
  }
  .feature-icon .icon {
    width:20px;
    height:20px
  }
  .feature-card h3 {
    grid-column:1 / -1;
    font-size:20px;
    margin-bottom:12px
  }
  .feature-card>p {
    font-size:12px;
    min-height:0;
    align-self:center;
    line-height:1.85
  }
  .feature-card>p br {
    display:none
  }
  .feature-visual {
    margin:0;
    height:127px;
    padding:13px 12px;
    align-self:center
  }
  .mini-price {
    font-size:22px
  }
  .mini-price>span:first-child {
    font-size:11px
  }
  .mock-switch {
    width:26px;
    height:16px
  }
  .mock-switch:after {
    width:10px;
    height:10px
  }
  .mini-timing strong {
    font-size:9px
  }
  .mini-timing>div:first-child {
    font-size:8px;
    gap:7px;
    align-items:flex-start
  }
  .feature-footnote {
    font-size:10px;
    line-height:1.9;
    margin-top:19px;
    padding:0 10px
  }
  .how-grid,.faq-grid {
    display:block
  }
  .how-heading>p {
    font-size:12px;
    margin-top:13px
  }
  .outline-badge {
    margin-top:15px
  }
  .steps {
    margin-top:30px
  }
  .steps li {
    padding:22px 0;
    gap:15px
  }
  .steps h3 {
    font-size:15px;
    margin-bottom:6px
  }
  .steps p {
    font-size:11px
  }
  .step-number {
    width:32px;
    height:32px;
    font-size:11px
  }
  .faq-intro {
    font-size:12px;
    margin-top:12px
  }
  .faq-intro br {
    display:none
  }
  .faq-list {
    margin-top:25px
  }
  .faq-list summary {
    font-size:12px;
    padding:19px 0
  }
  .faq-list details p {
    font-size:11px;
    line-height:1.9
  }
  .closing-inner {
    display:block;
    padding-top:34px;
    padding-bottom:34px
  }
  .closing-inner h2 {
    font-size:24px
  }
  .closing-inner .button {
    margin-top:22px;
    font-size:12px;
    padding:12px 15px
  }
  .closing-inner p {
    font-size:11px
  }
  .site-footer {
    padding:32px 0 20px
  }
  .footer-top {
    display:block;
    padding-bottom:23px
  }
  .footer-links {
    gap:24px;
    margin-top:21px;
    font-size:10px
  }
  .site-footer .brand {
    font-size:19px
  }
  .footer-top p {
    font-size:10px
  }
  .affiliate-notice h2 {
    font-size:10px
  }
  .affiliate-notice p {
    font-size:9px
  }
  .footer-bottom {
    font-size:8px;
    gap:12px;
    margin-top:22px
  }
  .footer-bottom>span:last-child {
    font-size:8px
  }
}

@media(max-width:370px) {
  .container {
    width:calc(100% - 32px)
  }
  h1 {
    font-size:34px
  }
  .hero-description {
    font-size:12px
  }
  .mobile-break {
    display:block
  }
  .input-group {
    flex-wrap:wrap
  }
  .input-group input {
    flex-basis:100%
  }
  .input-group .button {
    width:100%
  }
  .feature-card {
    padding:20px 18px;
    column-gap:15px
  }
  .feature-card>p {
    font-size:11px
  }
  .feature-visual {
    padding-inline:9px
  }
  .mini-price {
    font-size:19px
  }
  .mock-switch {
    display:none
  }
  .notification-preview {
    gap:7px;
    left:12px;
    right:12px
  }
  .notification-tag {
    display:none
  }
  .footer-bottom {
    flex-direction:column;
    gap:4px
  }
  .closing-inner h2 {
    font-size:23px
  }
}

.preview-stage {
  padding-bottom:0
}

.notification-preview {
  position:relative;
  inset:auto;
  margin:12px 18px 0
}

.sample-disclaimer {
  font-size:10px;
  color:#63728a
}

.affiliate-notice h2 {
  font-size:12px;
  color:#56657b
}

.affiliate-notice p {
  font-size:12px;
  color:#657187
}

.period-controls button {
  min-height:32px;
  min-width:42px
}

@media(max-width:700px) {
  .affiliate-notice p {
    font-size:11px
  }
  .sample-disclaimer {
    font-size:9px
  }
  .notification-preview {
    margin-inline:12px
  }
}

@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}

