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

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body,
h1,
h2,
p {
    margin: 0;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

@font-face {
    font-display: swap;
    font-family: "tzujsauq";
    font-style: normal;
    font-weight: 300;
    src: url("hcukuinwwn.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "tzujsauq";
    font-style: normal;
    font-weight: 400;
    src: url("fzelwblhzx.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "tzujsauq";
    font-style: normal;
    font-weight: 500;
    src: url("mayujzlrgz.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "tzujsauq";
    font-style: normal;
    font-weight: 600;
    src: url("yfmatqbtyj.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "tzujsauq";
    font-style: normal;
    font-weight: 700;
    src: url("neweaqdxtf.woff2") format("woff2");
}

:root {
    --bg-1: #09111f;
    --bg-2: #101b2f;
    --bg-3: #12233f;
    --panel: rgba(14, 24, 42, 0.82);
    --panel-strong: rgba(17, 29, 49, 0.95);
    --line: rgba(157, 194, 255, 0.16);
    --line-strong: rgba(157, 194, 255, 0.28);
    --text: #edf4ff;
    --muted: #9fb2d3;
    --accent: #73e0c2;
    --accent-2: #88a9ff;
    --accent-3: #d7f7ef;
    --chip: rgba(115, 224, 194, 0.12);
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

html {
    font-family: "tzujsauq", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: #08101d;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top left, rgba(136, 169, 255, 0.18), transparent 34%),
        radial-gradient(circle at top right, rgba(115, 224, 194, 0.12), transparent 28%),
        linear-gradient(180deg, var(--bg-2) 0%, var(--bg-1) 48%, #070d18 100%);
}

.page-main {
    flex: 1 0 auto;
    padding: 34px 0 70px;
}

.site-shell {
    width: min(1180px, calc(100% - 24px));
    margin: 0 auto;
}

.hero {
    margin-bottom: 26px;
}

.hero__brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.text-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-3);
}

.text-logo__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 16px rgba(115, 224, 194, 0.6);
}

.hero__badge {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__panel {
    display: grid;
    gap: 22px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.hero__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--chip);
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 880px;
    font-size: 34px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.hero__lead {
    max-width: 820px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

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

.hero-stat {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.hero-stat strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: var(--accent-3);
    margin-bottom: 6px;
}

.hero-stat span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.035);
}

.highlight-item img {
    width: 24px;
    flex: 0 0 24px;
    margin-top: 2px;
}

.highlight-item strong {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    color: var(--accent-3);
}

.highlight-item span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted);
}

.cards-list {
    display: grid;
    gap: 18px;
}

.brand-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--panel-strong);
    box-shadow: var(--shadow);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.brand-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.brand-card--featured {
    border-color: rgba(115, 224, 194, 0.35);
}

.brand-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.brand-card__rank {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(90deg, rgba(115, 224, 194, 0.14), rgba(136, 169, 255, 0.1));
    color: var(--accent-3);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-card__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr) 220px;
}

.brand-card__side {
    min-width: 0;
    padding: 24px;
}

.brand-card__side--logo {
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brand-card__side--logo>img {
    width: 176px;
    max-height: 82px;
    filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.18));
}

.brand-card__side--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-card__side--content h2 {
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    max-width: 640px;
}

.brand-card__side--action {
    border-left: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.score-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}

.votes-box {
    text-align: center;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.votes-box img {
    width: 62px;
    margin: 0 auto 8px;
}

.score-box {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--accent-3);
}

.score-box span {
    font-size: 20px;
    color: var(--accent);
}

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

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.feature-item img {
    width: 16px;
    flex: 0 0 16px;
    margin-top: 3px;
}

.deposit-tag {
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(136, 169, 255, 0.1);
    color: var(--accent-3);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.action-btn {
    position: relative;
    z-index: 3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 156px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #8cf0d4);
    color: #06231d;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(115, 224, 194, 0.24);
}

.bottom-note {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 26px;
    padding: 20px 22px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.035);
}

.bottom-note__age {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(115, 224, 194, 0.18), rgba(136, 169, 255, 0.18));
    color: var(--accent-3);
    font-size: 28px;
    font-weight: 700;
}

