:root {
  --orange: #ff6a1a;
  --orange-dark: #e85608;
  --ink: #070707;
  --muted: #5b6472;
  --line: #161616;
  --soft: #f4f6f8;
  --blue: #0c4d8f;
  --green: #128c4a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e4e7eb;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.logo-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border: 2px solid var(--line);
  border-radius: 8px;
}

.topbar nav {
  display: flex;
  gap: 18px;
  color: #263241;
  font-size: 14px;
  font-weight: 700;
}

.top-call {
  padding: 9px 14px;
  color: #fff;
  background: var(--green);
  border-radius: 6px;
  font-weight: 900;
  white-space: nowrap;
}

.hero {
  padding: clamp(18px, 3vw, 34px) clamp(14px, 3vw, 34px) 0;
  overflow: hidden;
}

.phone-banner {
  max-width: 720px;
  margin-bottom: 22px;
  color: #fff;
  background: linear-gradient(180deg, #ff7c22, var(--orange));
  border: 1px solid var(--orange-dark);
  border-radius: 14px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.phone-banner a {
  display: block;
  padding: clamp(16px, 3.8vw, 28px);
  font-size: clamp(34px, 6vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(130px, 245px) minmax(320px, 1fr) minmax(130px, 245px);
  gap: clamp(18px, 4vw, 42px);
  align-items: start;
}

.brand-stack {
  display: grid;
  gap: 14px;
}

.brand {
  display: grid;
  min-height: 84px;
  place-items: center;
  padding: 8px;
  background: #fff;
  border: 3px solid var(--line);
  border-radius: 7px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.brand-lg {
  color: #45464a;
}

.brand-panasonic,
.brand-beko,
.brand-samsung {
  color: #07316d;
}

.brand-bosch {
  color: #eb1515;
}

.brand-philips {
  color: #0d86cc;
}

.hero-main {
  text-align: center;
}

.service-line {
  margin: -4px 0 20px;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.2;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 900;
  line-height: 1.05;
}

.tv-frame {
  position: relative;
  width: min(100%, 700px);
  margin: 0 auto 22px;
  padding: 8px;
  background: #1d2026;
  border: 4px solid #363942;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.tv-frame::before,
.tv-frame::after {
  position: absolute;
  bottom: -38px;
  width: 16px;
  height: 42px;
  content: "";
  background: #151515;
  transform: skewX(-18deg);
}

.tv-frame::before {
  left: 8%;
}

.tv-frame::after {
  right: 8%;
  transform: skewX(18deg);
}

.tv-screen {
  position: relative;
  min-height: clamp(210px, 28vw, 360px);
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 28%, rgba(42, 132, 255, 0.45), transparent 28%),
    linear-gradient(135deg, #2b1d34, #133c69 54%, #080d16);
}

.skyline {
  position: absolute;
  right: 5%;
  bottom: 20%;
  left: 5%;
  height: 34%;
  background:
    linear-gradient(to top, rgba(255, 143, 31, 0.95), rgba(255, 143, 31, 0.2) 6%, transparent 7%) 0 100% / 100% 16px,
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 195, 88, 0.92) 23px 29px, transparent 30px 46px),
    linear-gradient(to top, #101822 0 70%, transparent 71%);
  clip-path: polygon(0 100%, 0 48%, 6% 48%, 6% 30%, 12% 30%, 12% 57%, 19% 57%, 19% 22%, 26% 22%, 26% 65%, 35% 65%, 35% 36%, 43% 36%, 43% 18%, 50% 18%, 50% 62%, 58% 62%, 58% 28%, 66% 28%, 66% 52%, 73% 52%, 73% 12%, 82% 12%, 82% 44%, 90% 44%, 90% 25%, 100% 25%, 100% 100%);
}

.tv-screen span {
  position: absolute;
  right: 24px;
  bottom: 16px;
  color: #fff;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.55);
}

.hero-copy {
  max-width: 880px;
  margin: 34px auto 16px;
  font-size: clamp(26px, 4.5vw, 54px);
  font-weight: 900;
  line-height: 1.12;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--line);
  border-radius: 7px;
  font-weight: 900;
}

.btn-primary {
  color: #fff;
  background: var(--green);
}

.btn-secondary {
  background: #fff;
}

.support-band {
  margin: 24px -34px 0;
  padding: 16px clamp(18px, 6vw, 80px);
  background: var(--orange);
  border-top: 1px solid var(--orange-dark);
  font-size: clamp(28px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.bottom-png {
  position: relative;
  width: min(100% - 32px, 1180px);
  aspect-ratio: 2099 / 517;
  margin: 28px auto 42px;
  overflow: hidden;
  border-radius: 8px;
}

.bottom-png img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.bottom-area-tags {
  position: absolute;
  top: 28.5%;
  left: 2.35%;
  display: flex;
  width: 59.3%;
  height: 19.5%;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: clamp(4px, 0.55vw, 9px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(5px, 0.8vw, 11px);
  scrollbar-width: thin;
}

.bottom-area-tags a {
  display: inline-flex;
  max-width: 100%;
  min-height: clamp(22px, 2.4vw, 32px);
  align-items: center;
  padding: 5px clamp(8px, 1vw, 14px);
  overflow: hidden;
  color: #071833;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #bfcee2;
  border-radius: 6px;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 800;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section,
.content-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) clamp(16px, 3vw, 28px);
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.18;
}

p {
  margin: 0;
  color: var(--muted);
}

.district-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.district-card a,
.link-grid a {
  display: grid;
  gap: 6px;
  height: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid #d8dde4;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
}

.district-card span,
.district-card small {
  color: var(--muted);
  font-size: 13px;
}

.district-card strong,
.link-grid a {
  font-weight: 900;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 12px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: var(--soft);
  max-width: none;
}

.content-grid article {
  max-width: 360px;
  margin: 0 auto;
}

.compact {
  padding-top: 10px;
}

.back-link {
  color: var(--blue);
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  padding: 13px 16px;
  color: #fff;
  background: var(--green);
  border: 2px solid #0b5e31;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.blog-hero {
  padding: clamp(52px, 8vw, 96px) clamp(18px, 5vw, 70px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 21, 43, 0.95), rgba(9, 54, 73, 0.92)),
    url("ornek.png") center / cover;
}

.blog-hero > div {
  max-width: 880px;
}

.blog-hero span,
.blog-card span,
.blog-article-head span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-hero h1 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(36px, 6vw, 70px);
}

.blog-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 22px);
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) clamp(16px, 3vw, 28px);
}

