:root {
  --bg: #eef3f8;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --border: rgba(15, 23, 42, 0.12);
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  --radius: 18px;

  --blue1: #2f6fe8;
  --blue2: #1f58d7;
  --green1: #14b8a6;
  --green2: #0ea5a4;
  --mint: #7dd3a7;
  --orange: #f97316;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(47, 111, 232, 0.22), transparent 50%),
    radial-gradient(900px 520px at 90% 20%, rgba(20, 184, 166, 0.18), transparent 55%),
    var(--bg);
}

a {
  color: #2563eb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.page {
  padding: 0 18px 60px;
}

.hero {
  margin: 0 -18px 26px;
  padding: 34px 18px 30px;
  background: linear-gradient(180deg, #1f58d7 0%, #2f6fe8 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.92);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.hero__pill--big {
  width: min(980px, 100%);
  justify-content: center;
  text-align: center;
  font-size: clamp(16px, 2.2vw, 20px);
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(185, 28, 28, 0.95), rgba(249, 115, 22, 0.95));
  border: 1px solid rgba(185, 28, 28, 0.35);
  box-shadow: 0 22px 70px rgba(185, 28, 28, 0.22);
}

.hero__spark {
  display: inline-block;
  transform: translateY(-0.5px);
  opacity: 0.95;
}

.hero__title {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.hero__subtitle {
  margin: 10px auto 0;
  max-width: 820px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.hero__chips {
  margin: 18px auto 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.96);
  font-weight: 800;
  font-size: 12px;
}

.chip__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.chip--secure .chip__dot {
  background: #22c55e;
}
.chip--time .chip__dot {
  background: #fbbf24;
}
.chip--support .chip__dot {
  background: #fb7185;
}

.hero__meta {
  margin: 14px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.hero__meta a {
  color: rgba(255, 255, 255, 0.98);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  text-underline-offset: 3px;
}

.partner-banner {
  width: min(1120px, 100%);
  margin: 18px auto 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.partner-banner__inner {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 14px;
  align-items: center;
}

.partner-banner__left {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(241, 245, 249, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.partner-banner__logo {
  height: 64px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(15, 23, 42, 0.12));
}

.partner-banner__logoLink {
  display: inline-block;
}

.partner-banner__copy {
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  padding: 0;
}

.partner-banner__link {
  color: rgba(37, 99, 235, 0.95);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 8px;
}
.partner-banner__link:hover {
  text-decoration: underline;
}

.legal h2 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.legal p,
.legal li {
  color: rgba(15, 23, 42, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.legal ul,
.legal ol {
  margin: 10px 0 18px;
  padding-left: 18px;
}

.legal a {
  color: #2563eb;
}

.legal-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.legal-grid__card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.7);
  border-radius: 14px;
  padding: 14px 14px;
}

.legal-grid__card h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(15, 23, 42, 0.88);
}

.legal-grid__card ul {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 640px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }
}

.layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 26px;
  align-items: start;
}

.stack {
  display: grid;
  gap: 18px;
}

.card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.card__header {
  padding: 22px 26px;
  color: #fff;
}

.card__header--blue {
  background: linear-gradient(90deg, var(--blue1), var(--blue2));
}

.card__header--green {
  background: linear-gradient(90deg, var(--green1), var(--green2));
}

.header__title {
  display: flex;
  gap: 14px;
  align-items: center;
}

.header__title h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.header__title p {
  margin: 6px 0 0;
  font-size: 13px;
  opacity: 0.9;
}

.header__title--compact h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.card__body {
  padding: 22px 26px 26px;
}

.card__body--tight {
  padding: 18px 22px 20px;
}

.section {
  display: grid;
  gap: 14px;
}

.section--boxed {
  padding: 14px 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.02);
}

.section__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 700;
}

.divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
  margin: 16px 0;
}

.grid {
  display: grid;
  gap: 14px;
}

.grid--2 {
  grid-template-columns: 1fr 1fr;
}

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

