.page {
      max-width: var(--max);
      margin: 0 auto;
      padding: 26px 18px 54px;
    }

    .hero {
      display: block;
    }
    .hero-main {
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 78% 12%, rgba(255, 199, 44, 0.28), transparent 22%),
        linear-gradient(135deg, #f6fbff 0%, #dfeeff 48%, #c9defa 100%);
      color: var(--blue-950);
      border: 1px solid #c7d9ef;
      padding: 38px 42px;
      min-height: 318px;
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }
    .hero-main::after {
      content: "";
      position: absolute;
      width: 430px;
      height: 430px;
      right: -150px;
      bottom: -190px;
      border-radius: 50%;
      background: rgba(15, 59, 120, 0.10);
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(15, 59, 120, 0.08);
      border: 1px solid rgba(15, 59, 120, 0.18);
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--blue-800);
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-size: clamp(32px, 4.4vw, 52px);
      line-height: 1.02;
      margin: 0 0 16px;
      max-width: 760px;
    }
    .hero p {
      color: #2d4567;
      font-size: 17px;
      line-height: 1.52;
      max-width: 690px;
      margin: 0 0 24px;
    }
    .hero-actions {
      display: grid;
      grid-template-columns: minmax(280px, 320px);
      gap: 14px;
      position: relative;
      z-index: 2;
      margin-top: 8px;
      align-items: stretch;
    }
    .hero-action {
      width: 100%;
      border: 1px solid rgba(15, 59, 120, 0.16);
      border-radius: 18px;
      min-width: 0;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
      box-shadow: 0 8px 20px rgba(15, 59, 120, 0.08);
      text-align: left;
    }
    .hero-action:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(15, 59, 120, 0.12);
      border-color: rgba(15, 59, 120, 0.28);
    }
    .hero-action-primary {
      background: linear-gradient(135deg, #0f3b78 0%, #17498f 100%);
      color: var(--white);
      border-color: rgba(15, 59, 120, 0.9);
    }
    .hero-action-secondary {
      background: rgba(255, 255, 255, 0.72);
      color: var(--blue-950);
      backdrop-filter: blur(6px);
    }
    .hero-action-copy {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .hero-action-title {
      font-size: 18px;
      line-height: 1.1;
      font-weight: 900;
    }
    .hero-action-subtitle {
      font-size: 12px;
      line-height: 1.3;
      opacity: 0.82;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
    .hero-action-primary .hero-action-subtitle {
      opacity: 0.8;
    }
    .hero-action-arrow {
      width: 36px;
      height: 36px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      font-size: 18px;
      font-weight: 900;
    }
    .hero-action-primary .hero-action-arrow {
      background: rgba(255, 255, 255, 0.16);
      color: var(--white);
    }
    .hero-action-secondary .hero-action-arrow {
      background: rgba(15, 59, 120, 0.08);
      color: var(--blue-800);
    }

    .hero-panel {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow: var(--shadow);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px;
    }
    .hero-panel h2 { margin: 0; color: var(--blue-950); font-size: 24px; }
    .hero-panel p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.45;
      margin: 6px 0 0;
    }
    .quick-search-card {
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      padding: 14px;
      background: var(--bg);
    }
    .quick-search-card label {
      display: block;
      color: var(--blue-950);
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 8px;
    }
    .quick-search-card input {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 11px 12px;
      outline: none;
      margin-bottom: 10px;
    }
    .quick-search-card button {
      width: 100%;
      border: 0;
      border-radius: 12px;
      background: var(--blue-900);
      color: var(--white);
      padding: 11px;
      font-weight: 900;
      cursor: pointer;
    }
    .hero-layout {
      position: relative;
      z-index: 2;
      max-width: 900px;
    }

    .section { margin-top: 34px; }
    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
    }
    .section-title { margin: 0; font-size: 28px; color: var(--blue-950); }
    .section-subtitle {
      margin: 6px 0 0;
      color: var(--muted);
      line-height: 1.45;
    }
    .carousel-controls { display: flex; gap: 8px; }
    .carousel-controls button {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid var(--line);
      background: var(--white);
      color: var(--blue-900);
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 8px 20px rgba(7, 29, 58, 0.08);
    }

    .category-carousel {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(240px, 1fr);
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 8px;
    }
    .category-card {
      scroll-snap-align: start;
      min-height: 185px;
      border-radius: var(--radius-lg);
      background: var(--white);
      border: 1px solid var(--line);
      padding: 22px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(7, 29, 58, 0.07);
    }
    .category-card::after {
      content: "";
      width: 100px;
      height: 100px;
      border-radius: 24px;
      position: absolute;
      right: -24px;
      bottom: -26px;
      background: var(--blue-50);
      transform: rotate(22deg);
    }
    .category-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: var(--blue-900);
      color: var(--yellow);
      font-size: 22px;
      margin-bottom: 16px;
      position: relative;
      z-index: 2;
    }
    .category-card h3,
    .category-card p,
    .category-card a { position: relative; z-index: 2; }
    .category-card h3 { margin: 0 0 8px; color: var(--blue-950); }
    .category-card p {
      color: var(--muted);
      line-height: 1.45;
      margin: 0 0 14px;
    }
    .category-card a { color: var(--blue-800); font-weight: 900; }

    .promo-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .promo-ribbon {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      background: rgba(255, 199, 44, 0.16);
      color: var(--yellow-deep);
      padding: 6px 10px;
      font-size: 12px;
      font-weight: 900;
    }
    .old-price {
      color: var(--muted);
      text-decoration: line-through;
      font-size: 13px;
      margin-right: 8px;
    }
    .promo-price {
      color: var(--red);
      font-weight: 900;
      font-size: 15px;
    }
    .promo-card__category {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: calc(100% - 32px);
      text-align: center;
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: 0.04em;
      color: var(--blue-900);
      font-weight: 900;
      text-transform: uppercase;
      pointer-events: none;
    }
    .promo-card__visual .promo-card__image + .promo-card__category {
      display: none;
    }
    .promo-card__description {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .promo-card .product-actions .add-button {
      text-align: center;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
    }

    #bundle-section {
      background: linear-gradient(180deg, #1b4d92 0%, #123d7b 100%);
      border: 1px solid #0e3467;
      border-radius: 22px;
      padding: 28px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 14px 30px rgba(7, 29, 58, 0.14);
    }
    #bundle-section .section-title {
      color: #ffffff;
    }
    #bundle-section .section-subtitle {
      color: rgba(255,255,255,0.86);
    }
    .bundle-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .bundle-card {
      background: #eef4fb;
      border: 1px solid rgba(255,255,255,0.20);
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 10px 22px rgba(7, 29, 58, 0.14);
    }
    .bundle-top {
      padding: 20px 20px 16px;
      background: #e8f0f9;
      color: var(--blue-950);
      border-bottom: 1px solid #c8d8ea;
    }
    .bundle-top .tag {
      display: inline-flex;
      padding: 5px 9px;
      border-radius: 999px;
      background: #d8e6f5;
      color: var(--blue-900);
      border: 1px solid #b5cae2;
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 10px;
    }
    .bundle-top h3 {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.2;
    }
    .bundle-top p {
      margin: 0;
      color: #355275;
      line-height: 1.45;
      max-width: 680px;
    }
    .bundle-body { padding: 18px 20px 20px; }
    .bundle-list {
      border: 1px solid var(--line);
      border-radius: 14px;
      overflow: hidden;
      background: #fbfdff;
    }
    .bundle-row {
      display: grid;
      grid-template-columns: 1fr 58px;
      gap: 12px;
      align-items: center;
      padding: 10px 12px;
      border-bottom: 1px solid #e8eef7;
      font-size: 14px;
    }
    .bundle-row:last-child { border-bottom: 0; }
    .bundle-row b { color: var(--blue-950); font-weight: 800; }
    .bundle-row span { color: var(--muted); font-size: 12px; display: block; margin-top: 2px; }
    .qty-pill {
      text-align: center;
      border-radius: 999px;
      background: transparent;
      color: var(--blue-800);
      border: 1px solid #d8e7fa;
      font-weight: 800;
      padding: 6px 8px;
    }
    .bundle-actions {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      align-items: center;
      margin-top: 14px;
    }
    .bundle-note {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.35;
    }
    .bundle-button {
      border: 1px solid rgba(15, 59, 120, 0.18);
      border-radius: 999px;
      background: #fff7d8;
      color: var(--blue-950);
      padding: 11px 15px;
      font-weight: 850;
      cursor: pointer;
      white-space: nowrap;
    }
    .bundle-button:hover {
      background: var(--yellow);
    }
    .bundle-link {
      display: block;
      color: inherit;
      cursor: pointer;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .bundle-link:hover {
      transform: translateY(-2px);
      border-color: #b8cdea;
      box-shadow: 0 14px 28px rgba(7, 29, 58, 0.10);
    }
    .bundle-link .bundle-top {
      min-height: 158px;
      border-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .bundle-card-arrow {
      display: inline-flex;
      margin-top: 14px;
      color: var(--blue-900);
      font-weight: 900;
    }

    .shop-layout {
      display: grid;
      grid-template-columns: 260px 1fr;
      gap: 20px;
      align-items: start;
    }
    .filter-panel {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 18px;
      position: sticky;
      top: 152px;
      box-shadow: 0 10px 26px rgba(7, 29, 58, 0.06);
    }
    .filter-panel h3 { margin: 0 0 8px; color: var(--blue-950); }
    .filter-panel p { margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.45; }
    .filter-search {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 10px 12px;
      outline: none;
      margin-bottom: 12px;
    }
    .filter-group {
      border-top: 1px solid var(--line);
      padding: 14px 0;
    }
    .filter-group:first-of-type { border-top: 0; padding-top: 0; }
    .filter-group b { display: block; margin-bottom: 10px; color: var(--blue-950); }
    .filter-option {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 14px;
      margin: 9px 0;
    }

    .results-toolbar {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 16px;
      box-shadow: 0 10px 26px rgba(7, 29, 58, 0.06);
    }
    .results-toolbar b { color: var(--blue-950); }
    .results-toolbar select {
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 12px;
      outline: none;
      background: var(--white);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
    .product-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(7, 29, 58, 0.07);
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }
    .product-image {
      height: 168px;
      background:
        linear-gradient(135deg, rgba(15, 59, 120, 0.12), rgba(255, 199, 44, 0.2)),
        var(--blue-50);
      display: grid;
      place-items: center;
      color: var(--blue-800);
      font-weight: 900;
      text-align: center;
      padding: 20px;
    }
    .promo-card .product-image.promo-card__visual {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 200px;
      min-height: 200px;
      padding: 0;
      box-sizing: border-box;
    }
    .promo-card .product-image.promo-card__visual--photo {
      display: block;
      background: #ffffff;
      position: relative;
    }
    .promo-card__media {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px;
      box-sizing: border-box;
      background: #ffffff;
    }
    .promo-card .promo-card__image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center center;
    }
    .product-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex: 1;
    }
    .product-meta {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      font-size: 12px;
    }
    .badge {
      border-radius: 999px;
      padding: 5px 8px;
      background: var(--blue-50);
      color: var(--blue-800);
      font-weight: 800;
    }
    .stock { color: var(--green); font-weight: 900; }
    .product-card h3 {
      font-size: 16px;
      line-height: 1.35;
      color: var(--blue-950);
      margin: 0;
    }
    .sku { color: var(--muted); font-size: 13px; }
    .product-actions {
      margin-top: auto;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 8px;
      align-items: center;
    }
    .price-note { color: var(--blue-900); font-weight: 900; font-size: 14px; }
    .add-button {
      border: 0;
      background: var(--yellow);
      color: var(--blue-950);
      border-radius: 12px;
      padding: 10px 12px;
      font-weight: 900;
      cursor: pointer;
    }

    .support-band {
      background: linear-gradient(180deg, #1b4d92 0%, #123d7b 100%);
      color: var(--white);
      border: 1px solid #0e3467;
      border-radius: var(--radius-lg);
      padding: 26px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 22px;
      align-items: center;
      box-shadow: 0 14px 30px rgba(7, 29, 58, 0.14);
    }
    .support-band h2 { margin: 0 0 8px; }
    .support-band p {
      margin: 0;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.5;
    }
    .support-band button,
    .support-band .action-pill,
    .support-band__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border: 0;
      border-radius: 999px;
      padding: 13px 18px;
      background: var(--yellow);
      color: var(--blue-950);
      font-weight: 900;
      white-space: nowrap;
      cursor: pointer;
    }

