/* EREN YÖNETİM — Yurdakul-style light theme */

:root {
  --navy: #0f172a;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --green: #25d366;
  --green-dark: #16a34a;
  --light: #eaf3ff;
  --soft: #f8fafc;
  --line: #e5e7eb;
  --text: #111827;
  --muted: #64748b;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --premium: 0 26px 70px rgba(15, 23, 42, 0.16);
  scroll-behavior: smooth;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-padding-top: 92px; }

body {
  margin: 0;
  font-family: Inter, 'Segoe UI', Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

.sprite { display: none; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}

.section { padding: 92px 0; }

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

img { max-width: 100%; display: block; }

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #16a34a, #2563eb);
}

.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--green-dark));
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

.brand-icon svg {
  width: 26px;
  height: 26px;
  stroke: #fff;
}

.brand-text strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.brand-text span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  margin-top: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.main-nav a {
  padding: 10px 0;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--blue);
}

.header-actions,
.hero-actions,
.contact-actions,
.footer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 850;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.btn-blue {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
}

.btn-wa,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1.2;
  background: linear-gradient(135deg, #25d366, #16a34a);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
}

.btn-wa span,
.btn-whatsapp span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
}

.btn-wa svg,
.btn-whatsapp svg,
.whatsapp-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #fff;
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.btn-ghost {
  border-color: rgba(37, 99, 235, 0.24);
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  padding: 86px 0 98px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 82%);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.06), transparent 32%, rgba(22, 163, 74, 0.06));
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.5;
  pointer-events: none;
}

.hero-glow-blue {
  width: 330px;
  height: 330px;
  left: -120px;
  top: 120px;
  background: rgba(37, 99, 235, 0.12);
}

.hero-glow-green {
  width: 260px;
  height: 260px;
  right: 8%;
  bottom: 32px;
  background: rgba(37, 211, 102, 0.14);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 58px;
  align-items: center;
}

.hero-copy { max-width: 650px; }

.eyebrow {
  display: inline-flex;
  color: var(--green-dark);
  background: #ecfdf3;
  border: 1px solid rgba(22, 163, 74, 0.18);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
}

.premium-badge { box-shadow: 0 10px 22px rgba(22, 163, 74, 0.08); }

.hero h1,
.section h2 {
  margin: 16px 0 14px;
  color: var(--navy);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h1 { font-size: clamp(42px, 5.3vw, 72px); }
.section h2 { font-size: clamp(30px, 3.2vw, 46px); }

.lead { font-size: 20px; color: #334155; }

.hero-copy p,
.section-head p,
.about p,
.contact p,
.feature-block p {
  color: var(--muted);
  font-size: 17px;
}

.hero-actions { margin-top: 28px; }

.badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.badges span,
.mini-stats span {
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 850;
  color: #334155;
  font-size: 13px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.hero-visual {
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.hero-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--premium);
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  isolation: isolate;
  max-width: 100%;
}

.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.28));
  pointer-events: none;
}

.hero-media img {
  height: 100%;
  min-height: 560px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-card {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
  max-width: calc(100% - 28px);
}

.hero-card-main {
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
}

.hero-card-main span {
  display: block;
  color: var(--blue);
  font-weight: 900;
  font-size: 13px;
}

.hero-card-main strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
}

.hero-card-side {
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font-weight: 900;
  color: var(--navy);
}

