/* ============================================
   BARIŞ HALI KOLTUK YIKAMA · ÇANAKKALE
   Stil dosyası — sade, hızlı, mobil-öncelikli
   ============================================ */

:root {
  --brand: #0284c7;
  --brand-dark: #075985;
  --brand-darker: #0c4a6e;
  --brand-50: #f0f9ff;
  --brand-100: #e0f2fe;
  --brand-200: #bae6fd;

  --accent: #16a34a;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;

  --ink: #0f172a;
  --text: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --surface: #f8fafc;
  --surface-2: #f1f5f9;
  --white: #ffffff;
  --warning: #f59e0b;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.12), 0 2px 6px -2px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 24px 48px -16px rgba(2, 132, 199, 0.18), 0 8px 16px -8px rgba(15, 23, 42, 0.08);

  --container: 1180px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, iframe { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }
ul { padding: 0; margin: 0; list-style: none; }

h1, h2, h3, h4, h5 {
  margin: 0 0 .5em;
  color: var(--ink);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); font-weight: 800; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.06rem; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================ BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  white-space: nowrap;
  letter-spacing: -0.005em;
  line-height: 1;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 6px 18px -6px rgba(2, 132, 199, 0.45);
}
.btn-primary:hover { background: var(--brand-dark); color: var(--white); }

.btn-whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 6px 18px -6px rgba(37, 211, 102, 0.45);
}
.btn-whatsapp:hover { background: var(--whatsapp-dark); color: var(--white); }

.btn-dark {
  background: var(--ink);
  color: var(--white);
}
.btn-dark:hover { background: #1e293b; color: var(--white); }

.btn-light {
  background: var(--white);
  color: var(--ink);
}
.btn-light:hover { background: var(--brand-50); color: var(--ink); }

.btn-lg {
  padding: 15px 26px;
  font-size: 1rem;
}

/* ============================================ TOPBAR */
.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, .85);
  font-size: .82rem;
}
.topbar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.topbar-link {
  color: rgba(255, 255, 255, .92);
  font-weight: 600;
  margin-left: auto;
}
.topbar-link:hover { color: var(--brand-200); }
.topbar-divider { color: rgba(255, 255, 255, .25); }

/* ============================================ HEADER */
.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
}
.logo-mark { display: inline-flex; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong { font-size: 1.15rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.logo-text small { font-size: .72rem; color: var(--muted); font-weight: 500; }

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}
.nav a {
  color: var(--text);
  font-weight: 500;
  font-size: .92rem;
  padding: 6px 2px;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }
.header-cta { margin-left: 0; }

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

/* ============================================ HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 9vw, 112px);
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(2, 132, 199, 0.10), transparent 60%),
    radial-gradient(700px 400px at -10% 110%, rgba(22, 163, 74, 0.06), transparent 60%),
    linear-gradient(180deg, var(--brand-50) 0%, var(--white) 100%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: var(--white);
  border: 1px solid var(--brand-200);
  color: var(--brand-dark);
  border-radius: 99px;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .15);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(22, 163, 74, .15); }
  50% { box-shadow: 0 0 0 8px rgba(22, 163, 74, .04); }
}

.hl {
  background: linear-gradient(120deg, var(--brand) 0%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  color: var(--text);
  max-width: 56ch;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  font-size: .9rem;
  color: var(--text);
  font-weight: 500;
}
.trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.trust-strip svg { color: var(--accent); }

/* Hero visual */
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}
.hero-blob {
  position: absolute;
  inset: -8% -8% -8% -8%;
  width: 116%;
  height: 116%;
  z-index: 0;
  pointer-events: none;
}

.hero-image-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: var(--brand-50);
  box-shadow:
    0 30px 60px -20px rgba(2, 132, 199, 0.35),
    0 12px 28px -10px rgba(15, 23, 42, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  transform: rotate(-1.5deg);
  transition: transform .5s ease;
}
.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(2, 132, 199, 0.12) 100%);
  pointer-events: none;
}
.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-visual:hover .hero-image-frame {
  transform: rotate(0deg);
}