.blog-list.compact-list {
  padding-top: 18px;
}

.blog-card a {
  display: grid;
  min-height: 100%;
  gap: 12px;
  align-content: start;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8dde4;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.09);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.blog-card a:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 123, 32, 0.45);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.14);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef2f7;
}

.blog-card span,
.blog-card h2,
.blog-card p,
.blog-card small,
.blog-card-tags,
.read-more {
  margin-left: 20px;
  margin-right: 20px;
}

.blog-card span {
  width: fit-content;
  margin-top: 8px;
  padding: 6px 10px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
}

.blog-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}

.blog-card p {
  font-size: 15px;
  color: #526070;
}

.blog-card-tags,
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-card-tags span,
.blog-tags span {
  display: inline-flex;
  margin: 0;
  padding: 6px 9px;
  color: #384152;
  background: #eef2f7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

.blog-card small,
.blog-article-head small {
  color: var(--muted);
  font-weight: 800;
}

.blog-card small {
  width: fit-content;
  margin-top: 2px;
  padding: 0 20px;
  color: var(--green);
}

.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 20px;
  padding: 10px 13px;
  color: #fff;
  background: var(--orange);
  border-radius: 6px;
  font-size: 14px;
}

.blog-article {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 80px) clamp(16px, 3vw, 28px);
}

.blog-article-head {
  padding: 24px 0 30px;
  border-bottom: 1px solid #d8dde4;
}

.blog-article-head h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 62px);
}

.blog-article-head p {
  max-width: 760px;
  font-size: 19px;
}

.blog-cover {
  margin: 24px 0 0;
}

.blog-cover img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d8dde4;
}

.blog-content {
  display: grid;
  gap: 18px;
  padding-top: 28px;
}

.blog-content h2 {
  margin-top: 12px;
}

.blog-content h3 {
  margin-top: 8px;
  font-size: 23px;
}

.blog-content p {
  font-size: 18px;
  line-height: 1.75;
}

.blog-content a {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-callout {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 22px;
  background: linear-gradient(135deg, #f7fbf9, #fff);
  border: 1px solid rgba(10, 122, 92, 0.18);
  border-radius: 8px;
}

.blog-callout strong {
  font-size: 20px;
}

.blog-callout .btn {
  width: fit-content;
}

.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.related-posts {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px) clamp(34px, 6vw, 72px);
}

.internal-link-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px) clamp(16px, 3vw, 28px);
}

.internal-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.internal-link-card a {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 150px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8dde4;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.internal-link-card a:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 123, 32, 0.48);
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.13);
}

.internal-link-card img {
  grid-row: span 3;
  width: 112px;
  height: 100%;
  object-fit: cover;
  background: #eef2f7;
}

.internal-link-card span {
  align-self: end;
  width: fit-content;
  margin: 14px 16px 0;
  padding: 5px 9px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.internal-link-card h3 {
  margin: 8px 16px 0;
  font-size: 19px;
  line-height: 1.2;
}

.internal-link-card p {
  margin: 8px 16px 16px;
  color: #526070;
  font-size: 14px;
  line-height: 1.45;
}

.similar-faults,
.blog-index-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px) clamp(16px, 3vw, 28px);
}

.fault-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.fault-link-grid a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d8dde4;
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.07);
}

.blog-filter-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px clamp(16px, 3vw, 28px) 0;
}

.blog-filter-bar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-filter-bar a {
  display: inline-flex;
  padding: 8px 11px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 16px 44px;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d8dde4;
  border-radius: 8px;
  font-weight: 900;
}

.page-link.current {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

@media (max-width: 680px) {
  .blog-filter-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .topbar {
    flex-wrap: wrap;
  }

  .topbar nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
  }

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

  .brand-stack {
    grid-template-columns: repeat(3, 1fr);
  }

  .left-stack {
    order: 2;
  }

  .right-stack {
    order: 3;
  }

  .hero-main {
    order: 1;
  }

  .brand {
    min-height: 58px;
    font-size: clamp(20px, 6vw, 32px);
  }

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

  .content-grid article {
    max-width: 720px;
  }
}

