:root {
  --ink: #11100f;
  --black: #050403;
  --black-soft: #11100e;
  --ivory: #fbf6ea;
  --ivory-deep: #f0e7d7;
  --gold: #d8b668;
  --gold-bright: #f1d896;
  --gold-dark: #9e7838;
  --muted: #625a50;
  --line: rgba(166, 125, 54, 0.28);
  --whatsapp: #16a457;
  --whatsapp-dark: #087436;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --safe-bottom: env(safe-area-inset-bottom);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(216, 182, 104, 0.14), transparent 34rem),
    linear-gradient(90deg, #f6efe1, #fffaf0 50%, #f6efe1);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.45;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ivory);
  color: var(--ink);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.lead-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--ivory);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.14);
}

.hero {
  position: relative;
  min-height: 690px;
  padding: 32px 72px 28px;
  display: grid;
  align-items: start;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.92) 0%, rgba(5, 4, 3, 0.66) 50%, rgba(5, 4, 3, 0.3) 100%),
    url("../images/hero-editorial.svg") center / cover no-repeat,
    radial-gradient(circle at 78% 47%, rgba(218, 169, 72, 0.2) 0 7rem, transparent 15rem),
    radial-gradient(circle at 50% 9%, rgba(245, 211, 137, 0.32), transparent 9rem),
    linear-gradient(122deg, rgba(255, 255, 255, 0.16) 0 1%, transparent 28%),
    linear-gradient(150deg, #080706 0%, #11100f 42%, #2c2013 100%);
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-bg::before {
  right: -24px;
  top: 185px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 18px solid rgba(219, 169, 75, 0.16);
  box-shadow:
    inset 0 0 0 42px rgba(0, 0, 0, 0.52),
    inset 0 0 0 50px rgba(216, 182, 104, 0.26),
    0 0 0 120px rgba(0, 0, 0, 0.2),
    0 28px 88px rgba(0, 0, 0, 0.7);
}

.hero-bg::after {
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 12%, rgba(216, 182, 104, 0.14) 17%, transparent 30%),
    radial-gradient(circle at 94% 90%, rgba(216, 182, 104, 0.16), transparent 17rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.14));
}

.hero-shell {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.profile-head {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.brand-avatar {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold-bright);
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.72),
    0 0 28px rgba(241, 216, 150, 0.46),
    0 22px 58px rgba(0, 0, 0, 0.72);
}

.brand-name {
  position: relative;
  margin: 0;
  display: inline-grid;
  grid-template-columns: 54px auto 54px;
  align-items: center;
  gap: 22px;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(216, 182, 104, 0.26);
}

.brand-name::before,
.brand-name::after {
  content: "";
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  margin: 0 0 20px;
  max-width: 780px;
  color: #fff;
  font-size: clamp(54px, 8vw, 74px);
  letter-spacing: 0;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.8);
}

.hero-copy {
  max-width: 430px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.35;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.86);
}

.hero-actions {
  width: min(100%, 524px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.button {
  position: relative;
  min-height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 26px;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #1ebd67, #087638);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 17px 44px rgba(0, 0, 0, 0.45),
    0 0 34px rgba(22, 164, 87, 0.36);
}

.button img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
}

.button-sparkle {
  animation: glowPulse 2.4s ease-in-out infinite;
}

.button-sparkle::before {
  content: "";
  position: absolute;
  inset: -28% auto -28% -46%;
  width: 42%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  animation: sparkleSweep 2.8s ease-in-out infinite;
}

.button-sparkle::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  right: 22%;
  top: 18px;
  background: #fff;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  opacity: 0;
  animation: tinySpark 2.4s ease-in-out infinite;
}

.phone-line {
  width: min(100%, 406px);
  min-height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: rgba(4, 4, 4, 0.56);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: inset 0 0 20px rgba(216, 182, 104, 0.1);
}

.phone-line img {
  width: 24px;
  height: 24px;
}

.phone-line span {
  color: var(--gold-bright);
  font-size: 14px;
}

