:root {
  --bg: #060914;
  --bg-soft: #0b1020;
  --surface: rgba(255, 255, 255, 0.075);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.14);
  --text: #f8fbff;
  --muted: #aab6cf;
  --muted-2: #7f8aa3;
  --accent: #8b5cf6;
  --accent-2: #22d3ee;
  --accent-3: #f8fafc;
  --radius: 26px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(139, 92, 246, 0.32), transparent 34rem),
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.20), transparent 34rem),
    linear-gradient(180deg, #060914 0%, #090e1f 48%, #050712 100%);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 118px;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.page-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.34;
  pointer-events: none;
  z-index: -1;
}

.page-glow--one {
  left: -160px;
  top: 22%;
  background: #8b5cf6;
}

.page-glow--two {
  right: -180px;
  bottom: 10%;
  background: #22d3ee;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(6, 9, 20, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header__inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo__mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #07111f;
  background: linear-gradient(135deg, #ffffff, #91f2ff 48%, #c4b5fd);
  box-shadow: 0 16px 38px rgba(34, 211, 238, 0.25);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav a:hover {
  color: var(--text);
}

.header__cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
}

.hero {
  padding: 92px 0 86px;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 70px;
}

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #dff8ff;
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #67e8f9;
  box-shadow: 0 0 0 6px rgba(103, 232, 249, 0.12);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 22px 0 22px;
  max-width: 760px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

h2 {
  margin: 16px 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 10px;
  letter-spacing: -0.035em;
  font-size: 20px;
}

.hero__text,
.section__head p,
.limits__grid p,
.security__grid p,
.compare-card p,
.apply__grid p,
.legal-grid p {
  color: var(--muted);
  font-size: 18px;
  max-width: 660px;
}

.hero__disclaimer {
  max-width: 650px;
  margin: 8px 0 0;
  color: var(--muted-2);
  font-size: 13px;
}

.hero__actions {
  display: flex;
  gap: 14px;
  margin: 34px 0;
  flex-wrap: wrap;
}

.btn {
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

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

.btn--primary {
  color: #06111f;
  background: linear-gradient(135deg, #ffffff, #a5f3fc);
  box-shadow: 0 18px 44px rgba(34, 211, 238, 0.2);
}

.btn--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--border);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 660px;
}

.hero__stats div,
.metric-grid div,
.trust-strip__inner div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.105);
}

.hero__stats strong,
.metric-grid strong,
.trust-strip__inner strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.hero__stats span,
.metric-grid span,
.trust-strip__inner span {
  color: var(--muted);
  font-size: 13px;
}

.hero__visual {
  position: relative;
  min-height: 535px;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.orbit--one {
  width: 430px;
  height: 430px;
}

.orbit--two {
  width: 310px;
  height: 310px;
  transform: rotate(22deg);
  border-color: rgba(34, 211, 238, 0.18);
}

.credit-card {
  position: relative;
  z-index: 2;
  width: min(440px, 100%);
  aspect-ratio: 1.58 / 1;
  padding: 30px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, #171a2f, #070b18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
  transform: rotate(-7deg);
}

.credit-card::after {
  content: "";
  position: absolute;
  inset: auto -60px -90px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.16);
  filter: blur(8px);
}

.credit-card__top,
.credit-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.chip {
  width: 56px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, #fef3c7, #c084fc);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.network {
  font-weight: 900;
  letter-spacing: .2em;
}

.credit-card__number {
  margin: 74px 0 44px;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: .13em;
}

.credit-card small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.floating-card,
.mini-panel {
  position: absolute;
  z-index: 3;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.floating-card {
  padding: 16px 18px;
}

.floating-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.floating-card strong {
  font-size: 20px;
}

.floating-card--balance {
  left: 0;
  bottom: 88px;
}

.floating-card--limit {
  right: 0;
  top: 72px;
}

.mini-panel {
  right: 20px;
  bottom: 16px;
  width: 230px;
  padding: 16px;
  display: grid;
  gap: 12px;
}

.mini-panel div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-panel span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #67e8f9;
}

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

.section {
  padding: 92px 0;
}