/* ------------------------------------------------------------------ */
/* Home page responsive overrides (must follow base rules in this file) */
/* ------------------------------------------------------------------ */

@media (max-width: 1050px) {
  .page {
    padding: 20px 16px 40px;
  }

  .hero-main {
    padding: 28px 24px;
    min-height: auto;
  }

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

  .section-title {
    font-size: clamp(24px, 4vw, 28px);
  }

  #bundle-section {
    padding: 24px 20px;
  }

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

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

  .support-band {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 18px;
    padding: 22px 20px;
  }

  .support-band .action-pill,
  .support-band__cta {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .page {
    padding: 18px 14px 38px;
  }

  .hero-main {
    padding: 26px 20px;
  }

  .hero h1 {
    font-size: clamp(28px, 6vw, 40px);
  }

  .hero p {
    font-size: 16px;
  }

  #bundle-section {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .bundle-top h3 {
    font-size: 20px;
  }

  .bundle-link .bundle-top {
    min-height: auto;
    justify-content: flex-start;
  }

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

  .promo-card .product-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .promo-card .product-actions .add-button {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 650px) {
  .page {
    padding: 16px 12px 36px;
  }

  .section {
    margin-top: 28px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-title {
    font-size: clamp(22px, 5vw, 28px);
  }

  .section-subtitle {
    font-size: 14px;
  }

  .hero-main {
    padding: 24px 18px;
  }

  .hero h1 {
    font-size: clamp(24px, 7vw, 34px);
    margin-bottom: 12px;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-action {
    min-height: 48px;
  }

  .hero-action-title {
    font-size: 16px;
  }

  #bundle-section {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .bundle-top {
    padding: 16px;
  }

  .bundle-top h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .bundle-top p {
    font-size: 14px;
  }

  .bundle-card-arrow {
    margin-top: 12px;
    font-size: 14px;
  }

  .promo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .promo-grid > * {
    min-width: 0;
  }

  .promo-card h3 {
    font-size: 15px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .promo-card .product-image.promo-card__visual {
    height: 180px;
    min-height: 180px;
  }

  .promo-card .product-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .promo-card .product-actions .add-button {
    width: 100%;
    min-height: 44px;
    white-space: normal;
  }

  .support-band {
    padding: 20px 16px;
    gap: 16px;
  }

  .support-band h2 {
    font-size: clamp(20px, 5vw, 24px);
  }

  .support-band p {
    font-size: 14px;
  }

  .support-band .action-pill,
  .support-band__cta {
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
  }
}
