/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* Tema vars — mirror Laravel partials/ht-tema-vars.php
   Utility classes come from /ht/css (same as Laravel). */

:root,
.dark,
html.dark {
  --my-color: 263 83% 58%;
  --my-hover-color: 263 70% 50%;
  --ring: 263 83% 22%;
  --accent: 263 70% 18%;
  --background: 220 29% 6%;
  --card: 215 21% 11%;
  --popover: 215 21% 11%;
  --secondary: 263 45% 16%;
  --muted: 220 18% 14%;
  --muted-foreground: 220 9% 65%;
  --border: 217 19% 21%;
  --input: 217 19% 21%;
  --foreground: 0 0% 100%;
  --primary: 0 0% 100%;
  --primary-foreground: 220 29% 6%;
  --card-opacity: 0.14;
}

html.dark body.admin-panel,
body.admin-panel {
  --primary: 263 83% 58%;
  --primary-foreground: 0 0% 100%;
}

html {
  color-scheme: dark;
}

/* Hide Next.js dev watermark / error overlay on the public storefront */
nextjs-portal {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

a {
  color: inherit;
  text-decoration: none;
}

.bg-my-color {
  background-color: hsl(var(--my-color));
}

.text-my-color {
  color: hsl(var(--my-color));
}

/* Auth — glass cards over site background */
.auth-stage {
  position: relative;
  min-height: calc(100vh - 200px);
  padding: 1.5rem 0 2.75rem;
}

.auth-shell {
  width: 100%;
}

.auth-card {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  margin: 0;
  padding: 1.6rem 1.25rem 1.5rem;
  border-radius: 24px;
  border: 1px solid hsl(var(--foreground) / 0.12);
  background: hsl(var(--card) / var(--card-opacity, 0.14));
  box-shadow:
    inset 0 1px 0 hsl(var(--foreground) / 0.1),
    0 12px 40px hsl(var(--background) / 0.18);
  backdrop-filter: blur(5px) saturate(1.05);
  -webkit-backdrop-filter: blur(5px) saturate(1.05);
}

.auth-form {
  min-width: 0;
}

.auth-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsl(var(--my-color));
}

.auth-card__heading {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.auth-card__sub {
  margin: 0.4rem 0 1.2rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: hsl(var(--muted-foreground));
}

.auth-field {
  min-width: 0;
}

.auth-label {
  display: block;
  margin: 0.7rem 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: hsl(var(--foreground) / 0.86);
}

.auth-input-wrap {
  position: relative;
}

.auth-card .auth-input {
  display: flex;
  width: 100%;
  height: 46px;
  border: 1px solid hsl(var(--border) / 0.55);
  border-radius: 12px;
  background: hsl(var(--foreground) / 0.05);
  padding: 0 2.6rem 0 0.95rem;
  font-size: 0.92rem;
  color: #fff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.auth-card .auth-input::placeholder {
  color: hsl(var(--muted-foreground) / 0.9);
}

.auth-card .auth-input:hover {
  background: hsl(var(--foreground) / 0.07);
}

.auth-card .auth-input:focus {
  border-color: hsl(var(--my-color) / 0.75);
  background: hsl(var(--foreground) / 0.08);
  box-shadow: 0 0 0 4px hsl(var(--my-color) / 0.14);
}

.auth-eye {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  display: inline-flex;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: hsl(var(--foreground) / 0.7);
  cursor: pointer;
  padding: 0.3rem;
}

.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 1rem 0 0.2rem;
}

.auth-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: hsl(var(--foreground) / 0.82);
  cursor: pointer;
}

.auth-check--block {
  margin: 1rem 0 0.25rem;
}

.auth-check input {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: hsl(var(--my-color));
  flex-shrink: 0;
}

.auth-link {
  color: hsl(var(--my-color)) !important;
  font-weight: 600;
  font-size: 0.82rem;
}

.auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  margin-top: 1.05rem;
  border: 0;
  border-radius: 12px;
  background: hsl(var(--my-color));
  color: #fff;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 10px 24px hsl(var(--my-color) / 0.28);
}