.field__label {
  font-size: 13px;
  color: #334155;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.field__input {
  width: 100%;
  padding: 14px 14px;
  border-radius: 12px;
  border: 2px solid rgba(148, 163, 184, 0.35);
  outline: none;
  font-size: 14px;
  transition: border-color 120ms ease, box-shadow 120ms ease;
  background: #fff;
}

.field__input::placeholder {
  color: rgba(100, 116, 139, 0.55);
}

.field__input:focus {
  border-color: rgba(37, 99, 235, 0.6);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.field__input--caps {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hint {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}

.alert {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(245, 158, 11, 0.55);
  background: rgba(253, 230, 138, 0.28);
  padding: 12px 12px;
  border-radius: 12px;
  font-size: 13px;
  color: #7c2d12;
}

.alert__icon {
  color: #f59e0b;
}

.strike {
  text-decoration: line-through;
  opacity: 0.8;
}

.agree {
  margin: 14px 0 16px;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(248, 250, 252, 0.7);
}

.check {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #334155;
  user-select: none;
}

.check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check__ui {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(37, 99, 235, 0.55);
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  background: #fff;
}

.check__ui::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: #2563eb;
  transform: scale(0);
  transition: transform 120ms ease;
}

.check input:focus-visible + .check__ui {
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.check input:checked + .check__ui::after {
  transform: scale(1);
}

.btn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(90deg, #7dd3a7, #7ad2bf);
  color: #0f3d2b;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  transition: transform 90ms ease, filter 120ms ease, opacity 120ms ease;
}

.btn:hover {
  filter: brightness(0.98);
}
.btn:active {
  transform: translateY(1px);
}
.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.btn--orange {
  background: linear-gradient(90deg, #fb923c, var(--orange));
  color: #fff;
  text-decoration: none;
}
.btn--orange:hover {
  text-decoration: none;
}

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

.steps__item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
}

.steps__badge {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.16);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #1d4ed8;
}

.steps__badge--done {
  background: rgba(34, 197, 94, 0.16);
  color: #16a34a;
}

.steps__title {
  font-weight: 700;
  color: #0f172a;
  font-size: 14px;
}

.steps__desc {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

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

.help h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}

.help p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.help--small h3 {
  font-size: 15px;
}

.muted {
  color: var(--muted);
  font-size: 13px;
  margin: 12px 0 16px;
}

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

.list__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
  color: #334155;
  font-size: 13px;
}

.list__badge {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.14);
  color: #1d4ed8;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-top: 1px;
}

.icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.icon--header {
  width: 26px;
  height: 26px;
}

.icon--muted {
  color: rgba(100, 116, 139, 0.8);
}

.icon--inline {
  width: 18px;
  height: 18px;
  color: rgba(37, 99, 235, 0.9);
}

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

.card--help {
  background: #fff7ed;
  border: 1px solid rgba(251, 146, 60, 0.22);
}

.help__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(251, 146, 60, 0.16);
  color: #ea580c;
  display: grid;
  place-items: center;
}

.help__icon--blue {
  background: rgba(59, 130, 246, 0.14);
  color: #2563eb;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  max-width: min(520px, calc(100vw - 24px));
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.6);
  backdrop-filter: blur(3px);
}

.modal__dialog {
  position: relative;
  width: min(520px, calc(100vw - 28px));
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.35);
  padding: 18px 18px 16px;
  text-align: center;
  animation: modalIn 160ms ease-out;
}

.modal__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.9);
  margin: 12px 0 10px;
}

.modal__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@keyframes modalIn {
  from {
    transform: translateY(calc(-50% + 10px));
    opacity: 0;
  }
  to {
    transform: translateY(-50%);
    opacity: 1;
  }
}

.modal__badge {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  margin: 2px auto 10px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: #16a34a;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 24px;
}

.modal__title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(15, 23, 42, 0.92);
}

.modal__title--urgent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  width: 100%;
  border-radius: 14px;
  background: linear-gradient(90deg, #ef4444, #f97316);
  color: #fff;
  border: 1px solid rgba(239, 68, 68, 0.35);
  box-shadow: 0 18px 55px rgba(239, 68, 68, 0.22);
  letter-spacing: 0.02em;
}

