:root {
  --bg0: #f3faf9;
  --bg1: #ffffff;
  --ink: #163532;
  --muted: #5d7572;
  --copper: #3fafa3;
  --copper-bright: #2f9d92;
  --copper-deep: #247a72;
  --nile: #7ec8c0;
  --nile-soft: #b8e6e1;
  --steel: #7a8f8c;
  --line: rgba(47, 157, 146, 0.22);
  --card: #ffffff;
  --radius: 16px;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html {
  margin: 0;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 90% -8%, rgba(126, 200, 192, 0.35), transparent 55%),
    radial-gradient(720px 480px at -8% 28%, rgba(184, 230, 225, 0.45), transparent 52%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 42%, #eef7f6);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.page {
  width: min(1280px, calc(100% - 1.25rem));
  margin: 0 auto;
  padding-bottom: 3rem;
}

.top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0 0.6rem;
  flex-wrap: nowrap;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
  padding-top: 0.15rem;
}
.brand-logo img {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(240px, 62vw);
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(47, 157, 146, 0.06);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.045em;
  max-width: none;
}
.nav > a:not(.btn) {
  padding: 0.55rem 0.72rem;
  border-radius: 999px;
  border: 1px solid transparent;
  line-height: 1.1;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.nav > a:not(.btn):hover,
.nav > a:not(.btn):focus-visible {
  color: var(--copper-bright);
  border-color: var(--line);
  background: rgba(47, 157, 146, 0.08);
  outline: none;
}
.nav .btn.btn-sm {
  padding: 0.62rem 1.05rem;
  font-size: 0.95rem;
  min-height: 40px;
}
.nav-account {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 1rem 0.4rem 0.45rem !important;
}
.nav-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(47, 157, 146, 0.12);
  border: 1px solid rgba(47, 157, 146, 0.25);
  color: var(--copper-deep);
  overflow: hidden;
}
.nav-avatar.is-man {
  color: #d7e6ff;
  background: rgba(70, 110, 170, 0.35);
}
.nav-avatar.is-woman {
  color: #ffe0ec;
  background: rgba(170, 80, 120, 0.35);
}
.nav-avatar svg {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}
.nav-account-label {
  letter-spacing: 0.06em;
}

.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0 0;
  min-height: 0;
}
.cover-logo {
  width: min(640px, 94%);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 10px 24px rgba(47, 157, 146, 0.18));
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  min-height: 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5ec4b8, var(--copper));
  color: #ffffff;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(47, 157, 146, 0.28);
}
.btn-sm { padding: 0.55rem 0.95rem; font-size: 0.82rem; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(47, 157, 146, 0.28);
  box-shadow: none;
}
.btn:hover { filter: brightness(1.06); }

.section { padding: 2.25rem 0; border-top: 1px solid rgba(47, 157, 146, 0.14); }
.section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 5.5vw, 2.8rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--copper-bright);
}
.section-sub {
  color: var(--muted);
  max-width: 40rem;
  line-height: 1.55;
  font-size: clamp(0.95rem, 2.8vw, 1.05rem);
}
.section-dark {
  margin-top: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(47, 157, 146, 0.12), rgba(255, 255, 255, 0.02));
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.5rem;
  align-items: stretch;
}
.cards-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  background: var(--card);
  border: 1px solid rgba(47, 157, 146, 0.14);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 8px 24px rgba(22, 53, 50, 0.06);
  overflow: visible;
  clip-path: none;
}
.card.card-device {
  padding: 1.2rem;
}
.card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  font-size: clamp(1.35rem, 4vw, 1.7rem);
  color: var(--copper-bright);
}
.card p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 0.98rem; }