.hero-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  min-width: 180px;
  animation: floatCard 7s ease-in-out infinite;
}
.hero-card strong {
  display: block;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.2;
}
.hero-card span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
}
.hero-card-icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--brand-50);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.hero-card-1 {
  top: 6%;
  left: -8%;
  animation-delay: 0s;
}
.hero-card-3 {
  bottom: 8%;
  right: -8%;
  animation-delay: -3.5s;
}
.hero-card-3 .hero-card-icon { background: #f0fdf4; }
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ============================================ STATS */
.stats {
  background: var(--ink);
  color: var(--white);
  padding: 36px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stats-grid div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stats-grid strong {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  background: linear-gradient(120deg, #ffffff 0%, #bae6fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stats-grid span {
  font-size: .88rem;
  color: rgba(255, 255, 255, .7);
  font-weight: 500;
}

/* ============================================ SECTIONS */
.section {
  padding: clamp(60px, 8vw, 96px) 0;
}
.section-alt {
  background: var(--surface);
}
.section-dark {
  background: var(--ink);
  color: rgba(255, 255, 255, .85);
}
.section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }

.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}
.section-head-left {
  text-align: left;
  margin: 0 0 40px;
}
.section-head-light p { color: rgba(255, 255, 255, .7); }
.section-head p {
  color: var(--muted);
  font-size: 1.04rem;
}
.kicker {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand);
  margin-bottom: 12px;
}
.kicker-light { color: var(--brand-200); }

/* ============================================ SERVICES */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-200);
}
.service-card-featured {
  background: linear-gradient(180deg, var(--brand-50) 0%, var(--white) 100%);
  border-color: var(--brand-200);
}
.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--brand);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 99px;
  text-transform: uppercase;
}
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--brand-50);
  color: var(--brand);
  margin-bottom: 18px;
}
.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.service-card p {
  font-size: .95rem;
  color: var(--text);
  margin-bottom: 14px;
}
.service-card ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.service-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .88rem;
  color: var(--text);
}
.service-card ul li::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background-color: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ============================================ WHY */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.why-copy {
  position: sticky;
  top: 100px;
}
.why-copy .kicker { margin-bottom: 14px; }
.why-copy p {
  font-size: 1.02rem;
  color: var(--text);
  margin-bottom: 24px;
}
.why-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.why-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: var(--radius);
  transition: transform .2s ease, box-shadow .2s ease;
}
.why-list li:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.why-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--brand-50);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.why-list h4 {
  font-size: 1.02rem;
  margin-bottom: 5px;
}
.why-list p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* ============================================ AREAS */
.areas-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.areas-block {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.areas-block h3 {
  font-size: 1.05rem;
  margin-bottom: 16px;
  color: var(--brand-dark);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 14px;
}
.area-list li {
  font-size: .92rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.area-list li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
}
.areas-note {
  margin-top: 28px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  color: var(--muted);
  font-size: .92rem;
}
.areas-note svg { color: var(--brand); }

/* ============================================ PROCESS */
.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}
.process li {
  position: relative;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.process li:hover {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(2, 132, 199, .4);
  transform: translateY(-3px);
}
.step-num {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, var(--brand-200), #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
  line-height: 1;
}
.process h4 {
  color: var(--white);
  font-size: 1.08rem;
  margin-bottom: 8px;
}
.process p {
  color: rgba(255, 255, 255, .7);
  font-size: .92rem;
  margin: 0;
  line-height: 1.6;
}

/* ============================================ REVIEWS */
.reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.review {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.review:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.stars {
  color: var(--warning);
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 1;
}
.review p {
  font-size: .94rem;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}
.review footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
  font-size: .85rem;
  color: var(--muted);
}
.review footer strong { color: var(--ink); margin-right: 4px; }

/* ============================================ FAQ */
.faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
.faq-wrap .section-head { margin-bottom: 0; }
.faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq details[open] {
  border-color: var(--brand-200);
  box-shadow: var(--shadow);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 56px 18px 22px;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  font-size: 1rem;
  user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: var(--brand-50);
  color: var(--brand);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  transition: transform .25s ease, background .25s ease;
}
.faq details[open] summary::after {
  content: "−";
  background: var(--brand);
  color: var(--white);
}
.faq details p {
  padding: 0 22px 20px;
  margin: 0;
  color: var(--text);
  font-size: .95rem;
  line-height: 1.65;
}

/* ============================================ CTA STRIP */
.cta-strip {
  background: linear-gradient(120deg, var(--brand-dark) 0%, var(--brand) 60%, #0ea5e9 100%);
  color: var(--white);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(400px 200px at 90% 50%, rgba(255, 255, 255, .15), transparent 60%),
    radial-gradient(300px 200px at 10% 80%, rgba(255, 255, 255, .08), transparent 60%);
  pointer-events: none;
}
.cta-strip-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-strip h2 {
  color: var(--white);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  margin-bottom: 6px;
}
.cta-strip p {
  color: rgba(255, 255, 255, .9);
  margin: 0;
  font-size: 1rem;
}
.cta-strip-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ============================================ CONTACT */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 48px;
  align-items: start;
}
.contact-info .kicker { margin-bottom: 14px; }
.contact-info > p {
  color: var(--text);
  margin-bottom: 28px;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--brand-50);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-list strong {
  display: block;
  color: var(--ink);
  font-size: .92rem;
  margin-bottom: 2px;
  font-weight: 700;
}
.contact-list a, .contact-list span {
  font-size: .94rem;
  color: var(--text);
  line-height: 1.5;
}
.contact-list a:hover { color: var(--brand); }

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--surface);
}
.contact-map iframe {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
}