.auth-btn:hover {
  filter: brightness(1.07);
}

.auth-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.auth-or {
  margin: 1.15rem 0 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}

.auth-socials {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.auth-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid hsl(var(--foreground) / 0.14);
  border-radius: 999px;
  background: hsl(var(--foreground) / 0.06);
  cursor: pointer;
}

.auth-social:hover {
  border-color: hsl(var(--my-color) / 0.7);
  background: hsl(var(--foreground) / 0.1);
}

.auth-foot {
  margin: 1.15rem 0 0;
  text-align: center;
  font-size: 0.84rem;
  color: hsl(var(--muted-foreground));
}

.auth-error {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: #fca5a5;
}

.auth-note {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: #c4b5fd;
}

.auth-aside {
  display: none;
}

.auth-hero {
  display: block;
  width: min(380px, 100%);
  height: auto;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px hsl(var(--my-color) / 0.28));
  pointer-events: none;
  user-select: none;
}

.auth-aside__copy {
  max-width: 320px;
}

.auth-aside__title {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.auth-aside__text {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: hsl(var(--muted-foreground));
}

.auth-card--simple {
  min-height: 0;
}

@media (min-width: 900px) {
  .auth-card {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.9fr);
    align-items: center;
    gap: 2.5rem 3rem;
    min-height: 560px;
    padding: 2.4rem 2.6rem;
  }

  .auth-card--simple {
    grid-template-columns: 1fr;
    min-height: 0;
    max-width: none;
  }

  .auth-form--register {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    align-content: start;
  }

  .auth-form--register .auth-kicker,
  .auth-form--register .auth-card__heading,
  .auth-form--register .auth-card__sub,
  .auth-form--register .auth-check--block,
  .auth-form--register .auth-error,
  .auth-form--register .auth-btn,
  .auth-form--register .auth-foot {
    grid-column: 1 / -1;
  }

  .auth-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    text-align: center;
  }
}

/* Homepage — desktop matches mockup, mobile stacks */
.home {
  padding-bottom: 2rem;
}

.home-hero {
  position: relative;
  padding: 1.15rem 0 0.5rem;
  overflow: hidden;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(8px);
}

.home-hero::before {
  right: 8%;
  top: -18%;
  width: min(42vw, 480px);
  height: min(42vw, 480px);
  background: radial-gradient(circle, hsl(var(--my-color) / 0.26), transparent 68%);
}

.home-hero::after {
  left: -10%;
  bottom: -30%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, hsl(var(--my-color) / 0.14), transparent 70%);
}

.home-hero__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.35rem;
  padding: 1.25rem 1.15rem 1.2rem;
  border-radius: 24px;
  border: 1px solid hsl(var(--foreground) / 0.08);
  background: hsl(220 24% 8% / 0.62);
  box-shadow: 0 18px 50px hsl(var(--background) / 0.28);
  backdrop-filter: blur(12px);
}

.home-hero__copy {
  min-width: 0;
}

.home-hero__title {
  margin: 0;
  font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.home-hero__line,
.home-hero__brand {
  display: block;
}

.home-hero__line {
  font-size: clamp(2.35rem, 7.2vw, 4.6rem);
  text-shadow: 0 8px 30px hsl(var(--background) / 0.55);
}

.home-hero__brand {
  font-size: clamp(2.55rem, 8vw, 5.1rem);
  background: linear-gradient(90deg, hsl(var(--my-color)) 0%, #c4b5fd 48%, hsl(var(--my-color)) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px hsl(var(--my-color) / 0.45));
}

.home-hero__sub {
  margin: 0.9rem 0 1.2rem;
  max-width: 34rem;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  color: hsl(var(--muted-foreground));
}

.home-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  height: 56px;
  padding: 5px 5px 5px 0;
  border: 1px solid hsl(var(--my-color) / 0.45);
  border-radius: 16px;
  background: linear-gradient(180deg, hsl(220 24% 10% / 0.92), hsl(220 28% 7% / 0.88));
  box-shadow:
    0 0 0 4px hsl(var(--my-color) / 0.08),
    0 14px 36px hsl(var(--background) / 0.35),
    inset 0 1px 0 hsl(var(--foreground) / 0.08);
  font-family: Manrope, Geist, sans-serif;
}

.home-search:focus-within {
  border-color: hsl(var(--my-color));
  box-shadow:
    0 0 0 4px hsl(var(--my-color) / 0.16),
    0 14px 36px hsl(var(--background) / 0.35);
}

.home-search__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  color: hsl(var(--muted-foreground));
  flex-shrink: 0;
}

