/* Deskia.ai v2.47.5 — hero parity, sharp media and CTA cleanup.
   The index hero remains the visual source of truth. */

/* All product/flagship hero media uses the same footprint as the index hero. */
.page-channel-premium .channel-product-stage,
.page-whatsapp-premium .wa-premium-product,
body.page-email .solution-hero-grid > .channel-visual-card,
body.page-webchat .solution-hero-grid > .channel-visual-card,
.page-flagship .flagship-visual{
  width:min(100%,var(--ds-visual-hero-max,700px))!important;
  aspect-ratio:3/2!important;
  min-height:0!important;
  justify-self:end!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  border-radius:18px!important;
  overflow:visible!important;
}

/* Exact glow/depth language of .di-shot-card on the index. */
.page-channel-premium .channel-product-stage,
.page-whatsapp-premium .wa-premium-product,
body.page-email .solution-hero-grid > .channel-visual-card,
body.page-webchat .solution-hero-grid > .channel-visual-card,
.page-flagship .flagship-visual{
  box-shadow:
    0 26px 68px rgba(0,0,0,.34),
    0 0 0 1px rgba(92,126,255,.20),
    0 0 22px rgba(66,136,255,.21),
    0 0 48px rgba(91,84,255,.15),
    0 0 76px rgba(91,84,255,.07)!important;
}

.page-channel-premium .real-product-frame,
.page-whatsapp-premium .wa-conversation-frame,
body.page-email .channel-visual-card,
body.page-webchat .channel-visual-card,
.page-flagship .flagship-scene{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:18px!important;
  background:#0b111b!important;
  box-shadow:none!important;
}

/* Remove the old oversized flagship halo; the index glow above is now canonical. */
.page-flagship .flagship-visual:before{display:none!important}
.page-flagship .flagship-scene{position:absolute!important;inset:0!important}
.page-flagship .flagship-scene:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(8,12,20,.06),transparent 50%,rgba(8,12,20,.04));
}
.page-flagship .flagship-scene > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  image-rendering:auto;
}

/* Keep the uploaded portrait Omni video intact inside an index-sized frame.
   The poster fills the lateral area softly while the real video stays uncropped. */
.page-flagship .flagship-video-scene{
  isolation:isolate;
  background:#070d17 url('/assets/img/hero-2026/omni-video-poster.webp') center/cover no-repeat!important;
}
.page-flagship .flagship-video-scene:before{
  content:"";
  position:absolute;
  inset:-18px;
  z-index:0;
  background:inherit;
  filter:blur(18px) saturate(.9) brightness(.62);
  transform:scale(1.08);
  opacity:.78;
}
.page-flagship .flagship-hero-video{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  background:transparent;
}

/* Product UI remains crisp when framed at hero/card scale. */
.page-channel-premium .real-product-frame{display:flex;flex-direction:column}
.page-channel-premium .real-product-viewport{flex:1 1 auto;min-height:0}
.page-channel-premium .real-product-viewport img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  transform:none!important;
  image-rendering:auto!important;
}
.page-channel-premium .real-product-frame figcaption{flex:0 0 auto}
.page-whatsapp-premium .wa-conversation-frame{position:relative}
.page-whatsapp-premium .wa-premium-product{transform:none!important}
body.page-email .channel-browser,
body.page-webchat .channel-browser{height:100%}

.journey-story-media img,
.brief-core-visual img,
.brief-human-visual img,
.feature-visual img,
.channel-product-stage img{
  image-rendering:auto!important;
  backface-visibility:hidden;
  transform:translateZ(0);
}

/* Remove marketing microcopy directly below CTAs sitewide.
   Legal/privacy text inside forms is intentionally not affected. */
.hero-reassurance,
.di-hero-trial-note,
.di-service-note,
.flagship-proof,
.flagship-positioning,
.di-cta-proof{display:none!important}