@media (max-width: 560px) {
  .phone-banner a {
    font-size: clamp(28px, 11vw, 44px);
  }

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

  .service-line {
    font-size: 27px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-copy {
    font-size: 27px;
  }

  .support-band {
    margin-right: -14px;
    margin-left: -14px;
    font-size: 30px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

/* Index draft based on sontaslak.png */
.home-draft {
  --navy: #06152b;
  --navy-2: #0a203d;
  --accent: #ff6b12;
  --accent-dark: #ec5200;
  --success: #20b742;
  color: #081733;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9) 68%, #fff),
    radial-gradient(circle at 10% 46%, rgba(62, 142, 70, 0.14), transparent 16%),
    radial-gradient(circle at 88% 48%, rgba(9, 21, 43, 0.08), transparent 18%),
    #fff;
}

.home-draft .utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(18px, 4vw, 52px);
  color: #fff;
  background: #061326;
  font-size: 13px;
  font-weight: 800;
}

.home-draft .utility-bar span {
  white-space: nowrap;
}

.home-draft .topbar {
  position: relative;
  padding: 20px clamp(18px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 26px rgba(8, 23, 51, 0.09);
}

.home-draft .logo {
  align-items: center;
  color: #091733;
}

.home-draft .logo-mark {
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(180deg, #ff7c25, #ff5a00);
  border-color: #091733;
  border-radius: 8px;
  font-size: 25px;
}

.home-draft .logo span:last-child {
  display: grid;
  gap: 2px;
}

.home-draft .logo small {
  color: #26344e;
  font-size: 13px;
  font-weight: 700;
}

.home-draft .topbar nav {
  gap: 28px;
  color: #101d34;
}

.home-draft .top-actions {
  display: flex;
  gap: 14px;
}

.home-draft .top-call,
.home-draft .top-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  min-height: 56px;
  padding: 12px 18px;
  color: #fff;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(8, 23, 51, 0.14);
}

.home-draft .top-call {
  background: linear-gradient(180deg, #ff741f, #ff5c00);
}

.home-draft .top-whatsapp {
  background: linear-gradient(180deg, #25c54a, #13a934);
}

.home-draft .hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px clamp(18px, 3vw, 32px) 18px;
}

.home-draft .hero-grid {
  grid-template-columns: 180px minmax(420px, 1fr) 180px;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

.home-draft .brand-stack {
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 23, 51, 0.12);
}

.home-draft .brand-title {
  display: grid;
  min-height: 40px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.home-draft .brand {
  min-height: 70px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 0;
  box-shadow: none;
  font-size: 26px;
}

.home-draft .brand-toshiba,
.home-draft .brand-bosch {
  color: #ec1111;
}

.home-draft .brand-lg {
  color: #3f4148;
}

.home-draft .hero-main {
  display: grid;
  justify-items: center;
}

.home-draft .service-line {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: clamp(20px, 2.2vw, 30px);
  letter-spacing: 0;
}

.home-draft h1 {
  margin: 0 0 12px;
  color: #091733;
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 0.98;
}

.home-draft h1::first-line {
  color: #091733;
}

.home-draft h1 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.home-draft h1 span {
  color: var(--accent);
}

.home-draft .hero-copy {
  max-width: 760px;
  margin: 0 0 20px;
  color: #10203b;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.35;
}

.home-draft .tv-frame {
  width: min(100%, 720px);
  margin-bottom: 24px;
  padding: 6px;
  background: #151b24;
  border: 4px solid #363b45;
  border-radius: 3px;
  box-shadow: 0 16px 34px rgba(8, 23, 51, 0.28);
}

.home-draft .tv-screen {
  min-height: clamp(260px, 28vw, 330px);
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.1), rgba(7, 17, 31, 0.46)),
    radial-gradient(circle at 62% 20%, rgba(255, 146, 74, 0.9), transparent 12%),
    linear-gradient(135deg, #0d263e, #244765 45%, #092033 78%);
}

.home-draft .screen-checks {
  position: absolute;
  top: 22%;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 16px;
  width: min(250px, 42%);
  margin: 0;
  padding: 22px 24px;
  color: #fff;
  background: rgba(2, 12, 25, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  font-weight: 900;
  list-style: none;
}

.home-draft .screen-checks li {
  position: relative;
  padding-left: 24px;
}

.home-draft .screen-checks li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "✓";
}

.home-draft .skyline {
  right: 0;
  bottom: 0;
  left: 0;
  height: 56%;
  opacity: 0.95;
}

.home-draft .tv-screen span {
  top: 22px;
  right: 22px;
  bottom: auto;
  padding: 13px 16px;
  color: #081733;
  background: #fff;
  border-radius: 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 0.95;
  text-shadow: none;
}

.home-draft .tv-screen span small {
  color: #142641;
  font-size: 12px;
}

.home-draft .cta-row {
  gap: 20px;
}

.home-draft .btn {
  min-width: 280px;
  min-height: 76px;
  flex-direction: column;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  box-shadow: 0 12px 24px rgba(8, 23, 51, 0.12);
}

.home-draft .btn small {
  margin-top: 5px;
  font-size: 15px;
}

.home-draft .btn-secondary {
  background: linear-gradient(180deg, #ff741f, #ff5c00);
}

.home-draft .btn-primary {
  background: linear-gradient(180deg, #24c74a, #10a831);
}

.home-draft .service-location {
  margin: 20px 0 24px;
  color: #091733;
  font-weight: 900;
  text-align: center;
}

.home-draft .trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.home-draft .trust-grid article {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 22px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e3e9f1;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(8, 23, 51, 0.06);
  text-align: center;
}

.home-draft .trust-grid strong {
  color: #091733;
  font-size: 16px;
}

.home-draft .trust-grid span {
  color: #26344e;
  font-size: 14px;
}

.home-draft .bottom-png {
  position: relative;
  width: min(100% - 56px, 1210px);
  aspect-ratio: 2099 / 517;
  margin: 18px auto 42px;
  overflow: hidden;
  border-radius: 8px;
}

.home-draft .bottom-png img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.home-draft .service-area {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 1210px;
  margin: 0 auto 18px;
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e3e9f1;
  border-radius: 8px;
}

.home-draft .service-area h2 {
  font-size: 22px;
}

.home-draft .area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.home-draft .area-tags span {
  padding: 9px 14px;
  border: 1px solid #d3dce8;
  border-radius: 6px;
  color: #142641;
  font-size: 13px;
  font-weight: 800;
}

.home-draft .service-van {
  display: grid;
  width: 210px;
  min-height: 96px;
  place-items: center;
  align-self: end;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 0 18%, #fff 18% 28%, transparent 28%),
    linear-gradient(180deg, #f6f9fc, #dce5ef);
  border: 3px solid #9ba8b7;
  border-radius: 16px 24px 12px 12px;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 48px 0 0 var(--accent);
}

.home-draft .guarantee-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1210px;
  margin: 0 auto 42px;
  padding: 26px 36px;
  color: #fff;
  background: linear-gradient(90deg, var(--navy), var(--navy-2));
  border-radius: 8px;
}

.home-draft .guarantee-band strong {
  font-size: 22px;
}

.home-draft .guarantee-band span {
  color: #ffc329;
  text-transform: uppercase;
}

.home-draft .guarantee-band p {
  color: #dce7f4;
}

@media (max-width: 900px) {
  .home-draft .topbar,
  .home-draft .utility-bar {
    flex-wrap: wrap;
  }

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

  .home-draft .brand-stack {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-draft .brand-title {
    grid-column: 1 / -1;
  }

  .home-draft .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-draft .service-detail,
  .home-draft .review-grid,
  .home-draft .why-grid,
  .home-draft .final-cta,
  .home-draft .bottom-features {
    grid-template-columns: 1fr;
  }

  .home-draft .service-copy-card {
    grid-template-columns: 1fr;
  }

  .home-draft .repair-visual {
    max-width: 360px;
  }

  .home-draft .why-grid article,
  .home-draft .bottom-features span {
    border-right: 0;
  }

  .home-draft .final-cta .technician {
    display: none;
  }
}

@media (max-width: 680px) {
  .home-draft .utility-bar {
    display: none;
  }

  .home-draft .top-actions,
  .home-draft .cta-row,
  .home-draft .service-area,
  .home-draft .guarantee-band {
    flex-direction: column;
  }

  .home-draft .top-call,
  .home-draft .top-whatsapp,
  .home-draft .btn {
    width: 100%;
    min-width: 0;
  }

  .home-draft .brand-stack,
  .home-draft .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-draft .screen-checks {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 28px);
    margin: 14px;
  }

  .home-draft .tv-screen span {
    right: 14px;
    bottom: 14px;
    top: auto;
  }

  .home-draft .service-van {
    width: 100%;
  }

  .home-draft .bottom-png {
    width: calc(100% - 28px);
    aspect-ratio: 2099 / 517;
    margin-bottom: 30px;
  }
}

/* ornektaslak.png yönündeki yeni sayfa düzeni */
.home-draft {
  --navy: #071936;
  --navy-2: #0d2847;
  --accent: #ff6b0b;
  --accent-dark: #f05a00;
  --success: #17b63d;
  color: #071936;
  background:
    linear-gradient(180deg, #f9fbff 0, #ffffff 420px, #f8fbff 100%),
    #fff;
}

.home-draft .utility-bar {
  display: none;
}

.home-draft .topbar {
  position: sticky;
  top: 14px;
  z-index: 30;
  width: min(100% - 40px, 1210px);
  min-height: 70px;
  margin: 14px auto 0;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(7, 25, 54, 0.08);
}

.home-draft .logo {
  gap: 12px;
}

.home-draft .logo-mark {
  position: relative;
  display: block;
  width: 44px;
  height: 38px;
  background: #fff;
  border: 2px solid var(--accent);
  border-radius: 5px;
}

.home-draft .logo-mark::before,
.home-draft .logo-mark::after {
  position: absolute;
  content: "";
  background: var(--navy);
}

.home-draft .logo-mark::before {
  left: 10px;
  right: 10px;
  bottom: -8px;
  height: 2px;
}

.home-draft .logo-mark::after {
  top: -7px;
  left: 18px;
  width: 2px;
  height: 12px;
  transform: rotate(45deg);
}

.home-draft .logo-mark span::before,
.home-draft .logo-mark span::after {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 17px;
  height: 2px;
  background: var(--accent);
  content: "";
}

.home-draft .logo-mark span::before {
  transform: rotate(45deg);
}

.home-draft .logo-mark span::after {
  transform: rotate(-45deg);
}

.home-draft .logo strong {
  display: block;
  color: #070b18;
  font-size: 20px;
  line-height: 1;
}

.home-draft .logo small {
  display: block;
  margin-top: 4px;
  color: #111b2f;
  font-size: 12px;
  font-weight: 800;
}

.home-draft .topbar nav {
  gap: clamp(18px, 3vw, 42px);
  color: #07142b;
  font-size: 14px;
}

.home-draft .top-call {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  min-width: 164px;
  padding: 0;
  color: var(--accent);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.05;
}

.home-draft .top-call span {
  grid-row: span 2;
  font-size: 28px;
}

.home-draft .top-call strong {
  font-size: 15px;
}

.home-draft .top-call small {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
}

.home-draft .hero {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding: 46px clamp(18px, 3vw, 28px) 8px;
  overflow: visible;
}

.home-draft .hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(460px, 1.15fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.home-draft .hero-copy-block {
  position: relative;
  z-index: 2;
}

.home-draft h1 {
  margin: 0 0 18px;
  color: #071936;
  font-size: clamp(46px, 5.1vw, 76px);
  font-weight: 900;
  line-height: 1.02;
}

.home-draft h1 span {
  color: var(--accent);
}

.home-draft .hero-copy {
  max-width: 520px;
  margin: 0 0 20px;
  color: #0c1830;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
}

.home-draft .hero-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 14px 26px;
  max-width: 450px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.home-draft .hero-checks li {
  position: relative;
  padding-left: 28px;
  color: #101a31;
  font-weight: 800;
}

.home-draft .hero-checks li::before {
  position: absolute;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 11px;
  content: "✓";
}

.home-draft .hero-visual {
  position: relative;
  min-height: 470px;
  padding: 44px 0 0;
}

.home-draft .hero-visual::before {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 36px;
  width: 122px;
  background: repeating-linear-gradient(90deg, #d4c7b9 0 8px, #f2eee8 8px 18px);
  content: "";
}

.home-draft .tv-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  margin: 0 auto;
  padding: 5px;
  background: #101722;
  border: 3px solid #1c2633;
  border-radius: 5px;
  box-shadow: 0 18px 34px rgba(7, 25, 54, 0.2);
}

.home-draft .tv-frame::before,
.home-draft .tv-frame::after {
  bottom: -30px;
  width: 16px;
  height: 36px;
  background: #11151d;
}

.home-draft .tv-screen {
  min-height: 276px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 115, 0, 0.98), rgba(255, 115, 0, 0.28) 7%, transparent 18%),
    linear-gradient(135deg, #061528, #102b43 52%, #07111d);
}

.home-draft .skyline {
  right: 0;
  bottom: 0;
  left: 0;
  height: 58%;
}

.home-draft .tv-screen span {
  top: 30px;
  right: 28px;
  bottom: auto;
  padding: 14px 18px;
  color: #071936;
  background: #fff;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
  text-shadow: none;
}

.home-draft .tv-screen span small {
  display: block;
  margin-top: 7px;
  color: #071936;
  font-size: 10px;
}

.home-draft .media-console {
  position: absolute;
  right: -20px;
  bottom: 34px;
  left: -58px;
  z-index: 1;
  height: 148px;
  background:
    linear-gradient(#d7c3a9, #d7c3a9) 0 0 / 100% 2px no-repeat,
    repeating-linear-gradient(90deg, #efe2d1 0 33%, #cab79e 33.2% 33.5%, #efe2d1 33.8% 66.4%, #cab79e 66.6% 67%, #efe2d1 67.2% 100%);
  border: 1px solid #cfbca4;
  border-radius: 3px 3px 0 0;
}

.home-draft .plant {
  position: absolute;
  right: -34px;
  bottom: 140px;
  z-index: 3;
  width: 70px;
  height: 108px;
  background:
    radial-gradient(ellipse at 50% 100%, #7b8586 0 34%, transparent 35%),
    radial-gradient(ellipse at 25% 25%, #3e8d20 0 18%, transparent 19%),
    radial-gradient(ellipse at 60% 20%, #2f7f16 0 20%, transparent 21%),
    radial-gradient(ellipse at 80% 44%, #509928 0 18%, transparent 19%),
    radial-gradient(ellipse at 20% 54%, #4b9828 0 17%, transparent 18%);
}

.home-draft .cta-row {
  justify-content: flex-start;
  gap: 12px;
}

.home-draft .btn {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 13px;
  min-width: 180px;
  min-height: 66px;
  justify-content: start;
  padding: 14px 22px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 13px 24px rgba(7, 25, 54, 0.14);
  line-height: 1.05;
}

.home-draft .btn span {
  grid-row: span 2;
  font-size: 30px;
}

.home-draft .btn strong {
  font-size: 15px;
}

.home-draft .btn small {
  margin: 3px 0 0;
  color: #fff;
  font-size: 13px;
}

.home-draft .btn-secondary {
  background: linear-gradient(180deg, #ff791c, #ff5d00);
}

.home-draft .btn-primary {
  background: linear-gradient(180deg, #21c347, #0cab32);
}

.home-draft .brand-strip {
  display: grid;
  grid-template-columns: 112px repeat(8, 1fr);
  align-items: center;
  gap: 26px;
  width: min(100% - 80px, 1110px);
  min-height: 90px;
  margin: -18px auto 18px;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(7, 25, 54, 0.08);
}

.home-draft .brand-strip-title {
  display: grid;
  min-height: 44px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
}

.home-draft .brand-logo {
  color: #071936;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.home-draft .brand-philips,
.home-draft .brand-beko {
  color: #1681c6;
}

.home-draft .brand-vestel,
.home-draft .brand-toshiba {
  color: #f00;
}

.home-draft .trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  width: min(100% - 86px, 1100px);
  margin: 0 auto 20px;
}

.home-draft .trust-grid article {
  display: grid;
  min-height: 174px;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 22px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #edf1f6;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 54, 0.045);
  text-align: center;
}

.home-draft .trust-grid i {
  color: var(--accent);
  font-size: 34px;
  font-style: normal;
  line-height: 1;
}

.home-draft .trust-grid strong {
  color: #071936;
  font-size: 15px;
}

.home-draft .trust-grid span {
  color: #1d2940;
  font-size: 13px;
  line-height: 1.7;
}

.home-draft .content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
  width: min(100% - 86px, 1100px);
  max-width: 1100px;
  margin: 0 auto 22px;
  padding: 0;
  background: transparent;
}

.home-draft .content-grid article {
  max-width: none;
  min-height: 214px;
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 54, 0.045);
}

.home-draft .content-grid article:nth-child(2) {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0b2a4a);
}

.home-draft .content-grid article:nth-child(2) p,
.home-draft .content-grid article:nth-child(2) h2 {
  color: #fff;
}

.home-draft .content-grid article:nth-child(3) {
  grid-column: 1 / -1;
  min-height: auto;
}

.home-draft .service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.85fr);
  gap: 22px;
  width: min(100% - 86px, 1100px);
  margin: 18px auto;
}

.home-draft .service-copy-card,
.home-draft .contact-panel,
.home-draft .testimonials,
.home-draft .why-band,
.home-draft .final-cta,
.home-draft .bottom-features {
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 54, 0.045);
}

.home-draft .service-copy-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 14px 22px;
  padding: 24px;
  background: #fff;
  border: 1px solid #edf1f6;
}

.home-draft .service-copy-card h2,
.home-draft .service-copy-card p {
  grid-column: 1 / -1;
}

.home-draft .repair-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #071936;
  font-weight: 800;
  list-style: none;
}

.home-draft .repair-list li {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
}

.home-draft .repair-list li::before {
  position: absolute;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 10px;
  content: "✓";
}

.home-draft .repair-visual {
  overflow: hidden;
  align-self: end;
  border-radius: 7px;
  background: #edf2f7;
}

.home-draft .repair-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-draft .contact-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 26px 26px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 107, 11, 0.22), transparent 32%),
    linear-gradient(135deg, var(--navy), #0a2b4e);
}

.home-draft .contact-panel h2,
.home-draft .contact-panel p {
  color: #fff;
}

.home-draft .panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-draft .panel-actions .btn {
  min-width: 0;
  min-height: 58px;
  padding: 12px 16px;
}

.home-draft .panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}

.home-draft .panel-stats span {
  display: grid;
  gap: 4px;
  color: #fff;
}

.home-draft .panel-stats i {
  color: var(--accent);
  font-size: 28px;
  font-style: normal;
}

.home-draft .panel-stats small {
  color: #d7e4f4;
  font-weight: 800;
}

.home-draft .testimonials {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 28px);
  width: min(100% - 86px, 1100px);
  margin: 22px auto;
  padding: 16px 16px 12px;
  background: #fff;
  border: 1px solid #edf1f6;
  overflow: hidden;
}

.home-draft .review-nav {
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #071936;
  background: #f3f6fa;
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.home-draft .testimonial-inner {
  min-width: 0;
}

.home-draft .testimonial-inner h2,
.home-draft .why-band h2 {
  text-align: center;
}

.home-draft .review-grid {
  display: flex;
  gap: 22px;
  margin: 14px 0 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 2px 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-draft .review-grid::-webkit-scrollbar {
  display: none;
}

.home-draft .review-grid article {
  flex: 0 0 min(100%, calc((100% - 44px) / 3));
  min-width: 260px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  scroll-snap-align: start;
}

.home-draft .stars {
  color: var(--accent);
  font-size: 17px;
  letter-spacing: 2px;
}

.home-draft .review-grid p {
  margin: 8px 0 14px;
  color: #071936;
  font-weight: 700;
  line-height: 1.55;
}

.home-draft .review-author {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 10px;
  align-items: center;
}

.home-draft .review-author span {
  display: grid;
  grid-row: span 2;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, var(--navy-2), var(--navy));
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.home-draft .review-author small {
  color: #526176;
  font-weight: 700;
}

.home-draft .review-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.home-draft .review-dot {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.home-draft .review-dot::before {
  width: 9px;
  height: 9px;
  background: #c9d1dc;
  border-radius: 50%;
  content: "";
}

.home-draft .review-dot.is-active::before {
  background: var(--accent);
}

.home-draft .review-dot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.home-draft .why-band {
  width: min(100% - 86px, 1100px);
  margin: 22px auto;
  padding: 22px 26px;
  background: #fff;
  border: 1px solid #edf1f6;
}

.home-draft .why-band > p {
  text-align: center;
}

.home-draft .why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.home-draft .why-grid article {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 8px;
  align-items: center;
  min-height: 58px;
  padding-right: 10px;
  border-right: 1px solid #dfe6ef;
}

.home-draft .why-grid i {
  grid-row: span 2;
  color: var(--accent);
  font-size: 30px;
  font-style: normal;
}

.home-draft .why-grid strong {
  font-size: 13px;
}

.home-draft .why-grid span {
  color: #324058;
  font-size: 11px;
}

.home-draft .final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto 170px;
  align-items: center;
  gap: 20px;
  width: min(100% - 86px, 1100px);
  min-height: 126px;
  margin: 22px auto;
  overflow: hidden;
  padding: 28px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(135deg, var(--navy), #0b2d50);
}

.home-draft .final-cta h2,
.home-draft .final-cta p {
  color: #fff;
}

.home-draft .final-cta .btn {
  min-width: 190px;
}

.home-draft .technician {
  align-self: end;
  width: 142px;
  height: 122px;
  background:
    radial-gradient(circle at 50% 18%, #f6bd8f 0 15%, transparent 16%),
    linear-gradient(#071936, #071936) 44% 100% / 80% 56% no-repeat,
    radial-gradient(ellipse at 50% 100%, rgba(255,255,255,0.2), transparent 55%);
  border-radius: 60px 60px 0 0;
}

.home-draft .bottom-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(100% - 86px, 1100px);
  margin: 0 auto 30px;
  padding: 18px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0b2d50);
}

.home-draft .bottom-features span {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 13px;
}

.home-draft h2 {
  color: #071936;
  font-size: clamp(24px, 2.4vw, 31px);
}

.home-draft p {
  color: #1d2940;
  line-height: 1.85;
}

.home-draft .section {
  width: min(100% - 86px, 1100px);
  max-width: 1100px;
  margin: 22px auto;
  padding: 28px;
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 54, 0.045);
}

.home-draft .bottom-png {
  width: min(100% - 86px, 1100px);
  margin: 22px auto;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 54, 0.045);
}

.home-draft .quote-landing {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: min(100% - 86px, 1100px);
  min-height: 260px;
  margin: 18px auto 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.96) 28%, rgba(255,255,255,0.96) 72%, rgba(255,255,255,0.08)),
    url("ornekler/01.png") center / cover no-repeat,
    #fff;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(7, 25, 54, 0.08);
}

.home-draft .quote-brand {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
}

.home-draft .quote-brand span {
  width: 14px;
  height: 24px;
  background: #2db34a;
  border-radius: 11px 11px 11px 2px;
  transform: rotate(25deg);
}

.home-draft .quote-side {
  display: none;
}

.home-draft .quote-intro {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  width: min(100% - 300px, 720px);
  min-height: 260px;
  margin: 0 auto;
  padding: 28px 34px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  box-shadow: 0 0 56px rgba(255, 255, 255, 0.96);
}

.home-draft .quote-intro h3 {
  max-width: 720px;
  margin: 0;
  color: #20b742;
  font-size: clamp(28px, 3.4vw, 36px);
  line-height: 1.15;
}

.home-draft .quote-intro p {
  color: #0c1830;
  font-size: 18px;
  font-weight: 700;
}

.home-draft .quote-start,
.home-draft .quote-next {
  min-width: 220px;
  min-height: 58px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(180deg, #31bd50, #25a942);
  border: 0;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(37, 169, 66, 0.28);
}

.home-draft .quote-start {
  position: relative;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  min-width: 260px;
  min-height: 66px;
  margin-top: 4px;
  isolation: isolate;
  overflow: visible;
  color: #fff !important;
  background-color: #18a83a !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), transparent 42%),
    linear-gradient(180deg, #39d760 0%, #22b947 52%, #0f982f 100%) !important;
  border: 2px solid #087f28 !important;
  border-bottom-width: 5px;
  border-radius: 8px;
  font-size: 19px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
  box-shadow:
    0 0 0 8px rgba(45, 179, 74, 0.13),
    0 16px 30px rgba(21, 128, 61, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transform: translateY(0);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.home-draft .quote-start::before {
  position: absolute;
  inset: -13px;
  z-index: -1;
  background: radial-gradient(circle, rgba(45, 179, 74, 0.28), transparent 68%);
  border-radius: 14px;
  content: "";
}

.home-draft .quote-start::after {
  position: absolute;
  top: 9px;
  right: 16px;
  width: 46px;
  height: 14px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.36), transparent);
  border-radius: 999px;
  content: "";
}

.home-draft .quote-start:hover,
.home-draft .quote-start:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 10px rgba(45, 179, 74, 0.16),
    0 20px 36px rgba(21, 128, 61, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.home-draft .quote-start:active {
  border-bottom-width: 2px;
  transform: translateY(2px);
}

.quote-open {
  overflow: hidden;
}

.home-draft .quote-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.82)),
    url("ornekler/01.png") center 18px / min(100%, 1491px) auto no-repeat;
}

.home-draft .quote-modal[hidden] {
  display: none;
}

.home-draft .quote-dialog {
  display: grid;
  width: min(100%, 540px);
  max-height: min(88vh, 720px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(7, 25, 54, 0.18);
}

.home-draft .quote-dialog-head {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  min-height: 66px;
  padding: 0 14px;
  text-align: center;
  background: #fff;
}

.home-draft .quote-dialog-head strong {
  color: #0b1020;
}

.home-draft .quote-back,
.home-draft .quote-close {
  width: 38px;
  height: 38px;
  cursor: pointer;
  color: #111827;
  background: transparent;
  border: 0;
  font-size: 34px;
  line-height: 1;
}

.home-draft .quote-close {
  font-size: 28px;
}

.home-draft .quote-progress {
  width: 58%;
  height: 4px;
  margin: 0 auto 12px;
  overflow: hidden;
  background: #d5f1dc;
  border-radius: 999px;
}

.home-draft .quote-progress span {
  display: block;
  width: 12.5%;
  height: 100%;
  background: #2db34a;
  transition: width 0.18s ease;
}

.home-draft .quote-price {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 0 24px 12px;
  color: #6b7280;
  border-bottom: 1px solid #edf1f6;
  font-size: 14px;
}

.home-draft .quote-price strong {
  color: #6b7280;
  font-size: 16px;
}

.home-draft .quote-form {
  display: grid;
  min-height: 432px;
  overflow: hidden;
}

.home-draft .quote-step {
  display: none;
  min-height: 320px;
  max-height: 48vh;
  overflow-y: auto;
  padding: 26px 24px;
}

.home-draft .quote-step.is-active {
  display: grid;
  align-content: start;
  gap: 16px;
}

.home-draft .quote-step.is-active.from-next {
  animation: quoteNext 0.22s ease both;
}

.home-draft .quote-step.is-active.from-prev {
  animation: quotePrev 0.22s ease both;
}

@keyframes quoteNext {
  from {
    opacity: 0;
    transform: translateX(34px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes quotePrev {
  from {
    opacity: 0;
    transform: translateX(-34px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.home-draft .quote-step h4 {
  margin: 0;
  color: #111827;
  font-size: 21px;
}

.home-draft .quote-step p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}

.home-draft .quote-step label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}

.home-draft .quote-step label:not(.quote-field) {
  padding: 7px 0;
}

.home-draft .quote-step input[type="radio"] {
  width: 24px;
  height: 24px;
  accent-color: #2db34a;
}

.home-draft .quote-field {
  display: grid !important;
  gap: 8px !important;
  align-items: stretch !important;
  color: #111827;
  font-weight: 800;
}

.home-draft .quote-field input,
.home-draft .quote-field select,
.home-draft .quote-step textarea {
  width: 100%;
  min-height: 56px;
  padding: 13px 16px;
  color: #111827;
  background: #fff;
  border: 1px solid #cfd6df;
  border-radius: 7px;
  font: inherit;
  font-weight: 500;
}

.home-draft .quote-step textarea {
  min-height: 188px;
  resize: vertical;
}

.home-draft .quote-inline {
  display: grid;
  grid-template-columns: 1fr 116px;
  gap: 16px;
  padding: 14px 0;
}

.home-draft .quote-hint,
.home-draft .quote-privacy {
  padding: 14px 16px;
  color: #111827;
  background: #f8fafc;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
}

.home-draft .quote-privacy {
  color: #166534;
  background: #ecfdf3;
}

.home-draft .quote-summary {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: #f8fafc;
  border-radius: 7px;
}

.home-draft .quote-summary p {
  color: #111827;
  line-height: 1.45;
}

.home-draft .quote-error {
  min-height: 22px;
  padding: 0 24px;
  color: #b42318;
  font-size: 13px;
  font-weight: 800;
}

.home-draft .quote-footer {
  padding: 16px 24px;
  border-top: 1px solid #edf1f6;
}

.home-draft .quote-next {
  width: 100%;
}

@media (max-width: 900px) {
  .home-draft .topbar {
    top: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }

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

  .home-draft .hero-visual {
    min-height: 420px;
  }

  .home-draft .brand-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-draft .brand-strip-title {
    grid-column: 1 / -1;
  }

  .home-draft .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  html,
  body,
  .home-draft,
  .home-draft main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-draft * {
    max-width: 100%;
  }

  .home-draft .topbar {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 14px 18px;
    overflow: hidden;
  }

  .home-draft .topbar nav {
    order: 3;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .home-draft .top-actions {
    display: none;
  }

  .home-draft .hero {
    padding-top: 28px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .home-draft .hero-grid,
  .home-draft .hero-copy-block,
  .home-draft .hero-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-draft .hero-checks,
  .home-draft .trust-grid,
  .home-draft .content-grid {
    grid-template-columns: 1fr;
  }

  .home-draft .cta-row {
    flex-direction: column;
  }

  .home-draft .btn {
    width: 100%;
    min-width: 0;
  }

  .home-draft .hero-visual {
    min-height: 340px;
    padding-top: 10px;
  }

  .home-draft .hero-visual::before,
  .home-draft .plant {
    display: none;
  }

  .home-draft .tv-screen {
    min-height: 210px;
  }

  .home-draft .media-console {
    right: 0;
    bottom: 24px;
    left: 0;
    height: 98px;
    max-width: 100%;
  }

  .home-draft .brand-strip,
  .home-draft .trust-grid,
  .home-draft .service-detail,
  .home-draft .testimonials,
  .home-draft .why-band,
  .home-draft .final-cta,
  .home-draft .bottom-features,
  .home-draft .content-grid,
  .home-draft .section,
  .home-draft .bottom-png {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }

  .home-draft .service-detail {
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: visible;
  }

  .home-draft .service-copy-card,
  .home-draft .contact-panel {
    position: relative;
    width: 100%;
    min-width: 0;
  }

  .home-draft .service-copy-card {
    order: 1;
    grid-template-columns: 1fr;
    padding: 22px 18px;
    overflow: visible;
  }

  .home-draft .contact-panel {
    order: 2;
    padding: 26px 20px;
    overflow: visible;
  }

  .home-draft .repair-list {
    color: #071936;
  }

  .home-draft .repair-list li {
    font-size: 15px;
    line-height: 1.45;
  }

  .home-draft .repair-visual {
    width: 100%;
    max-width: none;
  }

  .home-draft .tv-frame,
  .home-draft .tv-screen,
  .home-draft .brand-strip,
  .home-draft .trust-grid,
  .home-draft .service-detail,
  .home-draft .testimonials,
  .home-draft .why-band,
  .home-draft .final-cta,
  .home-draft .bottom-features,
  .home-draft .content-grid,
  .home-draft .section {
    max-width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .home-draft .testimonials {
    grid-template-columns: 1fr;
  }

  .home-draft .review-nav {
    display: none;
  }

  .home-draft .panel-actions,
  .home-draft .panel-stats {
    grid-template-columns: 1fr;
  }

  .home-draft .panel-stats {
    gap: 14px;
    padding-top: 4px;
  }

  .home-draft .panel-stats span {
    min-height: 92px;
    align-content: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
  }

  .home-draft .brand-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 0;
  }

  .home-draft .content-grid article:nth-child(3) {
    grid-column: auto;
  }

  .home-draft .quote-landing {
    grid-template-columns: 1fr;
    min-height: 214px;
    margin: 18px 0 20px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0.96)),
      url("ornekler/01.png") center / cover no-repeat,
      #fff;
  }

  .home-draft .quote-side {
    display: none;
  }

  .home-draft .quote-brand {
    top: 14px;
    left: 16px;
    font-size: 17px;
  }

  .home-draft .quote-intro {
    width: calc(100% - 32px);
    min-height: 214px;
    gap: 12px;
    justify-items: center;
    text-align: center;
    padding: 48px 14px 22px;
    background: rgba(255, 255, 255, 0.92);
  }

  .home-draft .quote-intro h3 {
    font-size: 25px;
  }

  .home-draft .quote-intro p {
    font-size: 15px;
    line-height: 1.45;
  }

  .home-draft .quote-start {
    display: grid;
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
    width: min(100%, 260px);
    min-width: 0;
    min-height: 58px;
    font-size: 17px;
    text-align: center;
  }

  .home-draft .quote-modal {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
  }

  .home-draft .quote-dialog {
    width: 100vw;
    max-width: 100vw;
    max-height: none;
    min-height: 100vh;
    height: 100vh;
    overflow-x: hidden;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }

  .home-draft .quote-dialog-head {
    grid-template-columns: 52px 1fr 52px;
    min-height: 72px;
    padding: 0 16px;
  }

  .home-draft .quote-dialog-head strong {
    font-size: 20px;
  }

  .home-draft .quote-back,
  .home-draft .quote-close {
    width: 44px;
    height: 44px;
    font-size: 42px;
  }

  .home-draft .quote-close {
    font-size: 40px;
  }

  .home-draft .quote-progress {
    width: 41%;
    height: 5px;
    margin: 8px auto 28px;
  }

  .home-draft .quote-price {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 0 24px 24px;
    border-bottom: 1px solid #edf1f6;
    font-size: 17px;
  }

  .home-draft .quote-price strong {
    font-size: 19px;
  }

  .home-draft .quote-form {
    position: relative;
    min-height: 0;
    height: calc(100vh - 168px);
    overflow: hidden;
  }

  .home-draft .quote-step {
    min-height: 0;
    max-height: none;
    height: calc(100vh - 268px);
    padding: 0 24px 28px;
    overflow-y: auto;
  }

  .home-draft .quote-step h4 {
    margin: 0 0 6px;
    font-size: 20px;
  }

  .home-draft .quote-step[data-step="0"] h4 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .home-draft .quote-step label {
    min-height: 70px;
    gap: 18px;
    padding: 9px 0;
    align-items: center;
    font-size: 22px;
    line-height: 1.25;
  }

  .home-draft .quote-step label:not(.quote-field) {
    padding: 9px 0;
  }

  .home-draft .quote-step input[type="radio"] {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
  }

  .home-draft .quote-field {
    font-size: 16px !important;
  }

  .home-draft .quote-field input,
  .home-draft .quote-field select,
  .home-draft .quote-step textarea {
    min-height: 58px;
    font-size: 16px;
  }

  .home-draft .quote-inline {
    grid-template-columns: 1fr;
  }

  .home-draft .quote-error {
    min-height: 0;
    padding: 0 24px;
  }

  .home-draft .quote-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    z-index: 4;
    padding: 18px 24px calc(18px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #edf1f6;
  }

  .home-draft .quote-next {
    min-height: 66px;
    border-radius: 10px;
    font-size: 20px;
  }
}
