:root {
  --blue: #075bd7;
  --navy: #020b36;
  --line: #cbd8ec;
  --pale: #f0f5ff;
  --muted: #566176;
}

* { box-sizing: border-box; }

html { background: #eff2f6; }

body {
  margin: 0;
  background: #eff2f6;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
}

button, input { font: inherit; }

button { -webkit-tap-highlight-color: transparent; }

.phone-flow {
  width: 100%;
  max-width: 390px;
  min-height: 100vh;
  margin: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 25px rgba(45, 66, 97, .28);
}

.screen { display: none; min-height: 100vh; }
.screen.current { display: block; }

.survey {
  position: relative;
  min-height: 100vh;
  padding: 28px 27px 20px;
  text-align: center;
}

.brand {
  display: flex;
  height: 148px;
  align-items: flex-start;
  justify-content: center;
}

.logo img {
  display: block;
  width: 150px;
  height: 145px;
  object-fit: contain;
}

.step-badge {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 35px auto 33px;
  place-items: center;
  border-radius: 50%;
  background: var(--pale);
  font-size: 20px;
  font-weight: 700;
}

.survey h1 {
  margin: 0 0 21px;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: -.8px;
}

.subtitle { margin: 0 0 40px; font-size: 14px; }

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

.actions button, .option-list button {
  border-radius: 9px;
  cursor: pointer;
}

.actions button {
  height: 68px;
  font-size: 23px;
  font-weight: 700;
}

.primary {
  border: 1px solid var(--blue);
  background: linear-gradient(105deg, #086ee0, #1057ce);
  color: #fff;
  box-shadow: 0 3px 5px #c0c7d1;
}

.secondary {
  border: 1px solid #0c4d7d;
  background: #fff;
  color: #075bc9;
}

.security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 145px;
  color: #27313d;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.security-icon { font-size: 20px; line-height: 1; }
.security-icon img{max-height:25px}

.progress {
  width: min(216px, 100%);
  height: 6px;
  margin: 103px auto 12px;
  overflow: hidden;
  border-radius: 5px;
  background: #d9dde1;
}

.progress i {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: #0760d4;
}

.progress.complete i { width: 90%; }
.page-count { margin: 0; color: #073b92; font-size: 13px; font-weight: 700; }

.option-list { display: grid; gap: 13px; margin-top: -2px; }

.option-list button {
  display: flex;
  width: 100%;
  min-height: 69px;
  align-items: center;
  gap: 17px;
  padding: 11px 14px 11px 22px;
  border: 1px solid #9bb5d1;
  border-radius: 7px;
  background: #fff;
  color: #071039;
  box-shadow: 0 2px 7px rgba(17, 54, 103, .08);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.option-list strong { margin-left: auto; color: #2d6fa9; font-size: 28px; font-weight: 300; line-height: 1; }
.option-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: #0862d3; }
.option-icon svg { display: block; width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.option-list button:first-child .option-icon svg { fill: currentColor; stroke: none; }
.option-list + .security { margin-top: 52px; }
.option-list ~ .progress { margin-top: 31px; }

.interest-page {
  min-height: 100vh;
  padding: 28px 27px 28px;
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  text-align: center;
}

.interest-page .brand { height: 124px; }
.interest-page .logo img { width: 132px; height: 122px; }

.interest-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 20px auto 17px;
  place-items: center;
  border-radius: 50%;
  background: #e9f2ff;
  color: var(--blue);
  font: 700 32px/1 Georgia, serif;
}

.interest-page h1 { margin: 0 0 17px; font-size: 26px; letter-spacing: -.7px; }
.interest-copy { color: #394256; font-size: 14px; line-height: 1.55; text-align: left; }
.interest-copy p { margin: 0 0 13px; }

.whatsapp-form {
  display: grid;
  gap: 8px;
  margin-top: 25px;
  padding: 17px;
  border: 1px solid #d7e1f1;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  box-shadow: 0 4px 16px rgba(21, 57, 111, .06);
}

.whatsapp-form label { font-size: 13px; font-weight: 700; }

.whatsapp-form input {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #aec0db;
  border-radius: 7px;
  color: var(--navy);
  outline: none;
}

.whatsapp-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7, 91, 215, .12); }

.whatsapp-form button {
  height: 46px;
  margin-top: 3px;
  border: 0;
  border-radius: 7px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.form-status { min-height: 18px; margin: 0; color: #177246; font-size: 12px; line-height: 18px; }
.form-status.error { color: #b42318; }
.interest-page .security { margin-top: 45px; }

.info-page { background: #fff; color: #07143b; font-size: 13px; }

.hero { position: relative; z-index: 1; isolation: isolate; height: 172px; padding: 13px 22px 0; background: radial-gradient(ellipse at 13% 55%, #0b5aa7 0%, #063a83 34%, #05245f 68%, #041943 100%); color: #fff; }
.hero::before { position: absolute; inset: 0; z-index: 0; background: linear-gradient(140deg, rgba(255,255,255,.1), transparent 31%), radial-gradient(ellipse at 30% 70%, rgba(8,95,200,.25), transparent 45%); content: ""; }
.hero::after { position: absolute; z-index: 1; right: -14%; bottom: -50px; left: -14%; height: 88px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #fff; box-shadow: 0 8px 0 #fff; content: ""; pointer-events: none; }
.hero > * { position: relative; z-index: 2; }
.hero-status { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 800; line-height: 16px; }
.hero-status i { position: relative; width: 44px; height: 14px; flex: 0 0 44px; font-style: normal; }
.hero-status i::before { position: absolute; top: 4px; left: 0; width: 17px; height: 9px; background: linear-gradient(90deg, rgba(255,255,255,.45) 0 3px, transparent 3px 5px, rgba(255,255,255,.65) 5px 8px, transparent 8px 10px, rgba(255,255,255,.82) 10px 13px, transparent 13px 15px, #fff 15px 17px); content: ""; }
.hero-status i::after { position: absolute; top: 2px; right: 0; width: 20px; height: 10px; border: 1.5px solid rgba(255,255,255,.92); border-radius: 3px; background: linear-gradient(90deg, #fff 0 72%, transparent 72%); box-shadow: 4px 3px 0 -3px rgba(255,255,255,.92); content: ""; }
.hero-brand { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 26px; font-size: 25px; font-weight: 800; line-height: 32px; letter-spacing: 0; white-space: nowrap; }
.hero-logo-mark { display: block; width: 62px; height: 48px; flex: 0 0 62px; overflow: hidden; }
.hero-logo-mark img { display: block; width: 64px; max-width: none; height: auto; margin: -1px 0 0 -4px; }

.hero small { display: block; margin-top: 3px; color: #d7e0f0; font-size: 12px; font-weight: 700; letter-spacing: 0; line-height: 16px; text-align: center; white-space: nowrap; }
.hero small i { margin: 0 6px; font-style: normal; }

.reading-content { position: relative; z-index: 2; padding: 0 15px 34px; background: transparent; }
.reading-title { position: relative; margin: 4px 0 28px; color: #07174a; font-size: 22px; font-weight: 800; letter-spacing: 0; line-height: 27px; text-align: center; }


.service-grid { display: flex; flex-direction: column; gap: 18px; margin: 0 0 32px; }
.rules-grid article {
  border: 1px solid #dce5f2;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 47, 93, .04);
}

.service-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid #dce5f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 47, 93, .04);
  position: relative;
  overflow: visible;
}
.service-item--icon-right { flex-direction: row-reverse; }

.service-item__icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
}
.service-item__icon-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px dashed #cdd9ed;
  opacity: 0.8;
}
.service-item--icon-right .service-item__icon-ring {
  right: -8px;
}

.service-icon { display: grid; width: 64px; height: 64px; margin: 0; place-items: center; border-radius: 50%; background: #eef3ff; color: #0759c9; position: relative; z-index: 1; }
.service-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.world-mask { display: block; width: 36px; height: 36px; background: #0759c9; -webkit-mask: url("/static/images/world.svg") center / contain no-repeat; mask: url("/static/images/world.svg") center / contain no-repeat; }

.service-item__text { flex: 1; min-width: 0; }
.service-item__text h3 { margin: 0 0 8px; font-size: 17px; font-weight: 800; line-height: 22px; color: #07174a; position: relative; padding-bottom: 8px; }
.service-item__text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: #0a6bfc;
}
.service-item--icon-right .service-item__text h3::after { left: 0; }
.service-item__text p { margin: 0; color: #39465e; font-size: 13px; font-weight: 500; line-height: 1.55; }

.new-payment-card h3, .rules-grid h3 { margin: 0 0 12px; font-size: 15px; font-weight: 800; line-height: 18px; color: #07174a; }
.new-payment-card p, .rules-grid p { margin: 0 0 7px; color: #39465e; line-height: 1.42; }
.service-grid mark {
  padding: 0;
  background: transparent;
  color: #0a6bfc;
  font-weight: 800;
  text-decoration: none;
}
.service-grid strong { display: block; margin-bottom: 8px; color: #0751bd; font-size: 12px; }
.service-grid .muted { margin-top: 9px; color: #697488; font-size: 12px; }
.service-grid small, .new-payment-card small { color: #66748c; font-size: 11px; line-height: 1.35; }

.new-payment-card { display: grid; gap: 10px; }
.new-payment-card article { padding: 14px; border: 1px solid #d2e3d8; border-radius: 11px; background: #f9fdf9; }
.new-payment-card article + article { border-color: #d9e3f5; background: #f8fbff; }
.new-payment-card mark { padding: 1px 3px; border-radius: 3px; background: #dff7ea; color: #087749; font-weight: 700; }

.country-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin: 12px 0; }
.country-list span { min-width: 0; padding: 7px 2px; border: 1px solid #d8e7db; border-radius: 7px; background: #fff; text-align: center; }
.country-list b { display: block; color: #0f6e47; font-size: 11px; }
.country-list small { display: block; overflow: hidden; margin-top: 3px; color: #4f6370; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.info-section-title { margin: 22px 0 16px; font-size: 18px; font-weight: 800; letter-spacing: 0; text-align: left; }

.rules-grid { display: grid; gap: 18px; margin: 0 0 28px; }
.rules-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.rule-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: #075fd2;
  color: #fff;
  box-shadow: 0 3px 8px rgba(7, 95, 210, .18);
}
.rule-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.rules-grid h3 { margin: 2px 0 6px; color: #101936; font-size: 15px; font-weight: 800; line-height: 18px; }
.rules-grid p { margin: 0; color: #172033; font-size: 13px; font-weight: 700; line-height: 18px; }
.rules-grid p:last-child { margin-bottom: 0; }

.steps-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 0 32px;
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "number content icon";
  align-items: start;
  column-gap: 14px;
  row-gap: 0;
  padding: 20px 18px 20px 18px;
  border: 1px solid #dce5f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(12, 47, 93, .04);
}

.step-card__number {
  grid-area: number;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #0a6bfc;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 36px;
  box-shadow: 0 3px 10px rgba(10, 107, 252, .25);
  justify-self: start;
}

.step-card__icon {
  grid-area: icon;
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-top: 4px;
  justify-self: end;
}

.step-card__icon-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px dashed #b7c7e0;
  opacity: 0.7;
}

.step-card__icon svg {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 11px;
  border-radius: 50%;
  background: #eaf1ff;
  color: #0a6bfc;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-card__content {
  grid-area: content;
  min-width: 0;
  padding-top: 4px;
  padding-right: 8px;
}

.step-card__content h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  color: #07174a;
  position: relative;
  padding-bottom: 8px;
}

.step-card__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: #0a6bfc;
}

.step-card__content p {
  margin: 0;
  color: #39465e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.step-card:last-child::after,
.step-card:last-child::before {
  display: none;
}

.step-card::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 46px;
  width: 2px;
  height: 24px;
  background: repeating-linear-gradient(to bottom, #c2d3ec 0, #c2d3ec 4px, transparent 4px, transparent 8px);
}

.step-card::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 45px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7b93b8;
}

.new-cta { margin-top: 25px; padding: 18px 15px 14px; border: 1px solid #c7d8f3; border-radius: 12px; background: #edf4ff; text-align: center; }
.new-cta h2 { margin: 0 0 7px; font-size: 18px; }
.new-cta p { margin: 0 0 13px; color: #3a4c68; line-height: 1.45; }
.new-cta a { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 10px; border-radius: 7px; background: linear-gradient(110deg, #02a85b, #0dbc58); color: #fff; font-size: 14px; font-weight: 700; text-align: left; text-decoration: none; }
.new-cta a span { display: block; margin-top: 3px; font-size: 12px; font-weight: 400; }
.new-cta a .cta-copy { margin-top: 0; text-align: center; }
.new-cta a .cta-main { margin-top: 0; font-size: 14px; font-weight: 800; }
.new-cta a .cta-whatsapp { display: block; width: 31px; height: 31px; flex: 0 0 31px; object-fit: contain; }
.new-cta small { display: block; margin-top: 7px; color: #60708b; font-size: 10px; }

.reading-footer { padding: 13px 20px 15px; border-radius: 0 0 14px 14px; background: #002762; color: #fff; font-size: 11px; line-height: 1.25; text-align: center; }
.reading-footer .footer-secure { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 14px; color: #c4d0e4; font-size: 11px; font-weight: 700; }
.footer-lock { position: relative; display: inline-block; width: 11px; height: 9px; flex: 0 0 11px; border-radius: 2px; background: #c4d0e4; }
.footer-lock::before { position: absolute; right: 2px; bottom: 7px; left: 2px; height: 7px; border: 2px solid #c4d0e4; border-bottom: 0; border-radius: 7px 7px 0 0; content: ""; }
.reading-footer strong { display: block; margin: 0; font-size: 14px; font-weight: 800; line-height: 17px; }
.reading-footer small { display: block; margin-top: 1px; color: #cddaf0; font-size: 11px; line-height: 14px; }
.reading-footer nav { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 6px; }
.reading-footer a { color: #fff; font-size: 11px; font-weight: 700; line-height: 14px; text-decoration: none; }
.reading-footer nav i { color: #c4d0e4; font-style: normal; line-height: 14px; }

button:focus-visible, a:focus-visible { outline: 3px solid #f5af19; outline-offset: 2px; }
.primary, .option-list button, .whatsapp-form button { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.new-cta a { transition: box-shadow .2s ease, background .2s ease; }
.primary:hover, .whatsapp-form button:hover, .new-cta a:hover { box-shadow: 0 5px 12px rgba(10, 55, 124, .25); }
.primary:hover, .whatsapp-form button:hover { transform: translateY(-2px); }
.option-list button:hover { transform: translateX(3px); background: #f5f9ff; }

@media (min-width: 600px) {
  body { padding: 20px; }
  .phone-flow { min-height: calc(100vh - 40px); border-radius: 9px; }
}

@media (min-width: 900px) {
  body { padding: 0; }
  .phone-flow { width: 100%; max-width: none; min-height: 100vh; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
  .screen { min-height: 100vh; }

  .survey, .interest-page {
    width: min(760px, calc(100% - 44px));
    min-height: auto;
    margin: 46px auto;
    padding: 38px 72px 36px;
    border: 1px solid #edf0f6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(29, 47, 92, .09);
  }
  .brand { height: auto; margin-bottom: 28px; }
  .logo img { width: auto; height: 110px; }
  .step-badge { width: 72px; height: 72px; margin: 0 auto 30px; font-size: 22px; }
  .survey h1 { max-width: 560px; margin: 0 auto 20px; font-size: 40px; line-height: 1.16; letter-spacing: -1px; }
  .subtitle { margin-bottom: 34px; font-size: 18px; }
  .actions { max-width: 520px; margin: 0 auto; }
  .actions button { height: 74px; font-size: 24px; }
  .option-list { max-width: 560px; gap: 16px; margin: 0 auto; }
  .option-list button { min-height: 76px; padding-right: 22px; padding-left: 28px; font-size: 18px; }
  .option-icon { width: 32px; height: 32px; flex-basis: 32px; }
  .option-icon svg { width: 31px; height: 31px; }
  .security { margin-top: 34px; font-size: 16px; line-height: 21px; }
  .option-list + .security { margin-top: 36px; }
  .progress { margin-top: 28px; }
  .option-list ~ .progress { margin-top: 28px; }

  .info-page { background: #fff; }
  .hero { height: 246px; padding: 22px min(6vw, 70px) 0; }
  .hero::after { right: -8%; bottom: -78px; left: -8%; height: 136px; }
  .hero-status { max-width: 1040px; margin: 0 auto; font-size: 15px; }
  .hero-brand { margin-top: 48px; gap: 16px; font-size: 42px; line-height: 52px; }
  .hero-logo-mark { width: 96px; height: 72px; flex-basis: 96px; }
  .hero-logo-mark img { width: 98px; margin-left: -6px; }
  .hero small { margin-top: 4px; font-size: 18px; line-height: 25px; }
  .hero small i { margin: 0 11px; }

  .reading-content { max-width: 1040px; margin: 0 auto; padding: 0 22px 58px; }
  .reading-title { margin: 11px 0 36px; font-size: 34px; line-height: 42px; }

  .service-grid { margin: 0 0 58px; max-width: 900px; gap: 24px; }
  .service-item { padding: 32px 36px; gap: 36px; border-radius: 16px; }
  .service-item__icon-wrap { width: 110px; height: 110px; }
  .service-item__icon-ring { inset: -10px; }
  .service-icon { width: 88px; height: 88px; }
  .service-icon svg { width: 50px; height: 50px; stroke-width: 2.8; }
  .world-mask { width: 50px; height: 50px; }
  .service-item__text h3 { font-size: 26px; line-height: 32px; margin-bottom: 14px; padding-bottom: 12px; }
  .service-item__text h3::after { width: 44px; height: 4px; }
  .service-item__text p { font-size: 17px; line-height: 1.6; }

  .info-section-title { margin: 46px 0 28px; font-size: 31px; line-height: 38px; }
  .rules-grid { max-width: 860px; gap: 28px; margin-bottom: 56px; }
  .rules-grid article { grid-template-columns: 72px minmax(0, 1fr); gap: 24px; }
  .rule-icon { width: 62px; height: 62px; }
  .rule-icon svg { width: 35px; height: 35px; }
  .rules-grid h3 { margin-bottom: 9px; font-size: 24px; line-height: 30px; }
  .rules-grid p { font-size: 18px; line-height: 28px; }

  .steps-grid {
    margin: 0 0 58px;
    max-width: 1040px;
    gap: 28px;
  }
  .step-card {
    grid-template-columns: auto 1fr auto;
    column-gap: 18px;
    padding: 28px 24px;
  }
  .step-card__number { width: 46px; height: 46px; font-size: 17px; line-height: 46px; }
  .step-card__icon { width: 72px; height: 72px; }
  .step-card__icon svg { width: 60px; height: 60px; padding: 14px; }
  .step-card__content h3 { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
  .step-card__content h3::after { width: 34px; height: 4px; }
  .step-card__content p { font-size: 15px; line-height: 1.65; }
  .step-card::after {
    bottom: -28px;
    left: 58px;
    height: 20px;
  }
  .step-card::before {
    bottom: -30px;
    left: 57px;
  }

  .new-cta { max-width: 860px; margin: 0 auto 0; padding: 34px 46px 26px; border-radius: 18px; }
  .new-cta h2 { margin-bottom: 12px; font-size: 31px; line-height: 38px; }
  .new-cta p { max-width: 650px; margin: 0 auto 22px; font-size: 18px; line-height: 28px; }
  .new-cta a { max-width: 520px; margin: 0 auto; gap: 13px; padding: 16px 20px; font-size: 19px; }
  .new-cta a .cta-main { font-size: 19px; }
  .new-cta a .cta-whatsapp { width: 43px; height: 43px; flex-basis: 43px; }
  .new-cta a span { margin-top: 5px; font-size: 16px; }
  .new-cta small { margin-top: 13px; font-size: 13px; }

  .reading-footer { padding: 26px 20px 29px; border-radius: 0; }
  .reading-footer .footer-secure { margin-bottom: 23px; font-size: 16px; }
  .reading-footer strong { font-size: 24px; line-height: 30px; }
  .reading-footer small { font-size: 16px; line-height: 22px; }
  .reading-footer nav { gap: 14px; margin-top: 12px; }
  .reading-footer a, .reading-footer nav i { font-size: 16px; line-height: 22px; }
}

@media (max-width: 360px) {
  .survey, .interest-page { padding-right: 20px; padding-left: 20px; }
  .hero { padding-right: 21px; padding-left: 21px; }
  .reading-content { padding-right: 14px; padding-left: 14px; }
  .hero-brand { gap: 6px; font-size: 22px; line-height: 29px; }
  .hero-logo-mark { width: 55px; height: 43px; flex-basis: 55px; }
  .hero-logo-mark img { width: 57px; }
  .hero small { font-size: 10.5px; }
  .country-list b { font-size: 10px; }
  .info-section-title { font-size: 17px; }
  .rules-grid { gap: 16px; }
  .rules-grid article { grid-template-columns: 44px minmax(0, 1fr); gap: 11px; }
  .rule-icon { width: 40px; height: 40px; }
  .rules-grid h3 { font-size: 14px; line-height: 17px; }
  .rules-grid p { font-size: 12.5px; line-height: 17px; }
  .steps-grid { gap: 24px; }
  .step-card {
    grid-template-columns: auto 1fr auto;
    column-gap: 12px;
    padding: 18px 14px;
  }
  .step-card__number { width: 30px; height: 30px; font-size: 12px; line-height: 30px; }
  .step-card__icon { width: 48px; height: 48px; }
  .step-card__icon svg { width: 26px; height: 26px; padding: 9px; }
  .step-card__content h3 { font-size: 14px; line-height: 18px; padding-bottom: 6px; }
  .step-card__content h3::after { width: 22px; height: 2px; }
  .step-card__content p { font-size: 12px; line-height: 1.45; }
  .step-card::after { left: 38px; bottom: -24px; }
  .step-card::before { left: 37px; bottom: -26px; }
}

/* The unavailable page deliberately fills the viewport instead of the survey phone frame. */
body.unavailable-active { padding: 0; background: #f5f7fc; }
body.unavailable-active .phone-flow { width: 100%; max-width: none; min-height: 100vh; box-shadow: none; }

.unavailable-page { min-height: 100vh; background: #f7f8fc; color: #07174a; }
.unavailable-hero { min-height: 148px; padding: 27px 20px 22px; background: #031846; color: #fff; text-align: center; }
.unavailable-brand { display: flex; align-items: center; justify-content: center; gap: 10px; }
.unavailable-logo-mark { display: block; max-width: 58px;  }
.unavailable-logo-mark img { display: block; width: 60px; max-width: none; height: auto; margin: -3px 0 0 -11px; }
.unavailable-brand strong { font-size: clamp(27px, 3vw, 37px); line-height: 1; letter-spacing: -.8px; }
.unavailable-hero p { margin: 10px 0 0; color: #d4dced; font-size: clamp(16px, 1.8vw, 22px); }
.unavailable-hero p span, .unavailable-footer p span { margin: 0 8px; }

.unavailable-main { max-width: 1040px; margin: 0 auto; padding: 50px 22px 37px; }
.unavailable-card { padding: 39px min(10vw, 106px) 44px; border: 1px solid #edf0f6; border-radius: 24px; background: #fff; box-shadow: 0 8px 28px rgba(29, 47, 92, .09); text-align: center; }
.access-icon { width: 126px; margin: 0 auto 17px; transform-origin: center; }
.access-icon svg { display: block; width: 100%; height: auto; }
.unavailable-card h1 { margin: 0; color: #06184c; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; letter-spacing: -1.4px; }
.unavailable-lead { margin: 19px 0 0; color: #343946; font-size: clamp(17px, 2.2vw, 25px); line-height: 1.45; }
.unavailable-divider { width: 116px; height: 1px; margin: 31px auto; background: #e4e6ec; }

.inquiry-panel, .notice-panel { display: flex; align-items: center; gap: 25px; border-radius: 15px; text-align: left; }
.inquiry-panel { padding: 27px 39px; border: 1px solid #ccdaf2; background: #f0f4ff; }
.notice-panel { margin-top: 25px; padding: 24px 39px; border: 1px solid #f2e6ca; background: #fffaf0; }
.panel-icon { flex: 0 0 auto; display: grid; width: 82px; height: 82px; place-items: center; border-radius: 50%; }
.people-icon { background: #dce7ff; color: #075ccc; }
.people-icon svg { width: 58px; fill: none; stroke: currentColor; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.info-icon { width: 55px; height: 55px; border: 3px solid #eda824; background: #fffdf7; color: #eda824; font: 700 39px/1 Georgia, serif; }
.inquiry-panel h2, .notice-panel h2, .no-action h2 { margin: 0; color: #07174a; font-size: clamp(19px, 2.4vw, 27px); line-height: 1.25; letter-spacing: -.6px; }
.inquiry-panel p, .notice-panel p { margin: 13px 0 0; color: #323945; font-size: clamp(15px, 1.9vw, 21px); line-height: 1.4; }
.notice-panel h2 { font-size: clamp(16px, 2vw, 22px); }
.notice-panel p { margin-top: 3px; }

.no-action { padding-top: 35px; }
.check-icon { display: grid; width: 54px; height: 54px; margin: 0 auto 15px; place-items: center; border-radius: 50%; background: #f1f5ff; color: #1261cc; font-size: 31px; font-weight: 700; }
.no-action h2 { font-size: clamp(20px, 2.4vw, 28px); }
.no-action p { margin: 9px 0 0; color: #3c4351; font-size: clamp(16px, 2vw, 22px); }

.unavailable-footer { padding: 29px 20px; background: #edf2ff; color: #07174a; text-align: center; }
.unavailable-footer strong { display: block; font-size: clamp(21px, 2.4vw, 27px); }
.unavailable-footer p { margin: 7px 0 20px; font-size: clamp(14px, 1.7vw, 18px); }
.unavailable-footer small { display: block; font-size: clamp(14px, 1.6vw, 17px); }
.unavailable-footer nav { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 13px; }
.unavailable-footer a { color: #0759b9; font-size: clamp(14px, 1.6vw, 17px); text-decoration: none; }
.unavailable-footer nav i { color: #657189; font-style: normal; }

@media (max-width: 600px) {
  .unavailable-hero { min-height: 125px; padding-top: 24px; }
  .unavailable-logo-mark { width: 46px; height: 42px; }
  .unavailable-logo-mark img { width: 64px; margin-left: -9px; }
  .unavailable-brand strong { font-size: 25px; }
  .unavailable-hero p { margin-top: 9px; font-size: 14px; white-space: nowrap; }
  .unavailable-hero p span, .unavailable-footer p span { margin: 0 4px; }
  .unavailable-main { padding: 25px 14px 27px; }
  .unavailable-card { padding: 27px 16px 31px; border-radius: 18px; }
  .access-icon { width: 104px; margin-bottom: 14px; }
  .unavailable-card h1 { font-size: 29px; letter-spacing: -1px; }
  .unavailable-lead { font-size: 17px; }
  .unavailable-divider { margin: 25px auto; }
  .inquiry-panel, .notice-panel { gap: 14px; padding: 18px 15px; border-radius: 12px; }
  .panel-icon { width: 57px; height: 57px; }
  .people-icon svg { width: 42px; }
  .info-icon { width: 42px; height: 42px; border-width: 2px; font-size: 29px; }
  .inquiry-panel h2 { font-size: 19px; }
  .notice-panel h2 { font-size: 16px; }
  .inquiry-panel p, .notice-panel p { font-size: 15px; }
  .desktop-break { display: none; }
  .no-action { padding-top: 29px; }
}
