/* Upload-friendly enhancements for the main product page. */

:root { --accent-magenta: #ff4fc8; }

::selection { color: #050505; background: var(--accent-magenta); }

/* Keep small CTA labels above WCAG AA contrast on the bright brand red. */
.btn-red,
.btn-red:hover,
.btn-red:focus-visible { color: #050505 !important; }

.btn-red:focus-visible,
.footer-v2 a:focus-visible {
  outline: 3px solid var(--accent-magenta);
  outline-offset: 4px;
}

.seo-intent-grid {
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 91% 8%, rgba(255, 79, 200, .08), transparent 23%),
    linear-gradient(145deg, #111 0%, #050505 64%, #170400 100%);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
}

.seo-intent-grid__label {
  padding: 16px 28px;
  color: rgba(255, 255, 255, .6);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .2em;
}

.seo-intent-grid__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-intent-grid__cards article {
  position: relative;
  min-height: 220px;
  padding: clamp(25px, 4vw, 42px);
}

.seo-intent-grid__cards article + article { border-left: 1px solid rgba(255, 255, 255, .1); }

.seo-intent-grid__cards article > span {
  display: block;
  margin-bottom: 30px;
  color: #ff2800;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .18em;
}

.seo-intent-grid__cards article:nth-child(2) > span { color: var(--accent-magenta); }

.seo-intent-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 1000;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.seo-intent-grid__cards p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.7;
}

.seo-intent-grid__price {
  margin: 0;
  padding: 19px 28px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 40, 0, .1);
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}

.usecase-photo-frame {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 12 / 7;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 40, 0, .22), transparent 30%),
    linear-gradient(145deg, #181818 0%, #090909 58%, #130400 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.usecase-photo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.usecase-photo-placeholder::before,
.usecase-photo-placeholder::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 40, 0, .85), transparent);
  box-shadow: 0 0 26px rgba(255, 40, 0, .55);
  transform: rotate(-28deg);
}

.usecase-photo-placeholder::before { translate: -34% -80px; }
.usecase-photo-placeholder::after { translate: 34% 80px; }

.usecase-photo-placeholder span {
  color: rgba(255, 255, 255, .055);
  font-family: inherit;
  font-size: clamp(8rem, 22vw, 17rem);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -.09em;
}

.usecase-photo-placeholder i {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
}

.usecase-photo-placeholder i::before,
.usecase-photo-placeholder i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid #ff2800;
}

.usecase-photo-placeholder i::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}

.usecase-photo-placeholder i::after {
  right: -1px;
  bottom: -1px;
  border-color: var(--accent-magenta);
  border-width: 0 2px 2px 0;
}

.usecase-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .45s ease, transform .9s cubic-bezier(.2, .8, .2, 1);
}

.usecase-photo.is-loaded { opacity: 1; }
.usecase-card:hover .usecase-photo.is-loaded { transform: scale(1); }

.usecase-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, .58));
}

.usecase-photo-index {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 3;
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .65);
}

.footer-v2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 79, 200, .045), transparent 18%),
    radial-gradient(circle at 12% 38%, rgba(255, 40, 0, .13), transparent 26%),
    #050505;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-v2 a { color: inherit; text-decoration: none; }

.footer-v2__ticker {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ff2800;
  color: #050505;
  border-bottom: 1px solid rgba(0, 0, 0, .28);
}

.footer-v2__ticker div {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: space-around;
  gap: clamp(24px, 5vw, 72px);
  padding: 11px 28px;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .22em;
  white-space: nowrap;
  animation: footer-drift 22s ease-in-out infinite alternate;
}

.footer-v2__ticker b {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  background: currentColor;
  transform: rotate(45deg);
}

.footer-v2__glow {
  position: absolute;
  top: 44px;
  right: -10%;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  background: rgba(255, 40, 0, .08);
  filter: blur(110px);
  pointer-events: none;
}

.footer-v2__wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) 0 26px;
}

.footer-v2__lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px 48px;
  padding-bottom: clamp(46px, 7vw, 88px);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.footer-v2__eyebrow,
.footer-v2__label {
  margin: 0;
  color: #ff2800;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.footer-v2__lead h2 {
  grid-column: 1 / -1;
  max-width: 970px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 7vw, 7.2rem);
  font-weight: 1000;
  line-height: .86;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.footer-v2__lead h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .6);
}

