.legacy-product,
.legacy-feature-shell { display: none !important; }

.discord-hero-demo {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 690px;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.discord-hero-demo::before { display: none; }
.discord-window {
  width: 100%;
  min-width: 0;
  border: 1px solid #3f4147;
  border-radius: 18px;
  overflow: hidden;
  background: #313338;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .36);
}
.discord-channel-head,
.feature-channel-head {
  min-height: 68px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, .32);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #313338;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .025);
}
.discord-channel-head > div:first-child,
.feature-channel-head > div:first-child { min-width: 0; display: flex; align-items: center; gap: 10px; }
.discord-channel-head > div:first-child > span,
.feature-channel-head > div:first-child > span { color: #949ba4; font-size: 28px; font-weight: 500; }
.discord-channel-head strong,
.feature-channel-head strong { color: #f2f3f5; font-size: 16px; }
.discord-head-actions { display: flex; align-items: center; gap: 18px; color: #b5bac1; }
.discord-head-actions svg { width: 22px; height: 22px; }
.discord-chat { min-height: 468px; padding: 34px 30px 30px; background: #313338; }
.discord-message { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: start; gap: 16px; }
.discord-bot-message { margin-top: 28px; }
.discord-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.discord-message-body { min-width: 0; }
.discord-message-body > header { min-height: 22px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.discord-message-body > header strong { color: #f2f3f5; font-size: 15px; }
.discord-message-body > header time { color: #949ba4; font-size: 11px; }
.discord-app-tag { padding: 2px 5px; border-radius: 3px; background: #5865f2; color: #fff; font-size: 9px; font-weight: 800; line-height: 1.2; }
.discord-command { margin: 4px 0 0; color: #dbdee1; font-size: 15px; line-height: 1.55; }
.discord-embed,
.feature-discord-embed {
  position: relative;
  max-width: 540px;
  margin-top: 9px;
  padding: 20px 22px 18px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-left: 4px solid var(--violet);
  border-radius: 4px;
  background: #2b2d31;
}
.discord-embed h3,
.feature-discord-embed h3 { margin: 0; display: flex; align-items: center; gap: 10px; color: #f2f3f5; font-size: 17px; }
.discord-embed h3 svg,
.feature-discord-embed h3 svg { width: 22px; height: 22px; color: var(--violet-2); }
.discord-embed dl { margin: 20px 0 0; display: grid; gap: 14px; }
.discord-embed dl div { padding: 0; border: 0; }
.discord-embed dt { color: #b5bac1; font-size: 12px; font-weight: 700; }
.discord-embed dd { margin: 4px 0 0; color: #f2f3f5; font: 13px "IBM Plex Mono", monospace; }
.discord-embed > p { margin: 18px 0 0; color: #949ba4; font-size: 11px; line-height: 1.5; }
.discord-action-toast {
  position: absolute;
  right: -24px;
  bottom: 60px;
  z-index: 3;
  min-height: 64px;
  padding: 0 20px;
  border: 1px solid #44464d;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1e1f22;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .38);
}
.discord-action-toast i { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: #42c879; color: #07120b; }
.discord-action-toast svg { width: 19px; height: 19px; stroke-width: 2.4; }
.discord-action-toast strong { font-size: 13px; }
.discord-demo-switcher { width: fit-content; margin: 14px auto 0; padding: 4px; border: 1px solid var(--line); border-radius: 9px; display: flex; gap: 3px; background: rgba(7, 10, 17, .88); }
.discord-demo-switcher button { min-height: 34px; padding: 0 12px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.discord-demo-switcher button:hover { color: var(--text); }
.discord-demo-switcher button.is-active { background: rgba(119, 103, 248, .14); color: var(--violet-2); }
.discord-hero-demo.is-changing .discord-bot-message,
.discord-hero-demo.is-changing .discord-action-toast { animation: discord-response-in .42s cubic-bezier(.16, 1, .3, 1); }
@keyframes discord-response-in { from { opacity: .15; transform: translateY(9px); } to { opacity: 1; transform: none; } }

.discord-server-demo {
  width: min(100%, 1100px);
  margin-inline: auto;
  grid-template-columns: 190px minmax(0, 1fr);
  border-color: #3f4147;
  border-radius: 13px;
  background: #313338;
  box-shadow: 0 34px 95px rgba(0, 0, 0, .3);
}
.discord-server-demo .feature-sidebar { padding: 0 9px 14px; border-right-color: rgba(0, 0, 0, .25); background: #2b2d31; }
.discord-server-demo .feature-brand { min-height: 58px; margin: 0 -9px 12px; padding: 0 12px; border-bottom-color: rgba(0, 0, 0, .3); gap: 9px; }
.discord-server-demo .feature-brand img { border-radius: 50%; }
.discord-server-demo .feature-brand strong { color: #f2f3f5; font-size: 13px; }
.discord-server-demo .feature-brand span { margin-left: auto; color: #b5bac1; }
.discord-server-demo .feature-sidebar > span { margin: 0 7px 8px; color: #aeb2ba; font: 700 9.5px "Manrope", sans-serif; letter-spacing: .04em; }
.discord-server-demo .feature-sidebar > button { min-height: 38px; padding: 0 8px; border: 0; border-radius: 4px; gap: 7px; color: #c2c5cb; font-size: 13px; font-weight: 600; }
.discord-server-demo .feature-sidebar > button b { color: #80848e; font-size: 16px; font-weight: 500; }
.discord-server-demo .feature-sidebar > button:hover { background: #35373c; color: #dbdee1; }
.discord-server-demo .feature-sidebar > button.is-active { background: #404249; color: #f2f3f5; box-shadow: none; }
.discord-server-demo .feature-sidebar > button.is-active b { color: #b5bac1; }
.discord-server-demo .feature-stage { padding: 0; background: #313338; }
.feature-channel-head p { max-width: 430px; margin: 0 0 0 9px; padding-left: 13px; border-left: 1px solid #4e5058; overflow: hidden; color: #dbdee1; font-size: 11.5px; font-weight: 700; text-decoration: underline; text-decoration-color: #8b76ff; text-decoration-thickness: 2px; text-underline-offset: 5px; text-overflow: ellipsis; white-space: nowrap; }
.feature-chat { min-height: 370px; padding: 26px 30px 30px; }
.feature-chat .discord-message { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
.feature-chat .discord-avatar { width: 42px; height: 42px; }
.feature-chat .discord-message-body > header strong { font-size: 16px; }
.feature-chat .discord-message-body > header time { font-size: 11.5px; }
.feature-chat .discord-command { font-size: 15.5px; }
.feature-chat .discord-command { display: flex; align-items: center; gap: 12px; }
.feature-chat .discord-command > span { font-family: "IBM Plex Mono", monospace; }
.feature-chat [data-copy-command] { width: 23px; height: 23px; margin-left: 1px; border: 1px solid #4e5058; border-radius: 5px; display: grid; place-items: center; background: #383a40; color: #b5bac1; cursor: pointer; opacity: 0; transform: translateY(-1px); transition: opacity .16s ease, color .16s ease, background .16s ease; }
.feature-chat .discord-message:hover [data-copy-command],
.feature-chat [data-copy-command]:focus-visible { opacity: 1; }
.feature-chat [data-copy-command]:hover { background: #4e5058; color: #f2f3f5; }
.feature-chat [data-copy-command] svg { width: 13px; height: 13px; }
.feature-discord-output { width: min(100%, 740px); margin-top: 14px; }
.feature-output-card { min-height: 198px; padding: 19px 21px; border-left: 4px solid var(--violet); border-radius: 4px; background: #2b2d31; color: #f2f3f5; box-shadow: 0 10px 28px rgba(0, 0, 0, .12); }
.feature-output-card header { display: flex; align-items: center; gap: 10px; }
.feature-output-card header > div { min-width: 0; }
.feature-output-card header strong { display: block; font-size: 16px; }
.feature-output-card header span { display: block; margin-top: 3px; color: #c2c5cb; font-size: 12.5px; line-height: 1.45; }
.feature-output-card header time { margin-left: auto; color: #dbdee1; font: 11.5px "IBM Plex Mono", monospace; }
.output-success { width: 26px; height: 26px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: #23a55a; color: #fff; font-size: 13px; font-style: normal; font-weight: 900; }
.output-metrics { margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #3f4147; border-radius: 4px; overflow: hidden; }
.output-metrics div { padding: 13px 14px; border-right: 1px solid #3f4147; }
.output-metrics div:last-child { border-right: 0; }
.output-metrics span, .voice-route span, .rule-flow small, .insight-grid span { display: block; color: #c2c5cb; font-size: 12px; font-weight: 700; letter-spacing: .015em; }
.output-metrics strong, .voice-route strong, .rule-flow strong { display: block; margin-top: 5px; font-size: 14px; }
.output-status footer { margin-top: 14px; color: #c2c5cb; font-size: 12px; line-height: 1.55; }
.voice-route { margin-top: 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.voice-route > div { padding: 13px 14px; border: 1px solid #3f4147; border-radius: 5px; background: #232428; }
.voice-route > b { color: #949ba4; font-size: 17px; }
.voice-route small { display: block; margin-top: 4px; color: #57e091; font-size: 11.5px; }
.output-roles header { justify-content: space-between; }
.output-toggle { margin-left: auto; padding: 5px 9px; border-radius: 999px; background: rgba(35, 165, 90, .16); color: #57f287; font: 11px "IBM Plex Mono", monospace; font-style: normal; }
.role-restore-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid #3f4147; border-radius: 5px; }
.role-restore-grid > div { min-width: 0; padding: 12px 13px; border-right: 1px solid #3f4147; background: #25262b; }
.role-restore-grid > div:last-child { border-right: 0; }
.role-restore-grid span { display: block; color: #b5bac1; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; }
.role-restore-grid strong { display: block; margin-top: 5px; color: #f2f3f5; font-size: 12.5px; }
.output-roles p { margin: 17px 0 0; padding-top: 13px; border-top: 1px solid #3f4147; color: #c2c5cb; font-size: 12px; line-height: 1.55; }
.output-roles p i { margin-right: 6px; color: #57f287; font-style: normal; }
.rule-flow { margin-top: 18px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 8px; }
.rule-flow > div { padding: 12px; border-radius: 4px; background: #232428; }
.rule-flow > b { align-self: center; color: #949ba4; }
.feature-output-card.output-emoji { width: 100%; min-height: 176px; display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 22px; align-items: center; }
.emoji-preview { min-height: 126px; padding: 15px; border: 1px solid #3f4147; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 46%, rgba(88, 101, 242, .16), transparent 64%), #232428; }
.emoji-preview img { width: 82px; height: 82px; display: block; filter: drop-shadow(0 8px 14px rgba(80, 61, 220, .28)); }
.emoji-details { min-width: 0; align-self: center; }
.emoji-details header { justify-content: flex-start; }
.emoji-details dl { margin: 15px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.emoji-details dl > div { min-width: 0; }
.emoji-details dl > div { padding: 10px 11px; border: 1px solid #3f4147; border-radius: 5px; background: #25262b; }
.emoji-details dt { color: #c2c5cb; font-size: 12px; }
.emoji-details dd { margin: 4px 0 0; overflow-wrap: anywhere; font: 13px "IBM Plex Mono", monospace; }
.emoji-details p { margin: 13px 0 0; color: #c2c5cb; font-size: 12px; line-height: 1.55; }
.output-insights header { justify-content: space-between; }
.insight-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.insight-grid > div { padding: 11px; border-radius: 4px; background: #232428; }
.insight-grid strong { display: block; margin-top: 6px; font-size: 17px; }
.insight-grid small { display: block; margin-top: 4px; color: #57f287; font-size: 10.5px; }
.discord-server-demo.is-changing .feature-discord-output { animation: discord-response-in .38s cubic-bezier(.16, 1, .3, 1); }

.community-section.section {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: 118px 0 120px;
  border-top: 1px solid var(--line);
}
.community-heading { max-width: 800px; }
.community-index { display: block; color: #8b76ff; font: 600 12px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.community-heading h2 { max-width: 780px; margin-top: 24px; font-size: clamp(58px, 6vw, 88px); line-height: .98; letter-spacing: -.06em; }
.community-heading > p { max-width: 610px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.community-team { margin-top: 58px; border-top: 1px solid rgba(255, 255, 255, .13); }
.community-member { min-height: 104px; padding: 20px 14px; border-bottom: 1px solid rgba(255, 255, 255, .13); display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: padding .25s ease, background .25s ease; }
.community-member:hover { padding-inline: 22px; background: linear-gradient(90deg, rgba(119, 103, 248, .07), transparent 82%); }
.community-member-main { min-width: 0; display: flex; align-items: center; gap: 18px; }
.community-member-main > img { width: 58px; height: 58px; flex: 0 0 auto; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; object-fit: cover; background: #111522; }
.community-member-copy { min-width: 0; }
.community-member-copy strong { display: block; color: var(--text); font-size: 16px; letter-spacing: -.02em; }
.community-member-copy small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.community-socials { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.community-socials a { width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #c7c9d4; background: rgba(255, 255, 255, .065); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.community-socials a:hover { color: #fff; border-color: rgba(139, 118, 255, .7); background: rgba(119, 103, 248, .15); transform: translateY(-2px); }
.community-socials a:focus-visible { outline: 2px solid #8b76ff; outline-offset: 3px; }
.community-socials svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.community-socials svg .is-filled { fill: currentColor; stroke: none; }
.community-socials img { width: 22px; height: 17px; object-fit: contain; opacity: .85; transition: opacity .2s ease; }
.community-socials a:hover img { opacity: 1; }

.faq-section.section {
  padding: 112px 0 118px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(64px, 9vw, 150px);
}
.faq-intro { position: sticky; top: 126px; }
.faq-intro h2 { max-width: 560px; font-size: clamp(48px, 4.3vw, 68px); line-height: 1.01; letter-spacing: -.055em; }
.faq-intro > p { max-width: 420px; margin: 24px 0 0; font-size: 16px; }
.faq-intro > a { width: fit-content; margin-top: 30px; display: inline-flex; align-items: center; gap: 8px; color: #9d8cff; font-size: 13px; font-weight: 700; transition: color .2s ease, gap .2s ease; }
.faq-intro > a:hover { gap: 11px; color: #c6bbff; }
.faq-list { border-top: 1px solid rgba(255, 255, 255, .13); }
.faq-list details { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.faq-list summary { min-height: 92px; padding: 25px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--text); cursor: pointer; list-style: none; font-size: clamp(18px, 1.55vw, 23px); font-weight: 700; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 22px; height: 22px; flex: 0 0 auto; color: #8874ff; transition: transform .32s cubic-bezier(.16, 1, .3, 1), color .2s ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); color: #b8aaff; }
.faq-list details p { max-width: 720px; margin: -7px 46px 0 4px; padding-bottom: 28px; color: var(--muted); font-size: 15px; line-height: 1.75; animation: faq-answer-in .35s cubic-bezier(.16, 1, .3, 1); }
.faq-list code { padding: 3px 6px; border: 1px solid rgba(136, 116, 255, .25); border-radius: 5px; background: rgba(136, 116, 255, .08); color: #c6bbff; font: 12px "IBM Plex Mono", monospace; }

@keyframes faq-answer-in {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

.final-cta.section {
  margin-bottom: 0;
  padding: 118px 0 112px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 540px);
  align-items: center;
  gap: clamp(70px, 8vw, 130px);
  background: transparent;
}
.final-cta-copy h2 { max-width: 700px; font-size: clamp(60px, 5.7vw, 86px); line-height: .98; }
.final-cta-copy > p { max-width: 650px; margin-top: 25px; font-size: 17px; }
.final-cta-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.discord-app-card { border: 1px solid #3f4147; border-radius: 14px; overflow: hidden; background: #242529; box-shadow: 0 30px 85px rgba(0, 0, 0, .27); }
.discord-app-card > div { min-height: 210px; padding: 30px; display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 25px; background: linear-gradient(145deg, #292b31, #202126); }
.discord-app-card > div > img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; }
.discord-app-card header { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.discord-app-card header strong { color: #f2f3f5; font-size: 30px; letter-spacing: -.035em; }
.discord-app-card header span { padding: 3px 6px; border-radius: 4px; background: #5865f2; color: #fff; font-size: 10px; font-weight: 800; }
.discord-app-card p { margin: 12px 0 0; color: #b5bac1; font-size: 13px; line-height: 1.55; }
.discord-app-card .app-online { display: flex; align-items: center; gap: 7px; }
.discord-app-card .app-online i { width: 11px; height: 11px; border-radius: 50%; background: #23a55a; }
.discord-app-card > a { min-height: 62px; margin: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 10px; background: #5865f2; color: #fff; font-size: 14px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.discord-app-card > a:hover { background: #4752c4; transform: translateY(-1px); }
.discord-app-card > a .discord-brand-icon { width: 24px; height: 18px; flex: 0 0 auto; object-fit: contain; }

@media (max-width: 1180px) {
  .discord-action-toast { right: 14px; }
  .feature-chat { padding-inline: 28px; }
  .final-cta.section { grid-template-columns: minmax(0, 1fr) minmax(390px, 470px); gap: 58px; }
}

@media (max-width: 960px) {
  .discord-hero-demo { max-width: 780px; }
  .discord-server-demo { grid-template-columns: 210px minmax(0, 1fr); }
  .faq-section.section { grid-template-columns: 1fr; gap: 52px; }
  .faq-intro { position: static; }
  .faq-intro h2 { max-width: 700px; }
  .final-cta.section { grid-template-columns: 1fr; }
  .final-cta-copy { max-width: 760px; }
  .discord-app-card { width: min(100%, 620px); }
}

@media (max-width: 720px) {
  .role-restore-grid { grid-template-columns: 1fr; }
  .role-restore-grid > div { border-right: 0; border-bottom: 1px solid #3f4147; }
  .role-restore-grid > div:last-child { border-bottom: 0; }
  .hero, .hero-copy, .discord-hero-demo, .discord-window { min-width: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(46px, 12vw, 52px); }
  .hero-copy > p { max-width: 100%; overflow-wrap: anywhere; }
  .discord-channel-head, .feature-channel-head { min-height: 58px; padding-inline: 17px; }
  .discord-head-actions svg:nth-child(-n+2) { display: none; }
  .discord-chat { min-height: 0; padding: 24px 18px 23px; }
  .discord-message { grid-template-columns: 38px minmax(0, 1fr); gap: 11px; }
  .discord-avatar { width: 38px; height: 38px; }
  .discord-message-body > header strong { font-size: 13px; }
  .discord-message-body > header time { font-size: 9px; }
  .discord-command { font-size: 12px; }
  .discord-embed { padding: 17px 16px; }
  .discord-embed h3 { font-size: 15px; }
  .discord-embed dl { grid-template-columns: 1fr 1fr; }
  .discord-embed dl div:last-child { grid-column: 1 / -1; }
  .discord-action-toast { position: relative; right: auto; bottom: auto; width: fit-content; max-width: calc(100% - 20px); min-height: 48px; margin: -25px 10px 0 auto; padding-inline: 13px; }
  .discord-action-toast i { width: 25px; height: 25px; }
  .discord-action-toast strong { font-size: 10px; }
  .discord-demo-switcher { margin-top: 11px; }
  .discord-demo-switcher button { padding-inline: 9px; font-size: 9px; }
  .discord-server-demo { grid-template-columns: 1fr; }
  .discord-server-demo .feature-sidebar { padding: 9px; border-right: 0; border-bottom: 1px solid rgba(0, 0, 0, .28); display: flex; gap: 6px; overflow-x: auto; }
  .discord-server-demo .feature-brand, .discord-server-demo .feature-sidebar > span { display: none; }
  .discord-server-demo .feature-sidebar > button { width: auto; min-width: max-content; flex: 0 0 auto; }
  .feature-channel-head p { display: none; }
  .feature-chat { min-height: 0; padding: 26px 16px 30px; }
  .feature-chat .discord-message { grid-template-columns: 38px minmax(0, 1fr); }
  .feature-chat .discord-avatar { width: 38px; height: 38px; }
  .feature-chat [data-copy-command] { opacity: 1; }
  .feature-output-card { min-height: 0; padding: 14px; }
  .output-metrics, .insight-grid { grid-template-columns: 1fr 1fr; }
  .output-metrics div:nth-child(2) { border-right: 0; }
  .output-metrics div:last-child { grid-column: 1 / -1; border-top: 1px solid #3f4147; }
  .rule-flow { grid-template-columns: 1fr; }
  .rule-flow > b { display: none; }
  .feature-output-card.output-emoji { grid-template-columns: 88px minmax(0, 1fr); gap: 13px; }
  .emoji-preview { min-height: 104px; padding: 10px; }
  .emoji-preview img { width: 68px; height: 68px; }
  .emoji-details dl { grid-template-columns: 1fr 1fr; }
  .emoji-details dl > div:last-child { grid-column: 1 / -1; }
  .community-section.section { padding: 88px 0 92px; }
  .community-heading h2 { margin-top: 19px; font-size: clamp(48px, 14vw, 64px); }
  .community-heading > p { font-size: 14px; }
  .community-team { margin-top: 42px; }
  .community-member { min-height: 90px; padding: 20px 10px 20px 14px; gap: 14px; }
  .community-member:hover { padding-inline: 14px 10px; }
  .community-member-main { gap: 14px; }
  .community-member-main > img { width: 50px; height: 50px; }
  .community-socials { gap: 7px; }
  .community-socials a { width: 38px; height: 38px; border-radius: 9px; }
  .faq-section.section { padding: 88px 0 92px; gap: 42px; }
  .faq-intro h2 { font-size: clamp(44px, 12vw, 57px); }
  .faq-list summary { min-height: 80px; padding: 21px 2px; font-size: 18px; }
  .faq-list details p { margin-right: 32px; padding-bottom: 24px; }
  .final-cta.section { padding: 88px 0 82px; gap: 45px; align-items: stretch; }
  .final-cta-copy h2 { font-size: clamp(50px, 14vw, 68px); }
  .final-cta-actions { flex-direction: column; }
  .final-cta-actions .button { width: 100%; }
  .discord-app-card > div { min-height: 190px; padding: 24px; grid-template-columns: 72px 1fr; gap: 18px; }
  .discord-app-card > div > img { width: 72px; height: 72px; }
  .discord-app-card header strong { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .discord-hero-demo.is-changing .discord-bot-message,
  .discord-hero-demo.is-changing .discord-action-toast,
  .discord-server-demo.is-changing .feature-discord-output,
  .faq-list details p { animation: none; }
}
