@font-face {
    font-family: "Sequel-Sans";
    font-weight: 400;
    font-style: normal;
    src: url("SequelSansLightHead.ttf");
}

:root {
    --bg: #030303;
    --bg-soft: #090b0f;
    --surface: rgba(14, 17, 23, 0.88);
    --surface-2: rgba(18, 22, 29, 0.94);
    --surface-3: rgba(255, 255, 255, 0.04);
    --line: rgba(255, 255, 255, 0.08);
    --line-strong: rgba(255, 255, 255, 0.12);
    --text: #ffffff;
    --text-soft: #d5dde8;
    --text-muted: #95a2b5;
    --blue-top: #5db8ff;
    --blue-bottom: #1a4fff;
    --gold: #ffbf3f;
    --gold-glow: rgba(255, 191, 63, 0.26);
    --shadow-xl: 0 24px 80px rgba(0, 0, 0, 0.42);
    --container: 1240px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    color: var(--text);
    font-family: "Sequel-Sans", "Poppins", sans-serif;
    background: radial-gradient(circle at 50% 18%, #171b22 0%, #0b0d11 34%, #040404 68%, #000000 100%);
    line-height: 1.5;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(55, 112, 255, 0.10), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(18, 82, 255, 0.08), transparent 22%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.015), transparent 40%);
    pointer-events: none;
    z-index: -2;
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0.085;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .16) .4px, transparent .8px),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, .08) .4px, transparent .8px),
        radial-gradient(circle at 40% 70%, rgba(255, 255, 255, .12) .5px, transparent .9px),
        radial-gradient(circle at 65% 80%, rgba(255, 255, 255, .08) .4px, transparent .8px);
    background-size: 180px 180px, 220px 220px, 200px 200px, 260px 260px;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
    color: inherit;
    background: transparent;
    border: 0;
}

button {
    cursor: pointer;
}

ul {
    list-style: none;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.scrolled {
    background: rgba(4, 5, 8, 0.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .28);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    gap: 20px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--blue-top), var(--blue-bottom));
    box-shadow: 0 0 18px rgba(79, 167, 255, 0.75);
    flex-shrink: 0;
}

.brand-name {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-nav a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-soft);
    transition: color .25s ease;
}

.main-nav a:hover {
    color: #fff;
}

.menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
}

.mobile-nav {
    display: none;
    padding: 0 0 18px;
}

.mobile-nav ul {
    display: grid;
    gap: 14px;
    padding: 18px 0 12px;
}

.mobile-nav a {
    display: block;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    color: var(--text-soft);
}

.mobile-copy {
    font-size: 12px;
    color: var(--text-muted);
    font-family: "Poppins", sans-serif;
}

.hero {
    position: relative;
    padding: 56px 0 72px;
    overflow: hidden;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    pointer-events: none;
}

.hero-glow-one {
    width: 340px;
    height: 340px;
    left: -60px;
    top: 20px;
    background: rgba(37, 90, 255, 0.18);
}

.hero-glow-two {
    width: 320px;
    height: 320px;
    right: -40px;
    top: 40px;
    background: rgba(0, 148, 255, 0.12);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-badge {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(123, 180, 255, 0.16);
    background: linear-gradient(180deg, rgba(22, 32, 47, 0.72), rgba(9, 12, 18, 0.84));
    color: var(--text-soft);
    font-size: 13px;
    letter-spacing: .02em;
    box-shadow: inset 0 0 18px rgba(60, 120, 255, 0.06);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
    gap: 32px;
    align-items: center;
}

.eyebrow,
.section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    color: #b7c7dc;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero-copy h1 {
    max-width: 760px;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.hero-text {
    max-width: 680px;
    color: var(--text-soft);
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

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

.btn-primary {
    color: #fff;
    border: 1px solid rgba(133, 209, 255, 0.34);
    background: linear-gradient(180deg, var(--blue-top) 0%, #2e72ff 36%, var(--blue-bottom) 100%);
    box-shadow:
        0 0 0 1px rgba(131, 205, 255, 0.08) inset,
        0 0 24px rgba(38, 117, 255, 0.42),
        0 16px 40px rgba(10, 38, 113, 0.36);
}

.btn-secondary {
    color: var(--text-soft);
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.03);
}

.btn-wide {
    width: 100%;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
}

.hero-meta-card,
.hero-card,
.product-card,
.review-card,
.about-point,
.faq-item,
.responsible-box {
    backdrop-filter: blur(14px);
}

.hero-meta-card {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xl);
}

.meta-value {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
}

.meta-label {
    display: block;
    color: var(--text-muted);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.55;
}

.hero-panel {
    position: relative;
}

.hero-card {
    position: relative;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(20, 25, 34, 0.94), rgba(7, 9, 12, 0.96));
    border: 1px solid rgba(129, 176, 255, 0.12);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .42), 0 0 32px rgba(27, 81, 255, 0.12);
}

