/* Vecetti Co — Premium Static Website v6 */
:root {
  --bg: #07080b;
  --bg-soft: #0e1118;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --text: #f5f2ec;
  --muted: #b9b3a8;
  --muted-2: #7d766b;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #d8b46a;
  --gold-2: #f2d68c;
  --red: #8f1f2d;
  --red-2: #d23245;
  --shadow: 0 28px 100px rgba(0, 0, 0, 0.45);
  --radius: 26px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(210, 50, 69, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(216, 180, 106, 0.13), transparent 24rem),
    linear-gradient(180deg, #07080b 0%, #090b11 40%, #07080b 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: #07080b;
  animation: loaderOut .75s ease 1.25s forwards;
  pointer-events: none;
}

.page-loader img {
  width: min(420px, 76vw);
  opacity: 0;
  filter: drop-shadow(0 0 24px rgba(242, 214, 140, .18));
  animation: logoIntro 1.05s cubic-bezier(.2,.7,.2,1) forwards;
}

@keyframes logoIntro {
  0% { opacity: 0; transform: translateY(20px) scale(.94); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes loaderOut {
  to { opacity: 0; visibility: hidden; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 8, 11, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  max-height: 62px;
}

.brand-logo {
  height: 46px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.08));
}

.footer-logo {
  height: 38px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.93rem;
}

.nav-links a {
  transition: color .2s ease, transform .2s ease;
}

.nav-links a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.mobile-menu-toggle {
  display: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.92rem;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.nav-cta {
  border: 1px solid rgba(216, 180, 106, 0.32);
  color: var(--gold-2);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0,0,0,.22);
}

.section {
  padding: 96px 0;
  position: relative;
}

.hero {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.noise {
  position: absolute;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, black, transparent 88%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: .28;
  pointer-events: none;
}

.orb-1 {
  width: 360px;
  height: 360px;
  right: -90px;
  top: 120px;
  background: radial-gradient(circle, rgba(210,50,69,.42), transparent 64%);
}

.orb-2 {
  width: 280px;
  height: 280px;
  left: -80px;
  bottom: 80px;
  background: radial-gradient(circle, rgba(216,180,106,.28), transparent 65%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 66px;
}

.eyebrow,
.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-2);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
}

.eyebrow span {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--red-2), var(--gold));
}

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

h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.4rem, 8vw, 7.7rem);
  line-height: .88;
  letter-spacing: -0.07em;
  margin: 22px 0 28px;
  max-width: 850px;
}

.hero-subtitle {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.7;
  max-width: 720px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button.primary {
  background: linear-gradient(135deg, var(--red-2), var(--red));
  color: white;
  box-shadow: 0 20px 50px rgba(210, 50, 69, 0.24);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
}

.proof-row {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.035);
}

.proof-row div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.proof-row div:last-child { border-right: 0; }

.proof-row strong {
  display: block;
  color: var(--gold-2);
  margin-bottom: 8px;
  font-size: 1.35rem;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
}

.proof-row span {
  color: var(--muted);
  font-size: .92rem;
}

.hero-stage {
  position: relative;
  min-height: 640px;
  padding: 18px 18px 18px 32px;
  perspective: 1200px;
}

.hero-card {
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)),
    radial-gradient(circle at 50% 0%, rgba(216,180,106,.16), transparent 22rem);
  border-radius: 36px;
  padding: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  z-index: 2;
  transform-style: preserve-3d;
  transition: transform .18s ease;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(216,180,106,.22), transparent 45%, rgba(210,50,69,.22));
  z-index: -1;
}

.card-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 24px;
}

.status-dot {
  width: 9px;
  height: 9px;
  background: var(--gold-2);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--gold-2);
}

.system-stack { display: grid; gap: 14px; }

.system-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  background: rgba(7, 8, 11, .52);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.system-item.active {
  border-color: rgba(210, 50, 69, .45);
  background: linear-gradient(135deg, rgba(210,50,69,.18), rgba(7,8,11,.55));
}

.system-item small {
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  font-size: .7rem;
}

.system-item p {
  color: var(--muted);
  margin: 7px 0 0;
  line-height: 1.45;
}

.system-item span {
  color: var(--text);
  font-weight: 800;
}

.mini-dashboard {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  display: grid;
  gap: 17px;
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  align-items: center;
}

.metric-row strong {
  color: var(--gold-2);
}

.bar-label {
  display: block;
  font-size: .82rem;
  color: var(--muted);
}

.bar {
  grid-column: 1 / -1;
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red-2), var(--gold-2));
  transition: width 1.85s cubic-bezier(.18,.82,.22,1);
}

.bar.active i {
  width: var(--target-width, 0%);
}

.logo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}

.strip-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: .78rem;
}

