:root {
  --bg: #050b12;
  --panel: #0b1420;
  --panel2: #101c2a;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f6f8fb;
  --muted: rgba(246, 248, 251, 0.7);
  --gold: #c8a35d;
  --green: #1f9f68;
  --green2: #168a5b;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 11, 18, 0.94);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 20px; line-height: 1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 14px; }
nav { display: flex; justify-content: center; gap: 20px; color: var(--muted); font-size: 14px; font-weight: 850; }
nav a:hover { color: #fff; }
.header-actions, .hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.header-actions a, .hero-actions a, .hero-panel a, .small-copy a, .cta-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 950;
}
.phone-link, .hero-actions .primary, .hero-panel a:first-of-type, .cta-actions a:first-child {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
}
.whatsapp-link, .hero-actions .secondary, .hero-panel a + a, .small-copy a, .cta-actions a + a {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(310px, 410px);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  min-height: min(720px, calc(100vh - 76px));
  padding: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.96), rgba(5, 11, 18, 0.76) 54%, rgba(5, 11, 18, 0.48)),
    url("assets/optimized/hero-beyaz-esya.jpg") center / cover;
}
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 78%, var(--bg));
  pointer-events: none;
}
.hero-copy, .hero-panel { position: relative; z-index: 1; }
.eyebrow { margin: 0; color: var(--gold); font-size: 13px; font-weight: 950; letter-spacing: 0; text-transform: uppercase; }
h1 { max-width: 860px; margin: 14px 0 10px; font-size: clamp(44px, 5.2vw, 78px); line-height: 0.98; letter-spacing: 0; }
.hero h2 { max-width: 780px; margin: 0 0 18px; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; }
.hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.45; }
.hero-actions { margin-top: 26px; }
.hero-actions a { min-height: 58px; padding-right: 24px; padding-left: 24px; font-size: 17px; }
.hero-panel {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(11, 20, 32, 0.88);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
}
.hero-panel span { color: var(--gold); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.hero-panel strong { font-size: 25px; line-height: 1.14; }
.hero-panel small { color: var(--muted); line-height: 1.4; }
.hero-panel a { width: 100%; }

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-band article { min-height: 150px; padding: 24px clamp(18px, 4vw, 42px); background: var(--panel); }
.trust-band strong, .trust-band span { display: block; }
.trust-band strong { font-size: 21px; }
.trust-band span { margin-top: 8px; color: var(--muted); line-height: 1.42; }

.services-section, .why-section, .process-section, .brands-section, .small-appliances, .faq-section, .final-cta {
  padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 72px);
}
.section-head { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.52fr); gap: 24px; align-items: end; margin-bottom: 28px; }
.compact-head { grid-template-columns: 1fr; max-width: 860px; }
.section-head .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
.section-head h2, .why-section h2, .process-copy h2, .brands-section h2, .small-copy h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 60px); line-height: 1.05; }
.section-head p, .why-grid span, .process-copy p, .brands-section p, .small-copy p, .faq-grid span, .final-cta p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.45; }

.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.service-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.service-card:hover img { transform: scale(1.03); }
.service-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(5, 11, 18, 0.05), rgba(5, 11, 18, 0.9)); }
.service-card div { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 1; }
.service-card span, .service-card strong, .service-card small { display: block; }
.service-card span { color: var(--gold); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.service-card strong { margin-top: 7px; font-size: 22px; line-height: 1.1; }
.service-card small { margin-top: 10px; color: rgba(255,255,255,.78); font-size: 15px; font-weight: 850; }

.why-section { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: 30px; background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid, .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.why-grid article, .faq-grid article, .process-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.045);
}
.why-grid strong, .faq-grid strong { display: block; margin-bottom: 7px; font-size: 20px; }

.process-section { background: var(--bg); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.process-grid em { color: var(--gold); font-style: normal; font-weight: 950; }
.process-grid strong { display: block; margin-top: 14px; font-size: 20px; line-height: 1.16; }

.brands-section { background: #07111f; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.brand-tags span { border: 1px solid var(--line); border-radius: 8px; padding: 10px 13px; background: rgba(255,255,255,.055); font-weight: 850; }
.legal-note { max-width: 900px; margin-top: 18px !important; font-size: 15px !important; }

.small-appliances { display: grid; grid-template-columns: minmax(0, .72fr) minmax(320px, .72fr); gap: 28px; align-items: center; background: var(--panel); }
.small-copy { display: grid; gap: 14px; }
.small-copy a { width: fit-content; min-height: 54px; padding: 0 22px; }
.small-appliances img { width: 100%; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 8px; object-fit: cover; }

.faq-section { background: var(--bg); }
.final-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; background: linear-gradient(135deg, var(--panel), #07111f); border-top: 1px solid var(--line); }
.final-cta p { max-width: 720px; margin-top: 10px; }
.cta-actions a { min-height: 58px; padding: 0 24px; }

footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 30px clamp(18px, 5vw, 72px) 94px;
  background: #02060a;
  color: #fff;
}
footer strong, footer span, footer a { display: block; }
footer strong { margin-bottom: 8px; }
footer span, footer a { color: var(--muted); line-height: 1.42; }
.mobile-actions { display: none; }

@media (max-width: 1180px) {
  .site-header, .hero, .why-section, .small-appliances, .final-cta { grid-template-columns: 1fr; }
  nav { justify-content: flex-start; flex-wrap: wrap; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .site-header { padding: 12px 16px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  nav, .header-actions { display: none; }
  .hero { min-height: 590px; padding: 36px 16px 28px; background-position: center; }
  h1 { font-size: 40px; }
  .hero h2 { font-size: 28px; }
  .hero-actions, .cta-actions { display: grid; }
  .trust-band, .section-head, .why-grid, .process-grid, .faq-grid, footer { grid-template-columns: 1fr; }
  .services-section, .why-section, .process-section, .brands-section, .small-appliances, .faq-section, .final-cta { padding-right: 16px; padding-left: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .mobile-actions {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 90;
    display: flex;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(0,0,0,.28);
  }
  .mobile-actions a { flex: 1; padding: 15px; background: var(--panel2); color: #fff; text-align: center; font-weight: 950; }
  .mobile-actions a + a { background: var(--green); }
}