.foot {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(47, 157, 146, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}

.auth-wrap {
  width: min(420px, 100%);
  margin: 1.75rem auto;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(22, 53, 50, 0.07);
}
.auth-wrap h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  font-size: clamp(1.8rem, 6vw, 2.2rem);
  text-transform: uppercase;
  color: var(--copper-bright);
}
label { display: block; margin: 0.85rem 0 0.35rem; font-size: 0.88rem; color: var(--muted); }
input, select, textarea {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(47, 157, 146, 0.22);
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 16px; /* iOS zoom önleme */
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(47, 157, 146, 0.45);
  border-color: var(--copper);
}
.form-actions { margin-top: 1.25rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.form-actions .btn { width: 100%; }
.note { margin-top: 1rem; color: var(--muted); font-size: 0.9rem; }
.alert {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: rgba(255, 90, 90, 0.12);
  border: 1px solid rgba(255, 90, 90, 0.35);
}

.service-copy { margin-top: 1.25rem; max-width: 46rem; }
.service-line {
  margin: 0 0 0.65rem;
  color: var(--ink);
  font-size: clamp(1rem, 3.4vw, 1.25rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
}
.service-strong {
  color: #1a1a1a;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 5.5vw, 2.1rem);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.service-note {
  margin-top: 1.15rem;
  color: var(--muted);
  font-size: clamp(0.92rem, 3.2vw, 1.08rem);
  font-weight: 500;
}

.parts-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(47, 157, 146, 0.04);
}
.parts-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.15rem;
  border-bottom: 1px solid rgba(47, 157, 146, 0.12);
}
.parts-row:last-child { border-bottom: 0; }
.parts-row:nth-child(even) { background: rgba(47, 157, 146, 0.05); }
.parts-name {
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: clamp(0.98rem, 3.4vw, 1.25rem);
  color: var(--ink);
  line-height: 1.25;
}
.parts-price {
  flex: 0 0 auto;
  min-width: 7.5rem;
  text-align: right;
  color: var(--copper-bright);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  background: rgba(0,0,0,0.25);
}