.strip-inner i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 16px rgba(242, 214, 140, .5);
}

.section-heading { margin-bottom: 46px; }

.section-heading.split {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 60px;
  align-items: end;
}

.section-heading.center {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}

h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 16px 0 0;
}

.section-heading p,
.method-copy p,
.about-panel p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
}

.pain-grid,
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pain-card,
.outcome-card,
.service-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.pain-card:hover,
.outcome-card:hover,
.service-card:hover,
.timeline-item:hover,
.about-panel:hover,
.contact-form:hover {
  transform: translateY(-6px);
  border-color: rgba(216,180,106,.25);
  box-shadow: 0 24px 55px rgba(0,0,0,.22);
  background: rgba(255,255,255,.075);
}

.pain-card span {
  color: var(--gold-2);
  font-weight: 900;
}

.pain-card h3,
.outcome-card h3,
.service-card h3,
.timeline-item h3 {
  margin: 18px 0 10px;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.pain-card p,
.outcome-card p,
.service-card p,
.timeline-item p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.services-section {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.025), transparent);
}

.services-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 20px;
}

.service-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
}

.service-card.featured {
  background:
    linear-gradient(180deg, rgba(210,50,69,.2), rgba(255,255,255,.05)),
    var(--panel);
  border-color: rgba(210, 50, 69, .38);
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--gold-2);
  border: 1px solid rgba(216,180,106,.25);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  margin-bottom: 12px;
}

.service-card ul {
  padding: 0;
  margin: auto 0 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.service-card li {
  color: var(--text);
  padding-left: 24px;
  position: relative;
}

.service-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-2);
  font-weight: 900;
}

.method-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.method-copy .button { margin-top: 24px; }

.timeline {
  display: grid;
  gap: 16px;
  position: relative;
}

.timeline::before {
  display: none;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  border-radius: 28px;
  padding: 28px;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.timeline-item span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(216,180,106,.1);
  color: var(--gold-2);
  font-weight: 900;
  border: 1px solid rgba(216,180,106,.24);
  z-index: 1;
}

.about-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 0% 0%, rgba(216,180,106,.12), transparent 20rem),
    rgba(255,255,255,.045);
  border-radius: 36px;
  padding: 56px;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.contact-section { padding-top: 64px; }

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.contact-details {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.contact-details a {
  color: var(--gold-2);
  font-weight: 800;
}

.contact-form {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  border-radius: 34px;
  padding: 34px;
  display: grid;
  gap: 18px;
  box-shadow: var(--shadow);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  outline: none;
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(7,8,11,.62);
  color: var(--text);
  font: inherit;
}

textarea { resize: vertical; }

input:focus,
textarea:focus {
  border-color: rgba(216,180,106,.5);
  box-shadow: 0 0 0 4px rgba(216,180,106,.08);
}

.contact-form small { color: var(--muted-2); }

.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer p { margin: 0; }

.reveal {
  opacity: 0;
  transform: translateY(44px) scale(.98);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
  will-change: transform, opacity;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal.out-view {
  opacity: 0;
  transform: translateY(28px) scale(.985);
}

.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .brand-logo { height: 44px; }
  .nav { min-height: 74px; }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .mobile-menu-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.045);
    color: var(--text);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
  }
  .hero-grid,
  .section-heading.split,
  .services-grid,
  .method-grid,
  .about-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding-top: 56px;
  }
  .pain-grid,
  .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid { gap: 18px; }
  .service-card { min-height: auto; }
  .hero-stage {
    min-height: auto;
    padding: 12px 0 0 0;
    display: grid;
    gap: 16px;
  }
  .brand-logo { height: 38px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .nav { min-height: 70px; }
  .nav-cta { display: none; }
  .brand-logo { height: 42px; }
  h1 { font-size: clamp(3rem, 17vw, 4.4rem); }
  .hero-actions,
  .footer-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .button { width: 100%; }
  .proof-row { grid-template-columns: 1fr; }
  .proof-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-row div:last-child { border-bottom: 0; }
  .pain-grid,
  .outcome-grid { grid-template-columns: 1fr; }
  .hero-card,
  .about-panel,
  .contact-form {
    border-radius: 26px;
    padding: 24px;
  }
  .timeline::before { display: none; }
  .timeline-item { grid-template-columns: 1fr; }
  .footer p { text-align: center; }
  .footer-logo { height: 34px; }
}

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

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.06) 45%, transparent 65%);
  transform: translateX(-120%);
  animation: cardSheen 5.5s ease-in-out infinite;
}

@keyframes cardSheen {
  0%, 35% { transform: translateX(-120%); opacity: 0; }
  50% { opacity: 1; }
  70%, 100% { transform: translateX(120%); opacity: 0; }
}