.hero-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.hero-card-label {
    color: var(--text-soft);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hero-card-score {
    font-size: 52px;
    line-height: 1;
    color: #fff;
}

.hero-card h2 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 14px;
}

.hero-card p {
    color: var(--text-soft);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    margin-bottom: 18px;
}

.hero-stars,
.stars {
    color: var(--gold);
    text-shadow: 0 0 10px var(--gold-glow);
    letter-spacing: 0.18em;
}

.hero-stars {
    font-size: 20px;
    margin-bottom: 22px;
}

.hero-inline-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
}

.hero-inline-banner-text strong {
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
}

.hero-inline-banner-text span {
    color: var(--text-muted);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.hero-inline-link {
    color: #cde4ff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    white-space: nowrap;
}

.regulators-strip {
    padding: 20px 0 40px;
}

.regulators-box-line {
    position: relative;
    padding: 44px 36px 46px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 48%, rgba(53, 84, 220, 0.55) 0%, rgba(20, 36, 98, 0.82) 36%, rgba(4, 10, 28, 0.98) 100%);
    border: 1px solid rgba(112, 144, 255, 0.14);
    box-shadow:
        inset 0 0 80px rgba(72, 108, 255, 0.10),
        0 24px 70px rgba(0, 0, 0, 0.38);
}

.regulators-box-line::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 140px 140px;
    opacity: 0.18;
    pointer-events: none;
}

.regulators-box-line::after {
    content: "";
    position: absolute;
    inset: auto 50% 86px;
    transform: translateX(-50%);
    width: 38%;
    height: 210px;
    border: 1px solid rgba(180, 198, 255, 0.08);
    border-bottom: none;
    border-radius: 220px 220px 0 0;
    pointer-events: none;
}

.regulators-box-line h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: clamp(28px, 5vw, 56px);
    line-height: 1.08;
    font-weight: 400;
    color: #f4f7ff;
    margin-bottom: 46px;
}

.regulators-line {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
}

.regulator-logo {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.72;
    transition: opacity .2s ease, transform .2s ease, filter .2s ease;
}

a.regulator-logo:hover {
    opacity: 1;
    transform: translateY(-2px);
    filter: drop-shadow(0 0 14px rgba(140, 176, 255, 0.18));
}

.regulator-logo img {
    max-width: 100%;
    max-height: 54px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(1.55);
}

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

.section-heading h2 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.06;
    margin-bottom: 14px;
}

.section-heading p {
    color: var(--text-soft);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.products,
.reviews,
.about,
.faq,
.responsible {
    padding: 72px 0;
}

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

.product-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15, 20, 28, 0.96), rgba(7, 9, 12, 0.96));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
}

.product-card.featured {
    border-color: rgba(123, 193, 255, 0.18);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .42), 0 0 32px rgba(26, 79, 255, 0.10);
}

.product-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .015));
    border-right: 1px solid rgba(255, 255, 255, .06);
    font-size: 28px;
    color: #fff;
}

.product-main {
    padding: 28px 28px 0;
}

.product-brand-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.product-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--text-soft);
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.product-badge-best {
    background: rgba(43, 103, 255, 0.14);
    border-color: rgba(106, 180, 255, 0.20);
    color: #dceeff;
    box-shadow: 0 0 22px rgba(43, 103, 255, 0.18);
}

.product-brand-block h3 {
    font-size: 36px;
    line-height: 1.05;
    margin-bottom: 8px;
}

.product-subtitle {
    color: var(--text-soft);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.75;
    max-width: 680px;
}

.product-score {
    min-width: 110px;
    text-align: right;
}

.product-score .stars {
    font-size: 16px;
    margin-bottom: 8px;
}

.score-number {
    font-size: 42px;
    line-height: 1;
    color: #fff;
}

.product-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) 260px;
    gap: 20px;
    align-items: center;
    padding-bottom: 24px;
}

.product-copy h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.product-copy p {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.75;
    font-family: "Poppins", sans-serif;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.meta-pill {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    color: #d2deef;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.product-note {
    margin: 0 -28px;
    padding: 16px 28px 18px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .03);
    color: var(--text-muted);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    line-height: 1.75;
}

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

.review-card {
    padding: 26px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow-xl);
}

.review-top {
    margin-bottom: 16px;
}

