:root {
  --orange: #ff5700;
  --orange-light: #ff8a1c;
  --ink: #070707;
  --graphite: #141414;
  --muted: #a8a8a4;
  --white: #f7f7f3;
  --line: rgba(255, 255, 255, 0.11);
  color-scheme: dark;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--ink); }

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 15%, rgba(255, 87, 0, 0.12), transparent 30%),
    radial-gradient(circle at 3% 87%, rgba(255, 87, 0, 0.08), transparent 24%),
    linear-gradient(135deg, #050505 0%, #0b0b0b 48%, #111 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.2;
  background-image: repeating-linear-gradient(115deg, transparent 0 28px, rgba(255,255,255,.025) 29px 30px);
  pointer-events: none;
}

.grid-texture {
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, transparent 52%);
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: rgba(255, 87, 0, .14);
  filter: blur(120px);
  pointer-events: none;
}

.ambient-one { top: -17rem; left: -7rem; }
.ambient-two { right: -18rem; bottom: -20rem; }

.hero {
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(440px, 1.12fr);
  gap: clamp(2.5rem, 7vw, 7.5rem);
  align-items: center;
  width: min(1180px, calc(100% - 4rem));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 4.5rem) 0;
}

.brand-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(68vh, 680px);
  padding: 5.5rem 1.5rem 3rem;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 35px 90px rgba(0,0,0,.42);
}

.brand-panel::before,
.brand-panel::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.brand-panel::before {
  inset: 12px;
  border: 1px solid rgba(255,255,255,.05);
}

.brand-panel::after {
  top: -1px;
  left: 10%;
  width: 34%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), transparent);
  box-shadow: 0 0 24px var(--orange);
}

.brand-halo {
  position: absolute;
  z-index: -1;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,87,0,.2);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255,87,0,.1), inset 0 0 60px rgba(255,87,0,.06);
}

.brand-halo::before,
.brand-halo::after {
  position: absolute;
  inset: 10%;
  content: "";
  border: 1px dashed rgba(255,255,255,.08);
  border-radius: 50%;
}

.brand-halo::after { inset: 25%; border-style: solid; }

.eyebrow {
  position: absolute;
  top: 1.8rem;
  left: 2rem;
  display: flex;
  gap: .65rem;
  align-items: center;
  font-size: .67rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #d0d0cc;
}

.eyebrow-dot {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px var(--orange);
}

.brand-logo {
  display: block;
  width: min(100%, 460px);
  height: auto;
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.48));
  transform: translateY(1rem);
}

.panel-number {
  position: absolute;
  right: 1.8rem;
  bottom: 1.5rem;
  font-family: Consolas, monospace;
  font-size: .65rem;
  letter-spacing: .15em;
  color: #777;
}

.content-panel { max-width: 620px; }

.overline {
  margin: 0 0 1.25rem;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--orange-light);
}

h1 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.065em;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--orange);
  text-shadow: 0 0 35px rgba(255,87,0,.12);
}

.intro {
  max-width: 580px;
  margin: 1.6rem 0 1.8rem;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.7;
  color: var(--muted);
}

.intro strong { color: var(--white); font-weight: 650; }

.loading-status {
  display: flex;
  gap: .9rem;
  align-items: center;
  width: fit-content;
  margin-bottom: 1.7rem;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .035em;
  color: #d8d8d4;
}

.loading-status small,
.actions small,
.trust-list small {
  display: block;
  margin-bottom: .15rem;
  font-size: .57rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #7e7e7a;
}

.loader {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255,87,0,.35);
  border-radius: 50%;
  animation: rotate 5s linear infinite;
}

.loader::before,
.loader::after {
  position: absolute;
  content: "";
  background: var(--orange);
}

.loader::before { width: 118%; height: 2px; }
.loader::after { width: 2px; height: 118%; }
.loader span { width: .65rem; height: .65rem; border: 2px solid var(--orange); border-radius: 50%; background: var(--ink); }

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  gap: .8rem;
  align-items: center;
  min-height: 4.5rem;
  padding: .9rem 1rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  font-size: .77rem;
  line-height: 1.3;
}

.trust-list svg { flex: 0 0 auto; width: 1.3rem; fill: var(--orange); }

.actions { display: grid; grid-template-columns: 1.35fr 1fr; gap: .7rem; }

.actions a {
  display: flex;
  align-items: center;
  min-height: 4.7rem;
  padding: .9rem 1.1rem;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.actions svg { flex: 0 0 auto; width: 1.45rem; margin-right: .85rem; }

.cta-whatsapp {
  color: #0a0a0a;
  background: linear-gradient(135deg, var(--orange-light), var(--orange));
  box-shadow: 0 14px 35px rgba(255,87,0,.2);
  font-size: .85rem;
  font-weight: 850;
}

.cta-whatsapp svg { fill: #0a0a0a; }
.cta-whatsapp small { color: rgba(0,0,0,.58); }
.cta-whatsapp .arrow { margin-left: auto; font-size: 1.25rem; }

.social-instagram {
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(255,255,255,.025);
  font-size: .78rem;
  font-weight: 700;
}

.social-instagram svg { fill: var(--white); }
.actions a:hover { transform: translateY(-3px); }
.social-instagram:hover { border-color: rgba(255,87,0,.7); background: rgba(255,87,0,.08); }
.actions a:active { transform: translateY(0); }

a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

footer {
  display: flex;
  justify-content: space-between;
  width: min(1180px, calc(100% - 4rem));
  margin: 0 auto;
  padding: 0 0 1.5rem;
  font-family: Consolas, monospace;
  font-size: .58rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5f5f5b;
}

.floating-whatsapp {
  position: fixed;
  right: 1.3rem;
  bottom: 1.3rem;
  display: none;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 12px 35px rgba(255,87,0,.35);
}

.floating-whatsapp svg { width: 1.65rem; fill: #080808; }

.js .content-panel > *,
.is-ready .content-panel > * { opacity: 1; }

@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    width: min(680px, calc(100% - 2rem));
    gap: 2.5rem;
  }
  .brand-panel { min-height: 440px; }
  .brand-logo { width: min(85%, 390px); }
  .content-panel { max-width: none; }
  footer { width: min(680px, calc(100% - 2rem)); }
}

@media (max-width: 590px) {
  .hero { padding-top: 1rem; }
  .brand-panel { min-height: 345px; padding: 4.5rem .5rem 2rem; }
  .eyebrow { top: 1.5rem; left: 1.2rem; font-size: .56rem; }
  .panel-number { display: none; }
  h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
  .intro { margin-top: 1.3rem; }
  .trust-list, .actions { grid-template-columns: 1fr; }
  .trust-list li { min-height: 4rem; }
  .floating-whatsapp { display: grid; }
  footer { padding-bottom: 5.5rem; }
}

@media (max-height: 720px) and (min-width: 901px) {
  .hero { min-height: auto; padding-block: 2rem; }
  .brand-panel { min-height: 590px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
