@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --orange: #ff6700;
  --orange-2: #ff8a00;
  --ink: #070707;
  --surface: #0c0c0e;
  --surface-2: #111113;
  --line: rgba(255,255,255,.09);
  --muted: #98989f;
  --white: #f7f7f5;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: "Manrope", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
}
.site-header.scrolled { background: rgba(7,7,7,.78); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 42px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 16px; letter-spacing: .16em; }
.brand small { color: #77777e; font-size: 9px; margin-top: 5px; letter-spacing: .06em; }
.brand-logo img { width: 142px; height: 36px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; gap: 34px; margin-left: auto; }
.main-nav a { color: #a8a8ae; font-size: 13px; transition: color .2s; }
.main-nav a:hover { color: #fff; }
.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #090909;
  background: linear-gradient(135deg, var(--orange-2), var(--orange));
  border: 1px solid #ff8f27;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 12px 34px rgba(255,103,0,.16), inset 0 1px rgba(255,255,255,.25);
  transition: transform .25s, box-shadow .25s, filter .25s;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 42px rgba(255,103,0,.24); }
.button svg { width: 18px; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-ghost { color: #ddd; background: rgba(255,255,255,.03); border-color: var(--line); box-shadow: none; }
.button-ghost:hover { border-color: rgba(255,255,255,.22); box-shadow: none; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px; background: #fff; }

.hero { min-height: 780px; padding: 150px 0 90px; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero::after { content: ""; position: absolute; width: 900px; height: 600px; left: 58%; top: 210px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(255,91,0,.13), transparent 68%); filter: blur(30px); pointer-events: none; }
.hero-glow { position: absolute; width: 480px; height: 480px; top: -240px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(255,106,0,.16); filter: blur(120px); }
.hero-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 54px; position: relative; z-index: 2; }
.hero-copy { text-align: left; position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--orange-2); font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,119,0,.25); background: rgba(255,103,0,.055); border-radius: 50px; }
.eyebrow span { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 25px 0 22px; max-width: 720px; font-size: clamp(46px, 5.3vw, 76px); line-height: .96; letter-spacing: -.064em; font-weight: 750; }
.blur-title { display: flex; flex-wrap: wrap; column-gap: .18em; row-gap: .04em; }
.blur-title .blur-word {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-34px);
  animation: blur-word-in .58s cubic-bezier(.2,.72,.16,1) forwards;
  will-change: transform, filter, opacity;
}
.blur-title .blur-word.is-minutos {
  color: #ff6a00;
  text-shadow: 0 0 28px rgba(255,106,0,.32);
  animation: blur-word-in .58s cubic-bezier(.2,.72,.16,1) forwards, minutos-grow 1.7s ease-in-out 1.08s infinite;
}
@keyframes blur-word-in {
  0% { opacity: 0; filter: blur(10px); transform: translateY(-34px); }
  62% { opacity: .56; filter: blur(5px); transform: translateY(5px); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes minutos-grow {
  0%, 100% { transform: translateY(0) scale(1); }
  48% { transform: translateY(0) scale(1.055); }
}
h1 em, .final-cta h2 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.44); }
h1 em {
  color: transparent;
  background: linear-gradient(90deg, transparent 0 36%, var(--orange) 47% 63%, transparent 74% 100%);
  background-size: 250% 100%;
  background-position: -115% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: hero-word-sweep 8s linear infinite;
}
@keyframes hero-word-sweep {
  0% {
    background-position: -115% 0;
  }
  72% {
    background-position: 115% 0;
  }
  100% {
    background-position: 115% 0;
  }
}

.premium-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 1px solid rgba(255,138,0,.75);
  border-radius: 50%;
  background: rgba(255,103,0,.24);
  box-shadow: 0 0 18px rgba(255,103,0,.18);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-30px,-30px,0) scale(1);
  transition: opacity .2s, width .25s, height .25s, margin .25s, background .25s, border-color .25s;
  will-change: transform;
}
.premium-cursor.visible { opacity: 1; }
.premium-cursor.hovering {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border-color: rgba(255,138,0,.42);
  background: rgba(255,103,0,.12);
}
@media (pointer: fine) {
  body.custom-cursor, body.custom-cursor a, body.custom-cursor button, body.custom-cursor [role="button"] { cursor: none; }
}
.hero-copy > p { color: #aaaab0; max-width: 600px; margin: 0; font-size: 17px; line-height: 1.65; }
.hero-actions { margin: 31px 0 24px; display: flex; justify-content: flex-start; gap: 10px; }
.trust-line { display: flex; align-items: center; justify-content: center; gap: 12px; color: #68686e; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.trust-line i { width: 2px; height: 2px; background: var(--orange); border-radius: 50%; }
.hero-proof-grid { display: flex; flex-wrap: wrap; gap: 9px; max-width: 620px; }
.hero-proof-grid span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; background: rgba(255,255,255,.026); color: #c9c9ce; font-size: 11px; line-height: 1; box-shadow: inset 0 1px rgba(255,255,255,.035); }
.hero-proof-grid span::before { content: ""; width: 6px; height: 6px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(255,103,0,.55); vertical-align: 1px; }
.hero-visual { min-width: 0; }
.hero-showcase-copy { max-width: 520px; min-height: 104px; margin: 0 0 18px 10%; transition: opacity .25s ease, transform .25s ease; }
.hero-showcase-copy > span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-showcase-copy h2 { margin: 11px 0 8px; font-size: clamp(25px, 3vw, 36px); line-height: 1.1; letter-spacing: -.045em; }
.hero-showcase-copy p { max-width: 520px; margin: 0; color: #85858c; font-size: 13px; line-height: 1.65; }
.product-stage { height: 420px; margin-top: 0; position: relative; z-index: 3; perspective: 1700px; transform-style: preserve-3d; }
.stage-light { position: absolute; inset: 20% 15% 0; background: radial-gradient(ellipse, rgba(255,100,0,.22), transparent 65%); filter: blur(70px); }
.screen-card { position: absolute; left: 14%; top: 0; margin: 0; width: 72%; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 7px; background: #0b0b0b; box-shadow: 0 50px 100px rgba(0,0,0,.7), 0 0 60px rgba(255,100,0,.06); cursor: pointer; transition: transform .85s cubic-bezier(.2,.72,.16,1), filter .7s ease, opacity .7s ease, box-shadow .7s ease; overflow: hidden; will-change: transform, opacity; }
.screen-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.08), transparent 60%); transform: translateX(-100%); transition: transform .7s; pointer-events: none; }
.screen-card:hover::after { transform: translateX(100%); }
.screen-card img { border-radius: 7px; width: 100%; aspect-ratio: 2.13 / 1; object-fit: cover; object-position: top; }
.screen-video-media { position: relative; width: 100%; aspect-ratio: 2.13 / 1; overflow: hidden; border-radius: 7px; background: #050505; }
.screen-video-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s; }
.screen-video-fallback { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(rgba(5,5,5,.76), rgba(5,5,5,.9)), url("assets/dashboard.png") center top / cover; }
.screen-video-fallback[hidden] { display: none; }
.screen-video-fallback strong { margin-top: 13px; font-size: 14px; }
.screen-video-fallback small { margin-top: 5px; color: #777; font-size: 10px; }
.screen-card figcaption { position: absolute; bottom: 18px; left: 20px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; background: rgba(5,5,5,.78); backdrop-filter: blur(12px); color: #aaa; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: .3s; }
.screen-card figcaption span { color: var(--orange); margin-right: 7px; }
.screen-card:hover figcaption { opacity: 1; transform: none; }
.screen-left { z-index: 1; opacity: .55; transform: translateX(-43%) translateY(38px) translateZ(-110px) rotateY(24deg) rotateZ(-1.5deg) scale(.84); filter: brightness(.48) saturate(.72); }
.screen-right { z-index: 1; opacity: .55; transform: translateX(43%) translateY(38px) translateZ(-110px) rotateY(-24deg) rotateZ(1.5deg) scale(.84); filter: brightness(.48) saturate(.72); }
.screen-back { z-index: 0; opacity: 0; pointer-events: none; transform: translateX(0) translateY(55px) translateZ(-180px) scale(.76); filter: brightness(.3); }
.screen-center { z-index: 3; opacity: 1; transform: translateX(0) translateY(0) translateZ(90px) rotateY(0) scale(1); filter: brightness(1); box-shadow: 0 55px 120px rgba(0,0,0,.78), 0 0 65px rgba(255,100,0,.08); }
.screen-left:hover { opacity: .8; filter: brightness(.72); transform: translateX(-40%) translateY(30px) translateZ(-75px) rotateY(20deg) scale(.86); }
.screen-right:hover { opacity: .8; filter: brightness(.72); transform: translateX(40%) translateY(30px) translateZ(-75px) rotateY(-20deg) scale(.86); }
.screen-center:hover { transform: translateX(0) translateY(-7px) translateZ(105px) rotateY(0) scale(1.01); }
.screen-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.product-stage.switching .screen-center { opacity: .78; transform: translateX(0) translateY(4px) translateZ(60px) rotateY(-3deg) scale(.985); }
.hero-showcase-copy.switching { opacity: 0; transform: translateY(7px); }
.showcase-dots { position: absolute; left: 50%; bottom: 10px; z-index: 6; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 50px; background: rgba(6,6,6,.72); backdrop-filter: blur(10px); }
.showcase-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #4b4b50; cursor: pointer; transition: width .3s, border-radius .3s, background .3s, box-shadow .3s; }
.showcase-dot.active { width: 22px; border-radius: 10px; background: var(--orange); box-shadow: 0 0 15px rgba(255,103,0,.55); }

.pain-section { padding: 100px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 35%, rgba(255,103,0,.08), transparent 32%); }
.pain-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: center; }
.pain-copy h2 { margin: 16px 0 18px; font-size: clamp(38px, 4.6vw, 62px); line-height: 1; letter-spacing: -.055em; }
.pain-copy p { max-width: 520px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.comparison-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.comparison-card { min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: #0d0d0f; }
.comparison-card span { color: #6e6e75; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.comparison-card h3 { margin: 60px 0 20px; font-size: 25px; letter-spacing: -.04em; }
.comparison-card ul { list-style: none; padding: 0; margin: 0; }
.comparison-card li { position: relative; padding: 10px 0 10px 20px; border-top: 1px solid var(--line); color: #aaa; font-size: 12px; }
.comparison-card li::before { content: ""; position: absolute; left: 1px; top: 16px; width: 7px; height: 7px; border-radius: 50%; background: #555; }
.atlas-card { border-color: rgba(255,106,0,.45); background: linear-gradient(150deg, rgba(255,103,0,.13), #0d0d0f 58%); }
.atlas-card span { color: var(--orange); }
.atlas-card li::before { background: var(--orange); }
.atlas-card h3 { color: #fff; }

.atlas-metrics {
  padding: 86px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 18% 20%, rgba(255,103,0,.08), transparent 28%), #080808;
  position: relative;
  overflow: hidden;
}
.atlas-metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}
.metrics-heading {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 44px;
  margin-bottom: 24px;
}
.metrics-heading h2 { margin: 12px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.055em; }
.metrics-heading p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.metrics-live {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8f8f96;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.metrics-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 16px rgba(255,103,0,.65);
  animation: live-pulse 2.8s ease-in-out infinite;
}
@keyframes live-pulse {
  0%, 100% { opacity: .55; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1); }
}
.metrics-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.metric-card {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 11px;
  background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: inset 0 1px rgba(255,255,255,.035);
  transition: transform .25s, border-color .25s, background .25s;
}
.metric-card:hover { transform: translateY(-4px); border-color: rgba(255,106,0,.35); background: linear-gradient(150deg, rgba(255,103,0,.095), rgba(255,255,255,.018)); }
.metric-card strong {
  display: block;
  color: var(--orange-2);
  font-size: clamp(34px, 4vw, 52px);
  line-height: .9;
  letter-spacing: -.06em;
  text-shadow: 0 0 28px rgba(255,103,0,.22);
}
.metric-card h3 { margin: 34px 0 9px; font-size: 15px; letter-spacing: -.025em; }
.metric-card p { margin: 0; color: #85858b; font-size: 11px; line-height: 1.55; }

.trial-callout { padding: 0 0 104px; border-bottom: 1px solid var(--line); position: relative; }
.trial-callout::before { content: ""; position: absolute; inset: auto 8% 40px; height: 240px; background: radial-gradient(ellipse, rgba(255,103,0,.13), transparent 68%); filter: blur(34px); pointer-events: none; }
.trial-callout-inner {
  position: relative;
  z-index: 2;
  min-height: 260px;
  padding: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(255,106,0,.28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,103,0,.13), rgba(255,255,255,.018) 42%, rgba(10,10,10,.96)), #0b0b0c;
  box-shadow: 0 35px 95px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.05);
  overflow: hidden;
}
.trial-callout-inner::after { content: "7"; position: absolute; right: 34px; bottom: -58px; color: rgba(255,255,255,.035); font-size: 220px; line-height: 1; font-weight: 800; letter-spacing: -.08em; pointer-events: none; }
.trial-callout-copy { position: relative; z-index: 1; max-width: 760px; }
.trial-callout h2 { margin: 14px 0 16px; font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.trial-callout p { max-width: 660px; margin: 0; color: #b9b9bf; font-size: 16px; line-height: 1.75; }
.trial-callout-actions { position: relative; z-index: 1; min-width: 230px; display: grid; gap: 10px; }
.trial-callout-actions .button { width: 100%; white-space: nowrap; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2, .api-copy h2, .faq-title h2, .final-cta h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p { width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading.centered { text-align: center; display: block; }
.section-heading.centered p { margin: 22px auto 0; }
.workflow { border-top: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.step-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-right: 0; background: rgba(255,255,255,.015); transition: background .3s, transform .3s; }
.step-card:first-child { border-radius: 12px 0 0 12px; }
.step-card:last-child { border-right: 1px solid var(--line); border-radius: 0 12px 12px 0; }
.step-card:hover { background: linear-gradient(150deg, rgba(255,103,0,.09), rgba(255,255,255,.018)); transform: translateY(-5px); }
.step-top { display: flex; align-items: center; justify-content: space-between; color: #555; font-size: 11px; }
.step-top svg { width: 25px; color: var(--orange); }
.step-card h3 { margin: 100px 0 12px; font-size: 19px; letter-spacing: -.03em; }
.step-card p { color: #85858b; font-size: 13px; line-height: 1.65; margin: 0; }
.section-cta { margin-top: 34px; display: flex; justify-content: center; gap: 10px; }

.platform { overflow: hidden; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.012), transparent); }
.feature-number { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.feature-row { min-height: 520px; display: grid; grid-template-columns: minmax(0, .35fr) minmax(0, .65fr); align-items: center; gap: 55px; margin-top: 48px; }
.feature-row.reverse { grid-template-columns: minmax(0, .65fr) minmax(0, .35fr); }
.feature-row.reverse .feature-copy { order: 2; }
.feature-copy h3 { margin: 18px 0 22px; font-size: clamp(36px, 4vw, 52px); line-height: 1.04; letter-spacing: -.055em; }
.feature-copy > p { color: var(--muted); line-height: 1.75; font-size: 14px; }
.feature-copy ul { list-style: none; padding: 0; margin: 26px 0 0; }
.feature-copy li { color: #c2c2c5; font-size: 12px; padding: 11px 0 11px 23px; position: relative; border-top: 1px solid var(--line); }
.feature-copy li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 7px; height: 4px; border-left: 1px solid var(--orange); border-bottom: 1px solid var(--orange); transform: rotate(-45deg); }
.feature-visual { padding: 8px; border: 1px solid var(--line); border-radius: 13px; background: #0d0d0e; box-shadow: 0 35px 90px rgba(0,0,0,.5); transform: perspective(1200px) rotateY(-4deg); position: relative; }
.feature-row.reverse .feature-visual { transform: perspective(1200px) rotateY(4deg); }
.feature-visual::before { content: ""; position: absolute; inset: -30px; z-index: -1; background: radial-gradient(ellipse, rgba(255,90,0,.1), transparent 65%); filter: blur(30px); }
.feature-visual img { border-radius: 8px; aspect-ratio: 2.13 / 1; object-fit: cover; object-position: top; }
.play-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,130,0,.5); border-radius: 50%; background: rgba(255,103,0,.13); color: var(--orange); box-shadow: 0 0 40px rgba(255,100,0,.16); }
.play-icon svg { width: 26px; }

.mobile-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 50%, rgba(255,100,0,.08), transparent 30%); overflow: hidden; }
.mobile-showcase { min-height: 590px; display: grid; grid-template-columns: minmax(0, .42fr) minmax(0, .58fr); align-items: center; gap: 60px; }
.mobile-copy h2 { margin: 16px 0 24px; font-size: clamp(40px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.mobile-copy > p { max-width: 480px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.mobile-copy ul { list-style: none; padding: 0; margin: 30px 0 0; max-width: 430px; }
.mobile-copy li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid var(--line); color: #bbb; font-size: 12px; }
.mobile-copy li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 7px; height: 4px; border-left: 1px solid var(--orange); border-bottom: 1px solid var(--orange); transform: rotate(-45deg); }
.phone-stage { height: 570px; position: relative; perspective: 1200px; }
.phone-frame { position: absolute; top: 25px; left: 50%; width: 245px; margin: 0; padding: 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 35px; background: #090909; box-shadow: 0 40px 80px rgba(0,0,0,.65); overflow: hidden; }
.phone-frame::before { content: ""; position: absolute; z-index: 2; top: 14px; left: 50%; width: 76px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: #050505; }
.phone-frame img { width: 100%; aspect-ratio: 9 / 19.5; border-radius: 28px; object-fit: cover; object-position: top; }
.phone-center { z-index: 3; transform: translateX(-50%) translateZ(55px); }
.phone-left { z-index: 1; transform: translateX(-115%) translateY(45px) rotateY(20deg) scale(.88); filter: brightness(.55); }
.phone-right { z-index: 1; transform: translateX(15%) translateY(45px) rotateY(-20deg) scale(.88); filter: brightness(.55); }

.niches { border-top: 1px solid var(--line); background: #080808; }
.niches-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.niche-card { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.012)); transition: transform .25s, border-color .25s, background .25s; }
.niche-card:hover { transform: translateY(-4px); border-color: rgba(255,106,0,.35); background: linear-gradient(150deg, rgba(255,103,0,.09), rgba(255,255,255,.018)); }
.niche-card span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.niche-card h3 { margin: 48px 0 12px; font-size: 18px; line-height: 1.18; letter-spacing: -.035em; }
.niche-card p { margin: 0; color: #8b8b92; font-size: 12px; line-height: 1.6; }

.resources { border-top: 1px solid var(--line); }
.resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-card { min-height: 195px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .25s; }
.resource-card:hover { background: rgba(255,255,255,.025); }
.resource-card.featured { background: linear-gradient(145deg, rgba(255,100,0,.13), rgba(255,100,0,.02)); }
.resource-card > span { color: #555; font-size: 10px; letter-spacing: .12em; }
.resource-card h3 { margin: 56px 0 10px; font-size: 19px; }
.resource-card p { color: #85858b; font-size: 13px; line-height: 1.6; margin: 0; max-width: 290px; }

.plans { background: #090909; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.billing-toggle { width: max-content; margin: 30px auto 0; padding: 5px; display: flex; gap: 5px; border: 1px solid var(--line); border-radius: 9px; background: #0c0c0e; }
.billing-toggle button { min-height: 38px; padding: 0 17px; border: 1px solid transparent; border-radius: 6px; color: #777; background: transparent; font: 600 11px/1 "Manrope", sans-serif; cursor: pointer; transition: .25s; }
.billing-toggle button span { margin-left: 5px; color: var(--orange); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.billing-toggle button.active { color: #fff; border-color: rgba(255,115,0,.4); background: rgba(255,103,0,.13); }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: stretch; }
.plan-card { padding: 30px 25px 25px; border: 1px solid var(--line); border-radius: 11px; background: #0d0d0f; display: flex; flex-direction: column; position: relative; transition: transform .3s, border-color .3s; }
.plan-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.18); }
.plan-card.recommended { border-color: rgba(255,106,0,.55); background: linear-gradient(180deg, rgba(255,103,0,.1), #0d0d0f 32%); box-shadow: 0 24px 70px rgba(255,90,0,.07); }
.recommended-label { position: absolute; top: 0; right: 20px; transform: translateY(-50%); padding: 6px 9px; border-radius: 4px; color: #100b05; background: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.plan-name { display: flex; justify-content: space-between; align-items: center; }
.plan-name span { color: #555; font-size: 10px; }
.plan-name h3 { font-size: 25px; margin: 0; }
.plan-card > p { min-height: 40px; margin: 18px 0 0; color: #85858b; font-size: 12px; line-height: 1.6; }
.plan-price { min-height: 61px; margin-top: 22px; display: flex; align-items: end; gap: 7px; }
.plan-price strong { font-size: 34px; line-height: 1; letter-spacing: -.055em; }
.plan-price span { margin-bottom: 3px; color: #777; font-size: 11px; }
.plan-price-custom strong { font-size: 25px; letter-spacing: -.035em; }
.annual-note { min-height: 17px; margin-top: 8px; color: var(--orange-2); font-size: 9px; letter-spacing: .03em; }
.plan-divider { height: 1px; background: var(--line); margin: 22px 0; }
.includes { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.plan-card ul { list-style: none; padding: 0; margin: 14px 0 28px; flex: 1; }
.plan-card li { position: relative; padding: 7px 0 7px 17px; color: #bbb; font-size: 12px; }
.plan-card li::before { content: "+"; position: absolute; left: 0; color: var(--orange); }
.plan-card .button { width: 100%; min-height: 45px; padding-inline: 10px; font-size: 10px; }
.plan-actions { display: grid; gap: 8px; }
.managed-api { margin-top: 34px; padding: 38px; display: grid; grid-template-columns: 1.4fr 1fr .75fr; gap: 38px; align-items: center; border: 1px solid rgba(255,106,0,.3); border-radius: 13px; background: radial-gradient(circle at 80% 50%, rgba(255,103,0,.09), transparent 30%), #0d0d0f; position: relative; overflow: hidden; }
.optional-label { position: absolute; top: 0; right: 28px; padding: 7px 10px; border-radius: 0 0 5px 5px; color: #150b03; background: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.managed-api-heading h3 { margin: 12px 0 13px; font-size: 27px; letter-spacing: -.04em; }
.managed-api-heading p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.managed-api-details ul { list-style: none; padding: 0; margin: 0; }
.managed-api-details li { position: relative; padding: 7px 0 7px 16px; color: #aaa; font-size: 11px; }
.managed-api-details li::before { content: "+"; position: absolute; left: 0; color: var(--orange); }
.managed-api-price > div { display: flex; align-items: end; gap: 6px; margin-bottom: 17px; }
.managed-api-price strong { font-size: 33px; line-height: 1; letter-spacing: -.055em; }
.managed-api-price span { color: #777; font-size: 10px; margin-bottom: 3px; }
.managed-api-price .button { width: 100%; min-height: 45px; padding: 0 12px; font-size: 10px; }
.managed-api-note { grid-column: 1 / -1; padding-top: 20px; display: flex; justify-content: space-between; gap: 35px; border-top: 1px solid var(--line); }
.managed-api-note p { margin: 0; max-width: 520px; color: #66666c; font-size: 9px; line-height: 1.7; }
.managed-api-note a { color: #a9a9ad; text-decoration: underline; text-underline-offset: 3px; }
.managed-api-note a:hover { color: var(--orange); }

.api-card { min-height: 500px; display: grid; grid-template-columns: 45% 55%; align-items: center; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: radial-gradient(circle at 15% 50%, rgba(255,100,0,.11), transparent 38%), #0b0b0c; }
.api-visual { height: 100%; position: relative; display: grid; place-items: center; overflow: hidden; }
.api-visual::after { content: ""; position: absolute; width: 1px; top: 10%; bottom: 10%; right: 0; background: var(--line); }
.api-visual img { width: 135px; position: relative; z-index: 2; filter: drop-shadow(0 30px 35px rgba(0,0,0,.7)); }
.orbit { position: absolute; border: 1px solid rgba(255,120,0,.16); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; }
.orbit-two { width: 470px; height: 470px; border-color: rgba(255,255,255,.055); }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 15px var(--orange); }
.orbit::before { top: 15%; left: 13%; }.orbit::after { bottom: 20%; right: 8%; }
.api-copy { padding: 58px; }
.api-copy p { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.8; margin: 25px 0 32px; }
.security-note { display: flex; align-items: center; gap: 14px; padding: 15px; max-width: 390px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.02); }
.security-note svg { width: 22px; color: var(--orange); }
.security-note span { display: grid; color: #777; font-size: 11px; gap: 3px; }
.security-note strong { color: #ddd; font-size: 12px; }

.faq { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .36fr) minmax(0, .64fr); gap: 90px; }
.faq-title { position: sticky; top: 150px; align-self: start; }
.faq-title p { color: var(--muted); max-width: 290px; line-height: 1.7; margin-top: 23px; font-size: 14px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 25px 4px; font-size: 16px; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary span { width: 17px; height: 17px; position: relative; }
summary span::before, summary span::after { content: ""; position: absolute; background: #777; transition: transform .25s; }
summary span::before { width: 13px; height: 1px; left: 2px; top: 8px; }
summary span::after { height: 13px; width: 1px; top: 2px; left: 8px; }
details[open] summary { color: var(--orange-2); }
details[open] summary span::after { transform: rotate(90deg); }
details p { color: var(--muted); max-width: 650px; font-size: 14px; line-height: 1.75; padding: 0 50px 25px 4px; margin: 0; }

.final-cta { padding: 125px 0; position: relative; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }
.final-cta::before { content: ""; position: absolute; width: 750px; height: 480px; top: 25%; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(255,91,0,.13), transparent 67%); filter: blur(35px); }
.final-cta-inner { position: relative; }
.final-cta img { width: 62px; height: 62px; object-fit: contain; margin: 0 auto 30px; }
.final-cta h2 { font-size: clamp(48px, 6vw, 76px); margin: 18px 0 24px; }
.final-cta p { max-width: 520px; margin: 0 auto 32px; color: var(--muted); line-height: 1.7; }
.final-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
footer { border-top: 1px solid var(--line); background: #050505; }
.footer-main { min-height: 190px; display: flex; align-items: center; gap: 50px; }
.footer-main > p { color: #626268; font-size: 12px; }
.footer-links { margin-left: auto; display: flex; gap: 28px; color: #aaa; font-size: 12px; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { height: 68px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: #4d4d52; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .metrics-live i { animation: none; }
  h1 em { animation: none; }
  * { animation: none !important; transition-duration: .01ms !important; }
}

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-proof-grid { justify-content: center; margin-inline: auto; }
  .hero-showcase-copy { margin-inline: auto; text-align: center; }
  .hero-showcase-copy p { margin-inline: auto; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .managed-api { grid-template-columns: 1fr 1fr; }
  .managed-api-price { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
  .managed-api-price > div { margin: 0; }
  .managed-api-price .button { width: auto; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card { border: 1px solid var(--line); border-radius: 0 !important; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { gap: 45px; }
  .pain-grid { grid-template-columns: 1fr; }
  .niches-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 76px 0; }
  .header-cta { display: none; }
  .brand-logo img { width: 126px; height: 32px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 78px; left: 16px; right: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: rgba(10,10,10,.97); flex-direction: column; }
  .main-nav.open { display: flex; }
  .hero { min-height: auto; padding: 108px 0 62px; }
  h1 { font-size: clamp(38px, 10.4vw, 54px); line-height: 1; letter-spacing: -.055em; }
  .blur-title { justify-content: center; row-gap: .02em; }
  .hero-copy > p { font-size: 15px; line-height: 1.58; }
  .hero-proof-grid span { flex: 1 1 calc(50% - 9px); text-align: left; }
  .hero-showcase-copy { display: none; }
  .product-stage { height: clamp(250px, 54vw, 420px); margin-top: 0; touch-action: pan-y; }
  .screen-card { left: 4%; width: 92%; }
  .screen-left { opacity: .34; transform: translateX(-72%) translateY(20px) translateZ(-70px) rotateY(16deg) scale(.86); }
  .screen-right { opacity: .34; transform: translateX(72%) translateY(20px) translateZ(-70px) rotateY(-16deg) scale(.86); }
  .screen-back { opacity: 0; transform: translateX(0) translateY(25px) translateZ(-100px) scale(.8); }
  .screen-center { transform: translateX(0) translateY(0) translateZ(45px) scale(1); }
  .screen-left:hover { opacity: .5; transform: translateX(-69%) translateY(17px) translateZ(-55px) rotateY(14deg) scale(.87); }
  .screen-right:hover { opacity: .5; transform: translateX(69%) translateY(17px) translateZ(-55px) rotateY(-14deg) scale(.87); }
  .screen-center:hover { transform: translateX(0) translateY(-3px) translateZ(52px) scale(1); }
  .screen-card figcaption { display: none; }
  .showcase-dots { bottom: 0; }
  .atlas-metrics { padding: 62px 0; }
  .metrics-heading { display: block; margin-bottom: 18px; text-align: center; }
  .metrics-heading p { margin: 14px auto 0; }
  .metrics-live { margin-top: 12px; }
  .metric-card { min-height: 145px; padding: 20px; }
  .metric-card h3 { margin-top: 25px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .pain-section { padding: 68px 0; }
  .comparison-card { min-height: 250px; padding: 24px; }
  .comparison-card h3 { margin: 42px 0 16px; }
  .comparison-cards { grid-template-columns: 1fr; }
  .trial-callout { padding-bottom: 72px; }
  .trial-callout-inner { grid-template-columns: 1fr; }
  .trial-callout-actions { min-width: 0; display: flex; flex-wrap: wrap; }
  .trial-callout-actions .button { width: auto; }
  .section-heading > p { width: auto; margin-top: 16px; }
  .feature-row, .feature-row.reverse { min-height: auto; grid-template-columns: 1fr; gap: 30px; margin: 76px 0; }
  .feature-row.reverse .feature-copy { order: 0; }
  .feature-visual, .feature-row.reverse .feature-visual { transform: none; }
  .mobile-showcase { min-height: auto; grid-template-columns: 1fr; gap: 34px; }
  .mobile-copy { text-align: center; }
  .mobile-copy > p, .mobile-copy ul { margin-left: auto; margin-right: auto; }
  .mobile-copy li { text-align: left; }
  .phone-stage { height: 500px; }
  .resources-grid { grid-template-columns: repeat(2, 1fr); }
  .managed-api { grid-template-columns: 1fr; padding: 32px 26px; }
  .managed-api-price { grid-column: auto; }
  .managed-api-note { display: grid; gap: 12px; }
  .api-card { grid-template-columns: 1fr; }
  .api-card { min-height: auto; }
  .api-visual { min-height: 300px; }
  .api-visual::after { width: 80%; height: 1px; left: 10%; top: auto; bottom: 0; }
  .api-copy { padding: 45px 30px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-title { position: static; }
}
@media (max-width: 560px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-layout { gap: 20px; }
  .eyebrow { font-size: 9px; padding: 7px 10px; }
  h1 { margin: 20px 0 16px; }
  .hero-actions { margin: 24px 0 18px; }
  .hero-proof-grid { display: grid; grid-template-columns: 1fr; }
  .hero-proof-grid span { width: 100%; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metric-card { min-height: 124px; padding: 16px; }
  .metric-card strong { font-size: 32px; }
  .metric-card h3 { margin: 20px 0 6px; font-size: 13px; }
  .metric-card p { font-size: 10px; line-height: 1.45; }
  .trial-callout-inner { min-height: 220px; padding: 26px 18px; }
  .trial-callout h2 { font-size: 31px; }
  .trial-callout p { font-size: 13px; line-height: 1.6; }
  .trial-callout-actions { display: grid; }
  .trial-callout-actions .button { width: 100%; }
  .trust-line { flex-wrap: wrap; max-width: 320px; margin-inline: auto; line-height: 1.8; }
  .steps-grid, .plans-grid, .resources-grid, .niches-grid { grid-template-columns: 1fr; }
  .section-cta { display: grid; }
  .section-cta .button { width: 100%; }
  .step-card { min-height: 188px; padding: 22px; }
  .step-card h3 { margin-top: 44px; font-size: 18px; }
  .step-card p { font-size: 12px; line-height: 1.55; }
  .niche-card { min-height: 158px; padding: 20px; }
  .niche-card h3 { margin-top: 32px; font-size: 17px; }
  .niche-card p { font-size: 11px; }
  .resource-card { min-height: 155px; padding: 22px; }
  .resource-card h3 { margin-top: 34px; font-size: 17px; }
  .resource-card p { font-size: 12px; line-height: 1.5; }
  .plan-card { padding: 24px 20px 20px; }
  .plan-name h3 { font-size: 23px; }
  .plan-card > p { min-height: 0; margin-top: 13px; }
  .plan-price { margin-top: 17px; }
  .plan-divider { margin: 17px 0; }
  .plan-card ul { margin-bottom: 20px; }
  .product-stage { height: clamp(190px, 54vw, 292px); margin-top: 18px; }
  .screen-card { left: 1%; width: 98%; }
  .showcase-dots { padding: 7px 10px; }
  .mobile-copy h2 { font-size: 34px; }
  .phone-stage { height: 390px; }
  .phone-frame { width: 190px; border-radius: 29px; }
  .phone-frame img { border-radius: 23px; }
  .phone-left { transform: translateX(-105%) translateY(42px) rotateY(16deg) scale(.82); }
  .phone-right { transform: translateX(5%) translateY(42px) rotateY(-16deg) scale(.82); }
  .billing-toggle { max-width: 100%; }
  .billing-toggle button { padding-inline: 12px; }
  .managed-api-price { display: block; }
  .managed-api-price > div { margin-bottom: 17px; }
  .managed-api-price .button { width: 100%; }
  .managed-api { padding: 26px 20px; gap: 22px; }
  .managed-api-heading h3 { font-size: 24px; }
  .managed-api-details li { padding-block: 5px; }
  .api-visual { min-height: 235px; }
  .api-visual img { width: 100px; }
  .orbit-one { width: 230px; height: 230px; }
  .orbit-two { width: 340px; height: 340px; }
  .api-copy { padding: 32px 20px; }
  details p { padding-right: 10px; font-size: 13px; }
  summary { padding: 20px 4px; font-size: 15px; }
  .final-cta { padding: 105px 0; }
  .final-cta h2 { font-size: 40px; }
  .footer-main { padding: 50px 0; flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-links { margin-left: 0; }
  .footer-bottom { height: auto; padding: 22px 0; gap: 12px; flex-direction: column; align-items: flex-start; }
  .final-actions { display: grid; }
  .final-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .blur-title .blur-word,
  .blur-title .blur-word.is-minutos {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}