.modal__text {
  margin: 10px auto 14px;
  max-width: 420px;
  color: rgba(15, 23, 42, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.modal__text--left {
  text-align: left;
  max-width: 520px;
}

.hotline {
  display: inline-block;
  margin-left: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(90deg, #0f172a, #334155);
  border: 1px solid rgba(15, 23, 42, 0.18);
}

.modal__ok--urgent {
  background: linear-gradient(90deg, #ef4444, #f97316);
}

.ticket {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.85);
  border: 1px dashed rgba(15, 23, 42, 0.2);
  margin: 0 auto 14px;
  width: min(440px, 100%);
}

.ticket__label {
  font-weight: 900;
  font-size: 12px;
  color: rgba(100, 116, 139, 0.95);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ticket__code {
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(15, 23, 42, 0.9);
  text-align: left;
}

.ticket__copy {
  border: 1px solid rgba(37, 99, 235, 0.25);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
}
.ticket__copy:hover {
  filter: brightness(0.98);
}

.modal__ok {
  width: min(440px, 100%);
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  color: #fff;
}
.modal__ok:hover {
  filter: brightness(0.98);
}
.modal__ok:active {
  transform: translateY(1px);
}

.form-errors {
  border: 1px solid rgba(239, 68, 68, 0.4);
  background: rgba(254, 202, 202, 0.18);
  color: #7f1d1d;
  padding: 12px 12px;
  border-radius: 12px;
  margin-bottom: 14px;
  font-size: 13px;
}

.form-errors strong {
  display: block;
  margin-bottom: 6px;
}

.form-errors ul {
  margin: 0;
  padding-left: 18px;
}

.form-success {
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(187, 247, 208, 0.22);
  color: #14532d;
  padding: 12px 12px;
  border-radius: 12px;
  margin-bottom: 14px;
  font-size: 13px;
}

.form-success strong {
  display: block;
  margin-bottom: 6px;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.captcha {
  border: 1px solid rgba(37, 99, 235, 0.25);
  background: rgba(37, 99, 235, 0.06);
  padding: 12px 12px;
  border-radius: 12px;
  margin: 12px 0 14px;
}

.captcha__title {
  font-weight: 900;
  color: rgba(15, 23, 42, 0.85);
  margin-bottom: 8px;
}

.captcha__row {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 10px;
  align-items: center;
}

.captcha__q {
  font-weight: 700;
  color: rgba(15, 23, 42, 0.78);
}

.captcha__input {
  padding: 12px 12px;
}

.captcha__hint {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(100, 116, 139, 0.95);
}

@media (max-width: 480px) {
  .captcha__row {
    grid-template-columns: 1fr;
  }
}

.footer {
  margin-top: 22px;
  padding: 20px 18px 22px;
  background: rgba(248, 250, 252, 0.85);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 10px;
  text-align: center;
  color: rgba(15, 23, 42, 0.78);
  font-size: 13px;
}

.footer__line {
  line-height: 1.5;
}

.footer__line--muted {
  color: rgba(100, 116, 139, 0.95);
  font-size: 12.5px;
}

.footer__link {
  color: rgba(37, 99, 235, 0.95);
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}

.footer__sep {
  margin: 0 8px;
  opacity: 0.75;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #16a34a;
  color: #fff;
  padding: 12px 14px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: transform 110ms ease, filter 120ms ease;
}

.wa-float:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
  text-decoration: none;
}

.wa-float__icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
}

.wa-float__icon svg {
  width: 100%;
  height: 100%;
}

.wa-float__label {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
}

@media (max-width: 980px) {
  .layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 0 14px 44px;
  }
  .hero {
    margin: 0 -14px 22px;
    padding: 26px 14px 24px;
  }
  .partner-banner__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .partner-banner__left {
    justify-content: center;
    padding-right: 14px;
  }
  .partner-banner__copy {
    text-align: center;
  }
  .card__header {
    padding: 18px 18px;
  }
  .card__body {
    padding: 18px 18px 20px;
  }
  .grid--2 {
    grid-template-columns: 1fr;
  }
  .footer__inner {
    text-align: center;
  }
}