.footer-v2__intro {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, .54);
  font-size: 15px;
  line-height: 1.65;
}

.footer-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 25px;
  color: #050505 !important;
  background: #ff2800;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}

.footer-v2__cta svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-v2__cta:hover { color: #050505 !important; background: #fff; transform: translateY(-3px); }

.footer-v2__content {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.4fr);
  gap: clamp(48px, 8vw, 120px);
  padding: clamp(46px, 7vw, 84px) 0 44px;
}

.footer-v2__mail {
  display: inline-block;
  margin: 18px 0 26px;
  color: #fff !important;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -.035em;
  transition: color .2s ease;
}

.footer-v2__mail:hover { color: #ff2800 !important; }

.footer-v2__phones { border-top: 1px solid rgba(255, 255, 255, .12); }

.footer-v2__phones a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  transition: padding .22s ease, color .22s ease;
}

.footer-v2__phones a:hover { padding-left: 10px; color: #ff2800; }
.footer-v2__phones span { color: rgba(255, 255, 255, .4); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-v2__phones strong { font-size: 12px; font-weight: 900; letter-spacing: .03em; }

.footer-v2__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.footer-v2__links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-v2__links .footer-v2__label { margin-bottom: 8px; }

.footer-v2__links a {
  position: relative;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}

.footer-v2__links a::before {
  content: "";
  position: absolute;
  top: .55em;
  left: -13px;
  width: 5px;
  height: 5px;
  background: #ff2800;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .2s ease;
}

.footer-v2__links a:hover { color: #fff; transform: translateX(8px); }
.footer-v2__links a:hover::before { opacity: 1; }
.footer-v2__links > div:nth-child(2) a::before { background: var(--accent-magenta); }

.footer-v2__social {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.footer-v2__social a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, .52);
  border-right: 1px solid rgba(255, 255, 255, .14);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.footer-v2__social a:last-child { border-right: 0; }
.footer-v2__social a:hover { color: #050505; background: #ff2800; }

.footer-v2__social svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-v2__social svg .fill { fill: currentColor; stroke: none; }

.footer-v2__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: rgba(255, 255, 255, .34);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

.footer-v2__status { display: flex; align-items: center; gap: 8px; }
.footer-v2__status i { width: 6px; height: 6px; border-radius: 50%; background: #ff2800; box-shadow: 0 0 16px rgba(255, 40, 0, .9); }

.footer-v2__word {
  position: relative;
  z-index: 1;
  width: max-content;
  margin: -.02em auto -.17em;
  color: transparent;
  font-size: clamp(7rem, 22vw, 23rem);
  font-weight: 1000;
  line-height: .8;
  letter-spacing: -.09em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .075);
  pointer-events: none;
  user-select: none;
}

@keyframes footer-drift {
  from { transform: translateX(-1.5%); }
  to { transform: translateX(1.5%); }
}

@media (max-width: 860px) {
  .footer-v2__lead { grid-template-columns: 1fr; }
  .footer-v2__content { grid-template-columns: 1fr; }
  .footer-v2__links { gap: 24px; }
  .footer-v2__social { grid-template-columns: repeat(5, 1fr); }
  .footer-v2__social a span { display: none; }
}

@media (max-width: 560px) {
  .seo-intent-grid__cards { grid-template-columns: 1fr; }
  .seo-intent-grid__cards article { min-height: 0; }
  .seo-intent-grid__cards article + article { border-top: 1px solid rgba(255, 255, 255, .1); border-left: 0; }
  .usecase-photo-frame { aspect-ratio: 12 / 7; }
  .footer-v2__wrap { width: min(100% - 28px, 1280px); }
  .footer-v2__lead h2 { font-size: clamp(2.45rem, 13vw, 4.2rem); }
  .footer-v2__links { grid-template-columns: 1fr 1fr; }
  .footer-v2__links > div:last-child { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); }
  .footer-v2__phones a { grid-template-columns: 1fr; gap: 5px; }
  .footer-v2__social a { min-height: 58px; }
  .footer-v2__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-v2__ticker div { animation: none; }
  .usecase-photo, .footer-v2 a { transition: none; }
}

/* Shared button and marquee gradient. */
:root { --accent-magenta: #ed45c4; }
.btn-red, .btn-red:hover, .btn-red:focus-visible,
.footer-v2__cta, .footer-v2__cta:hover {
  background: linear-gradient(115deg, #de1997 0%, #cd1818 60%, #8a2424 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 28px rgba(168,12,112,.27);
}
.btn-red > *, .footer-v2__cta > * { color: inherit !important; }
.btn-red:hover, .footer-v2__cta:hover { filter: none; }
.hero-light-spill { background: radial-gradient(ellipse, rgba(237,69,196,.3), transparent 68%) !important; }
.hero-orbit-b { border-color: rgba(237,69,196,.5) !important; }
.section-label, .section-hero .section-label, .eyebrow,
.footer-v2__eyebrow, .footer-v2__label { color: #ff2800 !important; }
[data-rotating-hero] { color: #ff2800 !important; }
.site-marquee, .footer-v2__ticker { background: linear-gradient(115deg, #de1997 0%, #cd1818 60%, #8a2424 100%) !important; color:#fff; }
button, .btn-red, .btn-outline, .footer-v2__cta { border-radius: 12px !important; }
.rule-red { background: linear-gradient(90deg,#ff2800,#ed45c4) !important; }
.section-cta { background: linear-gradient(115deg,#9a105f,#641781) !important; }
input[type="range"]:focus-visible { outline:3px solid #88116c; outline-offset:5px; }

/* Compact phone layout; important pricing, specifications and FAQs stay available. */
@media (max-width: 639px) {
  .section-hero { padding-top:36px !important; }
  .section-hero .min-h-\[calc\(100vh-140px\)\] { min-height:0 !important; gap:0 !important; }
  .section-hero h1 { margin-bottom:12px !important; }
  .section-hero h1 span { font-size:clamp(2.6rem,11vw,4rem) !important; }
  .section-hero .stagger-1 { margin-bottom:20px !important; }
  .section-hero .stagger-3[style] { height:42px !important; margin-bottom:14px !important; }
  .section-hero p.stagger-4 { font-size:15px; line-height:1.55; margin-bottom:22px !important; }
  .hero-product-stage { display:none !important; }
  .section-hero .py-10 { padding-top:22px !important; padding-bottom:22px !important; gap:18px !important; }
  .section-product, .section-process, .section-usecases,
  .section-configurator, .section-faq { padding-top:44px !important; padding-bottom:44px !important; }
  .section-product .lg\:sticky { display:none !important; }
  .section-product .gap-16 { gap:0 !important; }
  .section-product h2, .section-usecases h2, .section-process h2,
  .section-configurator h2, .section-faq h2 { font-size:28px !important; line-height:1.12 !important; }
  .section-product .grid.gap-3 { display:none !important; }
  .seo-intent-grid__cards article { padding:20px; }
  .seo-intent-grid__cards article > span { margin-bottom:12px; }
  .seo-intent-grid__label, .seo-intent-grid__price { padding:14px 20px; }
  .section-process .mb-16, .section-usecases .mb-14,
  .section-configurator .mb-12, .section-faq .mb-12 { margin-bottom:24px !important; }
  .process-grid { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:18px !important; }
  .process-step { padding:16px 0 !important; gap:10px !important; }
  .process-number { font-size:30px !important; color:#f06ccd !important; }
  .process-step h3 { font-size:15px !important; }
  .process-step p { font-size:13px !important; line-height:1.5 !important; }
  .process-marker { display:none !important; }
  .usecase-preview { display:none !important; }
  .usecase-card .p-8 { padding:20px !important; }
  .section-configurator .scroll-scale { padding:22px 18px !important; border-radius:20px !important; }
  .section-configurator form.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top:22px !important; }
  .section-configurator label { letter-spacing:.06em !important; }
  .section-configurator .config-period-btn { font-size:12px; }
  .section-faq .rounded-3xl { padding-left:16px !important; padding-right:16px !important; }
  .section-cta { display:none !important; }
  .footer-v2__wrap { padding-top:40px; }
  .footer-v2__lead { gap:18px; padding-bottom:30px; }
  .footer-v2__content { gap:30px; padding-top:30px; padding-bottom:24px; }
  .footer-v2__word { display:none; }
  [data-parallax] { transform:none !important; }
}