.review-top strong {
    display: block;
    font-size: 19px;
    margin-bottom: 3px;
}

.review-top span {
    color: var(--text-muted);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.review-card p {
    color: var(--text-soft);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.85;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 24px;
    align-items: start;
}

.about-copy h2 {
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
    margin-bottom: 16px;
}

.about-copy p {
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.85;
    font-family: "Poppins", sans-serif;
}

.about-copy p+p {
    margin-top: 14px;
}

.about-points {
    display: grid;
    gap: 16px;
}

.about-point {
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow-xl);
}

.about-point strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.about-point p {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

.faq-list {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-item {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 24px;
    text-align: left;
}

.faq-question span:first-child {
    font-size: 20px;
    line-height: 1.35;
}

.faq-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    transition: .2s ease;
}

.faq-icon::before {
    width: 16px;
    height: 2px;
}

.faq-icon::after {
    width: 2px;
    height: 16px;
}

.faq-item.active .faq-icon::after {
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
}

.faq-item.active .faq-answer {
    max-height: 240px;
}

.faq-answer p {
    padding: 0 24px 22px;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

.responsible-box {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 24px;
    align-items: center;
    padding: 30px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
    box-shadow: var(--shadow-xl);
}

.responsible-copy h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    margin-bottom: 12px;
}

.responsible-copy p {
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.85;
    font-family: "Poppins", sans-serif;
}

.responsible-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.responsible-tags span {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #d7e4f2;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.site-footer {
    padding: 24px 0 0;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 28px;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-brand p {
    max-width: 560px;
    margin-top: 16px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.85;
    font-family: "Poppins", sans-serif;
}

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

.footer-links h3 {
    font-size: 16px;
    margin-bottom: 14px;
}

.footer-links ul {
    display: grid;
    gap: 10px;
}

.footer-links a,
.footer-links span {
    color: var(--text-soft);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.footer-bottom {
    padding: 18px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1100px) {

    .hero-grid,
    .about-grid,
    .responsible-box,
    .footer-top,
    .review-grid {
        grid-template-columns: 1fr;
    }

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

    .product-action {
        max-width: 280px;
    }

    .responsible-tags {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .regulators-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

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

    .menu-toggle {
        display: inline-flex;
    }

    .mobile-nav.active {
        display: block;
    }

    .hero-meta {
        grid-template-columns: 1fr;
    }

    .product-card {
        grid-template-columns: 1fr;
    }

    .product-rank {
        min-height: 68px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .product-brand-row {
        flex-direction: column;
    }

    .product-score {
        text-align: left;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .header-inner {
        min-height: 74px;
    }

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

    .hero {
        padding: 36px 0 54px;
    }

    .hero-copy h1 {
        font-size: 34px;
    }

    .hero-text,
    .section-heading p,
    .about-copy p,
    .responsible-copy p,
    .review-card p,
    .faq-answer p,
    .product-copy p,
    .product-subtitle {
        font-size: 14px;
    }

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

    .hero-card-score {
        font-size: 42px;
    }

    .hero-card h2,
    .section-heading h2,
    .about-copy h2,
    .responsible-copy h2 {
        font-size: 28px;
    }

    .review-card,
    .about-point,
    .responsible-box {
        border-radius: 18px;
    }

    .review-card,
    .about-point {
        padding: 20px;
    }

    .products,
    .reviews,
    .about,
    .faq,
    .responsible {
        padding: 52px 0;
    }

    .regulators-strip {
        padding: 8px 0 24px;
    }

    .regulators-box {
        padding: 22px 14px 18px;
        border-radius: 6px;
    }

    .regulators-box h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }

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

    .regulator-card {
        min-height: 96px;
        padding: 12px;
        border-radius: 12px;
    }

    .regulator-card img {
        max-height: 52px;
    }

    .product-main {
        padding: 20px 20px 0;
    }

    .product-note {
        margin: 0 -20px;
        padding: 14px 20px 16px;
    }

    .product-brand-block h3 {
        font-size: 30px;
    }

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

    .faq-question {
        padding: 18px 18px;
    }

    .faq-question span:first-child {
        font-size: 17px;
    }

    .faq-answer p {
        padding: 0 18px 18px;
    }

    .responsible-box {
        padding: 22px;
    }

    .footer-top {
        padding: 24px 0;
    }
}

.page-hero {
    position: relative;
    padding: 56px 0 36px;
    overflow: hidden;
}

.page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
    gap: 28px;
    align-items: center;
}

.page-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.page-hero-copy p {
    max-width: 720px;
    color: var(--text-soft);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 28px;
}

.page-info-card {
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(20, 25, 34, 0.94), rgba(7, 9, 12, 0.96));
    border: 1px solid rgba(129, 176, 255, 0.12);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .42), 0 0 32px rgba(27, 81, 255, 0.12);
}

.page-info-card h2 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 14px;
}

.page-info-card p {
    color: var(--text-soft);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
}

.page-divider {
    height: 1px;
    width: 100%;
    margin-top: 42px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(129, 176, 255, .45) 50%, rgba(255, 255, 255, 0) 100%);
}

