html,
body.home-premium {
  background: #faf7f1;
}

body.home-premium {
  color: #1d1714;
}

.home-premium .bg-shapes {
  background:
    radial-gradient(circle at 78% 18%, rgba(226, 58, 46, 0.13), transparent 32rem),
    radial-gradient(circle at 12% 8%, rgba(255, 202, 168, 0.28), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, #f7efe7 100%);
}

.home-premium .shape {
  display: none;
}

.home-premium .page {
  max-width: 1180px;
}

.home-premium .header a,
.home-premium .header {
  color: #1d1714;
}

.home-premium #siteHeader .logo-long {
  filter: brightness(0) saturate(100%) invert(14%) sepia(9%) saturate(932%) hue-rotate(335deg) brightness(91%) contrast(92%);
}

.home-premium #siteHeader .hamburger {
  background: rgba(255, 253, 249, 0.84);
  border-color: rgba(42, 17, 23, 0.14);
  box-shadow: 0 12px 30px rgba(65, 28, 18, 0.08);
}

.home-premium #siteHeader .hamburger span {
  background: #1d1714;
}

.home-premium .hero-wrap--split {
  min-height: min(760px, calc(100vh - 5rem));
}

.home-premium .hero-split {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3.5rem;
}

.home-premium .hero-title {
  max-width: 650px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 5.8vw, 4.6rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #1d1714;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.home-premium .hero-subtitle {
  max-width: 520px;
  font-size: 1.16rem;
  color: #5c5049;
}

.home-premium .section-label,
.home-premium .proof-counter {
  color: #8b6f66;
}

.proof-counter--premium {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(194, 48, 76, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.live-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #c2304c;
  box-shadow: 0 0 0 0 rgba(194, 48, 76, 0.35);
  animation: lomaPulse 2.2s ease-out infinite;
}

.home-premium .store-button {
  background: #c2304c;
  color: #fff;
  border: 1px solid #c2304c;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(194, 48, 76, 0.25);
}

.home-premium .store-button-secondary {
  background: transparent;
  color: #2b1c18;
  border-color: rgba(42, 17, 23, 0.16);
  box-shadow: none;
}

.home-premium .hero-trustline {
  color: #786760;
}

.home-premium .ht-dot {
  color: #bca9a0;
}

.home-premium .signal-pill {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(42, 17, 23, 0.12);
  color: #4c3b35;
}

.home-premium .hero-visual {
  min-height: 570px;
}

.home-premium .hero-phone {
  filter: saturate(0.8);
}

.home-premium .hero-phone--front {
  width: 238px;
  transform: translateX(-4rem) rotate(-3deg);
  opacity: 0.72;
}

.home-premium .hero-phone--back {
  right: 19%;
  opacity: 0.28;
  filter: blur(1.5px) saturate(0.6);
}

.home-premium .hero-proof-card {
  left: 37%;
  bottom: 4rem;
  width: min(390px, 78vw);
  max-width: none;
  padding: 1.35rem;
  border: 1px solid rgba(42, 17, 23, 0.08);
  background: #fffdf9;
  color: #231714;
  box-shadow: 0 28px 70px rgba(65, 28, 18, 0.18);
  transform: rotate(2deg);
  animation: receiptRise 720ms ease both;
}

.home-premium .receipt-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: #9a7b71;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-premium .hero-proof-card strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.receipt-check {
  color: #20844e;
}

.home-premium .hero-proof-card dl {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px dashed rgba(42, 17, 23, 0.18);
  border-bottom: 1px dashed rgba(42, 17, 23, 0.18);
  display: grid;
  gap: 0.7rem;
}

.home-premium .hero-proof-card dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.home-premium .hero-proof-card dt {
  font-size: 1.45rem;
  font-weight: 800;
  color: #2a1714;
}

.home-premium .hero-proof-card dd {
  margin: 0;
  color: #604d46;
}

.home-premium .receipt-warning dt,
.home-premium .receipt-warning dd {
  color: #a95f14;
}

.receipt-unlock {
  display: block;
  padding: 0.86rem 0.9rem;
  border-radius: 14px;
  background: #fff2ee;
  color: #c2304c;
  font-weight: 800;
  text-decoration: none;
}

.home-premium .hero-proof-card p {
  margin-top: 0.65rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.76rem;
  color: #9a7b71;
}

.home-premium .job-route-card,
.home-premium .feature-card,
.home-premium .proof-loop-card,
.home-premium .price-card--free {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(42, 17, 23, 0.1);
  color: #1d1714;
  box-shadow: 0 20px 50px rgba(65, 28, 18, 0.08);
}

.home-premium .job-route-card span,
.home-premium .job-route-card p,
.home-premium .feature-card p,
.home-premium .proof-loop-card p,
.home-premium .section-heading p,
.home-premium .price-foot {
  color: #6c5c55;
}

.home-premium .job-route-card strong,
.home-premium .feature-card h3,
.home-premium .section-heading h2,
.home-premium .showcase-card figcaption strong {
  color: #1d1714;
}

@keyframes lomaPulse {
  70% {
    box-shadow: 0 0 0 10px rgba(194, 48, 76, 0);
  }
}

@keyframes receiptRise {
  from {
    opacity: 0;
    transform: translateY(14px) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(2deg);
  }
}

@media (max-width: 1080px) {
  .home-premium .hero-wrap--split {
    min-height: auto;
  }

  .home-premium .hero-split {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    text-align: center;
  }

  .home-premium .hero-copy,
  .home-premium .hero-title,
  .home-premium .hero-subtitle {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-premium .hero-title {
    font-size: clamp(2.7rem, 7.5vw, 4.1rem);
    line-height: 1.02;
  }

  .home-premium .proof-counter--premium,
  .home-premium .hero-stores,
  .home-premium .hero-trustline,
  .home-premium .signal-row {
    justify-content: center;
  }

  .home-premium .hero-visual {
    min-height: auto;
    display: block;
    width: min(620px, 100%);
    margin: 1rem auto 0;
  }

  .home-premium .hero-phone--front,
  .home-premium .hero-phone--back {
    display: none;
  }

  .home-premium .hero-proof-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(520px, 100%);
    max-width: 100%;
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 880px) {
  .home-premium .page {
    padding: 1.05rem;
  }
  .home-premium .hero-wrap--split {
    min-height: auto;
  }
  .home-premium .hero-split {
    gap: 1rem;
  }
  .home-premium .hero-title {
    font-size: clamp(2.1rem, 9.2vw, 2.95rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }
  .home-premium .hero-subtitle {
    font-size: 1rem;
    line-height: 1.48;
  }
  .home-premium .hero-stores {
    width: 100%;
  }
  .home-premium .hero-stores .store-button {
    width: 100%;
    min-width: 0;
  }
  .home-premium .hero-trustline {
    gap: 0.35rem 0.5rem;
    font-size: 0.82rem;
  }
  .home-premium .hero-visual {
    min-height: auto;
    margin-top: 0.6rem;
    display: block;
    width: 100%;
  }
  .home-premium .hero-phone--front {
    display: none;
  }
  .home-premium .hero-phone--back {
    display: none;
  }
  .home-premium .hero-proof-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    padding: 1rem;
    margin: 0.8rem auto 0;
  }
  .home-premium .hero-proof-card strong {
    font-size: 1.25rem;
  }
  .home-premium .hero-proof-card dl {
    margin: 0.75rem 0;
    padding: 0.75rem 0;
  }
  .home-premium .hero-proof-card dt {
    font-size: 1.2rem;
  }
  .home-premium .job-route-section {
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-dot,
  .home-premium .hero-proof-card {
    animation: none;
  }
}
