/**
 * Landing Halloween — layout del mockup, tokens de tn-theme.css
 * Prefijo hw- para no interferir con Bootstrap ni el resto del sitio.
 */

html:has(body.page-venta-entradas-halloween),
html:has(body.page-venta-entradas-halloween-gracias) {
  scroll-behavior: smooth;
}

.page-venta-entradas-halloween,
.page-venta-entradas-halloween-gracias {
  overflow-x: hidden;
}

body.page-site.page-with-header.page-venta-entradas-halloween .body-wrapper,
body.page-site.page-with-header.page-venta-entradas-halloween-gracias .body-wrapper,
.page-venta-entradas-halloween .body-wrapper,
.page-venta-entradas-halloween-gracias .body-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
  background: transparent;
}

.page-venta-entradas-halloween .tn-page-header,
.page-venta-entradas-halloween-gracias .tn-page-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  pointer-events: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.page-venta-entradas-halloween .tn-page-header .tn-site-nav,
.page-venta-entradas-halloween .tn-page-header a,
.page-venta-entradas-halloween .tn-page-header button,
.page-venta-entradas-halloween-gracias .tn-page-header .tn-site-nav,
.page-venta-entradas-halloween-gracias .tn-page-header a,
.page-venta-entradas-halloween-gracias .tn-page-header button {
  pointer-events: auto;
}

.page-venta-entradas-halloween .tn-page-header .tn-site-branding,
.page-venta-entradas-halloween-gracias .tn-page-header .tn-site-branding {
  display: none !important;
}

