* {
  box-sizing: border-box;
}
.pv-studio {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 22px;
  color: #fff;
  background: #0c1118;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
}
.pv-studio-info {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.pv-studio-info span {
  color: #9aa5b2;
}
.pv-studio > a {
  justify-self: end;
  color: #fff;
  font-size: 13px;
}
.pv-devices {
  display: flex;
  gap: 5px;
  padding: 4px;
  border-radius: 12px;
  background: #202833;
}
.pv-devices button {
  min-height: 38px;
  padding: 6px 12px;
  border: 0;
  border-radius: 9px;
  color: #aeb8c3;
  background: transparent;
  cursor: pointer;
}
.pv-devices button.active {
  color: #111827;
  background: #fff;
}
.pv-device-frame {
  position: relative;
  width: calc(100% - 28px);
  height: calc(100vh - 86px);
  margin: 76px auto 10px;
  overflow: hidden;
  border: 10px solid #161d26;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  transition:
    width 0.45s ease,
    height 0.45s ease,
    border-radius 0.45s ease;
}
.pv-device-frame.is-tablet {
  width: min(820px, calc(100% - 28px));
  border-width: 12px;
  border-radius: 30px;
}
.pv-device-frame.is-mobile {
  width: min(390px, calc(100% - 24px));
  height: calc(100vh - 84px);
  border-width: 11px;
  border-radius: 35px;
}
.pv-camera {
  position: absolute;
  z-index: 50;
  top: 4px;
  left: 50%;
  width: 48px;
  height: 5px;
  border-radius: 8px;
  background: #343e49;
  transform: translateX(-50%);
}
.pv-screen {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
}
.pv-device-frame .pv-header {
  top: 0;
}
.pv-page {
  min-height: calc(100vh - 180px);
}
.pv-head h1 {
  margin: 12px 0 42px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
body {
  overflow: hidden;
  background: radial-gradient(circle at 50% 30%, #3c4857, #111720 70%);
}

/* Çerçeve daraltıldığında viewport media query beklemeden gerçek cihaz düzeni. */
.is-tablet .pv-hero {
  grid-template-columns: 1fr;
  padding: 65px 35px;
}
.is-tablet .pv-visual {
  min-height: 390px;
}
.is-tablet .pv-about {
  grid-template-columns: 1fr;
}
.is-tablet .pv-card-grid {
  grid-template-columns: repeat(2, 1fr);
}
.is-mobile .pv-notice {
  padding-inline: 10px;
  font-size: 9px;
}
.is-mobile .pv-header {
  height: 64px;
  padding: 0 13px;
}
.is-mobile .pv-brand {
  font-size: 16px;
}
.is-mobile .pv-brand i {
  width: 38px;
  height: 38px;
}
.is-mobile .pv-menu {
  display: block;
  min-width: 52px;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
}
.is-mobile .pv-header nav {
  position: absolute;
  inset: 66px 8px auto;
  display: none;
  flex-direction: column;
  align-items: stretch;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}
.is-mobile .pv-header nav.open {
  display: flex;
}
.is-mobile .pv-hero {
  min-height: auto;
  grid-template-columns: 1fr;
  padding: 55px 16px;
}
.is-mobile .pv-hero h1 {
  font-size: 45px;
}
.is-mobile .pv-visual {
  min-height: 330px;
}
.is-mobile .pv-card-grid,
.is-mobile .pv-about,
.is-mobile .pv-contact,
.is-mobile .pv-review-grid {
  grid-template-columns: 1fr;
}
.is-mobile .pv-card-grid {
  gap: 12px;
}
.is-mobile .pv-about,
.is-mobile .pv-contact {
  padding: 65px 16px;
}
.is-mobile .pv-about-visual {
  min-height: 340px;
}
.is-mobile .pv-process-line {
  grid-template-columns: 1fr;
}
.is-mobile .pv-services,
.is-mobile .pv-reviews,
.is-mobile .pv-process {
  padding: 65px 0;
}
.is-mobile .pv-footer {
  align-items: flex-start;
  flex-direction: column;
}
.is-mobile .pv-link {
  display: inline-block;
  margin: 14px 0 0;
}
.is-mobile .pv-hero ul {
  gap: 8px;
}
.is-mobile .pv-hero li {
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow: hidden;
  color: #17202a;
  background: radial-gradient(circle at 50% 30%, #3c4857, #111720 70%);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
.pv-notice {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(14px, 4vw, 60px);
  color: #fff;
  background: #111827;
  font-size: 12px;
}
.pv-notice a {
  color: #fff;
}
.pv-header {
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 6vw, 90px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e9edf1;
  backdrop-filter: blur(18px);
}
.pv-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}
.pv-brand i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--p);
}
.pv-header nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  font-weight: 650;
}
.pv-header nav a[aria-current="page"] {
  color: var(--p);
  font-weight: 850;
}
.pv-nav-cta,
.pv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 0;
  border-radius: 99px;
  color: #fff !important;
  background: var(--p);
  font-weight: 750;
  cursor: pointer;
}
.pv-menu {
  display: none;
}
.pv-hero {
  min-height: calc(100vh - 110px);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 7vw;
  padding: 80px clamp(20px, 7vw, 110px);
}
.pv-hero-copy {
  position: relative;
  z-index: 2;
}
.pv-hero small,
.pv-head small,
.pv-about > div > small,
.pv-contact small {
  color: var(--p);
  font-weight: 850;
  letter-spacing: 0.13em;
}
.pv-hero h1 {
  max-width: 760px;
  margin: 15px 0 20px;
  color: var(--ink);
  font-size: clamp(43px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.pv-hero p {
  max-width: 590px;
  color: #5c6875;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}
.pv-link {
  margin-left: 18px;
  font-weight: 750;
}
.pv-hero ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 25px 0 0;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}
.pv-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.13;
  background: var(--p);
}
.o1 {
  width: 480px;
  height: 480px;
  right: -100px;
  top: -80px;
}
.o2 {
  width: 260px;
  height: 260px;
  left: 35%;
  bottom: -130px;
}
.pv-visual {
  position: relative;
  min-height: 460px;
  perspective: 1000px;
}
.pv-window {
  position: absolute;
  inset: 35px 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 32px;
  background: linear-gradient(145deg, var(--ink), var(--p));
  box-shadow: 0 50px 100px rgba(13, 22, 35, 0.28);
  transform: rotateY(-8deg) rotateX(3deg);
}
.pv-window > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pv-photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.74));
}
.pv-window > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 18px 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.pv-window > span:first-child {
  margin-left: 22px;
}
.pv-window strong {
  position: absolute;
  left: 50%;
  top: 43%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.pv-window b {
  position: absolute;
  left: 50%;
  top: 61%;
  color: #fff;
  font-size: clamp(26px, 4vw, 48px);
  transform: translate(-50%, -50%);
}
.pv-window em {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 10px 17px;
  border-radius: 99px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  transform: translateX(-50%);
}
.pv-float {
  position: absolute;
  z-index: 2;
  padding: 13px 17px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 28, 40, 0.18);
  font-size: 13px;
  font-weight: 850;
}
.f1 {
  left: -20px;
  top: 70px;
  color: #f59e0b;
}
.f2 {
  right: -5px;
  bottom: 70px;
}
.pv-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  font-size: 11px;
  font-weight: 800;
  transform: translateX(-50%);
}
.pv-scroll i {
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 auto 6px;
  background: var(--p);
}
.pv-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.pv-services,
.pv-reviews,
.pv-process {
  padding: 110px 0;
}
.pv-services {
  background: #f6f7f8;
}
.pv-head {
  text-align: center;
}
.pv-head h2,
.pv-about h2,
.pv-contact h2 {
  margin: 12px 0 42px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 55px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.pv-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pv-card-grid article {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border: 1px solid #e2e6ea;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 25, 38, 0.06);
}
.pv-card-grid article > span {
  position: absolute;
  right: 24px;
  top: 20px;
  color: #c8ced4;
  font-size: 34px;
  font-weight: 850;
}
.pv-card-grid article > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--p);
}
.pv-card-grid h3 {
  margin-top: 38px;
  font-size: 22px;
}
.pv-card-grid p,
.pv-about p {
  color: #66717d;
  line-height: 1.7;
}
.pv-card-grid a {
  color: var(--p);
  font-weight: 800;
}
.pv-about {
  min-height: 730px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
  padding: 110px max(20px, 8vw);
}
.pv-about-visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 35px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.7)),
    var(--about-image), linear-gradient(145deg, var(--ink), var(--p));
  background-size: cover;
  background-position: center;
}
.pv-about-visual > strong {
  position: absolute;
  left: 30px;
  top: 25px;
  font-size: 24px;
}
.pv-about-visual > span {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 45px;
  font-weight: 900;
}
.pv-about-visual small {
  display: block;
  font-size: 11px;
}
.pv-about ol {
  padding: 0;
  list-style: none;
}
.pv-about li {
  display: flex;
  gap: 17px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
}
.pv-about li b {
  color: var(--p);
}
.pv-process {
  color: #fff;
  background: var(--ink);
}
.pv-process .pv-head h2 {
  color: #fff;
}
.pv-process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 55px;
  background: rgba(255, 255, 255, 0.15);
}
.pv-process-line article {
  padding: 28px;
  background: var(--ink);
}
.pv-process-line b {
  color: var(--p);
  font-size: 30px;
}
.pv-process-line p {
  color: rgba(255, 255, 255, 0.65);
}
.pv-review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pv-review-grid blockquote {
  margin: 0;
  padding: 34px;
  border-radius: 25px;
  background: #f6f7f8;
}
.pv-review-grid span {
  color: #f59e0b;
}
.pv-review-grid p {
  font-size: 20px;
  line-height: 1.55;
}
.pv-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  padding: 110px max(20px, 8vw);
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #111827);
}
.pv-contact h2 {
  color: #fff;
}
.pv-contact-lines {
  display: grid;
  gap: 12px;
  color: rgba(255, 255, 255, 0.75);
}
.pv-contact form {
  display: grid;
  gap: 12px;
  padding: 28px;
  border-radius: 26px;
  color: #17202a;
  background: #fff;
}
.pv-contact label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 750;
}
.pv-contact input,
.pv-contact textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #d7dde3;
  border-radius: 10px;
}
.pv-form-result {
  padding: 10px;
  color: #17623a;
  background: #e5f7ec;
}
.pv-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 35px max(20px, 6vw);
  font-size: 13px;
}
.pv-footer > a:last-child {
  color: var(--p);
  font-weight: 800;
}
[data-pv-reveal] {
  opacity: 1;
}
.js [data-pv-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.js [data-pv-reveal].visible {
  opacity: 1;
  transform: none;
}
.pv-motion .pv-window {
  animation: pv-float 4s ease-in-out infinite;
}
.pv-motion .pv-orb {
  animation: pv-orbit 8s ease-in-out infinite alternate;
}
.pv-motion .pv-card-grid article:hover {
  transform: translateY(-12px) rotateX(2deg);
}
.pv-motion .pv-card-grid article {
  transition: transform 0.35s;
}
.pv-one .pv-services {
  background: #fff;
}
.pv-one .pv-about {
  background: #f6f7f8;
}
@keyframes pv-float {
  50% {
    transform: translateY(-15px) rotateY(3deg);
  }
}
@keyframes pv-orbit {
  to {
    transform: translate(90px, 50px) scale(1.25);
  }
}
@media (max-width: 800px) {
  .pv-notice {
    font-size: 10px;
  }
  .pv-header {
    height: 66px;
    padding: 0 16px;
  }
  .pv-menu {
    display: block;
    min-width: 52px;
    min-height: 44px;
    border: 0;
    border-radius: 10px;
  }
  .pv-header nav {
    position: fixed;
    inset: 100px 12px auto;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  }
  .pv-header nav.open {
    display: flex;
  }
  body.pv-menu-open {
    overflow: hidden;
  }
  .pv-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }
  .pv-hero h1 {
    font-size: clamp(41px, 13vw, 64px);
  }
  .pv-visual {
    min-height: 360px;
  }
  .pv-card-grid,
  .pv-about,
  .pv-contact,
  .pv-review-grid {
    grid-template-columns: 1fr;
  }
  .pv-card-grid {
    gap: 12px;
  }
  .pv-about,
  .pv-contact {
    padding: 75px 20px;
  }
  .pv-about-visual {
    min-height: 370px;
  }
  .pv-process-line {
    grid-template-columns: 1fr 1fr;
  }
  .pv-services,
  .pv-reviews,
  .pv-process {
    padding: 75px 0;
  }
  .pv-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .pv-link {
    display: inline-block;
    margin: 16px 0 0;
  }
  .pv-hero ul {
    gap: 8px;
  }
  .pv-hero li {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
.pv-gallery {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 65px);
  padding: 90px max(20px, 7vw);
  background: #fff;
}
.pv-gallery figure {
  margin: 0;
}
.pv-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 22px 55px rgba(15, 25, 38, 0.15);
}
.pv-gallery figure:last-child {
  transform: translateY(45px);
}
.pv-gallery figcaption {
  margin-top: 9px;
  color: #697582;
  font-size: 12px;
}
.pv-gallery small {
  color: var(--p);
  font-weight: 850;
  letter-spacing: 0.12em;
}
.pv-gallery h2 {
  color: var(--ink);
  font-size: clamp(28px, 4vw, 51px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.pv-gallery p {
  color: #66717d;
  line-height: 1.7;
}
.is-tablet .pv-gallery {
  grid-template-columns: 1fr 1fr;
}
.is-tablet .pv-gallery > div {
  grid-column: 1 / -1;
  grid-row: 1;
}
.is-mobile .pv-gallery {
  grid-template-columns: 1fr;
  padding: 60px 16px;
}
.is-mobile .pv-gallery > div {
  grid-row: 1;
}
.is-mobile .pv-gallery figure:last-child {
  transform: none;
}
