
:root{
  --bg:#050d16;
  --bg-soft:#07131e;
  --panel:#081722;
  --panel-2:#0b1d2b;
  --text:#f7fbff;
  --muted:#a7b8c5;
  --line:rgba(122,166,200,.18);
  --blue:#0788ff;
  --cyan:#08c7ff;
  --orange:#ff7600;
  --orange-2:#ff9a00;
  --white:#fff;
  --radius:22px;
  --shadow:0 24px 70px rgba(0,0,0,.22);
}

*,
*::before,
*::after{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  scroll-padding-top:120px;
}

body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

img,
svg,
video{
  display:block;
  max-width:100%;
  height:auto;
}

a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}

.container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

main,
section,
article,
div{min-width:0}

.section{padding:92px 0}

.eyebrow{
  margin:0 0 18px;
  color:#14aaff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.22em;
}

.skip-link{
  position:fixed;
  left:-999px;
  top:12px;
  z-index:999;
  padding:10px 14px;
  color:#000;
  background:#fff;
  border-radius:8px;
}
.skip-link:focus{left:12px}

.btn{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 21px;
  border:1px solid transparent;
  border-radius:14px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#086ad7,#0797ff);
  box-shadow:0 10px 28px rgba(0,115,225,.22);
}
.btn-orange{
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),#ff5800);
  box-shadow:0 10px 28px rgba(255,105,0,.22);
}
.btn-ghost{
  color:inherit;
  border-color:#38556a;
  background:rgba(255,255,255,.025);
}

.section-heading{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.6fr);
  gap:54px;
  align-items:end;
  margin-bottom:44px;
}
.section-heading h2{
  margin:0;
  font:700 clamp(40px,5vw,66px)/.98 "Space Grotesk",Inter,sans-serif;
  letter-spacing:-.048em;
}
.section-heading h2 span{
  background:linear-gradient(90deg,#0b9cff,#00c9ff 45%,#ff8300);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.section-heading>p{
  margin:0;
  color:var(--muted);
}

/* =========================================================
   HEADER — white, creative and fully responsive
========================================================= */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  overflow:visible;
  background:#fff;
  border-bottom:3px solid transparent;
  border-image:linear-gradient(90deg,#057ef0,#12baff 38%,#ff9a00 72%,#ff5b00) 1;
  box-shadow:0 8px 28px rgba(8,28,45,.07);
}

.nav-wrap{
  position:relative;
  z-index:2;
  min-height:112px;
  display:flex;
  align-items:center;
  gap:26px;
}

.brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  height:90px;
}

.brand img{
  width:auto;
  height:90px;
  max-width:310px;
  max-height:none;
  object-fit:contain;
}

.main-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:22px;
  color:#15283a;
  font-size:13px;
  font-weight:700;
}

.main-nav a{
  position:relative;
  padding:12px 0;
  white-space:nowrap;
}

.main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:2px;
  width:0;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#0588ff,#ff7900);
  transition:width .2s ease;
}
.main-nav a:hover::after{width:100%}

.nav-cta{
  flex:0 0 auto;
  white-space:nowrap;
}

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  margin-left:auto;
  padding:9px;
  border:0;
  background:transparent;
  cursor:pointer;
}
.menu-toggle span{
  display:block;
  width:100%;
  height:2px;
  margin:6px 0;
  border-radius:99px;
  background:#15283a;
}

