:root {
    --page: #f3f3f5;
    --surface: #ffffff;
    --ink: #111111;
    --muted: #53545a;
    --line: #e1e1e5;
    --dark: #202020;
    --dark-soft: #2c2c2e;
    --action: #2f6f57;
    --action-hover: #285f4a;
    --soft: #f7f7f8;
    --rating: #c9942e;
    --control-height: 48px;
    --shadow: 0 16px 36px rgba(26, 26, 30, .09);
}

* { box-sizing: border-box; }
html { background: var(--page); }
body { min-width: 320px; margin: 0; background: var(--page); color: var(--ink); font-family: "DM Sans", "Segoe UI", Arial, sans-serif; line-height: 1.55; }
h1, h2, h3, h4, h5, h6, .rating-number, .generated-toc-head strong, .generated-review-name, .generated-review-card h3 { font-family: Manrope, "Segoe UI", Arial, sans-serif; }
.container { width: 100%; max-width: none; margin: 0; padding-right: 42px; padding-left: 42px; }

.btn, .btn-bonus, .hero-secondary-link, .generated-section-pages-link, .generated-page-links a { display: inline-flex; min-height: var(--control-height); height: var(--control-height); align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1; text-align: center; text-decoration: none; transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.btn-register, .btn-bonus { background: var(--action); color: #fff; box-shadow: 0 8px 18px rgba(32, 77, 59, .18); }
.btn-bonus { text-transform: uppercase; }
.btn-register:hover, .btn-bonus:hover { background: var(--action-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(32, 77, 59, .22); }

header { position: relative; z-index: 10; background: var(--dark); }
.header-content { display: flex; min-height: 88px; align-items: center; gap: 28px; }
.logo { display: flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.custom-logo { display: block; width: 112px; max-width: 112px; height: auto; }
.text-logo { color: #fff; font-size: 22px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.main-nav { display: flex; flex: 1 1 auto; align-items: center; justify-content: center; gap: clamp(18px, 2.7vw, 42px); }
.main-nav a { color: rgba(255, 255, 255, .9); font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: #fff; }
.auth-buttons { display: flex; flex: 0 0 auto; gap: 10px; }
.auth-buttons .btn { min-height: var(--control-height); height: var(--control-height); padding: 0 21px; font-size: 13px; }
.btn-login { background: var(--dark-soft); color: #fff; box-shadow: none; }
.btn-login:hover { background: #39393c; color: #fff; transform: none; }
header > .generated-section-pages--header { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0 42px 16px; }

.banner { padding: 30px 0; background: #ebebed; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 58px; align-items: center; min-height: 474px; }
.banner-content { max-width: 600px; text-align: left; }
.banner h1 { margin: 0; color: var(--ink); font-size: clamp(39px, 4.1vw, 55px); font-weight: 800; line-height: 1.08; letter-spacing: -.045em; }
.banner-content > p { margin: 23px 0 26px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-actions .btn-bonus, .hero-secondary-link { min-width: 178px; }
.hero-actions .btn-bonus { flex: 1 1 260px; }
.hero-actions .hero-secondary-link { flex: 0 1 200px; }
.hero-secondary-link { background: #29292b; color: #fff; box-shadow: none; }
.hero-secondary-link:hover { background: #3a3a3d; color: #fff; transform: translateY(-1px); }
.hero-mobile-icon { width: 18px; height: 18px; margin-right: 8px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-stats { display: flex; gap: clamp(22px, 4vw, 46px); margin-top: 30px; }
.hero-stats div { display: grid; gap: 2px; }
.hero-stats strong { color: var(--ink); font-size: 21px; line-height: 1.1; }
.hero-stats span { color: var(--muted); font-size: 12px; }

.hero-offer { position: relative; min-width: 0; height: 444px; overflow: hidden; border-radius: 20px; background: #1e2523; box-shadow: 0 14px 32px rgba(25, 25, 29, .15); }
.promo-banner-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-offer::after { position: absolute; z-index: 1; inset: 0; content: ""; background: rgba(16, 24, 22, .38); pointer-events: none; }
.hero-offer-bonus { position: absolute; z-index: 2; top: 30px; right: 30px; left: 30px; display: grid; justify-items: start; max-width: 390px; color: #fff; text-shadow: 0 2px 12px rgba(0, 0, 0, .32); }
.hero-offer-bonus-label { margin-bottom: 12px; color: rgba(255, 255, 255, .78); font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.hero-offer-bonus-value { color: #61cf9c; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: clamp(56px, 8.2vw, 92px); font-weight: 800; letter-spacing: -.08em; line-height: .84; }
.hero-offer-bonus-title { max-width: 320px; margin-top: 16px; color: #fff; font-family: Manrope, "Segoe UI", Arial, sans-serif; font-size: clamp(28px, 3.6vw, 43px); font-weight: 800; letter-spacing: -.045em; line-height: .98; text-transform: uppercase; }
.hero-offer-bonus-note { margin-top: 12px; color: rgba(255, 255, 255, .78); font-size: 14px; font-weight: 600; line-height: 1.35; }
.hero-offer-actions { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; gap: 12px; align-items: stretch; }
.hero-offer-actions:not(:has(.promo-code)) { justify-content: center; }
.promo-code { display: grid; grid-template-columns: max-content max-content; flex: 1 1 0; min-width: 0; min-height: var(--control-height); height: var(--control-height); column-gap: 12px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; background: #252527; color: #fff; }
.promo-code-label { color: rgba(255, 255, 255, .68); font-size: 12px; font-weight: 800; line-height: 1; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.promo-code-value { color: #fff; font-size: 22px; font-weight: 900; line-height: 1; letter-spacing: .1em; text-align: center; }
.hero-offer-actions .btn-bonus { min-width: 0; flex: 1 1 0; }

.page-layout { display: grid; gap: 22px; padding-top: 34px; padding-bottom: 42px; }
.article-meta, .brand-seo-intro, .rating-card, .content { border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; margin: 0; padding: 18px 22px; color: var(--muted); }
.article-meta-item { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; }
.article-meta-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: var(--muted); }
.article-meta-label { color: var(--ink); font-weight: 800; }
.brand-seo-intro { padding: 22px 26px; color: var(--muted); }
.brand-seo-intro p { margin: 0; }
.brand-seo-intro strong { color: var(--ink); }

.rating-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; padding: 24px; color: var(--muted); }
.rating-card-score { display: grid; align-content: center; gap: 4px; padding-right: 24px; border-right: 1px solid var(--line); text-align: center; }
.rating-number { color: var(--rating); font-size: 46px; font-weight: 900; line-height: 1; white-space: nowrap; }
.rating-number-scale { font-size: .48em; font-weight: 800; }
.rating-stars { color: var(--rating); font-size: 17px; letter-spacing: 2px; }
.rating-count { font-size: 12px; }
.rating-card-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 26px; align-items: start; }
.fact-item { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 11px; align-items: center; }
.fact-icon { width: 26px; height: 26px; overflow: visible; fill: none; stroke: #8a8b91; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fact-copy { display: grid; min-width: 0; gap: 4px; }
.fact-label { color: #898a90; font-size: 12px; font-weight: 500; line-height: 1.2; text-transform: uppercase; }
.fact-value { margin-top: 4px; color: var(--ink); font-size: 15px; font-weight: 800; line-height: 1.25; }
.fact-value.good, .fact-value.accent { color: var(--ink); }

.content { display: block; padding: clamp(30px, 4vw, 48px); color: var(--ink); }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: var(--ink); line-height: 1.16; letter-spacing: -.028em; }
.content h1 { margin: 0 0 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: clamp(32px, 3.5vw, 44px); }
.content h2, .content .generated-section h2, .content .generated-faq h2 { margin: 38px 0 14px; font-size: clamp(26px, 3vw, 34px); }
.content h3, .content .generated-section h3 { margin: 28px 0 12px; font-size: 22px; }
.content p, .content li, .content .generated-faq p { color: var(--muted); font-size: 16px; }
.content p { margin: 0 0 18px; }
.content ul, .content ol { margin: 18px 0 24px; padding-left: 24px; }
.content li { margin: 8px 0; }
.content a { color: var(--ink); font-weight: 700; text-decoration-color: #b6b6ba; }
.generated-introduction, .generated-section { margin: 0 0 30px; }
.generated-toc { margin: 0 0 30px; }
.generated-toc summary { display: flex; align-items: center; padding-bottom: 17px; cursor: pointer; color: var(--ink); list-style: none; -webkit-tap-highlight-color: transparent; }
.generated-toc summary::-webkit-details-marker { display: none; }
.generated-toc summary:focus { outline: none; }
.generated-toc summary:focus-visible { outline: 2px solid var(--action); outline-offset: 4px; }
.generated-toc-head { display: grid; gap: 5px; }
.generated-toc-head strong { font-size: 28px; line-height: 1.15; text-decoration: underline; text-decoration-color: #b9b9bd; text-decoration-thickness: 1px; text-underline-offset: 7px; }
.generated-toc-kicker { color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; }
.generated-toc ol { margin: 0; padding-left: 24px; }
.generated-toc li { padding-left: 3px; }
.generated-toc-item a { color: var(--muted); font-size: 15px; font-weight: 500; line-height: 1.45; text-decoration: underline; text-decoration-color: #c5c5c9; text-underline-offset: 3px; }
.generated-faq { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.generated-faq-item { padding: 16px 0; border-top: 1px solid var(--line); }
.generated-faq-item summary { color: var(--ink); font-weight: 800; cursor: pointer; }
.generated-table-wrap { margin: 22px 0; overflow-x: auto; }
.generated-table-wrap th, .generated-table-wrap td { padding: 12px 14px; border: 1px solid var(--line); color: var(--muted); text-align: left; }
.generated-table-wrap th { background: var(--soft); color: var(--ink); }

.generated-reviews { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.generated-reviews-head { max-width: 760px; margin-bottom: 20px; }
.generated-reviews-head h2 { margin: 0 0 8px; color: var(--ink); font-size: clamp(26px, 3vw, 34px); line-height: 1.16; }
.generated-reviews-head p { margin: 0; color: var(--muted); font-size: 16px; }
.generated-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.generated-review-card { display: block; min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); color: var(--muted); }
.generated-review-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.generated-review-avatar { display: inline-flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--soft); color: var(--ink); font-size: 14px; font-weight: 900; }
.generated-review-name, .generated-review-card h3 { margin: 0 0 2px; color: var(--ink); font-size: 17px; line-height: 1.25; }
.generated-review-meta { color: var(--muted); font-size: 13px; }
.generated-review-rating { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 12px; color: var(--rating); font-size: 14px; font-weight: 800; }
.generated-review-text, .generated-review-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.section-pages-prefooter { padding: 0 42px 32px; }
.generated-section-pages { display: flex; flex-wrap: wrap; gap: 8px; }
.generated-section-pages-link { border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 12px; }
.generated-section-pages-link:hover { border-color: #bcbcc1; background: var(--soft); }
.generated-section-pages-link.is-active { border-color: var(--dark); background: var(--dark); color: #fff; }
.generated-page-links { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.generated-page-links ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.generated-page-links a { border: 1px solid var(--line); background: var(--soft); color: var(--ink); }

footer { background: var(--dark); color: rgba(255, 255, 255, .58); }
.footer-content { display: flex; justify-content: space-between; gap: 32px; padding-top: 56px; padding-bottom: 56px; }
.footer-left { display: flex; gap: 26px; align-items: center; }
.footer-disclaimer { display: grid; gap: 3px; }
.footer-disclaimer p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 13px; line-height: 1.4; }
.footer-copyright { color: rgba(255, 255, 255, .78) !important; font-size: 14px !important; font-weight: 800; }
.age-restriction-icon { display: inline-flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; border: 2px solid rgba(255, 255, 255, .7); border-radius: 50%; color: rgba(255, 255, 255, .78); font-size: 16px; font-weight: 900; line-height: 1; }
.age-restriction-icon .age-plus { margin-left: -1px; }
.footer-nav { display: flex; flex: 0 0 auto; flex-wrap: nowrap; gap: 20px; align-items: center; white-space: nowrap; }
.footer-nav a { color: rgba(255, 255, 255, .62); text-decoration: none; }
.footer-nav a:hover { color: rgba(255, 255, 255, .82); }

.generator-age-gate-open { overflow: hidden; }
.generator-age-gate { position: fixed; z-index: 2147483647; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(3, 5, 12, .86); backdrop-filter: blur(7px); color: #f5f7ff; font-family: Arial, sans-serif; }
.generator-age-dialog { width: min(432px, 100%); padding: 30px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 18px; background: #151923; box-shadow: 0 28px 90px rgba(0, 0, 0, .56); text-align: center; }
.generator-age-dialog h2 { margin: 0 0 10px; color: #f5f7ff; font-size: clamp(21px, 3vw, 25px); line-height: 1.22; }
.generator-age-dialog > p { max-width: 355px; margin: 0 auto; color: #aeb6c8; font-size: 14px; line-height: 1.5; }
.generator-age-slider-wrap { margin: 21px 0 8px; }
.generator-age-slider { --age-position: 50%; appearance: none; width: 100%; height: 34px; margin: 0; background: transparent; cursor: pointer; }
.generator-age-slider::-webkit-slider-runnable-track { height: 34px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; background: #0a0d14; }
.generator-age-slider::-moz-range-track { height: 34px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; background: #0a0d14; }
.generator-age-slider::-webkit-slider-thumb { appearance: none; width: 38px; height: 38px; margin-top: -3px; border: 0; border-radius: 50%; background: #31d27d; box-shadow: 0 4px 15px rgba(49, 210, 125, .35); }
.generator-age-slider::-moz-range-thumb { width: 38px; height: 38px; border: 0; border-radius: 50%; background: #31d27d; box-shadow: 0 4px 15px rgba(49, 210, 125, .35); }
.generator-age-scale { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 4px; color: #aeb6c8; font-size: 13px; font-weight: 750; }
.generator-age-scale span:first-child { text-align: left; }
.generator-age-scale span:nth-child(2) { text-align: center; color: #31d27d; }
.generator-age-scale span:last-child { text-align: right; }
.generator-age-instruction { margin-top: 19px !important; }
.generator-age-status { min-height: 21px; margin-top: 7px !important; color: #aeb6c8 !important; font-size: 12px !important; }
.generator-age-dialog.is-ready .generator-age-status { color: #55dc94 !important; }
.generator-age-confirm { display: block; width: 100%; min-height: 52px; margin-top: 17px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 11px; background: transparent; color: #8e96a7; cursor: not-allowed; font: 800 16px/1 Arial, sans-serif; }
.generator-age-confirm:not(:disabled) { border-color: #28bd6f; background: #28bd6f; color: #08110c; cursor: pointer; }
.generator-age-denied { display: none; }
.generator-age-note { margin-top: 15px !important; color: #818a9d !important; font-size: 11px !important; line-height: 1.45 !important; }

@media (max-width: 900px) {
    .main-nav { gap: 15px; }
    .hero-grid { gap: 32px; }
    .rating-card-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .container, header > .generated-section-pages--header, .section-pages-prefooter { padding-right: 16px; padding-left: 16px; }
    header { padding: 0; }
    .header-content { min-height: 68px; flex-wrap: nowrap; justify-content: flex-start; gap: 10px; }
    .logo { min-width: 0; }
    .custom-logo { width: 88px; max-width: 88px; }
    .main-nav { display: none; }
    .auth-buttons { flex: 1 1 auto; flex-direction: row; flex-wrap: nowrap; min-width: 0; justify-content: flex-end; gap: 7px; white-space: nowrap; }
    .auth-buttons .btn { min-width: 0; min-height: 38px; height: 38px; padding: 0 13px; font-size: 11px; white-space: nowrap; }
    .banner { padding: 26px 0; }
    .hero-grid { grid-template-columns: 1fr; gap: 28px; min-height: 0; }
    .banner h1 { font-size: 36px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn-bonus, .hero-actions .hero-secondary-link { width: 100%; min-height: var(--control-height); height: var(--control-height); flex: 0 0 var(--control-height); }
    .hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 8px; text-align: center; }
    .hero-stats div { justify-items: center; }
    .hero-stats strong { font-size: 23px; }
    .hero-stats span { font-size: 13px; line-height: 1.3; }
    .hero-offer { height: 340px; }
    .hero-offer-bonus { top: 20px; right: 20px; left: 20px; max-width: none; }
    .hero-offer-bonus-label { margin-bottom: 8px; font-size: 10px; }
    .hero-offer-bonus-value { font-size: clamp(48px, 18vw, 70px); }
    .hero-offer-bonus-title { max-width: 250px; margin-top: 10px; font-size: clamp(24px, 9vw, 34px); }
    .hero-offer-bonus-note { margin-top: 8px; font-size: 12px; }
    .hero-offer-actions { right: 14px; bottom: 14px; left: 14px; flex-direction: column; }
    .hero-offer-actions .promo-code, .hero-offer-actions .btn-bonus { width: 100%; min-height: var(--control-height); height: var(--control-height); }
    .page-layout { padding-top: 20px; padding-bottom: 30px; }
    .article-meta { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; text-align: left; }
    .rating-card { grid-template-columns: 1fr; }
    .rating-card-score { grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; align-items: center; column-gap: 20px; row-gap: 5px; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
    .rating-number { grid-row: 1 / span 2; grid-column: 1; text-align: left; }
    .rating-stars { grid-row: 1; grid-column: 2; justify-self: end; text-align: right; }
    .rating-count { grid-row: 2; grid-column: 2; justify-self: end; text-align: right; }
    .rating-card-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .generated-reviews-grid { grid-template-columns: 1fr; }
    .content { padding: 26px 20px; }
    .footer-content { flex-direction: column; align-items: center; gap: 22px; padding-top: 28px; padding-bottom: 28px; text-align: center; }
    .footer-left { flex-direction: column; gap: 12px; align-items: center; }
    .footer-disclaimer { justify-items: center; }
    .footer-nav { width: 100%; justify-content: center; flex-wrap: wrap; gap: 10px 18px; white-space: normal; font-size: 13px; }
}

@media (max-width: 360px) {
    .custom-logo { width: 76px; max-width: 76px; }
    .auth-buttons .btn { padding: 0 10px; font-size: 10px; }
}