@media(max-width:1180px){
  .page-channel-premium .channel-product-stage,
  .page-whatsapp-premium .wa-premium-product,
  body.page-email .solution-hero-grid > .channel-visual-card,
  body.page-webchat .solution-hero-grid > .channel-visual-card,
  .page-flagship .flagship-visual{
    justify-self:center!important;
    width:min(100%,var(--ds-visual-hero-max,680px))!important;
  }
}

@media(max-width:700px){
  .page-channel-premium .channel-product-stage,
  .page-whatsapp-premium .wa-premium-product,
  body.page-email .solution-hero-grid > .channel-visual-card,
  body.page-webchat .solution-hero-grid > .channel-visual-card,
  .page-flagship .flagship-visual{
    width:100%!important;
    aspect-ratio:3/2!important;
  }
  body.page-email .channel-visual-card,
  body.page-webchat .channel-visual-card{padding:0!important}
  .page-channel-premium .channel-product-stage,
  .page-whatsapp-premium .wa-premium-product,
  body.page-email .solution-hero-grid > .channel-visual-card,
  body.page-webchat .solution-hero-grid > .channel-visual-card,
  .page-flagship .flagship-visual{
    box-shadow:
      0 18px 44px rgba(0,0,0,.30),
      0 0 0 1px rgba(92,126,255,.17),
      0 0 16px rgba(66,136,255,.17),
      0 0 34px rgba(91,84,255,.11)!important;
  }
}

/* v2.47.6 — hybrid AI + human section. Replaces the previous dark architecture map
   on every flagship page that used that block. */
