:root {
  color-scheme: dark;
  --bg: #09090c;
  --panel: rgba(22, 20, 25, 0.82);
  --line: rgba(255, 255, 255, 0.11);
  --text: #fff8fb;
  --muted: #c9bec5;
  --accent: #ff477e;
  --accent-2: #ff9a62;
  --glow: rgba(255, 71, 126, 0.23);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 8%, var(--glow), transparent 34rem),
    radial-gradient(circle at 5% 42%, rgba(126, 76, 255, 0.12), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.market-it { --accent: #ff6b55; --accent-2: #ffc25d; --glow: rgba(255, 107, 85, .24); }
body.market-es { --accent: #f33f68; --accent-2: #ffae45; --glow: rgba(243, 63, 104, .23); }
body.market-en { --accent: #ff477e; --accent-2: #9672ff; --glow: rgba(255, 71, 126, .23); }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: .85rem max(1.1rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(9, 9, 12, .82);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-weight: 800; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.language-nav { display: flex; gap: .25rem; padding: .25rem; border: 1px solid var(--line); border-radius: 999px; }
.language-nav a { padding: .4rem .62rem; border-radius: 999px; color: var(--muted); text-decoration: none; font-size: .78rem; font-weight: 800; }
.language-nav a[aria-current="page"] { background: rgba(255,255,255,.11); color: white; }
.header-cta { justify-self: end; padding: .65rem .95rem; border-radius: 999px; background: white; color: #111; text-decoration: none; font-size: .85rem; font-weight: 900; }

main { overflow: hidden; }
.hero {
  width: min(var(--max), calc(100% - 2rem));
  min-height: calc(100svh - 68px);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 0 4rem;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.eyebrow { margin: 0 0 1rem; color: var(--accent-2); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; max-width: 11ch; font-size: clamp(3.15rem, 6.5vw, 6.15rem); line-height: .91; letter-spacing: -.065em; }
.gradient-word { color: transparent; background: linear-gradient(100deg, var(--accent), var(--accent-2)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 36rem; margin: 1.5rem 0 1.8rem; color: var(--muted); font-size: clamp(1.03rem, 1.8vw, 1.22rem); line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.25rem; border-radius: 14px; text-decoration: none; font-weight: 900; }
.button-primary { color: #130b0f; background: linear-gradient(110deg, var(--accent), var(--accent-2)); box-shadow: 0 16px 45px var(--glow); }
.button-primary:hover { transform: translateY(-2px); filter: brightness(1.06); }
.hero-note { margin: .85rem 0 0; color: #a99fa5; font-size: .8rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.45rem; }
.hero-points span { padding: .48rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: #ddd2d8; background: rgba(255,255,255,.035); font-size: .78rem; }

.visual-stage { position: relative; min-height: 640px; }
.visual-stage::before { content: ""; position: absolute; inset: 6% 6% 8%; border-radius: 44%; background: var(--glow); filter: blur(65px); }
.photo-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #171419; box-shadow: 0 30px 70px rgba(0,0,0,.48); text-decoration: none; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.photo-card:hover { z-index: 6; border-color: color-mix(in srgb, var(--accent) 70%, white); }
.photo-card:hover img { transform: scale(1.035); filter: saturate(1.07); }
.photo-main { inset: 0 13% 3% 12%; z-index: 3; border-radius: 34px; transform: rotate(-1.2deg); }
.photo-side-a { width: 35%; height: 43%; right: 0; top: 5%; z-index: 4; border-radius: 24px; transform: rotate(4deg); }
.photo-side-b { width: 36%; height: 43%; left: 0; bottom: 0; z-index: 4; border-radius: 24px; transform: rotate(-4deg); }
.photo-label { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; max-width: calc(100% - 2rem); padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; background: rgba(10,8,11,.78); backdrop-filter: blur(12px); font-size: .78rem; font-weight: 900; white-space: nowrap; }

.trust-strip { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto 5rem; padding: 1.15rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.trust-item { padding: .6rem 1.1rem; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; margin-bottom: .25rem; }
.trust-item span { color: var(--muted); font-size: .82rem; }

.channel-section { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto 6rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: center; }
.section-heading h2 { margin: 0; max-width: 12ch; font-size: clamp(2.3rem, 4.8vw, 4.4rem); line-height: .98; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 30rem; color: var(--muted); line-height: 1.7; }
.steps { display: grid; gap: .85rem; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; align-items: center; padding: 1.1rem; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.step-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(130deg, var(--accent), var(--accent-2)); color: #160b10; font-weight: 950; }
.step h3 { margin: 0 0 .22rem; font-size: 1rem; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }

.final-cta { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto 5rem; padding: clamp(1.5rem, 4vw, 3rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(120deg, var(--glow), rgba(255,255,255,.045)); }
.final-cta h2 { margin: .2rem 0 0; font-size: clamp(1.7rem, 3.5vw, 3rem); }
footer { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 1.5rem 0 6rem; display: flex; justify-content: space-between; color: #8e858a; font-size: .8rem; border-top: 1px solid var(--line); }
.mobile-channel-bar { display: none; }

.adsterra-guide { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .85rem; }
.adsterra-guide span { padding: .4rem .58rem; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: .73rem; }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; }
  .language-nav { order: 3; grid-column: 1 / -1; justify-self: center; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-top: 2.5rem; grid-template-columns: 1fr; text-align: center; }
  h1 { max-width: none; }
  .hero-lead { margin-inline: auto; }
  .hero-points, .adsterra-guide { justify-content: center; }
  .visual-stage { width: min(100%, 590px); min-height: 590px; margin: 0 auto; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .channel-section { grid-template-columns: 1fr; text-align: center; }
  .section-heading h2, .section-heading > p:last-child { margin-inline: auto; }
  .step { text-align: left; }
  .final-cta { flex-direction: column; text-align: center; }
  .mobile-channel-bar { position: fixed; z-index: 30; left: .8rem; right: .8rem; bottom: .75rem; display: block; }
  .mobile-channel-bar a { display: flex; min-height: 54px; align-items: center; justify-content: center; border-radius: 16px; color: #160b10; background: linear-gradient(110deg, var(--accent), var(--accent-2)); box-shadow: 0 16px 45px rgba(0,0,0,.5); text-decoration: none; font-weight: 950; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: .85rem; }
  .brand span { font-size: .9rem; }
  .hero { width: min(100% - 1.3rem, var(--max)); padding-top: 2rem; }
  h1 { font-size: clamp(2.55rem, 13.5vw, 4rem); overflow-wrap: anywhere; }
  .hero-lead { font-size: .98rem; line-height: 1.58; }
  .hero-copy { min-width: 0; }
  .hero-points { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding: 0 .15rem .4rem; scrollbar-width: none; }
  .hero-points::-webkit-scrollbar { display: none; }
  .visual-stage { min-height: 505px; }
  .photo-main { inset: 0 8% 4%; border-radius: 25px; }
  .photo-side-a { width: 37%; height: 38%; right: 0; }
  .photo-side-b { width: 38%; height: 39%; left: 0; }
  .trust-strip, .channel-section, .final-cta { width: calc(100% - 1.3rem); }
  footer { width: calc(100% - 1.3rem); flex-direction: column; gap: .45rem; text-align: center; }
}