.header-pixels{
  position:absolute;
  pointer-events:none;
  opacity:.38;
}
.header-pixels i{
  position:absolute;
  display:block;
  border-radius:2px;
}
.header-pixels-left{left:max(16px,calc(50% - 620px));top:18px;width:90px;height:75px}
.header-pixels-left i:nth-child(1){left:0;top:45px;width:9px;height:9px;background:#0caeff}
.header-pixels-left i:nth-child(2){left:15px;top:31px;width:13px;height:13px;background:#0d7ee8}
.header-pixels-left i:nth-child(3){left:34px;top:16px;width:11px;height:11px;background:#0b5ac8}
.header-pixels-left i:nth-child(4){left:15px;top:59px;width:7px;height:7px;background:#17b8ff}
.header-pixels-left i:nth-child(5){left:47px;top:46px;width:8px;height:8px;background:#0a63d3}
.header-pixels-left i:nth-child(6){left:57px;top:6px;width:6px;height:6px;background:#0993ff}
.header-pixels-right{right:max(16px,calc(50% - 590px));top:12px;width:70px;height:60px}
.header-pixels-right i:nth-child(1){right:0;top:0;width:9px;height:9px;background:#ff5c00}
.header-pixels-right i:nth-child(2){right:20px;top:17px;width:13px;height:13px;background:#ff8b00}
.header-pixels-right i:nth-child(3){right:4px;top:38px;width:7px;height:7px;background:#ff7200}
.header-pixels-right i:nth-child(4){right:34px;top:2px;width:7px;height:7px;background:#ffc000}

/* =========================================================
   HOME — V7
========================================================= */
.v7-hero{
  min-height:690px;
  display:flex;
  align-items:center;
  padding:84px 0 58px;
  background:
    radial-gradient(circle at 80% 25%,rgba(0,137,255,.11),transparent 31%),
    linear-gradient(180deg,#06111c,#050d16);
  border-bottom:1px solid var(--line);
}
.v7-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.95fr);
  gap:68px;
  align-items:center;
}
.v7-hero-copy h1{
  margin:0;
  max-width:780px;
  font:700 clamp(52px,6vw,88px)/.96 "Space Grotesk",Inter,sans-serif;
  letter-spacing:-.055em;
}
.v7-hero-copy h1 span,
.v7-pixel-copy h2 span,
.v7-branding h2 span{
  background:linear-gradient(90deg,#0b9cff,#00c7ff,#ff8500);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.v7-hero-copy>p:not(.eyebrow){
  max-width:650px;
  margin:26px 0;
  color:var(--muted);
  font-size:17px;
}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap}

.v7-hero-visual{
  position:relative;
  min-height:480px;
}
.v7-window{
  position:absolute;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:#07131d;
  box-shadow:var(--shadow);
}
.v7-window img{width:100%;height:100%;object-fit:cover}
.v7-window-main{width:78%;aspect-ratio:16/10;right:0;top:18px}
.v7-window-secondary{width:44%;aspect-ratio:4/5;left:0;bottom:18px;border-width:5px;border-color:#111d27}
.v7-hero-note{
  position:absolute;
  right:0;
  bottom:0;
  color:#738999;
  font-size:9px;
  letter-spacing:.2em;
}

.v7-services{background:#040b12}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.service-card{
  min-height:245px;
  display:flex;
  flex-direction:column;
  padding:25px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#07131e;
}
.card-no{
  color:#0da8ff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
}
.service-card h3{margin:20px 0 10px;font-size:23px}
.service-card p{margin:0;color:var(--muted)}
.service-card a{margin-top:auto;padding-top:22px;color:#dce9f2;font-size:11px;font-weight:800}

.v7-pixel-flow{
  padding:96px 0;
  background:
    radial-gradient(circle at 85% 20%,rgba(0,139,255,.07),transparent 27%),
    #07131e;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.v76-flow-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);
  gap:60px;
  align-items:end;
  margin-bottom:44px;
}
.v76-flow-heading h2{
  margin:0;
  font:700 clamp(42px,5vw,68px)/.98 "Space Grotesk",Inter,sans-serif;
  letter-spacing:-.05em;
}
.v76-flow-heading h2 span{
  background:linear-gradient(90deg,#0b9cff,#00c8ff 45%,#ff8500);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.v76-flow-heading>p{
  margin:0;
  color:var(--muted);
}

.v76-flow-track{
  display:grid;
  grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1.12fr);
  gap:10px;
  align-items:stretch;
}

.v76-flow-stage{
  min-width:0;
  padding:18px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,#091a28,#06121c);
}
.v76-flow-final{
  border-color:rgba(255,126,0,.28);
  background:linear-gradient(180deg,#0a1d2c,#10170f);
}
.v76-stage-no{
  display:block;
  margin-bottom:13px;
  color:#0da8ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.v76-flow-final .v76-stage-no{color:#ff8a18}
.v76-flow-stage h3{
  margin:16px 0 8px;
  font-size:18px;
}
.v76-flow-stage p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}

.v76-flow-arrow{
  display:grid;
  place-items:center;
  color:#557184;
  font-size:22px;
}

.v76-stage-visual{
  position:relative;
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  border:1px solid #29465b;
  border-radius:14px;
  background:#05101a;
}

/* Briefing */
.v76-brief-card{
  padding:18px;
}
.v76-brief-card i{
  display:block;
  height:8px;
  margin-bottom:10px;
  border-radius:999px;
  background:#16364c;
}
.v76-brief-card i:nth-child(1){width:72%}
.v76-brief-card i:nth-child(2){width:92%}
.v76-brief-card i:nth-child(3){width:55%}
.v76-brief-card b{
  position:absolute;
  right:13px;
  bottom:12px;
  color:#ff8110;
  font-size:9px;
  letter-spacing:.15em;
}

/* Strategy */
.v76-strategy-map i{
  position:absolute;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#0c8ef6;
  box-shadow:0 0 0 5px rgba(12,142,246,.08);
}
.v76-strategy-map i:nth-child(1){left:17%;top:25%}
.v76-strategy-map i:nth-child(2){left:66%;top:20%;background:#ff7d0a}
.v76-strategy-map i:nth-child(3){left:34%;top:67%}
.v76-strategy-map i:nth-child(4){left:73%;top:65%;background:#ff9b16}
.v76-strategy-map span{
  position:absolute;
  height:1px;
  transform-origin:left center;
  background:#315064;
}
.v76-strategy-map span:nth-of-type(1){left:22%;top:32%;width:48%;transform:rotate(-4deg)}
.v76-strategy-map span:nth-of-type(2){left:22%;top:35%;width:34%;transform:rotate(55deg)}
.v76-strategy-map span:nth-of-type(3){left:40%;top:70%;width:38%;transform:rotate(-4deg)}

/* Wireframe */
.v76-mini-wireframe{
  padding:13px;
}
.v76-mini-wireframe>div{
  width:42%;
  height:9px;
  margin-bottom:13px;
  border-radius:999px;
  background:#1a4058;
}
.v76-mini-wireframe>span{
  display:block;
  margin-bottom:8px;
  border:1px solid #294e67;
  border-radius:7px;
}
.v76-mini-wireframe>span:nth-of-type(1){height:42%}
.v76-mini-wireframe>span:nth-of-type(2){float:left;width:47%;height:30%}
.v76-mini-wireframe>span:nth-of-type(3){float:right;width:47%;height:30%}

/* Design */
.v76-design-screen{
  padding:12px;
  background:linear-gradient(145deg,#071b2a,#092f4d);
}
.v76-design-top{
  width:48%;
  height:9px;
  margin-bottom:13px;
  border-radius:999px;
  background:#e9f7ff;
  opacity:.85;
}
.v76-design-hero{
  height:47%;
  border-radius:8px;
  background:linear-gradient(135deg,#078ff7,#00c6ef 48%,#ff8b12 100%);
}
.v76-design-screen i{
  position:absolute;
  bottom:12px;
  width:38%;
  height:24%;
  border-radius:7px;
  background:rgba(255,255,255,.13);
}
.v76-design-screen i:nth-of-type(1){left:12px}
.v76-design-screen i:nth-of-type(2){right:12px}

/* Published project */
.v76-live-project img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.v76-live-project::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.68));
}
.v76-live-project span{
  position:absolute;
  z-index:2;
  left:11px;
  bottom:10px;
  padding:6px 8px;
  border-radius:999px;
  color:#fff;
  background:#ff6500;
  font-size:7px;
  font-weight:900;
  letter-spacing:.13em;
}

.v76-flow-footer{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  color:#7e97a8;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.v76-flow-footer i{
  width:28px;
  height:1px;
  background:linear-gradient(90deg,#0a9eff,#ff7a00);
}
.v76-flow-footer strong{color:#fff}

.v7-portfolio{background:#030910}
.v7-project-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.v7-project-card{
  display:block;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#07131e;
  transition:transform .2s ease,border-color .2s ease;
}
.v7-project-card:hover{transform:translateY(-3px);border-color:rgba(0,151,255,.32)}
.v7-project-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.v7-project-card>div{padding:20px 22px 22px}
.v7-project-card span{color:#0da8ff;font-size:9px;letter-spacing:.15em}
.v7-project-card h3{margin:6px 0 10px;font-size:24px}
.v7-project-card b{color:#a9bdca;font-size:11px}
.v7-center-cta{text-align:center;margin-top:28px}

.v7-transform{
  background:#06111a;
  border-block:1px solid var(--line);
}
.v7-compare-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.comparison-card{
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#07141f;
}
.comparison-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:4px 4px 15px;
}
.comparison-head span{color:#0da8ff;font-size:9px;letter-spacing:.15em}
.comparison-head h3{margin:4px 0 0;font-size:18px}
.comparison-pill{
  flex:0 0 auto;
  padding:6px 9px;
  border:1px solid rgba(255,117,0,.35);
  border-radius:999px;
  color:#ff8d26!important;
}
.compare{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:16px;
  background:#02070c;
}
.compare>img,
.compare-before>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top left;
}
.compare-before{
  position:absolute;
  inset:0 auto 0 0;
  width:50%;
  overflow:hidden;
}
.compare input{
  position:absolute;
  inset:0;
  z-index:5;
  width:100%;
  height:100%;
  opacity:0;
  cursor:ew-resize;
}
.compare-handle{
  position:absolute;
  z-index:4;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  background:#fff;
  pointer-events:none;
}
.compare-handle::after{
  content:"↔";
  position:absolute;
  left:50%;
  top:50%;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  border-radius:50%;
  color:#06111b;
  background:#fff;
  font-weight:900;
}
.compare-label{
  position:absolute;
  z-index:4;
  top:12px;
  padding:6px 8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  color:#fff;
  background:rgba(0,0,0,.62);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  pointer-events:none;
}
.compare-label.old{left:12px}
.compare-label.new{right:12px}

.v7-transform-cta{
  margin-top:24px;
  padding:26px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#071723;
}
.v7-transform-cta h3{margin:4px 0 0;font-size:23px}

.v7-process{background:#040b12}
.process-grid{
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
  list-style:none;
}
.process-grid li{
  min-height:220px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#07131e;
}
.process-grid li>span{color:#0da8ff;font-size:11px;font-weight:800}
.process-grid h3{margin:24px 0 8px;font-size:22px}
.process-grid p{margin:0;color:var(--muted)}

.v7-branding{
  background:#06111a;
  border-top:1px solid var(--line);
}
.v7-branding-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);
  gap:68px;
  align-items:center;
}
.v7-branding h2{
  margin:0;
  font:700 clamp(42px,5vw,68px)/.98 "Space Grotesk",Inter,sans-serif;
  letter-spacing:-.05em;
}
.v7-branding p:not(.eyebrow){max-width:620px;margin:21px 0;color:var(--muted)}
.v7-branding-card{
  min-height:310px;
  display:grid;
  place-items:center;
  padding:40px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
}
.v7-branding-card img{max-width:250px}

/* Final CTA */
.v73-final-cta{
  padding:92px 0 100px;
  background:#f4f7fa;
  border-top:1px solid #e5edf3;
}
.v73-cta-panel{
  position:relative;
  overflow:hidden;
  min-height:450px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:46px;
  align-items:center;
  padding:54px 58px;
  border-radius:30px;
  background:
    radial-gradient(circle at 80% 20%,rgba(12,139,255,.16),transparent 32%),
    radial-gradient(circle at 68% 78%,rgba(255,119,0,.12),transparent 28%),
    linear-gradient(135deg,#06111d,#0a2033 58%,#0b2a44);
  box-shadow:0 32px 90px rgba(7,24,40,.16);
}
.v73-cta-copy{position:relative;z-index:2}
.v73-cta-copy h2{
  margin:0;
  color:#fff;
  font:700 clamp(44px,5vw,70px)/.98 "Space Grotesk",Inter,sans-serif;
  letter-spacing:-.05em;
}
.v73-cta-copy h2 span{
  background:linear-gradient(90deg,#0eaaff,#39d4ff 42%,#ff9a00 76%,#ff6400);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.v73-cta-copy>p:not(.eyebrow){max-width:700px;margin:22px 0 0;color:#b8c9d5;font-size:16px}
.v73-cta-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}
.v73-cta-points span{padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#d4e1e9;background:rgba(255,255,255,.04);font-size:9px;letter-spacing:.08em}
.v73-cta-actions{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin-top:29px}
.v73-primary-cta{min-height:56px;color:#fff;border:0;background:linear-gradient(135deg,#ff8a00,#ff5900)}
.v73-secondary-link{padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.24);color:#dbe9f2;font-size:12px;font-weight:800}
.v73-cta-visual{position:relative;z-index:2;min-height:300px;display:grid;place-items:center}
.v73-cta-window{width:min(450px,92%);aspect-ratio:16/10;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.075);box-shadow:0 28px 70px rgba(0,0,0,.2);transform:rotate(-2deg)}
.v73-window-top{height:42px;display:flex;align-items:center;gap:7px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.1)}
.v73-window-top i{width:8px;height:8px;border-radius:50%;background:#2d89d7}
.v73-window-top i:nth-child(2){background:#ff8b00}
.v73-window-top i:nth-child(3){background:#2ad17f}
.v73-window-body{padding:40px 30px}
.v73-window-line{height:14px;margin-bottom:14px;border-radius:999px;background:linear-gradient(90deg,rgba(36,169,255,.85),rgba(25,107,195,.42))}
.v73-window-line.lg{width:72%}.v73-window-line.md{width:54%;opacity:.55}
.v73-window-button{width:118px;height:40px;margin-top:30px;border-radius:12px;background:linear-gradient(135deg,#ff9000,#ff5f00)}
.v73-pixel-stack{position:absolute;right:5%;top:13%;width:100px;height:115px}
.v73-pixel-stack i{position:absolute;display:block;border-radius:4px;background:#119cff}
.v73-pixel-stack i:nth-child(1){width:26px;height:26px;right:5px;top:0}
.v73-pixel-stack i:nth-child(2){width:18px;height:18px;right:39px;top:24px;background:#ff8a00}
.v73-pixel-stack i:nth-child(3){width:14px;height:14px;right:68px;top:5px;opacity:.7}
.v73-pixel-stack i:nth-child(4){width:20px;height:20px;right:12px;top:44px;background:#ff6400}
.v73-pixel-stack i:nth-child(5){width:11px;height:11px;right:52px;top:64px;opacity:.5}
.v73-pixel-stack i:nth-child(6){width:15px;height:15px;right:80px;top:47px;background:#16b8ff}
.v73-cta-badge{position:absolute;left:4%;bottom:8%;padding:9px 12px;border-radius:999px;color:#0a2438;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.15);font-size:8px;font-weight:900;letter-spacing:.15em}

/* =========================================================
   INNER PAGES
========================================================= */
.case-detail-hero,
.service-detail-hero,
.briefing-hero{
  padding:96px 0 74px;
  background:radial-gradient(circle at 75% 20%,rgba(0,140,255,.11),transparent 30%),#030a12;
  border-bottom:1px solid var(--line);
}
.case-detail-hero h1,
.service-detail-hero h1,
.briefing-hero h1{
  max-width:980px;
  margin:0;
  font:700 clamp(50px,7vw,90px)/.95 "Space Grotesk",Inter,sans-serif;
  letter-spacing:-.055em;
}
.case-detail-hero>div>p:not(.eyebrow),
.service-detail-hero>div>p:not(.eyebrow),
.briefing-hero>div>p:not(.eyebrow){
  max-width:820px;
  color:var(--muted);
  font-size:17px;
}
.briefing-hero h1 span,
.case-detail-story h2 span,
.service-seo-copy h2 span{
  background:linear-gradient(90deg,#0b9cff,#0bd0ff,#ff8b00,#ff5500);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.case-detail-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:26px}

.case-detail-comparison{padding:32px 0;background:#02070c}
.case-detail-comparison .container{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.case-detail-before,
.case-detail-after{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
}
.case-detail-before img,
.case-detail-after img{width:100%;aspect-ratio:16/10;object-fit:cover}
.case-detail-before span,
.case-detail-after span{
  position:absolute;
  z-index:2;
  left:12px;
  top:12px;
  padding:7px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(0,0,0,.7);
  font-size:9px;
  letter-spacing:.15em;
}
.case-detail-after span{background:linear-gradient(135deg,#0a75ff,#00b8ff)}

.case-detail-grid,
.service-copy-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:58px;
}
.case-detail-grid h2,
.service-copy-grid h2{
  margin:0;
  font:700 clamp(36px,5vw,62px)/.98 "Space Grotesk",Inter,sans-serif;
}
.case-detail-grid h3{margin:0 0 12px;font-size:27px}
.case-detail-grid p,
.service-copy-grid p{color:var(--muted)}

.service-seo-copy{background:#06111a}
.faq-section{background:#040b12}
.faq-list{display:grid;gap:10px}
.faq-list details{
  padding:16px 19px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#07141f;
}
.faq-list summary{cursor:pointer;font-weight:800}
.faq-list p{color:var(--muted)}

.cta-section{background:#030910}
.cta-box{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:30px;
  align-items:center;
  padding:38px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(135deg,#071827,#09253b);
}
.cta-box h2{
  margin:0;
  font:700 clamp(36px,5vw,58px)/.98 "Space Grotesk",Inter,sans-serif;
}
.cta-box h2 span{
  background:linear-gradient(90deg,#0b9cff,#0bd0ff,#ff8b00);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.cta-box p:not(.eyebrow){max-width:700px;color:var(--muted)}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.cta-mark{position:absolute;right:20px;bottom:-35px;width:130px;opacity:.07}

/* Briefing */
.briefing-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);
  gap:28px;
  align-items:start;
}
.briefing-form{display:grid;gap:14px}
.briefing-step{
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#07141f;
}
.briefing-step>span{
  width:34px;height:34px;
  display:inline-grid;
  place-items:center;
  margin-bottom:13px;
  border-radius:10px;
  color:#0db0ff;
  background:#0b263a;
  font-size:11px;
  font-weight:800;
}
.briefing-step>label{display:block;margin-bottom:10px;font-weight:800}
.briefing-step input[type=text],
.briefing-step input[type=url],
.briefing-step textarea,
.briefing-step select{
  width:100%;
  max-width:100%;
  padding:13px 14px;
  border:1px solid #314b60;
  border-radius:12px;
  outline:none;
  color:#fff;
  background:#04101a;
}
.briefing-step textarea{resize:vertical}
.choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.choice-grid label{
  display:block;
  padding:12px;
  border:1px solid #314b60;
  border-radius:12px;
  background:#06111b;
  cursor:pointer;
}
.choice-grid input{margin-right:7px}
.briefing-submit{width:100%;border:0}
.briefing-summary{
  position:sticky;
  top:135px;
  padding:25px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(145deg,#081b2a,#06101a);
}
.briefing-summary h2{margin:0 0 18px;font:700 36px/1 "Space Grotesk",Inter,sans-serif}
.briefing-summary h2 span{color:#0db0ff}
.briefing-summary pre{
  min-height:320px;
  max-width:100%;
  margin:0;
  padding:17px;
  overflow:auto;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  border:1px solid #263e51;
  border-radius:16px;
  color:#dce8ef;
  background:#02080d;
  font:13px/1.6 Inter,sans-serif;
}
.briefing-summary-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:13px}

/* Footer */
.site-footer{
  padding:28px 0;
  color:#9eb1bf;
  background:#02070d;
  border-top:1px solid var(--line);
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:56px;height:56px;object-fit:contain;padding:4px;border-radius:10px;background:#fff}
.footer-brand p{margin:0}
.footer-brand span{font-size:11px;color:#748a99}
.footer-grid nav{display:flex;gap:18px;flex-wrap:wrap;font-size:12px}
.copyright{grid-column:1/-1;margin:0;padding-top:15px;border-top:1px solid var(--line);font-size:11px}

/* Reveal */
.reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .45s ease,transform .45s ease;
}
.reveal.visible{opacity:1;transform:none}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:1180px){
  .container{width:min(100% - 36px,1120px)}
  .brand img{height:82px;max-width:285px}
  .brand{height:82px}
  .nav-wrap{min-height:103px;gap:18px}
  .main-nav{gap:15px;font-size:12px}
  .nav-cta{padding-inline:16px}
  .v7-hero-grid{gap:42px}
}

@media(max-width:1020px){
  html{scroll-padding-top:98px}
  .container{width:min(100% - 32px,960px)}
  .section{padding:76px 0}

  .menu-toggle{display:block}
  .nav-cta{display:none}
  .nav-wrap{min-height:94px}
  .brand,.brand img{height:76px}
  .brand img{max-width:min(285px,67vw)}

  .main-nav{
    position:absolute;
    left:16px;
    right:16px;
    top:calc(100% - 2px);
    margin:0;
    padding:12px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:2px;
    border:1px solid #dce7ef;
    border-radius:0 0 18px 18px;
    color:#15283a;
    background:#fff;
    box-shadow:0 20px 45px rgba(7,29,45,.14);
  }
  .main-nav.open{display:flex}
  .main-nav a{
    padding:12px 14px;
    border-radius:10px;
  }
  .main-nav a:hover{background:#f2f7fb}
  .main-nav a::after{display:none}

  .header-pixels{display:none}

  .section-heading{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:34px;
  }

  .v7-hero{min-height:auto;padding:72px 0 55px}
  .v7-hero-grid,
  .v7-pixel-flow-grid,
  .v7-branding-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .v7-hero-visual{min-height:420px;max-width:760px;width:100%;margin-inline:auto}
  .v7-flow-art{
    grid-template-columns:1fr;
    min-height:auto;
    gap:16px;
  }
  .v7-flow-line{width:1px;height:28px;margin:auto;background:linear-gradient(#0aa9ff,#ff7600)}
  .v7-branding-card{min-height:250px}

  .service-grid,
  .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v7-project-grid,
  .v7-compare-grid{grid-template-columns:1fr}

  .v73-cta-panel{
    grid-template-columns:1fr;
    padding:44px 38px;
  }
  .v73-cta-visual{min-height:260px}

  .case-detail-comparison .container,
  .case-detail-grid,
  .service-copy-grid,
  .briefing-layout{
    grid-template-columns:1fr;
  }
  .briefing-summary{position:relative;top:auto}

  .cta-box{grid-template-columns:1fr}
  .cta-mark{display:none}
}

@media(max-width:720px){
  .container{width:min(100% - 28px,680px)}
  .section{padding:64px 0}
  .btn{min-height:48px;padding-inline:17px}

  .brand,.brand img{height:68px}
  .brand img{max-width:68vw}
  .nav-wrap{min-height:86px}

  .v7-hero{padding:58px 0 46px}
  .v7-hero-copy h1{font-size:clamp(43px,12vw,62px)}
  .v7-hero-copy>p:not(.eyebrow){font-size:16px}
  .v7-hero-visual{min-height:340px}
  .v7-window-main{width:84%}
  .v7-window-secondary{width:47%}
  .v7-hero-note{display:none}

  .service-grid,
  .process-grid{grid-template-columns:1fr}
  .service-card{min-height:210px}

  .v7-pixel-flow{padding:66px 0}
  .v7-flow-art{padding:23px}
  .v7-wireframe{min-height:200px}
  .v7-branding-card{padding:30px}
  .v7-branding-card img{max-width:210px}

  .comparison-card{padding:14px}
  .comparison-head{align-items:flex-start}
  .compare{aspect-ratio:4/3}
  .v7-transform-cta{align-items:flex-start;flex-direction:column;padding:22px}

  .v73-final-cta{padding:66px 0 74px}
  .v73-cta-panel{padding:32px 23px;border-radius:24px}
  .v73-cta-copy h2{font-size:clamp(39px,11vw,56px)}
  .v73-cta-window{width:100%;transform:none}
  .v73-cta-badge{left:2%;bottom:3%}
  .v73-secondary-link{width:100%}

  .case-detail-hero,
  .service-detail-hero,
  .briefing-hero{padding:68px 0 55px}
  .case-detail-hero h1,
  .service-detail-hero h1,
  .briefing-hero h1{font-size:clamp(42px,12vw,62px)}
  .case-detail-comparison .container{gap:12px}
  .case-detail-grid,.service-copy-grid{gap:30px}

  .choice-grid{grid-template-columns:1fr}
  .briefing-step{padding:17px}
  .briefing-summary{padding:20px}
  .briefing-summary h2{font-size:31px}

  .footer-grid{grid-template-columns:1fr}
  .footer-grid nav{gap:12px}
}

@media(max-width:480px){
  .container{width:calc(100% - 22px)}
  .section{padding:56px 0}
  .eyebrow{font-size:9px;letter-spacing:.18em}
  .section-heading h2{font-size:clamp(34px,10vw,46px)}

  .brand,.brand img{height:60px}
  .brand img{max-width:71vw}
  .nav-wrap{min-height:78px}

  .hero-actions,
  .case-detail-actions,
  .cta-actions,
  .briefing-summary-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .hero-actions .btn,
  .case-detail-actions .btn,
  .cta-actions .btn,
  .briefing-summary-actions .btn{
    width:100%;
  }

  .v7-hero-visual{min-height:290px}
  .v7-window-main{width:88%}
  .v7-window-secondary{width:50%;bottom:8px}
  .v7-project-card>div{padding:17px}
  .v7-project-card h3{font-size:21px}

  .v7-flow-source{grid-template-columns:repeat(3,17px);gap:6px}
  .v7-flow-source i{width:17px;height:17px}

  .compare-handle::after{width:36px;height:36px}
  .comparison-pill{font-size:8px}

  .v73-cta-actions{align-items:stretch;flex-direction:column}
  .v73-primary-cta{width:100%}
  .v73-cta-points span{font-size:8px}
  .v73-cta-visual{min-height:220px}
  .v73-window-body{padding:30px 22px}

  .cta-box{padding:24px}
  .briefing-summary pre{min-height:250px;font-size:12px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .btn,.v7-project-card{transition:none}
}


/* =========================================================
   V7.5 — VazMix + Ramon featured / WN branding emphasis
========================================================= */
.v75-featured-visual{min-height:500px}
.v75-featured-main,.v75-featured-secondary{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.v75-featured-main:hover,.v75-featured-secondary:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.22);box-shadow:0 38px 90px rgba(0,0,0,.34)}
.v75-featured-main{width:82%;right:0;top:0;aspect-ratio:16/9}
.v75-featured-secondary{width:48%;left:0;bottom:12px;aspect-ratio:16/10;border-width:5px;border-color:#111d27}
.v75-featured-main img,.v75-featured-secondary img{object-position:center top}
.v75-featured-label{position:absolute;left:14px;bottom:14px;z-index:2;display:flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#fff;background:rgba(2,8,14,.78);backdrop-filter:blur(10px);font-size:8px;font-weight:900;letter-spacing:.12em}
.v75-featured-label b{color:#ff7a00;font-size:9px}
.v75-branding-card{min-height:370px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:28px 30px 24px;background:linear-gradient(180deg,#fff,#f7fbff);border-color:#dbe6ee;box-shadow:0 18px 55px rgba(6,29,48,.10)}
.v75-branding-mark{width:100%;display:grid;place-items:center}
.v75-branding-card .v75-branding-mark img{width:min(100%,430px);max-width:430px;height:auto;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,92,190,.10))}
.v75-branding-caption{max-width:390px;margin:0!important;color:#5f7280!important;text-align:center;font-size:13px}
@media(max-width:1020px){.v75-featured-visual{min-height:430px}.v75-featured-main{width:82%}.v75-featured-secondary{width:48%}.v75-branding-card{min-height:320px}.v75-branding-card .v75-branding-mark img{max-width:380px}}
@media(max-width:720px){.v75-featured-visual{min-height:360px}.v75-featured-main{width:88%;right:0}.v75-featured-secondary{width:54%;left:0;bottom:6px;border-width:4px}.v75-featured-label{left:10px;bottom:10px;padding:6px 8px;font-size:7px}.v75-branding-card{min-height:280px;padding:24px 18px 20px}.v75-branding-card .v75-branding-mark img{max-width:320px}}
@media(max-width:480px){.v75-featured-visual{min-height:300px}.v75-featured-main{width:92%}.v75-featured-secondary{width:58%}.v75-featured-label{max-width:calc(100% - 18px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v75-branding-card .v75-branding-mark img{max-width:270px}}


/* V7.6 — Pixel Flow responsive */
@media(max-width:1020px){
  .v76-flow-heading{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:34px;
  }
  .v76-flow-track{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
  }
  .v76-flow-arrow{display:none}
  .v76-flow-stage{padding:15px}
  .v76-flow-stage h3{font-size:16px}
}

@media(max-width:820px){
  .v76-flow-track{
    grid-template-columns:1fr 1fr;
  }
  .v76-flow-final{
    grid-column:1/-1;
  }
  .v76-flow-final .v76-stage-visual{
    aspect-ratio:16/7;
  }
}

@media(max-width:560px){
  .v76-flow-track{
    grid-template-columns:1fr;
  }
  .v76-flow-final{grid-column:auto}
  .v76-flow-final .v76-stage-visual{aspect-ratio:16/10}
  .v76-flow-stage{
    display:grid;
    grid-template-columns:92px minmax(0,1fr);
    grid-template-rows:auto auto 1fr;
    gap:0 15px;
    align-items:start;
  }
  .v76-stage-no{
    grid-column:2;
    grid-row:1;
    margin:0 0 3px;
  }
  .v76-stage-visual{
    grid-column:1;
    grid-row:1/4;
    aspect-ratio:1/1;
  }
  .v76-flow-stage h3{
    grid-column:2;
    grid-row:2;
    margin:0 0 5px;
  }
  .v76-flow-stage p{
    grid-column:2;
    grid-row:3;
  }
  .v76-flow-footer{display:none}
}


/* =========================================================
   V7.7 IMPROVEMENTS
========================================================= */
.v77-creative-ecosystem{
  background:linear-gradient(180deg,#050f18,#081421 64%,#06111a);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.v77-ecosystem-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:34px;
  align-items:center;
}
.v77-ecosystem-copy h2{
  margin:0;
  max-width:720px;
  font:700 clamp(38px,5vw,64px)/1.02 "Space Grotesk",Inter,sans-serif;
  letter-spacing:-.05em;
}
.v77-ecosystem-copy h2 span{
  background:linear-gradient(90deg,#0eaaff,#37d6ff 48%,#ff9900 80%,#ff5d00);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.v77-ecosystem-copy p:not(.eyebrow){max-width:640px;margin:22px 0 0;color:#b1c2cf}
.v77-ecosystem-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.v77-ecosystem-points span{
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#d9e6ef;
  font-size:10px;
  letter-spacing:.08em;
}
.v77-ecosystem-actions{margin-top:28px}
.v77-ecosystem-visual{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:#020912;
  box-shadow:0 35px 80px rgba(0,0,0,.28);
}
.v77-ecosystem-visual img{display:block;width:100%;height:auto}
.v77-ecosystem-visual::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:38%;
  background:linear-gradient(180deg,rgba(4,10,16,0),rgba(4,10,16,.72));
  pointer-events:none;
}
.v77-ecosystem-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:2;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(5,12,19,.86);
  border:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
.v7-project-card p{margin:0 0 12px;color:#a9bdca;font-size:14px;line-height:1.55}
.project-results{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:0;list-style:none}
.project-results li{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(13,168,255,.18);
  background:rgba(13,168,255,.08);
  color:#d6ecff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
}
.v77-differentials-grid li{
  position:relative;
  overflow:hidden;
  min-height:240px;
  background:linear-gradient(180deg,#07131e,#081926);
}
.v77-differentials-grid li::after{
  content:"";
  position:absolute;
  inset:auto -35px -35px auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(18,160,255,.16),transparent 68%);
  pointer-events:none;
}
.v77-differentials-grid h3{max-width:180px}
.v73-cta-copy h2{max-width:760px}
.v73-cta-copy>p:not(.eyebrow){max-width:670px}

@media (max-width: 960px){
  .v77-ecosystem-grid{grid-template-columns:1fr;gap:22px}
}
@media (max-width: 720px){
  .v77-creative-ecosystem{padding:68px 0}
  .v77-ecosystem-copy h2{font-size:clamp(32px,9vw,46px)}
  .v77-ecosystem-actions .btn{width:100%;justify-content:center}
  .v77-ecosystem-badge{left:14px;bottom:14px}
  .v7-project-card p{font-size:13px}
  .project-results li{font-size:9px}
  .v77-differentials-grid li{min-height:auto}
}


/* =========================================================
   V10 — objective home + stronger cases + concentrated CTAs
========================================================= */
.v10-hero .v7-hero-copy>p:not(.eyebrow){max-width:720px}
.v10-hero-proof{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:22px;color:#7f97a8;font-size:9px;font-weight:800;letter-spacing:.12em}
.v10-hero-proof i{width:22px;height:1px;background:linear-gradient(90deg,#0aa7ff,#ff7a00)}
.v10-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.v10-case-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(250px,.92fr);overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#07131e;transition:transform .22s ease,border-color .22s ease}
.v10-case-card:hover{transform:translateY(-4px);border-color:rgba(0,158,255,.38)}
.v10-case-media{position:relative;min-height:320px;overflow:hidden;background:#02080d}
.v10-case-media img{width:100%;height:100%;object-fit:cover;object-position:top center}
.v10-case-media span{position:absolute;left:14px;bottom:14px;padding:7px 9px;border-radius:999px;background:rgba(2,10,16,.78);backdrop-filter:blur(8px);font-size:8px;font-weight:900;letter-spacing:.14em;color:#fff}
.v10-case-copy{display:flex;flex-direction:column;padding:25px}
.v10-case-copy h3{margin:0 0 10px;font-size:28px}.v10-case-copy p{margin:0;color:var(--muted);font-size:13px}.v10-case-copy ul{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0;padding:0;list-style:none}.v10-case-copy li{padding:6px 8px;border:1px solid rgba(13,168,255,.18);border-radius:999px;background:rgba(13,168,255,.07);font-size:9px;color:#d6ebfa}.v10-case-copy b{margin-top:auto;font-size:11px}
.v10-redesign-concept{position:relative;margin-bottom:24px;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(0,0,0,.18)}
.v10-redesign-concept img{width:100%;height:auto}.v10-redesign-caption{position:absolute;left:22px;right:22px;bottom:20px;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:14px 16px;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:rgba(4,12,20,.78);backdrop-filter:blur(12px)}.v10-redesign-caption span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#20b7ff}.v10-redesign-caption strong{font-size:12px;color:#fff;text-align:right}
.v10-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.v10-brand-visual{position:relative;min-height:390px;display:grid;place-items:center;overflow:hidden;border:1px solid #dfeaf2;border-radius:30px;background:#fff;box-shadow:0 30px 75px rgba(0,0,0,.13)}
.v10-brand-visual img{width:100%;height:100%;object-fit:cover}.v10-brand-visual span{position:absolute;left:18px;bottom:16px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#0b2d55;font-size:8px;font-weight:900;letter-spacing:.15em;box-shadow:0 8px 25px rgba(0,0,0,.1)}
.v10-final-cta .v73-cta-panel{grid-template-columns:minmax(0,1fr) 280px}
.v10-cta-side{position:relative;z-index:2;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(155deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}.v10-cta-side span{font-size:10px;letter-spacing:.2em;color:#52c2ff}.v10-cta-side strong{margin:12px 0;font:700 50px/.9 "Space Grotesk",Inter,sans-serif;color:#fff}.v10-cta-side i{display:block;width:72px;height:4px;border-radius:9px;background:linear-gradient(90deg,#0ba9ff,#ff7b00)}.v10-cta-side p{margin:18px 0 0;color:#91a8b8;font-size:10px;letter-spacing:.12em}
@media(max-width:1100px){.v10-case-grid{grid-template-columns:1fr}.v10-case-card{grid-template-columns:1.05fr .95fr}.v10-final-cta .v73-cta-panel{grid-template-columns:1fr}.v10-cta-side{min-height:210px}}
@media(max-width:720px){.v10-case-card{grid-template-columns:1fr}.v10-case-media{min-height:0;aspect-ratio:16/10}.v10-case-copy{padding:20px}.v10-redesign-caption{position:relative;left:auto;right:auto;bottom:auto;border-radius:0;border-inline:0;border-bottom:0;flex-direction:column;align-items:flex-start;background:#07141f}.v10-redesign-caption strong{text-align:left}.v10-hero-proof i{display:none}.v10-hero-proof{gap:8px}.v10-hero-proof span{padding:6px 8px;border:1px solid var(--line);border-radius:999px}.v10-brand-visual{min-height:260px}.v10-cta-side{display:none}}

/* =========================================================
   V10.1 — featured projects badge + CTA visual
========================================================= */
.v75-featured-visual{
  padding-top:42px;
}
.v101-featured-kicker{
  position:absolute;
  left:0;
  top:0;
  z-index:8;
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(5,13,22,.78);
  backdrop-filter:blur(12px);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.v101-featured-kicker span{
  color:#fff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.v101-featured-kicker small{
  color:#6fcaff;
  font-size:8px;
  letter-spacing:.1em;
}

.v101-cta-visual{
  position:relative;
  overflow:hidden;
  padding:0;
  min-height:320px;
  display:block;
  border-color:rgba(255,255,255,.14);
  background:#fff;
}
.v101-cta-visual img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  object-position:center;
}
.v101-cta-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,8,14,.03) 48%,rgba(2,8,14,.7) 100%);
}
.v101-cta-overlay{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:16px;
  display:flex;
  align-items:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.v101-cta-overlay span{
  color:#5fd0ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
}
.v101-cta-overlay strong{
  color:#fff;
  font:700 18px/1 "Space Grotesk",Inter,sans-serif;
  letter-spacing:.04em;
}
.v101-cta-overlay p{
  width:100%;
  margin:0;
  color:#d3e3ed;
  font-size:9px;
  letter-spacing:.12em;
}

@media(max-width:1100px){
  .v75-featured-visual{padding-top:40px}
  .v101-cta-visual{min-height:250px}
  .v101-cta-visual img{min-height:250px}
}
@media(max-width:720px){
  .v75-featured-visual{padding-top:0}
  .v101-featured-kicker{
    position:relative;
    left:auto;
    top:auto;
    width:max-content;
    max-width:100%;
    margin:0 0 14px;
  }
  .v101-featured-kicker small{display:none}
  .v101-cta-visual{display:block!important;min-height:210px}
  .v101-cta-visual img{min-height:210px}
}


/* =========================================================
   V10.2 — NEXT VERSION card uses the exact supplied artwork
========================================================= */
.v102-next-card{
  align-self:center;
  justify-self:center;
  width:min(100%,380px);
  min-height:0!important;
  aspect-ratio:1102/1344;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:26px;
  background:#fff;
  box-shadow:0 28px 70px rgba(0,0,0,.22);
}
.v102-next-card img{
  display:block;
  width:100%;
  height:100%;
  min-height:0!important;
  object-fit:cover;
  object-position:center;
  background:#fff;
}
.v102-next-card::after{display:none!important}
.v102-next-card .v101-cta-overlay{display:none!important}

@media(max-width:1100px){
  .v102-next-card{
    width:min(100%,340px);
    min-height:0!important;
  }
  .v102-next-card img{min-height:0!important}
}
@media(max-width:820px){
  .v102-next-card{
    width:min(100%,390px);
    aspect-ratio:1102/1344;
    margin-top:8px;
  }
}
@media(max-width:520px){
  .v102-next-card{
    width:100%;
    max-width:360px;
    border-radius:20px;
  }
}
