:root {
  --ink: #151a1f;
  --night: #121416;
  --night-2: #1b2024;
  --orange: #ff4a11;
  --orange-deep: #e9470a;
  --blue-line: #2769af;
  --link: #0879c9;
  --page-width: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.content, .header-shell { width: min(var(--page-width), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; background: var(--night); color: #fff; }
.network-bar { height: 42px; background: #192025; }
.network-bar .header-shell { height: 100%; display: flex; align-items: center; }
.network-bar img { width: 104px; height: auto; }
.brand-bar { height: 73px; border-bottom: 1px solid var(--blue-line); }
.brand-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand-logo img { display: block; width: 135px; height: auto; }
.account-actions { display: flex; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; text-decoration: none; font-weight: 800; text-transform: uppercase; transition: filter .18s ease, transform .18s ease; }
.button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.account-actions .button { min-width: 96px; height: 39px; border-radius: 14px; font-size: 13px; text-transform: none; }
.register { background: var(--orange-deep); }
.login { border: 1px solid #fff; }
.desktop-nav { height: 51px; background: #0d1012; }
.nav-inner { display: flex; align-items: stretch; height: 100%; gap: 29px; }
.nav-inner > a, .nav-group > button { display: flex; align-items: center; color: #fff; font-size: 14px; text-decoration: none; white-space: nowrap; }
.nav-group { position: relative; display: flex; }
.nav-group > button { border: 0; padding: 0; background: transparent; cursor: pointer; gap: 6px; }
.drop-menu { position: absolute; left: -16px; top: 100%; width: 225px; padding: 10px 0; background: #1c2125; box-shadow: 0 12px 30px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(5px); transition: .15s ease; }
.drop-menu a { display: block; padding: 10px 16px; color: #fff; text-decoration: none; font-size: 14px; }
.drop-menu a:hover { background: #2c3338; }
.nav-group:hover .drop-menu, .nav-group:focus-within .drop-menu { opacity: 1; visibility: visible; transform: none; }
.short-menu { width: 150px; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 425px; overflow: hidden; isolation: isolate; color: #fff; background-color: #ff3c12; background-image: radial-gradient(circle at 48% 46%, rgba(255,139,63,.28), transparent 33%), linear-gradient(112deg, rgba(150,22,0,.18), transparent 31%, rgba(255,116,47,.2)); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(45deg, transparent 44%, rgba(255,255,255,.45) 45%, rgba(255,255,255,.45) 53%, transparent 54%), linear-gradient(-45deg, transparent 44%, rgba(255,255,255,.3) 45%, rgba(255,255,255,.3) 53%, transparent 54%); background-size: 92px 92px; }
.hero-art { position: absolute; z-index: -1; top: 0; left: 50%; width: 1280px; height: 350px; max-width: none; transform: translateX(-50%); object-fit: contain; pointer-events: none; }
.hero-copy { position: relative; width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 76px 0 76px 126px; }
.hero-copy h2 { margin: 0 0 18px; font-size: 32px; line-height: 1.1; }
.hero-copy h3, .hero-offer { margin: 0 0 17px; font-size: 20px; font-weight: 800; }
.hero-actions { display: flex; gap: 15px; margin-top: 31px; }
.hero-actions .button { min-width: 125px; height: 48px; padding: 0 18px; font-size: 12px; }
.download { background: #20242a; }
.more { border: 2px solid rgba(255,255,255,.88); background: rgba(255,69,16,.25); }
.legal-note { position: absolute; bottom: 0; left: 0; right: 0; margin: 0; padding: 7px 28px; min-height: 36px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.88); text-align: center; font-size: 12px; line-height: 1.35; }
.safer { height: 78px; color: #fff; background: #ff4b11; overflow: hidden; }
.safer-inner { width: min(1240px, calc(100% - 48px)); height: 100%; margin: auto; display: grid; grid-template-columns: 265px 1fr 185px; align-items: center; gap: 42px; }
.safer-inner > img { width: 265px; align-self: center; }
.safer-title { display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 55px; }
.safer-title strong { font-size: 23px; text-transform: uppercase; }
.safer-title span { font-size: 14px; }
.safe-button { height: 43px; border-radius: 13px; background: #252a30; font-size: 12px; }

.offers { min-height: 760px; background: #fff; }
.offers-inner { padding: 38px 0 68px; }
.offers h1, .offers h2 { text-align: center; }
.offers h1 { margin: 0 0 24px; font-size: 31px; }
.offers h2 { margin: 0 0 32px; font-size: 24px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 17px; }
.offer-card { position: relative; display: block; color: #fff; text-decoration: none; overflow: hidden; }
.offer-card > img { display: block; width: 100%; aspect-ratio: 2 / 1; border-radius: 4px; object-fit: cover; }
.offer-card small { display: block; margin-top: 6px; color: #777; text-align: center; font-size: 12px; }
.offer-overlay { position: absolute; left: 0; right: 0; bottom: 24px; padding: 22px 18px 12px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.78)); font-size: 16px; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .2s ease; }
.offer-card:hover .offer-overlay, .offer-card:focus-visible .offer-overlay { opacity: 1; transform: none; }

.learn-band { background: #e7e8e9; }
.learn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 94px; padding: 54px 0 49px; }
.learn-grid h3 { margin: 0 0 16px; font-size: 23px; }
.learn-grid p { margin: 0 0 15px; }
.learn-grid a, .features a { color: var(--link); }
.link-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.learn-grid ul { margin: 8px 0 0; padding-left: 25px; }
.learn-grid li { margin: 4px 0; }
.inline-links { display: flex; gap: 58px; }

.editorial-section { padding: 72px 0; background: #fff; }
.editorial-section:nth-of-type(even) { background: #f4f5f6; }
.editorial-narrow { max-width: 1080px; }
.section-kicker { display: block; margin-bottom: 10px; color: var(--orange-deep); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.editorial-section h2 { max-width: 920px; margin: 0 0 24px; font-size: 32px; line-height: 1.15; }
.editorial-section h3 { margin: 0 0 12px; font-size: 19px; line-height: 1.25; }
.editorial-section p { margin: 0 0 18px; }
.section-lead { max-width: 1050px; font-size: 18px; line-height: 1.65; }
.editorial-intro p:not(.section-lead) { font-size: 16px; line-height: 1.7; }
.journey { background: #f1f2f3; }
.journey-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 34px; }
.journey-grid article { min-height: 285px; padding: 25px 21px; border-top: 4px solid var(--orange); background: #fff; box-shadow: 0 8px 24px rgba(15,20,24,.07); }
.journey-grid article > span { display: block; margin-bottom: 20px; color: var(--orange-deep); font-size: 27px; font-weight: 800; }
.journey-grid article p { margin: 0; color: #454b50; }
.formats { background: #fff; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.format-grid article { padding: 27px; border: 1px solid #d9dcde; border-radius: 5px; background: #fff; }
.format-grid article:nth-child(3n + 2) { border-top: 4px solid var(--orange); }
.format-grid article p { margin: 0; color: #41474b; line-height: 1.65; }
.bonus-section { padding: 64px 0; background: #ff4b11; }
.terms-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 54px; border-radius: 6px; background: #181c20; color: #fff; }
.terms-panel .section-kicker { color: #ff784b; }
.terms-panel h2 { margin-bottom: 0; }
.terms-copy p { color: #e0e3e5; line-height: 1.7; }
.terms-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 35px; margin: 27px 0 0; padding: 23px 23px 23px 42px; background: #242a2f; }
.terms-copy li { padding-left: 3px; }
.responsible-section { background: #f0f1f2; }
.responsible-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; padding: 48px 52px; border-left: 7px solid var(--orange); background: #fff; }
.responsible-panel h2 { margin-bottom: 0; }
.responsible-panel p { line-height: 1.7; }

.features { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; padding: 58px 0 42px; }
.feature-title { display: grid; grid-template-columns: 60px 1fr; align-items: start; gap: 13px; min-height: 67px; }
.feature-title h4 { margin: 0; font-size: 19px; line-height: 1.2; }
.feature-icon { color: #777; font-size: 47px; line-height: .9; text-align: center; }
.feature-icon.cards { font-size: 54px; transform: translateY(-8px); }
.feature-icon.globe { width: 48px; height: 48px; border: 5px solid #888; border-radius: 50%; color: transparent; }
.feature-grid p { margin: 0 0 18px; }

.faq { background: #fff; padding: 17px 0 44px; }
.faq-inner h2 { margin: 0 0 25px; font-size: 25px; }
.faq-list { border-top: 1px solid #c9ccce; }
.faq-list details { border-bottom: 1px solid #c9ccce; }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 53px; cursor: pointer; font-weight: 700; font-size: 13px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 25px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(180deg); }
.faq-list details p { margin: 0; padding: 0 44px 20px 0; color: #42474b; }

.community { position: relative; overflow: hidden; min-height: 211px; padding: 37px 20px 27px; background: #d4d6d8; text-align: center; }
.community::before { content: "◆   ●   ◎"; position: absolute; inset: -55px 0 auto; color: rgba(255,255,255,.25); font-size: 230px; letter-spacing: 140px; white-space: nowrap; transform: rotate(-8deg); }
.community > * { position: relative; }
.community h2 { margin: 0 0 18px; font-size: 23px; }
.community p { margin: 0 0 17px; }
.socials { display: flex; justify-content: center; gap: 12px; }
.socials img { display: block; width: 42px; height: 42px; border-radius: 50%; }

.footer { padding-bottom: 58px; background: #1d2226; color: #d2d5d7; font-size: 12px; }
.footer-top { min-height: 60px; border-bottom: 2px solid var(--orange); background: #121518; }
.footer-top-inner { display: flex; align-items: center; justify-content: space-between; min-height: 60px; }
.language { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: #fff; cursor: pointer; text-decoration: none; }
.flag { font-size: 19px; }
.footer-policy-links { display: flex; align-items: center; gap: 27px; }
.footer-policy-links a { font-size: 12px; }
.footer-policy-links img { width: 31px; height: 31px; border-radius: 7px; }
.footer-columns { display: grid; grid-template-columns: 1.05fr 1.05fr 1.05fr 1.05fr 1.15fr; gap: 60px; padding: 29px 0 36px; }
.footer-columns h3 { margin: 0 0 12px; color: #fff; font-size: 12px; }
.footer-columns a { display: inline-block; margin: 0 16px 7px 0; color: #d2d5d7; text-decoration: none; }
.license-copy { padding: 19px 24px; background: #171b1e; color: #9ca2a6; font-size: 12px; line-height: 1.55; }
.license-copy p { margin: 0; }
.license-logos { display: flex; align-items: center; gap: 10px; padding: 19px 0 10px; }
.license-logos img { width: auto; max-width: 145px; height: 35px; object-fit: contain; }
.license-logos img:nth-child(2) { width: 105px; }
.license-logos img:nth-child(4), .license-logos img:nth-child(5) { max-width: 160px; }
.cookie-banner { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; background: #fff; color: #31363a; box-shadow: 0 -2px 9px rgba(0,0,0,.18); font-size: 12px; }
.cookie-row { min-height: 58px; padding: 8px 35px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cookie-row p { margin: 0; flex: 1; }
.cookie-actions { display: flex; gap: 13px; flex: 0 0 auto; }
.cookie-actions button { height: 38px; padding: 0 22px; border: 1px solid var(--orange); border-radius: 14px; background: var(--orange); color: #fff; font-weight: 800; font-size: 12px; cursor: pointer; }
.cookie-actions .cookie-settings { border-color: #697178; background: #fff; color: #333; }
.cookie-preferences { padding: 14px 35px 4px; border-bottom: 1px solid #ddd; }
.cookie-preferences p { margin: 3px 0 8px; }

@media (max-width: 900px) {
  body { font-size: 15px; }
  .content, .header-shell { width: min(100% - 32px, 700px); }
  .network-bar, .desktop-nav { display: none; }
  .brand-bar { height: 64px; }
  .brand-logo img { width: 62px; }
  .account-actions { gap: 9px; }
  .account-actions .button { min-width: 91px; height: 40px; font-size: 13px; }
  .mobile-nav { display: flex; height: 56px; overflow-x: auto; scrollbar-width: none; background: #111315; }
  .mobile-nav::-webkit-scrollbar { display: none; }
  .mobile-nav a { flex: 0 0 auto; display: flex; align-items: center; padding: 0 18px; color: #fff; text-decoration: none; font-weight: 700; white-space: nowrap; }
  .hero { min-height: 674px; background-image: radial-gradient(circle at 50% 30%, rgba(255,151,92,.36), transparent 32%), linear-gradient(#ff3b12, #ff3b12); }
  .hero::before { opacity: .13; background-size: 80px 80px; }
  .hero-art { width: 950px; height: 260px; left: 50%; top: 0; transform: translateX(-78%); object-fit: contain; }
  .hero-copy { width: calc(100% - 28px); padding: 307px 0 145px; text-align: center; }
  .hero-copy h2 { margin-bottom: 30px; font-size: 31px; }
  .hero-copy h3 { margin-bottom: 25px; font-size: 18px; }
  .hero-offer { font-size: 20px; }
  .hero-actions { justify-content: center; gap: 18px; margin-top: 24px; }
  .hero-actions .button { min-width: 108px; height: 61px; padding-inline: 15px; border-radius: 19px; font-size: 12px; }
  .legal-note { min-height: 113px; padding: 8px 7px; font-size: 12px; line-height: 1.35; }
  .safer { height: 102px; }
  .safer-inner { width: 100%; grid-template-columns: 1fr 172px; gap: 12px; padding: 0 0 0 60px; }
  .safer-inner > img { display: none; }
  .safer-title { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; text-align: left; }
  .safer-title strong { font-size: 22px; }
  .safer-title span { font-size: 15px; }
  .safe-button { width: 172px; height: 42px; border-radius: 20px 0 0 20px; }
  .offers { min-height: 0; }
  .offers-inner { width: calc(100% - 16px); padding: 29px 0 48px; }
  .offers h1 { margin-bottom: 34px; font-size: 29px; }
  .offers h2 { margin-bottom: 37px; font-size: 24px; }
  .offer-grid { grid-template-columns: 1fr; gap: 26px; }
  .offer-card > img { border-radius: 5px; }
  .offer-overlay { display: none; }
  .offer-card small { font-size: 12px; }
  .learn-grid, .feature-grid { grid-template-columns: 1fr; }
  .learn-grid { gap: 42px; padding: 42px 0; }
  .feature-grid { gap: 35px; padding: 46px 0; }
  .editorial-section { padding: 48px 0; }
  .editorial-section h2 { font-size: 27px; }
  .section-lead { font-size: 16px; }
  .journey-grid, .format-grid, .terms-panel, .responsible-panel { grid-template-columns: 1fr; }
  .journey-grid { gap: 16px; }
  .journey-grid article { min-height: 0; }
  .terms-panel, .responsible-panel { gap: 25px; padding: 31px 24px; }
  .terms-copy ul { grid-template-columns: 1fr; }
  .link-columns { grid-template-columns: 1fr; gap: 0; }
  .inline-links { flex-direction: column; gap: 0; }
  .faq { padding-top: 4px; }
  .faq-list summary { min-height: 60px; padding-right: 4px; }
  .community { min-height: 235px; }
  .footer-top-inner, .footer-policy-links { align-items: flex-start; }
  .footer-top-inner { flex-direction: column; gap: 14px; padding: 16px 0; }
  .footer-policy-links { flex-wrap: wrap; gap: 12px 20px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .license-logos { flex-wrap: wrap; }
  .cookie-banner { display: none; }
  .cookie-row { padding: 10px 12px; flex-direction: column; align-items: stretch; gap: 8px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .cookie-actions .cookie-settings { grid-column: 1 / -1; }
}

@media (max-width: 390px) {
  .account-actions .button { min-width: 82px; }
  .mobile-nav a { padding-inline: 14px; }
  .hero-copy h2 { font-size: 28px; }
  .hero-offer { font-size: 18px; }
  .safer-inner { grid-template-columns: 1fr 145px; }
  .safe-button { width: 145px; }
  .footer-columns { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