.phone-line strong {
  font-size: 26px;
  font-weight: 500;
}

.qr-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  background:
    radial-gradient(circle at 100% 20%, rgba(0, 0, 0, 0.05), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(246, 239, 225, 0.95)),
    var(--ivory);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.qr-panel {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 52px;
  width: min(100% - 112px, 640px);
  margin: 0 auto;
  padding: 26px 0 16px;
}

.qr-panel > img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 2px solid var(--gold);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(80, 50, 10, 0.16);
}

.qr-copy {
  position: relative;
  padding-top: 8px;
}

.qr-label {
  position: relative;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.qr-label::before {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--gold);
}

.qr-copy h2 {
  max-width: 285px;
  margin: 0;
  color: var(--ink);
  font-size: 35px;
  line-height: 1.05;
}

.qr-copy h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 18px;
  background: var(--gold);
}

.feedback-section {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 18px 72px 26px;
  background:
    radial-gradient(circle at 20% 90%, rgba(216, 182, 104, 0.14), transparent 11rem),
    linear-gradient(180deg, #050403, #0b0908 70%, #050403);
  color: #fff;
}

.feedback-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 13px;
}

.feedback-heading h2 {
  margin: 0;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feedback-heading span {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: var(--gold-bright);
}

.carousel {
  position: relative;
}

.carousel-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.feedback-slide {
  min-width: 0;
  transition: transform 200ms ease;
}

.feedback-slide:hover {
  transform: translateY(-2px);
}

.feedback-zoom {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
}

.feedback-zoom img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.44);
}

.feedback-zoom:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 5px;
}

.carousel-controls {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
}

.carousel-controls > button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: var(--gold);
}

.intro-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 20px 52px 28px;
  background:
    radial-gradient(circle at 94% 76%, rgba(0, 0, 0, 0.06), transparent 11rem),
    linear-gradient(135deg, #fffdf7, #f3ecdf);
}

.feature-list {
  display: grid;
}

.feature-row {
  display: grid;
  grid-template-columns: 122px 1fr 38px;
  align-items: center;
  gap: 24px;
  min-height: 134px;
  border-bottom: 1px solid var(--line);
}

.feature-row:last-child {
  border-bottom: 0;
}

.feature-row::before {
  content: "";
  width: 1px;
  height: 62px;
  justify-self: start;
  grid-column: 1;
  grid-row: 1;
  background: var(--gold);
}

.feature-row > img:first-child {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: 82px;
  height: 82px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
}

.feature-row h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 33px;
}

.feature-row p {
  max-width: 440px;
  margin: 0;
  color: #1b1a18;
  font-size: 20px;
  line-height: 1.28;
}

.feature-arrow {
  width: 29px;
  height: 29px;
  justify-self: center;
}

.site-footer {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 24px 72px 34px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(216, 182, 104, 0.1), transparent 28%),
    #050403;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.site-footer a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(216, 182, 104, 0.44);
  font-size: 17px;
}

.site-footer a:last-child {
  border-right: 0;
}

.site-footer img {
  width: 34px;
  height: 34px;
}

.floating-whatsapp {
  position: fixed;
  left: auto;
  right: 28px;
  bottom: 28px;
  z-index: 30;
  width: 330px;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #20b764, #067234);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 52px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(22, 164, 87, 0.32);
}

.floating-whatsapp img {
  width: 42px;
  height: 42px;
}

.floating-whatsapp strong {
  grid-column: 2;
  padding-left: 0;
  border-left: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.9;
}

.is-lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  width: min(100%, 760px);
  max-height: calc(100svh - 120px);
  object-fit: contain;
  border: 1px solid rgba(216, 182, 104, 0.5);
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.56);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  min-width: 82px;
  min-height: 42px;
  border: 1px solid rgba(216, 182, 104, 0.54);
  background: rgba(10, 8, 6, 0.82);
  color: #fff7df;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lightbox-title {
  position: fixed;
  left: 22px;
  top: 18px;
  margin: 0;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.legal-page,
.error-page {
  background: var(--ivory);
}

