@charset "UTF-8";

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Anton-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Gabarito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Gabarito-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Gabarito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Kodchasan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Kodchasan-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Kodchasan";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Kodchasan-Bold.ttf") format("truetype");
}

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

html {
  font-family: Gabarito, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Gabarito, sans-serif;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

::placeholder {
  opacity: 0.65;
}

:root {
  --color-bg: #050210;
  --color-bg-alt: #0f0625;
  --color-surface: rgba(20, 16, 40, 0.82);
  --color-surface-alt: rgba(33, 27, 63, 0.9);
  --color-card: rgba(34, 28, 68, 0.92);
  --color-border: rgba(255, 255, 255, 0.08);
  --color-primary: #ff58b0;
  --color-primary-soft: #9f62ff;
  --color-accent: #ffd166;
  --color-text: #f8f7ff;
  --color-text-muted: rgba(230, 226, 255, 0.78);
  --shadow-soft: 0 24px 48px rgba(5, 0, 35, 0.42);
  --shadow-card: 0 18px 36px rgba(7, 2, 32, 0.48);
  --radius-lg: 28px;
  --radius-md: 18px;
}

html.is-locked,
body.is-locked {
  overflow: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at top, #2d1457 0%, #0b021a 52%, #050210 100%);
  color: var(--color-text);
}

[id] {
  scroll-margin-top: 96px;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding: 0 48px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Kodchasan, sans-serif;
  margin: 0 0 16px;
  font-weight: 700;
}

p {
  margin: 0 0 18px;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.page-dark {
  background: radial-gradient(circle at 10% 10%, #3d1b6c 0%, #060113 60%, #04000f 100%);
}

/* Header */
.header {
  padding: 32px 0 24px;
  position: relative;
  z-index: 5;
}

.header .top {
  max-width: 1100px;
  margin: 0 auto 32px;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff58b0 0%, #ff8c68 100%);
  color: #1b0424;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.header .top img {
  width: 28px;
  height: 28px;
}

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

.header .logo img {
  width: 160px;
  height: auto;
}

.header-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-nav a {
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text-muted);
  transition: background 0.25s ease, color 0.25s ease;
  background: rgba(255, 255, 255, 0.03);
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.1);
}

/* Age modal */
.age-modal {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  display: none;
}

.age-modal-content {
  position: relative;
  width: min(360px, 90vw);
  border-radius: var(--radius-md);
  background: rgba(24, 17, 46, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
  padding: 28px;
  overflow: hidden;
}

.age-modal-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 88, 176, 0.6), transparent 65%);
  opacity: 0.7;
  z-index: -1;
}

