@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap");

/* Global mobile and small-screen fixes */
:root {
  --sand: #f0ede4;
  --sand-2: #e7e1d4;
  --sand-3: #d8d0bf;
  --ink-green: #06584f;
  --ink-green-2: #0c6b60;
  --ink-deep: #071614;
  --soft-green: rgba(6, 88, 79, 0.12);
  --bg-void: var(--sand);
  --bg-base: #ebe6db;
  --bg-surface: #f7f3eb;
  --bg-raised: #fffaf1;
  --bg-hover: #e2dacb;
  --bg-card: #fbf6ed;
  --border: rgba(6, 88, 79, 0.14);
  --border-strong: rgba(6, 88, 79, 0.28);
  --border-accent: rgba(6, 88, 79, 0.42);
  --text-primary: var(--ink-green);
  --text-secondary: #315f59;
  --text-dim: #66837d;
  --text-muted: #8b9a96;
  --purple: var(--ink-green);
  --purple-light: var(--ink-green-2);
  --purple-dim: var(--soft-green);
  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

html {
  overflow-x: hidden;
  background: var(--sand);
}

body {
  min-width: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  color: var(--text-secondary);
  background: var(--sand) !important;
}

img,
video,
canvas,
model-viewer,
svg {
  max-width: 100%;
}

table {
  max-width: 100%;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

body::before,
body::after {
  opacity: 0.018 !important;
}

.header {
  background: rgba(240, 237, 228, 0.92) !important;
  border-bottom-color: rgba(6, 88, 79, 0.16) !important;
  color: var(--ink-green) !important;
}

.header.scrolled {
  box-shadow: 0 14px 42px rgba(6, 88, 79, 0.13) !important;
}

.header__title,
.section__title,
.page-hero__title,
.page-hero h1,
.hero__title,
.card__title,
.trust-bento__title,
.footer__brand-name {
  color: var(--ink-green) !important;
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0.015em !important;
}

.hero__title,
.page-hero h1 {
  text-transform: uppercase;
}

.hero__title-line--soft {
  color: var(--ink-green) !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}

.hero__description,
.page-hero p,
.page-hero__desc,
.section__text,
.section__subtitle,
.card__text,
.trust-bento__text,
.footer__tagline,
.footer__links a,
.nav__link,
.hint-text {
  color: var(--text-secondary) !important;
}

.nav__link:hover,
.nav__link.active,
.active {
  color: var(--ink-green) !important;
  background: var(--soft-green) !important;
}

.page-hero,
.hero,
.section--card,
.performance-tool-section {
  background: var(--sand) !important;
  border-color: rgba(6, 88, 79, 0.14) !important;
}

.card,
.trust-bento__tile,
.laptop-card,
.perf-card,
.game-card,
.performance-section,
.result-header,
.result-card,
.spec-row,
.detect-bar,
.download-card,
.review-card,
.component-card,
.auth-card,
.modal-content,
#chatbot-win {
  background: var(--bg-card) !important;
  border-color: var(--border) !important;
  color: var(--text-secondary) !important;
  box-shadow: 0 18px 44px rgba(6, 88, 79, 0.08) !important;
}

.card:hover,
.trust-bento__tile:hover,
.laptop-card:hover,
.perf-card:hover,
.game-card:hover,
.download-card:hover,
.review-card:hover,
.component-card:hover {
  background: var(--bg-raised) !important;
  border-color: var(--border-accent) !important;
  box-shadow: 0 22px 54px rgba(6, 88, 79, 0.12) !important;
}

.tag,
.tab,
.tab-btn,
.filter-select,
.search-wrap input,
.field input,
.field select,
.scanner-btn,
.download-btn,
.btn-download,
.buy-btn,
.contact-link,
.cb-chip,
#cb-input {
  background: var(--bg-raised) !important;
  border-color: var(--border-strong) !important;
  color: var(--ink-green) !important;
}

.tag:hover,
.tab:hover,
.tab.active,
.tab-btn:hover,
.tab-btn.active,
.scanner-btn:hover,
.download-btn:hover,
.btn-download:hover,
.buy-btn:hover,
.contact-link:hover,
.cb-chip:hover {
  background: var(--soft-green) !important;
  border-color: var(--border-accent) !important;
  color: var(--ink-green) !important;
}

.btn-3d,
.btn-cta,
.btn-run,
.btn-detect,
#cb-send,
.app-install-btn {
  background: var(--ink-green) !important;
  border-color: var(--ink-green) !important;
  color: var(--sand) !important;
  box-shadow: 0 14px 34px rgba(6, 88, 79, 0.2) !important;
}

.btn-3d:hover,
.btn-cta:hover,
.btn-run:hover,
.btn-detect:hover,
#cb-send:hover,
.app-install-btn:hover {
  background: var(--ink-deep) !important;
  color: var(--sand) !important;
}

.divider,
.footer__bottom {
  background: linear-gradient(90deg, transparent, rgba(6,88,79,0.38), transparent) !important;
  border-color: transparent !important;
}

.footer {
  background: var(--sand-2) !important;
  border-top-color: rgba(6, 88, 79, 0.18) !important;
}

.scroll-progress {
  background: var(--ink-green) !important;
}

.skeleton-card,
.skeleton-line,
.skeleton-block {
  background: var(--sand-2) !important;
}

.header,
.nav,
.container,
.page-hero,
.main-container,
.results-container,
.performance-tool-section,
.scanner-container,
.comparison-container {
  max-width: 100%;
}

.header__container,
.header__brand,
.header-left,
.nav__list {
  min-width: 0;
}

.header__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.responsive-scroll,
.table-wrap,
.compare-table,
.spec-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#chatbot-fab {
  font-size: 0 !important;
}

#chatbot-fab::before,
.cb-avatar::before {
  content: "";
  display: block;
  width: 72%;
  height: 72%;
  background: url("/icons/chatbot-logo.png") center / contain no-repeat;
}

#chatbot-fab .fab-badge {
  font-size: 0.6rem !important;
}

.cb-avatar {
  font-size: 0 !important;
  overflow: hidden;
}

#chatbot-win .cb-header,
#chatbot-win .cb-footer,
#chatbot-win .cb-chips {
  background: var(--sand-2) !important;
  border-color: var(--border) !important;
}