.bottom-note p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.site-footer {
    flex: 0 0 auto;
}

.site-footer__top {
    padding: 28px 0;
    border-top: 1px solid var(--line);
    background: rgba(4, 9, 17, 0.8);
}

.site-footer__bottom {
    padding: 20px 0 28px;
    border-top: 1px solid rgba(157, 194, 255, 0.08);
    background: rgba(3, 7, 14, 0.95);
}

.footer-stack {
    display: grid;
    gap: 22px;
}

.footer-text {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}

.footer-text a {
    color: var(--accent);
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.footer-logos img {
    max-height: 42px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    justify-content: center;
}

.footer-links a {
    color: var(--accent-3);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.page-main--inner {
  padding-top: 28px;
}

.hero--inner {
  margin-bottom: 24px;
}

.hero__panel--inner {
  padding: 22px 24px;
}

.legal-card {
  border: 1px solid rgba(157, 194, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.012)),
    rgba(10, 18, 32, 0.88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.legal-card__meta {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(157, 194, 255, 0.1);
  background: linear-gradient(90deg, rgba(115, 224, 194, 0.08), rgba(136, 169, 255, 0.06));
  color: #d7f7ef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content {
  padding: 30px 24px 34px;
}

.legal-content > *:first-child {
  margin-top: 0;
}

.legal-content h2 {
  margin: 30px 0 12px;
  color: #edf4ff;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.legal-content p,
.legal-content li {
  color: #b8c6df;
  font-size: 15px;
  line-height: 1.82;
}

.legal-content p {
  margin: 0;
}

.legal-content p + p {
  margin-top: 14px;
}

.legal-content h2 + p,
.legal-content h2 + ul {
  margin-top: 0;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-content li {
  list-style: disc;
}

.legal-content li + li {
  margin-top: 10px;
}

.legal-content h2:not(:first-child) {
  padding-top: 4px;
  border-top: 1px solid rgba(157, 194, 255, 0.07);
}

.legal-link {
  color: var(--accent);
  font-weight: 700;
  word-break: break-word;
}

@media (min-width: 768px) {
  .legal-card {
    border-radius: 30px;
  }

  .legal-card__meta {
    padding: 20px 28px;
  }

  .legal-content {
    padding: 34px 28px 38px;
  }

  .legal-content h2 {
    font-size: 27px;
  }

  .legal-content p,
  .legal-content li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero__panel--inner {
    padding: 18px;
  }

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

  .legal-card__meta {
    padding: 14px 16px;
  }

  .legal-content {
    padding: 20px 16px 24px;
  }

  .legal-content h2 {
    margin: 24px 0 10px;
    font-size: 20px;
    line-height: 1.22;
  }

  .legal-content p,
  .legal-content li {
    font-size: 14px;
    line-height: 1.74;
  }

  .legal-content ul {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
    .hero h1 {
        font-size: 28px;
    }

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

    .brand-card__grid {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .brand-card__side--action {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid var(--line);
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .page-main {
        padding: 20px 0 46px;
    }

    .site-shell {
        width: min(100% - 16px, 1180px);
    }

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

    .hero__panel {
        padding: 18px;
        border-radius: 22px;
    }

    .hero h1 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .hero__lead {
        font-size: 14px;
    }

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

    .highlights {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .highlight-item {
        border-radius: 20px;
    }

    .brand-card,
    .brand-card__rank {
        border-radius: 22px;
    }

    .brand-card__grid {
        grid-template-columns: 1fr;
    }

    .brand-card__side {
        padding: 18px;
    }

    .brand-card__side--logo,
    .brand-card__side--action {
        border: 0;
    }

    .brand-card__side--logo {
        border-bottom: 1px solid var(--line);
    }

    .brand-card__side--action {
        border-top: 1px solid var(--line);
        align-items: stretch;
        flex-direction: column;
    }

    .brand-card__side--content h2 {
        font-size: 21px;
        margin-bottom: 16px;
    }

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

    .score-row {
        justify-content: space-between;
        width: 100%;
        gap: 12px;
    }

    .score-box {
        font-size: 34px;
    }

    .bottom-note {
        grid-template-columns: 1fr;
    }

    .bottom-note__age {
        width: 72px;
        height: 72px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}