/* ============================================ FOOTER */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .75);
  padding-top: 64px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer .logo-text strong { color: var(--white); }
.footer .logo-text small { color: rgba(255, 255, 255, .55); }
.footer-brand p {
  margin-top: 18px;
  font-size: .92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .65);
  max-width: 320px;
}
.footer h5 {
  color: var(--white);
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer ul li a, .footer ul li {
  color: rgba(255, 255, 255, .65);
  font-size: .9rem;
}
.footer ul li a:hover { color: var(--white); }
.footer-contact li { line-height: 1.5; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 22px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255, 255, 255, .5);
}

/* ============================================ FLOATING WHATSAPP */
.float-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: var(--whatsapp);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px -8px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(15, 23, 42, 0.1);
  z-index: 80;
  transition: transform .2s ease, background .2s ease;
  animation: bounce 3s ease-in-out infinite;
}
.float-whatsapp:hover {
  transform: scale(1.08);
  background: var(--whatsapp-dark);
  color: var(--white);
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* ============================================ FOCUS STATES */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--brand-200);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ============================================ RESPONSIVE */
@media (max-width: 1024px) {
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 14px 20px 20px;
    box-shadow: var(--shadow);
  }
  .nav.open a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }
  .nav.open a:last-child { border-bottom: 0; }
  .header-cta { display: none; }
  .header-inner { position: relative; }

  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-copy { position: static; }
  .faq-wrap { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-map iframe { height: 360px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .topbar-inner { font-size: .76rem; gap: 8px; }
  .topbar-link { width: 100%; margin-left: 0; margin-top: 4px; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .why-list { grid-template-columns: 1fr; }
  .areas-wrap { grid-template-columns: 1fr; gap: 16px; }
  .process { grid-template-columns: 1fr; gap: 14px; }
  .reviews { grid-template-columns: 1fr; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom-inner { font-size: .76rem; }

  .cta-strip-inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .cta-strip-actions { width: 100%; }
  .cta-strip-actions .btn { flex: 1; justify-content: center; }

  .hero { padding: 36px 0 56px; }
  .hero h1 br { display: none; }
  .hero-visual { max-width: 360px; }
  .hero-image-frame { border-radius: 18px; transform: rotate(-1deg); }
  .hero-card { padding: 10px 14px; min-width: 150px; gap: 10px; }
  .hero-card-icon { width: 34px; height: 34px; }
  .hero-card strong { font-size: .88rem; }
  .hero-card span { font-size: .72rem; }
  .hero-card-1 { top: 4%; left: -4%; }
  .hero-card-3 { bottom: 6%; right: -4%; }

  .btn { padding: 11px 18px; font-size: .9rem; }
  .btn-lg { padding: 13px 20px; font-size: .94rem; }
  .hero-actions .btn { flex: 1; justify-content: center; }

  .float-whatsapp {
    width: 52px;
    height: 52px;
    bottom: 16px;
    right: 16px;
  }
  .float-whatsapp svg { width: 24px; height: 24px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 1.9rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================ REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