#chatbot-win .cb-messages {
  background: var(--sand) !important;
}

#chatbot-win .cb-msg--bot,
#chatbot-win .cb-typing {
  background: var(--bg-raised) !important;
  border-color: var(--border) !important;
  color: var(--text-secondary) !important;
}

#chatbot-win .cb-msg--user {
  background: var(--ink-green) !important;
  color: var(--sand) !important;
}

#cb-input {
  background: var(--bg-raised) !important;
  color: var(--ink-green) !important;
  caret-color: var(--ink-green) !important;
}

#cb-input::placeholder {
  color: var(--text-dim) !important;
}

.trust-bento {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 0.9rem;
  max-width: 1180px;
  margin: 2.2rem auto 0;
}

.trust-bento__tile {
  position: relative;
  min-height: 190px;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
    var(--bg-card, #181818);
  overflow: hidden;
}

.trust-bento__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  pointer-events: none;
}

.trust-bento__tile--wide {
  grid-column: span 2;
}

.trust-bento__tile--tall {
  grid-row: span 2;
  min-height: 390px;
}

.trust-bento__eyebrow {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--text-dim, #777);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-bento__title {
  color: var(--text-primary, #eee);
  font-family: var(--font-display, inherit);
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  line-height: 1.08;
  margin-bottom: 0.75rem;
}

.trust-bento__text {
  color: var(--text-secondary, #b0b0b0);
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 58ch;
}

.trust-bento__list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  color: var(--text-secondary, #b0b0b0);
  font-size: 0.86rem;
}

.trust-bento__list span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.trust-bento__list span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #a78bfa;
  box-shadow: 0 0 0 4px rgba(167,139,250,0.11);
  flex: 0 0 auto;
}

.trust-bento__metric {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  color: rgba(255,255,255,0.08);
  font-family: var(--font-display, inherit);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.8;
}

.skeleton-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  width: 100%;
}

.skeleton-card {
  min-height: 315px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: var(--bg-card, #181818);
  padding: 1rem;
  overflow: hidden;
}

.skeleton-line,
.skeleton-block {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  background: #242424;
}

.skeleton-line::after,
.skeleton-block::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.09), transparent);
  animation: skeleton-shimmer 1.45s infinite;
}

.skeleton-block {
  height: 150px;
  margin-bottom: 1rem;
}

.skeleton-line {
  height: 13px;
  margin-bottom: 0.7rem;
}

.skeleton-line.short { width: 44%; }
.skeleton-line.mid { width: 68%; }
.skeleton-line.long { width: 88%; }

@keyframes skeleton-shimmer {
  to { transform: translateX(100%); }
}

.section,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.app-install-btn {
  position: fixed;
  left: 1rem;
  right: auto;
  bottom: 1rem;
  z-index: 7000;
  display: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(6,88,79,0.18);
  border-radius: 999px;
  background: rgba(240,237,228,0.94);
  color: #06584f;
  box-shadow: 0 16px 40px rgba(6,88,79,0.18);
  backdrop-filter: blur(14px);
  font: 700 0.88rem/1.1 system-ui, -apple-system, Segoe UI, sans-serif;
  cursor: pointer;
}

.app-install-btn.show {
  display: inline-flex;
}

.app-install-btn:hover {
  background: rgba(255,250,241,0.98);
  transform: translateY(-1px);
}

.app-install-logo {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));
}

/* Can You Run It claymorphism refresh */
.cyri-page {
  --cyri-sand: #f0ede4;
  --cyri-sand-2: #faf7ef;
  --cyri-green: #06584f;
  --cyri-green-2: #0c7668;
  --cyri-clay: #fff9ec;
  --cyri-clay-edge: rgba(6, 88, 79, 0.18);
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,0.95), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(12,118,104,0.12), transparent 28rem),
    linear-gradient(135deg, #f0ede4, #fffaf0 52%, #e9f1e8) !important;
  color: var(--cyri-green) !important;
}

.cyri-page::before,
.cyri-page::after {
  display: none !important;
}

