:root {
  --ink: #050505;
  --ink-2: #0b0b0b;
  --surface: #11110e;
  --surface-2: #181711;
  --paper: #f3f0e8;
  --paper-2: #e8e3d8;
  --yellow: #ffc928;
  --yellow-2: #e8ad00;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(5,5,5,.13);
  --muted: #a09f99;
  --muted-dark: #5f5c55;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 30px 80px rgba(0,0,0,.45);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--yellow); color: var(--ink); }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  background: var(--yellow); color: var(--ink); padding: 10px 16px; border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section--light { background: var(--paper); color: var(--ink); }

.announcement {
  min-height: 38px; padding: 8px 20px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--yellow); color: var(--ink); font-size: 12px; letter-spacing: .02em;
}
.announcement__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); animation: blink 1.8s infinite; }
.announcement a { margin-left: 8px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@keyframes blink { 50% { opacity: .25; } }

.site-header {
  position: sticky; top: 14px; z-index: 100;
  background: transparent; border-bottom: 0;
  backdrop-filter: none;
}
.header__inner { min-height: 78px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.08); border-radius: 26px; background: rgba(10,10,10,.9); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand__mark { color: var(--yellow); width: 38px; height: 38px; display: grid; place-items: center; }
.brand__mark svg { width: 100%; height: 100%; }
.brand__text { display: grid; line-height: 1.08; }
.brand__text strong { font-size: 18px; letter-spacing: -.02em; }
.brand__text small { margin-top: 5px; color: #8e8e88; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { color: #bdbdb7; font-size: 13px; font-weight: 650; transition: color .2s; padding: 10px 0; }
.main-nav > a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid transparent; border-radius: 12px; padding: 13px 20px;
  font-weight: 800; font-size: 14px; line-height: 1; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button--small { padding: 12px 17px; font-size: 12px; }
.button--large { min-height: 56px; padding-inline: 24px; }
.button--primary { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 36px rgba(255,201,40,.15); }
.button--primary:hover { background: #ffd454; box-shadow: 0 16px 42px rgba(255,201,40,.24); }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.02); color: #fff; }
.button--dark { background: var(--ink); color: #fff; }
.button--full { width: 100%; }

.hero { min-height: 820px; padding-top: 126px; overflow: hidden; background:
  radial-gradient(circle at 74% 20%, rgba(255,201,40,.08), transparent 28%),
  linear-gradient(180deg, #080808 0%, #050505 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; 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: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero__copy { padding-bottom: 40px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(255,201,40,.09); }
.eyebrow--dark { color: #806100; }
.hero h1, .section-heading h2, .fit h2, .offer h2, .faq h2 {
  margin: 0; font-family: "Arial Black", Inter, sans-serif; font-weight: 950; letter-spacing: -.055em; line-height: .96;
}
.hero h1 { max-width: 700px; font-size: clamp(54px, 6.2vw, 90px); }
em { color: var(--yellow); font-style: normal; }
.section--light em { color: #a77e00; }
.hero__lead { max-width: 630px; margin: 30px 0 0; color: #a9a9a3; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero__checks { margin: 42px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.hero__checks li { min-width: 150px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; color: #c9c9c4; font-size: 12px; background: rgba(255,255,255,.025); }
.hero__checks span { color: var(--yellow); margin-right: 8px; font-weight: 900; font-size: 10px; }

.product-stage { position: relative; min-height: 610px; display: grid; place-items: center; }
.product-stage__ring { position: absolute; width: 580px; height: 580px; border: 1px solid rgba(255,201,40,.17); border-radius: 50%; box-shadow: inset 0 0 0 60px rgba(255,201,40,.018), inset 0 0 0 120px rgba(255,201,40,.014); }
.product-stage__ring::after { content: ""; position: absolute; inset: 80px; border: 1px solid rgba(255,201,40,.13); border-radius: 50%; }
.product-frame { position: relative; z-index: 2; width: min(100%, 520px); margin: 0; border: 1px solid rgba(255,201,40,.35); border-radius: 26px; overflow: hidden; background: #090909; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.product-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(125deg, rgba(255,255,255,.09), transparent 22%, transparent 72%, rgba(255,201,40,.06)); }
.product-frame__topbar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #0f0f0f; border-bottom: 1px solid rgba(255,255,255,.08); }
.product-frame__topbar span { width: 7px; height: 7px; border-radius: 50%; background: #3d3d39; }
.product-frame__topbar span:first-child { background: var(--yellow); }
.product-frame__topbar p { margin: 0 auto 0 8px; color: #777; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.product-frame img { width: 100%; height: 560px; object-fit: cover; object-position: top; }
.product-stage__label { position: absolute; z-index: 4; border: 1px solid rgba(255,201,40,.25); background: rgba(8,8,8,.86); backdrop-filter: blur(10px); color: #d9d8d2; border-radius: 99px; padding: 10px 14px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-stage__label--top { top: 24px; right: 12%; color: var(--yellow); }
.product-stage__label--side { left: -12px; bottom: 100px; }
.product-stage__label--side span { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--yellow); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__orb--one { width: 160px; height: 160px; right: -40px; top: 180px; border: 1px solid rgba(255,201,40,.18); }
.hero__orb--two { width: 16px; height: 16px; left: 7%; top: 120px; background: var(--yellow); box-shadow: 0 0 50px 20px rgba(255,201,40,.15); }

.audience-strip { position: relative; z-index: 2; margin-top: 70px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.audience-strip p { margin: 0; color: #85857f; font-size: 12px; }
.audience-strip p strong { color: #fff; }
.audience-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; color: #72726d; font-weight: 900; font-size: 10px; letter-spacing: .12em; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .fit h2, .offer h2, .faq h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.section--light .section-heading p:not(.eyebrow), .section--light .fit__copy > p, .section--light .faq__intro > p { color: var(--muted-dark); }

.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow__step { position: relative; padding: 18px 18px 28px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.42); }
.workflow__number { position: absolute; top: 18px; right: 18px; color: #9d978b; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.workflow__visual { height: 195px; border-radius: 17px; background: #0a0a09; margin-bottom: 24px; padding: 18px; overflow: hidden; }
.mini-label { color: var(--yellow-2); font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.fake-search { margin-top: 62px; min-height: 50px; border: 1px solid #2d2d29; border-radius: 10px; background: #050505; color: #64645f; display: flex; align-items: center; justify-content: space-between; padding-left: 16px; font-size: 11px; }
.fake-search b { width: 50px; align-self: stretch; display: grid; place-items: center; background: var(--yellow); color: #000; font-size: 24px; border-radius: 9px; }
.workflow__visual--choose { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; place-items: stretch; }
.workflow__visual--choose button { border: 1px solid #292925; border-radius: 14px; background: #11110f; color: var(--yellow); font-size: 32px; display: grid; place-content: center; gap: 8px; }
.workflow__visual--choose button:first-child { background: var(--yellow); color: #000; }
.workflow__visual--choose small { font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.workflow__visual--timeline { position: relative; display: flex; align-items: center; }
.timeline-track { width: 100%; display: grid; gap: 10px; }
.timeline-track i { height: 20px; background: #1b1b18; border-radius: 4px; }
.timeline-clip { position: absolute; left: 28%; top: 75px; width: 48%; height: 34px; padding: 9px 12px; background: var(--yellow); color: #000; border-radius: 5px; font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.timeline-playhead { position: absolute; left: 55%; top: 25px; bottom: 25px; width: 2px; background: #fff; }
.timeline-playhead::before { content: ""; position: absolute; top: -4px; left: -4px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid #fff; }
.workflow__step h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.035em; }
.workflow__step p { margin: 0; color: var(--muted-dark); font-size: 14px; }

.comparison { margin-top: 18px; border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: stretch; background: #0b0b0a; color: #fff; }
.comparison__side { min-height: 260px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; }
.comparison__side h3 { margin: 18px 0 0; max-width: 430px; font-size: 27px; line-height: 1.12; letter-spacing: -.04em; }
.comparison__side--before { background: linear-gradient(135deg, #171716, #0c0c0b); }
.comparison__side--after { background: radial-gradient(circle at 70% 20%, rgba(255,201,40,.18), transparent 45%), #0a0a09; }
.comparison__arrow { display: grid; place-items: center; color: var(--yellow); font-size: 26px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.comparison__tabs { display: flex; gap: 6px; }
.comparison__tabs span { width: 42px; height: 10px; border-radius: 4px; background: #2b2b27; }
.comparison__tabs span:nth-child(2), .comparison__tabs span:nth-child(5) { background: #45443d; }
.comparison__pulse { width: 64px; height: 64px; border: 1px solid rgba(255,201,40,.35); border-radius: 50%; display: grid; place-items: center; }
.comparison__pulse span { width: 16px; height: 16px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 12px rgba(255,201,40,.09); }

.features { background: #070707; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #131311, #0d0d0c); overflow: hidden; }
.feature-card--wide { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.feature-card__index { display: block; margin-bottom: 44px; color: #777770; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.feature-card h3 { margin: 0 0 12px; font-size: 26px; letter-spacing: -.04em; line-height: 1.08; }
.feature-card p { margin: 0; color: #8f8f89; font-size: 14px; }
.feature-icon { width: 64px; height: 64px; margin: 0 0 28px; display: grid; place-items: center; border: 1px solid rgba(255,201,40,.24); border-radius: 18px; color: var(--yellow); background: rgba(255,201,40,.04); font-size: 28px; }
.search-demo { padding: 18px; border: 1px solid rgba(255,201,40,.18); background: #080808; border-radius: 18px; }
.search-demo__bar { height: 48px; border: 1px solid #242421; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; color: #5d5d58; font-size: 10px; padding-left: 14px; }
.search-demo__bar b { width: 48px; height: 100%; display: grid; place-items: center; background: var(--yellow); color: #000; border-radius: 9px; font-size: 22px; }
.search-demo__results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.search-demo__results i { height: 76px; border-radius: 9px; background: linear-gradient(135deg, #2a2018, #111); }
.search-demo__results i:nth-child(2) { background: linear-gradient(135deg, #4e1a0e, #111); }
.search-demo__results i:nth-child(3) { background: linear-gradient(135deg, #60420a, #111); }
.feature-card--accent { background: var(--yellow); color: var(--ink); }
.feature-card--accent .feature-card__index, .feature-card--accent .mini-label { color: rgba(0,0,0,.55); }
.feature-card--accent h3 { font-size: 32px; }
.feature-card--accent a { position: absolute; bottom: 28px; left: 28px; right: 28px; padding-top: 16px; border-top: 1px solid rgba(0,0,0,.2); display: flex; justify-content: space-between; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.references { background: #050505; }
.reference-grid { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reference-card { position: relative; min-height: 230px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #0e0e0d; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.reference-card::before, .reference-card::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.reference-card::before { opacity: .9; }
.reference-card::after { background: linear-gradient(to top, #080808 16%, rgba(8,8,8,.2) 70%); }
.reference-card--drone::before { background: radial-gradient(circle at 55% 25%, rgba(255,209,51,.65), transparent 10%), repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 22px), linear-gradient(135deg, #6b503c, #19120e); }
.reference-card--food::before { background: radial-gradient(circle at 50% 32%, #ffbd24 0 9%, #a23b1d 10% 17%, transparent 18%), linear-gradient(135deg, #47150e, #1a0c09); }
.reference-card--motion::before { background: repeating-linear-gradient(165deg, rgba(255,255,255,.09) 0 1px, transparent 1px 20px), repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 34px), #75500b; }
.reference-card--doc::before { background: radial-gradient(circle at 48% 30%, #ffc829 0 7%, #8a6d23 8% 12%, transparent 13%), linear-gradient(135deg, #242424, #100e0d); }
.reference-card--agro::before { background: linear-gradient(to bottom, #8e5748 0 43%, #bb8f49 44% 56%, #263018 57% 68%, #10120c 69%); }
.reference-card--product::before { background: radial-gradient(circle at 50% 35%, #ffca2c 0 8%, #b12e19 9% 16%, transparent 17%), linear-gradient(135deg, #33100d, #160b0b); }
.reference-card > span { position: absolute; left: 18px; top: 18px; color: var(--yellow); font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.reference-card .play { position: absolute; width: 46px; height: 46px; top: 65px; left: calc(50% - 23px); border-radius: 50%; background: var(--yellow); color: #000; display: grid; place-items: center; font-size: 12px; padding-left: 2px; box-shadow: 0 0 0 10px rgba(255,201,40,.08); }
.reference-card h3 { margin: 0 0 4px; font-size: 17px; letter-spacing: -.03em; }
.reference-card p { margin: 0; color: #76766f; font-size: 11px; }

.fit__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.fit__copy { position: sticky; top: 130px; }
.fit__copy > p { margin: 24px 0 34px; max-width: 520px; font-size: 17px; }
.fit__list { border-top: 1px solid var(--line-dark); }
.fit__list article { display: grid; grid-template-columns: 54px 1fr; gap: 12px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.fit__list article > span { color: #9c7500; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.fit__list h3 { margin: 0 0 7px; font-size: 22px; letter-spacing: -.035em; }
.fit__list p { margin: 0; color: var(--muted-dark); font-size: 14px; }

.proof { background: radial-gradient(circle at 50% 0, rgba(255,201,40,.08), transparent 35%), #080808; }
.testimonial-marquee {
  --testimonial-gap: 14px;
  width: 100%;
  padding-block: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.testimonial-marquee::-webkit-scrollbar { display: none; }
.testimonial-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.testimonial-group {
  display: flex;
  flex: none;
  gap: var(--testimonial-gap);
  padding-inline-end: var(--testimonial-gap);
}
.testimonial-marquee.is-ready { overflow: hidden; }
.testimonial-marquee.is-ready .testimonial-track {
  animation: testimonials-right 34s linear infinite;
}
.testimonial-marquee.is-ready:hover .testimonial-track,
.testimonial-marquee.is-ready:focus-within .testimonial-track {
  animation-play-state: paused;
}
@keyframes testimonials-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
.testimonial {
  flex: 0 0 clamp(280px, 31vw, 380px);
  min-height: 330px;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #11110f;
  display: flex;
  flex-direction: column;
}
.testimonial__stars { color: var(--yellow); letter-spacing: 4px; font-size: 13px; }
.testimonial blockquote { flex: 1; min-height: 130px; margin: 28px 0; color: #d6d6d0; font-size: 18px; line-height: 1.45; letter-spacing: -.02em; }
.testimonial footer { padding-top: 18px; border-top: 1px solid var(--line); display: grid; }
.testimonial footer span { font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.testimonial footer small { margin-top: 4px; color: #77776f; }

.offer { background: #080808; overflow: hidden; }
.offer::before { content: ""; position: absolute; width: 700px; height: 700px; right: -250px; bottom: -370px; border: 1px solid rgba(255,201,40,.15); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(255,201,40,.012), inset 0 0 0 160px rgba(255,201,40,.012); }
.offer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 480px; gap: 90px; align-items: center; }
.offer__copy > p:not(.eyebrow) { margin: 26px 0; max-width: 610px; color: #999992; font-size: 17px; }
.offer__copy ul { margin: 32px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.offer__copy li { color: #d6d6d0; }
.offer__copy li span { color: var(--yellow); margin-right: 10px; font-weight: 900; }
.price-card { padding: 34px; border: 1px solid rgba(255,201,40,.32); border-radius: var(--radius-lg); background: linear-gradient(145deg, #171611, #0e0e0c); box-shadow: var(--shadow); }
.price-card h3 { margin: 15px 0 30px; font-size: 30px; letter-spacing: -.045em; }
.price-card__price { font-family: "Arial Black", Inter, sans-serif; font-size: clamp(48px, 6vw, 72px); letter-spacing: -.055em; line-height: 1; color: var(--yellow); }
.price-card__note { margin: 12px 0 28px; color: #8c8c85; font-size: 13px; }
.price-card__secure { margin-top: 14px; text-align: center; color: #77776f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.price-card__secure span { color: var(--yellow); }
.price-card__trial { margin-top: 26px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; display: grid; gap: 3px; }
.price-card__trial strong { font-size: 13px; }
.price-card__trial span { color: #85857e; font-size: 12px; }
.price-card__legal { display: block; margin-top: 20px; color: #66665f; font-size: 9px; line-height: 1.5; }

.faq__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq__intro > p { margin: 24px 0 32px; font-size: 16px; }
.accordion { border-top: 1px solid var(--line-dark); }
.accordion__item { border-bottom: 1px solid var(--line-dark); }
.accordion__item button { width: 100%; min-height: 84px; padding: 20px 4px; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; text-align: left; cursor: pointer; font-weight: 850; font-size: 17px; }
.accordion__item button i { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--line-dark); border-radius: 50%; }
.accordion__item button i::before, .accordion__item button i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 13px; height: 2px; background: #111; transition: transform .2s; }
.accordion__item button i::after { transform: rotate(90deg); }
.accordion__item.is-open button i::after { transform: rotate(0); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion__content > p { overflow: hidden; margin: 0; color: var(--muted-dark); font-size: 14px; }
.accordion__item.is-open .accordion__content { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__content > p { padding: 0 50px 26px 4px; }

.site-footer { padding: 62px 0 110px; background: #050505; border-top: 1px solid var(--line); }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer__top nav, .footer__bottom div { display: flex; flex-wrap: wrap; gap: 26px; }
.footer__top nav a, .footer__bottom a { color: #85857f; font-size: 12px; }
.footer__bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #66665f; font-size: 11px; }
.footer__bottom p { margin: 0; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }



.showcase { background: #060606; overflow: hidden; }
.showcase__scene { position: relative; display: grid; grid-template-columns: 220px minmax(0,1fr) 220px; gap: 24px; align-items: center; }
.editor-shell { border: 1px solid rgba(255,201,40,.28); border-radius: 28px; background: linear-gradient(145deg, #121210, #0a0a09); box-shadow: var(--shadow); overflow: hidden; }
.editor-shell__topbar { height: 38px; padding: 0 14px; display: flex; align-items: center; gap: 6px; background: #0c0c0c; border-bottom: 1px solid rgba(255,255,255,.08); }
.editor-shell__topbar span { width: 8px; height: 8px; border-radius: 50%; background: #31312e; }
.editor-shell__topbar span:first-child { background: var(--yellow); }
.editor-shell__topbar p { margin: 0 auto 0 8px; color: #77776f; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.editor-shell__body { display: grid; grid-template-columns: 1.2fr .72fr; gap: 0; min-height: 620px; }
.editor-main { padding: 18px; border-right: 1px solid rgba(255,255,255,.06); background: linear-gradient(180deg, #10100f, #090909); }
.editor-preview { padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: #0a0a0a; }
.editor-preview__badge, .editor-plugin__badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,201,40,.2); background: rgba(255,201,40,.05); color: var(--yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.editor-preview__frame { position: relative; margin-top: 14px; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: radial-gradient(circle at 15% 75%, rgba(255,255,255,.22), transparent 18%), linear-gradient(140deg, #08192c 0%, #0b0d16 36%, #111 100%); }
.editor-preview__frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 0 55%, rgba(255,255,255,.10) 56%, transparent 61%), radial-gradient(circle at 32% 58%, rgba(255,201,40,.26), transparent 15%); mix-blend-mode: screen; }
.editor-preview__frame::after { content: ""; position: absolute; left: 8%; right: 8%; bottom: 8%; height: 18%; border-radius: 14px; background: linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.42)); }
.editor-preview__overlay { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: 12px; background: rgba(5,5,5,.82); border: 1px solid rgba(255,255,255,.08); color: #dfddd7; font-size: 12px; }
.editor-timeline { position: relative; margin-top: 18px; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: #0b0b0b; overflow: hidden; }
.editor-timeline__toolbar { height: 18px; margin-bottom: 14px; border-radius: 10px; background: linear-gradient(90deg, #1b1b1a, #111); }
.timeline-row { position: relative; display: grid; grid-template-columns: 56px 1fr 1fr; gap: 10px; align-items: center; margin-top: 10px; }
.timeline-row span { height: 16px; border-radius: 8px; background: #1b1b18; }
.timeline-row i { display:block; height: 24px; border-radius: 6px; background: #8c51b5; }
.timeline-row i.is-long { width: 100%; }
.timeline-row i.is-gold { background: var(--yellow); }
.timeline-row i.is-audio { background: #1faa6d; }
.editor-timeline .timeline-playhead { position: absolute; top: 14px; bottom: 14px; left: 58%; width: 2px; background: #fff; }
.editor-timeline .timeline-playhead::before { content: ""; position: absolute; top: -4px; left: -4px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #fff; }
.editor-plugin { padding: 18px; display: flex; flex-direction: column; gap: 14px; background: linear-gradient(180deg, #0f0f0e, #090908); }
.editor-plugin__window { flex: 1; border: 1px solid rgba(255,201,40,.22); border-radius: 20px; overflow: hidden; background: #080808; box-shadow: 0 18px 48px rgba(0,0,0,.35); }
.editor-plugin__window img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.showcase-panel { padding: 18px 18px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: rgba(15,15,15,.88); box-shadow: var(--shadow); }
.showcase-panel strong { display: block; margin-bottom: 16px; color: #f2efe8; font-size: 14px; }
.showcase-panel span { display: grid; gap: 8px; margin-top: 10px; color: #8f8f89; font-size: 12px; }
.showcase-panel i { display: block; height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--yellow), rgba(255,255,255,.15)); }

@media (max-width: 1100px) {
  .showcase__scene { grid-template-columns: 1fr; }
  .showcase-panel { max-width: 280px; }
  .showcase-panel--left { justify-self: start; }
  .showcase-panel--right { justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .testimonial-marquee.is-ready {
    padding-bottom: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,201,40,.7) rgba(255,255,255,.06);
    -webkit-mask-image: none;
    mask-image: none;
  }
  .testimonial-marquee.is-ready::-webkit-scrollbar { display: block; height: 6px; }
  .testimonial-marquee.is-ready::-webkit-scrollbar-track { background: rgba(255,255,255,.06); border-radius: 999px; }
  .testimonial-marquee.is-ready::-webkit-scrollbar-thumb { background: rgba(255,201,40,.7); border-radius: 999px; }
  .testimonial-marquee.is-ready .testimonial-track { animation: none !important; transform: none; }
  .testimonial-group[aria-hidden="true"] { display: none; }
  .testimonial { scroll-snap-align: start; }
}

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .hero__grid { grid-template-columns: 1fr 460px; gap: 30px; }
  .hero h1 { font-size: clamp(52px, 6vw, 72px); }
  .product-stage { min-height: 560px; }
  .product-frame img { height: 500px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card--wide { grid-column: span 2; }
  .offer__grid { grid-template-columns: 1fr 430px; gap: 50px; }
}

@media (max-width: 820px) {
  .announcement { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .header__inner { padding: 0 14px; }
  .showcase-panel { display: none; }
  .editor-shell__body { grid-template-columns: 1fr; }
  .editor-main { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; left: 20px; right: 20px; top: 114px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10,10,10,.98); box-shadow: var(--shadow); display: grid; gap: 4px; transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .2s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav > a { padding: 13px 12px; }
  .main-nav .button { margin-top: 8px; }
  .hero { padding-top: 72px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; padding-bottom: 0; }
  .hero__copy .eyebrow { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__checks { justify-content: center; }
  .product-stage { min-height: 580px; margin-top: 10px; }
  .product-frame { transform: none; width: min(100%, 540px); }
  .product-stage__label--side { left: 5%; }
  .audience-strip { flex-direction: column; text-align: center; }
  .audience-strip div { justify-content: center; }
  .workflow, .reference-grid { grid-template-columns: 1fr 1fr; }
  .workflow__step:last-child { grid-column: span 2; }
  .comparison { grid-template-columns: 1fr; }
  .comparison__arrow { min-height: 54px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: rotate(90deg); }
  .fit__grid, .offer__grid, .faq__grid { grid-template-columns: 1fr; gap: 54px; }
  .fit__copy { position: static; }
  .price-card { width: min(100%, 560px); margin: 0 auto; }
}

@media (max-width: 620px) {
  .site-header { top: 10px; }
  .hero { padding-top: 110px; }
  .editor-shell__body { min-height: auto; }
  .editor-preview__overlay { right: 16px; font-size: 11px; }
  .announcement { justify-content: center; font-size: 11px; }
  .announcement a { display: none; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .header__inner { height: 70px; }
  .brand__text strong { font-size: 15px; }
  .main-nav { top: 116px; left: 14px; right: 14px; }
  .hero { min-height: auto; padding-top: 62px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .button--large { width: 100%; }
  .hero__checks { display: grid; grid-template-columns: 1fr; }
  .hero__checks li { text-align: left; }
  .product-stage { min-height: 500px; }
  .product-stage__ring { width: 440px; height: 440px; }
  .product-frame img { height: 430px; }
  .product-stage__label--top { right: 2%; }
  .product-stage__label--side { bottom: 36px; }
  .audience-strip { margin-top: 40px; }
  .audience-strip div { gap: 14px; }
  .section-heading h2, .fit h2, .offer h2, .faq h2 { font-size: clamp(39px, 12vw, 54px); }
  .workflow, .reference-grid, .feature-grid { grid-template-columns: 1fr; }
  .workflow__step:last-child, .feature-card--wide { grid-column: auto; }
  .feature-card--wide { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .reference-card { min-height: 245px; }
  .comparison__side { padding: 28px; min-height: 240px; }
  .fit__list article { grid-template-columns: 42px 1fr; }
  .price-card { padding: 26px; border-radius: 26px; }
  .footer__top, .footer__bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; min-height: 68px; padding: 9px 9px 9px 16px; border: 1px solid rgba(255,201,40,.35); border-radius: 18px; background: rgba(10,10,9,.94); backdrop-filter: blur(16px); box-shadow: 0 20px 50px rgba(0,0,0,.48); display: flex; align-items: center; justify-content: space-between; gap: 10px; transform: translateY(120px); transition: transform .3s; }
  .mobile-cta.is-visible { transform: translateY(0); }
  .mobile-cta div { display: grid; line-height: 1.1; }
  .mobile-cta strong { font-size: 13px; }
  .mobile-cta span { margin-top: 5px; color: #85857f; font-size: 10px; }
  .mobile-cta .button { padding: 13px 16px; font-size: 11px; }
  .site-footer { padding-bottom: 130px; }
}

/* PUXAMIDIA — identidade final */
:root {
  --yellow: #ffd000;
  --yellow-2: #d7ad00;
}
.brand__mark { width: 62px; height: 42px; color: var(--yellow); filter: drop-shadow(0 0 10px rgba(255,208,0,.14)); }
.brand__mark svg { overflow: visible; }
.brand__motion, .brand__screen { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand__play, .brand__hand { fill: currentColor; }
.brand__text strong { font-size: 18px; letter-spacing: -.03em; }
.product-frame__topbar p { color: #a9a9a1; font-weight: 850; }
.product-frame img { object-position: center top; }
.editor-plugin__window img { object-position: center top; }

@media (max-width: 620px) {
  .brand__mark { width: 52px; height: 36px; }
  .brand__text strong { font-size: 15px; }
}
.product-frame img { height: auto; aspect-ratio: 808 / 732; object-fit: contain; background: #232323; }
.editor-plugin__window img { height: 100%; object-fit: contain; background: #232323; }

/* Compact motion feature section */
.features--compact {
  padding: 78px 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,208,0,.08), transparent 34%),
    #070707;
  overflow: hidden;
}
.motion-features {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(20,20,18,.96), rgba(9,9,9,.98));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.motion-features::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -220px;
  top: -260px;
  border: 1px solid rgba(255,208,0,.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 70px rgba(255,208,0,.012), inset 0 0 0 140px rgba(255,208,0,.01);
  pointer-events: none;
}
.motion-features__head {
  position: relative;
  z-index: 2;
  display: block;
}
.motion-features__head .eyebrow { margin-bottom: 16px; }
.motion-features__head > div { max-width: 860px; }
.motion-features__head h2 {
  margin: 0;
  max-width: 760px;
  font-family: "Arial Black", Inter, sans-serif;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .98;
}
.motion-features__head > p {
  margin: 0 0 4px;
  max-width: 410px;
  color: #92928b;
  font-size: 15px;
}
.motion-flow {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  padding: 24px 24px 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background: rgba(3,3,3,.52);
}
.motion-flow__track {
  position: relative;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.motion-flow__line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,208,0,.12), rgba(255,208,0,.75), rgba(255,208,0,.12));
  box-shadow: 0 0 22px rgba(255,208,0,.18);
}
.motion-flow__node {
  position: relative;
  z-index: 3;
  min-height: 112px;
  padding: 14px 10px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}
.motion-flow__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #0e0e0d;
  border: 1px solid rgba(255,208,0,.26);
  box-shadow: 0 0 0 8px rgba(255,208,0,.025);
  z-index: -1;
}
.motion-flow__icon {
  position: relative;
  z-index: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--yellow);
}
.motion-flow__icon svg {
  width: 26px;
  height: 26px;
  overflow: visible;
}
.motion-flow__icon svg circle,
.motion-flow__icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.motion-flow__node strong {
  margin-top: 20px;
  color: #f0eee8;
  font-size: 15px;
  letter-spacing: -.015em;
}
.motion-flow__node small {
  margin-top: 3px;
  color: #70706a;
  font-size: 10px;
}
.motion-flow__media {
  position: absolute;
  z-index: 6;
  top: 49px;
  left: 7%;
  width: 72px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255,208,0,.75);
  background: linear-gradient(145deg, #ffd92b, #d9a900);
  color: #080808;
  box-shadow: 0 10px 28px rgba(255,208,0,.22), 0 0 0 7px rgba(255,208,0,.04);
  display: grid;
  place-items: center;
  animation: media-pull 6.4s cubic-bezier(.65,0,.35,1) infinite;
}
.motion-flow__media::after {
  content: "";
  position: absolute;
  right: -22px;
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), transparent);
}
.motion-flow__play { font-size: 15px; transform: translateX(1px); }
.motion-flow__media small {
  position: absolute;
  bottom: 4px;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
}
@keyframes media-pull {
  0%, 12% { left: 7%; transform: scale(.86); }
  28%, 45% { left: 38%; transform: scale(1); }
  60%, 84% { left: 69%; transform: scale(1); }
  100% { left: 7%; transform: scale(.86); }
}
.motion-flow__timeline {
  position: relative;
  height: 72px;
  padding: 10px 12px 10px 54px;
  border-top: 1px solid rgba(255,255,255,.07);
  display: grid;
  gap: 6px;
  overflow: hidden;
}
.motion-flow__timeline > div {
  display: grid;
  grid-template-columns: .25fr .48fr .27fr;
  gap: 6px;
}
.motion-flow__timeline i,
.motion-flow__timeline b {
  display: block;
  min-width: 0;
  border-radius: 4px;
  background: #1b1b19;
}
.motion-flow__timeline b { background: #7550a0; }
.motion-flow__timeline b.is-yellow { background: var(--yellow); }
.motion-flow__timeline b.is-audio { background: #1b9d67; }
.motion-flow__playhead {
  position: absolute;
  z-index: 4;
  top: 5px;
  bottom: 5px;
  left: 56%;
  width: 2px;
  background: #fff;
  animation: playhead-scan 3.2s ease-in-out infinite alternate;
}
.motion-flow__playhead::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
@keyframes playhead-scan {
  from { left: 38%; }
  to { left: 78%; }
}
.motion-features__footer {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 8px;
  align-items: center;
}
.motion-features__footer > span,
.motion-features__footer > a {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.018);
  color: #aaa9a3;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  white-space: nowrap;
}
.motion-features__footer b { color: var(--yellow); font-size: 9px; letter-spacing: .1em; }
.motion-features__footer > a {
  color: #090909;
  background: var(--yellow);
  border-color: var(--yellow);
  font-weight: 900;
  padding-inline: 18px;
}
.motion-features__footer > a strong { margin-left: auto; }

@media (max-width: 900px) {
  .motion-features__head { display: block; }
  .motion-features__footer { grid-template-columns: repeat(2, 1fr); }
  .motion-features__footer > a { grid-column: span 2; justify-content: center; }
  .motion-features__footer > a strong { margin-left: 0; }
}

@media (max-width: 620px) {
  .features--compact { padding: 62px 0; }
  .motion-features { padding: 24px 16px; border-radius: 24px; }
  .motion-flow { padding: 14px 10px 12px; }
  .motion-flow__track {
    height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .motion-flow__line,
  .motion-flow__media { display: none; }
  .motion-flow__node {
    min-height: 114px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    background: rgba(255,255,255,.016);
  }
  .motion-flow__icon::before { width: 62px; height: 62px; }
  .motion-flow__node strong { margin-top: 16px; }
  .motion-flow__timeline { margin-top: 10px; padding-left: 18px; }
  .motion-features__footer { grid-template-columns: 1fr 1fr; }
  .motion-features__footer > span { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-flow__media,
  .motion-flow__playhead { animation: none !important; }
}