.home-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 0.4rem 0 0;
  color: #fff;
  outline: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.home-search input::placeholder {
  color: hsl(var(--muted-foreground) / 0.9);
}

.home-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, hsl(var(--my-color)), hsl(var(--my-hover-color)));
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 18px hsl(var(--my-color) / 0.35);
}

.home-search button:hover {
  filter: brightness(1.08);
}

.home-search__results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 280px;
  overflow: auto;
  border: 1px solid hsl(var(--my-color) / 0.28);
  border-radius: 16px;
  background: hsl(220 24% 9% / 0.97);
  padding: 0.5rem;
  box-shadow: 0 18px 40px hsl(var(--background) / 0.45);
}

.home-search__results a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.5rem;
  border-radius: 10px;
}

.home-search__results a:hover {
  background: hsl(var(--my-color) / 0.12);
}

.home-search__results img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
}

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

.home-search__results small,
.home-search__results p {
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
}

.home-trust {
  display: grid;
  gap: 0.7rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.home-trust li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: hsl(var(--foreground) / 0.86);
}

.home-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 10px;
  background: hsl(var(--my-color) / 0.16);
  color: hsl(var(--my-color));
  box-shadow: 0 0 12px hsl(var(--my-color) / 0.18);
}

.home-flash {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.2rem 1.15rem;
  border: 1px solid hsl(var(--my-color) / 0.38);
  border-radius: 20px;
  background:
    linear-gradient(180deg, hsl(263 40% 16% / 0.55), hsl(220 28% 8% / 0.88)),
    hsl(220 24% 9% / 0.82);
  backdrop-filter: blur(16px) saturate(1.15);
  box-shadow:
    0 0 0 1px hsl(var(--foreground) / 0.04) inset,
    0 18px 44px hsl(var(--background) / 0.4),
    0 0 40px hsl(var(--my-color) / 0.12);
}

.home-flash__kicker {
  margin: 0 0 0.9rem;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fb923c;
}

.home-flash__clock {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.home-flash__clock div {
  flex: 1;
  min-width: 0;
  padding: 0.55rem 0.3rem 0.45rem;
  border-radius: 12px;
  border: 1px solid hsl(var(--foreground) / 0.08);
  background: hsl(var(--background) / 0.55);
  text-align: center;
}

.home-flash__clock b {
  display: block;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
}

.home-flash__clock span {
  display: block;
  margin-top: 0.28rem;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: hsl(var(--muted-foreground));
}

.home-flash__clock i {
  font-style: normal;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.3rem;
  color: hsl(var(--foreground) / 0.55);
}

.home-flash__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.05rem 0 0.5rem;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}

.home-flash__item svg {
  color: #60a5fa;
}

.home-flash__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.home-flash__price strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}

.home-flash__price s {
  color: hsl(var(--muted-foreground));
  font-size: 0.85rem;
}

.home-flash__price em {
  font-style: normal;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
}

.home-flash__bar {
  height: 6px;
  margin: 0.95rem 0 0.4rem;
  overflow: hidden;
  border-radius: 999px;
  background: hsl(var(--foreground) / 0.1);
}

.home-flash__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, hsl(var(--my-color)), #c4b5fd);
}

.home-flash__sold {
  margin: 0 0 auto;
  padding-bottom: 1rem;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.72rem;
  color: hsl(var(--muted-foreground));
}

.home-flash > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  height: 46px;
  margin-top: 0.2rem;
  border-radius: 12px;
  background: linear-gradient(180deg, hsl(var(--my-color)), hsl(var(--my-hover-color)));
  color: #fff;
  font-family: Manrope, Geist, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 22px hsl(var(--my-color) / 0.32);
}