.faq-page {
    padding-top: 44px;
}

.cta-panel {
    padding: 20px 0 60px;
}

.cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow-xl);
}

.cta-copy h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
    margin-bottom: 10px;
}

.cta-copy p {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1100px) {

    .page-hero-grid,
    .cta-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-hero {
        padding: 34px 0 20px;
    }

    .page-hero-copy h1 {
        font-size: 34px;
    }

    .page-hero-copy p,
    .page-info-card p,
    .cta-copy p {
        font-size: 14px;
    }

    .page-info-card {
        padding: 22px;
        border-radius: 20px;
    }

    .page-info-card h2,
    .cta-copy h2 {
        font-size: 28px;
    }

    .cta-panel {
        padding: 10px 0 42px;
    }

    .cta-box {
        padding: 22px;
        border-radius: 20px;
    }

    .page-divider {
        margin-top: 28px;
    }
}

.review-cards-page {
    padding: 44px 0 72px;
}

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

.review-brand-card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(20, 25, 34, 0.94), rgba(7, 9, 12, 0.96));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow-xl);
}

.review-brand-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.review-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--text-soft);
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.review-badge-best {
    background: rgba(43, 103, 255, 0.14);
    border-color: rgba(106, 180, 255, 0.20);
    color: #dceeff;
    box-shadow: 0 0 22px rgba(43, 103, 255, 0.18);
}

.review-score-block {
    text-align: right;
}

.review-score-block .stars {
    font-size: 14px;
    margin-bottom: 8px;
}

.review-brand-logo {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.review-brand-logo img {
    max-height: 54px;
    width: auto;
    object-fit: contain;
}

.review-brand-card h3 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 10px;
}

.review-brand-card p {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
    margin-bottom: 22px;
}

@media (max-width: 1100px) {
    .review-brand-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .review-cards-page {
        padding: 28px 0 52px;
    }

    .review-brand-card {
        padding: 20px;
        border-radius: 20px;
    }

    .review-brand-card h3 {
        font-size: 26px;
    }

    .review-brand-card p {
        font-size: 14px;
    }

    .review-brand-logo {
        min-height: 64px;
    }

    .review-brand-logo img {
        max-height: 42px;
    }
}

.disclosure-page {
    position: relative;
    padding: 72px 0 96px;
    overflow: hidden;
}

.disclosure-box {
    max-width: 860px;
    margin: 0 auto;
    padding: 36px;
    border-radius: 28px;
    text-align: center;
    background: linear-gradient(180deg, rgba(20, 25, 34, 0.94), rgba(7, 9, 12, 0.96));
    border: 1px solid rgba(129, 176, 255, 0.12);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .42), 0 0 32px rgba(27, 81, 255, 0.12);
}

.disclosure-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.disclosure-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(180deg, var(--blue-top) 0%, #2e72ff 36%, var(--blue-bottom) 100%);
    box-shadow:
        0 0 0 1px rgba(131, 205, 255, 0.08) inset,
        0 0 24px rgba(38, 117, 255, 0.42),
        0 16px 40px rgba(10, 38, 113, 0.36);
}

.disclosure-box h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.06;
    margin-bottom: 18px;
}

.disclosure-box p {
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.9;
    font-family: "Poppins", sans-serif;
}

.disclosure-box p+p {
    margin-top: 14px;
}

.disclosure-actions {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

@media (max-width: 640px) {
    .disclosure-page {
        padding: 42px 0 56px;
    }

    .disclosure-box {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .disclosure-icon {
        width: 58px;
        height: 58px;
        font-size: 26px;
    }

    .disclosure-box h1 {
        font-size: 32px;
    }

    .disclosure-box p {
        font-size: 14px;
    }
}

.legal-page-hero {
    position: relative;
    padding: 56px 0 28px;
    overflow: hidden;
}

.legal-hero-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.legal-hero-box h1 {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.05;
    margin-bottom: 16px;
}

.legal-hero-box p {
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.85;
    font-family: "Poppins", sans-serif;
    max-width: 760px;
    margin: 0 auto;
}

.legal-meta {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.legal-meta span,
.legal-meta a {
    color: var(--text-muted);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.legal-content {
    padding: 28px 0 72px;
}

.legal-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(20, 25, 34, 0.94), rgba(7, 9, 12, 0.96));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow-xl);
}

.legal-richtext h2 {
    font-size: 30px;
    line-height: 1.15;
    margin: 34px 0 14px;
}

.legal-richtext h2:first-child {
    margin-top: 0;
}

.legal-richtext h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 24px 0 12px;
}

