*{box-sizing:border-box}
:root{
  --bg:#050506;
  --panel:#0b0b0e;
  --panel2:#111116;
  --line:rgba(255,255,255,.10);
  --text:#fff;
  --muted:#999aa2;
  --accent:#ff9418;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,Arial,Helvetica,sans-serif;
}
a{text-decoration:none;color:inherit}
button{font:inherit}
.shell{width:min(1460px,calc(100% - 48px));margin:auto}

/* HEADER */
.site-header{
  height:70px;
  position:sticky;
  top:0;
  z-index:1000;
  border-bottom:1px solid var(--line);
  background:rgba(5,5,6,.92);
  backdrop-filter:blur(16px);
}
.header-inner{height:100%;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:10px;min-width:170px}
.brand-a{
  width:38px;height:38px;border:2px solid #ff9a18;border-radius:50%;
  display:grid;place-items:center;font:700 23px Georgia,serif;color:#ffb447;
}
.brand-copy strong{display:block;letter-spacing:2px;font-size:14px}
.brand-copy small{display:block;color:#8f8f95;letter-spacing:5px;font-size:8px;margin-top:3px}
.nav{flex:1;display:flex;justify-content:center;gap:27px}
.nav a{font-size:12px;color:#d0d0d4}
.nav a:hover{color:#ff9818}
.top-cta{
  padding:11px 17px;border:1px solid #ff9418;border-radius:8px;
  color:#fff;font-weight:800;font-size:11px;
}

/* HERO */
.hero{
  --accent:#ff9418;
  position:relative;
  min-height:540px;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:#050506;
  isolation:isolate;
}
.hero-ambient{
  position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 76% 45%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 34%),
    radial-gradient(circle at 35% 120%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 42%);
  transition:background .5s ease;
  z-index:-1;
}
.hero-layout{
  min-height:540px;
  display:grid;
  grid-template-columns:39% 61%;
  align-items:center;
}
.hero-copy{position:relative;padding:50px 55px 50px 24px}
.slide-count{
  position:absolute;top:25px;left:0;
  width:38px;height:38px;border:1px solid var(--accent);border-radius:8px;
  color:var(--accent);display:grid;place-items:center;font-weight:900;font-size:12px;
  box-shadow:0 0 20px color-mix(in srgb,var(--accent) 18%,transparent);
}
.eyebrow{
  display:block;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:2px;
  margin:0 0 16px 0;
}
.hero-copy h1{
  margin:0;max-width:570px;font-size:55px;line-height:.97;letter-spacing:-2.2px;
}
.hero-copy h1 .accent{
  color:var(--accent);
  text-shadow:0 0 28px color-mix(in srgb,var(--accent) 26%,transparent);
}
.hero-copy p{
  margin:20px 0 0;max-width:560px;color:var(--muted);font-size:15px;line-height:1.72;
}
.benefit-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px}
.benefit-chip{
  display:flex;align-items:center;gap:7px;color:#c9c9ce;font-size:11px;
}
.benefit-chip i{font-style:normal;color:var(--accent)}
.hero-actions{display:flex;gap:10px;margin-top:27px}
.hero-btn{
  padding:13px 20px;border-radius:7px;font-size:11px;font-weight:900;border:1px solid transparent;
}
.hero-btn.primary{
  background:var(--accent);color:#070707;
  box-shadow:0 0 28px color-mix(in srgb,var(--accent) 25%,transparent);
}
.hero-btn.ghost{background:#0f0f12;color:#fff;border-color:#3c3c42}

.hero-scene-wrap{
  height:500px;display:flex;align-items:center;justify-content:center;
}
.hero-scene{
  position:relative;
  width:100%;
  height:430px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 50%),
    linear-gradient(180deg,#09090b,#060607);
  box-shadow:0 35px 90px rgba(0,0,0,.48);
  perspective:1200px;
}
.hero-scene > *{animation:sceneIn .55s ease both}
@keyframes sceneIn{
  from{opacity:0;transform:translateY(12px) scale(.985)}
  to{opacity:1;transform:none}
}
.hero-arrow{
  position:absolute;z-index:40;top:50%;transform:translateY(-50%);
  width:44px;height:44px;border-radius:50%;border:1px solid #45454b;background:rgba(5,5,6,.86);
  color:#fff;font-size:26px;display:grid;place-items:center;cursor:pointer;
}
.hero-arrow:hover{border-color:var(--accent);color:var(--accent)}
.hero-arrow.prev{left:14px}.hero-arrow.next{right:14px}
.hero-dots{
  position:absolute;z-index:50;left:50%;bottom:18px;transform:translateX(-50%);
  display:flex;gap:6px
}
.hero-dot{width:7px;height:7px;border:0;border-radius:99px;background:#55565f;padding:0;cursor:pointer;transition:.25s}
.hero-dot.is-active{width:26px;background:var(--accent)}

/* SHARED SCENE */
.scene-center{position:absolute;inset:0;display:grid;place-items:center}
.neon-title{text-align:center}
.neon-title .mega-a{
  font:700 126px Georgia,serif;line-height:.8;color:var(--accent);
  text-shadow:0 0 6px #fff3,0 0 22px var(--accent),0 0 60px var(--accent);
}
.neon-title strong{
  display:block;font:700 64px Georgia,serif;letter-spacing:2px;color:#f3b65a;
  text-shadow:0 0 25px color-mix(in srgb,var(--accent) 80%,transparent);
}
.neon-title small{display:block;margin-top:4px;letter-spacing:13px;color:#ddd;font-size:15px}
.spark{
  position:absolute;width:3px;height:3px;border-radius:50%;background:var(--accent);
  box-shadow:0 0 10px var(--accent);animation:spark 1.8s ease-in-out infinite;
}
@keyframes spark{50%{opacity:.2;transform:translate(18px,-8px) scale(.4)}}

/* 02 DESIGN BOARD */
.design-stage{position:absolute;inset:0}
.design-board{
  position:absolute;left:18%;top:13%;width:58%;height:72%;border:2px solid var(--accent);border-radius:16px;
  box-shadow:0 0 22px color-mix(in srgb,var(--accent) 45%,transparent),inset 0 0 45px color-mix(in srgb,var(--accent) 13%,transparent);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:24px 24px;
  display:grid;place-items:center;
}
.design-board .design-word{
  font:italic 700 62px Georgia,serif;color:var(--accent);
  text-shadow:0 0 18px var(--accent);
}
.design-tools{
  position:absolute;right:5%;top:15%;display:grid;gap:10px;width:25%;
}
.design-tool{
  border:1px solid color-mix(in srgb,var(--accent) 55%,#222);
  background:#0d1020;border-radius:9px;padding:13px;color:#dbe8ff;font-size:11px;
  display:flex;align-items:center;gap:10px
}
.design-tool b{color:var(--accent);font-size:16px}

/* 03 SECTORS */
.fan-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.fan-cards{display:flex;gap:12px;transform:rotateY(-8deg);transform-style:preserve-3d}
.fan-card{
  --c:#ff9418;width:132px;height:300px;border:1px solid var(--c);border-radius:10px;
  position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 50% 38%,color-mix(in srgb,var(--c) 20%,transparent),transparent 38%),
    linear-gradient(#101014,#070709);
  box-shadow:0 0 20px color-mix(in srgb,var(--c) 17%,transparent);
  transform:skewX(-5deg);transition:.28s
}
.fan-card:nth-child(1),.fan-card:nth-child(5){translate:0 16px}
.fan-card:nth-child(2),.fan-card:nth-child(4){translate:0 6px}
.fan-card:hover{translate:0 -9px}
.fan-icon{
  width:82px;height:82px;border:2px solid var(--c);border-radius:22px;display:grid;place-items:center;
  color:var(--c);font-size:34px;font-weight:900;
  box-shadow:0 0 16px color-mix(in srgb,var(--c) 45%,transparent),inset 0 0 20px color-mix(in srgb,var(--c) 13%,transparent);
}
.fan-card strong{position:absolute;bottom:25px;width:100%;padding:0 9px;text-align:center;font-size:11px;line-height:1.35}

/* 04 BLUEPRINT */
.blueprint-scene{position:absolute;inset:0}
.blueprint-plane{
  position:absolute;left:7%;bottom:-20%;width:70%;height:92%;
  transform:rotateX(57deg) rotateZ(-5deg);transform-origin:center;
  border:2px solid var(--accent);border-radius:14px;
  background:
    linear-gradient(color-mix(in srgb,var(--accent) 12%,transparent) 1px,transparent 1px),
    linear-gradient(90deg,color-mix(in srgb,var(--accent) 12%,transparent) 1px,transparent 1px),
    #071124;
  background-size:24px 24px;
  box-shadow:0 0 30px color-mix(in srgb,var(--accent) 25%,transparent);
}
.blueprint-logo{
  position:absolute;left:20%;top:34%;font:italic 700 62px Georgia,serif;color:var(--accent);
  text-shadow:0 0 18px var(--accent);transform:rotate(-6deg)
}
.blueprint-pen{position:absolute;left:63%;top:42%;font-size:76px;color:#ff2e84;text-shadow:0 0 18px #ff2e84;transform:rotate(-28deg)}
.process-stack{position:absolute;right:4%;top:13%;width:28%;display:grid;gap:9px}
.process-card{
  border:1px solid color-mix(in srgb,var(--accent) 60%,#1c1c25);border-radius:8px;
  background:#0a1224;padding:12px;color:#e2ecff;font-size:10px;display:flex;align-items:center;gap:10px
}
.process-card b{width:26px;height:26px;border:1px solid var(--accent);border-radius:6px;display:grid;place-items:center;color:var(--accent)}

/* 05 CAMPAIGNS */
.price-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:16px}
.price-card{
  --c:#a842ff;width:185px;height:245px;border:1px solid var(--c);border-radius:12px;
  background:linear-gradient(180deg,color-mix(in srgb,var(--c) 8%,#0e0e11),#09090b);
  box-shadow:0 0 28px color-mix(in srgb,var(--c) 23%,transparent),inset 0 0 22px color-mix(in srgb,var(--c) 8%,transparent);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
}
.price-card small{color:var(--c);font-size:11px;font-weight:900}
.price-card strong{font-size:14px;margin:7px 0}
.price-card b{font-size:38px;color:var(--c);text-shadow:0 0 18px color-mix(in srgb,var(--c) 50%,transparent)}
.price-card span{margin-top:17px;padding:8px 11px;border:1px solid var(--c);border-radius:6px;font-size:9px}

/* 06 LAYERS */
.layer-scene{position:absolute;inset:0}
.layer-stack{position:absolute;left:15%;top:5%;width:60%;height:90%;perspective:900px}
.material-layer{
  position:absolute;left:12%;width:70%;height:34%;border:2px solid var(--accent);border-radius:16px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 10%,#101013),#08080a);
  transform:rotateX(66deg) rotateZ(-4deg);
  box-shadow:0 0 25px color-mix(in srgb,var(--accent) 25%,transparent)
}
.material-layer:nth-child(1){top:5%}.material-layer:nth-child(2){top:22%;opacity:.86}.material-layer:nth-child(3){top:39%;opacity:.72}.material-layer:nth-child(4){top:56%;opacity:.58}
.layer-logo{position:absolute;left:37%;top:29%;font:700 86px Georgia,serif;color:var(--accent);text-shadow:0 0 20px var(--accent)}
.layer-labels{position:absolute;right:4%;top:15%;display:grid;gap:39px;width:27%}
.layer-labels span{font-size:10px;color:#d6b885}
.layer-labels span:before{content:"—";color:var(--accent);margin-right:7px}

/* 07 PORTFOLIO */
.portfolio-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px}
.project-card{
  --c:#00d5c6;width:145px;height:280px;border:1px solid var(--c);border-radius:10px;overflow:hidden;
  position:relative;background:#0a0d0d;transform:skewX(-4deg);
  box-shadow:0 0 20px color-mix(in srgb,var(--c) 14%,transparent)
}
.project-visual{
  position:absolute;inset:0 0 48px;
  display:grid;place-items:center;
  background:
    radial-gradient(circle at center,color-mix(in srgb,var(--c) 24%,transparent),transparent 48%),
    linear-gradient(135deg,#141416,#070708);
}
.project-sign{
  padding:12px 15px;border:2px solid var(--c);border-radius:8px;color:#fff;font:700 21px Georgia,serif;
  box-shadow:0 0 17px color-mix(in srgb,var(--c) 38%,transparent),inset 0 0 15px color-mix(in srgb,var(--c) 9%,transparent);
  text-shadow:0 0 10px var(--c)
}
.project-card strong{position:absolute;left:0;right:0;bottom:17px;text-align:center;font-size:10px}

/* 08 DELIVERY */
.delivery-scene{position:absolute;inset:0}
.map-grid{
  position:absolute;left:9%;top:13%;width:68%;height:70%;
  clip-path:polygon(4% 34%,15% 21%,29% 27%,40% 11%,53% 25%,66% 17%,84% 29%,96% 52%,89% 68%,71% 72%,58% 87%,42% 77%,24% 84%,12% 68%);
  background:
    linear-gradient(0deg,color-mix(in srgb,var(--accent) 11%,transparent) 1px,transparent 1px),
    linear-gradient(90deg,color-mix(in srgb,var(--accent) 11%,transparent) 1px,transparent 1px),
    color-mix(in srgb,var(--accent) 4%,#050806);
  background-size:19px 19px;
  filter:drop-shadow(0 0 12px var(--accent));
  border:2px solid var(--accent)
}
.route{position:absolute;height:2px;background:var(--accent);box-shadow:0 0 10px var(--accent);transform-origin:left}
.route.r1{left:21%;top:44%;width:21%;transform:rotate(-8deg)}
.route.r2{left:40%;top:40%;width:20%;transform:rotate(12deg)}
.route.r3{left:58%;top:45%;width:18%;transform:rotate(-13deg)}
.truck{
  position:absolute;right:8%;bottom:16%;width:240px;height:105px;
}
.truck-box{
  position:absolute;left:0;bottom:20px;width:165px;height:76px;border:2px solid var(--accent);background:#111;
  display:flex;align-items:center;justify-content:center;color:#ffb137;font-weight:900
}
.truck-cab{position:absolute;right:15px;bottom:20px;width:72px;height:60px;border-radius:10px 18px 4px 4px;background:#d8d8d8}
.wheel{position:absolute;bottom:2px;width:34px;height:34px;border-radius:50%;background:#222;border:7px solid #080808;box-shadow:inset 0 0 0 2px #555}
.wheel.w1{left:28px}.wheel.w2{right:28px}

/* 09 FLOW */
.flow-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:13px}
.flow-card{
  width:125px;height:128px;border:1px solid var(--accent);border-radius:10px;
  background:linear-gradient(#111114,#09090b);display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:inset 0 0 20px color-mix(in srgb,var(--accent) 7%,transparent)
}
.flow-card b{font-size:32px;color:var(--accent);text-shadow:0 0 14px var(--accent)}
.flow-card span{font-size:8px;font-weight:900;margin-top:9px;text-align:center}
.flow-arrow{color:var(--accent);font-size:25px}

/* 10 STATS */
.stats-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:70px}
.round-a{
  width:250px;height:250px;border:8px solid var(--accent);border-radius:50%;display:grid;place-items:center;
  color:var(--accent);font:700 126px Georgia,serif;
  box-shadow:0 0 15px var(--accent),0 0 55px color-mix(in srgb,var(--accent) 45%,transparent),inset 0 0 30px color-mix(in srgb,var(--accent) 18%,transparent)
}
.stat-stack{display:grid;gap:18px}
.stat-card{min-width:180px;padding:14px 17px;border-left:2px solid var(--accent);background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 8%,transparent),transparent)}
.stat-card b{display:block;color:var(--accent);font-size:27px}.stat-card span{font-size:9px;color:#aaa;letter-spacing:1px}

/* DISCOVER — 8/4 SEKTÖRLER + KAMPANYALAR */
.discover{
  padding:34px 0 52px;
  background:
    radial-gradient(circle at 13% 0%,rgba(255,148,24,.05),transparent 28%),
    #08080a;
}
.discover-grid{
  display:grid;
  grid-template-columns:minmax(0,8fr) minmax(320px,4fr);
  gap:20px;
  align-items:stretch;
}
.sector-showcase,
.campaign-showcase{
  min-width:0;
  border:1px solid #202025;
  border-radius:16px;
  background:linear-gradient(180deg,#0d0d10,#09090b);
  padding:20px;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.section-head.compact{margin-bottom:14px}
.section-kicker{
  display:block;
  color:#ff9418;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.8px;
  margin-bottom:5px;
}
.section-head h2{
  margin:0;
  font-size:20px;
  letter-spacing:-.4px;
}
.section-link{
  color:#8c8c93;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}
.section-link:hover{color:#ff9418}

/* sector image cards */
.sector-slider{position:relative}
.sector-image-row{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:clamp(126px,17.5%,165px);
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:4px 2px 9px;
}
.sector-image-row::-webkit-scrollbar{display:none}
.sector-photo-card{
  --c:#ff9418;
  position:relative;
  height:285px;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #29292f;
  background:#0b0b0e;
  scroll-snap-align:start;
  isolation:isolate;
  transition:.28s ease;
}
.sector-photo-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.04) 48%,rgba(3,3,5,.92) 100%),
    linear-gradient(90deg,rgba(0,0,0,.14),transparent 35%,transparent 65%,rgba(0,0,0,.16));
}
.sector-photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  border-radius:inherit;
  border:1px solid transparent;
  box-shadow:inset 0 0 0 1px transparent;
  pointer-events:none;
  transition:.28s;
}
.sector-photo-card:hover{
  transform:translateY(-5px);
  border-color:var(--c);
  box-shadow:0 16px 42px color-mix(in srgb,var(--c) 16%,transparent);
}
.sector-photo-card:hover::after{
  border-color:color-mix(in srgb,var(--c) 65%,transparent);
  box-shadow:inset 0 0 30px color-mix(in srgb,var(--c) 8%,transparent);
}
.sector-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.98) contrast(1.08);
  transition:transform .45s ease,filter .45s ease;
}
.sector-photo-card:hover img{
  transform:scale(1.045);
  filter:saturate(1.12) contrast(1.1);
}
.sector-card-copy{
  position:absolute;
  z-index:3;
  left:13px;
  right:13px;
  bottom:14px;
}
.sector-card-copy strong{
  display:block;
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1.3;
  text-shadow:0 2px 10px #000;
}
.sector-card-copy small{
  display:block;
  margin-top:5px;
  color:#9d9da4;
  font-size:8px;
}
.sector-card-line{
  width:25px;
  height:2px;
  margin-bottom:8px;
  border-radius:99px;
  background:var(--c);
  box-shadow:0 0 10px var(--c);
}
.sector-nav{
  position:absolute;
  z-index:8;
  top:50%;
  width:34px;
  height:34px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #3b3b42;
  background:rgba(6,6,8,.88);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}
.sector-nav:hover{border-color:#ff9418;color:#ff9418}
.sector-prev{left:-12px}
.sector-next{right:-12px}

/* campaign column */
.campaign-showcase{
  position:relative;
  display:flex;
  flex-direction:column;
}
.campaign-stage{
  flex:1;
  min-height:285px;
  position:relative;
}
.campaign-feature{
  --c:#a747ff;
  position:absolute;
  inset:0;
  overflow:hidden;
  border-radius:13px;
  border:1px solid var(--c);
  padding:24px 24px 20px;
  background:
    radial-gradient(circle at 85% 20%,color-mix(in srgb,var(--c) 25%,transparent),transparent 37%),
    linear-gradient(145deg,color-mix(in srgb,var(--c) 8%,#111116),#09090b 65%);
  box-shadow:
    0 0 26px color-mix(in srgb,var(--c) 13%,transparent),
    inset 0 0 30px color-mix(in srgb,var(--c) 6%,transparent);
  opacity:0;
  visibility:hidden;
  transform:translateX(15px);
  transition:.35s ease;
}
.campaign-feature.is-active{
  opacity:1;
  visibility:visible;
  transform:none;
}
.campaign-feature::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-62px;
  width:180px;
  height:180px;
  border:2px solid var(--c);
  border-radius:50%;
  opacity:.16;
  box-shadow:0 0 40px var(--c);
}
.campaign-label{
  color:var(--c);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.2px;
}
.campaign-feature h3{
  max-width:220px;
  margin:9px 0 12px;
  font-size:24px;
  line-height:1.05;
}
.campaign-feature .campaign-price{
  color:var(--c);
  font-size:42px;
  font-weight:950;
  text-shadow:0 0 22px color-mix(in srgb,var(--c) 35%,transparent);
}
.campaign-feature ul{
  list-style:none;
  padding:0;
  margin:14px 0 18px;
  color:#aaaab1;
  font-size:10px;
  line-height:1.75;
}
.campaign-feature ul li::before{
  content:"✓";
  color:var(--c);
  margin-right:7px;
}
.campaign-feature .campaign-btn{
  position:relative;
  z-index:3;
  display:inline-flex;
  padding:10px 13px;
  border:1px solid var(--c);
  border-radius:7px;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.campaign-arrows{
  position:absolute;
  z-index:6;
  right:16px;
  top:16px;
  display:flex;
  gap:6px;
}
.campaign-arrow{
  width:30px;
  height:30px;
  border:1px solid #45454b;
  border-radius:50%;
  background:#0a0a0c;
  color:#fff;
  cursor:pointer;
}
.campaign-arrow:hover{border-color:var(--c);color:var(--c)}
.campaign-dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:12px;
}
.campaign-dot{
  width:6px;
  height:6px;
  padding:0;
  border:0;
  border-radius:99px;
  background:#55555e;
  cursor:pointer;
}
.campaign-dot.is-active{
  width:22px;
  background:#ff9418;
}

/* hide obsolete tab styles from v1 if browser cache retains markup */
.discover-tabs,
.discover-tab,
.discover-panel{display:initial}

@media(max-width:1050px){
  .nav{display:none}.top-cta{margin-left:auto}
  .hero-layout{grid-template-columns:42% 58%}.hero-copy h1{font-size:43px}
  .fan-card{width:104px;height:260px}.price-card{width:150px}
  .discover-grid{grid-template-columns:minmax(0,7fr) minmax(290px,5fr)}
  .sector-image-row{grid-auto-columns:clamp(120px,23%,155px)}
}
@media(max-width:760px){
  .shell{width:calc(100% - 28px)}
  .site-header{height:62px}.brand{min-width:auto}
  .hero{min-height:760px}.hero-layout{min-height:760px;grid-template-columns:1fr;grid-template-rows:auto 1fr;padding:28px 0 58px}
  .hero-copy{padding:30px 18px 12px}.slide-count{top:5px;left:18px}.hero-copy h1{font-size:38px}.hero-copy p{font-size:13px}
  .hero-scene-wrap{height:365px}.hero-scene{height:340px}
  .fan-card{width:86px;height:220px}.fan-icon{width:58px;height:58px;font-size:25px}
  .price-card{width:112px;height:190px}.price-card b{font-size:26px}.design-tools{display:none}.design-board{left:10%;width:80%}
  .layer-labels{display:none}.layer-stack{left:10%;width:80%}
  .project-card{width:96px;height:220px}.project-sign{font-size:14px}
  .truck{right:2%;transform:scale(.78)}.round-a{width:170px;height:170px;font-size:82px}.stats-scene{gap:25px}.stat-card{min-width:140px}
  .flow-card{width:76px;height:95px}.flow-card span{font-size:6px}.flow-arrow{font-size:16px}
  .discover-grid{grid-template-columns:1fr}
  .sector-image-row{grid-auto-columns:145px}
  .sector-photo-card{height:255px}
  .campaign-stage{min-height:275px}
  .sector-prev{left:-7px}.sector-next{right:-7px}
}


/* =========================================================
   ALT ANA SAYFA BÖLÜMLERİ
========================================================= */
.home-section{
  padding:58px 0;
  border-top:1px solid var(--line);
  background:#070709;
}
.home-section:nth-of-type(even){
  background:#09090c;
}
.home-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:24px;
}
.home-section-head.centered{
  justify-content:center;
  text-align:center;
}
.home-section-head h2{
  margin:0;
  font-size:28px;
  letter-spacing:-.8px;
}
.home-section-head p{
  max-width:650px;
  margin:9px 0 0;
  color:#888991;
  font-size:12px;
  line-height:1.7;
}

/* ÜRÜN GRUPLARI */
.product-group-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.product-group-card{
  --c:#ff9418;
  position:relative;
  min-height:185px;
  padding:18px;
  overflow:hidden;
  border:1px solid #24242a;
  border-radius:14px;
  background:
    radial-gradient(circle at 72% 10%,color-mix(in srgb,var(--c) 10%,transparent),transparent 38%),
    linear-gradient(180deg,#111115,#0a0a0c);
  transition:.28s ease;
}
.product-group-card::before{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--c),transparent);
  opacity:.0;
  transition:.28s;
}
.product-group-card:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--c) 60%,#24242a);
  box-shadow:0 18px 45px color-mix(in srgb,var(--c) 10%,transparent);
}
.product-group-card:hover::before{opacity:1}
.product-mark{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border:1px solid color-mix(in srgb,var(--c) 70%,#222);
  border-radius:16px;
  color:var(--c);
  font-size:20px;
  font-weight:950;
  letter-spacing:-1px;
  background:#0b0b0e;
  box-shadow:
    0 0 22px color-mix(in srgb,var(--c) 18%,transparent),
    inset 0 0 16px color-mix(in srgb,var(--c) 7%,transparent);
}
.product-group-card h3{
  margin:0;
  font-size:13px;
}
.product-group-card p{
  margin:7px 0 0;
  color:#7f8088;
  font-size:10px;
  line-height:1.55;
}
.product-card-arrow{
  position:absolute;
  right:16px;
  bottom:15px;
  color:var(--c);
  font-size:15px;
}

/* NASIL ÇALIŞIYORUZ */
.workflow-section{
  background:
    radial-gradient(circle at 50% 0%,rgba(255,148,24,.055),transparent 32%),
    #070709;
}
.workflow-track{
  display:grid;
  grid-template-columns:1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr;
  align-items:center;
}
.workflow-step{
  position:relative;
  min-height:205px;
  padding:22px 18px;
  border:1px solid #24242a;
  border-radius:14px;
  background:#0c0c0f;
}
.workflow-number{
  position:absolute;
  top:13px;
  right:14px;
  color:#4f5057;
  font-size:10px;
  font-weight:900;
}
.workflow-symbol{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid #ff9418;
  border-radius:14px;
  color:#ff9e20;
  font-size:21px;
  box-shadow:0 0 18px rgba(255,148,24,.10);
}
.workflow-step h3{
  margin:22px 0 8px;
  font-size:13px;
}
.workflow-step p{
  margin:0;
  color:#85868e;
  font-size:10px;
  line-height:1.65;
}
.workflow-connector{
  display:flex;
  align-items:center;
  padding:0 7px;
}
.workflow-connector span{
  position:relative;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,#38383e,#ff9418);
}
.workflow-connector span::after{
  content:"›";
  position:absolute;
  right:-5px;
  top:50%;
  transform:translateY(-52%);
  color:#ff9418;
  font-size:18px;
}

/* YORUMLAR */
.reviews-section{
  background:#09090c;
}
.reviews-layout{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:28px;
  align-items:stretch;
}
.reviews-intro{
  padding:8px 8px 8px 0;
}
.reviews-intro h2{
  margin:0;
  font-size:28px;
  letter-spacing:-.8px;
}
.reviews-intro > p{
  color:#85868e;
  font-size:11px;
  line-height:1.7;
  margin:11px 0 22px;
}
.review-score{
  display:flex;
  align-items:center;
  gap:15px;
  padding:15px 0;
  border-top:1px solid #212126;
  border-bottom:1px solid #212126;
}
.review-score > strong{
  font-size:40px;
  color:#ff9b1b;
}
.review-stars{
  color:#ff9b1b;
  letter-spacing:3px;
  font-size:11px;
}
.review-score span{
  display:block;
  margin-top:5px;
  color:#777881;
  font-size:9px;
}
.review-controls{
  display:flex;
  gap:8px;
  margin-top:18px;
}
.review-arrow{
  width:37px;
  height:37px;
  border:1px solid #34343a;
  border-radius:50%;
  background:#0b0b0e;
  color:#fff;
  cursor:pointer;
}
.review-arrow:hover{
  border-color:#ff9418;
  color:#ff9418;
}
.reviews-window{
  min-width:0;
  overflow:hidden;
}
.reviews-track{
  display:flex;
  gap:12px;
  transition:transform .45s ease;
  will-change:transform;
}
.review-card{
  flex:0 0 calc((100% - 24px)/3);
  min-width:0;
  min-height:235px;
  padding:22px;
  border:1px solid #24242a;
  border-radius:14px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,148,24,.055),transparent 35%),
    #0c0c0f;
}
.review-card .stars{
  color:#ff9b1b;
  letter-spacing:2px;
  font-size:10px;
}
.review-card blockquote{
  margin:17px 0 24px;
  color:#c4c4c9;
  font-size:12px;
  line-height:1.75;
}
.review-person{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:auto;
}
.review-avatar{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#ff9b1b;
  border:1px solid rgba(255,148,24,.45);
  background:#151516;
  font-weight:900;
  font-size:10px;
}
.review-person strong{
  display:block;
  font-size:11px;
}
.review-person small{
  display:block;
  margin-top:4px;
  color:#73747d;
  font-size:9px;
}

/* WHATSAPP */
.whatsapp-band{
  padding:28px 0;
  border-top:1px solid rgba(31,211,104,.26);
  border-bottom:1px solid rgba(31,211,104,.18);
  background:
    radial-gradient(circle at 8% 50%,rgba(31,211,104,.13),transparent 25%),
    radial-gradient(circle at 85% 50%,rgba(255,148,24,.07),transparent 30%),
    #07100b;
}
.whatsapp-inner{
  min-height:115px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.whatsapp-copy{
  display:flex;
  align-items:center;
  gap:18px;
}
.whatsapp-orb{
  flex:0 0 64px;
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#25d366;
  border:2px solid #25d366;
  background:#0b1710;
  font-size:15px;
  font-weight:950;
  box-shadow:0 0 25px rgba(37,211,102,.16);
}
.whatsapp-copy h2{
  margin:0;
  font-size:23px;
}
.whatsapp-copy p{
  margin:7px 0 0;
  color:#89918c;
  font-size:11px;
}
.whatsapp-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:7px;
}
.whatsapp-button{
  padding:15px 24px;
  border-radius:9px;
  background:#20c861;
  color:#07120a;
  font-weight:950;
  font-size:12px;
  box-shadow:0 0 28px rgba(37,211,102,.16);
}
.whatsapp-note{
  color:#69756d;
  font-size:9px;
}

/* FOOTER */
.site-footer{
  padding:48px 0 18px;
  background:#050506;
  border-top:1px solid #1f1f23;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.45fr repeat(4,1fr);
  gap:36px;
}
.footer-brand p{
  max-width:300px;
  color:#777881;
  font-size:10px;
  line-height:1.7;
  margin:18px 0;
}
.footer-logo{
  min-width:0;
}
.footer-socials{
  display:flex;
  gap:7px;
}
.footer-socials a{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:1px solid #2b2b30;
  border-radius:50%;
  color:#868790;
  font-size:8px;
  font-weight:900;
}
.footer-socials a:hover{
  color:#ff9418;
  border-color:#ff9418;
}
.footer-col h3{
  margin:2px 0 14px;
  font-size:11px;
  color:#ddd;
}
.footer-col > a,
.footer-col > p{
  display:block;
  margin:8px 0;
  color:#777881;
  font-size:9px;
  line-height:1.5;
}
.footer-col > a:hover{color:#ff9418}
.footer-contact-btn{
  margin-top:13px !important;
  padding:10px 12px;
  border:1px solid #3a2c18;
  border-radius:7px;
  color:#e8a13c !important;
}
.footer-bottom{
  margin-top:34px;
  padding-top:17px;
  border-top:1px solid #1b1b1f;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:#575860;
  font-size:8px;
}
.footer-bottom div{
  display:flex;
  gap:18px;
}
.footer-bottom a{color:#666770}
.footer-bottom a:hover{color:#ff9418}

@media(max-width:1100px){
  .product-group-grid{grid-template-columns:repeat(3,1fr)}
  .workflow-track{
    grid-template-columns:repeat(5,1fr);
    gap:10px;
  }
  .workflow-connector{display:none}
  .footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}
  .footer-contact{grid-column:auto}
}
@media(max-width:820px){
  .reviews-layout{grid-template-columns:1fr}
  .reviews-intro{padding-right:0}
  .review-card{flex-basis:calc((100% - 12px)/2)}
  .whatsapp-inner{align-items:flex-start}
}
@media(max-width:760px){
  .home-section{padding:43px 0}
  .home-section-head{align-items:flex-start}
  .home-section-head h2,.reviews-intro h2{font-size:24px}
  .product-group-grid{grid-template-columns:repeat(2,1fr)}
  .product-group-card{min-height:165px}
  .workflow-track{grid-template-columns:1fr}
  .workflow-step{min-height:150px}
  .review-card{flex-basis:100%}
  .whatsapp-inner{flex-direction:column}
  .whatsapp-actions{width:100%;align-items:stretch}
  .whatsapp-button{text-align:center}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  .product-group-grid{grid-template-columns:1fr 1fr}
  .product-group-card{padding:14px;min-height:150px}
  .product-mark{width:56px;height:56px;margin-bottom:16px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
}


/* =========================================================
   MOBILE / TABLET RESPONSIVE V3
========================================================= */

html,
body{
  max-width:100%;
  overflow-x:hidden;
}

body.menu-open{
  overflow:hidden;
}

img,
svg,
video{
  max-width:100%;
}

/* Mobile menu controls are hidden on desktop */
.mobile-menu-toggle,
.mobile-menu,
.mobile-menu-backdrop{
  display:none;
}

/* Touch targets */
@media (hover:none){
  a,
  button{
    -webkit-tap-highlight-color:transparent;
  }
}

/* TABLET */
@media(max-width:1100px){
  .shell{
    width:min(100% - 36px, 1100px);
  }

  .desktop-nav{
    display:none;
  }

  .desktop-cta{
    margin-left:auto;
  }

  .mobile-menu-toggle{
    width:42px;
    height:42px;
    margin-left:4px;
    padding:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    border:1px solid #2c2c32;
    border-radius:10px;
    background:#0c0c0f;
    cursor:pointer;
  }

  .mobile-menu-toggle span{
    width:18px;
    height:2px;
    border-radius:10px;
    background:#fff;
    transition:transform .28s ease,opacity .2s ease;
  }

  .mobile-menu-toggle.is-active span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.is-active span:nth-child(2){
    opacity:0;
  }

  .mobile-menu-toggle.is-active span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-backdrop{
    position:fixed;
    inset:70px 0 0;
    z-index:1001;
    display:block;
    background:rgba(0,0,0,.62);
    backdrop-filter:blur(4px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.3s ease;
  }

  .mobile-menu-backdrop.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .mobile-menu{
    position:fixed;
    z-index:1002;
    top:0;
    right:0;
    bottom:0;
    width:min(390px,88vw);
    display:flex;
    flex-direction:column;
    padding:
      max(18px,env(safe-area-inset-top))
      20px
      max(22px,env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 100% 0%,rgba(255,148,24,.10),transparent 31%),
      #09090b;
    border-left:1px solid #28282d;
    box-shadow:-25px 0 70px rgba(0,0,0,.55);
    transform:translateX(105%);
    visibility:hidden;
    transition:transform .34s cubic-bezier(.2,.8,.2,1),visibility .34s;
  }

  .mobile-menu.is-open{
    transform:translateX(0);
    visibility:visible;
  }

  .mobile-menu-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:18px;
    border-bottom:1px solid #222228;
  }

  .mobile-menu-close{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid #303037;
    border-radius:10px;
    background:#0f0f12;
    color:#fff;
    font-size:25px;
    cursor:pointer;
  }

  .mobile-nav{
    display:grid;
    padding:18px 0;
  }

  .mobile-nav a{
    display:flex;
    align-items:center;
    gap:13px;
    padding:15px 4px;
    border-bottom:1px solid #1d1d22;
    color:#e9e9ec;
    font-size:14px;
    font-weight:800;
  }

  .mobile-nav a span{
    width:25px;
    color:#ff9418;
    font-size:9px;
    letter-spacing:1px;
  }

  .mobile-nav a::after{
    content:"›";
    margin-left:auto;
    color:#55565e;
    font-size:20px;
  }

  .mobile-menu-bottom{
    margin-top:auto;
    display:grid;
    gap:10px;
  }

  .mobile-design-cta,
  .mobile-whatsapp-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border-radius:9px;
    font-size:12px;
    font-weight:900;
  }

  .mobile-design-cta{
    background:#ff9418;
    color:#080808;
  }

  .mobile-whatsapp-link{
    border:1px solid #20c861;
    color:#37db76;
    background:#08110b;
  }

  .mobile-menu-bottom small{
    margin-top:8px;
    color:#55565e;
    text-align:center;
    font-size:8px;
  }

  /* Hero: slightly simpler on tablet */
  .hero-layout{
    grid-template-columns:42% 58%;
  }

  .hero-copy{
    padding-right:30px;
  }

  .hero-copy h1{
    font-size:44px;
  }

  .hero-scene-wrap{
    height:450px;
  }

  .hero-scene{
    height:385px;
  }

  .fan-card{
    width:104px;
    height:250px;
  }

  .price-card{
    width:145px;
    height:220px;
  }

  /* 8/4 section becomes 7/5 */
  .discover-grid{
    grid-template-columns:minmax(0,7fr) minmax(290px,5fr);
  }

  .sector-image-row{
    grid-auto-columns:145px;
  }

  .product-group-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .workflow-track{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:10px;
  }

  .workflow-connector{
    display:none;
  }

  .reviews-layout{
    grid-template-columns:260px minmax(0,1fr);
  }

  .review-card{
    flex-basis:calc((100% - 12px)/2);
  }

  .footer-grid{
    grid-template-columns:1.4fr repeat(2,1fr);
  }
}


/* MOBILE */
@media(max-width:760px){
  :root{
    --mobile-gutter:14px;
  }

  .shell{
    width:calc(100% - (var(--mobile-gutter) * 2));
  }

  .site-header{
    height:62px;
  }

  .header-inner{
    gap:8px;
  }

  .brand{
    min-width:0;
  }

  .brand-a{
    width:34px;
    height:34px;
    font-size:20px;
  }

  .brand-copy strong{
    font-size:12px;
  }

  .brand-copy small{
    font-size:7px;
    letter-spacing:3px;
  }

  .desktop-cta{
    display:none;
  }

  .mobile-menu-toggle{
    margin-left:auto;
  }

  .mobile-menu-backdrop{
    inset:62px 0 0;
  }

  /* ---------- HERO ---------- */
  .hero{
    min-height:auto;
    overflow:hidden;
  }

  .hero-layout{
    min-height:auto;
    display:flex;
    flex-direction:column;
    padding:0 0 58px;
  }

  .hero-copy{
    width:100%;
    padding:54px 8px 20px;
  }

  .slide-count{
    top:14px;
    left:8px;
    width:34px;
    height:34px;
    font-size:10px;
  }

  .eyebrow{
    margin-bottom:12px;
    font-size:9px;
    letter-spacing:1.4px;
  }

  .hero-copy h1{
    max-width:none;
    font-size:clamp(34px,10vw,46px);
    line-height:1.01;
    letter-spacing:-1.6px;
  }

  .hero-copy p{
    max-width:none;
    margin-top:15px;
    font-size:12px;
    line-height:1.65;
  }

  .benefit-row{
    gap:8px;
    margin-top:16px;
  }

  .benefit-chip{
    padding:7px 9px;
    border:1px solid #25252b;
    border-radius:8px;
    background:#0b0b0e;
    font-size:9px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:18px;
  }

  .hero-actions .hero-btn:only-child{
    grid-column:1/-1;
  }

  .hero-btn{
    min-height:44px;
    padding:11px 12px;
    text-align:center;
  }

  .hero-scene-wrap{
    width:100%;
    height:310px;
    padding:0;
  }

  .hero-scene{
    width:100%;
    height:285px;
    border-radius:14px;
  }

  .hero-arrow{
    top:auto;
    bottom:13px;
    width:36px;
    height:36px;
    transform:none;
    font-size:20px;
  }

  .hero-arrow.prev{
    left:14px;
  }

  .hero-arrow.next{
    right:14px;
  }

  .hero-dots{
    bottom:27px;
    max-width:calc(100% - 120px);
    gap:5px;
  }

  .hero-dot{
    width:6px;
    height:6px;
  }

  .hero-dot.is-active{
    width:20px;
  }

  /* Hero scene 01 */
  .neon-title .mega-a{
    font-size:78px;
  }

  .neon-title strong{
    font-size:38px;
  }

  .neon-title small{
    font-size:10px;
    letter-spacing:8px;
  }

  /* Hero scene 02 */
  .design-board{
    left:6%;
    top:12%;
    width:75%;
    height:75%;
  }

  .design-board .design-word{
    font-size:44px;
  }

  .design-tools{
    right:3%;
    top:16%;
    width:31%;
    gap:6px;
  }

  .design-tool{
    padding:8px 7px;
    font-size:7px;
    gap:5px;
  }

  .design-tool b{
    font-size:10px;
  }

  /* Hero scene 03 */
  .fan-scene{
    overflow:hidden;
    justify-content:flex-start;
  }

  .fan-cards{
    width:max-content;
    gap:7px;
    margin-left:11px;
    transform:rotateY(-4deg);
  }

  .fan-card{
    width:92px;
    height:225px;
    flex:0 0 92px;
  }

  .fan-icon{
    width:62px;
    height:62px;
    overflow:hidden;
    border-radius:14px;
  }

  .fan-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:inherit;
  }

  .fan-card strong{
    bottom:17px;
    font-size:8px;
  }

  /* Hero scene 04 */
  .blueprint-plane{
    left:5%;
    bottom:-14%;
    width:72%;
    height:90%;
  }

  .blueprint-logo{
    left:14%;
    top:36%;
    font-size:43px;
  }

  .blueprint-pen{
    left:58%;
    top:44%;
    font-size:55px;
  }

  .process-stack{
    right:2%;
    top:14%;
    width:31%;
    gap:6px;
  }

  .process-card{
    padding:7px 6px;
    gap:5px;
    font-size:7px;
  }

  .process-card b{
    width:20px;
    height:20px;
  }

  /* Hero scene 05 */
  .price-scene{
    gap:7px;
    padding:0 8px;
  }

  .price-card{
    width:31%;
    height:205px;
    padding:8px 4px;
  }

  .price-card small{
    font-size:8px;
  }

  .price-card strong{
    font-size:9px;
  }

  .price-card b{
    font-size:23px;
  }

  .price-card span{
    margin-top:12px;
    padding:6px 5px;
    font-size:6px;
  }

  /* Hero scene 06 */
  .layer-stack{
    left:3%;
    width:76%;
  }

  .material-layer{
    left:4%;
    width:78%;
  }

  .layer-logo{
    left:31%;
    top:30%;
    font-size:62px;
  }

  .layer-labels{
    right:2%;
    top:19%;
    width:29%;
    gap:29px;
  }

  .layer-labels span{
    font-size:7px;
  }

  /* Hero scene 07 */
  .portfolio-scene{
    justify-content:flex-start;
    overflow:hidden;
    gap:7px;
    padding-left:9px;
  }

  .project-card{
    flex:0 0 92px;
    width:92px;
    height:220px;
  }

  .project-sign{
    padding:9px 8px;
    font-size:11px;
  }

  .project-card strong{
    font-size:7px;
  }

  /* Hero scene 08 */
  .map-grid{
    left:2%;
    top:11%;
    width:80%;
  }

  .truck{
    right:-25px;
    bottom:10%;
    transform:scale(.70);
  }

  /* Hero scene 09 */
  .flow-scene{
    gap:5px;
    padding:0 8px;
  }

  .flow-card{
    width:21%;
    height:105px;
    padding:4px;
  }

  .flow-card b{
    font-size:23px;
  }

  .flow-card span{
    font-size:6px;
  }

  .flow-arrow{
    font-size:13px;
  }

  /* Hero scene 10 */
  .stats-scene{
    gap:16px;
    padding:0 10px;
  }

  .round-a{
    width:145px;
    height:145px;
    font-size:72px;
    border-width:6px;
  }

  .stat-stack{
    gap:7px;
  }

  .stat-card{
    min-width:120px;
    padding:9px 10px;
  }

  .stat-card b{
    font-size:19px;
  }

  .stat-card span{
    font-size:6px;
  }

  /* ---------- SECTORS + CAMPAIGN ---------- */
  .discover{
    padding:22px 0 36px;
  }

  .discover-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }

  .sector-showcase,
  .campaign-showcase{
    padding:15px;
    border-radius:14px;
  }

  .section-head{
    align-items:flex-end;
    margin-bottom:12px;
  }

  .section-head h2{
    font-size:18px;
  }

  .section-link{
    font-size:9px;
  }

  .sector-image-row{
    grid-auto-columns:132px;
    gap:8px;
    padding-bottom:4px;
    scroll-padding-inline:2px;
  }

  .sector-photo-card{
    height:215px;
  }

  .sector-card-copy{
    left:10px;
    right:10px;
    bottom:11px;
  }

  .sector-card-copy strong{
    font-size:9px;
  }

  .sector-card-copy small{
    font-size:7px;
  }

  .sector-nav{
    width:32px;
    height:32px;
  }

  .sector-prev{
    left:-8px;
  }

  .sector-next{
    right:-8px;
  }

  .campaign-stage{
    min-height:250px;
  }

  .campaign-feature{
    padding:20px;
  }

  .campaign-feature h3{
    font-size:21px;
  }

  .campaign-feature .campaign-price{
    font-size:36px;
  }

  /* ---------- COMMON SECTION HEADS ---------- */
  .home-section{
    padding:38px 0;
  }

  .home-section-head{
    align-items:flex-start;
    margin-bottom:18px;
  }

  .home-section-head h2,
  .reviews-intro h2{
    font-size:23px;
  }

  .home-section-head p{
    font-size:10px;
  }

  /* ---------- PRODUCTS ---------- */
  .product-group-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }

  .product-group-card{
    min-height:155px;
    padding:13px;
    border-radius:12px;
  }

  .product-mark{
    width:52px;
    height:52px;
    margin-bottom:14px;
    border-radius:12px;
    font-size:13px;
  }

  .product-group-card h3{
    font-size:11px;
  }

  .product-group-card p{
    font-size:8px;
    line-height:1.45;
    padding-right:4px;
  }

  /* ---------- WORKFLOW ---------- */
  .workflow-track{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  .workflow-step{
    min-height:auto;
    padding:15px 15px 15px 78px;
  }

  .workflow-symbol{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
  }

  .workflow-number{
    top:10px;
    right:11px;
  }

  .workflow-step h3{
    margin:0 28px 6px 0;
    font-size:11px;
  }

  .workflow-step p{
    font-size:9px;
  }

  /* ---------- REVIEWS ---------- */
  .reviews-layout{
    grid-template-columns:1fr;
    gap:20px;
  }

  .reviews-intro{
    padding:0;
  }

  .review-score{
    max-width:290px;
  }

  .reviews-window{
    overflow:visible;
  }

  .reviews-track{
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    transform:none !important;
    padding-bottom:4px;
  }

  .reviews-track::-webkit-scrollbar{
    display:none;
  }

  .review-card{
    flex:0 0 86%;
    min-height:205px;
    scroll-snap-align:center;
  }

  .review-controls{
    display:none;
  }

  /* ---------- WHATSAPP ---------- */
  .whatsapp-band{
    padding:23px 0;
  }

  .whatsapp-inner{
    min-height:auto;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }

  .whatsapp-copy{
    align-items:flex-start;
  }

  .whatsapp-orb{
    flex-basis:52px;
    width:52px;
    height:52px;
  }

  .whatsapp-copy h2{
    font-size:20px;
  }

  .whatsapp-copy p{
    line-height:1.6;
  }

  .whatsapp-actions{
    width:100%;
    align-items:stretch;
  }

  .whatsapp-button{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .whatsapp-note{
    text-align:center;
  }

  /* ---------- FOOTER ---------- */
  .site-footer{
    padding:38px 0 max(18px,env(safe-area-inset-bottom));
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:28px 18px;
  }

  .footer-brand{
    grid-column:1/-1;
  }

  .footer-brand p{
    max-width:100%;
  }

  .footer-contact{
    grid-column:1/-1;
  }

  .footer-bottom{
    margin-top:28px;
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-bottom div{
    flex-wrap:wrap;
    gap:10px 15px;
  }
}


/* VERY SMALL PHONES */
@media(max-width:390px){
  .hero-copy h1{
    font-size:32px;
  }

  .benefit-chip{
    font-size:8px;
  }

  .hero-actions{
    grid-template-columns:1fr;
  }

  .hero-actions .hero-btn{
    grid-column:1;
  }

  .product-group-grid{
    grid-template-columns:1fr;
  }

  .product-group-card{
    min-height:135px;
  }

  .sector-image-row{
    grid-auto-columns:120px;
  }

  .sector-photo-card{
    height:200px;
  }

  .price-card{
    height:190px;
  }

  .round-a{
    width:125px;
    height:125px;
    font-size:62px;
  }

  .stat-card{
    min-width:105px;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .footer-brand,
  .footer-contact{
    grid-column:auto;
  }
}

.fan-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:inherit;
}


/* =========================================================
   FINAL MOBILE MENU FIX — 2026-08-25
   Menü header dışına taşındı. Bu blok en sonda olduğu için
   önceki responsive kuralların üzerinde çalışır.
========================================================= */
.mobile-menu,
.mobile-menu-backdrop,
.mobile-menu-toggle{
  box-sizing:border-box;
}

.mobile-menu-backdrop[hidden]{
  display:none !important;
}

@media(min-width:1101px){
  .mobile-menu,
  .mobile-menu-backdrop,
  .mobile-menu-toggle{
    display:none !important;
  }
}

@media(max-width:1100px){
  .site-header{
    overflow:visible !important;
  }

  .desktop-nav{
    display:none !important;
  }

  .header-inner{
    min-height:62px;
  }

  .desktop-cta{
    margin-left:auto;
  }

  .mobile-menu-toggle{
    flex:0 0 42px;
    width:42px;
    height:42px;
    margin-left:4px;
    padding:0;
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    border:1px solid #2d2d33;
    border-radius:10px;
    background:#0c0c0f;
    cursor:pointer;
    position:relative;
    z-index:3001;
  }

  .mobile-menu-toggle span{
    width:18px;
    height:2px;
    display:block;
    border-radius:999px;
    background:#fff;
    transition:transform .25s ease,opacity .2s ease;
  }

  .mobile-menu-toggle.is-active span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.is-active span:nth-child(2){
    opacity:0;
  }

  .mobile-menu-toggle.is-active span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-backdrop{
    position:fixed !important;
    inset:0 !important;
    z-index:2998 !important;
    display:block;
    background:rgba(0,0,0,.72);
    backdrop-filter:blur(6px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease,visibility .25s ease;
  }

  .mobile-menu-backdrop.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .mobile-menu{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    z-index:3000 !important;
    width:min(400px,90vw) !important;
    height:100dvh !important;
    max-height:100dvh !important;
    display:flex !important;
    flex-direction:column;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    padding:
      max(16px,env(safe-area-inset-top))
      20px
      max(20px,env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 100% 0%,rgba(255,148,24,.11),transparent 32%),
      #09090b;
    border-left:1px solid #29292f;
    box-shadow:-30px 0 80px rgba(0,0,0,.65);
    transform:translate3d(105%,0,0) !important;
    visibility:hidden;
    pointer-events:none;
    transition:transform .32s cubic-bezier(.2,.8,.2,1),visibility .32s ease;
  }

  .mobile-menu.is-open{
    transform:translate3d(0,0,0) !important;
    visibility:visible;
    pointer-events:auto;
  }

  .mobile-menu-head{
    flex:0 0 auto;
    position:sticky;
    top:0;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:0 0 15px;
    background:#09090b;
    border-bottom:1px solid #222228;
  }

  .mobile-menu-head .brand{
    min-width:0 !important;
  }

  .mobile-menu-close{
    flex:0 0 42px;
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid #34343a;
    border-radius:10px;
    background:#101014;
    color:#fff;
    font-size:25px;
    line-height:1;
    cursor:pointer;
  }

  .mobile-nav{
    flex:0 0 auto;
    display:grid !important;
    padding:10px 0 14px;
  }

  .mobile-nav a{
    min-height:51px;
    display:flex !important;
    align-items:center;
    gap:12px;
    padding:0 4px;
    border-bottom:1px solid #1e1e23;
    color:#eeeeef;
    font-size:14px;
    line-height:1.2;
  }

  .mobile-nav a span{
    flex:0 0 28px;
    width:28px;
    color:#ff9418;
    font-size:9px;
    font-weight:900;
    letter-spacing:1px;
  }

  .mobile-nav a b{
    font-weight:800;
  }

  .mobile-nav a::after{
    content:"›";
    margin-left:auto;
    color:#5c5c64;
    font-size:20px;
    line-height:1;
  }

  .mobile-menu-bottom{
    flex:0 0 auto;
    margin-top:auto;
    padding-top:16px;
    display:grid;
    gap:9px;
  }

  .mobile-design-cta,
  .mobile-whatsapp-link{
    min-height:48px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    font-size:12px;
    font-weight:900;
  }

  .mobile-design-cta{
    background:#ff9418;
    color:#090909;
  }

  .mobile-whatsapp-link{
    border:1px solid #20c861;
    background:#07110b;
    color:#35d873;
  }

  .mobile-menu-bottom small{
    display:block;
    margin-top:6px;
    color:#55565e;
    text-align:center;
    font-size:8px;
  }
}

@media(max-width:760px){
  .site-header{
    height:62px !important;
  }

  .header-inner{
    height:62px !important;
  }

  /* Telefonda menü TAM EKRAN: alttaki slider yazıları görünmez. */
  .mobile-menu{
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    max-width:none !important;
    border-left:0 !important;
    padding-left:max(18px,env(safe-area-inset-left)) !important;
    padding-right:max(18px,env(safe-area-inset-right)) !important;
  }

  .mobile-menu-backdrop{
    display:none !important;
  }

  .mobile-menu-head{
    padding-top:2px;
  }

  .mobile-nav{
    padding-top:8px;
  }

  .mobile-nav a{
    min-height:49px;
    font-size:13px;
  }

  .mobile-menu-bottom{
    padding-top:12px;
  }
}

body.menu-open{
  overflow:hidden !important;
  touch-action:none;
}


/* =========================================================
   FINAL MOBILE BUGFIX OVERRIDES — V2
   Bu blok en sonda yer alır ve önceki çakışan kuralları ezer.
========================================================= */
@media(max-width:1100px){
  .header-inner{
    justify-content:space-between !important;
    gap:10px !important;
  }

  .brand{
    min-width:auto !important;
    flex:0 1 auto !important;
  }

  .desktop-cta{
    display:none !important;
  }

  .mobile-menu-toggle{
    margin-left:auto !important;
    flex:0 0 42px !important;
  }

  .mobile-menu{
    scrollbar-width:thin;
  }
}

@media(max-width:760px){
  html,body{
    overflow-x:hidden !important;
  }

  .shell{
    width:calc(100% - 24px) !important;
  }

  .site-header{
    height:60px !important;
  }

  .header-inner{
    height:60px !important;
    min-height:60px !important;
    gap:10px !important;
  }

  .brand{
    gap:8px !important;
    max-width:calc(100% - 54px) !important;
  }

  .brand-a{
    width:32px !important;
    height:32px !important;
    font-size:18px !important;
  }

  .brand-copy strong{
    font-size:10px !important;
    letter-spacing:1.6px !important;
    line-height:1.1 !important;
  }

  .brand-copy small{
    margin-top:2px !important;
    font-size:6px !important;
    letter-spacing:2.8px !important;
    line-height:1 !important;
  }

  .mobile-menu-toggle{
    width:40px !important;
    height:40px !important;
    border-radius:10px !important;
  }

  .mobile-menu{
    width:100vw !important;
    max-width:none !important;
    left:0 !important;
    right:0 !important;
    padding:
      max(14px, env(safe-area-inset-top))
      16px
      max(14px, env(safe-area-inset-bottom)) !important;
  }

  .mobile-menu-head{
    padding:0 0 12px !important;
    margin-bottom:2px !important;
  }

  .mobile-menu-head .brand{
    max-width:calc(100% - 54px) !important;
  }

  .mobile-menu-head .brand-copy strong{
    font-size:12px !important;
  }

  .mobile-menu-head .brand-copy small{
    font-size:7px !important;
    letter-spacing:3px !important;
  }

  .mobile-menu-close{
    width:40px !important;
    height:40px !important;
  }

  .mobile-nav{
    padding:4px 0 10px !important;
  }

  .mobile-nav a{
    min-height:46px !important;
    padding:0 2px !important;
    font-size:13px !important;
  }

  .mobile-nav a span{
    flex:0 0 26px !important;
    width:26px !important;
  }

  .mobile-menu-bottom{
    position:sticky !important;
    bottom:0 !important;
    margin-top:14px !important;
    padding:14px 0 4px !important;
    background:linear-gradient(180deg, rgba(9,9,11,0) 0%, rgba(9,9,11,.92) 22%, #09090b 44%) !important;
  }

  .mobile-design-cta,
  .mobile-whatsapp-link{
    min-height:46px !important;
  }

  /* HERO */
  .hero-layout{
    padding-bottom:50px !important;
  }

  .hero-copy{
    padding:34px 4px 14px !important;
  }

  .slide-count{
    top:6px !important;
    left:0 !important;
    width:34px !important;
    height:34px !important;
    font-size:10px !important;
  }

  .eyebrow{
    margin-bottom:10px !important;
    font-size:8px !important;
    letter-spacing:1.4px !important;
  }

  .hero-copy h1{
    font-size:clamp(24px, 9vw, 42px) !important;
    line-height:1.02 !important;
    letter-spacing:-1.2px !important;
    max-width:100% !important;
  }

  .hero-copy p{
    margin-top:12px !important;
    font-size:11px !important;
    line-height:1.55 !important;
  }

  .benefit-row{
    gap:6px !important;
    margin-top:12px !important;
  }

  .benefit-chip{
    padding:7px 8px !important;
    font-size:8px !important;
  }

  .hero-actions{
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin-top:14px !important;
  }

  .hero-btn{
    min-height:44px !important;
    font-size:11px !important;
  }

  .hero-scene-wrap{
    height:248px !important;
    padding:0 !important;
  }

  .hero-scene{
    height:230px !important;
    border-radius:14px !important;
  }

  .hero-dots{
    bottom:12px !important;
  }

  .hero-arrow{
    width:34px !important;
    height:34px !important;
    bottom:9px !important;
  }

  .hero-arrow.prev{
    left:10px !important;
  }

  .hero-arrow.next{
    right:10px !important;
  }

  /* slide 03 sectors scene */
  .fan-scene{
    justify-content:center !important;
    padding:0 8px !important;
    overflow:hidden !important;
  }

  .fan-cards{
    width:100% !important;
    margin-left:0 !important;
    justify-content:center !important;
    gap:6px !important;
    transform:none !important;
  }

  .fan-card{
    width:calc(25% - 5px) !important;
    min-width:0 !important;
    flex:0 0 calc(25% - 5px) !important;
    height:170px !important;
    transform:skewX(-4deg) !important;
  }

  .fan-card:nth-child(5){
    display:none !important;
  }

  .fan-card:nth-child(1),
  .fan-card:nth-child(2),
  .fan-card:nth-child(3),
  .fan-card:nth-child(4){
    translate:0 0 !important;
  }

  .fan-icon{
    width:46px !important;
    height:46px !important;
    border-radius:12px !important;
    border-width:1px !important;
  }

  .fan-card strong{
    bottom:12px !important;
    padding:0 4px !important;
    font-size:7px !important;
    line-height:1.25 !important;
  }

  /* slide 05 campaigns */
  .price-scene{
    gap:6px !important;
    padding:0 8px !important;
  }

  .price-card{
    width:31.4% !important;
    min-width:0 !important;
    height:174px !important;
    padding:8px 4px !important;
  }

  .price-card small{
    font-size:7px !important;
  }

  .price-card strong{
    font-size:8px !important;
    line-height:1.2 !important;
  }

  .price-card b{
    font-size:22px !important;
  }

  .price-card span{
    padding:6px 4px !important;
    font-size:6px !important;
  }

  /* section spacing */
  .discover{
    padding:18px 0 28px !important;
  }

  .section-head h2{
    font-size:17px !important;
  }

  .section-kicker{
    font-size:8px !important;
  }

  .sector-image-row{
    grid-auto-columns:126px !important;
  }

  .sector-photo-card{
    height:205px !important;
  }

  .campaign-stage{
    min-height:235px !important;
  }

  .campaign-feature{
    padding:18px !important;
  }

  .campaign-feature h3{
    font-size:18px !important;
    margin:8px 0 10px !important;
  }

  .campaign-feature .campaign-price{
    font-size:30px !important;
  }

  .home-section{
    padding:34px 0 !important;
  }

  .product-group-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }

  .reviews-track{
    gap:10px !important;
  }

  .review-card{
    flex:0 0 88% !important;
    min-height:190px !important;
    padding:18px !important;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
  }

  .footer-brand,
  .footer-contact{
    grid-column:auto !important;
  }
}

body.menu-open-fixed{
  position:fixed !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  overflow:hidden !important;
}
