:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7f7f8;
  background: #080809;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }

.page-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #080809;
}

.page-shell::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(circle at center, rgba(238, 52, 65, .2) 0 1px, transparent 1.3px) 0 0 / 18px 18px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 80px, #000 calc(100% - 180px), transparent 100%);
  pointer-events: none;
}

.page-shell::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 640px;
  height: 340px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(144, 17, 28, .17), transparent 70%);
  filter: blur(22px);
  pointer-events: none;
}

.site-header, main, .site-footer { position: relative; z-index: 1; }
.site-header { position: fixed; top: 0; left: 50%; z-index: 100; transform: translateX(-50%); }
main { padding-top: 36px; }
section[id] { scroll-margin-top: 56px; }

.site-header {
  width: min(1274px, calc(100% - 24px));
  height: 36px;
  margin: 0 auto;
  padding: 0 7px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #262628;
  border-radius: 12px;
  background: rgba(12, 12, 13, .94);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .2);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
}
.brand-mark img, .footer-mark img { display: block; width: 100%; height: 100%; border-radius: 6px; object-fit: cover; }
.brand-name { margin-left: 8px; color: #f6f3f4; font-size: .83rem; font-weight: 800; letter-spacing: .02em; }

.main-nav { display: flex; align-items: center; gap: 22px; margin-right: auto; margin-left: 12px; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 8px; padding: 7px 0; color: #aaa7aa; font-size: .875rem; line-height: 1; cursor: pointer; list-style: none; white-space: nowrap; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: ""; display: block; width: 4px; height: 4px; margin-top: -2px; border-right: 1px solid #77747a; border-bottom: 1px solid #77747a; transform: rotate(45deg); }
.nav-dropdown[open] summary::after { transform: rotate(225deg); margin-top: 3px; }
.nav-dropdown summary:hover, .nav-dropdown[open] summary { color: #fff; }
.nav-dropdown summary:focus-visible, .header-login:focus-visible, .header-register:focus-visible, .mobile-login:focus-visible { outline: 2px solid #ff8891; outline-offset: 3px; }
.nav-menu { position: absolute; top: 32px; left: -12px; z-index: 30; display: grid; min-width: 194px; gap: 2px; padding: 7px; border: 1px solid #343034; border-radius: 10px; background: #171619; box-shadow: 0 15px 30px #000a; }
.nav-menu a { padding: 9px 10px; border-radius: 6px; color: #ddd9dc; font-size: .875rem; text-decoration: none; white-space: nowrap; }
.nav-menu a:hover, .nav-menu a:focus-visible { background: #292427; color: #fff; }
.product-menu { top: 34px; left: -16px; width: 234px; gap: 0; padding: 0; overflow: hidden; border-color: #292729; border-radius: 12px; background: #171717; }
.product-menu-heading { display: flex; align-items: center; gap: 9px; min-height: 47px; padding: 9px 14px; border-bottom: 1px solid #292729; color: #a9a6a9; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.product-menu-symbol, .product-link-icon { display: grid; place-items: center; flex: none; border-radius: 6px; }
.product-menu-symbol { width: 26px; height: 26px; background: #301b1e; color: #ef5964; }
.product-menu-symbol svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.product-menu-links { display: grid; gap: 0; padding: 8px; }
.nav-menu.product-menu a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 6px 10px; color: #c4c1c4; }
.product-link-icon { width: 21px; height: 21px; background: #232323; color: #777477; }
.product-link-icon svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.product-link-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; line-height: 1.1; }
.product-link-copy strong { font-size: .76rem; font-weight: 750; }
.product-link-copy small { color: #777276; font-size: .68rem; font-weight: 400; }
.nav-menu.product-menu a:hover .product-link-icon, .nav-menu.product-menu a:focus-visible .product-link-icon { color: #e9e6e9; background: #393337; }
.resource-menu { top: 34px; left: -16px; width: 234px; gap: 0; padding: 0; overflow: hidden; border-color: #292729; border-radius: 12px; background: #171717; }
.resource-menu-heading { display: flex; align-items: center; gap: 9px; min-height: 47px; padding: 9px 14px; border-bottom: 1px solid #292729; color: #a9a6a9; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.resource-menu-symbol, .resource-link-icon { display: grid; place-items: center; flex: none; border-radius: 6px; }
.resource-menu-symbol { width: 26px; height: 26px; background: #301b1e; color: #ef5964; }
.resource-menu-symbol svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.resource-menu-links { display: grid; gap: 0; padding: 8px; }
.nav-menu.resource-menu a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 6px 10px; color: #c4c1c4; }
.resource-link-icon { width: 21px; height: 21px; background: #232323; color: #777477; }
.resource-link-icon svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.resource-link-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; line-height: 1.1; }
.resource-link-copy strong { font-size: .76rem; font-weight: 750; }
.resource-link-copy small { color: #777276; font-size: .68rem; font-weight: 400; }
.nav-menu.resource-menu a:hover .resource-link-icon, .nav-menu.resource-menu a:focus-visible .resource-link-icon { color: #e9e6e9; background: #393337; }
.legal-menu { top: 34px; left: -16px; width: 234px; gap: 0; padding: 0; overflow: hidden; border-color: #292729; border-radius: 12px; background: #171717; }
.legal-menu-heading { display: flex; align-items: center; gap: 9px; min-height: 47px; padding: 9px 14px; border-bottom: 1px solid #292729; color: #a9a6a9; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.legal-menu-symbol, .legal-link-icon { display: grid; place-items: center; flex: none; border-radius: 6px; }
.legal-menu-symbol { width: 26px; height: 26px; background: #301b1e; color: #ef5964; }
.legal-menu-symbol svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.legal-menu-links { display: grid; gap: 0; padding: 8px; }
.nav-menu.legal-menu a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 6px 10px; color: #c4c1c4; }
.legal-link-icon { width: 21px; height: 21px; background: #232323; color: #777477; }
.legal-link-icon svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.legal-link-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; line-height: 1.1; }
.legal-link-copy strong { font-size: .76rem; font-weight: 750; }
.legal-link-copy small { color: #777276; font-size: .68rem; font-weight: 400; }
.nav-menu.legal-menu a:hover .legal-link-icon, .nav-menu.legal-menu a:focus-visible .legal-link-icon { color: #e9e6e9; background: #393337; }
.community-menu { top: 34px; left: -16px; width: 234px; gap: 0; padding: 0; overflow: hidden; border-color: #292729; border-radius: 12px; background: #171717; }
.community-menu-heading { display: flex; align-items: center; gap: 9px; min-height: 47px; padding: 9px 14px; border-bottom: 1px solid #292729; color: #a9a6a9; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.community-menu-symbol, .community-link-icon { display: grid; place-items: center; flex: none; border-radius: 6px; }
.community-menu-symbol { width: 26px; height: 26px; background: #301b1e; color: #ef5964; }
.community-menu-symbol svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.community-menu-links { display: grid; gap: 0; padding: 8px; }
.nav-menu.community-menu a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 6px 10px; color: #c4c1c4; }
.community-link-icon { width: 21px; height: 21px; background: #232323; color: #777477; }
.community-link-icon svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.community-link-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; line-height: 1.1; }
.community-link-copy strong { font-size: .76rem; font-weight: 750; }
.community-link-copy small { color: #777276; font-size: .68rem; font-weight: 400; }
.nav-menu.community-menu a:hover .community-link-icon, .nav-menu.community-menu a:focus-visible .community-link-icon { color: #e9e6e9; background: #393337; }
.nav-menu-note { width: 220px; }
.nav-menu-note p { margin: 0; padding: 9px 10px; color: #c0b9be; font-size: .875rem; line-height: 1.4; }
.header-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.language-label { display: inline-flex; align-items: center; gap: 4px; margin-right: 8px; color: #aaa7aa; font-size: .75rem; white-space: nowrap; }
.language-label svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.header-login, .header-register { min-height: 25px; padding: 4px 12px; border: 0; border-radius: 6px; font: inherit; font-size: .8125rem; font-weight: 750; white-space: nowrap; cursor: pointer; }
.header-login { background: #242426; color: #f5f3f5; text-decoration: none; }
.header-login:hover { background: #343235; }
.header-register { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #171719; text-decoration: none; }
.header-register:hover { background: #ece9eb; }
.header-register span { font-size: 1rem; font-weight: 400; line-height: 1; }
.mobile-nav { display: none; }

.hero { text-align: center; padding: 16px 22px 0; }
.announcement { display: inline-flex; align-items: center; gap: 9px; max-width: 100%; padding: 6px 7px 6px 11px; border: 1px solid #343035; border-radius: 999px; background: rgba(23, 19, 21, .9); color: #ff646e; font-size: .75rem; line-height: 1; white-space: nowrap; }
.announcement-short { display: none; }
.announcement-dot { flex: none; width: 6px; height: 6px; border-radius: 50%; background: #ed4351; box-shadow: 0 0 0 4px rgba(237, 67, 81, .11), 0 0 13px #ed4351; }
.announcement-tag { padding: 3px 7px; border-radius: 999px; background: #282629; color: #e9e9ed; font-size: .75rem; font-weight: 800; letter-spacing: .04em; }

h1 {
  margin: 27px auto 0;
  font-size: clamp(3.25rem, 5.2vw, 3.9rem);
  line-height: 1.13;
  font-weight: 800;
  letter-spacing: -.06em;
}
h1 span { color: #ff5867; }

.hero-description { width: min(100%, 620px); margin: 17px auto 0; color: #a5a5ab; font-size: 1rem; line-height: 1.48; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 23px; }
.primary-action, .secondary-action { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 36px; padding: 0 16px; border-radius: 8px; text-decoration: none; font-size: .875rem; font-weight: 700; transition: background .2s, transform .2s; }
.primary-action { background: #e92338; color: white; }
.primary-action:hover { background: #fa3a4d; transform: translateY(-2px); }
.secondary-action { border: 1px solid #343038; background: #141316; color: #d3d1d6; }
.secondary-action:hover { background: #242125; transform: translateY(-2px); }
.discord-action { border-color: #40345e; background: #171424; color: #cbbdff; }
.discord-action:hover { background: #252039; }
.primary-action:focus-visible, .secondary-action:focus-visible, a:focus-visible { outline: 2px solid #ff8891; outline-offset: 3px; }
.primary-action span { font-size: 1rem; font-weight: 400; }

.visual-section { width: min(900px, calc(100% - 32px)); margin: 60px auto 0; scroll-margin-top: 22px; }
.visual-frame { position: relative; aspect-ratio: 718 / 253; overflow: hidden; isolation: isolate; border: 1px solid #343034; border-radius: 12px; background: #000; transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.visual-frame picture { display: block; width: 100%; height: 100%; overflow: hidden; }
.visual-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 78, 94, .23), transparent 39%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.visual-frame::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to bottom, rgba(8,8,9,.13), transparent 24%, transparent 72%, rgba(8,8,9,.52)); pointer-events: none; }
.visual-frame.is-interacting { border-color: #a53a46; box-shadow: 0 18px 50px rgba(96, 12, 22, .23); }
.visual-frame.is-interacting::before { opacity: 1; }
.hero-art { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translate3d(var(--pan-x, 0px), var(--pan-y, 0px), 0) scale(1.05); transition: transform .3s ease; }
.visual-hint { position: absolute; z-index: 2; right: 16px; bottom: 14px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(8,8,9,.6); color: #fff; font-size: .7rem; letter-spacing: .02em; opacity: .8; transition: opacity .25s; pointer-events: none; }
.visual-frame.is-interacting .visual-hint { opacity: 0; }

.lower-content { position: relative; isolation: isolate; padding: 78px 20px 88px; }
.bots-section, .integration-section { width: min(100%, 790px); margin-inline: auto; text-align: center; scroll-margin-top: 26px; }
.bots-section h2 { margin: 0; font-size: 1.5rem; font-weight: 800; letter-spacing: -.035em; }
.bots-average { margin: 4px 0 0; color: #a7a5a8; font-size: .8rem; font-weight: 600; }
.bots-average strong { display: inline-block; margin: 0 3px; padding: 3px 9px; border: 1px solid #3c3b3d; border-radius: 999px; background: #28282a; color: white; font-size: .75rem; line-height: 1; }
.bot-list { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 55px; }
.bot-tile { display: flex; align-items: center; gap: 11px; min-width: 0; width: 168px; height: 57px; padding: 9px 12px; border: 1px solid #29292c; border-radius: 12px; background: rgba(20,20,21,.91); text-align: left; }
.bot-tile:first-child { width: 205px; }
.bot-tile:last-child { opacity: .58; }
.mini-bot-icon { position: relative; display: grid; place-items: center; flex: none; width: 33px; height: 33px; border: 1px solid #38383a; border-radius: 9px; background: #202022; color: #bbb; }
.mini-bot-icon::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 9px; height: 9px; border-radius: 50%; background: #13a78b; border: 2px solid #141415; }
.mini-bot-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.bot-tile div { min-width: 0; }
.bot-tile h3 { overflow: hidden; margin: 0; color: #f0eff0; font-size: .875rem; font-weight: 800; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.bot-tile p { overflow: hidden; margin: 3px 0 0; color: #89878b; font-size: .75rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.demo-note { margin: 12px 0 0; color: #929095; font-size: .75rem; }

.integration-section { margin-top: 119px; }
.integration-label { display: inline-block; padding: 5px 13px; border-radius: 999px; background: #2b1013; color: #e15b62; font-size: .75rem; line-height: 1; }
.integration-section h2 { margin: 22px 0 0; font-size: clamp(2rem, 3.2vw, 2.3rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.3; }
.integration-intro { margin: 22px 0 0; color: #ccc9cc; font-size: 1rem; line-height: 1.55; }
.integration-panel { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; width: min(100%, 672px); min-height: 185px; margin: 34px auto 0; padding: 36px 20px 24px; overflow: hidden; border: 1px solid #28282b; border-radius: 12px; background: #0c0c0d; }
.integration-panel::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, #eb252b 0 1.4px, transparent 2px), radial-gradient(circle, #b51f28 0 1px, transparent 1.5px); background-size: 73px 53px, 91px 67px; background-position: 4px 8px, 37px 29px; opacity: .75; pointer-events: none; }
.integration-step { position: relative; z-index: 1; min-width: 0; }
.step-icon { position: relative; display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 10px; border: 1px solid #462125; border-radius: 10px; background: #1a0c0e; color: #fa4351; }
.step-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.step-number { position: absolute; top: -8px; right: -8px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e92435; color: white; font-size: .625rem; font-weight: 800; }
.integration-step h3 { margin: 0; font-size: .875rem; font-weight: 800; }
.integration-step p { margin: 10px 0 0; color: #a29da3; font-size: .75rem; line-height: 1.3; }

.features-section { position: relative; width: min(100%, 790px); margin: 116px auto 0; padding-top: 70px; text-align: center; scroll-margin-top: 26px; }
.features-section h2 { margin: 23px 0 0; font-size: clamp(2rem, 3.2vw, 2.3rem); font-weight: 600; line-height: 1.3; letter-spacing: -.045em; }
.features-intro { margin: 22px 0 0; color: #cfcbcf; font-size: 1rem; line-height: 1.55; }
.features-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; margin-top: 48px; text-align: left; }
.feature-card { position: relative; overflow: hidden; border: 1px solid #1c1c1e; border-radius: 12px; background: #151515; }
.feature-events { display: flex; align-items: center; grid-column: span 4; height: 264px; padding: 24px 19px; }
.event-rings { position: absolute; inset: -20px -20px -20px 60px; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 21px, rgba(140, 38, 42, .32) 22px 23px); opacity: .8; pointer-events: none; }
.event-copy { position: relative; z-index: 1; padding-top: 44px; }
.feature-kicker { display: flex; align-items: center; gap: 7px; color: #89858a; font-size: .75rem; font-weight: 800; letter-spacing: .045em; }
.feature-icon { display: inline-grid; place-items: center; flex: none; width: 28px; height: 28px; border: 1px solid #4a191e; border-radius: 9px; background: #2a0f12; color: #fa5360; }
.feature-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0; color: #f6f5f6; font-size: 1rem; font-weight: 750; line-height: 1.3; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: #b6b2b7; font-size: .875rem; line-height: 1.45; }
.feature-events h3 { margin-top: 11px; }
.feature-events p { margin-top: 4px; }
.feature-security { grid-column: span 2; height: 264px; padding: 18px; }
.feature-security h3 { margin-top: 32px; }
.feature-security p { margin-top: 23px; }
.feature-security ul { display: grid; gap: 5px; margin: 24px 0 0; padding: 0; list-style: none; color: #a8a4aa; font-size: .75rem; line-height: 1.3; }
.feature-security li::before { content: "•"; margin-right: 8px; color: #ff5867; font-size: 1rem; line-height: 0; }
.feature-small { grid-column: span 2; height: 174px; padding: 18px; }
.feature-small h3 { margin-top: 32px; }
.feature-small p { margin-top: 24px; }
.features-note { margin: 19px 0 0; color: #8b878c; font-size: .75rem; line-height: 1.45; }

.advantages-section { position: relative; width: min(100%, 790px); margin: 120px auto 0; text-align: center; scroll-margin-top: 26px; }
.advantages-section h2, .pricing-section h2 { margin: 23px 0 0; font-size: clamp(2rem, 3.2vw, 2.3rem); font-weight: 600; line-height: 1.25; letter-spacing: -.045em; }
.advantages-intro { margin: 23px 0 0; color: #cfcbcf; font-size: 1rem; line-height: 1.5; }
.advantages-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 52px; border-left: 1px solid #29282a; border-right: 1px solid #29282a; background: #29282a; text-align: left; }
.advantage-item { min-height: 165px; padding: 28px 28px 25px; background: #080809; }
.advantage-item svg { display: block; width: 29px; height: 29px; fill: none; stroke: #88868a; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.advantage-item h3 { margin: 14px 0 0; color: #f4f3f4; font-size: 1rem; font-weight: 750; line-height: 1.25; letter-spacing: -.02em; }
.advantage-item p { max-width: 220px; margin: 7px 0 0; color: #c4c0c4; font-size: .875rem; line-height: 1.35; }
.advantages-note { margin: 18px 0 0; color: #8b878c; font-size: .75rem; }
.pricing-section { position: relative; width: min(100%, 790px); margin: 138px auto 0; text-align: center; scroll-margin-top: 26px; }
.pricing-section h2 { max-width: 410px; margin-inline: auto; }
.pricing-intro { max-width: 430px; margin: 22px auto 0; color: #d0ccd0; font-size: 1rem; line-height: 1.45; }
.pricing-disclaimer { margin: 11px 0 0; color: #928c91; font-size: .75rem; }
.billing-switch { display: inline-flex; align-items: center; gap: 2px; margin: 26px auto 0; padding: 3px; border: 1px solid #363033; border-radius: 10px; background: #181416; }
.billing-option { min-height: 32px; padding: 5px 15px; border: 0; border-radius: 7px; background: transparent; color: #b5afb3; font: inherit; font-size: .875rem; font-weight: 650; cursor: pointer; }
.billing-option.is-active { background: #e72537; color: #fff; }
.billing-option span { display: inline-block; margin-left: 5px; padding: 3px 5px; border-radius: 5px; background: #123b30; color: #45dcaa; font-size: .625rem; font-weight: 800; vertical-align: 1px; }
.billing-option:focus-visible, .plan-button:focus-visible, .dialog-close:focus-visible { outline: 2px solid #ff8891; outline-offset: 3px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 30px; text-align: left; }
.plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 550px; padding: 18px; border: 1px solid #342b2d; border-radius: 13px; background: linear-gradient(155deg, #1d1415, #130d0e 65%, #0f0d0e); }
.plan-premium { border-color: #b52b32; box-shadow: 0 0 28px rgba(184, 28, 36, .11); }
.popular-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); padding: 5px 10px; border-radius: 999px; background: #e52a39; color: white; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.plan-head { min-height: 78px; padding-bottom: 11px; border-bottom: 1px solid #3b3032; }
.plan-head h3 { margin: 0; color: #f5f3f4; font-size: 1rem; font-weight: 750; line-height: 1.2; }
.plan-head p { margin: 8px 0 0; color: #b6afb3; font-size: .75rem; line-height: 1.32; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-top: 12px; white-space: nowrap; }
.price-amount { color: #fff; font-size: 1.65rem; font-weight: 800; letter-spacing: -.045em; line-height: 1.1; }
.price-frequency { color: #938b90; font-size: .75rem; font-weight: 700; }
.pricing-grid.is-lifetime .price-frequency:not(:empty) { display: inline-block; padding: 3px 6px; border-radius: 4px; background: #0f825f; color: #fff; font-size: .625rem; font-weight: 800; line-height: 1; }
.free-lifetime-note { display: none; margin: 4px 0 0; color: #a39ca0; font-size: .75rem; }
.pricing-grid.is-lifetime .free-lifetime-note { display: block; }
.setup-note { margin: 3px 0 0; color: #9e969b; font-size: .7rem; }
.pricing-grid.is-lifetime .setup-note { display: none; }
.plan-features { display: grid; gap: 8px; margin: 13px 0 22px; padding: 0; list-style: none; }
.plan-features li { position: relative; padding-left: 20px; color: #cbc5ca; font-size: .75rem; line-height: 1.35; }
.plan-features li::before { content: "✓"; position: absolute; top: 0; left: 0; color: #ff4e5a; font-size: .9rem; line-height: 1; }
.plan-button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 34px; margin-top: auto; border: 1px solid #443c3e; border-radius: 8px; background: #251f21; color: #e4e0e3; font: inherit; font-size: .75rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.plan-button:hover { background: #373033; }
.plan-premium .plan-button { border-color: #f04c57; background: linear-gradient(90deg, #dc393e, #eb2937); color: #fff; box-shadow: 0 5px 15px rgba(220, 39, 49, .3); }
.plan-premium .plan-button:hover { background: #f14954; }
.testimonials-section { width: min(100%, 850px); margin: 135px auto 0; text-align: center; scroll-margin-top: 56px; }
.testimonials-section h2 { margin: 23px 0 0; font-size: clamp(2rem, 3.2vw, 2.3rem); font-weight: 600; line-height: 1.28; letter-spacing: -.045em; }
.testimonials-intro { max-width: 580px; margin: 23px auto 0; color: #c4bec3; font-size: .875rem; line-height: 1.5; }
.testimonials-preview { display: grid; gap: 16px; width: 100%; margin: 50px auto 0; overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.testimonial-row { display: flex; justify-content: center; gap: 12px; min-width: max-content; }
.testimonial-row-shifted { transform: translateX(-92px); }
.testimonial-card { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-content: start; column-gap: 8px; row-gap: 7px; flex: 0 0 192px; min-height: 80px; padding: 11px 12px; border: 1px solid #303034; border-radius: 12px; background: #141415; text-align: left; }
.testimonial-row-shifted .testimonial-card { min-height: 94px; }
.testimonial-avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #332126; color: #ff7b85; font-size: .75rem; font-weight: 800; }
.testimonial-avatar.avatar-purple { background: #27273f; color: #b5b2ff; }
.testimonial-avatar.avatar-red { background: #452027; color: #ff959d; }
.testimonial-avatar.avatar-gold { background: #373022; color: #edce8f; }
.testimonial-avatar.avatar-photo { background-image: radial-gradient(circle at 70% 25%, #a38579 0 16%, transparent 17%), radial-gradient(circle at 32% 75%, #343b4b 0 35%, transparent 36%), linear-gradient(135deg, #463b43, #17191b); color: #f5d7d2; text-transform: uppercase; }
.testimonial-avatar.avatar-discord { background: #8c9aa9; color: #fff; font-size: 1rem; }
.testimonial-avatar.avatar-discord.avatar-red { background: #ee5358; }
.testimonial-card h3 { overflow: hidden; margin: 0; color: #f0edef; font-size: .875rem; font-weight: 750; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.testimonial-card span:not(.testimonial-avatar) { display: block; margin-top: 3px; color: #918b90; font-size: .75rem; line-height: 1.15; }
.testimonial-card p { grid-column: 1 / -1; overflow: hidden; margin: 0; color: #cac4c8; font-size: .75rem; line-height: 1.35; }
.site-footer { display: grid; grid-template-columns: 2.2fr repeat(4, minmax(0, 1fr)); gap: 26px; width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 42px; }
.footer-logo { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 1rem; font-weight: 800; text-decoration: none; letter-spacing: .01em; }
.footer-mark { display: grid; place-items: center; width: 26px; height: 26px; }
.footer-brand p { max-width: 180px; margin: 16px 0 15px; color: #a9a3a8; font-size: .875rem; line-height: 1.5; }
.footer-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 15px; border: 0; border-radius: 7px; background: #fff; color: #151315; font: inherit; font-size: .8rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.footer-cta:hover { background: #ede9eb; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h3 { margin: 2px 0 1px; color: #f6f3f5; font-size: .875rem; font-weight: 750; }
.footer-column a, .footer-column span { color: #aaa4a9; font-size: .75rem; line-height: 1.3; text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: #fff; }
.footer-bottom { grid-column: 1 / -1; margin: 24px 0 0; padding-top: 18px; border-top: 1px solid #272427; color: #777178; font-size: .75rem; }
.launch-dialog { width: min(420px, calc(100% - 36px)); padding: 26px; border: 1px solid #603036; border-radius: 14px; background: #171214; color: #f7f5f6; box-shadow: 0 20px 80px #000c; }
.launch-dialog::backdrop { background: #000a; }
.launch-dialog h2 { margin: 0; font-size: 1.4rem; }
.launch-dialog p { margin: 14px 0 22px; color: #c5bdc2; font-size: 1rem; line-height: 1.5; }
.dialog-close { padding: 10px 16px; border: 0; border-radius: 8px; background: #e72537; color: #fff; font: inherit; font-size: .875rem; font-weight: 750; cursor: pointer; }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes signal-pulse {
  50% { box-shadow: 0 0 0 7px rgba(237, 67, 81, .04), 0 0 19px #ed4351; }
}
.hero .announcement { animation: rise-in .65s .05s both; }
.hero h1 { animation: rise-in .7s .14s both; }
.hero-description { animation: rise-in .7s .22s both; }
.hero-actions { animation: rise-in .7s .3s both; }
.visual-section { animation: rise-in .8s .38s both; }
.announcement-dot { animation: signal-pulse 2.6s ease-in-out infinite; }
.motion-ready .lower-content > section { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.motion-ready .lower-content > section.is-visible { opacity: 1; transform: translateY(0); }
@media (hover: hover) {
  .bot-tile, .feature-card, .advantage-item, .plan-card, .testimonial-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
  .bot-tile:hover, .feature-card:hover, .advantage-item:hover, .plan-card:hover, .testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0, 0, 0, .22); }
  .bot-tile:hover, .feature-card:hover, .plan-card:hover, .testimonial-card:hover { border-color: #71323b; }
}

@media (max-width: 760px) {
  .site-header { gap: 10px; }
  .main-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { padding: 6px 8px; color: #dedee2; font-size: .82rem; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: 35px; right: 0; z-index: 10; display: grid; min-width: 235px; gap: 0; padding: 6px; border: 1px solid #343038; border-radius: 10px; background: #171719; box-shadow: 0 16px 32px #0009; }
  .mobile-nav nav a { padding: 10px 12px; border-radius: 6px; color: #dedee2; font-size: .875rem; text-decoration: none; }
  .mobile-nav nav a:hover, .mobile-nav nav a:focus-visible { background: #272326; }
  .mobile-nav-note { padding: 9px 12px; color: #a9a2a8; font-size: .8125rem; line-height: 1.3; }
  .mobile-product-heading { padding-bottom: 4px; color: #f1a0a6; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-resource-heading { padding-bottom: 4px; color: #f1a0a6; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-legal-heading { padding-bottom: 4px; color: #f1a0a6; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-login { padding: 10px 12px; border: 0; border-radius: 6px; background: #292427; color: #fff; font: inherit; font-size: .875rem; text-align: left; text-decoration: none; cursor: pointer; }
  .mobile-login:hover { background: #393035; }
  .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-events, .feature-security, .feature-small { grid-column: auto; }
  .feature-small:last-child { grid-column: span 2; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card { min-height: 510px; }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .header-login { display: none; }
  .language-label { margin-right: 0; }
  .hero { padding-top: 43px; }
  .announcement { font-size: .75rem; gap: 7px; }
  .announcement-tag { font-size: .75rem; }
  .announcement-full { display: none; }
  .announcement-short { display: inline; }
  h1 { font-size: clamp(3.05rem, 11vw, 4rem); }
  .hero-description { font-size: 1rem; }
  .visual-section { margin-top: 48px; }
  .visual-hint { display: none; }
  .lower-content { padding-top: 75px; }
  .bot-list { flex-wrap: wrap; gap: 12px; margin-top: 36px; }
  .bot-tile, .bot-tile:first-child { width: calc(50% - 6px); }
  .integration-section { margin-top: 100px; }
  .integration-section h2 { font-size: clamp(2rem, 7vw, 2.3rem); }
  .desktop-break { display: none; }
  .integration-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 12px; padding: 30px 12px; }
  .integration-step p { font-size: .75rem; }
  .features-section { margin-top: 100px; padding-top: 65px; }
  .features-section h2 { font-size: clamp(2rem, 7vw, 2.3rem); }
  .features-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
  .feature-events, .feature-security, .feature-small, .feature-small:last-child { grid-column: auto; }
  .feature-events { height: 240px; }
  .feature-security { height: auto; min-height: 264px; }
  .feature-small { height: auto; min-height: 170px; }
  .advantages-section { margin-top: 100px; }
  .advantages-section h2, .pricing-section h2 { font-size: clamp(2rem, 7vw, 2.3rem); }
  .advantages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 38px; }
  .advantage-item { min-height: 175px; padding: 22px; }
  .pricing-section { margin-top: 100px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 35px; }
  .plan-card { min-height: 0; padding: 20px; }
  .plan-head { min-height: 0; }
  .plan-features { margin-bottom: 28px; }
  .testimonials-section { margin-top: 105px; }
  .testimonials-section h2 { font-size: clamp(2rem, 7vw, 2.3rem); }
  .testimonials-preview { margin-top: 38px; }
  .testimonial-row { justify-content: flex-start; }
  .testimonial-row-shifted { transform: translateX(-70px); }
}

@media (max-width: 390px) {
  .language-label { display: none; }
  .announcement-tag { display: none; }
  .bot-tile, .bot-tile:first-child { padding-inline: 7px; gap: 8px; }
  .bot-tile h3 { font-size: .875rem; }
  .advantages-grid { grid-template-columns: 1fr; }
  .advantage-item { min-height: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .visual-frame, .hero-art, .bot-tile:hover, .feature-card:hover, .advantage-item:hover, .plan-card:hover, .testimonial-card:hover { transform: none !important; }
  .visual-hint { display: none; }
}