.proof-row strong,
.proof-row strong span,
.proof-row 

.metric-gold,
.metric-gold span {
  color: var(--gold-2) !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.1 !important;
}

.thank-you-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(210, 50, 69, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(216, 180, 106, 0.13), transparent 24rem),
    linear-gradient(180deg, #07080b 0%, #090b11 45%, #07080b 100%);
}

.thank-you-wrap {
  min-height: 88vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.thank-you-card {
  width: min(860px, 100%);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(34px, 6vw, 70px);
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 180, 106, 0.12), transparent 22rem),
    rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  animation: thankYouIn 1s cubic-bezier(.2,.7,.2,1) both;
}

.thank-you-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.07) 45%, transparent 65%);
  transform: translateX(-120%);
  animation: thankYouSheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.thank-you-logo {
  height: 48px;
  width: auto;
  margin: 0 auto 34px;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.thank-you-card h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: .9;
  letter-spacing: -0.07em;
  margin: 24px 0;
}

.thank-you-card p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
  max-width: 660px;
  margin: 0 auto 34px;
}

.thank-you-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  margin: 34px auto;
  max-width: 760px;
  background: rgba(255,255,255,.035);
}

.thank-you-status div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.thank-you-status div:last-child {
  border-right: 0;
}

.thank-you-status strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.thank-you-status span {
  color: var(--muted);
  font-size: .92rem;
}

.thank-you-button {
  min-width: 190px;
}

.thank-you-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 55px rgba(210, 50, 69, 0.32);
}

@keyframes thankYouIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes thankYouSheen {
  0%, 35% {
    transform: translateX(-120%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70%, 100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .thank-you-status {
    grid-template-columns: 1fr;
  }

  .thank-you-status div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .thank-you-status div:last-child {
    border-bottom: 0;
  }

  .thank-you-logo {
    height: 40px;
  }
}

.thank-you-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(210, 50, 69, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(216, 180, 106, 0.13), transparent 24rem),
    linear-gradient(180deg, #07080b 0%, #090b11 45%, #07080b 100%);
}

.thank-you-wrap {
  min-height: 88vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.thank-you-card {
  width: min(860px, 100%);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(34px, 6vw, 70px);
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 180, 106, 0.12), transparent 22rem),
    rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  animation: thankYouIn 1s cubic-bezier(.2,.7,.2,1) both;
}

.thank-you-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.07) 45%, transparent 65%);
  transform: translateX(-120%);
  animation: thankYouSheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.thank-you-logo {
  height: 44px;
  width: auto;
  margin: 0 auto 34px;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
  animation: thankYouLogoIn .9s cubic-bezier(.2,.7,.2,1) .15s both;
}

.thank-you-label {
  animation: thankYouFadeUp .8s cubic-bezier(.2,.7,.2,1) .25s both;
}

.thank-you-card h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: .9;
  letter-spacing: -0.07em;
  margin: 24px 0;
  animation: thankYouFadeUp .9s cubic-bezier(.2,.7,.2,1) .35s both;
}

.thank-you-card p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
  max-width: 660px;
  margin: 0 auto 34px;
  animation: thankYouFadeUp .9s cubic-bezier(.2,.7,.2,1) .48s both;
}

.thank-you-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  margin: 34px auto;
  max-width: 760px;
  background: rgba(255,255,255,.035);
  animation: thankYouFadeUp .9s cubic-bezier(.2,.7,.2,1) .62s both;
}

.thank-you-status div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.thank-you-status div:last-child {
  border-right: 0;
}

.thank-you-status strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.thank-you-status span {
  color: var(--muted);
  font-size: .92rem;
}

.thank-you-button {
  min-width: 190px;
  animation: thankYouFadeUp .9s cubic-bezier(.2,.7,.2,1) .78s both;
}

.thank-you-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 55px rgba(210, 50, 69, 0.32);
}

@keyframes thankYouIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes thankYouLogoIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes thankYouFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes thankYouSheen {
  0%, 35% {
    transform: translateX(-120%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70%, 100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .thank-you-status {
    grid-template-columns: 1fr;
  }

  .thank-you-status div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .thank-you-status div:last-child {
    border-bottom: 0;
  }

  .thank-you-logo {
    height: 38px;
  }
}

html,
body {
  background: #07080b;
  min-height: 100%;
}

body {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

@supports (-webkit-touch-callout: none) {
  html {
    background: #07080b;
  }

  body {
    background:
      radial-gradient(circle at 18% 8%, rgba(210, 50, 69, 0.22), transparent 28rem),
      radial-gradient(circle at 82% 0%, rgba(216, 180, 106, 0.13), transparent 24rem),
      linear-gradient(180deg, #07080b 0%, #090b11 45%, #07080b 100%);
  }
}