/* Tablet — sadece kartlar; üst menü PC düzeninde kalsın */
@media (max-width: 980px) {
  .cards, .cards-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Phone */
@media (max-width: 760px) {
  .page {
    width: calc(100% - 1rem);
    padding-bottom: 2rem;
  }
  .top {
    flex-wrap: wrap;
    align-items: center;
    padding: 0.65rem 0 0.2rem;
  }
  .brand-logo {
    padding-top: 0;
  }
  .brand-logo img {
    height: 36px;
    max-width: min(200px, 58vw);
  }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav {
    display: none;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.35rem;
    padding: 0.65rem;
    margin-top: 0.35rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.98);
  }
  .nav.is-open { display: flex; }
  .nav > a:not(.btn),
  .nav .btn.btn-sm {
    width: 100%;
    justify-content: center;
    min-height: 46px;
    font-size: 0.92rem;
  }
  .nav-account {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .cover-logo { width: min(100%, 100%); }
  .section { padding: 1.6rem 0; }
  .cards, .cards-6 { grid-template-columns: 1fr; gap: 1rem; }
  .card { padding: 1.15rem; }
  .card.card-device { padding: 1.15rem 1.15rem 1.25rem; }
  .card-media { aspect-ratio: 1 / 1; }
  .card-inspect {
    align-self: stretch;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .cta-row { justify-content: stretch; }
  .cta-row .btn { width: 100%; }
  .foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .parts-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }
  .parts-price {
    width: 100%;
    text-align: center;
    min-width: 0;
  }
  .auth-wrap {
    margin: 1.25rem auto;
    padding: 1.1rem;
  }
}

.card.card-device {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 1.2rem 1.2rem 1.3rem;
  overflow: visible;
  min-height: 100%;
  height: auto;
}
.card-device h3,
.card-device p {
  flex: 0 0 auto;
}
.card-device p {
  flex: 1 1 auto;
}
.card-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(47, 157, 146, 0.14);
  background: #e8f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow: hidden;
  flex: 0 0 auto;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.placeholder {
  color: var(--muted);
  font-weight: 600;
  background:
    linear-gradient(135deg, rgba(47,157,146,0.12), rgba(255,255,255,0.03));
}
.card-device > .card-inspect,
.card-inspect {
  position: static !important;
  display: inline-flex;
  align-self: flex-end;
  right: auto !important;
  bottom: auto !important;
  margin: 1.15rem 0 0;
  min-height: 44px;
  padding: 0.6rem 1.2rem;
  font-size: 0.82rem;
  flex: 0 0 auto;
  box-shadow: 0 4px 12px rgba(47, 157, 146, 0.2);
}
.device-back {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.device-back:hover { color: var(--copper-bright); }
.device-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.35rem 0 1.5rem;
}
.device-gallery-single {
  grid-template-columns: 1fr;
  max-width: 420px;
}
.device-shot {
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  border: 1px solid rgba(47, 157, 146, 0.14);
  background: #e8f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow: hidden;
}
.device-shot.placeholder {
  background:
    linear-gradient(135deg, rgba(47,157,146,0.14), rgba(255,255,255,0.03));
}
.device-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.device-copy h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--copper-bright);
  font-size: 1.35rem;
}
.device-copy h4 {
  margin: 1.6rem 0 0.7rem;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--copper-bright);
  font-size: clamp(1.05rem, 3.2vw, 1.2rem);
  line-height: 1.3;
  max-width: 46rem;
}
.device-copy p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 46rem;
}
.device-list {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  max-width: 46rem;
  display: grid;
  gap: 0.65rem;
}
.device-list li {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(47, 157, 146, 0.14);
  background: rgba(47, 157, 146, 0.05);
  color: var(--muted);
  line-height: 1.55;
}
.device-list li strong {
  color: var(--ink);
  font-weight: 800;
}
.about-closing {
  color: #1a1a1a !important;
  font-weight: 800;
  font-size: clamp(1.02rem, 2.8vw, 1.12rem);
  line-height: 1.65;
}
.about-closing strong {
  color: #1a1a1a;
  font-weight: 800;
}
.brand-name {
  color: #1a1a1a !important;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .device-gallery { grid-template-columns: 1fr; }
  .device-list li { padding: 0.7rem 0.8rem; }
}
.contact-block {
  margin-top: 0;
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(47, 157, 146, 0.05);
  min-width: 0;
}
.contact-title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--copper-bright);
  font-size: clamp(1.15rem, 3.5vw, 1.55rem);
  line-height: 1.25;
}
.wa-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.wa-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(37, 211, 102, 0.35);
  background: linear-gradient(180deg, rgba(37, 211, 102, 0.16), rgba(37, 211, 102, 0.06));
  color: #163532;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: clamp(0.98rem, 3.2vw, 1.12rem);
  min-width: 0;
}
.wa-link > span:last-child {
  min-width: 0;
  line-height: 1.3;
}
.wa-icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
}
.wa-icon svg { display: block; }
.wa-link:hover {
  filter: brightness(1.08);
  border-color: rgba(37, 211, 102, 0.6);
}
.contact-hint {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.refs-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  max-width: 40rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(47, 157, 146, 0.04);
}
.refs-item {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(47, 157, 146, 0.12);
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 3vw, 1.3rem);
  color: var(--ink);
}
.refs-item:last-child { border-bottom: 0; }
.refs-item:nth-child(even) { background: rgba(47, 157, 146, 0.05); }
.mail-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(47,157,146,0.06);
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(0.98rem, 2.8vw, 1.12rem);
  word-break: break-word;
  overflow-wrap: anywhere;
}
.mail-link:hover { border-color: rgba(47,157,146,0.55); }
.location-box {
  margin-top: 0.7rem;
  gap: 0.7rem;
  cursor: default;
  text-transform: uppercase;
}
.location-box:hover { border-color: var(--line); }
.location-icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 157, 146, 0.14);
  color: var(--copper-deep);
}
.location-icon svg { display: block; }
.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(47, 157, 146, 0.14);
  background: rgba(47, 157, 146, 0.05);
  min-width: 0;
}
.hours-list span { color: var(--muted); font-weight: 600; min-width: 0; }
.hours-list strong {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.02em;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 1.35rem;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 981px) {
  .contact-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 1rem;
    align-items: start;
  }
}

/* Tablet: telefonlar ustte tam genislik, saat + e-posta yan yana */
@media (min-width: 761px) and (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .contact-grid > .contact-block:first-child {
    grid-column: 1 / -1;
  }
}

/* Telefon: okunabilir satirlar */
@media (max-width: 760px) {
  .contact-block {
    padding: 1.1rem 1rem;
  }
  .contact-title {
    margin-bottom: 0.85rem;
    font-size: 1.15rem;
  }
  .wa-link {
    min-height: 48px;
    padding: 0.75rem 0.85rem;
    gap: 0.65rem;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
  }
  .hours-list li {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 0.75rem;
    padding: 0.8rem 0.9rem;
  }
  .hours-list strong {
    text-align: right;
  }
  .mail-link {
    min-height: 48px;
    padding: 0.75rem 0.85rem;
    font-size: 0.98rem;
  }
}

/* cachebust-29 */