.trust-strip {
  padding: 0 0 30px;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.section__head {
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card,
.step,
.limits-card,
.security-box,
.compare-card,
.form,
.apply-note,
.company-card,
.policy-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-card,
.step,
.policy-card {
  padding: 26px;
}

.feature-card p,
.step p,
.policy-card p {
  color: var(--muted);
  font-size: 15px;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: #a5f3fc;
  font-size: 25px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.16);
}

.section--dark {
  background: rgba(255, 255, 255, 0.032);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.limits__grid,
.security__grid,
.apply__grid,
.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.pills span {
  padding: 10px 13px;
  border-radius: 999px;
  color: #dff8ff;
  font-size: 13px;
  font-weight: 800;
  background: rgba(34, 211, 238, 0.09);
  border: 1px solid rgba(34, 211, 238, 0.15);
}

.limits-card,
.company-card {
  padding: 12px;
}

.limit-row,
.company-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.limit-row:last-child,
.company-row:last-child {
  border-bottom: 0;
}

.limit-row strong,
.company-row strong {
  color: var(--text);
  text-align: right;
  max-width: 320px;
}

.security-box {
  padding: 20px;
  display: grid;
  gap: 14px;
}

.security-box__item {
  padding: 22px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  background: rgba(255,255,255,.055);
}

.security-box__item strong {
  font-size: 32px;
  letter-spacing: -0.04em;
}

.security-box__item span {
  color: var(--muted);
  text-align: right;
  max-width: 310px;
}

.check-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  color: var(--muted);
}

.check-list li {
  margin: 12px 0;
  padding-left: 30px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #67e8f9;
  font-weight: 900;
}

.steps__grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step span {
  color: #67e8f9;
  font-weight: 950;
}

.compare {
  padding-top: 20px;
}

.compare-card {
  padding: 34px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(34, 211, 238, .15), transparent 28rem),
    var(--surface);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.apply {
  padding-top: 72px;
}

.apply-note {
  margin-top: 28px;
  padding: 18px;
  color: var(--muted);
  background: rgba(34, 211, 238, 0.075);
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 24px;
}

.form label {
  display: grid;
  gap: 8px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 800;
}

.form__full {
  grid-column: 1 / -1;
}

.checkbox {
  display: flex !important;
  grid-template-columns: unset !important;
  align-items: flex-start;
  gap: 12px !important;
  color: var(--muted) !important;
  font-weight: 600 !important;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(6, 9, 20, 0.76);
  color: var(--text);
  padding: 15px 16px;
  outline: none;
  font: inherit;
}

textarea {
  min-height: 122px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: var(--muted-2);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(34,211,238,.72);
  box-shadow: 0 0 0 4px rgba(34,211,238,.1);
}

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

.footer {
  padding: 34px 0;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
}

.footer__text {
  margin: 14px 0 0;
  font-size: 13px;
}

.footer__links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 520px;
}

.footer__links a {
  color: #dff8ff;
  font-size: 13px;
  font-weight: 750;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  color: var(--text);
  background: rgba(10, 15, 30, 0.92);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

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

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner .btn {
  min-height: 44px;
  padding: 0 16px;
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero {
    padding-top: 58px;
  }

  .hero__grid,
  .limits__grid,
  .security__grid,
  .apply__grid,
  .compare-card,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .features,
  .steps__grid,
  .policy-grid,
  .trust-strip__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__visual {
    min-height: 430px;
  }

  .credit-card {
    transform: rotate(-4deg);
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 210px;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .header__inner {
    height: 66px;
  }

  .header__cta {
    display: none;
  }

  h1 {
    font-size: 44px;
  }

  .hero__stats,
  .features,
  .steps__grid,
  .form,
  .metric-grid,
  .policy-grid,
  .trust-strip__inner {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .hero__visual {
    min-height: 370px;
  }

  .credit-card {
    padding: 22px;
    border-radius: 28px;
  }

  .credit-card__number {
    margin: 54px 0 34px;
    letter-spacing: .07em;
  }

  .floating-card,
  .mini-panel,
  .orbit {
    display: none;
  }

  .security-box__item {
    display: grid;
  }

  .security-box__item span {
    text-align: left;
  }

  .limit-row,
  .company-row {
    display: grid;
  }

  .limit-row strong,
  .company-row strong {
    text-align: left;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__links {
    justify-content: flex-start;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .cookie-banner__actions {
    display: grid;
  }
}


.checkbox a {
  color: #dff8ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkbox a:hover {
  color: #ffffff;
}