.home-body {
  display: grid;
  gap: 2rem;
  padding-bottom: 2rem;
}

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

.home-section__head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.home-section__head a {
  font-size: 0.82rem;
  font-weight: 650;
  color: hsl(var(--my-color));
}

.home-section__head a:hover {
  color: hsl(var(--my-color));
}

.home-pop-grid,
.home-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-pop-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid hsl(var(--foreground) / 0.08);
  background: hsl(220 22% 9% / 0.92);
  box-shadow: 0 10px 28px hsl(var(--background) / 0.22);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.home-pop-card:hover {
  transform: translateY(-3px);
  border-color: hsl(var(--my-color) / 0.4);
}

.home-pop-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}

.home-pop-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-pop-card:hover .home-pop-card__media img {
  transform: scale(1.06);
}

.home-pop-card__body {
  padding: 0.75rem 0.85rem 0.9rem;
}

.home-pop-card strong,
.home-pop-card span {
  display: block;
}

.home-pop-card strong {
  font-size: 0.88rem;
  font-weight: 750;
  color: #fff;
}

.home-pop-card span {
  margin-top: 0.2rem;
  font-size: 0.72rem;
  color: hsl(var(--muted-foreground));
}

.home-promo-grid {
  display: grid;
  gap: 0.85rem;
}

.home-promo {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  border-radius: 16px;
  border: 1px solid hsl(var(--foreground) / 0.08);
  padding: 1.2rem 1.25rem;
  box-shadow: 0 12px 30px hsl(var(--background) / 0.22);
}

.home-promo div {
  position: relative;
  z-index: 1;
  max-width: 18rem;
}

.home-promo p {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-promo h3 {
  margin: 0 0 0.9rem;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-promo span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 0.85rem;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-promo--violet {
  background: linear-gradient(135deg, #7c3aed, #4c1d95 55%, #1e1b4b);
}

.home-promo--blue {
  background: linear-gradient(135deg, #2563eb, #1e3a8a 60%, #0f172a);
}

.home-promo--dark {
  background: linear-gradient(135deg, #3b0764, #1e1b4b 55%, #0b0e14);
}

.home-pay-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-pay-row li {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.7rem;
  border-radius: 12px;
  border: 1px solid hsl(var(--foreground) / 0.08);
  background: hsl(220 22% 10% / 0.92);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-cat-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home-cat-bar > button {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border: 0;
  border-radius: 999px;
  background: hsl(var(--my-color));
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.home-cat-scroller {
  display: flex;
  gap: 0.5rem;
  overflow: auto;
  scrollbar-width: none;
}

.home-cat-scroller button {
  flex: 0 0 auto;
  height: 34px;
  padding: 0 0.95rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: hsl(var(--muted));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 650;
  cursor: pointer;
}

.home-cat-scroller button.is-active {
  background: hsl(var(--my-color));
  border-color: transparent;
}

.home-more {
  height: 40px;
  padding: 0 1.4rem;
  border: 1px solid hsl(var(--my-color) / 0.5);
  border-radius: 999px;
  background: hsl(var(--my-color) / 0.18);
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
}

.home-news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-news a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid hsl(var(--foreground) / 0.1);
  background: hsl(var(--card) / 0.55);
}

.home-news img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.home-news strong {
  display: block;
  padding: 0.75rem 0.85rem 0.9rem;
  font-size: 0.88rem;
}

@media (min-width: 768px) {
  .home-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-hero__panel {
    padding: 1.6rem 1.6rem 1.5rem;
  }

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

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

  .home-pay-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-hero {
    padding: 1.5rem 0 0.4rem;
  }

  .home-hero__panel {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.72fr);
    align-items: stretch;
    gap: 2.2rem;
    padding: 2rem 2.1rem;
  }

  .home-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-flash {
    min-height: 100%;
  }

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

  .home-pay-row {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .home-section__head h2 {
    font-size: 1.35rem;
  }
}