.legal-richtext p,
.legal-richtext li {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.9;
    font-family: "Poppins", sans-serif;
}

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

.legal-richtext ul {
    margin: 14px 0 0 22px;
    list-style: disc;
}

.legal-richtext ul li+li {
    margin-top: 8px;
}

.legal-richtext a {
    color: #d8e7ff;
    text-decoration: underline;
}

.legal-table-wrap {
    margin-top: 20px;
    overflow-x: auto;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.legal-table th,
.legal-table td {
    text-align: left;
    vertical-align: top;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

.legal-table th {
    color: #fff;
    background: rgba(255, 255, 255, .04);
}

@media (max-width: 640px) {
    .legal-page-hero {
        padding: 34px 0 16px;
    }

    .legal-hero-box h1 {
        font-size: 34px;
    }

    .legal-hero-box p,
    .legal-richtext p,
    .legal-richtext li,
    .legal-table th,
    .legal-table td {
        font-size: 14px;
    }

    .legal-content {
        padding: 18px 0 52px;
    }

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

    .legal-richtext h2 {
        font-size: 24px;
        margin: 26px 0 12px;
    }

    .legal-richtext h3 {
        font-size: 19px;
    }
}

.hero-v2 {
    padding: 64px 0 84px;
}

.hero-topline {
    width: 100%;
    height: 1px;
    margin-bottom: 26px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(111, 164, 255, 0.42) 50%, rgba(255, 255, 255, 0) 100%);
}

.hero-badges-compact {
    gap: 10px;
    margin-bottom: 24px;
}

.hero-badges-compact .hero-badge {
    padding: 8px 14px;
    font-size: 12px;
    background: rgba(255, 255, 255, .025);
}

.hero-grid-v2 {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 400px);
    gap: 40px;
    align-items: center;
}

.hero-copy-v2 h1 {
    max-width: 900px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    margin-bottom: 20px;
}

.hero-copy-v2 .hero-text {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.hero-stats-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 8px;
}

.hero-stat-inline {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-stat-inline strong {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

.hero-stat-inline span {
    color: var(--text-muted);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.hero-panel-v2 {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.hero-panel-v2::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 106, 255, 0.34) 0%, rgba(36, 106, 255, 0.10) 42%, rgba(36, 106, 255, 0) 72%);
    filter: blur(18px);
    pointer-events: none;
}

.hero-floating-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 390px;
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(17, 22, 30, 0.96), rgba(6, 8, 12, 0.98));
    border: 1px solid rgba(130, 182, 255, 0.12);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .42),
        0 0 34px rgba(31, 84, 255, 0.10);
}

.hero-floating-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(47, 110, 255, 0.12);
    border: 1px solid rgba(106, 180, 255, 0.16);
    color: #d6e8ff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hero-floating-score-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.hero-floating-score {
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

.hero-floating-card h2 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 12px;
}

.hero-floating-card p {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.85;
    font-family: "Poppins", sans-serif;
    margin-bottom: 18px;
}

.hero-floating-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-floating-pills span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #d6e2f1;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1100px) {
    .hero-grid-v2 {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-panel-v2 {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .hero-v2 {
        padding: 38px 0 54px;
    }

    .hero-topline {
        margin-bottom: 18px;
    }

    .hero-copy-v2 h1 {
        font-size: 36px;
        line-height: 1.02;
    }

    .hero-copy-v2 .hero-text {
        font-size: 14px;
        line-height: 1.85;
    }

    .hero-stats-inline {
        gap: 16px;
    }

    .hero-stat-inline strong {
        font-size: 20px;
    }

    .hero-floating-card {
        max-width: 100%;
        padding: 22px;
        border-radius: 22px;
    }

    .hero-floating-score {
        font-size: 40px;
    }

    .hero-floating-card h2 {
        font-size: 24px;
    }

    .hero-floating-card p {
        font-size: 14px;
    }
}

.company-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.company-info-item {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
}

.company-info-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #ffffff;
}

.company-info-item span,
.company-info-item a {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

.company-info-item a {
    text-decoration: underline;
}

.company-info-item-full {
    grid-column: 1 / -1;
}

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

    .company-info-item,
    .company-info-item-full {
        grid-column: auto;
    }
}