.age-modal-text p {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.age-modal-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-confirm,
.btn-reject {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-confirm {
  background: linear-gradient(120deg, #ff58b0 0%, #ff8c68 100%);
  color: #14052a;
  box-shadow: 0 10px 24px rgba(255, 88, 176, 0.35);
}

.btn-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 88, 176, 0.45);
}

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

.btn-reject:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .age-modal {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .btn-confirm,
  .btn-reject {
    min-width: 0;
  }
}

/* Hero */
.hero {
  position: relative;
  padding: clamp(72px, 12vw, 120px) 0 clamp(48px, 8vw, 92px);
  text-align: center;
}

.hero__content {
  max-width: 840px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.15;
  color: var(--color-text);
  margin-bottom: 24px;
}

.hero p {
  font-size: 18px;
  color: rgba(240, 238, 255, 0.82);
  margin-bottom: 20px;
}

.hero__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-primary {
  background: linear-gradient(125deg, #ff58b0 0%, #ff8c68 100%);
  color: #150533;
  box-shadow: 0 18px 36px rgba(255, 88, 176, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(255, 88, 176, 0.45);
}

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

.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

/* Offers */
.offers {
  padding: clamp(48px, 7vw, 80px) 0;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-header h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--color-text);
  margin-bottom: 18px;
}

.section-header p {
  color: var(--color-text-muted);
  font-size: 18px;
}

.offers__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.offer {
  display: grid;
  grid-template-columns: 160px 1fr 1fr 160px 170px;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  border-radius: var(--radius-lg);
  background: var(--color-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
}

.offer__logo img {
  width: 140px;
  margin: 0 auto;
}

.offer h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.offer__features ul {
  margin: 0;
  padding-left: 20px;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.offer__bonus {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.offer__badge {
  font-size: 26px;
  line-height: 1;
}

.offer__bonus p {
  margin: 4px 0 0;
  font-size: 15px;
}

.offer__score {
  text-align: center;
  display: grid;
  gap: 6px;
  color: var(--color-text-muted);
  font-size: 14px;
}

.offer__rating {
  font-size: 32px;
  color: var(--color-accent);
  font-weight: 700;
}

.offer__cta {
  justify-self: end;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  background: linear-gradient(120deg, #ff58b0 0%, #6f6bff 100%);
  color: #150533;
  box-shadow: 0 16px 32px rgba(90, 66, 255, 0.32);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.offer__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(90, 66, 255, 0.4);
}

@media (max-width: 1180px) {
  .offer {
    grid-template-columns: 140px 1fr;
    grid-template-areas:
      "logo info"
      "bonus score"
      "cta cta";
    gap: 20px;
    text-align: left;
  }

  .offer__logo {
    grid-area: logo;
  }

  .offer__features {
    grid-area: info;
  }

  .offer__bonus {
    grid-area: bonus;
  }

  .offer__score {
    grid-area: score;
    justify-items: start;
  }

  .offer__cta {
    grid-area: cta;
    justify-self: flex-start;
  }
}

@media (max-width: 680px) {
  .offer {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .offer__logo {
    justify-self: center;
  }

  .offer__score {
    justify-items: center;
  }

  .offer__cta {
    width: 100%;
    text-align: center;
  }
}

/* Generic sections */
.page-section {
  padding: clamp(48px, 6vw, 80px) 0;
}

.page-section--alt {
  background: rgba(255, 255, 255, 0.03);
}

.page-section--highlight {
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-title {
  font-size: clamp(26px, 3vw, 36px);
  color: var(--color-text);
  margin-bottom: 20px;
}

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

.card-list {
  display: grid;
  gap: 20px;
}

.card-list article {
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-soft);
}

.card-list article h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--color-accent);
}

.card-list--compact article {
  padding: 18px 20px;
}

.support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.support__grid article {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.support__grid h3 {
  margin-bottom: 10px;
  color: var(--color-text);
  font-size: 18px;
}

.support__grid a {
  color: var(--color-accent);
  font-weight: 600;
}

.support__footnote {
  font-size: 15px;
}

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

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

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

/* Secondary pages shared styles */
.page-hero {
  padding: clamp(64px, 10vw, 96px) 0 clamp(40px, 6vw, 64px);
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  color: var(--color-text);
  margin-bottom: 16px;
}

.page-hero h2 {
  color: rgba(230, 226, 255, 0.82);
  font-size: 18px;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto;
}

.page-section ul {
  margin: 16px 0 24px;
  padding-left: 20px;
  color: var(--color-text-muted);
}

.page-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-section th,
.page-section td {
  padding: 16px 18px;
  text-align: left;
  font-size: 15px;
  color: var(--color-text-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-section th {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-section table tr:last-child td {
  border-bottom: none;
}

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

.contact-grid article {
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-grid h3 {
  margin-bottom: 12px;
  color: var(--color-accent);
}

.contact-grid a {
  color: var(--color-accent);
  font-weight: 600;
}

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

/* Footer */
.footer {
  margin-top: auto;
  padding: clamp(48px, 7vw, 72px) 0 36px;
  background: rgba(10, 4, 25, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-content {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 36px;
}

.footer .foot-18 {
  width: 64px;
  margin: 0 auto 16px;
}

.footer p {
  color: rgba(230, 226, 255, 0.8);
  margin-bottom: 22px;
}

.foot-logo {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.foot-logo img {
  height: 52px;
  width: auto;
  filter: grayscale(100%) brightness(1.6);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.foot-logo img:hover {
  opacity: 1;
}

.foot-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text-muted);
}

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

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(205, 200, 235, 0.7);
}

.footer-bottom a {
  color: var(--color-accent);
  font-weight: 600;
}

@media (max-width: 720px) {
  .header .top {
    flex-direction: column;
    text-align: center;
  }

  .header__inner {
    flex-direction: column;
    gap: 32px;
  }

  .header-nav {
    justify-content: center;
  }

  .hero__cta {
    flex-direction: column;
  }

  .hero__cta a {
    width: 100%;
    justify-content: center;
  }
}