.home-modern {
    --home-orange: hsl(var(--primary));
    --home-orange-light: hsl(var(--primary));
    --home-panel: rgba(24, 26, 35, 0.78);
    --home-border: rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    padding-bottom: 5rem;
  }

  .home-hero {
    position: relative;
    min-height: calc(100vh - 5rem);
    display: flex;
    align-items: center;
    padding: 5rem 0 4rem;
    overflow: hidden;
  }

  .home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(23, 23, 31, 0.98) 0%, rgba(23, 23, 31, 0.82) 40%, rgba(23, 23, 31, 0.32) 74%, rgba(23, 23, 31, 0.8) 100%),
      radial-gradient(circle at 72% 45%, rgba(255, 76, 32, 0.14), transparent 34%);
    pointer-events: none;
  }

  .home-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -30%;
    width: 70%;
    height: 80%;
    border-radius: 50%;
    background: rgba(255, 76, 32, 0.08);
    filter: blur(140px);
    pointer-events: none;
  }

  .home-hero-orb {
    position: absolute;
    border: 1px solid rgba(255, 76, 32, 0.13);
    border-radius: 50%;
    pointer-events: none;
  }

  .home-hero-orb-one {
    width: 34rem;
    height: 34rem;
    right: 7%;
    top: 8%;
  }

  .home-hero-orb-two {
    width: 25rem;
    height: 25rem;
    right: 11.5%;
    top: 17%;
  }

  .home-hero-doodle {
    position: absolute;
    z-index: 1;
    color: hsl(var(--primary) / 0.38);
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    line-height: 1;
    text-shadow: 0 0 24px hsl(var(--primary) / 0.2);
    pointer-events: none;
    user-select: none;
  }

  .home-hero-doodle-one {
    top: 18%;
    left: 4%;
    font-size: 1.65rem;
    transform: rotate(12deg);
  }

  .home-hero-doodle-two {
    right: 3.5%;
    bottom: 18%;
    font-size: 3.5rem;
    transform: rotate(-18deg);
  }

  .home-hero-doodle-three {
    right: 47%;
    bottom: 10%;
    font-size: 1.5rem;
    transform: rotate(18deg);
  }

  .home-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    align-items: center;
    gap: 3rem;
  }

  .home-hero-copy {
    max-width: 720px;
  }

  .home-eyebrow,
  .home-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: hsl(var(--primary));
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
  }

  .home-eyebrow {
    position: relative;
    gap: 0.55rem;
    padding: 0.58rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    color: #fff;
    background:
      linear-gradient(90deg, hsl(var(--primary) / 0.07), transparent 48%),
      rgba(24, 25, 33, 0.78);
    box-shadow:
      0 12px 34px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
  }

  .home-eyebrow::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: -1px;
    left: 1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsl(var(--primary) / 0.58), transparent);
  }

  .home-eyebrow-brand {
    color: #f4f4f6;
    font-weight: 850;
    letter-spacing: 0.15em;
  }

  .home-eyebrow-label {
    position: relative;
    padding-left: 0.6rem;
    color: #8d909b;
    font-weight: 750;
    letter-spacing: 0.12em;
  }

  .home-eyebrow-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: hsl(var(--primary));
    box-shadow: 0 0 8px hsl(var(--primary) / 0.62);
    transform: translateY(-50%);
  }

  .home-eyebrow-emoji,
  .home-kicker-emoji {
    display: inline-grid;
    place-items: center;
    filter: saturate(0.75);
  }

  .home-eyebrow-emoji {
    color: hsl(var(--primary));
    font-size: 0.82rem;
    filter: grayscale(0.25) saturate(0.8);
  }

  .home-kicker-emoji {
    width: 1.45rem;
    height: 1.45rem;
    margin-right: 0.18rem;
    border: 1px solid hsl(var(--primary) / 0.2);
    border-radius: 0.42rem;
    background: hsl(var(--primary) / 0.07);
    font-size: 0.72rem;
    box-shadow: 0 0 16px hsl(var(--primary) / 0.06);
  }

  .home-live-dot {
    width: 0.48rem;
    height: 0.48rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #38e69d;
    box-shadow: 0 0 0 5px rgba(56, 230, 157, 0.1), 0 0 18px rgba(56, 230, 157, 0.55);
  }

  .home-hero h1 {
    max-width: 700px;
    margin-top: 1.4rem;
    font-family: "Kanit", "Geist", sans-serif;
    font-size: clamp(2.85rem, 5.2vw, 5.6rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.055em;
    text-wrap: balance;
  }

  .home-typing-character {
    position: relative;
    opacity: 0;
    transition: opacity 0.08s ease;
  }

  .home-typing-character.is-visible {
    opacity: 1;
  }

  .home-typing-character.is-current::after {
    content: "";
    position: absolute;
    right: -0.08em;
    bottom: 0.08em;
    width: 0.065em;
    height: 0.78em;
    border-radius: 999px;
    background: var(--home-orange);
    box-shadow: 0 0 18px rgba(255, 76, 32, 0.55);
    animation: home-typing-caret 0.72s steps(1) infinite;
  }

  @keyframes home-typing-caret {
    0%,
    48% {
      opacity: 1;
    }

    49%,
    100% {
      opacity: 0;
    }
  }

  .home-accent {
    color: var(--home-orange);
    text-shadow: 0 0 45px rgba(255, 76, 32, 0.32);
  }

  .home-hero-copy > p {
    max-width: 620px;
    margin-top: 1.5rem;
    color: #a9abb5;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.75;
  }

  .home-hero-actions,
  .home-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
  }

  .home-button {
    min-height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    font-size: 0.92rem;
    font-weight: 750;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .home-button svg {
    width: 1.1rem;
    height: 1.1rem;
  }

  .home-button:hover {
    transform: translateY(-2px);
  }

  .home-button-primary {
    color: white;
    background: linear-gradient(135deg, var(--home-orange-light), var(--home-orange));
    box-shadow: 0 12px 34px rgba(255, 76, 32, 0.24);
  }

  .home-button-primary:hover {
    box-shadow: 0 16px 44px rgba(255, 76, 32, 0.34);
  }

  .home-button-secondary {
    color: #f4f4f5;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(12px);
  }

  .home-button-secondary:hover {
    border-color: rgba(255, 76, 32, 0.35);
    background: rgba(255, 76, 32, 0.08);
  }

  .home-proof {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2.5rem;
  }

  .home-proof-item {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
  }

  .home-proof-item strong {
    font-size: 0.84rem;
  }

  .home-proof-item span {
    color: #787b86;
    font-size: 0.72rem;
  }

  .home-proof-divider {
    width: 1px;
    height: 2.1rem;
    background: rgba(255, 255, 255, 0.09);
  }

  .home-reviews {
    margin-top: clamp(4rem, 7vw, 7rem);
    scroll-margin-top: 7rem;
  }

  .home-reviews-shell {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.35rem, 3vw, 2.4rem);
    border: 1px solid rgba(255, 76, 32, 0.22);
    border-radius: 1.35rem;
    background:
      linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
      linear-gradient(135deg, rgba(255, 76, 32, 0.07), transparent 34%),
      rgba(19, 19, 27, 0.86);
    background-size: 72px 72px, 72px 72px, auto, auto;
    box-shadow:
      0 28px 75px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(16px);
  }

  .home-reviews-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(20px);
  }

  .home-reviews-orb-one {
    width: 24rem;
    height: 24rem;
    top: -15rem;
    right: -8rem;
    border: 1px solid rgba(255, 76, 32, 0.16);
    box-shadow: 0 0 0 5rem rgba(255, 76, 32, 0.018);
  }

  .home-reviews-orb-two {
    width: 18rem;
    height: 18rem;
    bottom: -13rem;
    left: 12%;
    background: rgba(255, 76, 32, 0.06);
  }

  .home-reviews-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }

  .home-reviews-heading h2 {
    margin-top: 0.55rem;
    color: #f6f6f7;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .home-reviews-heading p {
    max-width: 42rem;
    margin-top: 0.7rem;
    color: #858791;
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .home-reviews-discord {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(88, 101, 242, 0.28);
    border-radius: 0.8rem;
    background: rgba(88, 101, 242, 0.07);
  }

  .home-reviews-discord > span {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 0.65rem;
    color: #9da6ff;
    background: rgba(88, 101, 242, 0.14);
  }

  .home-reviews-discord svg {
    width: 1.1rem;
    height: 1.1rem;
  }

  .home-reviews-discord div {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
  }

  .home-reviews-discord small {
    color: #7379b4;
    font-size: 0.5rem;
    font-weight: 850;
    letter-spacing: 0.12em;
  }

  .home-reviews-discord strong {
    color: #dfe2ff;
    font-size: 0.72rem;
  }

  .home-reviews-list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
  }

  .home-review-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 0.9rem;
    background:
      linear-gradient(145deg, rgba(255, 76, 32, 0.035), transparent 36%),
      rgba(12, 13, 19, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition:
      transform 0.25s ease,
      border-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .home-review-card:not(.is-loading):hover {
    border-color: rgba(255, 76, 32, 0.32);
    box-shadow:
      0 18px 35px rgba(0, 0, 0, 0.25),
      0 0 22px rgba(255, 76, 32, 0.07);
    transform: translateY(-4px);
  }

  .home-review-header {
    display: flex;
    align-items: center;
    gap: 0.68rem;
  }

  .home-review-avatar {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 76, 32, 0.32);
    border-radius: 50%;
    background: rgba(255, 76, 32, 0.08);
    box-shadow: 0 0 16px rgba(255, 76, 32, 0.08);
  }

  .home-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-review-avatar span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #ff6842;
    font-size: 0.82rem;
    font-weight: 900;
  }

  .home-review-author {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.15rem;
  }

  .home-review-author strong {
    overflow: hidden;
    color: #f1f1f3;
    font-size: 0.76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-review-author span {
    color: #6f727c;
    font-size: 0.58rem;
  }

  .home-review-source {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    flex: 0 0 auto;
    padding: 0.28rem 0.4rem;
    border: 1px solid rgba(88, 101, 242, 0.22);
    border-radius: 0.38rem;
    color: #9da6ff;
    background: rgba(88, 101, 242, 0.07);
    font-size: 0.49rem;
    font-weight: 850;
    letter-spacing: 0.07em;
  }

  .home-review-source svg {
    width: 0.65rem;
    height: 0.65rem;
  }

  .home-review-rating {
    display: flex;
    align-items: center;
    gap: 0.16rem;
    margin-top: 0.85rem;
    color: #ffca45;
  }

  .home-review-rating svg {
    width: 0.82rem;
    height: 0.82rem;
    fill: currentColor;
    stroke: none;
    filter: drop-shadow(0 0 5px rgba(255, 202, 69, 0.22));
  }

  .home-review-verified {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    align-self: flex-start;
    margin-top: 0.85rem;
    color: #5ee2a7;
    font-size: 0.55rem;
    font-weight: 800;
  }

  .home-review-verified svg {
    width: 0.75rem;
    height: 0.75rem;
  }

  .home-review-content {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.72rem;
    color: #b7b9c1;
    font-size: 0.75rem;
    line-height: 1.65;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .home-review-image {
    width: 100%;
    max-height: 11rem;
    margin-top: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 0.65rem;
    object-fit: cover;
  }

  .home-review-link {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 0.9rem;
    color: #777a84;
    font-size: 0.56rem;
    font-weight: 750;
    transition: color 0.2s ease;
  }

  .home-review-link:hover {
    color: #ff6842;
  }

  .home-review-link svg {
    width: 0.7rem;
    height: 0.7rem;
  }

  .home-review-card.is-loading {
    min-height: 12rem;
    flex-direction: row;
    gap: 0.75rem;
  }

  .home-reviews-more {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 1.15rem;
  }

  .home-reviews-more.hidden {
    display: none;
  }

  .home-reviews-more-button {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.75rem;
    color: #e8e8eb;
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.7rem;
    font-weight: 750;
    transition:
      border-color 0.2s ease,
      background 0.2s ease,
      transform 0.2s ease;
  }

  .home-reviews-more-button:hover {
    border-color: hsl(var(--primary) / 0.32);
    background: hsl(var(--primary) / 0.07);
    transform: translateY(-1px);
  }

  .home-reviews-more-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px hsl(var(--primary) / 0.14);
  }

  .home-reviews-more-button svg {
    width: 0.95rem;
    height: 0.95rem;
  }

  .home-reviews-more-button [data-reviews-more-icon] {
    transition: transform 0.25s ease;
  }

  .home-reviews-more-button[aria-expanded="true"] [data-reviews-more-icon] {
    transform: rotate(180deg);
  }

  .home-review-skeleton {
    display: block;
    border-radius: 0.45rem;
    background:
      linear-gradient(100deg, rgba(255, 255, 255, 0.035) 20%, rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.035) 58%);
    background-size: 220% 100%;
    animation: home-review-shimmer 1.6s linear infinite;
  }

  .home-review-skeleton-avatar {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    border-radius: 50%;
  }

  .home-review-skeleton-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.6rem;
  }

  .home-review-skeleton-name {
    width: 42%;
    height: 0.75rem;
  }

  .home-review-skeleton-line {
    width: 100%;
    height: 0.62rem;
  }

  .home-review-skeleton-line.is-short {
    width: 72%;
  }

  .home-reviews-state {
    position: relative;
    z-index: 2;
    min-height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.5rem;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
    color: #747781;
    text-align: center;
  }

  .home-reviews-state.hidden {
    display: none;
  }

  .home-reviews-state > span {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    margin-bottom: 0.65rem;
    border: 1px solid rgba(255, 76, 32, 0.2);
    border-radius: 0.75rem;
    color: #ff6842;
    background: rgba(255, 76, 32, 0.07);
  }

  .home-reviews-state svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .home-reviews-state strong {
    color: #dedee2;
    font-size: 0.82rem;
  }

  .home-reviews-state p {
    max-width: 28rem;
    margin-top: 0.35rem;
    font-size: 0.68rem;
  }

  @keyframes home-review-shimmer {
    to {
      background-position-x: -220%;
    }
  }

  .home-social-follow {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.35rem;
  }

  .home-social-follow-label {
    color: #777a85;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .home-social-follow-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .home-social-follow-link {
    min-height: 2.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.65rem;
    color: #b9bbc3;
    background: rgba(255, 255, 255, 0.035);
    transition:
      color 0.2s ease,
      border-color 0.2s ease,
      background 0.2s ease,
      transform 0.2s ease;
  }

  .home-social-follow-link:hover {
    color: #fff;
    border-color: rgba(255, 76, 32, 0.5);
    background: rgba(255, 76, 32, 0.1);
    transform: translateY(-2px);
  }

  .home-social-brand-icon {
    width: 0.95rem;
    height: 0.95rem;
    color: #ff4c20;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .home-social-youtube .home-social-brand-icon,
  .home-social-discord .home-social-brand-icon {
    fill: currentColor;
    stroke: none;
  }

  .home-social-brand-fill {
    fill: currentColor;
    stroke: none;
  }

  .home-social-follow-link strong {
    font-size: 0.68rem;
    font-weight: 750;
  }

  .home-hero-visual {
    position: relative;
    height: min(680px, 72vh);
    min-height: 530px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 2rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 40%),
      rgba(15, 16, 23, 0.48);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
    overflow: hidden;
  }

  .home-visual-grid {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image:
      linear-gradient(rgba(255, 76, 32, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 76, 32, 0.08) 1px, transparent 1px);
    background-size: 52px 52px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 86%);
    mask-image: linear-gradient(to bottom, black, transparent 86%);
  }

  .home-visual-glow {
    position: absolute;
    inset: auto 10% 6%;
    height: 50%;
    border-radius: 50%;
    background: rgba(255, 76, 32, 0.22);
    filter: blur(80px);
  }

  .home-quality-seal {
    position: absolute;
    z-index: 4;
    top: 1.25rem;
    right: 1.25rem;
    width: 6.4rem;
    height: 6.4rem;
    display: grid;
    place-items: center;
    border: 1px solid hsl(var(--primary) / 0.52);
    border-radius: 50%;
    color: #fff;
    background:
      radial-gradient(circle, rgba(29, 19, 20, 0.96) 0 52%, transparent 53%),
      hsl(var(--primary) / 0.08);
    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.38),
      0 0 24px hsl(var(--primary) / 0.2),
      inset 0 0 0 4px rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(12px);
  }

  .home-quality-seal::before,
  .home-quality-seal::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

  .home-quality-seal::before {
    inset: 0.42rem;
    border: 1px dashed hsl(var(--primary) / 0.55);
  }

  .home-quality-seal::after {
    inset: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .home-quality-seal-ring {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    left: 0.65rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.05rem;
    padding-top: 0.35rem;
    color: hsl(var(--primary));
    font-size: 0.42rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .home-quality-seal-ring span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .home-quality-seal-core {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
  }

  .home-quality-seal-core svg {
    width: 1.15rem;
    height: 1.15rem;
    margin-bottom: 0.2rem;
    color: hsl(var(--primary));
    filter: drop-shadow(0 0 8px hsl(var(--primary) / 0.45));
  }

  .home-quality-seal-core strong {
    font-family: "Kanit", "Geist", sans-serif;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .home-quality-seal-core small {
    margin-top: 0.08rem;
    color: #a5a7b0;
    font-size: 0.45rem;
    font-weight: 800;
    letter-spacing: 0.14em;
  }

  .home-character-slider {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, black 68%, transparent 98%);
    mask-image: linear-gradient(to bottom, black 68%, transparent 98%);
  }

  .home-character-track {
    display: flex;
    width: 100%;
    height: 100%;
    will-change: transform;
  }

  .home-character-track img {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    padding: 1rem 0 0;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.58));
  }

  .home-character-controls {
    position: absolute;
    z-index: 20 !important;
    inset: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent;
    pointer-events: none;
  }

  .home-character-control {
    position: absolute;
    top: 50%;
    width: 2.3rem;
    height: 3.5rem;
    display: grid !important;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    color: #fff;
    visibility: visible !important;
    opacity: 0.28;
    background: rgba(10, 11, 16, 0.55);
    box-shadow:
      0 8px 20px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    pointer-events: auto;
    transform: translateY(-50%);
    transition:
      opacity 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      background 0.2s ease,
      transform 0.2s ease;
  }

  .home-character-previous {
    left: 0.65rem;
  }

  .home-character-next {
    right: 0.65rem;
  }

  .home-character-control:hover {
    border-color: hsl(var(--primary) / 0.42);
    color: #fff;
    opacity: 0.72;
    background: hsl(var(--primary) / 0.28);
    transform: translateY(-50%) scale(1.04);
  }

  .home-character-control:active {
    opacity: 0.9;
    transform: translateY(-50%) scale(0.94);
  }

  .home-character-control:focus-visible {
    outline: 2px solid hsl(var(--primary));
    outline-offset: 3px;
  }

  .home-character-control:disabled {
    cursor: wait;
    opacity: 0.55 !important;
  }

  .home-character-control svg {
    width: 1rem;
    height: 1rem;
  }

  .home-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: max-content;
    min-width: 205px;
    max-width: calc(100% - 2rem);
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
    background: rgba(20, 22, 30, 0.78);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(14px);
  }

  .home-floating-card-top {
    top: 16%;
    left: 1rem;
  }

  .home-floating-card-bottom {
    right: 1rem;
    bottom: 20%;
  }

  .home-floating-icon {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 0.7rem;
    color: #43dfa0;
    background: rgba(67, 223, 160, 0.11);
  }

  .home-floating-icon-orange {
    color: hsl(var(--primary));
    background: rgba(255, 76, 32, 0.12);
  }

  .home-floating-icon svg {
    width: 1.2rem;
  }

  .home-floating-card strong,
  .home-floating-card small {
    display: block;
  }

  .home-floating-card > span:last-child {
    min-width: 0;
  }

  .home-floating-card strong {
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .home-floating-card small {
    margin-top: 0.1rem;
    color: #858895;
    font-size: 0.66rem;
    white-space: nowrap;
  }

  .home-visual-status {
    position: absolute;
    z-index: 3;
    right: 1.25rem;
    bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #7f828d;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }

  .home-visual-status span {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #38e69d;
    box-shadow: 0 0 12px rgba(56, 230, 157, 0.7);
  }

  .home-scroll-hint {
    position: absolute;
    z-index: 3;
    bottom: 1.6rem;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #666975;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    transform: translateX(-50%);
  }

  .home-scroll-hint svg {
    width: 0.9rem;
    animation: home-bounce 1.8s ease-in-out infinite;
  }

  @keyframes home-bounce {
    50% { transform: translateY(5px); }
  }

  .home-benefits {
    position: relative;
    z-index: 4;
    margin-top: clamp(2.5rem, 4vw, 4.5rem);
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
    background: rgba(17, 18, 25, 0.72);
    backdrop-filter: blur(16px);
  }

  .home-benefits-grid {
    width: min(calc(100% - 2rem), 1760px);
    max-width: 1760px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-right: auto;
    margin-left: auto;
  }

  .home-benefits article {
    display: flex;
    gap: 0.9rem;
    padding: 1.6rem 1.4rem;
    border-right: 1px solid var(--home-border);
  }

  .home-benefits article:last-child {
    border-right: 0;
  }

  .home-benefits article > span {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 76, 32, 0.2);
    border-radius: 0.75rem;
    color: hsl(var(--primary));
    background: rgba(255, 76, 32, 0.08);
  }

  .home-benefits svg {
    width: 1.15rem;
  }

  .home-benefits strong {
    font-size: 0.85rem;
  }

  .home-benefits p {
    margin-top: 0.28rem;
    color: #747783;
    font-size: 0.7rem;
    line-height: 1.5;
  }

  .home-game-cloud {
    position: relative;
    z-index: 3;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    background:
      linear-gradient(90deg, rgba(255, 76, 32, 0.025), transparent 30%, transparent 70%, rgba(255, 76, 32, 0.025));
  }

  .home-game-cloud-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .home-game-cloud-heading > span {
    color: #777a85;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.17em;
  }

  .home-game-cloud-heading p {
    color: #5f626d;
    font-size: 0.72rem;
  }

  .home-game-strip {
    display: flex;
    gap: 0.65rem;
    padding-bottom: 0.4rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .home-game-chip {
    min-width: 190px;
    display: flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 0.75rem;
    color: #a4a6af;
    background: rgba(255, 255, 255, 0.025);
    scroll-snap-align: start;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  .home-game-chip:hover {
    color: #fff;
    border-color: rgba(255, 76, 32, 0.34);
    background: rgba(255, 76, 32, 0.06);
    transform: translateY(-2px);
  }

  .home-game-chip > span {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 auto;
    border-radius: 0.58rem;
    background: #111219;
    overflow: hidden;
  }

  .home-game-chip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-game-chip strong {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-game-chip svg {
    width: 0.9rem;
    flex: 0 0 auto;
    color: #5e616b;
  }

  .home-banner-section {
    margin-top: 5rem;
  }

  .home-banner-frame {
    position: relative;
    padding: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  }

  .home-banner-frame::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(100deg, rgba(255, 76, 32, 0.45), transparent 25%, transparent 75%, rgba(255, 76, 32, 0.22));
    opacity: 0.45;
  }

  .home-banner-frame img {
    width: 100%;
    max-height: 440px;
    border-radius: 1rem;
    object-fit: cover;
  }

  .home-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 6rem);
    padding-top: 7rem;
  }

  .home-editorial-visual {
    position: relative;
    min-height: 510px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.4rem;
    background:
      radial-gradient(circle at 72% 20%, rgba(255, 76, 32, 0.14), transparent 30%),
      linear-gradient(145deg, rgba(30, 32, 42, 0.95), rgba(15, 17, 24, 0.98));
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.42);
    overflow: hidden;
  }

  .home-editorial-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image:
      linear-gradient(rgba(255, 76, 32, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 76, 32, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 78%);
    mask-image: radial-gradient(circle at center, black, transparent 78%);
  }

  .home-interface-topbar {
    position: relative;
    z-index: 1;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 0.8rem 0.8rem 0 0;
    color: #757884;
    background: rgba(12, 13, 19, 0.72);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.13em;
  }

  .home-interface-brand,
  .home-interface-online {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .home-interface-brand > span,
  .home-interface-online::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
  }

  .home-interface-brand > span {
    background: hsl(var(--primary));
    box-shadow: 0 0 14px rgba(255, 76, 32, 0.72);
  }

  .home-interface-online {
    color: #54dca6;
  }

  .home-interface-online::before {
    background: #54dca6;
    box-shadow: 0 0 12px rgba(84, 220, 166, 0.62);
  }

  .home-interface-content {
    position: relative;
    z-index: 1;
    min-height: 420px;
    display: grid;
    grid-template-columns: 4.25rem 1fr;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-top: 0;
    border-radius: 0 0 0.8rem 0.8rem;
    background: rgba(14, 15, 22, 0.68);
    overflow: hidden;
  }

  .home-interface-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 0.65rem;
    border-right: 1px solid rgba(255, 255, 255, 0.055);
    background: rgba(255, 255, 255, 0.018);
  }

  .home-interface-sidebar > span {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 0.65rem;
    color: #555965;
  }

  .home-interface-sidebar > span.active {
    color: hsl(var(--primary));
    border-color: rgba(255, 76, 32, 0.22);
    background: rgba(255, 76, 32, 0.08);
  }

  .home-interface-sidebar svg {
    width: 1rem;
  }

  .home-interface-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 1.4rem;
  }

  .home-interface-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .home-interface-title span {
    color: #676a75;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.13em;
  }

  .home-interface-title strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1rem;
  }

  .home-interface-title .home-interface-pill {
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(84, 220, 166, 0.22);
    border-radius: 999px;
    color: #76e7bb;
    background: rgba(84, 220, 166, 0.06);
  }

  .home-interface-chart {
    height: 230px;
    display: flex;
    align-items: flex-end;
    gap: clamp(0.5rem, 1.4vw, 0.9rem);
    margin-top: 1.6rem;
    padding: 1rem 1rem 0;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 0.8rem;
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 100% 25%;
  }

  .home-interface-chart > span {
    height: var(--bar);
    flex: 1;
    border-radius: 0.35rem 0.35rem 0 0;
    background: linear-gradient(to top, hsl(var(--primary) / 0.26), hsl(var(--primary)));
    box-shadow: 0 0 20px rgba(255, 76, 32, 0.12);
  }

  .home-interface-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 1rem;
  }

  .home-interface-grid > div {
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.022);
  }

  .home-interface-grid span,
  .home-interface-grid strong {
    display: block;
  }

  .home-interface-grid span {
    color: #5f626d;
    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.11em;
  }

  .home-interface-grid strong {
    margin-top: 0.25rem;
    color: #babcc4;
    font-size: 0.7rem;
  }

  .home-editorial-copy h2 {
    margin-top: 0.65rem;
    font-family: "Kanit", "Geist", sans-serif;
    font-size: clamp(2.3rem, 4.4vw, 4.1rem);
    font-weight: 650;
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .home-editorial-copy > p {
    margin-top: 1.25rem;
    color: #898c97;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .home-editorial-list {
    display: flex;
    flex-direction: column;
    margin-top: 1.7rem;
  }

  .home-editorial-list article {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    gap: 0.9rem;
    padding: 1.05rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  }

  .home-editorial-list article:last-child {
    border-bottom: 0;
  }

  .home-editorial-list article > span {
    width: 2.15rem;
    height: 2.15rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 76, 32, 0.2);
    border-radius: 0.6rem;
    color: hsl(var(--primary));
    background: rgba(255, 76, 32, 0.065);
    font-size: 0.62rem;
    font-weight: 800;
  }

  .home-editorial-list strong {
    font-size: 0.88rem;
  }

  .home-editorial-list p {
    margin-top: 0.3rem;
    color: #71747f;
    font-size: 0.72rem;
    line-height: 1.55;
  }

  .home-section {
    padding-top: 7rem;
  }

  .home-section-heading,
  .home-store-heading,
  .home-package-group-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }

  .home-section-heading h2,
  .home-store-heading h2,
  .home-support-copy h2 {
    margin-top: 0.55rem;
    font-family: "Kanit", "Geist", sans-serif;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .home-section-heading p,
  .home-store-heading p,
  .home-support-copy p {
    max-width: 620px;
    margin-top: 0.85rem;
    color: #858895;
    line-height: 1.65;
  }

  .home-text-link,
  .home-package-group-heading a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    color: #a6a8b1;
    font-size: 0.78rem;
    font-weight: 700;
    transition: color 0.2s ease;
  }

  .home-text-link:hover,
  .home-package-group-heading a:hover {
    color: hsl(var(--primary));
  }

  .home-text-link svg,
  .home-package-group-heading svg {
    width: 1rem;
  }

  .home-category-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.2rem;
  }

  .home-category-card {
    position: relative;
    grid-column: span 3;
    min-height: 340px;
    border: 1px solid var(--home-border);
    border-radius: 1.15rem;
    background: #15161d;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  }

  .home-category-card:nth-child(1),
  .home-category-card:nth-child(6n) {
    grid-column: span 6;
  }

  .home-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 76, 32, 0.48);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44), 0 0 38px rgba(255, 76, 32, 0.12);
  }

  .home-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
  }

  .home-category-card:hover img {
    transform: scale(1.055);
    filter: saturate(1.12);
  }

  .home-category-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to top, rgba(11, 12, 17, 0.98), rgba(11, 12, 17, 0.12) 70%),
      linear-gradient(120deg, rgba(255, 76, 32, 0.09), transparent 48%);
  }

  .home-category-content {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    left: 1.1rem;
  }

  .home-category-content span {
    color: hsl(var(--primary));
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .home-category-content strong {
    display: block;
    max-width: calc(100% - 2.5rem);
    margin-top: 0.2rem;
    font-size: 1.15rem;
  }

  .home-category-content svg {
    position: absolute;
    right: 0;
    bottom: 0.05rem;
    width: 1.3rem;
    color: #777a85;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .home-category-card:hover .home-category-content svg {
    color: hsl(var(--primary));
    transform: translate(2px, -2px);
  }

  .home-store {
    width: min(calc(100% - 2rem), 1760px);
    max-width: 1760px;
    padding-top: 7rem;
    padding-right: 0;
    padding-left: 0;
  }

  .home-store-shell {
    position: relative;
    padding: clamp(1.2rem, 2.2vw, 2.15rem);
    border: 1px solid var(--home-border);
    border-radius: 1.5rem;
    background:
      radial-gradient(circle at 85% 0%, rgba(255, 76, 32, 0.09), transparent 24%),
      linear-gradient(180deg, rgba(27, 29, 38, 0.86), rgba(18, 20, 28, 0.78));
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(18px);
  }

  .home-store-shell::before {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    left: 2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 76, 32, 0.52), transparent);
  }

  .home-shell-doodle {
    position: absolute;
    z-index: 0;
    color: hsl(var(--primary) / 0.16);
    font-family: "Kanit", sans-serif;
    line-height: 1;
    pointer-events: none;
    user-select: none;
  }

  .home-shell-doodle-one {
    top: 1.25rem;
    right: 2rem;
    font-size: 2rem;
  }

  .home-shell-doodle-two {
    right: 4rem;
    bottom: 0.5rem;
    font-size: 5rem;
    transform: rotate(-12deg);
  }

  .home-store-heading,
  .home-package-groups {
    position: relative;
    z-index: 1;
  }

  .home-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex: 0 0 auto;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    color: #9b9da7;
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.72rem;
    font-weight: 700;
  }

  .home-category-selector {
    position: relative;
    margin-top: 1.5rem;
  }

  .home-package-groups {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 3rem;
  }

  .home-package-group {
    scroll-margin-top: 7rem;
  }

  .home-package-group-heading {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .home-package-group-heading span {
    color: #696c77;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.17em;
  }

  .home-package-group-heading h3 {
    margin-top: 0.2rem;
    font-family: "Kanit", "Geist", sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
  }

  .home-package-group .package-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.15vw, 1.25rem);
    margin-top: 1.6rem;
  }

  .gg-home-product-card {
    min-width: 0;
    display: block;
    color: #f4f4f5;
    border-radius: 1rem;
  }

  .gg-home-product-image {
    position: relative;
    aspect-ratio: 4 / 5;
    border: 1px solid hsl(var(--primary) / 0.7);
    border-radius: 1rem;
    background: #111219;
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.36),
      0 0 16px hsl(var(--primary) / 0.17),
      inset 0 0 0 1px rgba(255, 255, 255, 0.035);
    overflow: hidden;
    transition:
      transform 0.35s cubic-bezier(0.2, 0.75, 0.3, 1),
      border-color 0.35s ease,
      box-shadow 0.35s ease;
  }

  .gg-home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.035);
    transition:
      transform 0.65s cubic-bezier(0.2, 0.75, 0.3, 1),
      filter 0.65s ease;
  }

  .gg-home-product-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to top, rgba(8, 9, 14, 0.98) 0%, rgba(8, 9, 14, 0.48) 29%, transparent 58%),
      linear-gradient(125deg, hsl(var(--primary) / 0.09), transparent 48%);
    opacity: 0.82;
    transition: opacity 0.35s ease;
  }

  .gg-home-product-topline {
    position: absolute;
    z-index: 2;
    top: 0.7rem;
    right: 0.7rem;
    left: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  }

  .gg-home-quality-trigger {
    position: relative;
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    place-items: center;
    border: 1px solid hsl(var(--primary) / 0.55);
    border-radius: 50%;
    background: rgba(12, 13, 18, 0.88);
    box-shadow: 0 0 16px hsl(var(--primary) / 0.2);
    cursor: help;
    backdrop-filter: blur(8px);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .gg-home-quality-trigger:hover {
    border-color: hsl(var(--primary));
    background: hsl(var(--primary) / 0.12);
    box-shadow: 0 0 22px hsl(var(--primary) / 0.38);
    transform: translateY(-1px);
  }

  .gg-home-quality-trigger svg {
    width: 1.1rem;
    height: 1.1rem;
    color: hsl(var(--primary));
    filter: drop-shadow(0 0 8px hsl(var(--primary) / 0.45));
  }

  .gg-home-quality-tooltip {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: 6.2rem;
    height: 6.2rem;
    display: grid;
    place-items: center;
    padding: 0.35rem;
    border: 1px solid hsl(var(--primary) / 0.34);
    border-radius: 0.85rem;
    color: #f6f6f7;
    background: rgba(13, 14, 20, 0.96);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42), 0 0 16px hsl(var(--primary) / 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px) scale(0.92);
    transform-origin: top right;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .gg-home-quality-tooltip::before {
    content: "";
    position: absolute;
    top: -0.28rem;
    right: 0.55rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid hsl(var(--primary) / 0.34);
    border-left: 1px solid hsl(var(--primary) / 0.34);
    background: rgba(13, 14, 20, 0.96);
    transform: rotate(45deg);
  }

  .gg-home-quality-seal {
    position: relative;
    width: 5.1rem;
    height: 5.1rem;
    display: grid;
    place-items: center;
    border: 1px solid hsl(var(--primary) / 0.58);
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(29, 19, 20, 0.98) 0 52%, transparent 53%),
      hsl(var(--primary) / 0.09);
    box-shadow: 0 0 20px hsl(var(--primary) / 0.2), inset 0 0 0 3px rgba(255, 255, 255, 0.025);
  }

  .gg-home-quality-seal::before,
  .gg-home-quality-seal::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }

  .gg-home-quality-seal::before {
    inset: 0.34rem;
    border: 1px dashed hsl(var(--primary) / 0.58);
  }

  .gg-home-quality-seal::after {
    inset: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .gg-home-quality-seal-ring {
    position: absolute;
    inset: 0;
    padding-top: 0.26rem;
    color: hsl(var(--primary));
    font-size: 0.34rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-align: center;
  }

  .gg-home-quality-seal-core {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
  }

  .gg-home-quality-seal-core svg {
    width: 0.92rem;
    height: 0.92rem;
    margin-bottom: 0.12rem;
    color: hsl(var(--primary));
  }

  .gg-home-quality-seal-core strong {
    color: #fff;
    font-family: "Kanit", "Geist", sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .gg-home-quality-seal-core small {
    margin-top: 0.08rem;
    color: #9699a3;
    font-size: 0.34rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }

  .gg-home-quality-trigger:hover .gg-home-quality-tooltip,
  .gg-home-quality-trigger:focus-within .gg-home-quality-tooltip {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .gg-home-new-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    height: 1.75rem;
    padding: 0 0.58rem;
    border: 1px solid rgba(255, 224, 102, 0.45);
    border-radius: 0.42rem;
    color: #12131a;
    background: linear-gradient(135deg, #ffe066, #f59e0b);
    box-shadow:
      0 0 16px rgba(245, 158, 11, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font-size: 0.54rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
  }

  .gg-home-new-badge.hidden {
    display: none !important;
  }

  .gg-home-new-badge svg {
    width: 0.72rem;
    height: 0.72rem;
  }

  /* Destaque especial para cards novos */
  .gg-home-product-card.is-new-card .gg-home-product-image {
    border-color: rgba(245, 158, 11, 0.65);
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.36),
      0 0 22px rgba(245, 158, 11, 0.22),
      inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  }

  .gg-home-product-card.is-new-card:hover .gg-home-product-image {
    border-color: #f59e0b;
    box-shadow:
      0 28px 65px rgba(0, 0, 0, 0.44),
      0 0 32px rgba(245, 158, 11, 0.48),
      0 0 65px rgba(255, 224, 102, 0.28);
  }

  .gg-home-product-card.is-new-card .gg-home-product-image::before {
    background: conic-gradient(
      from var(--gg-card-border-angle),
      transparent 0deg 275deg,
      rgba(245, 158, 11, 0.15) 292deg,
      #ffe066 326deg,
      #f59e0b 340deg,
      transparent 360deg
    );
    opacity: 0.88;
  }

  .gg-home-sales-rank {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    height: 1.75rem;
    padding: 0 0.48rem;
    border: 1px solid var(--rank-border);
    border-radius: 0.42rem;
    color: var(--rank-color);
    background:
      linear-gradient(120deg, var(--rank-background), rgba(12, 13, 18, 0.92));
    box-shadow:
      0 0 18px var(--rank-glow),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
  }

  .gg-home-sales-rank.hidden {
    display: none;
  }

  .gg-home-sales-rank svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--rank-color);
    filter: drop-shadow(0 0 6px var(--rank-glow));
  }

  .gg-home-sales-rank strong {
    color: #fff;
    font-weight: 950;
  }

  .gg-home-sales-rank.is-gold {
    --rank-color: #ffd75a;
    --rank-border: rgba(255, 201, 52, 0.62);
    --rank-background: rgba(146, 100, 0, 0.74);
    --rank-glow: rgba(255, 201, 52, 0.28);
  }

  .gg-home-sales-rank.is-silver {
    --rank-color: #e3e7ed;
    --rank-border: rgba(198, 207, 220, 0.55);
    --rank-background: rgba(91, 101, 116, 0.72);
    --rank-glow: rgba(198, 207, 220, 0.22);
  }

  .gg-home-sales-rank.is-bronze {
    --rank-color: #f0a56a;
    --rank-border: rgba(205, 126, 65, 0.58);
    --rank-background: rgba(112, 57, 24, 0.76);
    --rank-glow: rgba(205, 126, 65, 0.25);
  }

  .gg-home-product-status {
    position: absolute;
    z-index: 2;
    top: 0.7rem;
    left: 0.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.58rem;
    border: 1px solid rgba(64, 235, 173, 0.38);
    border-radius: 999px;
    color: #8bf4c9;
    background: rgba(9, 34, 27, 0.82);
    box-shadow: 0 0 16px rgba(64, 235, 173, 0.11);
    font-size: 0.58rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
  }

  .gg-home-product-status > span {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #42e5a9;
    box-shadow: 0 0 10px rgba(66, 229, 169, 0.78);
  }

  .gg-home-product-status.is-offline {
    color: #ffb2aa;
    border-color: rgba(255, 95, 85, 0.38);
    background: rgba(52, 15, 18, 0.86);
  }

  .gg-home-product-status.is-offline > span {
    background: #ff5f55;
    box-shadow: 0 0 10px rgba(255, 95, 85, 0.72);
  }

  .gg-home-product-caption {
    position: absolute;
    z-index: 2;
    right: 1.2rem;
    bottom: 0.8rem;
    left: 1.2rem;
    min-height: 3.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.52rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.65rem;
    background: rgba(16, 17, 23, 0.92);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(10px);
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  }

  .gg-home-product-caption h3 {
    width: 100%;
    overflow: hidden;
    color: #f2f2f4;
    font-family: "Kanit", "Geist", sans-serif;
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.15;
    letter-spacing: -0.012em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gg-home-product-caption > span {
    margin-top: 0.2rem;
    color: #8c8f99;
    font-size: 0.58rem;
    font-weight: 600;
  }

  .gg-home-product-card:hover .gg-home-product-image {
    transform: translateY(-7px);
    border-color: hsl(var(--primary));
    box-shadow:
      0 28px 65px rgba(0, 0, 0, 0.44),
      0 0 28px hsl(var(--primary) / 0.32);
  }

  .gg-home-product-card:hover .gg-home-product-image img {
    transform: scale(1.11);
    filter: saturate(1.12) contrast(1.04);
  }

  .gg-home-product-card:hover .gg-home-product-overlay {
    opacity: 0.66;
  }

  .gg-home-product-card:hover .gg-home-product-caption {
    border-color: hsl(var(--primary) / 0.46);
    background: rgba(20, 20, 27, 0.96);
    transform: translateY(-2px);
  }

  .home-support-cta {
    position: relative;
    width: min(calc(100% - 2rem), 1760px);
    max-width: 1760px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(1.6rem, 4vw, 3rem);
    border: 1px solid rgba(255, 76, 32, 0.23);
    border-radius: 1.5rem;
    background:
      radial-gradient(circle at 15% 50%, rgba(255, 76, 32, 0.13), transparent 34%),
      linear-gradient(100deg, rgba(28, 29, 38, 0.88), rgba(17, 19, 27, 0.84));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    overflow: hidden;
  }

  .home-request-mod {
    position: relative;
    width: min(calc(100% - 2rem), 1760px);
    max-width: 1760px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.3rem;
    margin-top: 4.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(1.3rem, 3vw, 2rem);
    border: 1px solid hsl(var(--primary) / 0.22);
    border-radius: 1.3rem;
    background:
      linear-gradient(100deg, hsl(var(--primary) / 0.09), transparent 34%),
      rgba(24, 26, 35, 0.8);
    box-shadow:
      0 28px 75px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.045);
    overflow: hidden;
  }

  .home-request-mod::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    left: 2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsl(var(--primary) / 0.65), transparent);
  }

  .home-request-mod-icon {
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    border: 1px solid hsl(var(--primary) / 0.25);
    border-radius: 1rem;
    color: hsl(var(--primary));
    background: hsl(var(--primary) / 0.09);
    box-shadow: 0 0 28px hsl(var(--primary) / 0.1);
  }

  .home-request-mod-icon svg {
    width: 1.7rem;
    height: 1.7rem;
  }

  .home-request-mod-copy {
    min-width: 0;
  }

  .home-request-mod-copy h2 {
    margin-top: 0.35rem;
    font-family: "Kanit", "Geist", sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.025em;
  }

  .home-request-mod-copy p {
    margin-top: 0.35rem;
    color: #858895;
    font-size: 0.84rem;
  }

  .home-support-cta::after {
    content: "";
    position: absolute;
    right: -5%;
    width: 18rem;
    height: 18rem;
    border: 1px solid rgba(255, 76, 32, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 3rem rgba(255, 76, 32, 0.025), 0 0 0 6rem rgba(255, 76, 32, 0.018);
    pointer-events: none;
  }

  .home-support-copy {
    position: relative;
    z-index: 1;
    max-width: 700px;
  }

  .home-support-actions {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    margin-top: 0;
  }

  @media (max-width: 1100px) {
    .home-reviews-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-store {
      width: min(calc(100% - 2rem), 100%);
    }

    .home-hero-grid {
      grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    }

    .home-floating-card-top {
      left: 1rem;
    }

    .home-floating-card-bottom {
      right: 1rem;
    }

    .home-benefits-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-benefits article:nth-child(2) {
      border-right: 0;
    }

    .home-benefits article:nth-child(-n + 2) {
      border-bottom: 1px solid var(--home-border);
    }

    .home-category-card {
      grid-column: span 4;
    }

    .home-category-card:nth-child(1),
    .home-category-card:nth-child(6n) {
      grid-column: span 4;
    }

    .home-package-group .package-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.7rem;
    }

  }

  @media (max-width: 860px) {
    .home-reviews-heading {
      align-items: flex-start;
      flex-direction: column;
    }

    .home-hero {
      min-height: auto;
      padding-top: 4rem;
    }

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

    .home-hero-copy {
      max-width: 680px;
      text-align: center;
      margin: 0 auto;
    }

    .home-eyebrow {
      justify-content: center;
    }

    .home-hero h1,
    .home-hero-copy > p {
      margin-right: auto;
      margin-left: auto;
    }

    .home-hero-actions,
    .home-proof {
      justify-content: center;
    }

    .home-social-follow {
      justify-content: center;
    }

    .home-hero-visual {
      width: min(100%, 580px);
      height: 560px;
      margin: 0 auto;
    }

    .home-scroll-hint {
      display: none;
    }

    .home-editorial {
      grid-template-columns: 1fr;
      padding-top: 5rem;
    }

    .home-editorial-visual {
      width: min(100%, 680px);
      margin: 0 auto;
    }

    .home-editorial-copy {
      max-width: 680px;
    }

    .home-section-heading,
    .home-store-heading,
    .home-request-mod,
    .home-support-cta {
      align-items: flex-start;
      flex-direction: column;
    }

    .home-request-mod {
      display: flex;
    }

    .home-request-mod .home-button {
      width: 100%;
    }

    .home-support-actions {
      width: 100%;
    }

    .home-package-group .package-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .home-reviews {
      width: min(calc(100% - 1rem), 100%);
    }

    .home-reviews-shell {
      padding: 1rem;
      border-radius: 1rem;
    }

    .home-reviews-heading h2 {
      font-size: 2rem;
    }

    .home-reviews-discord {
      width: 100%;
    }

    .home-reviews-list {
      grid-template-columns: 1fr;
    }

    .home-modern {
      padding-bottom: 3rem;
    }

    .home-hero {
      padding: 2.8rem 0 3rem;
    }

    .home-hero-doodle-two,
    .home-hero-doodle-three,
    .home-shell-doodle-two {
      display: none;
    }

    .home-hero h1 {
      font-size: clamp(2.35rem, 12vw, 3.7rem);
    }

    .home-eyebrow {
      gap: 0.42rem;
      padding: 0.5rem 0.7rem;
      font-size: 0.58rem;
    }

    .home-eyebrow-label {
      padding-left: 0.45rem;
    }

    .home-hero-actions,
    .home-button {
      width: 100%;
    }

    .home-proof {
      gap: 0.7rem;
      align-items: stretch;
    }

    .home-proof-item {
      flex: 1;
    }

    .home-proof-item span {
      font-size: 0.62rem;
    }

    .home-social-follow {
      flex-direction: column;
      gap: 0.65rem;
    }

    .home-social-follow-links {
      justify-content: center;
    }

    .home-hero-visual {
      min-height: 450px;
      height: 490px;
      border-radius: 1.3rem;
    }

    .home-floating-card {
      min-width: 165px;
      padding: 0.6rem;
    }

    .home-character-controls {
      inset: 0;
    }

    .home-character-control {
      width: 2rem;
      height: 3rem;
    }

    .home-character-previous {
      left: 0.4rem;
    }

    .home-character-next {
      right: 0.4rem;
    }

    .home-floating-card-top {
      top: 10%;
      left: 0.6rem;
    }

    .home-floating-card-bottom {
      right: 0.6rem;
      bottom: 18%;
    }

    .home-quality-seal {
      top: 0.75rem;
      right: 0.75rem;
      width: 5.25rem;
      height: 5.25rem;
    }

    .home-quality-seal-ring {
      top: 0.4rem;
      right: 0.55rem;
      left: 0.55rem;
      padding-top: 0.25rem;
      font-size: 0.32rem;
    }

    .home-quality-seal-core svg {
      width: 0.95rem;
      height: 0.95rem;
    }

    .home-quality-seal-core strong {
      font-size: 1rem;
    }

    .home-benefits-grid {
      grid-template-columns: 1fr;
    }

    .home-benefits article {
      border-right: 0;
      border-bottom: 1px solid var(--home-border);
    }

    .home-benefits article:last-child {
      border-bottom: 0;
    }

    .home-game-cloud-heading p {
      display: none;
    }

    .home-game-chip {
      min-width: 165px;
    }

    .home-banner-section {
      margin-top: 3rem;
    }

    .home-editorial {
      gap: 2.5rem;
      padding-top: 4rem;
    }

    .home-editorial-visual {
      min-height: 410px;
      padding: 0.6rem;
      border-radius: 1rem;
    }

    .home-interface-topbar {
      height: 2.8rem;
      padding: 0 0.7rem;
    }

    .home-interface-content {
      min-height: 350px;
      grid-template-columns: 3.2rem 1fr;
    }

    .home-interface-sidebar {
      gap: 0.55rem;
      padding: 0.7rem 0.4rem;
    }

    .home-interface-sidebar > span {
      width: 2rem;
      height: 2rem;
    }

    .home-interface-main {
      padding: 0.85rem;
    }

    .home-interface-title strong {
      font-size: 0.82rem;
    }

    .home-interface-chart {
      height: 180px;
      gap: 0.35rem;
      margin-top: 1rem;
      padding: 0.7rem 0.6rem 0;
    }

    .home-interface-grid {
      gap: 0.35rem;
    }

    .home-interface-grid > div {
      padding: 0.5rem;
    }

    .home-interface-grid strong {
      font-size: 0.58rem;
    }

    .home-editorial-copy h2 {
      font-size: 2.4rem;
    }

    .home-section,
    .home-store {
      padding-top: 4.5rem;
    }

    .home-section-heading {
      align-items: flex-start;
    }

    .home-category-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.7rem;
    }

    .home-category-card,
    .home-category-card:nth-child(1),
    .home-category-card:nth-child(6n) {
      grid-column: span 1;
      min-height: 240px;
    }

    .home-category-content {
      right: 0.8rem;
      bottom: 0.8rem;
      left: 0.8rem;
    }

    .home-category-content strong {
      font-size: 0.9rem;
    }

    .home-store-shell {
      padding: 1rem;
      border-radius: 1rem;
    }

    .home-store {
      width: calc(100% - 1rem);
    }

    .home-benefits-grid,
    .home-request-mod,
    .home-support-cta {
      width: calc(100% - 1rem);
    }

    .home-store-badge {
      display: none;
    }

    .home-package-groups {
      gap: 3rem;
      margin-top: 2rem;
    }

    .home-package-group .package-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.55rem;
    }

    .gg-home-product-image {
      border-radius: 0.72rem;
    }

    .gg-home-product-caption {
      right: 0.65rem;
      bottom: 0.55rem;
      left: 0.65rem;
      min-height: 2.9rem;
      padding: 0.4rem 0.5rem;
    }

    .gg-home-product-caption h3 {
      font-size: 0.72rem;
    }

    .gg-home-product-caption > span {
      font-size: 0.5rem;
    }

    .gg-home-product-status {
      top: 0.55rem;
      left: 0.55rem;
      padding: 0.22rem 0.4rem;
      font-size: 0.48rem;
    }

    .gg-home-quality-trigger {
      width: 1.5rem;
      height: 1.5rem;
    }

    .gg-home-quality-trigger svg {
      width: 0.95rem;
      height: 0.95rem;
    }

    .home-package-group-heading h3 {
      font-size: 1.25rem;
    }

    .home-package-group-heading a {
      font-size: 0.7rem;
    }

    .home-support-cta {
      margin-top: 4rem;
    }

    .home-request-mod {
      margin-top: 3rem;
      padding: 1.2rem;
    }

    .home-request-mod-icon {
      width: 3.35rem;
      height: 3.35rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .home-scroll-hint svg,
    .home-character-track,
    .home-typing-character {
      animation: none !important;
      transition: none !important;
    }
  }

  @media (max-width: 1024px) {
    .home-character-track {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
    }
    .home-character-track img {
      flex: 0 0 100% !important;
      width: 100% !important;
      max-width: 100% !important;
      filter: none !important;
      -webkit-filter: none !important;
    }
  }
