.offers-page{background:#07090e}

.offers-hero{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.offers-hero-media{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#07090e 0%,rgba(7,9,14,.96) 34%,rgba(7,9,14,.58) 66%,rgba(7,9,14,.9) 100%),
    linear-gradient(0deg,#07090e 0%,transparent 42%),
    url("capture-studio-principal.png") calc(50% + 400px) center/1120px auto no-repeat;
}
.offers-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(83,96,255,.09),transparent 34%);
}
.offers-hero-inner{position:relative;z-index:1;padding:150px 0 92px}
.offers-hero-copy{max-width:780px}
.offers-hero h1{font-size:82px}
.offers-hero h1 em{color:#aab0ff;font-style:normal}
.offers-hero-copy>p:not(.eyebrow){max-width:680px;color:#c2c9d4;font-size:20px}
.offers-hero-actions{display:flex;gap:12px;margin-top:32px}
.offers-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:760px;
  margin:58px 0 0;
  padding:0;
  border-block:1px solid rgba(255,255,255,.14);
  list-style:none;
}
.offers-hero-facts li{padding:20px 22px;border-right:1px solid rgba(255,255,255,.14)}
.offers-hero-facts li:first-child{padding-left:0}
.offers-hero-facts li:last-child{border-right:0}
.offers-hero-facts strong,.offers-hero-facts span{display:block}
.offers-hero-facts strong{font-size:24px}
.offers-hero-facts span{margin-top:3px;color:#8f99a9;font-size:11px}

.offers-anchor-nav{
  position:sticky;
  z-index:60;
  top:76px;
  border-bottom:1px solid #dfe3ea;
  color:#4e5664;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
}
.offers-anchor-nav .shell{display:flex;gap:34px;align-items:center;min-height:58px}
.offers-anchor-nav a{font-size:12px;font-weight:760}
.offers-anchor-nav a:hover{color:#171b23}

.offers-section{padding:112px 0}
.offers-intro{max-width:940px;margin-bottom:64px}
.offers-intro .eyebrow{color:#4d58df}
.offers-intro h2{color:#11141b}
.offers-intro>p:last-child{max-width:760px;color:#68717f;font-size:17px}

.offers-overview{color:#11141b;background:#f5f7fb}
.offer-summary-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid #d9dee7;
  background:#d9dee7;
  gap:1px;
}
.offer-summary{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:36px 34px;
  background:#fff;
}
.offer-summary-pro{color:#fff;background:#11151e}
.offer-summary-studio{
  color:#fff;
  background:#171a2b;
  box-shadow:inset 0 3px 0 #6470ff;
}
.offer-summary-head{min-height:158px}
.offer-level{display:block;margin-bottom:22px;color:#6d7582;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.offer-summary-pro .offer-level{color:#929bff}
.offer-summary-studio .offer-level{color:#aeb4ff}
.offer-summary h3{margin-bottom:19px;font-size:25px}
.offer-price{display:flex;align-items:baseline;gap:8px}
.offer-price strong{font-size:48px;line-height:1}
.offer-price del{color:#8d95a1}
.offer-price span{color:#747d8a;font-size:12px}
.offer-summary-pro .offer-price span{color:#a6aebb}
.offer-summary-studio .offer-price span{color:#aeb6c7}
.offer-summary-studio .offer-price del{color:#747d94}
.studio-upgrade-value{
  margin:0 0 2px;
  padding:15px 16px;
  border:1px solid #414867;
  color:#b8c0d1;
  background:#20243a;
  font-size:11px;
}
.studio-upgrade-value strong{color:#fff}
.offer-purpose{min-height:94px;margin:0;padding:24px 0;border-block:1px solid #e1e5ec;color:#626b79;font-size:14px}
.offer-summary-pro .offer-purpose{border-color:#2b313e;color:#adb5c1}
.offer-summary-studio .offer-purpose{border-color:#353a52;color:#c1c7d3}
.offer-keyfacts{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-bottom:1px solid #e1e5ec}
.offer-summary-pro .offer-keyfacts{border-color:#2b313e}
.offer-summary-studio .offer-keyfacts{border-color:#353a52}
.offer-keyfacts div{min-width:0;padding:18px 8px;border-right:1px solid #e1e5ec}
.offer-keyfacts div:first-child{padding-left:0}
.offer-keyfacts div:last-child{border-right:0}
.offer-summary-pro .offer-keyfacts div{border-color:#2b313e}
.offer-summary-studio .offer-keyfacts div{border-color:#353a52}
.offer-keyfacts dt{color:#8a929e;font-size:9px;font-weight:800;text-transform:uppercase}
.offer-keyfacts dd{margin:6px 0 0;font-size:13px;font-weight:800}
.offer-summary ul{display:grid;gap:11px;margin:26px 0 32px;padding:0;list-style:none;color:#3b424d;font-size:13px}
.offer-summary-pro ul{color:#dbe0e7}
.offer-summary-studio ul{color:#e0e4ec}
.offer-summary li::before{content:"✓";margin-right:9px;color:#14a696;font-weight:900}
.offer-summary .button{margin-top:auto}
.offer-summary:not(.offer-summary-pro) .button-secondary{border-color:#cfd5df;color:#11141b;background:#fff}
.offer-summary-studio .button-secondary{
  border-color:#707aff!important;
  color:#fff!important;
  background:#5360ff!important;
  box-shadow:0 14px 34px rgba(83,96,255,.28);
}
.offer-studio-tour{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:14px;
  color:#aeb5c5;
  font-size:10px;
  font-weight:760;
}
.offer-studio-tour:hover{color:#fff}
.offers-price-note{max-width:900px;margin:24px auto 0;color:#7b8491;text-align:center;font-size:11px}

.concrete-section{background:#090c12}
.offers-intro-dark h2{color:#fff}
.difference-story{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:64px;
  align-items:center;
  padding:72px 0;
  border-top:1px solid var(--line);
}
.difference-story-reverse{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr)}
.difference-story-reverse .difference-visual{order:2}
.difference-story-reverse .difference-copy{order:1}
.difference-visual{
  overflow:hidden;
  border:1px solid #30394b;
  border-radius:8px;
  background:#05070b;
  box-shadow:0 35px 90px rgba(0,0,0,.42);
}
.difference-visual img{width:100%;height:auto}
.difference-number{display:block;margin-bottom:42px;color:#5d687b;font-size:10px;font-weight:850}
.difference-copy h3{max-width:520px;font-size:39px}
.difference-copy>p:not(.eyebrow){color:#aab3c1}
.difference-points{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:28px;border:1px solid var(--line)}
.difference-points span{min-height:68px;display:flex;align-items:center;padding:14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:#d3d8e0;font-size:12px}
.difference-points span:nth-child(even){border-right:0}
.difference-points span:nth-last-child(-n+2){border-bottom:0}
.difference-points span::before{content:"";flex:0 0 7px;height:7px;margin-right:9px;border-radius:50%;background:var(--cyan)}
.remote-distinction{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:36px;
  margin-top:28px;
  padding:38px;
  border:1px solid #2e3747;
  border-radius:8px;
  background:#0e131d;
}
.remote-distinction>div{min-width:0}
.remote-distinction span,.remote-distinction strong{display:block}
.remote-distinction span{color:#707cff;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.remote-distinction strong{margin-top:12px;font-size:22px}
.remote-distinction p{margin:8px 0 0;color:#9ea8b8;font-size:13px}
.remote-distinction>i{display:grid;place-items:center;width:48px;height:48px;border:1px solid #3a4456;border-radius:50%;color:#8893a5;font-style:normal;font-size:22px}

.studio-transformation{
  padding:124px 0;
  overflow:hidden;
  color:#11141b;
  background:#f2f4f8;
}
.transformation-intro{max-width:980px;margin-bottom:58px}
.transformation-intro .eyebrow{color:#4e59e8}
.transformation-intro h2{font-size:64px}
.transformation-intro>p:last-child{max-width:760px;color:#68717e;font-size:17px}
.transformation-stage{
  --reveal:44%;
  position:relative;
  height:clamp(570px,52vw,680px);
  overflow:hidden;
  border:1px solid #2e3747;
  border-radius:8px;
  background:#0b0f16;
  box-shadow:0 38px 90px rgba(20,27,40,.2);
}
.transformation-before,.transformation-after{position:absolute;inset:0;overflow:hidden}
.transformation-before{z-index:1;color:#fff;background:#111620}
.transformation-side-label{
  position:absolute;
  z-index:3;
  top:22px;
  left:24px;
  padding:8px 10px;
  border:1px solid #333d4d;
  color:#9ca6b6;
  background:#0b1018;
  font-size:8px;
  font-weight:850;
  letter-spacing:.12em;
}
.scattered-tools{position:absolute;inset:0}
.scattered-tool{
  position:absolute;
  width:220px;
  min-height:108px;
  padding:20px;
  border:1px solid #333d4d;
  color:#dce1e9;
  background:#171d28;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.scattered-tool span,.scattered-tool strong,.scattered-tool small{display:block}
.scattered-tool span{color:#687486;font-size:9px;font-weight:850}
.scattered-tool strong{margin-top:17px;font-size:14px}
.scattered-tool small{margin-top:5px;color:#788395;font-size:9px}
.tool-playlist{top:98px;left:6%;transform:rotate(-2deg)}
.tool-mobile{top:92px;left:34%;transform:rotate(2deg)}
.tool-remote{top:250px;left:16%;transform:rotate(1deg)}
.tool-files{top:286px;left:45%;transform:rotate(-2deg)}
.tool-control{top:430px;left:28%;transform:rotate(2deg)}
.transformation-before-copy,.transformation-after-copy{
  position:absolute;
  z-index:3;
  inset:auto 0 0;
  min-height:104px;
  padding:24px 28px;
  color:#fff;
  background:rgba(5,8,13,.92);
}
.transformation-before-copy span,.transformation-before-copy strong,.transformation-after-copy span,.transformation-after-copy strong{display:block}
.transformation-before-copy span,.transformation-after-copy span{color:#929cff;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.transformation-before-copy strong,.transformation-after-copy strong{max-width:650px;margin-top:7px;font-size:20px}
.transformation-after{
  z-index:2;
  clip-path:inset(0 0 0 var(--reveal));
  color:#fff;
  background:#070a10;
}
.transformation-after>img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center 44%;
  background:#070a10;
  filter:saturate(1.06) contrast(1.03);
}
.transformation-after .transformation-side-label{right:24px;left:auto;border-color:#5964d2;color:#fff;background:#4854df}
.transformation-after-copy{
  padding-left:calc(var(--reveal) + 28px);
  background:linear-gradient(90deg,rgba(5,8,13,.7),rgba(5,8,13,.97) 20%);
}
.transformation-divider{
  position:absolute;
  z-index:5;
  top:0;
  bottom:0;
  left:var(--reveal);
  width:2px;
  background:#7a84ff;
  box-shadow:0 0 24px rgba(122,132,255,.72);
  pointer-events:none;
}
.transformation-divider i{
  position:absolute;
  top:50%;
  left:50%;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:50%;
  color:#fff;
  background:#5360ff;
  box-shadow:0 10px 34px rgba(0,0,0,.34);
  transform:translate(-50%,-50%);
  font-style:normal;
  font-size:20px;
}
.transformation-range{position:absolute;z-index:6;inset:0;margin:0;cursor:ew-resize}
.transformation-range input{width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}
.transformation-outcomes{
  display:grid;
  grid-template-columns:repeat(3,1fr) 1.15fr;
  margin-top:22px;
  border:1px solid #d4d9e3;
  background:#fff;
}
.transformation-outcomes>div{
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
  border-right:1px solid #d4d9e3;
}
.transformation-outcomes span,.transformation-outcomes strong{display:block}
.transformation-outcomes>div span{color:#737d8b;font-size:10px}
.transformation-outcomes>div strong{margin-top:5px;font-size:17px}
.transformation-outcomes>a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:112px;
  padding:24px;
  color:#fff;
  background:#171b2b;
  font-size:13px;
  font-weight:800;
}
.transformation-outcomes>a:hover{background:#5360ff}

.studio-experience{
  padding:118px 0;
  border-block:1px solid #1f2633;
  color:#fff;
  background:#070a10;
}
.studio-experience-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.48fr);
  gap:72px;
  align-items:end;
  margin-bottom:58px;
}
.studio-experience-intro .eyebrow{color:#8e97ff}
.studio-experience-intro h2{max-width:760px;font-size:56px}
.studio-experience-intro>p{margin:0 0 7px;color:#a4adbb;font-size:16px}
.studio-stage{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  overflow:hidden;
  border:1px solid #2a3343;
  border-radius:8px;
  background:#0d1119;
  box-shadow:0 38px 100px rgba(0,0,0,.38);
}
.studio-stage-controls{
  display:flex;
  flex-direction:column;
  border-right:1px solid #2a3343;
  background:#0a0e15;
}
.studio-scene-button{
  position:relative;
  flex:1 1 0;
  min-height:112px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-content:center;
  gap:4px 10px;
  padding:20px 24px;
  border:0;
  border-bottom:1px solid #232a37;
  border-radius:0;
  color:#fff;
  background:transparent;
  text-align:left;
  cursor:pointer;
}
.studio-scene-button:last-child{border-bottom:0}
.studio-scene-button::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:transparent;
}
.studio-scene-button:hover{background:#111724}
.studio-scene-button.is-active{background:#151b2b}
.studio-scene-button.is-active::before{background:#6570ff}
.studio-scene-button>span{
  grid-row:1/3;
  align-self:center;
  color:#566077;
  font-size:11px;
  font-weight:850;
}
.studio-scene-button.is-active>span{color:#8f98ff}
.studio-scene-button strong{font-size:14px}
.studio-scene-button small{color:#808a9b;font-size:10px}
.studio-scene-button:focus-visible{z-index:1;outline-offset:-4px}
.studio-stage-display{min-width:0;padding:28px}
.studio-stage-window{
  overflow:hidden;
  border:1px solid #343d50;
  border-radius:7px;
  background:#070a0f;
}
.studio-window-bar{
  height:36px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 13px;
  border-bottom:1px solid #2b3341;
  background:#151a23;
}
.studio-window-bar i{width:7px;height:7px;border-radius:50%;background:#4c5565}
.studio-window-bar i:first-child{background:#5864ff}
.studio-window-bar b{margin-left:auto;color:#687386;font-size:8px;letter-spacing:.11em}
.studio-stage-media{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#05070b;
}
.studio-stage-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  opacity:1;
  transition:opacity .12s ease;
}
.studio-stage-media img.is-changing{opacity:.18}
.studio-stage-caption{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(280px,1fr);
  gap:10px 36px;
  align-items:start;
  padding:28px 2px 4px;
}
.studio-stage-caption>span{
  grid-column:1/-1;
  color:#8e97ff;
  font-size:9px;
  font-weight:850;
  letter-spacing:.11em;
}
.studio-stage-caption h3{margin:0;font-size:27px}
.studio-stage-caption p{margin:1px 0 0;color:#9da7b7;font-size:13px}
.studio-proof-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid #2a3343;
  border-top:0;
  background:#0a0e15;
}
.studio-proof-strip>div{padding:24px 28px;border-right:1px solid #2a3343}
.studio-proof-strip>div:last-child{border-right:0}
.studio-proof-strip strong,.studio-proof-strip span{display:block}
.studio-proof-strip strong{color:#fff;font-size:25px}
.studio-proof-strip span{margin-top:4px;color:#7f8999;font-size:10px;text-transform:uppercase}

.studio-control-room{
  padding:124px 0;
  overflow:hidden;
  border-bottom:1px solid #222a37;
  color:#fff;
  background:#05070b;
}
.control-room-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.46fr);
  gap:82px;
  align-items:end;
  margin-bottom:58px;
}
.control-room-intro .eyebrow{color:#8d96ff}
.control-room-intro h2{max-width:820px;font-size:62px}
.control-room-intro>div:last-child{display:grid;gap:22px;justify-items:start}
.control-room-intro>div:last-child>p{margin:0;color:#9ea8b8;font-size:15px}
.control-room-play{min-width:210px;justify-content:center}
.control-room-play-icon{width:16px;text-align:center;font-size:11px}
.control-room-play.is-playing .control-room-play-icon::before{content:"Ⅱ";font-size:12px}
.control-room-play.is-playing .control-room-play-icon{font-size:0}
.control-room-console{
  overflow:hidden;
  border:1px solid #313a4a;
  border-radius:8px;
  background:#0b0f16;
  box-shadow:0 42px 110px rgba(0,0,0,.48);
}
.control-room-topbar{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 20px;
  border-bottom:1px solid #2a3240;
  background:#141923;
}
.control-room-topbar span,.control-room-topbar strong{font-size:9px;font-weight:850;letter-spacing:.11em}
.control-room-topbar span{display:flex;align-items:center;color:#7f899a}
.control-room-topbar span i{
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:50%;
  background:#6570ff;
  box-shadow:0 0 0 5px rgba(101,112,255,.12);
}
.control-room-topbar strong{color:#aeb5c3}
.control-room-layout{
  display:grid;
  grid-template-columns:205px minmax(0,1fr) 255px;
  min-height:620px;
}
.control-room-steps{
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
  border-right:1px solid #28313f;
  list-style:none;
  background:#090d13;
}
.control-room-steps li{flex:1;display:flex;border-bottom:1px solid #242c39}
.control-room-steps li:last-child{border-bottom:0}
.control-room-steps button{
  position:relative;
  width:100%;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-content:center;
  gap:3px 8px;
  padding:16px 18px;
  border:0;
  border-radius:0;
  color:#fff;
  background:transparent;
  text-align:left;
  cursor:pointer;
}
.control-room-steps button::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:transparent;
}
.control-room-steps button:hover{background:#111723}
.control-room-steps button.is-active{background:#171d2d}
.control-room-steps button.is-active::before{background:#6570ff}
.control-room-steps button>span{grid-row:1/3;align-self:center;color:#566175;font-size:10px;font-weight:850}
.control-room-steps button.is-active>span{color:#98a0ff}
.control-room-steps strong{font-size:12px}
.control-room-steps small{color:#778294;font-size:9px}
.control-room-screen{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  background:#0d1119;
}
.control-room-screen-frame{
  overflow:hidden;
  border:1px solid #343e50;
  border-radius:7px;
  background:#05070a;
  box-shadow:0 24px 60px rgba(0,0,0,.32);
}
.control-room-screen-bar{
  min-height:34px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 12px;
  border-bottom:1px solid #2b3442;
  background:#171c25;
}
.control-room-screen-bar i{width:6px;height:6px;border-radius:50%;background:#4d5666}
.control-room-screen-bar i:first-child{background:#6570ff}
.control-room-screen-bar b{margin-left:auto;color:#6f798b;font-size:8px;letter-spacing:.11em}
.control-room-screen-media{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#05070b;
}
.control-room-screen-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  opacity:1;
  transition:opacity .12s ease;
}
.control-room-screen-media img.is-changing{opacity:.15}
.control-room-story{
  display:grid;
  grid-template-columns:minmax(240px,.8fr) minmax(280px,1fr);
  gap:8px 34px;
  align-items:start;
  padding:24px 2px 0;
}
.control-room-story>span{grid-column:1/-1;color:#8f98ff;font-size:9px;font-weight:850;letter-spacing:.11em}
.control-room-story h3{margin:0;font-size:25px}
.control-room-story p{margin:0;color:#97a2b2;font-size:12px}
.control-room-network{
  padding:24px 18px;
  border-left:1px solid #28313f;
  background:#090d13;
}
.control-room-network>p{margin:0 0 18px;color:#5f6a7d;font-size:8px;font-weight:850;letter-spacing:.12em}
.control-node{
  position:relative;
  min-height:82px;
  display:grid;
  grid-template-columns:16px minmax(0,1fr);
  gap:10px;
  align-items:center;
  padding:13px 12px;
  border:1px solid #252d3a;
  border-bottom:0;
  color:#707b8d;
  background:#0b1018;
  transition:border-color .25s ease,color .25s ease,background .25s ease;
}
.control-node:last-child{border-bottom:1px solid #252d3a}
.control-node>i{
  width:9px;
  height:9px;
  border:2px solid #4c5667;
  border-radius:50%;
  background:#0b1018;
}
.control-node span,.control-node strong,.control-node small{display:block}
.control-node strong{font-size:11px}
.control-node small{margin-top:4px;color:#5d687a;font-size:8px}
.control-node.is-active{
  border-color:#3d466e;
  color:#eef0f7;
  background:#151a2b;
}
.control-node.is-active>i{
  border-color:#6873ff;
  background:#6873ff;
  box-shadow:0 0 0 5px rgba(104,115,255,.12);
}
.control-node.is-active small{color:#939caf}
.control-room-progress{height:4px;background:#171d26}
.control-room-progress i{
  display:block;
  width:20%;
  height:100%;
  background:#6570ff;
  box-shadow:0 0 18px rgba(101,112,255,.6);
  transition:width .3s ease;
}
.control-room-close{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  margin-top:24px;
  padding:28px 30px;
  border:1px solid #333c52;
  border-radius:8px;
  background:#171b2b;
}
.control-room-close>div:first-child span,.control-room-close>div:first-child strong{display:block}
.control-room-close>div:first-child span{color:#939cff;font-size:9px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.control-room-close>div:first-child strong{max-width:720px;margin-top:7px;font-size:17px}
.control-room-close>div:last-child{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.control-room-close>div:last-child>span{color:#9ba4b4;font-size:11px}
.control-room-close del{margin-right:5px;color:#687286}
.control-room-close>div:last-child>span strong{color:#fff;font-size:14px}

.comparison-section{color:#11141b;background:#fff}
.detailed-comparison{
  overflow:auto;
  border:1px solid #d9dee7;
  border-radius:8px;
  background:#fff;
  overscroll-behavior-inline:contain;
}
.detailed-comparison:focus-visible{outline-offset:5px}
.detailed-comparison table{width:100%;min-width:820px;border-collapse:collapse;table-layout:fixed}
.detailed-comparison th,.detailed-comparison td{height:58px;padding:13px 18px;border-right:1px solid #e2e6ed;border-bottom:1px solid #e2e6ed;text-align:center;font-size:13px}
.detailed-comparison th:first-child{width:40%;text-align:left}
.detailed-comparison tr>*:last-child{border-right:0}
.detailed-comparison tbody tr:last-child>*{border-bottom:0}
.detailed-comparison thead th{
  position:sticky;
  z-index:2;
  top:0;
  height:70px;
  color:#fff;
  background:#11151e;
  font-size:14px;
}
.detailed-comparison thead th:nth-child(3){background:#5360ff}
.detailed-comparison thead th:nth-child(4){background:#242a3d}
.detailed-comparison tbody th{color:#2b313b;font-weight:700}
.detailed-comparison tbody td{color:#535c69}
.detailed-comparison tbody tr:not(.feature-group):hover>*{background:#f8f9fc}
.detailed-comparison .feature-group th{
  height:44px;
  color:#596272;
  background:#eef1f6;
  font-size:10px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.included{color:#0a998c;font-weight:850}
.included::before{content:"✓ ";font-weight:900}
.excluded{color:#b1b7c1;font-size:18px}
.comparison-clarification{max-width:860px;margin:22px 0 0;color:#717a87;font-size:12px}

.offer-finder-section{
  padding:118px 0;
  border-block:1px solid #222a38;
  color:#fff;
  background:#0b0f17;
}
.offer-finder-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.62fr);
  gap:9%;
  align-items:start;
}
.offer-finder-copy .eyebrow{color:#8993ff}
.offer-finder-copy h2{max-width:700px;font-size:52px}
.offer-finder-copy>p:not(.eyebrow){max-width:690px;color:#9da7b6}
.finder-options{display:grid;margin:48px 0 0;padding:0;border:0;border-top:1px solid #2c3442}
.finder-options label{
  min-height:82px;
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:14px 8px;
  border-bottom:1px solid #2c3442;
  cursor:pointer;
}
.finder-options label:hover{background:#101620}
.finder-options input{
  width:18px;
  height:18px;
  margin:0;
  accent-color:#6570ff;
}
.finder-options span,.finder-options strong,.finder-options small{display:block}
.finder-options strong{font-size:14px}
.finder-options small{margin-top:4px;color:#7f8998;font-size:11px}
.finder-result{
  position:sticky;
  top:160px;
  overflow:hidden;
  padding:38px;
  border:1px solid #333c4d;
  border-radius:8px;
  background:#131925;
  box-shadow:0 30px 80px rgba(0,0,0,.32);
}
.finder-result::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:#6570ff;
}
.finder-result-free::before{background:#16aa9a}
.finder-result-pro::before{background:#6570ff}
.finder-result-studio{
  border-color:#4b55a0;
  background:#171a2b;
}
.finder-result-studio::before{height:4px;background:#7a84ff}
.finder-result-kicker{
  display:block;
  color:#8d97a8;
  font-size:9px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.finder-result-edition{display:flex;align-items:baseline;gap:9px;margin-top:28px}
.finder-result-edition small{color:#7d8798;font-size:11px;font-weight:850}
.finder-result-edition strong{color:#fff;font-size:36px}
.finder-result-studio .finder-result-edition strong{color:#aeb4ff}
.finder-result-price{display:flex;align-items:baseline;gap:9px;margin-top:9px}
.finder-result-price strong{font-size:25px}
.finder-result-price span{color:#8c96a6;font-size:10px}
.finder-result>p{min-height:64px;margin:25px 0 0;padding-top:23px;border-top:1px solid #303849;color:#b8c0cc;font-size:13px}
.finder-result ul{display:grid;gap:10px;margin:22px 0 28px;padding:0;list-style:none;color:#dce1e9;font-size:12px}
.finder-result li{position:relative;padding-left:17px}
.finder-result li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#6671ff}
.finder-result-free li::before{background:#16aa9a}
.finder-result .button{justify-content:center}
.finder-privacy{display:block;margin-top:14px;color:#6f7989;text-align:center;font-size:9px}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.choose-section{color:#11141b;background:#f5f7fb}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid #d8dde6}
.choice-grid article{min-height:330px;padding:34px;border-right:1px solid #d8dde6}
.choice-grid article:first-child{border-left:1px solid #d8dde6}
.choice-grid span{color:#4d58df;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.choice-grid h3{margin-top:38px;font-size:27px}
.choice-grid ul{display:grid;gap:12px;margin:25px 0 0;padding:0;list-style:none;color:#646d7a;font-size:13px}
.choice-grid li{padding-left:18px;position:relative}
.choice-grid li::before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:#4d58df}
.change-offer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  margin-top:28px;
  padding:30px 32px;
  border:1px solid #252b36;
  border-radius:8px;
  color:#fff;
  background:#11151e;
}
.change-offer span,.change-offer strong{display:block}
.change-offer span{color:#8993a3;font-size:11px}
.change-offer strong{max-width:730px;margin-top:6px;font-size:17px}
.change-offer .button{flex:0 0 auto}

.offers-faq{padding:108px 0;color:#11141b;background:#fff}
.offers-faq-layout{display:grid;grid-template-columns:.65fr 1fr;gap:10%}
.offers-faq .eyebrow{color:#4d58df}
.offers-faq h2{font-size:48px}
.offers-faq details{border-top:1px solid #d9dee6}
.offers-faq details:last-child{border-bottom:1px solid #d9dee6}
.offers-faq summary{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;font-weight:760}
.offers-faq summary::-webkit-details-marker{display:none}
.offers-faq summary::after{content:"+";color:#4d58df;font-size:24px}
.offers-faq details[open] summary::after{content:"−"}
.offers-faq details p{margin:0;padding:0 35px 26px 0;color:#68717e}

@media(max-width:1080px){
  .offers-hero h1{font-size:68px}
  .offers-anchor-nav{top:76px}
  .offer-summary-grid{grid-template-columns:1fr}
  .offer-summary{padding:34px}
  .offer-summary-head,.offer-purpose{min-height:0}
  .offer-summary-head{padding-bottom:22px}
  .offer-purpose{margin-bottom:0}
  .difference-story,.difference-story-reverse{grid-template-columns:1fr;gap:40px}
  .difference-story-reverse .difference-visual,.difference-story-reverse .difference-copy{order:initial}
  .transformation-outcomes{grid-template-columns:repeat(2,1fr)}
  .transformation-outcomes>div:nth-child(2){border-right:0}
  .transformation-outcomes>div{border-bottom:1px solid #d4d9e3}
  .transformation-outcomes>a{border-left:1px solid #d4d9e3}
  .studio-experience-intro{grid-template-columns:1fr;gap:24px}
  .studio-stage{grid-template-columns:1fr}
  .studio-stage-controls{display:grid;grid-template-columns:repeat(2,1fr);border-right:0;border-bottom:1px solid #2a3343}
  .studio-scene-button{border-right:1px solid #232a37}
  .studio-scene-button:nth-child(even){border-right:0}
  .studio-scene-button:nth-last-child(-n+2){border-bottom:0}
  .control-room-intro{grid-template-columns:1fr;gap:28px}
  .control-room-intro>div:last-child{grid-template-columns:minmax(0,1fr) auto;align-items:center}
  .control-room-layout{grid-template-columns:1fr}
  .control-room-steps{display:grid;grid-template-columns:repeat(5,1fr);border-right:0;border-bottom:1px solid #28313f}
  .control-room-steps li{border-right:1px solid #242c39;border-bottom:0}
  .control-room-steps li:last-child{border-right:0}
  .control-room-steps button{min-height:88px;grid-template-columns:1fr;padding:12px;text-align:center}
  .control-room-steps button>span{grid-row:auto}
  .control-room-network{display:grid;grid-template-columns:repeat(5,1fr);padding:18px;border-top:1px solid #28313f;border-left:0}
  .control-room-network>p{grid-column:1/-1}
  .control-node{min-height:90px;grid-template-columns:1fr;border-right:0;border-bottom:1px solid #252d3a;text-align:center}
  .control-node:last-child{border-right:1px solid #252d3a}
  .control-node>i{margin:auto}
  .control-room-close{align-items:flex-start;flex-direction:column}
  .control-room-close>div:last-child{width:100%;justify-content:space-between}
  .offer-finder-layout{grid-template-columns:1fr;gap:58px}
  .finder-result{position:relative;top:0}
  .choice-grid{grid-template-columns:1fr}
  .choice-grid article{min-height:0;border-left:1px solid #d8dde6;border-bottom:1px solid #d8dde6}
  .choice-grid article:last-child{border-bottom:0}
  .choice-grid h3{margin-top:25px}
  .offers-faq-layout{grid-template-columns:1fr;gap:42px}
}

@media(max-width:700px){
  .offers-hero{min-height:750px}
  .offers-hero-media{
    background:
      linear-gradient(180deg,#07090e 0%,rgba(7,9,14,.9) 60%,#07090e 100%),
      url("capture-studio-principal.png") center bottom 35px/720px auto no-repeat;
  }
  .offers-hero-inner{padding:116px 0 60px}
  .offers-hero h1{font-size:48px}
  .offers-hero-copy>p:not(.eyebrow){font-size:16px}
  .offers-hero-actions{display:grid}
  .offers-hero-actions .button{width:100%}
  .offers-hero-facts{grid-template-columns:1fr;margin-top:36px}
  .offers-hero-facts li{padding:12px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .offers-hero-facts li:last-child{border-bottom:0}
  .offers-hero-facts strong{font-size:19px}
  .offers-anchor-nav{top:68px;overflow-x:auto}
  .offers-anchor-nav .shell{width:max-content;min-width:100%;padding:0 12px;gap:24px}
  .offers-section{padding:82px 0}
  .offers-intro{margin-bottom:44px}
  .offers-intro>p:last-child{font-size:15px}
  .offer-summary{padding:28px 20px}
  .offer-keyfacts{grid-template-columns:1fr}
  .offer-keyfacts div,.offer-keyfacts div:first-child{padding:12px 0;border-right:0;border-bottom:1px solid #e1e5ec}
  .offer-keyfacts div:last-child{border-bottom:0}
  .offer-summary-pro .offer-keyfacts div{border-color:#2b313e}
  .difference-story{padding:52px 0}
  .difference-number{margin-bottom:24px}
  .difference-copy h3{font-size:30px}
  .difference-points{grid-template-columns:1fr}
  .difference-points span{border-right:0;border-bottom:1px solid var(--line)!important}
  .difference-points span:last-child{border-bottom:0!important}
  .remote-distinction{grid-template-columns:1fr;gap:24px;padding:26px 20px}
  .remote-distinction>i{width:38px;height:38px;transform:rotate(90deg)}
  .studio-transformation{padding:82px 0}
  .transformation-intro h2{font-size:40px}
  .transformation-stage{height:620px}
  .transformation-side-label{top:14px;left:14px}
  .transformation-after .transformation-side-label{right:14px}
  .scattered-tool{width:174px;min-height:96px;padding:15px}
  .tool-playlist{top:80px;left:5%}
  .tool-mobile{top:185px;left:29%}
  .tool-remote{top:295px;left:7%}
  .tool-files{top:395px;left:31%}
  .tool-control{display:none}
  .transformation-before-copy,.transformation-after-copy{min-height:120px;padding:20px}
  .transformation-before-copy strong,.transformation-after-copy strong{font-size:17px}
  .transformation-after-copy{padding-left:calc(var(--reveal) + 16px)}
  .transformation-divider i{width:44px;height:44px}
  .transformation-outcomes{grid-template-columns:1fr}
  .transformation-outcomes>div{min-height:90px;border-right:0}
  .transformation-outcomes>a{min-height:90px;border-left:0}
  .studio-experience,.offer-finder-section{padding:82px 0}
  .studio-experience-intro h2,.offer-finder-copy h2{font-size:38px}
  .studio-stage-controls{grid-template-columns:1fr}
  .studio-scene-button{min-height:86px;border-right:0;border-bottom:1px solid #232a37!important}
  .studio-scene-button:last-child{border-bottom:0!important}
  .studio-stage-display{padding:14px}
  .studio-stage-caption{grid-template-columns:1fr;padding:22px 3px 8px}
  .studio-stage-caption h3{font-size:23px}
  .studio-proof-strip{grid-template-columns:repeat(2,1fr)}
  .studio-proof-strip>div{padding:20px;border-bottom:1px solid #2a3343}
  .studio-proof-strip>div:nth-child(even){border-right:0}
  .studio-proof-strip>div:nth-last-child(-n+2){border-bottom:0}
  .studio-control-room{padding:82px 0}
  .control-room-intro h2{font-size:40px}
  .control-room-intro>div:last-child{grid-template-columns:1fr}
  .control-room-play{width:100%}
  .control-room-topbar{padding:0 12px}
  .control-room-topbar span{font-size:7px}
  .control-room-layout{min-height:0}
  .control-room-steps{display:flex;flex-direction:row;overflow-x:auto}
  .control-room-steps li{flex:0 0 132px}
  .control-room-steps button{min-height:78px}
  .control-room-screen{padding:14px}
  .control-room-story{grid-template-columns:1fr;padding:20px 2px 8px}
  .control-room-story h3{font-size:23px}
  .control-room-network{grid-template-columns:repeat(2,1fr);padding:14px}
  .control-node{min-height:82px;border:1px solid #252d3a}
  .control-node:last-child{grid-column:1/-1}
  .control-room-close{padding:24px 20px}
  .control-room-close>div:last-child{align-items:stretch;flex-direction:column}
  .control-room-close .button{width:100%}
  .finder-options{margin-top:34px}
  .finder-options label{min-height:76px;padding:12px 3px}
  .finder-result{padding:28px 22px}
  .detailed-comparison{margin-right:calc((100vw - var(--shell))/2 * -1)}
  .detailed-comparison table{min-width:720px}
  .detailed-comparison th:first-child{position:sticky;left:0;z-index:1;width:240px;background:#fff;box-shadow:10px 0 18px rgba(15,23,42,.08)}
  .detailed-comparison thead th:first-child{z-index:3;background:#11151e}
  .detailed-comparison .feature-group th{position:static;box-shadow:none}
  .choice-grid article{padding:28px 22px}
  .change-offer{align-items:stretch;flex-direction:column;padding:25px 20px}
  .change-offer .button{width:100%}
  .offers-faq{padding:82px 0}
  .offers-faq h2{font-size:38px}
}

@media(prefers-reduced-motion:reduce){
  .offers-anchor-nav{position:relative;top:0}
  .control-room-screen-media img,.control-node,.control-room-progress i{transition:none}
  .transformation-outcomes>a{transition:none}
}