.legal-main,
.error-main {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 108px 0 72px;
}

.legal-main .brand-link,
.error-main .brand-link {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-main h1,
.error-main h1 {
  font-size: clamp(44px, 12vw, 72px);
}

.legal-main section {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.legal-main p,
.error-main p {
  color: var(--muted);
}

@keyframes sparkleSweep {
  0%,
  38% {
    left: -48%;
  }
  62%,
  100% {
    left: 118%;
  }
}

@keyframes glowPulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.34),
      0 17px 44px rgba(0, 0, 0, 0.45),
      0 0 24px rgba(22, 164, 87, 0.32);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      0 19px 56px rgba(0, 0, 0, 0.52),
      0 0 42px rgba(36, 196, 106, 0.58),
      0 0 20px rgba(241, 216, 150, 0.36);
  }
}

@keyframes tinySpark {
  0%,
  42%,
  100% {
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  52% {
    opacity: 0.95;
    transform: scale(1.25) rotate(45deg);
  }
  62% {
    opacity: 0.25;
    transform: scale(0.8) rotate(90deg);
  }
}

@media (max-width: 719px) {
  .lead-page,
  .hero,
  .qr-section,
  .feedback-section,
  .intro-section,
  .site-footer {
    width: 100%;
  }

  .hero {
    min-height: 690px;
    padding: 28px 22px 24px;
  }

  .brand-avatar {
    width: 118px;
    height: 118px;
  }

  .brand-name {
    grid-template-columns: 42px auto 42px;
    gap: 14px;
    font-size: 38px;
  }

  h1 {
    font-size: 49px;
  }

  .hero-copy {
    max-width: 300px;
    font-size: 18px;
  }

  .button {
    min-height: 72px;
    gap: 18px;
    font-size: 24px;
  }

  .button img {
    width: 46px;
    height: 46px;
  }

  .phone-line {
    width: min(100%, 360px);
  }

  .phone-line strong {
    font-size: 20px;
  }

  .qr-panel {
    width: min(100% - 36px, 390px);
    grid-template-columns: 178px 1fr;
    gap: 22px;
    padding: 24px 0 18px;
  }

  .qr-panel > img {
    width: 178px;
    height: 178px;
  }

  .qr-copy h2 {
    font-size: 28px;
  }

  .qr-label {
    font-size: 14px;
  }

  .qr-label::before {
    width: 26px;
  }

  .feedback-section {
    padding: 18px 24px 26px;
  }

  .carousel-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .feedback-heading h2 {
    font-size: 21px;
  }

  .carousel-controls {
    grid-template-columns: 34px 1fr 34px;
  }

  .carousel-controls > button {
    width: 34px;
    height: 34px;
  }

  .carousel-dots {
    gap: 12px;
  }

  .intro-section {
    padding: 20px 24px 24px;
  }

  .feature-row {
    grid-template-columns: 84px 1fr 28px;
    gap: 14px;
    min-height: 112px;
  }

  .feature-row::before {
    height: 52px;
  }

  .feature-row > img:first-child {
    width: 68px;
    height: 68px;
  }

  .feature-row h3 {
    font-size: 29px;
  }

  .feature-row p {
    font-size: 16px;
  }

  .site-footer {
    padding: 18px 22px 92px;
  }

  .site-footer a {
    gap: 8px;
    font-size: 14px;
  }

  .floating-whatsapp {
    left: 10px;
    right: 10px;
    bottom: calc(12px + var(--safe-bottom));
    width: auto;
    min-height: 72px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 13px 18px;
    font-size: 22px;
  }

  .floating-whatsapp img {
    width: 43px;
    height: 43px;
  }

  .floating-whatsapp strong {
    grid-column: auto;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 15px;
  }
}

@media (min-width: 900px) {
  .lead-page,
  .qr-section,
  .feedback-section,
  .intro-section,
  .site-footer {
    width: min(100% - 64px, 1280px);
  }

  .lead-page {
    margin-top: 28px;
  }

  .hero {
    min-height: 760px;
    padding: 46px 86px 60px;
    align-items: center;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(5, 4, 3, 0.93) 0%, rgba(5, 4, 3, 0.72) 44%, rgba(5, 4, 3, 0.2) 100%),
      url("../images/hero-editorial.svg") center right / cover no-repeat,
      radial-gradient(circle at 76% 44%, rgba(218, 169, 72, 0.24) 0 8rem, transparent 18rem),
      linear-gradient(150deg, #080706 0%, #11100f 42%, #2c2013 100%);
  }

  .hero-bg::before {
    right: 88px;
    top: 220px;
    width: 390px;
    height: 390px;
    opacity: 0.78;
  }

  .hero-shell {
    max-width: 1080px;
    display: grid;
    grid-template-columns: minmax(460px, 0.95fr) minmax(300px, 0.75fr);
    column-gap: 56px;
    align-items: center;
  }

  .profile-head {
    grid-column: 1 / -1;
    margin-bottom: 34px;
  }

  .brand-avatar {
    width: 132px;
    height: 132px;
  }

  .brand-name {
    grid-template-columns: 72px auto 72px;
    font-size: 58px;
  }

  .hero-content {
    grid-column: 1;
    align-self: center;
  }

  h1 {
    max-width: 680px;
    font-size: clamp(70px, 6.2vw, 92px);
  }

  .hero-copy {
    max-width: 520px;
    font-size: 22px;
  }

  .hero-actions {
    width: min(100%, 560px);
    margin: 0;
  }

  .button {
    min-height: 82px;
  }

  .qr-panel {
    grid-template-columns: 300px minmax(360px, 1fr);
    width: min(100% - 120px, 920px);
    gap: 70px;
    padding: 44px 0 38px;
  }

  .qr-panel > img {
    width: 290px;
    height: 290px;
  }

  .qr-copy h2 {
    max-width: 450px;
    font-size: 54px;
  }

  .feedback-section {
    padding: 34px 92px 42px;
  }

  .feedback-heading {
    margin-bottom: 22px;
  }

  .feedback-heading h2 {
    font-size: 32px;
  }

  .carousel-track {
    gap: 22px;
  }

  .feedback-zoom img {
    aspect-ratio: 1.18 / 1;
  }

  .intro-section {
    padding: 42px 72px;
  }

  .feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .feature-row {
    min-height: 278px;
    grid-template-columns: 1fr 28px;
    grid-template-rows: auto 1fr;
    align-content: start;
    gap: 18px;
    padding: 28px 26px;
    border: 1px solid rgba(166, 125, 54, 0.24);
    background: rgba(255, 255, 255, 0.46);
  }

  .feature-row::before {
    display: none;
  }

  .feature-row > img:first-child {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 86px;
    height: 86px;
  }

  .feature-row > div {
    grid-column: 1 / -1;
  }

  .feature-row h3 {
    font-size: 36px;
  }

  .feature-row p {
    font-size: 18px;
  }

  .feature-arrow {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .site-footer {
    padding: 28px 92px 38px;
  }

  .site-footer a {
    font-size: 18px;
  }
}

/* Final responsive art direction */
.hero {
  min-height: min(760px, 100svh);
}

.hero-shell {
  position: relative;
  z-index: 1;
}

.hero-content {
  position: relative;
}

.hero-copy {
  text-wrap: pretty;
}

.hero-contact-card {
  display: none;
}

.feedback-note {
  margin: -4px 0 18px;
  color: rgba(255, 247, 223, 0.68);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.feedback-zoom {
  position: relative;
  overflow: hidden;
}

.feedback-zoom::after {
  content: "View";
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(241, 216, 150, 0.55);
  background: rgba(5, 4, 3, 0.72);
  color: #fff7df;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.feedback-zoom:hover::after,
.feedback-zoom:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.button-primary,
.floating-whatsapp,
.contact-card-link {
  border-radius: 10px;
}

.button-primary {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #21bd68 0%, #0b8d46 52%, #067234 100%);
}

.floating-whatsapp {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #21bd68 0%, #0b8d46 52%, #067234 100%);
}

.contact-card-link {
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #21bd68, #087638);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(6, 114, 52, 0.34);
}

@media (max-width: 719px) {
  body {
    background: #050403;
  }

  .lead-page {
    box-shadow: none;
  }

  .hero {
    min-height: 682px;
    padding: 26px 22px 28px;
    align-items: start;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.22) 0%, rgba(5, 4, 3, 0.74) 44%, #050403 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.2)),
      url("../images/hero-editorial.svg") center top / cover no-repeat,
      linear-gradient(150deg, #080706 0%, #11100f 42%, #2c2013 100%);
  }

  .hero-bg::before {
    right: -72px;
    top: 184px;
    width: 250px;
    height: 250px;
    opacity: 0.74;
  }

  .profile-head {
    gap: 14px;
    margin-bottom: 34px;
  }

  .brand-avatar {
    width: 112px;
    height: 112px;
  }

  .brand-name {
    grid-template-columns: 32px auto 32px;
    gap: 12px;
    font-size: 34px;
    letter-spacing: 0.1em;
  }

  h1 {
    max-width: 340px;
    margin-bottom: 16px;
    font-size: clamp(46px, 13vw, 58px);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 318px;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.44;
  }

  .hero-actions {
    width: 100%;
    gap: 11px;
  }

  .button {
    width: 100%;
    min-height: 74px;
    gap: 16px;
    padding: 16px 18px;
    font-size: clamp(22px, 6.2vw, 26px);
  }

  .button img {
    width: 46px;
    height: 46px;
  }

  .phone-line {
    width: 100%;
    min-height: 50px;
    gap: 9px;
    padding: 0 12px;
  }

  .phone-line span {
    font-size: 12px;
  }

  .phone-line strong {
    font-size: clamp(18px, 5vw, 21px);
  }

  .qr-panel {
    grid-template-columns: 156px 1fr;
    gap: 18px;
    width: min(100% - 32px, 430px);
    padding: 24px 0;
  }

  .qr-panel > img {
    width: 156px;
    height: 156px;
  }

  .qr-copy h2 {
    max-width: 190px;
    font-size: clamp(25px, 7.2vw, 32px);
  }

  .feedback-section {
    padding: 24px 22px 30px;
  }

  .feedback-heading {
    margin-bottom: 8px;
  }

  .feedback-note {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .carousel-track {
    display: block;
  }

  .feedback-slide {
    display: none;
  }

  .feedback-slide.is-active {
    display: block;
  }

  .feedback-zoom img {
    aspect-ratio: 0.82 / 1;
    object-fit: cover;
    border: 1px solid rgba(241, 216, 150, 0.25);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.56);
  }

  .carousel-controls {
    grid-template-columns: 42px 1fr 42px;
    margin-top: 18px;
  }

  .carousel-controls > button {
    width: 42px;
    height: 42px;
    background: rgba(255, 247, 223, 0.12);
  }

  .intro-section {
    padding: 26px 22px 28px;
  }

  .feature-row {
    grid-template-columns: 76px 1fr 20px;
    min-height: 108px;
    gap: 13px;
  }

  .feature-row > img:first-child {
    width: 62px;
    height: 62px;
  }

  .feature-row h3 {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .feature-row p {
    font-size: 15px;
    line-height: 1.34;
  }

  .site-footer {
    padding: 18px 18px 104px;
  }

  .site-footer nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer a {
    min-width: 0;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
  }

  .site-footer img {
    width: 28px;
    height: 28px;
  }

  .floating-whatsapp {
    left: 12px;
    right: 12px;
    bottom: calc(12px + var(--safe-bottom));
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 70px;
    gap: 12px;
    padding: 12px 16px;
    font-size: clamp(20px, 5.6vw, 24px);
  }

  .floating-whatsapp strong {
    grid-column: 2;
    padding-left: 0;
    border-left: 0;
    font-size: 13px;
  }

  .lightbox {
    padding: 72px 14px 28px;
  }

  .lightbox-title {
    top: 24px;
    left: 16px;
    font-size: 20px;
  }

  .lightbox-close {
    top: 18px;
    right: 14px;
  }

  .lightbox img {
    max-height: calc(100svh - 124px);
  }
}

@media (min-width: 900px) {
  body {
    background:
      radial-gradient(circle at 16% 0%, rgba(216, 182, 104, 0.16), transparent 30rem),
      radial-gradient(circle at 88% 16%, rgba(5, 4, 3, 0.1), transparent 24rem),
      linear-gradient(90deg, #eee4d4, #fffaf0 50%, #eee4d4);
  }

  .lead-page {
    border: 1px solid rgba(166, 125, 54, 0.18);
  }

  .hero {
    min-height: 780px;
    padding: 44px 86px 64px;
  }

  .hero-shell {
    max-width: 1110px;
    grid-template-columns: minmax(520px, 0.98fr) 360px;
    column-gap: 72px;
  }

  .profile-head {
    justify-items: start;
    text-align: left;
  }

  .brand-name {
    grid-template-columns: 76px auto 76px;
    gap: 24px;
    font-size: 62px;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(76px, 6.2vw, 98px);
  }

  .hero-copy {
    max-width: 540px;
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1.42;
  }

  .button {
    min-height: 84px;
    font-size: 30px;
  }

  .phone-line {
    margin-left: 0;
  }

  .hero-contact-card {
    grid-column: 2;
    display: grid;
    align-self: end;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(241, 216, 150, 0.34);
    background:
      linear-gradient(145deg, rgba(255, 247, 223, 0.1), rgba(255, 255, 255, 0.03)),
      rgba(5, 4, 3, 0.48);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 30px 90px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
  }

  .contact-card-logo {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--gold-bright);
    box-shadow: 0 0 24px rgba(241, 216, 150, 0.34);
  }

  .contact-card-label {
    margin: 0;
    color: var(--gold-bright);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .hero-contact-card h2 {
    margin: -8px 0 2px;
    color: #fff7df;
    font-size: 34px;
    line-height: 1.02;
  }

  .contact-card-qr {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(241, 216, 150, 0.48);
    background: #fff;
  }

  .qr-section {
    display: none;
  }

  .feedback-section {
    padding: 42px 92px 48px;
  }

  .feedback-heading h2 {
    font-size: 34px;
  }

  .feedback-note {
    margin-bottom: 24px;
  }

  .carousel-track {
    gap: 24px;
  }

  .feedback-zoom img {
    aspect-ratio: 0.9 / 1;
    border: 1px solid rgba(241, 216, 150, 0.24);
  }

  .carousel-controls {
    display: none;
  }

  .intro-section {
    padding: 50px 82px 56px;
  }

  .feature-row {
    min-height: 282px;
    padding: 30px 28px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.32));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .feature-row:hover {
    transform: translateY(-3px);
    border-color: rgba(166, 125, 54, 0.42);
    box-shadow: 0 18px 44px rgba(68, 45, 12, 0.12);
  }

  .site-footer {
    padding-bottom: 42px;
  }

  .floating-whatsapp {
    width: 342px;
    right: 30px;
    bottom: 30px;
  }

  .lightbox {
    padding: 78px 38px 38px;
  }

  .lightbox img {
    width: min(100%, 860px);
    max-height: calc(100svh - 140px);
  }
}

/* Simplified hero and scalable feedback carousel */
.hero-bg {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.86) 0%, rgba(5, 4, 3, 0.46) 48%, rgba(5, 4, 3, 0.08) 100%),
    url("../images/hero-vogobuy-bg.png") center / cover no-repeat;
}

.hero-bg::before,
.hero-bg::after {
  display: none;
}

.hero-shell {
  max-width: 760px;
  display: grid;
  place-items: center;
  text-align: center;
}

.profile-head {
  justify-items: center;
  margin-bottom: 28px;
}

.brand-name {
  color: #f2d994;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.72);
}

.hero-content {
  width: min(100%, 600px);
}

h1 {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.hero-copy {
  max-width: 500px;
  margin-inline: auto;
  text-align: center;
}

.hero-actions {
  margin-inline: auto;
}

.qr-section {
  display: block;
}

.qr-panel > img {
  object-fit: contain;
}

.carousel {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 360ms ease;
  will-change: transform;
}

.feedback-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.feedback-slide:hover {
  transform: none;
}

.feedback-zoom img {
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
}

.carousel-controls {
  display: grid;
}

@media (max-width: 719px) {
  .hero {
    min-height: 100svh;
    padding: 24px 22px 96px;
    place-items: center;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.2) 0%, rgba(5, 4, 3, 0.46) 42%, rgba(5, 4, 3, 0.82) 100%),
      url("../images/hero-vogobuy-bg.png") center / cover no-repeat;
  }

  .hero-shell {
    max-width: 390px;
  }

  .profile-head {
    margin-bottom: 26px;
  }

  .brand-avatar {
    width: 108px;
    height: 108px;
  }

  .brand-name {
    grid-template-columns: 34px auto 34px;
    font-size: 34px;
  }

  h1 {
    max-width: 340px;
    font-size: clamp(48px, 14vw, 60px);
    text-align: center;
  }

  .hero-copy {
    max-width: 326px;
    font-size: 17px;
    text-align: center;
  }

  .qr-panel {
    grid-template-columns: 168px 1fr;
  }

  .qr-panel > img {
    width: 168px;
    height: 168px;
  }

  .carousel-track {
    gap: 18px;
  }

  .feedback-slide {
    display: block;
    flex-basis: 100%;
  }
}

@media (min-width: 900px) {
  .lead-page,
  .qr-section,
  .feedback-section,
  .intro-section,
  .site-footer {
    width: min(100% - 64px, 1280px);
  }

  .hero {
    min-height: 780px;
    padding: 56px 88px 76px;
    place-items: center;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(5, 4, 3, 0.84) 0%, rgba(5, 4, 3, 0.48) 46%, rgba(5, 4, 3, 0.04) 100%),
      url("../images/hero-vogobuy-bg.png") center / cover no-repeat;
  }

  .hero-shell {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .profile-head {
    grid-column: auto;
    justify-items: center;
    text-align: center;
  }

  .brand-avatar {
    width: 124px;
    height: 124px;
  }

  .brand-name {
    grid-template-columns: 82px auto 82px;
    font-size: 64px;
  }

  h1 {
    max-width: 760px;
    font-size: clamp(76px, 6.2vw, 96px);
  }

  .hero-copy {
    max-width: 560px;
    font-size: 21px;
  }

  .hero-actions {
    width: 560px;
  }

  .qr-panel {
    grid-template-columns: 330px minmax(360px, 1fr);
    width: min(100% - 120px, 900px);
    gap: 72px;
    padding: 48px 0 44px;
  }

  .qr-panel > img {
    width: 320px;
    height: 320px;
  }

  .carousel-track {
    gap: 24px;
  }

  .feedback-slide {
    flex-basis: calc((100% - 48px) / 3);
  }

  .feedback-zoom img {
    aspect-ratio: 0.82 / 1;
  }

  .carousel-controls {
    display: grid;
    width: min(100%, 520px);
    margin: 24px auto 0;
  }
}

@media (max-width: 719px) {
  .site-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    padding-bottom: calc(156px + var(--safe-bottom));
  }

  .floating-whatsapp {
    bottom: calc(14px + var(--safe-bottom));
    z-index: 70;
  }
}

@media (max-width: 719px) {
  .hero {
    min-height: auto;
    padding: 24px 22px 28px;
    place-items: center;
  }

  .hero-shell {
    padding: 0;
  }

  .profile-head {
    margin-bottom: 22px;
  }

  .hero-copy {
    margin-bottom: 22px;
  }

  .qr-section {
    margin-top: 0;
  }

  .qr-panel {
    padding-top: 22px;
  }
}

@media (min-width: 720px) {
  .site-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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