.hybrid-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 79% 42%,rgba(90,54,255,.12),transparent 34%),
    radial-gradient(circle at 70% 84%,rgba(38,127,255,.07),transparent 30%),
    #11141a!important;
}
.hybrid-section:before{
  content:"";
  position:absolute;
  inset:auto -10% -45% 35%;
  height:74%;
  pointer-events:none;
  background:radial-gradient(ellipse at center,rgba(103,70,255,.10),transparent 66%);
  filter:blur(28px);
}
.hybrid-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(650px,1.18fr);
  gap:72px;
  align-items:center;
}
.hybrid-copy h2{
  margin:13px 0 13px;
  max-width:650px;
  color:#fff;
  font-size:clamp(43px,4.15vw,61px);
  font-weight:330;
  line-height:.99;
  letter-spacing:-.058em;
}
.hybrid-copy h2 strong{font-weight:690}
.hybrid-emphasis{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(21px,2vw,28px);
  font-weight:720;
  letter-spacing:-.035em;
}
.hybrid-copy>p{
  max-width:640px;
  margin:0;
  color:rgba(255,255,255,.64);
  font-size:12.5px;
  line-height:1.75;
}
.hybrid-benefits{display:grid;gap:9px;margin-top:25px}
.hybrid-benefits article{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.hybrid-benefits article>b{
  padding-top:2px;
  color:#a88cff;
  font-size:9px;
  letter-spacing:.03em;
}
.hybrid-benefits strong,.hybrid-benefits small{display:block}
.hybrid-benefits strong{color:#fff;font-size:11.5px;line-height:1.3}
.hybrid-benefits small{margin-top:4px;color:rgba(255,255,255,.51);font-size:9px;line-height:1.55}

/* v2.47.7: deterministic hybrid layout. Screens no longer sit on top of each other. */
.hybrid-visual{
  position:relative;
  display:grid;
  grid-template-columns:minmax(185px,.58fr) minmax(0,1.42fr);
  grid-template-rows:auto auto auto auto;
  gap:12px 14px;
  min-height:0;
  isolation:isolate;
}
.hybrid-visual:before{
  content:"";
  position:absolute;
  inset:5% -2% 4% 4%;
  z-index:-2;
  border-radius:32px;
  background:radial-gradient(circle at 58% 48%,rgba(91,63,255,.18),rgba(25,31,42,.10) 48%,transparent 74%);
  filter:blur(18px);
}
.hybrid-human-card,
.hybrid-ui{
  position:relative;
  inset:auto;
  width:auto;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(181,194,229,.19);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.30),0 0 0 1px rgba(95,71,255,.06);
}
.hybrid-ui-assistants{
  grid-column:1/-1;
  grid-row:1;
  aspect-ratio:1578/618;
}
.hybrid-ui-flow{
  grid-column:2;
  grid-row:2;
  align-self:stretch;
  aspect-ratio:1435/650;
  border-radius:17px;
}
.hybrid-human-card{
  grid-column:1;
  grid-row:2;
  min-height:0;
  height:100%;
  aspect-ratio:auto;
  border-color:rgba(255,255,255,.15);
  background:#0c111a;
}
.hybrid-human-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(10,14,22,.16));
  pointer-events:none;
}
.hybrid-human-card img,.hybrid-ui img{display:block;width:100%;height:100%;object-fit:cover}
.hybrid-ui-assistants img,.hybrid-ui-flow img{object-fit:cover}
.hybrid-human-card img{object-position:64% center}
.hybrid-demand,
.hybrid-status,
.hybrid-context-chip{
  position:relative;
  inset:auto;
  z-index:4;
}
.hybrid-demand{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:10px 12px;
  border:1px solid rgba(128,113,255,.35);
  border-radius:14px;
  background:rgba(18,24,36,.91);
  box-shadow:0 14px 32px rgba(0,0,0,.28),0 0 22px rgba(78,92,255,.10);
  backdrop-filter:blur(10px);
}
.hybrid-demand>span{
  display:grid;
  flex:0 0 auto;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:11px;
  font-size:16px;
}
.hybrid-demand div{display:grid;line-height:1}
.hybrid-demand b{color:#fff;font-size:18px}
.hybrid-demand small{margin-top:3px;color:rgba(255,255,255,.64);font-size:8px;white-space:nowrap}
.hybrid-demand-call{grid-column:1;grid-row:3}
.hybrid-demand-call>span{background:rgba(45,105,255,.18);color:#75a3ff}
.hybrid-demand-wa{grid-column:1;grid-row:4}
.hybrid-demand-wa>span{background:rgba(20,180,116,.15);color:#4cdb9d}
.hybrid-status{
  grid-column:2;
  grid-row:3;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 13px;
  border:1px solid rgba(126,86,255,.43);
  border-radius:14px;
  background:rgba(28,23,52,.92);
  box-shadow:0 14px 32px rgba(0,0,0,.28),0 0 22px rgba(103,63,255,.12);
}
.hybrid-status>span{color:#a98bff;font-size:18px}
.hybrid-status strong,.hybrid-status small{display:block}
.hybrid-status strong{color:#fff;font-size:10px}
.hybrid-status small{margin-top:3px;color:rgba(255,255,255,.53);font-size:7.5px}
.hybrid-context-chip{
  grid-column:2;
  grid-row:4;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(21,25,34,.90);
  color:rgba(255,255,255,.78);
  font-size:8px;
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}

@media(max-width:1180px){
  .hybrid-grid{grid-template-columns:1fr;gap:38px}
  .hybrid-visual{width:min(100%,920px);margin:0 auto}
}
@media(max-width:760px){
  .hybrid-copy h2{font-size:clamp(39px,10.8vw,52px)}
  .hybrid-copy>p{font-size:11.5px}
  .hybrid-visual{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto auto auto;
    gap:10px;
    width:100%;
    margin-top:4px;
  }
  .hybrid-ui-assistants{grid-column:1/-1;grid-row:1}
  .hybrid-human-card{grid-column:1/-1;grid-row:2;aspect-ratio:16/9;min-height:0}
  .hybrid-ui-flow{grid-column:1/-1;grid-row:3}
  .hybrid-demand-call{grid-column:1;grid-row:4}
  .hybrid-demand-wa{grid-column:2;grid-row:4}
  .hybrid-status{grid-column:1/-1;grid-row:5;justify-content:center}
  .hybrid-context-chip{grid-column:1/-1;grid-row:6}
  .hybrid-demand{padding:9px}.hybrid-demand small{white-space:normal;line-height:1.2}
}