.cyri-page .scroll-progress {
  background: linear-gradient(90deg, var(--cyri-green), #d6a57a) !important;
}

.cyri-page .header {
  background: rgba(240, 237, 228, 0.86) !important;
  border-bottom: 1px solid rgba(6, 88, 79, 0.16) !important;
  box-shadow: 0 10px 30px rgba(6, 88, 79, 0.08) !important;
}

.cyri-page .header__title,
.cyri-page .nav__link,
.cyri-page .page-hero h1,
.cyri-page h2,
.cyri-page .field label,
.cyri-page .game-name,
.cyri-page .result-verdict,
.cyri-page .spec-name {
  color: var(--cyri-green) !important;
}

.cyri-page .nav__link.active {
  background: rgba(6, 88, 79, 0.1) !important;
  color: var(--cyri-green) !important;
}

.cyri-page .page-hero {
  background:
    radial-gradient(circle at 16% 20%, rgba(255,255,255,0.8), transparent 18rem),
    radial-gradient(circle at 85% 28%, rgba(6,88,79,0.13), transparent 22rem) !important;
  border-bottom: 0 !important;
  padding-bottom: 2rem !important;
}

.cyri-page .page-hero::before {
  background-image:
    linear-gradient(rgba(6,88,79,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,88,79,0.045) 1px, transparent 1px) !important;
}

.cyri-page .hero-badge,
.cyri-page .tab,
.cyri-page .game-card,
.cyri-page .detect-bar,
.cyri-page .scanner-btn,
.cyri-page .field input,
.cyri-page .field select,
.cyri-page .search-wrap input,
.cyri-page .result-header,
.cyri-page .spec-row {
  border: 1px solid var(--cyri-clay-edge) !important;
  background: var(--cyri-clay) !important;
  color: var(--cyri-green) !important;
  box-shadow:
    10px 12px 24px rgba(6, 88, 79, 0.08),
    -8px -8px 20px rgba(255, 255, 255, 0.85),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.cyri-page .content-wrap {
  max-width: 1120px !important;
}

.cyri-bento {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 1rem;
  margin: -0.5rem 0 1.5rem;
}

.cyri-bento-card {
  min-height: 150px;
  padding: 1.2rem;
  border-radius: 22px;
  border: 1px solid var(--cyri-clay-edge);
  background: linear-gradient(145deg, #fffdf5, #ebe4d8);
  box-shadow:
    14px 16px 34px rgba(6, 88, 79, 0.1),
    -10px -10px 24px rgba(255, 255, 255, 0.9),
    inset 1px 1px 0 rgba(255,255,255,0.9);
}

.cyri-bento-card--wide {
  background: linear-gradient(145deg, #0c7668, #06584f);
  color: #fffaf0;
}

.cyri-bento-card strong {
  display: block;
  margin: 0.45rem 0 0.5rem;
  font: 800 clamp(1.25rem, 2vw, 1.75rem)/1 var(--font-display);
  letter-spacing: 0.02em;
}

.cyri-bento-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(6, 88, 79, 0.72);
}

.cyri-bento-card--wide p {
  color: rgba(255, 250, 240, 0.78);
}

.cyri-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(6, 88, 79, 0.1);
  font-weight: 900;
  color: var(--cyri-green);
}

.cyri-bento-card--wide .cyri-kicker {
  background: rgba(255,255,255,0.16);
  color: #fffaf0;
}

.cyri-page .tabs {
  padding: 0.35rem;
  border-radius: 20px;
  background: rgba(255, 249, 236, 0.58);
  border: 1px solid rgba(6, 88, 79, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.cyri-page .tab {
  border-radius: 16px !important;
  box-shadow: none !important;
}

.cyri-page .tab.active,
.cyri-page .game-card.selected {
  background: linear-gradient(145deg, #0c7668, #06584f) !important;
  color: #fffaf0 !important;
  border-color: rgba(6, 88, 79, 0.24) !important;
}

.cyri-page .game-card {
  min-height: 98px;
  border-radius: 18px !important;
  padding: 1rem !important;
}

.cyri-page .game-card:hover,
.cyri-page .scanner-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    16px 18px 36px rgba(6, 88, 79, 0.14),
    -8px -8px 20px rgba(255,255,255,0.92) !important;
}

.cyri-page .game-card.selected .game-name,
.cyri-page .game-card.selected .game-genre {
  color: #fffaf0 !important;
}

.cyri-page .game-genre,
.cyri-page .page-hero p,
.cyri-page .result-sub,
.cyri-page .scanner-note,
.cyri-page .hint-text,
.cyri-page .spec-detail,
.cyri-page .field input::placeholder,
.cyri-page .search-wrap input::placeholder {
  color: rgba(6, 88, 79, 0.66) !important;
}

.cyri-page .search-icon {
  left: 1rem !important;
  font-size: 0.78rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(6, 88, 79, 0.5) !important;
}

.cyri-page .search-wrap input {
  padding-left: 4rem !important;
}

.cyri-page .btn-detect,
.cyri-page .btn-run {
  background: linear-gradient(145deg, #0c7668, #06584f) !important;
  border: 0 !important;
  color: #fffaf0 !important;
  box-shadow: 0 18px 34px rgba(6, 88, 79, 0.2) !important;
}

.cyri-page .result-score-ring {
  background: #fff9ec !important;
  box-shadow:
    8px 10px 20px rgba(6, 88, 79, 0.11),
    -6px -6px 16px rgba(255,255,255,0.92),
    inset 1px 1px 0 rgba(255,255,255,0.8);
}

.cyri-page .footer {
  background: transparent !important;
  border-top-color: rgba(6, 88, 79, 0.12) !important;
  color: rgba(6, 88, 79, 0.62) !important;
}

@media (max-width: 820px) {
  .cyri-bento {
    grid-template-columns: 1fr;
  }

  .cyri-bento-card {
    min-height: auto;
  }
}

.app-install-tip {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 7001;
  width: min(390px, calc(100vw - 2rem));
  transform: translateY(0.45rem);
  display: none;
  padding: 1rem 2.75rem 1rem 1rem;
  border: 1px solid rgba(6, 88, 79, 0.16);
  border-radius: 18px;
  background: rgba(240, 237, 228, 0.96);
  color: var(--ink-green);
  box-shadow: 0 18px 60px rgba(6,88,79,0.18);
  backdrop-filter: blur(14px);
  font: 500 0.9rem/1.45 system-ui, -apple-system, Segoe UI, sans-serif;
}

.app-install-tip.show {
  display: block;
  animation: installTipIn 0.18s ease-out forwards;
}

.app-install-tip strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 900;
}

.app-install-tip p {
  margin: 0;
}

.app-install-tip-close {
  position: absolute;
  top: 0.6rem;
  right: 0.65rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(6,88,79,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  color: var(--ink-green);
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
}

@keyframes installTipIn {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .trust-bento {
    grid-template-columns: 1fr 1fr;
  }

  .trust-bento__tile--wide,
  .trust-bento__tile--tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 210px;
  }

  .low-power-3d .hero-inner {
    grid-template-columns: 1fr !important;
  }

  .low-power-3d .hero-right {
    display: none !important;
  }

  .low-power-3d .laptop-pulse__grain {
    display: none !important;
  }

  .low-power-3d .laptop-pulse,
  .low-power-3d .laptop-pulse__stage {
    min-height: 76svh !important;
  }

  .low-power-3d .laptop-pulse__ghost {
    top: 11% !important;
    opacity: 0.22 !important;
  }

  .low-power-3d .laptop-pulse__carousel {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    min-height: 42svh;
  }

  .low-power-3d .pulse-item model-viewer {
    display: none !important;
  }

  .low-power-3d .pulse-item {
    display: grid !important;
    place-items: center !important;
    width: min(72vw, 320px) !important;
    height: 190px !important;
    bottom: auto !important;
    top: 24% !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background:
      linear-gradient(145deg, rgba(255,255,255,0.32), rgba(255,255,255,0.06)),
      var(--pulse-panel, rgba(255,255,255,0.18)) !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    box-shadow: 0 22px 48px rgba(0,0,0,0.18) !important;
  }

  .low-power-3d .pulse-item::after {
    z-index: 2 !important;
    font-size: clamp(2.4rem, 13vw, 4.7rem) !important;
    color: rgba(255,255,255,0.88) !important;
    text-align: center;
    text-shadow: 0 12px 26px rgba(0,0,0,0.18);
  }

  .low-power-3d .pulse-item.is-center {
    left: 50% !important;
    opacity: 1 !important;
    filter: none !important;
    transform: translateX(-50%) scale(1) !important;
    z-index: 20 !important;
  }

  .low-power-3d .pulse-item.is-left {
    left: -8% !important;
    opacity: 0.34 !important;
    filter: blur(1px) !important;
    transform: translateX(-50%) scale(0.82) !important;
  }

  .low-power-3d .pulse-item.is-right {
    left: 108% !important;
    opacity: 0.34 !important;
    filter: blur(1px) !important;
    transform: translateX(-50%) scale(0.82) !important;
  }

  .low-power-3d .pulse-item.is-back {
    left: 50% !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .low-power-3d .laptop-pulse__copy {
    top: 54% !important;
    bottom: auto !important;
    left: 1rem !important;
    right: 1rem !important;
    max-width: none !important;
  }

  .low-power-3d .laptop-pulse__discover {
    right: 1rem !important;
    bottom: 1.2rem !important;
    font-size: clamp(1.2rem, 8vw, 2rem) !important;
  }

  .header__container,
  .hero-inner,
  .section,
  .page-hero,
  .container,
  .main-container,
  .results-container,
  .performance-tool-section,
  .scanner-container,
  .comparison-container,
  .content-wrap {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .grid,
  .grid--2,
  .grid--3,
  .req-grid,
  .spec-grid,
  .feature-grid {
    grid-template-columns: 1fr !important;
  }

  .hero {
    min-height: auto !important;
  }

  .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .hero__title {
    font-size: clamp(2.6rem, 13vw, 4.8rem) !important;
    line-height: 0.98 !important;
    overflow-wrap: anywhere;
  }

  .hero__description,
  .section__text,
  .section__subtitle {
    max-width: 100% !important;
  }

  .hero__tags,
  .tool-buttons,
  .scanner-actions,
  .tabs {
    display: flex;
    flex-wrap: wrap;
  }

  .tag,
  .download-btn,
  .btn-download,
  .contact-link {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .hero-right {
    width: 100% !important;
    min-height: 320px !important;
    max-height: 520px !important;
    overflow: hidden !important;
    contain: paint;
  }

  .hero-rog-model {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .laptop-pulse {
    min-height: 100svh;
  }

  .laptop-pulse__stage {
    min-height: 100svh;
  }

  .pulse-item.is-left,
  .pulse-item.is-right,
  .pulse-item.is-back {
    filter: none !important;
  }

  .footer__inner,
  .creator,
  .stats-grid,
  .laptop-grid,
  .comparison-grid,
  .tool-grid,
  .download-grid,
  .review-grid,
  .battery-grid,
  .builder-grid,
  #pc-builder .fade-in > div,
  #can-you-run-it .fade-in > div {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .trust-bento {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .trust-bento__tile {
    min-height: 180px;
    padding: 1rem;
  }

  .skeleton-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .header__container {
    min-height: 68px;
    gap: 0.75rem;
  }

  .header__logo {
    width: 30px !important;
    height: 30px !important;
  }

  .header__title {
    max-width: 54vw;
    font-size: 1.05rem !important;
  }

  .nav.open {
    left: 0.75rem !important;
    right: 0.75rem !important;
    width: auto !important;
  }

  .hero-right {
    min-height: 300px !important;
    aspect-ratio: 1 / 1 !important;
  }

  .hero-rog-model {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .section__title {
    font-size: clamp(1.45rem, 9vw, 2rem) !important;
    overflow-wrap: anywhere;
  }

  .hero__tags a,
  .tabs .tab,
  .tool-buttons a,
  .scanner-btn,
  .btn-run,
  .btn-detect {
    flex: 1 1 100%;
    justify-content: center;
  }

  .card,
  .performance-section,
  .result-header,
  .detect-bar,
  .download-card,
  .review-card,
  .laptop-card,
  .component-card {
    border-radius: 12px !important;
    padding: 1rem !important;
  }

  .detect-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .page-hero__title,
  .login-title,
  .signup-title {
    font-size: clamp(1.8rem, 11vw, 2.4rem) !important;
    overflow-wrap: anywhere;
  }

  .modal,
  .modal-content,
  .auth-card {
    width: min(100%, calc(100vw - 1.5rem)) !important;
    max-height: calc(100svh - 1.5rem);
    overflow-y: auto;
  }

  .app-install-btn {
    left: 0.75rem;
    right: auto;
    bottom: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}

/* Home mobile sections: keep the sand theme and stop desktop art from overflowing */
@media (max-width: 760px) {
  body {
    background: #f0ede4 !important;
    color: #10584f !important;
  }

  #Compare,
  #can-you-run-it,
  #Consultation {
    overflow: hidden !important;
    background: #f0ede4 !important;
  }

  #Compare > .fade-in > div,
  #can-you-run-it > .fade-in > div,
  #Consultation > .fade-in > div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.35rem !important;
    align-items: stretch !important;
  }

  #Compare > .fade-in > div > div,
  #can-you-run-it > .fade-in > div > div,
  #Consultation > .fade-in > div > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
    transform: none !important;
  }

  #Compare .section__title,
  #can-you-run-it .section__title,
  #Consultation .section__title {
    color: #075e54 !important;
    font-size: clamp(2rem, 11vw, 3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    max-width: 12ch !important;
  }

  #Compare .section__text,
  #can-you-run-it .section__text,
  #Consultation .section__text {
    color: #376b63 !important;
    font-size: 0.98rem !important;
    line-height: 1.75 !important;
  }

  #Compare [style*="background:var(--bg-card)"],
  #can-you-run-it [style*="background:var(--bg-card)"],
  #Consultation [style*="background:var(--bg-card)"] {
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(6, 88, 79, 0.14) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(6, 88, 79, 0.12) !important;
  }

  #Compare [style*="background:#0f0f0f"],
  #Compare [style*="background:#080808"],
  #can-you-run-it [style*="background:#0f0f0f"],
  #can-you-run-it [style*="background:#080808"],
  #Consultation [style*="background:#0f0f0f"],
  #Consultation [style*="background:#080808"] {
    background: rgba(255, 255, 255, 0.78) !important;
    border-color: rgba(6, 88, 79, 0.12) !important;
  }

  #Compare [style*="color:#eeeeee"],
  #Compare [style*="color:#eee"],
  #can-you-run-it [style*="color:#eeeeee"],
  #can-you-run-it [style*="color:#eee"],
  #Consultation [style*="color:#eeeeee"],
  #Consultation [style*="color:#eee"] {
    color: #075e54 !important;
  }

  #Compare [style*="color:#505050"],
  #can-you-run-it [style*="color:#505050"],
  #Consultation [style*="color:#505050"] {
    color: #6d817b !important;
  }

  #Compare [style*="display:flex;flex-direction:column;gap:0.65rem"],
  #can-you-run-it [style*="display:flex;flex-direction:column;gap:0.65rem"],
  #Consultation [style*="display:flex;flex-direction:column;gap:0.65rem"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
  }

  #Compare [style*="background:var(--bg-raised)"],
  #can-you-run-it [style*="background:var(--bg-raised)"],
  #Consultation [style*="background:var(--bg-raised)"] {
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(6, 88, 79, 0.12) !important;
    color: #376b63 !important;
    box-shadow: 0 10px 26px rgba(6, 88, 79, 0.08) !important;
  }

  #Compare a[style*="background:rgba(249,115,22"],
  #Consultation a[style*="background:rgba(249,115,22"] {
    width: 100% !important;
    justify-content: center !important;
    background: #f3dccb !important;
    color: #a5521f !important;
    border-color: rgba(165, 82, 31, 0.18) !important;
  }

  #can-you-run-it a[style*="background:#7c3aed"] {
    width: 100% !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #8b35f6, #7c2df0) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(124, 45, 240, 0.22) !important;
  }

  #Compare > .fade-in > div > div:last-child,
  #Consultation > .fade-in > div > div:last-child {
    order: 2 !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child {
    order: 1 !important;
  }

  #can-you-run-it > .fade-in > div > div:last-child {
    order: 2 !important;
  }

  #can-you-run-it > .fade-in > div {
    gap: 2rem !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child {
    margin-top: 0.7rem !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child > div {
    background: #0b0b0c !important;
    border: 1px solid rgba(6, 88, 79, 0.16) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 44px rgba(24, 23, 18, 0.24) !important;
    overflow: hidden !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="background:#0f0f0f"],
  #can-you-run-it > .fade-in > div > div:first-child [style*="background:#080808"] {
    background: #0d0d0e !important;
    border-color: #1f1f20 !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="background:rgba(255"] {
    background: #0d0d0e !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="color:#eeeeee"],
  #can-you-run-it > .fade-in > div > div:first-child [style*="color:#eee"] {
    color: #f7f5ef !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="color:#505050"],
  #can-you-run-it > .fade-in > div > div:first-child [style*="color:#888"] {
    color: rgba(247, 245, 239, 0.5) !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="height:40px"] {
    height: 48px !important;
    padding: 0 14px !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="padding:16px"] {
    padding: 18px !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="margin-bottom:10px"] {
    margin-bottom: 12px !important;
    border-radius: 14px !important;
  }

  #can-you-run-it > .fade-in > div > div:first-child [style*="padding:6px 10px"] {
    padding: 0.7rem 0.85rem !important;
    border-radius: 10px !important;
  }

  #can-you-run-it .section__title {
    margin-top: 0.8rem !important;
    font-size: clamp(2.1rem, 10vw, 2.75rem) !important;
    line-height: 1 !important;
  }

  #can-you-run-it .section__text {
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
  }

  #can-you-run-it [style*="display:inline-flex"][style*="NEW TOOL"],
  #can-you-run-it [style*="background:rgba(167,139,250"] {
    background: rgba(167, 139, 250, 0.1) !important;
    color: #a678f0 !important;
    border-color: rgba(167, 139, 250, 0.18) !important;
    box-shadow: 0 10px 20px rgba(124, 45, 240, 0.06) !important;
  }

  #can-you-run-it [style*="background:var(--bg-raised)"] {
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 12px !important;
    padding: 0.9rem 1.05rem !important;
  }
}