.hero-card-side svg { color: var(--green-dark); }

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.hero-proof article {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.hero-proof strong {
  display: block;
  color: var(--blue);
  font-size: 13px;
}

.hero-proof span {
  display: block;
  color: #334155;
  font-weight: 850;
  font-size: 13px;
}

/* Sections */
.section-head {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.why-grid article,
.ref-grid article,
.map-card,
.contact-panel,
.info-list a,
.info-list > span,
.feature-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.service-card {
  padding: 0 0 24px;
  min-height: 330px;
  transition: 0.2s ease;
  border-top: 4px solid rgba(37, 99, 235, 0.9);
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(37, 99, 235, 0.25);
}

.service-card > img {
  width: 100%;
  max-width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: center;
  background: var(--light);
}

.service-card svg {
  color: var(--blue);
  width: 34px;
  height: 34px;
  margin: 20px 24px 14px;
}

.service-card h3 {
  margin: 0 24px 10px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.service-card p {
  margin: 0 24px;
  color: var(--muted);
  font-size: 15px;
}

/* About */
.about,
.references { background: var(--soft); }

.about-grid,
.feature-split {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.about-grid img,
.feature-split img {
  height: 470px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

/* Why */
.why { background: linear-gradient(180deg, #fff, #f6fbff); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.why-grid article {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.why-grid article::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(#2563eb, #16a34a);
}

.why-grid svg {
  color: var(--blue);
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
}

.why-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

/* Process */
.process { background: #fff; }

.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  counter-reset: step;
}

.timeline span {
  position: relative;
  min-height: 112px;
  padding: 44px 14px 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  font-weight: 900;
  color: var(--navy);
  text-align: center;
}

.timeline span::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
}

/* References */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ref-grid article {
  position: relative;
  min-height: 168px;
  padding: 28px 18px;
  text-align: center;
  font-weight: 900;
  color: var(--navy);
  border-bottom: 4px solid var(--green-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ref-grid article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green-dark));
  opacity: 0.9;
}

.ref-grid strong {
  display: block;
  color: var(--blue);
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.ref-grid span {
  display: block;
  margin-top: 14px;
  color: #334155;
  font-size: 16px;
  line-height: 1.28;
}

/* Gallery */
.gallery { background: #fff; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.gallery-grid div { padding: 16px; }

.gallery-grid strong {
  display: block;
  color: var(--navy);
}

.gallery-grid span {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}

/* Contact */
.contact { background: linear-gradient(135deg, #f8fafc 0%, #eaf3ff 100%); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 34px;
  align-items: start;
}

.contact-main,
.contact-panel { min-height: 100%; }

.info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 26px 0;
}

.info-list a,
.info-list > span {
  min-height: 96px;
  padding: 17px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-list strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.info-list span span,
.info-list a span {
  display: block;
  color: #475569;
  font-weight: 850;
  margin-top: 4px;
}

.map-card {
  margin-top: 18px;
  padding: 10px;
  overflow: hidden;
}

.map-card iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 6px;
  display: block;
}

.map-directions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  min-height: 42px;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.contact-panel {
  position: relative;
  padding: 30px;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
}

.contact-panel::before {
  content: '';
  position: absolute;
  right: -70px;
  top: -80px;
  width: 220px;
  height: 220px;
  background: rgba(37, 211, 102, 0.12);
  border-radius: 50%;
  filter: blur(8px);
}

.contact-panel-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 22px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.panel-kicker {
  position: relative;
  display: inline-flex;
  color: var(--blue);
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 12px;
}

.contact-panel h3 {
  position: relative;
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.18;
}

.contact-benefits {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.contact-benefits article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  font-weight: 850;
  color: #334155;
}

.contact-benefits svg {
  color: var(--green-dark);
  flex: 0 0 auto;
}

.contact-note {
  position: relative;
  margin: 22px 0;
  padding: 16px;
  border-radius: 8px;
  background: #f8fbff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: #334155;
  font-weight: 850;
}

.contact-actions { margin-top: 18px; }

.instagram-link span {
  display: flex !important;
  align-items: center;
  gap: 9px;
  line-height: 1;
}

.instagram-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: currentColor;
  fill: currentColor;
  stroke: none;
}

.info-list .instagram-link {
  background: linear-gradient(135deg, #fff, #fff7fb);
  border-color: rgba(219, 39, 119, 0.18);
}

.info-list .instagram-link span { color: #be185d; }

/* Feature blocks (danışmanlık / kat mülkiyeti) */
.feature-block { background: #fff; }

.feature-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  padding: 28px 24px;
  border-top: 4px solid var(--green-dark);
  transition: 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.feature-card svg {
  color: var(--blue);
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.highlight-banner {
  margin-top: 28px;
  padding: 28px 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: var(--shadow);
}

.highlight-banner h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.highlight-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}

.highlight-banner .btn-ghost {
  background: #fff;
  color: var(--blue);
}

/* Floating actions */
.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  display: grid;
  gap: 10px;
}

.floating-actions a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: pulse 2.8s infinite;
}

.floating-actions a:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.3);
}

.floating-actions svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #fff;
}

.floating-phone { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); }
.floating-wa { background: #25d366; }
.floating-wa svg { fill: currentColor; stroke: none; }
.floating-instagram { background: linear-gradient(135deg, #833ab4 0%, #c13584 38%, #fd1d1d 68%, #fcb045 100%); }
.floating-instagram svg { fill: currentColor; stroke: none; }

/* Footer */
.site-footer {
  background: #09111f;
  color: #cbd5e1;
  position: relative;
}

.site-footer::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #16a34a, #2563eb);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 42px;
  padding: 58px 0;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
  color: #cbd5e1;
}

.site-footer .footer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.site-footer .footer-actions .btn {
  display: inline-flex;
  margin: 0;
  color: #fff;
}

.site-footer p { max-width: 420px; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: 18px;
  color: #94a3b8;
}

.site-footer .brand-text strong { color: #fff; }
.site-footer .brand-text span { color: #94a3b8; }

/* Page hero (sub pages) */
.page-hero {
  padding: 120px 0 60px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.page-hero h1 {
  font-size: clamp(34px, 4vw, 52px);
  color: var(--navy);
  margin: 12px 0;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Responsive */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .services-grid,
  .feature-cards { grid-template-columns: repeat(3, 1fr); }
  .header-actions .btn span { display: none; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .ref-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid,
  .about-grid,
  .feature-split { grid-template-columns: 1fr; }
  .contact-panel { min-height: auto; }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 64px 0; }
  .hero-glow { display: none; }
  .header-inner { height: 72px; }
  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .main-nav {
    position: absolute;
    top: 72px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 12px;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 14px; border-radius: 8px; }
  .main-nav a:hover { background: var(--light); }
  .header-actions { display: none; }
  .hero { padding: 48px 0 70px; }
  .hero-grid,
  .about-grid,
  .feature-split,
  .footer-grid { grid-template-columns: 1fr; min-width: 0; }
  .hero h1 { font-size: 40px; }
  .hero-media,
  .hero-media img { min-height: 380px; }
  .hero-card-side { top: 14px; right: 14px; }
  .hero-card-main { left: 14px; right: 14px; bottom: 14px; }
  .hero-proof,
  .services-grid,
  .why-grid,
  .timeline,
  .info-list,
  .contact-benefits,
  .gallery-grid,
  .feature-cards { grid-template-columns: 1fr; min-width: 0; }
  .ref-grid { grid-template-columns: repeat(2, 1fr); min-width: 0; }
  .mini-stats { grid-template-columns: 1fr; }
  .hero-actions .btn,
  .contact-actions .btn { width: 100%; white-space: normal; }
  .contact-panel h3 { font-size: 24px; }
  .floating-actions { right: 12px; bottom: 12px; gap: 9px; }
  .floating-actions a { width: 46px; height: 46px; }
  .about-grid img,
  .feature-split img { height: 320px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 34px; }
  .section h2 { font-size: 29px; }
  .badges span { width: 100%; text-align: center; }
  .contact-panel { padding: 22px; }
  .hero-media,
  .hero-media img { min-height: 340px; }
  .ref-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
}
