:root {
  --blue: #0500ff;
  --blue-2: #2f6bff;
  --sky: #58c1f6;
  --green: #6cf399;
  --ink: #171923;
  --muted: #5f6572;
  --line: #dedfea;
  --panel: #f4f4f8;
  --white: #fff;
  --shadow: 0 26px 80px rgba(17, 24, 44, 0.15);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  padding: 20px clamp(22px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-weight: 950;
}

.brand-shield,
.mini-shield {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 50px;
  background: linear-gradient(135deg, var(--blue) 0 48%, #2143ff 49%, var(--green) 100%);
  clip-path: polygon(50% 0, 100% 18%, 100% 60%, 50% 100%, 0 60%, 0 18%);
  box-shadow: inset 0 -14px 24px rgba(0, 0, 0, 0.12);
}

.brand-shield::after,
.mini-shield::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.brand-name {
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1;
}

.main-nav,
.header-actions,
.hero-actions,
.benefit-row,
.card-topline,
.card-bottomline,
.screen-row,
.offer-line {
  display: flex;
  align-items: center;
}

.main-nav {
  gap: clamp(18px, 2vw, 34px);
}

.main-nav a {
  font-weight: 850;
  color: #2e3038;
}

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

.header-actions {
  gap: 14px;
}

.theme-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 24px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 190px;
  padding: 0 28px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(5, 0, 255, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.primary-button.small {
  min-width: 132px;
  min-height: 46px;
}

.primary-button.inverse {
  border-color: var(--white);
  background: var(--white);
  color: var(--blue);
  box-shadow: none;
}

.secondary-button {
  background: var(--white);
  color: var(--blue);
  box-shadow: none;
}

.section-shell {
  width: min(1390px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 70px;
  align-items: center;
  min-height: calc(100vh - 96px);
  padding: 58px 0 86px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.8);
}

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

h1 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.06;
  font-weight: 950;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.14;
  font-weight: 950;
}

h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 950;
}

.hero-text {
  max-width: 650px;
  margin-bottom: 32px;
  color: #353844;
  font-size: clamp(19px, 2vw, 24px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 30px;
}

.benefit-row {
  flex-wrap: wrap;
  gap: 12px;
}

.benefit-row span {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #353844;
  font-weight: 850;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 76% 16%, rgba(108, 243, 153, 0.56), transparent 22%),
    linear-gradient(135deg, #eff7ff 0%, #f8f8ff 54%, #eef0ff 100%);
}

.visual-orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
}

.orbit-one {
  right: 7%;
  top: 13%;
  width: 180px;
  height: 180px;
  background: rgba(5, 0, 255, 0.12);
}

.orbit-two {
  left: 12%;
  bottom: 11%;
  width: 190px;
  height: 190px;
  background: rgba(88, 193, 246, 0.18);
}

.card-scene {
  position: absolute;
  left: 10%;
  top: 18%;
  width: min(520px, 76%);
  height: 360px;
  transform: rotate(-6deg);
}

.bank-card {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.card-shadow {
  left: 64px;
  top: 54px;
  background: linear-gradient(135deg, #07122e, #111a50 46%, var(--blue));
  transform: rotate(11deg);
}

.card-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background:
    radial-gradient(circle at 76% 16%, rgba(108, 243, 153, 0.95), transparent 22%),
    linear-gradient(135deg, #081235, var(--blue) 58%, #54c6ff);
  color: var(--white);
}

.card-main::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  content: "";
}

.card-topline,
.card-bottomline,
.screen-row,
.offer-line {
  justify-content: space-between;
  gap: 16px;
}

.mini-shield {
  width: 26px;
  height: 31px;
  flex: 0 0 auto;
  vertical-align: middle;
}

.card-topline {
  font-weight: 900;
  font-size: 22px;
}

.card-number {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
}

.card-bottomline {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 850;
}

.card-bottomline strong {
  color: var(--white);
  font-size: 18px;
}

.reward-badge {
  position: absolute;
  right: -38px;
  top: -38px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 8px solid var(--white);
  border-radius: 50%;
  background: #ffd85a;
  color: var(--ink);
  box-shadow: var(--shadow);
  font-size: 34px;
  font-weight: 950;
}

.phone {
  position: absolute;
  right: 10%;
  bottom: -36px;
  width: 270px;
  height: 430px;
  padding: 20px;
  border: 10px solid #11131a;
  border-radius: 46px;
  background: var(--white);
  box-shadow: 0 34px 90px rgba(12, 17, 35, 0.24);
}

.phone-notch {
  position: absolute;
  left: 50%;
  top: 0;
  width: 92px;
  height: 25px;
  border-radius: 0 0 18px 18px;
  background: #11131a;
  transform: translateX(-50%);
}

.phone-screen {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  padding: 48px 16px 22px;
  border-radius: 30px;
  background: #f8f9ff;
}

.screen-label {
  color: var(--muted);
  font-weight: 850;
}

.phone-screen strong {
  font-size: 34px;
  line-height: 1;
}

.meter {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #dee3f0;
}

.meter span {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.screen-row {
  padding: 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-weight: 800;
}

.screen-row b {
  color: var(--blue);
}

.proof,
.compare,
.faq {
  padding: 86px 0;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
  font-size: 23px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}

.proof-grid article,
.steps-grid article {
  min-height: 210px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
}

.proof-number {
  display: block;
  margin-bottom: 12px;
  font-size: 72px;
  line-height: 1;
  font-weight: 950;
}

.proof-number small {
  font-size: 32px;
}

.stars {
  margin-bottom: 18px;
  color: #ffc933;
  font-size: 26px;
}

.pill {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #11131a;
  color: var(--white);
  font-weight: 900;
}

.proof-grid p,
.steps-grid p {
  color: var(--muted);
  font-size: 21px;
}

.blue-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 58px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 92px;
  padding: clamp(48px, 7vw, 88px);
  border-radius: 34px;
  background: linear-gradient(135deg, #5bc9ff 0%, #2e69ff 42%, var(--blue) 100%);
  color: var(--white);
}

.blue-panel h2 {
  max-width: 760px;
}

.blue-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
}

.feature-list {
  display: grid;
  gap: 20px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
}

.feature-list li {
  padding-left: 26px;
  border-left: 4px solid rgba(255, 255, 255, 0.42);
}

.feature-list strong {
  color: var(--white);
}

.offer-widget {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(5, 0, 255, 0.25);
}

.offer-widget > span {
  color: var(--muted);
  font-weight: 850;
}

.offer-widget > strong {
  display: block;
  margin: 10px 0 24px;
  font-size: 54px;
  line-height: 1;
}

.offer-line {
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 850;
}

.offer-line b {
  color: var(--blue);
}

.offer-widget p {
  margin-top: 18px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.steps {
  padding-bottom: 30px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.steps-grid article {
  position: relative;
  min-height: 300px;
  padding-top: 76px;
}

.steps-grid article > span {
  position: absolute;
  left: 34px;
  top: 30px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 950;
}

.table-card {
  overflow-x: auto;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--panel);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

th,
td {
  padding: 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 22px;
}

th {
  font-weight: 950;
}

td:nth-child(2),
th:nth-child(2) {
  color: var(--blue);
  font-weight: 950;
}

td:last-child,
th:last-child {
  border-right: 0;
}

tr:last-child td {
  border-bottom: 0;
}

th .mini-shield {
  margin-right: 8px;
}

.open-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 86px;
  padding: 52px 64px;
  border-radius: 34px;
  background: #11131a;
  color: var(--white);
}

.open-panel h2 {
  max-width: 760px;
}

.open-panel p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
}

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

.faq-item {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.faq-item span {
  font-size: 26px;
  font-weight: 950;
}

.faq-item b {
  font-size: 28px;
  transition: transform 160ms ease;
}

.faq-item p {
  display: none;
  grid-column: 1 / -1;
  max-width: 800px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.faq-item.is-open b {
  transform: rotate(45deg);
}

.faq-item.is-open p {
  display: block;
}

.footer {
  padding: 76px 0 190px;
  background: var(--panel);
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  width: min(1390px, calc(100% - 48px));
  margin: 0 auto;
}

.footer p {
  max-width: 400px;
  color: var(--muted);
  font-weight: 750;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.footer h3 {
  font-size: 20px;
}

.footer-columns a {
  display: block;
  margin-bottom: 11px;
  color: #353844;
  font-size: 18px;
  font-weight: 800;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 7px;
  background: #11131a;
  color: var(--white);
  font-weight: 900;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto minmax(240px, 520px);
  gap: 28px;
  align-items: center;
  padding: 24px 36px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: #313342;
  color: var(--white);
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.16);
}

.cookie-banner p {
  margin: 0;
  max-width: 980px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.cookie-banner a {
  font-weight: 900;
  text-decoration: underline;
}

.cookie-banner button {
  min-height: 46px;
  border: 0;
  border-radius: 2px;
  background: var(--white);
  color: #313342;
  font-weight: 900;
  cursor: pointer;
}

.cookie-banner.is-hidden {
  display: none;
}

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

  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
    padding-top: 36px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blue-panel,
  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 78px;
    padding: 14px 18px;
  }

  .brand-shield {
    width: 30px;
    height: 36px;
  }

  .brand-name {
    font-size: 32px;
  }

  .theme-button {
    display: none;
  }

  .primary-button.small {
    min-width: 96px;
    min-height: 42px;
    padding: 0 14px;
  }

  .section-shell,
  .footer-inner {
    width: min(100% - 28px, 1390px);
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-text,
  .section-heading p,
  .blue-panel p,
  .feature-list,
  .proof-grid p,
  .steps-grid p {
    font-size: 18px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-width: 0;
  }

  .hero-visual {
    min-height: 500px;
    border-radius: 22px;
  }

  .card-scene {
    left: 5%;
    top: 14%;
    width: 88%;
    height: 250px;
  }

  .bank-card {
    border-radius: 22px;
  }

  .card-main {
    padding: 24px;
  }

  .card-number {
    font-size: 27px;
  }

  .reward-badge {
    right: -8px;
    top: -42px;
    width: 92px;
    height: 92px;
    font-size: 27px;
  }

  .phone {
    right: 8%;
    width: 210px;
    height: 320px;
    border-width: 8px;
  }

  .phone-screen strong {
    font-size: 26px;
  }

  .proof-grid,
  .steps-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .proof-grid article,
  .steps-grid article,
  .table-card {
    padding: 24px;
  }

  .blue-panel,
  .open-panel {
    padding: 34px 24px;
    border-radius: 22px;
  }

  .open-panel {
    display: block;
  }

  .open-panel .primary-button {
    margin-top: 26px;
  }

  .offer-widget {
    padding: 24px;
  }

  th,
  td {
    padding: 18px 16px;
    font-size: 18px;
  }

  .faq-item span {
    font-size: 20px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }
}
