﻿:root {
  /*--bg: #07090d;*/
  --bg: #07090d;
  --panel: #0d1118;
  --text: #f4f7fb;
  --muted: #9ba7b8;
  --accent: #48a7ff;
  --accent2: #8bd1ff;
  --line: rgba(255,255,255,.09);
  --shadow: 0 35px 100px rgba(0,0,0,.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: radial-gradient(circle at 73% 42%, rgba(39, 117, 190, 0.13), transparent 28%), radial-gradient(circle at 12% 80%, rgba(20, 80, 140, 0.08), transparent 25%), var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.navbar-nav {
  padding-left: 6%;
  font-size: 1.1em;
  font-weight: 300;
}

footer {
  padding: 1%;
  font-size: 0.85em;
}
footer h3, footer h4, footer h5, footer h6 {
  font-size: 1.6em;
  font-weight: 300;
  margin: 3% 0;
}

.emr-logo {
  max-height: 80px;
}

.emr-ortala {
  text-align: center;
}

.emr-sec-mrk {
  padding-top: 3%;
  background: #fff;
  color: #343b45;
}

.emr-txtb {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}

.emr-tmr-sec {
  padding-top: 3%;
  background: #fff;
  color: #343b45;
}
.emr-tmr-sec .sol {
  line-height: 30px;
  padding: 6% 3%;
}
.emr-tmr-sec .detay {
  width: 100%;
  /*padding: 10% 3%;*/
  background: #bad7e0;
  margin: 1%;
  border-radius: 6px;
  box-shadow: 5px 5px 15px #c5d0e5;
}
.emr-tmr-sec .detay img {
  height: 80px;
  position: relative;
  margin: 3%;
}
.emr-tmr-sec .detay .baslik {
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
}

.emr-tamir {
  text-align: center;
}
.emr-tamir h3 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
.emr-tamir p {
  padding: 0 6%;
}

/*------ markalar *---------*/
.wrapper {
  height: 200px;
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20%;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

h2 {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}

/*-------------------------------*/
.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.35fr);
  align-items: center;
  gap: 2vw;
  padding: 40px clamp(28px, 7vw, 110px);
}

.copy {
  position: relative;
  z-index: 10;
  max-width: 610px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(72, 167, 255, 0.22);
  border-radius: 999px;
  background: rgba(72, 167, 255, 0.06);
  color: #a9d9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px var(--accent);
}

h1 {
  margin: 24px 0 22px;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 850;
}

h1 span {
  color: transparent;
  background: linear-gradient(100deg, #fff 0%, #8ed4ff 55%, #318fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.lead {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 750;
  font-size: 14px;
  transition: 0.25s ease;
}

.btn.primary {
  color: #04101b;
  background: linear-gradient(135deg, #a9e0ff, #3d9eff);
  box-shadow: 0 12px 35px rgba(44, 145, 255, 0.25);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(44, 145, 255, 0.36);
}

.btn.secondary {
  color: #e8eef7;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.07);
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.service {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.025);
  font-size: 12px;
  font-weight: 650;
}

/* ---------- 3D STAGE ---------- */
.stage {
  height: min(760px, 85svh);
  min-height: 530px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1800px;
  perspective-origin: 50% 48%;
  user-select: none;
}

.glow {
  position: absolute;
  width: 650px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(50, 153, 255, 0.18), transparent 68%);
  filter: blur(25px);
  transform: translateY(80px);
  pointer-events: none;
}

.floor {
  position: absolute;
  width: min(700px, 90%);
  height: 240px;
  bottom: 80px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(67, 145, 210, 0.15), transparent 65%);
  transform: rotateX(72deg);
  filter: blur(10px);
}

.laptop {
  width: 650px;
  height: 520px;
  max-width: 80vw;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(15deg) rotateY(-23deg) rotateZ(1deg) translateZ(0);
  animation: float 6s ease-in-out infinite;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.laptop.is-hovered {
  animation: none;
  transform: rotateX(10deg) rotateY(-12deg) rotateZ(0) scale(1.025);
}

.part {
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1.35s cubic-bezier(0.16, 0.86, 0.2, 1), opacity 0.8s ease, filter 1s ease;
}

/* SCREEN ASSEMBLY */
.display-frame {
  left: 105px;
  top: 20px;
  width: 440px;
  height: 280px;
  padding: 9px;
  border-radius: 17px;
  background: linear-gradient(145deg, #4d5663, #080a0e 42%, #1b212a);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 25px 65px rgba(0, 0, 0, 0.5);
  transform: translateZ(45px);
}

.display-frame:before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.display {
  position: absolute;
  inset: 17px;
  overflow: hidden;
  border-radius: 7px;
  background: radial-gradient(circle at 52% 45%, rgba(86, 178, 255, 0.28), transparent 20%), radial-gradient(circle at 65% 55%, rgba(37, 112, 255, 0.18), transparent 36%), linear-gradient(145deg, #101c2a, #05080d 72%);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.75);
}

.display:after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(110deg, transparent 42%, rgba(255, 255, 255, 0.1) 48%, transparent 53%);
  animation: scan 5s linear infinite;
}

.display-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.35em;
  color: rgba(188, 224, 255, 0.5);
}

.camera {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #0a0c10;
  box-shadow: 0 0 5px #3b82f6;
}

/* BASE */
.base {
  left: 48px;
  top: 284px;
  width: 555px;
  height: 245px;
  border-radius: 11px 11px 28px 28px;
  background: linear-gradient(145deg, #7d8794 0%, #343b45 22%, #151a20 58%, #737d89 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.22), 0 35px 70px rgba(0, 0, 0, 0.55);
  transform: rotateX(68deg) translateZ(0);
}

.base:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 75px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

/* KEYBOARD */
.keyboard {
  left: 86px;
  top: 295px;
  width: 480px;
  height: 157px;
  padding: 13px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 5px;
  border-radius: 9px;
  background: linear-gradient(145deg, #080a0d, #20252d);
  transform: rotateX(68deg) translateZ(25px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.key {
  border-radius: 3px;
  background: linear-gradient(145deg, #343b45, #171b21);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px #000;
}

.key.wide {
  grid-column: span 2;
}

.key.space {
  grid-column: span 4;
}

/* TRACKPAD */
.trackpad {
  left: 246px;
  top: 452px;
  width: 160px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(145deg, #515b66, #252b33);
  transform: rotateX(68deg) translateZ(28px);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}

/* INTERNALS */
.inside {
  left: 92px;
  top: 317px;
  width: 470px;
  height: 145px;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b382e, #0c211d);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
  transform: rotateX(68deg) translateZ(12px);
  opacity: 0;
}

.chip {
  position: absolute;
  width: 78px;
  height: 62px;
  left: 55px;
  top: 35px;
  border-radius: 5px;
  background: linear-gradient(145deg, #333a43, #0e1115);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.ram {
  position: absolute;
  width: 150px;
  height: 17px;
  right: 40px;
  top: 35px;
  border-radius: 3px;
  background: linear-gradient(90deg, #b8a93a, #3f4118);
  box-shadow: 0 28px #55551f;
}

.heatpipe {
  position: absolute;
  width: 230px;
  height: 9px;
  left: 140px;
  top: 94px;
  border-radius: 9px;
  background: #a7793f;
}

/* FAN */
.fan {
  left: 320px;
  top: 338px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 6px solid #565f69;
  background: repeating-conic-gradient(from 5deg, #242a31 0 12deg, #4d5660 13deg 25deg);
  transform: rotateX(68deg) translateZ(62px);
  opacity: 0;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.45);
}

.fan:after {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, #d3d8de, #555d67 45%, #15181d 48%);
}

/* BATTERY */
.battery {
  left: 108px;
  top: 430px;
  width: 190px;
  height: 58px;
  border-radius: 7px;
  background: linear-gradient(145deg, #11151a, #343a42);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotateX(68deg) translateZ(55px);
  opacity: 0;
}

.battery:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 27px;
  height: 3px;
  border-radius: 4px;
  background: #59636e;
}

/* SSD */
.ssd {
  left: 408px;
  top: 430px;
  width: 105px;
  height: 32px;
  border-radius: 4px;
  background: linear-gradient(145deg, #353c45, #12161b);
  border: 1px solid rgba(255, 255, 255, 0.13);
  transform: rotateX(68deg) translateZ(70px);
  opacity: 0;
}

.ssd:before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 14px;
  height: 3px;
  background: #718090;
}

/* SCREWS / DETAILS */
.detail {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #11151a;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.d1 {
  left: 65px;
  top: 310px;
}

.d2 {
  left: 535px;
  top: 310px;
}

.d3 {
  left: 65px;
  top: 510px;
}

.d4 {
  left: 535px;
  top: 510px;
}

/* ---------- EXPLODE ---------- */
.laptop.explode .display-frame {
  transform: translate3d(0, -155px, 145px) rotateY(-3deg);
}

.laptop.explode .base {
  transform: rotateX(68deg) translate3d(0, 75px, -35px);
}

.laptop.explode .keyboard {
  transform: rotateX(68deg) translate3d(0, -75px, 105px);
}

.laptop.explode .trackpad {
  transform: rotateX(68deg) translate3d(0, 105px, 115px);
}

.laptop.explode .inside {
  opacity: 1;
  transform: rotateX(68deg) translate3d(-15px, 12px, 65px);
}

.laptop.explode .fan {
  opacity: 1;
  transform: rotateX(68deg) translate3d(110px, -45px, 170px) rotateZ(80deg);
}

.laptop.explode .battery {
  opacity: 1;
  transform: rotateX(68deg) translate3d(-100px, 105px, 145px);
}

.laptop.explode .ssd {
  opacity: 1;
  transform: rotateX(68deg) translate3d(125px, 105px, 175px) rotateZ(8deg);
}

/* subtle component detail motion */
.laptop.explode .d1 {
  transform: translate3d(-35px, 20px, 70px);
}

.laptop.explode .d2 {
  transform: translate3d(35px, 20px, 70px);
}

.laptop.explode .d3 {
  transform: translate3d(-40px, 60px, 100px);
}

.laptop.explode .d4 {
  transform: translate3d(40px, 60px, 100px);
}

.status {
  position: absolute;
  right: 3%;
  bottom: 7%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #aeb8c7;
  background: rgba(8, 11, 16, 0.68);
  backdrop-filter: blur(14px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #52d58a;
  box-shadow: 0 0 14px rgba(82, 213, 138, 0.8);
}

/* ---------- ANIMATIONS ---------- */
@keyframes float {
  0%, 100% {
    transform: rotateX(15deg) rotateY(-23deg) translateY(0);
  }
  50% {
    transform: rotateX(17deg) rotateY(-19deg) translateY(-13px);
  }
}
@keyframes scan {
  from {
    transform: translateX(-20%) rotate(0);
  }
  to {
    transform: translateX(20%) rotate(0);
  }
}
/* ---------- RESPONSIVE ---------- */
@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .copy {
    max-width: 760px;
    margin: auto;
    text-align: center;
  }
  .lead {
    margin: auto;
  }
  .actions, .service-row {
    justify-content: center;
  }
  .stage {
    height: 590px;
  }
}
@media (max-width: 700px) {
  .hero {
    padding: 35px 18px 0;
  }
  h1 {
    font-size: 47px;
    letter-spacing: -0.055em;
  }
  .stage {
    height: 470px;
    min-height: 420px;
    transform: scale(0.72);
    transform-origin: center top;
    width: 139%;
    margin-left: -19.5%;
  }
  .status {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
  }
}