.hw-landing {
  --hw-orange: var(--tn-brand, #ff9a00);
  --hw-ink: var(--tn-bg, #0a0a0a);
  --hw-paper: var(--tn-bg-elevated, #141414);
  --hw-muted: var(--tn-text-soft, rgba(255, 255, 255, .72));
  --hw-line: var(--tn-border, rgba(255, 255, 255, .1));
  --hw-display: var(--tn-font, "Dosis", "Roboto", system-ui, sans-serif);
  color: var(--tn-text, #fff);
  font-family: var(--tn-font, "Dosis", "Roboto", system-ui, sans-serif);
}

.hw-landing a:not(.btn) {
  color: inherit;
  text-decoration: none;
}

.hw-landing h1,
.hw-landing h2,
.hw-landing h3 {
  font-family: var(--hw-display);
  font-weight: 700;
}

.hw-cta {
  letter-spacing: 0.02em;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hw-cta-full {
  width: 100%;
  margin-top: 18px;
}

.hw-btn-dark,
.hw-final-cta .btn-tn-outline {
  background: var(--tn-bg, #0a0a0a) !important;
  color: var(--tn-text, #fff) !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid rgba(10, 10, 10, .35) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .28);
}

.hw-btn-dark:hover,
.hw-final-cta .btn-tn-outline:hover {
  background: #1a1a1a !important;
  color: var(--tn-text, #fff) !important;
  transform: translateY(-2px);
  border-color: rgba(10, 10, 10, .5) !important;
}

.hw-hero {
  min-height: 850px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(380px, .62fr);
  gap: 7vw;
  padding: 160px clamp(24px, 6.5vw, 112px) 80px;
  overflow: hidden;
}

.hw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 40%, rgba(255, 89, 0, .24), transparent 40%),
    linear-gradient(100deg, #090707 30%, rgba(10, 7, 5, .89) 61%, #090909 100%);
}

.hw-hero::after {
  content: "";
  position: absolute;
  inset: 82px 0 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 72% 20%, rgba(255, 128, 0, .11), transparent 20%),
    radial-gradient(ellipse at 54% 76%, rgba(183, 40, 0, .12), transparent 28%);
}

.hw-hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: .62;
}

.hw-moon {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  left: 10%;
  top: 145px;
  background: radial-gradient(circle at 48% 45%, #ffbc4c 0, #d15109 39%, rgba(111, 17, 0, .3) 66%, transparent 67%);
  filter: blur(.3px);
  opacity: .62;
}

.hw-castle {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 480px;
  height: 470px;
  background: linear-gradient(90deg, #080505, #1a0805, #080505);
  clip-path: polygon(4% 100%, 4% 49%, 14% 49%, 14% 34%, 17% 34%, 17% 20%, 20% 34%, 24% 34%, 24% 55%, 37% 55%, 37% 28%, 43% 28%, 43% 8%, 47% 0, 51% 8%, 51% 28%, 58% 28%, 58% 56%, 70% 56%, 70% 42%, 74% 42%, 74% 27%, 78% 37%, 78% 42%, 90% 42%, 90% 100%);
}

.hw-castle i {
  position: absolute;
  background: #ff6a00;
  box-shadow: 0 0 20px #ff5900;
  width: 10px;
  height: 24px;
  bottom: 180px;
}

.hw-castle i:nth-child(1) { left: 95px; }
.hw-castle i:nth-child(2) { left: 230px; bottom: 250px; }
.hw-castle i:nth-child(3) { right: 95px; bottom: 210px; }

.hw-gate {
  position: absolute;
  left: 0;
  bottom: -140px;
  width: 57%;
  height: 480px;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(ellipse at 50% 5%, transparent 0 19%, #050505 20% 100%);
  opacity: .76;
}

.hw-mist {
  position: absolute;
  height: 80px;
  width: 70%;
  left: -10%;
  border-radius: 50%;
  filter: blur(30px);
  background: rgba(218, 73, 18, .23);
}

.hw-mist-one { bottom: 220px; }
.hw-mist-two { bottom: 90px; left: 15%; }

.hw-hero-content,
.hw-lead-card {
  position: relative;
  z-index: 4;
}

.hw-hero-content {
  align-self: center;
  max-width: 760px;
}

.hw-eyebrow,
.hw-card-kicker {
  color: var(--hw-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(255, 154, 0, .48);
  border-radius: 999px;
  background: rgba(255, 154, 0, .06);
}

.hw-hero h1,
.hw-section-heading h2,
.hw-case h2,
.hw-steps h2,
.hw-pricing h2,
.hw-access h2,
.hw-faq h2,
.hw-final-cta h2 {
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 0;
}

.hw-hero h1,
.hw-final-cta h2 {
  text-transform: uppercase;
  letter-spacing: -.03em;
  line-height: .98;
}

.hw-hero h1 {
  font-size: clamp(48px, 5.6vw, 88px);
}

.hw-hero h1 span,
.hw-case h2 span,
.hw-pricing h2 span {
  color: var(--hw-orange);
}

.hw-hero h1 .hw-halloween-word {
  display: inline-block;
  font-size: 1.42em;
  line-height: .9;
  color: #fff;
  text-shadow: 0 0 45px rgba(255, 91, 0, .38);
}

.hw-hero-copy {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--tn-text-secondary, #e2e2e2);
  max-width: 680px;
  margin: 30px 0;
}

.hw-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hw-text-link {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--tn-brand, #ff9a00) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  border-bottom: none;
  padding: 12px 0;
}

.hw-text-link:hover {
  color: #ffc266 !important;
}

.hw-text-link span {
  color: inherit;
  margin-left: 8px;
}

.hw-hero-proof {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  width: min(620px, 100%);
  margin-top: 28px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 154, 0, .45);
  border-radius: 999px;
  background: rgba(9, 9, 9, .7);
  backdrop-filter: blur(10px);
}

.hw-hero-proof strong {
  color: var(--hw-orange);
  font-size: 26px;
}

.hw-hero-proof span {
  color: var(--tn-text-secondary, #e2e2e2);
  font-size: 12px;
}

.hw-hero-proof b {
  color: #fff;
  font-size: 9px;
  letter-spacing: .08em;
}

.hw-trust-row {
  display: flex;
  gap: 0;
  margin-top: 54px;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
}

.hw-trust-row span {
  padding: 14px 22px;
  border-right: 1px solid var(--hw-line);
  font-size: 12px;
  color: var(--tn-text-soft, rgba(255, 255, 255, .72));
}

.hw-trust-row span:last-child { border-right: none; }

.hw-trust-row b {
  color: #fff;
  margin-right: 5px;
}

.hw-lead-card {
  align-self: center;
  background: var(--tn-bg-card, #1a1a1a);
  border: 1px solid var(--tn-border, rgba(255, 255, 255, .1));
  border-radius: var(--tn-radius-lg, 16px);
  padding: 32px 28px;
  box-shadow: var(--tn-shadow, 0 12px 40px rgba(0, 0, 0, .45));
}

.hw-lead-card h2 {
  font-size: 1.85rem;
  margin: 7px 0 10px;
  text-transform: none;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.hw-lead-card > p {
  font-size: 0.95rem;
  color: var(--tn-text-secondary, #e2e2e2);
  line-height: 1.6;
}

.hw-lead-card label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--tn-text-muted, rgba(255, 255, 255, .88));
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 14px;
}

.hw-lead-card .form-control,
.hw-lead-card input:not([type="checkbox"]):not([type="hidden"]),
.hw-lead-card select {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--tn-border-strong, rgba(255, 255, 255, .18));
  border-radius: 10px;
  color: var(--tn-text, #fff);
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 1rem;
  width: 100%;
  color-scheme: dark;
}

.hw-lead-card .form-control::placeholder,
.hw-lead-card input::placeholder {
  color: var(--tn-placeholder, #c8c8c8);
  opacity: 1;
}

.hw-lead-card .form-control:focus,
.hw-lead-card input:not([type="checkbox"]):focus,
.hw-lead-card select:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-color: var(--tn-brand, #ff9a00);
  color: var(--tn-text, #fff);
  box-shadow: 0 0 0 3px var(--tn-brand-soft, rgba(255, 154, 0, .15));
}

.hw-lead-card select option {
  background: var(--tn-bg-card, #1a1a1a);
  color: var(--tn-text, #fff);
}

.hw-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hw-privacy {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
}

.hw-privacy input {
  width: auto;
  margin-top: 3px;
}

.hw-privacy a {
  color: var(--tn-brand, #ff9a00) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hw-privacy a:hover {
  color: #ffc266 !important;
}

.hw-lead-card small {
  display: block;
  text-align: center;
  color: var(--tn-text-soft, rgba(255, 255, 255, .72));
  margin-top: 10px;
}

.hw-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.hw-landing .input-error {
  color: #ff8a80;
  font-size: 11px;
  min-height: 0;
  display: none;
}

.hw-benefits {
  padding: 110px clamp(24px, 6.5vw, 112px);
  background: var(--tn-bg-elevated, #141414);
  color: var(--tn-text, #fff);
}

.hw-section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8vw;
  align-items: end;
}

.hw-section-heading .hw-eyebrow {
  grid-column: 1 / 3;
}

.hw-section-heading h2 {
  font-size: clamp(48px, 5vw, 76px);
}

.hw-section-heading > p:last-child {
  color: var(--tn-text-secondary, #e2e2e2);
  line-height: 1.65;
  font-size: 1.05rem;
  max-width: 510px;
}

.hw-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 70px;
  border-top: none;
}

.hw-benefit-grid article {
  padding: 24px 22px 22px;
  border: 1px solid var(--tn-border, rgba(255, 255, 255, .1));
  background: var(--tn-bg-card, #1a1a1a);
  border-radius: var(--tn-radius-lg, 16px);
  position: relative;
}

.hw-benefit-grid article + article {
  padding-left: 22px;
}

.hw-benefit-grid article > span {
  position: absolute;
  right: 20px;
  top: 22px;
  color: var(--tn-text-soft, rgba(255, 255, 255, .72));
  font-size: 11px;
}

.hw-icon {
  height: 58px;
  width: 58px;
  border: 1px solid var(--hw-orange);
  border-radius: var(--tn-radius, 12px);
  background: var(--tn-brand-soft, rgba(255, 154, 0, .15));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hw-orange);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px;
}

.hw-benefit-grid h3 {
  font-size: 19px;
  margin: 0 0 12px;
  text-transform: none;
}

.hw-benefit-grid p {
  color: var(--tn-text-secondary, #e2e2e2);
  font-size: 0.95rem;
  line-height: 1.55;
}

.hw-case {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  min-height: 730px;
  background: var(--tn-bg, #0a0a0a);
}

.hw-case-copy {
  padding: 110px 40px 100px clamp(24px, 6.5vw, 112px);
  align-self: center;
}

.hw-case h2 {
  font-size: clamp(50px, 5vw, 74px);
}

.hw-case-copy > p:not(.hw-eyebrow) {
  color: var(--tn-text-secondary, #e2e2e2);
  line-height: 1.65;
  max-width: 560px;
}

.hw-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 40px 0;
}

.hw-stats strong {
  font-size: 38px;
  color: var(--hw-orange);
  display: block;
}

.hw-stats sup { font-size: 17px; }

.hw-stats span {
  font-size: 11px;
  color: var(--tn-text-soft, rgba(255, 255, 255, .72));
  display: block;
}

.hw-text-link-light {
  display: inline-block;
  margin-top: 10px;
}

.hw-case-visual {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 55% 46%, rgba(167, 45, 12, .9), transparent 36%),
    linear-gradient(140deg, #2a0c07, #090909 70%);
  overflow: hidden;
}

.hw-case-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, transparent 0 60px, rgba(255, 255, 255, .018) 62px 63px);
}

.hw-browser {
  width: 75%;
  max-width: 660px;
  position: relative;
  z-index: 2;
  background: var(--tn-bg, #090909);
  border: 1px solid var(--tn-border-strong, rgba(255, 255, 255, .18));
  border-radius: var(--tn-radius-lg, 16px);
  box-shadow: var(--tn-shadow, 0 12px 40px rgba(0, 0, 0, .45));
  transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
}

.hw-browser-top {
  height: 34px;
  border-bottom: 1px solid #292929;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 6px;
  color: #777;
  font-size: 9px;
}

.hw-browser-top i {
  width: 7px;
  height: 7px;
  background: #5e2a20;
  border-radius: 50%;
}

.hw-browser-top span { margin: auto; }

.hw-screen { padding: 30px; }

.hw-screen-title { font-size: 22px; text-transform: uppercase; }

.hw-screen-title small {
  display: block;
  color: #f45c32;
  font-size: 11px;
  font-weight: 400;
  margin-top: 4px;
  text-transform: none;
}

.hw-screen-calendar {
  margin-top: 20px;
  border: 1px solid #3b312e;
  padding: 18px;
  border-radius: 12px;
}

.hw-screen-calendar > b { font-size: 11px; }

.hw-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
  margin-top: 12px;
}

.hw-days i {
  font-size: 8px;
  color: #777;
  font-style: normal;
}

.hw-days em {
  font-size: 10px;
  font-style: normal;
  padding: 5px;
}

.hw-days .on { background: #7e1910; border-radius: 6px; }

.hw-times {
  display: flex;
  gap: 8px;
  padding: 16px 0;
}

.hw-times span {
  border: 1px solid #49413e;
  padding: 7px 11px;
  font-size: 9px;
  border-radius: 8px;
}

.hw-times .active { background: #a52417; }

.hw-screen-ticket {
  display: flex;
  justify-content: space-between;
  border: 1px solid #50241c;
  background: #160d0b;
  padding: 13px;
  font-size: 11px;
  border-radius: 12px;
}

.hw-proof-badge {
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 12%;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: var(--hw-orange);
  color: var(--tn-bg, #0a0a0a);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
  transform: rotate(8deg);
}

.hw-proof-badge b { font-size: 32px; }
.hw-proof-badge span {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hw-steps {
  padding: 110px clamp(24px, 6.5vw, 112px);
  background: var(--tn-page-bg-color, #060608);
}

.hw-steps > h2,
.hw-faq > h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

.hw-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: transparent;
  margin-top: 55px;
  border: none;
}

.hw-steps-grid article {
  background: var(--tn-bg-card, #1a1a1a);
  border: 1px solid var(--tn-border, rgba(255, 255, 255, .1));
  padding: 28px 24px;
  border-radius: var(--tn-radius-lg, 16px);
}

.hw-steps-grid b {
  color: var(--hw-orange);
  font-size: 1.75rem;
}

.hw-steps-grid h3 {
  margin: 32px 0 12px;
  font-size: 1.15rem;
  text-transform: none;
}

.hw-steps-grid p {
  color: var(--tn-text-secondary, #e2e2e2);
  font-size: 0.95rem;
  line-height: 1.65;
}

.hw-pricing {
  padding: 105px clamp(24px, 6.5vw, 112px);
  background: var(--tn-bg-elevated, #141414);
  color: var(--tn-text, #fff);
}

.hw-pricing > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.hw-pricing h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
}

.hw-price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 65px;
}

.hw-price-cards article {
  padding: 28px 24px;
  border: 1px solid var(--tn-border, rgba(255, 255, 255, .1));
  background: var(--tn-bg-card, #1a1a1a);
  border-radius: var(--tn-radius-lg, 16px);
  min-height: 250px;
}

.hw-price-cards article:first-child,
.hw-price-cards article:nth-child(2),
.hw-price-cards article:last-child {
  border-radius: var(--tn-radius-lg, 16px);
}

.hw-price-cards small {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tn-text-soft, rgba(255, 255, 255, .72));
}

.hw-price-cards strong {
  font-size: 2.5rem;
  display: block;
  margin: 28px 0 8px;
}

.hw-price-cards strong sup {
  font-size: 14px;
  font-weight: 600;
}

.hw-price-cards p {
  font-size: 0.95rem;
  color: var(--tn-text-secondary, #e2e2e2);
  line-height: 1.55;
}

.hw-price-cards article.hw-price-featured {
  background: var(--hw-orange);
  border-color: var(--hw-orange) !important;
  color: #0a0a0a;
}

.hw-price-cards article.hw-price-featured small,
.hw-price-cards article.hw-price-featured strong,
.hw-price-cards article.hw-price-featured p {
  color: #0a0a0a;
}

.hw-price-cards article.hw-price-featured small {
  color: rgba(10, 10, 10, .78);
}

.hw-price-cards article.hw-price-featured strong { font-size: 2.15rem; }

.hw-price-cards article.hw-price-featured p {
  color: #1a0e00;
}

.hw-legal-note {
  font-size: 0.82rem;
  color: var(--tn-text-soft, rgba(255, 255, 255, .72));
  margin-top: 14px;
}

.hw-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 780px;
  background:
    radial-gradient(circle at 55% 46%, rgba(167, 45, 12, .35), transparent 36%),
    linear-gradient(120deg, #0b0b0c 35%, #1b1108);
  padding: 100px clamp(24px, 9vw, 160px);
  gap: 9vw;
  align-items: center;
  overflow: hidden;
}

.hw-access h2 {
  font-size: clamp(52px, 5vw, 78px);
}

.hw-access-copy > p:not(.hw-eyebrow) {
  color: var(--tn-text-secondary, #e2e2e2);
  line-height: 1.65;
  font-size: 1.05rem;
}

.hw-stores,
.hw-access .tn-access-store-badges {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hw-stores img,
.hw-access .tn-access-store-badges img {
  height: 44px;
  width: 148px;
  object-fit: contain;
}

.hw-phone {
  width: 330px;
  height: 660px;
  border: 8px solid var(--tn-border-strong, rgba(255, 255, 255, .18));
  border-radius: 46px;
  background: var(--tn-bg, #0e0e0f);
  padding: 34px 18px 20px;
  position: relative;
  box-shadow: var(--tn-shadow, 0 12px 40px rgba(0, 0, 0, .45)), 0 0 120px rgba(255, 154, 0, .13);
  justify-self: center;
}

.hw-speaker {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 20px;
  background: #000;
  border-radius: 12px;
}

.hw-phone-head {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 8px 2px 18px;
}

.hw-phone-head span { color: var(--hw-orange); }

.hw-scan {
  height: 330px;
  background: radial-gradient(circle, #4e4037, #16110d);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.hw-scan-frame {
  height: 210px;
  width: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hw-scan-frame i {
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: var(--hw-orange);
  border-style: solid;
}

.hw-scan-frame i:nth-child(1) { left: 0; top: 0; border-width: 3px 0 0 3px; }
.hw-scan-frame i:nth-child(2) { right: 0; top: 0; border-width: 3px 3px 0 0; }
.hw-scan-frame i:nth-child(3) { right: 0; bottom: 0; border-width: 0 3px 3px 0; }
.hw-scan-frame i:nth-child(4) { left: 0; bottom: 0; border-width: 0 0 3px 3px; }

.hw-fake-qr {
  font-size: 100px;
  color: #ddd;
  filter: blur(.5px);
}

.hw-scan-frame > span {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  background: var(--hw-orange);
  box-shadow: 0 0 15px var(--hw-orange);
  animation: hw-scan 2s infinite alternate ease-in-out;
}

@keyframes hw-scan {
  from { top: 20px; }
  to { top: 185px; }
}

.hw-validated {
  margin-top: 14px;
  padding: 12px;
  background: rgba(69, 137, 54, .16);
  border: 1px solid var(--tn-accent-green, #458936);
  border-radius: var(--tn-radius, 12px);
  position: relative;
}

.hw-validated b { color: #7dcf6e; font-size: 14px; }
.hw-validated span {
  position: absolute;
  right: 13px;
  color: #31dd91;
  font-size: 22px;
}
.hw-validated small {
  display: block;
  color: #8eaa9e;
  margin-top: 4px;
}

.hw-counter {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 16px 2px;
  color: #8b8b8b;
  font-size: 10px;
}

.hw-counter strong {
  font-size: 19px;
  color: #fff;
}

.hw-faq {
  padding: 110px clamp(24px, 16vw, 280px);
  background: var(--tn-bg, #0a0a0a);
  color: var(--tn-text, #fff);
}

.hw-faq details {
  background: var(--tn-bg-card, #1a1a1a);
  border: 1px solid var(--tn-border, rgba(255, 255, 255, .1));
  border-radius: var(--tn-radius, 12px);
  padding: 0;
  margin-bottom: 12px;
}

.hw-faq details[open] {
  border-color: rgba(255, 154, 0, 0.4);
}

.hw-faq summary {
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  min-height: 52px;
}

.hw-faq summary::-webkit-details-marker { display: none; }

.hw-faq summary span {
  color: var(--hw-orange);
  font-size: 1.2rem;
}

.hw-faq details[open] summary span { transform: rotate(45deg); }

.hw-faq details p {
  color: var(--tn-text-secondary, #e2e2e2);
  max-width: 750px;
  line-height: 1.7;
  margin: 0;
  padding: 0 20px 20px;
}

.hw-final-cta {
  background: var(--tn-brand, #ff9a00);
  color: var(--tn-bg, #0a0a0a);
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 95px clamp(24px, 6.5vw, 112px);
}

.hw-final-cta .hw-eyebrow {
  color: #5b3500;
  border-color: rgba(91, 53, 0, .35);
  background: rgba(255, 255, 255, .18);
}

.hw-final-cta h2 {
  font-size: clamp(2.75rem, 6vw, 5.5rem);
}

.hw-final-cta p {
  font-size: 1.05rem;
  color: rgba(10, 10, 10, .82);
}

.hw-thanks {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 24px 80px;
}

.hw-thanks-card {
  max-width: 640px;
  width: 100%;
  background: var(--tn-bg-card, #1a1a1a);
  border: 1px solid var(--tn-border, rgba(255, 255, 255, .1));
  border-radius: var(--tn-radius-lg, 16px);
  padding: 48px 36px;
  text-align: center;
  box-shadow: var(--tn-shadow, 0 12px 40px rgba(0, 0, 0, .45));
}

.hw-thanks-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: var(--tn-brand-soft, rgba(255, 154, 0, .15));
  color: var(--hw-orange);
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hw-thanks h1 {
  font-size: clamp(32px, 5vw, 48px);
  margin: 8px 0 16px;
  text-transform: none;
  letter-spacing: -.02em;
}

.hw-thanks-lead {
  color: var(--tn-text-secondary, #e2e2e2);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hw-thanks-steps {
  text-align: left;
  margin: 28px auto;
  max-width: 420px;
  color: var(--tn-text-secondary, #e2e2e2);
  line-height: 1.7;
}

.hw-thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 980px) {
  .hw-hero {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .hw-lead-card { max-width: 620px; }

  .hw-benefit-grid,
  .hw-steps-grid { grid-template-columns: 1fr 1fr; }

  .hw-case { grid-template-columns: 1fr; }

  .hw-case-copy { padding-right: 7vw; }

  .hw-case-visual { min-height: 600px; }

  .hw-access { grid-template-columns: 1fr; }

  .hw-phone { margin-top: 20px; }

  .hw-price-cards { grid-template-columns: 1fr; }

  .hw-price-cards article,
  .hw-price-cards article:first-child,
  .hw-price-cards article:nth-child(2),
  .hw-price-cards article:last-child {
    border-radius: var(--tn-radius-lg, 16px);
    min-height: 0;
  }

  .hw-section-heading { display: block; }
  .hw-section-heading .hw-eyebrow { grid-column: auto; }

  .hw-final-cta {
    align-items: flex-start;
    gap: 35px;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hw-hero {
    padding: 118px 18px 60px;
    min-height: auto;
  }

  .hw-hero-art { opacity: .46; }
  .hw-moon { width: 400px; height: 400px; left: -40%; top: 140px; }
  .hw-castle { left: -30%; width: 440px; }

  .hw-hero h1 { font-size: 39px; }
  .hw-hero h1 .hw-halloween-word { font-size: 1.5em; }
  .hw-hero-copy { font-size: 16px; }

  .hw-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hw-hero-proof {
    grid-template-columns: auto 1fr;
    border-radius: 20px;
  }

  .hw-hero-proof b { display: none; }
  .hw-hero-proof strong { font-size: 23px; }

  .hw-trust-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 18px;
  }

  .hw-trust-row span {
    padding: 12px 8px !important;
    font-size: 9px;
  }

  .hw-lead-card {
    padding: 24px 20px;
    margin-top: 30px;
    border-radius: var(--tn-radius-lg, 16px);
  }

  .hw-field-grid { grid-template-columns: 1fr; }

  .hw-benefits,
  .hw-steps,
  .hw-pricing,
  .hw-faq { padding: 72px 18px; }

  .hw-section-heading h2,
  .hw-steps > h2,
  .hw-faq > h2 { font-size: 44px; }

  .hw-section-heading > p:last-child { font-size: 15px; }

  .hw-benefit-grid,
  .hw-steps-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .hw-benefit-grid article,
  .hw-benefit-grid article + article {
    padding: 24px 20px;
    border-right: 1px solid var(--tn-border, rgba(255, 255, 255, .1));
    border-bottom: none;
  }

  .hw-case-copy { padding: 75px 18px; }
  .hw-case h2 { font-size: 45px; }
  .hw-stats { gap: 8px; }
  .hw-stats strong { font-size: 29px; }
  .hw-case-visual { min-height: 430px; }
  .hw-browser { width: 90%; }
  .hw-screen { padding: 20px; }
  .hw-proof-badge { height: 90px; width: 90px; }
  .hw-proof-badge b { font-size: 25px; }

  .hw-access {
    padding: 75px 18px;
    gap: 35px;
  }

  .hw-access h2 { font-size: 47px; }
  .hw-phone { width: 300px; height: 620px; }
  .hw-final-cta { padding: 75px 18px; }
  .hw-final-cta h2 { font-size: 62px; }
  .hw-stores img,
  .hw-access .tn-access-store-badges img { height: 40px; width: 134px; }
  .hw-cta { min-height: 52px; }
  .hw-thanks { padding: 120px 18px 60px; }
  .hw-thanks-card { padding: 32px 22px; }
}