@media (max-width: 430px) {
  #Compare,
  #can-you-run-it,
  #Consultation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #Compare .section__text,
  #can-you-run-it .section__text,
  #Consultation .section__text {
    max-width: none !important;
  }

  #can-you-run-it > .fade-in {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  #Compare [style*="grid-template-columns:repeat(2,1fr)"],
  #can-you-run-it [style*="grid-template-columns:repeat(2,1fr)"],
  #Consultation [style*="grid-template-columns:repeat(2,1fr)"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.55rem !important;
    padding: 0.85rem !important;
  }

  #Compare [style*="border-radius:20px"],
  #can-you-run-it [style*="border-radius:20px"],
  #Consultation [style*="border-radius:20px"] {
    border-radius: 16px !important;
  }
}

/* Final mobile shape for the home Can You Run It preview */
@media (max-width: 760px) {
  .home-cyri {
    padding: 3.4rem 0 4.25rem !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(6, 88, 79, 0.12), transparent 10rem),
      #f0ede4 !important;
  }

  .home-cyri__shell {
    width: 100% !important;
    max-width: none !important;
    padding: 0 1.25rem !important;
  }

  .home-cyri__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.1rem !important;
    align-items: stretch !important;
  }

  .home-cyri__preview-wrap,
  .home-cyri__copy {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    transform: none !important;
  }

  .home-cyri__preview-wrap {
    order: 1 !important;
  }

  .home-cyri__copy {
    order: 2 !important;
  }

  .home-cyri__preview-card {
    width: 100% !important;
    background: #090909 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 45px rgba(32, 30, 24, 0.28) !important;
    overflow: hidden !important;
  }

  .home-cyri__preview-card > div:first-child {
    height: 48px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #222 !important;
    padding: 0 14px !important;
    gap: 10px !important;
  }

  .home-cyri__preview-card > div:first-child span {
    color: #f7f2ea !important;
  }

  .home-cyri__preview-card > div:first-child span:last-of-type {
    color: #a78bfa !important;
  }

  .home-cyri__preview-card > div:nth-child(2) {
    background: #080808 !important;
    padding: 18px !important;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:first-child {
    min-height: 86px !important;
    background: #101010 !important;
    border: 1px solid #222 !important;
    border-radius: 14px !important;
    padding: 15px !important;
    margin-bottom: 12px !important;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:first-child div {
    color: inherit;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:first-child > div:last-child > div:first-child {
    color: #f7f2ea !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:first-child > div:last-child > div:last-child {
    color: rgba(247, 242, 234, 0.42) !important;
    font-size: 0.72rem !important;
    line-height: 1.55 !important;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:last-child {
    gap: 8px !important;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:last-child > div {
    min-height: 42px !important;
    background: #101010 !important;
    border: 1px solid #222 !important;
    border-radius: 10px !important;
    padding: 0.65rem 0.8rem !important;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:last-child span:first-child {
    color: rgba(247, 242, 234, 0.48) !important;
    font-size: 0.72rem !important;
  }

  .home-cyri__preview-card > div:nth-child(2) > div:last-child span:nth-child(2) {
    color: rgba(247, 242, 234, 0.48) !important;
    font-size: 0.72rem !important;
  }

  .home-cyri__badge {
    margin: 0 0 1.4rem !important;
    padding: 0.65rem 1.35rem !important;
    background: rgba(167, 139, 250, 0.1) !important;
    border-color: rgba(167, 139, 250, 0.18) !important;
    color: #a78bfa !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(124, 45, 240, 0.06) !important;
  }

  .home-cyri .section__title {
    max-width: none !important;
    margin: 0 0 1.45rem !important;
    color: #075e54 !important;
    font-size: clamp(2.15rem, 10.5vw, 3rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  .home-cyri .section__text {
    margin: 0 0 1.8rem !important;
    color: #376b63 !important;
    font-size: 1.06rem !important;
    line-height: 1.86 !important;
  }

  .home-cyri__features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.9rem !important;
    margin-bottom: 2rem !important;
  }

  .home-cyri__feature {
    min-height: 58px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.9rem 1.1rem !important;
    background: rgba(255, 250, 241, 0.86) !important;
    border: 1px solid rgba(6, 88, 79, 0.1) !important;
    border-radius: 12px !important;
    color: #376b63 !important;
    box-shadow: 0 12px 26px rgba(6, 88, 79, 0.08) !important;
    text-align: center !important;
    line-height: 1.45 !important;
  }

  .home-cyri__feature span {
    color: #376b63 !important;
  }

  .home-cyri__actions {
    display: block !important;
  }

  .home-cyri__button {
    width: auto !important;
    min-width: 220px !important;
    justify-content: center !important;
    padding: 1rem 1.55rem !important;
    background: linear-gradient(135deg, #8f35f6, #7a2df0) !important;
    color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 32px rgba(124, 45, 240, 0.24) !important;
  }
}

@media (max-width: 430px) {
  .home-cyri__shell {
    padding: 0 1.1rem !important;
  }

  .home-cyri__preview-card {
    border-radius: 22px !important;
  }

  .home-cyri__preview-card > div:first-child {
    gap: 8px !important;
  }

  .home-cyri__preview-card > div:first-child span:first-of-type {
    font-size: 0.68rem !important;
  }

  .home-cyri__preview-card > div:first-child span:last-of-type {
    font-size: 0.62rem !important;
  }

  .home-cyri__preview-card > div:first-child div:last-child > div {
    padding: 2px 7px !important;
    font-size: 0.48rem !important;
  }
}

/* Make every home feature block follow the same mobile story layout */
@media (max-width: 760px) {
  .home-story {
    padding: 3.4rem 0 4.25rem !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(6, 88, 79, 0.12), transparent 10rem),
      #f0ede4 !important;
    overflow: hidden !important;
  }

  .home-story__shell {
    width: 100% !important;
    max-width: none !important;
    padding: 0 1.25rem !important;
  }

  .home-story__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.1rem !important;
    align-items: stretch !important;
  }

  .home-story__preview-wrap {
    order: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .home-story__copy {
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .home-story__preview-card {
    width: 100% !important;
    background: #090909 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 45px rgba(32, 30, 24, 0.28) !important;
    overflow: hidden !important;
  }

  .home-story__preview-card > div:first-child {
    height: 48px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #222 !important;
    padding: 0 14px !important;
    gap: 10px !important;
  }

  .home-story__preview-card > div:first-child span {
    color: #f7f2ea !important;
  }

  .home-story__preview-card > div:nth-child(2) {
    background: #080808 !important;
    padding: 18px !important;
  }

  .home-story__preview-card > div:nth-child(2) > div {
    background: #101010 !important;
    border-color: #222 !important;
    border-radius: 10px !important;
  }

  .home-story__preview-card [style*="color:#eeeeee"],
  .home-story__preview-card [style*="color:#eee"] {
    color: #f7f2ea !important;
  }

  .home-story__preview-card [style*="color:#505050"],
  .home-story__preview-card [style*="color:#888"] {
    color: rgba(247, 242, 234, 0.48) !important;
  }

  .home-story__badge {
    margin: 0 0 1.4rem !important;
    padding: 0.65rem 1.35rem !important;
    background: rgba(249, 115, 22, 0.08) !important;
    border-color: rgba(249, 115, 22, 0.14) !important;
    color: #c66a28 !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.05) !important;
  }

  .home-story .section__title {
    max-width: none !important;
    margin: 0 0 1.45rem !important;
    color: #075e54 !important;
    font-size: clamp(2.15rem, 10.5vw, 3rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  .home-story .section__text {
    margin: 0 0 1.8rem !important;
    color: #376b63 !important;
    font-size: 1.06rem !important;
    line-height: 1.86 !important;
  }

  .home-story__features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.9rem !important;
    margin-bottom: 2rem !important;
  }

  .home-story__feature {
    min-height: 58px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.9rem 1.1rem !important;
    background: rgba(255, 250, 241, 0.86) !important;
    border: 1px solid rgba(6, 88, 79, 0.1) !important;
    border-radius: 12px !important;
    color: #376b63 !important;
    box-shadow: 0 12px 26px rgba(6, 88, 79, 0.08) !important;
    text-align: center !important;
    line-height: 1.45 !important;
  }

  .home-story__button {
    width: auto !important;
    min-width: 220px !important;
    justify-content: center !important;
    padding: 1rem 1.55rem !important;
    background: #f5ddca !important;
    color: #b65e20 !important;
    border-color: rgba(182, 94, 32, 0.16) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 32px rgba(182, 94, 32, 0.1) !important;
  }
}

@media (max-width: 430px) {
  .home-story__shell {
    padding: 0 1.1rem !important;
  }

  .home-story__preview-card {
    border-radius: 22px !important;
  }

  .home-story__preview-card > div:first-child {
    gap: 8px !important;
  }

  .home-story__preview-card > div:first-child span:first-of-type {
    font-size: 0.68rem !important;
  }

  .home-story__preview-card > div:first-child span:last-of-type {
    font-size: 0.62rem !important;
  }

  .home-story__preview-card > div:nth-child(2) {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.55rem !important;
    padding: 0.85rem !important;
  }

  .home-story__feature {
    min-height: 62px !important;
  }
}

/* Final sync: make Compare and Consultation match the Can You Run It mobile story layout */
@media (max-width: 760px) {
  .home-story--compare,
  .home-story--consultation,
  .home-cyri {
    padding: 3.4rem 0 4.25rem !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(6, 88, 79, 0.12), transparent 10rem),
      #f0ede4 !important;
  }

  .home-story--compare .home-story__shell,
  .home-story--consultation .home-story__shell,
  .home-cyri__shell {
    width: 100% !important;
    max-width: none !important;
    padding: 0 1.25rem !important;
    margin: 0 !important;
  }

  .home-story--compare .home-story__grid,
  .home-story--consultation .home-story__grid,
  .home-cyri__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.1rem !important;
    align-items: stretch !important;
  }

  .home-story--compare .home-story__preview-wrap,
  .home-story--consultation .home-story__preview-wrap,
  .home-cyri__preview-wrap {
    order: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .home-story--compare .home-story__copy,
  .home-story--consultation .home-story__copy,
  .home-cyri__copy {
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .home-story--compare .home-story__preview-card,
  .home-story--consultation .home-story__preview-card,
  .home-cyri__preview-card {
    width: 100% !important;
    background: #090909 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 45px rgba(32, 30, 24, 0.28) !important;
    overflow: hidden !important;
  }

  .home-story--compare .home-story__preview-card > div:first-child,
  .home-story--consultation .home-story__preview-card > div:first-child,
  .home-cyri__preview-card > div:first-child {
    min-height: 48px !important;
    height: 48px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #222 !important;
    padding: 0 14px !important;
    gap: 10px !important;
  }

  .home-story--compare .home-story__preview-card > div:nth-child(2),
  .home-story--consultation .home-story__preview-card > div:nth-child(2),
  .home-cyri__preview-card > div:nth-child(2) {
    background: #080808 !important;
    padding: 18px !important;
  }

  .home-story--compare .home-story__preview-card > div:nth-child(2),
  .home-story--consultation .home-story__preview-card > div:nth-child(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .home-story--compare .home-story__preview-card > div:nth-child(2) > div,
  .home-story--consultation .home-story__preview-card > div:nth-child(2) > div {
    min-height: 76px !important;
    background: #101010 !important;
    border: 1px solid #222 !important;
    border-radius: 12px !important;
    padding: 0.85rem !important;
  }

  .home-story--compare .home-story__badge,
  .home-story--consultation .home-story__badge,
  .home-cyri__badge {
    margin: 0 0 1.4rem !important;
    padding: 0.65rem 1.35rem !important;
    background: rgba(167, 139, 250, 0.1) !important;
    border-color: rgba(167, 139, 250, 0.18) !important;
    color: #a78bfa !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(124, 45, 240, 0.06) !important;
  }

  .home-story--compare .section__title,
  .home-story--consultation .section__title,
  .home-cyri .section__title {
    max-width: none !important;
    margin: 0 0 1.45rem !important;
    color: #075e54 !important;
    font-size: clamp(2.15rem, 10.5vw, 3rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  .home-story--compare .section__text,
  .home-story--consultation .section__text,
  .home-cyri .section__text {
    margin: 0 0 1.8rem !important;
    color: #376b63 !important;
    font-size: 1.06rem !important;
    line-height: 1.86 !important;
  }

  .home-story--compare .home-story__features,
  .home-story--consultation .home-story__features,
  .home-cyri__features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.9rem !important;
    margin-bottom: 2rem !important;
  }

  .home-story--compare .home-story__feature,
  .home-story--consultation .home-story__feature,
  .home-cyri__feature {
    min-height: 58px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.9rem 1.1rem !important;
    background: rgba(255, 250, 241, 0.86) !important;
    border: 1px solid rgba(6, 88, 79, 0.1) !important;
    border-radius: 12px !important;
    color: #376b63 !important;
    box-shadow: 0 12px 26px rgba(6, 88, 79, 0.08) !important;
    text-align: center !important;
    line-height: 1.45 !important;
  }

  .home-story--compare .home-story__button,
  .home-story--consultation .home-story__button,
  .home-cyri__button {
    width: auto !important;
    min-width: 220px !important;
    justify-content: center !important;
    padding: 1rem 1.55rem !important;
    background: linear-gradient(135deg, #8f35f6, #7a2df0) !important;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 32px rgba(124, 45, 240, 0.24) !important;
  }
}

@media (max-width: 430px) {
  .home-story--compare .home-story__shell,
  .home-story--consultation .home-story__shell,
  .home-cyri__shell {
    padding: 0 1.1rem !important;
  }

  .home-story--compare .home-story__preview-card,
  .home-story--consultation .home-story__preview-card,
  .home-cyri__preview-card {
    border-radius: 22px !important;
  }

  .home-story--compare .home-story__preview-card > div:nth-child(2),
  .home-story--consultation .home-story__preview-card > div:nth-child(2) {
    gap: 0.55rem !important;
    padding: 0.85rem !important;
  }
}

/* Compare page professional responsive polish */
.compare-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,0.72), transparent 26rem),
    radial-gradient(circle at 88% 14%, rgba(6,88,79,0.12), transparent 30rem),
    var(--sand) !important;
}

.compare-page .page-hero {
  padding-top: clamp(3rem, 7vw, 5rem) !important;
  padding-bottom: clamp(2rem, 5vw, 3.5rem) !important;
  text-align: left !important;
}

.compare-page .page-hero__title,
.compare-page .page-hero__sub {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.compare-page .page-hero__title {
  font-size: clamp(2.4rem, 7vw, 5.2rem) !important;
  line-height: 0.95 !important;
}

.compare-page .page-hero__sub {
  color: rgba(6, 88, 79, 0.72) !important;
  font-size: clamp(1rem, 2vw, 1.18rem) !important;
}

.compare-page .filter-panel {
  border-radius: 22px !important;
  background: rgba(255, 250, 241, 0.82) !important;
  border: 1px solid rgba(6, 88, 79, 0.16) !important;
  box-shadow:
    0 24px 60px rgba(6, 88, 79, 0.1),
    inset 1px 1px 0 rgba(255,255,255,0.78) !important;
}

.compare-page .filter-group label {
  color: rgba(6, 88, 79, 0.62) !important;
}

.compare-page .filter-group select,
.compare-page .filter-group input,
.compare-page #searchFilter {
  min-height: 48px;
  border-radius: 14px !important;
  background-color: #fffaf1 !important;
}

.compare-page .results-meta {
  font-weight: 800;
  color: rgba(6, 88, 79, 0.62) !important;
}

.compare-page .laptop-grid {
  align-items: stretch;
}

.compare-page .laptop-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 18px !important;
  background: rgba(255, 250, 241, 0.86) !important;
  border-color: rgba(6, 88, 79, 0.14) !important;
}

.compare-page .laptop-card:hover,
.compare-page .laptop-card.selected {
  transform: translateY(-4px);
  border-color: rgba(6, 88, 79, 0.34) !important;
  box-shadow: 0 24px 58px rgba(6, 88, 79, 0.14) !important;
}

.compare-page .laptop-image {
  aspect-ratio: 16 / 10;
  height: auto !important;
  background: linear-gradient(145deg, rgba(6,88,79,0.08), rgba(255,255,255,0.55)) !important;
}

.compare-page .laptop-brand,
.compare-page .laptop-spec__label {
  color: rgba(6, 88, 79, 0.58) !important;
}

.compare-page .laptop-name,
.compare-page .laptop-price,
.compare-page .spec-row-label {
  color: var(--ink-green) !important;
}

.compare-page .laptop-category {
  background: rgba(6, 88, 79, 0.1) !important;
  border-color: rgba(6, 88, 79, 0.16) !important;
  color: var(--ink-green) !important;
}

.compare-page .comparison-bar {
  background: rgba(240, 237, 228, 0.94) !important;
  border-top-color: rgba(6, 88, 79, 0.2) !important;
  box-shadow: 0 -18px 48px rgba(6, 88, 79, 0.12) !important;
}

.compare-page .comparison-bar__inner {
  border-radius: 18px;
}

.compare-page .btn-compare {
  background: var(--ink-green) !important;
  color: var(--sand) !important;
  border-radius: 14px !important;
}

.compare-page .modal {
  background: rgba(7, 22, 20, 0.42) !important;
}

.compare-page .modal-content {
  background: #fffaf1 !important;
  border-color: rgba(6, 88, 79, 0.2) !important;
}

.compare-page th,
.compare-page td {
  color: var(--ink-green) !important;
  border-bottom-color: rgba(6, 88, 79, 0.14) !important;
}

.compare-page th {
  background: #ebe6db !important;
}

/* Consultation mobile refinement */
.consultation-service .hero-actions,
.consultation-service .contact-actions {
  align-items: stretch;
}

@media (max-width: 760px) {
  .consultation-service .consult-shell {
    width: min(100% - 1.25rem, 1180px);
  }

  .consultation-service .consult-hero__grid {
    gap: 1.2rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2.4rem !important;
  }

  .consultation-service .consult-hero h1 {
    font-size: clamp(2.65rem, 16vw, 4.4rem) !important;
    line-height: 0.93 !important;
  }

  .consultation-service .consult-hero {
    min-height: auto !important;
  }

  .consultation-service .hero-panel,
  .consultation-service .consult-form,
  .consultation-service .contact-card,
  .consultation-service .pricing-card,
  .consultation-service .benefit-card {
    border-radius: 16px !important;
  }

  .consultation-service .benefit-card {
    min-height: auto !important;
  }

  .consultation-service .steps-list li {
    min-height: auto;
  }

  .consultation-service .btn-primary,
  .consultation-service .btn-secondary,
  .consultation-service .plan-btn,
  .consultation-service .contact-btn {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .compare-page .page-hero {
    text-align: left !important;
  }

  .compare-page .filter-bar,
  .compare-page .results-meta,
  .compare-page .laptop-grid {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .compare-page .filter-panel {
    padding: 1rem !important;
    border-radius: 18px !important;
  }

  .compare-page .filter-row {
    gap: 0.85rem !important;
  }

  .compare-page .laptop-card {
    padding: 1rem !important;
  }

  .compare-page .laptop-spec {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 0.5rem;
    align-items: start !important;
  }

  .compare-page .laptop-spec__val {
    text-align: left !important;
    overflow-wrap: anywhere;
  }

  .compare-page .comparison-bar {
    padding: 0.75rem !important;
  }

  .compare-page .comparison-bar__inner {
    gap: 0.65rem !important;
  }

  .compare-page .btn-compare {
    width: 100%;
  }

  .compare-page .modal {
    padding: 0.5rem !important;
  }

  .compare-page .modal-content {
    width: 100% !important;
    margin: 0.5rem auto !important;
    border-radius: 16px !important;
    max-height: calc(100svh - 1rem);
    overflow: hidden;
  }

  .compare-page .modal-header {
    padding: 0.95rem 1rem !important;
  }

  .compare-page .comparison-table {
    max-height: calc(100svh - 6rem);
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .compare-page th,
  .compare-page td {
    min-width: 150px;
    padding: 0.78rem !important;
    font-size: 0.8rem !important;
    vertical-align: top;
  }

  .compare-page th:first-child,
  .compare-page td:first-child {
    position: sticky;
    left: 0;
    z-index: 12;
    min-width: 112px;
    background: #ebe6db !important;
  }
}
