﻿:root {
  --ink: #101520;
  --muted: #5b6472;
  --line: #e6e9ee;
  --panel: #ffffff;
  --soft: #f5f7fa;
  --yellow: #f4c430;
  --yellow-deep: #d89b00;
  --green: #128c4a;
  --red: #d92929;
  --blue: #1f4a7a;
  --shadow: 0 18px 50px rgba(12, 20, 34, .13);
  --hero-image: image-set(
    url("cekici-arabasi-optimized.avif") type("image/avif"),
    url("cekici-arabasi-optimized.webp") type("image/webp"),
    url("cekici-arabasi-optimized.jpg") type("image/jpeg")
  );
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 56px);
  background: rgba(13, 18, 30, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.brand-copy {
  display: block;
  min-width: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.brand-copy small {
  color: #c8d1df;
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #eef2f7;
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--yellow);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 70px clamp(18px, 5vw, 76px) 120px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11, 16, 27, .62) 0%, rgba(11, 16, 27, .44) 48%, rgba(11, 16, 27, .10) 100%),
    var(--hero-image) center / cover no-repeat,
    radial-gradient(circle at 82% 22%, rgba(244, 196, 48, .4), transparent 28%),
    linear-gradient(135deg, #111827, #263142 50%, #596172);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-side-stats {
  position: absolute;
  top: 50%;
  right: clamp(16px, 3vw, 42px);
  z-index: 2;
  width: min(330px, 28vw);
  transform: translateY(-50%);
}

.hero-side-title {
  margin: 0 0 10px;
  color: #ffe082;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-align: left;
}

.hero-side-grid {
  display: grid;
  gap: 10px;
}

.hero-side-card {
  border: 1px solid rgba(255, 255, 255, .24);
  border-left: 4px solid rgba(255, 216, 106, .88);
  border-radius: 10px;
  padding: 12px 12px 10px;
  background: linear-gradient(140deg, rgba(17, 28, 48, .88), rgba(16, 50, 71, .66));
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
  backdrop-filter: blur(8px);
}

.hero-side-card strong,
.hero-side-card span {
  display: block;
}

.hero-side-card strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.05;
}

.hero-side-card span {
  margin-top: 4px;
  color: #d8e3f6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 82px);
  line-height: .98;
  letter-spacing: 0;
}

.hero-text {
  max-width: 580px;
  margin: 20px 0 24px;
  color: #eef2f7;
  font-size: 20px;
}

.hero-tags {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  max-width: 610px;
  margin-top: clamp(130px, 24vh, 230px);
}

.hero-tags span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(244, 196, 48, .72);
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(12, 18, 30, .62);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .15px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
}

.hero-tags b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #24c25a;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

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

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 22px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.btn-call {
  color: #fff;
  background: var(--red);
}

.btn-whatsapp {
  background: var(--green);
}

.hero-call {
  min-width: 260px;
  justify-content: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border: 2px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 42px rgba(217, 41, 41, .36);
}

.hero-call strong,
.hero-call small {
  display: block;
  line-height: 1.1;
}

.hero-call strong {
  font-size: 20px;
}

.hero-call small {
  margin-top: 4px;
  color: #fff2f2;
  font-size: 16px;
}

.call-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
}

.sticky-phone svg {
  width: 35px;
  height: 35px;
}

.sticky-phone svg path {
  fill: currentColor;
}

.sticky-phone svg .ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 5.2;
  stroke-linecap: round;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  border: 1px solid rgba(244, 196, 48, .55);
  border-radius: 8px;
  padding: 11px 13px;
  background: rgba(244, 196, 48, .14);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.trust-row strong {
  display: block;
  color: var(--yellow);
  font-size: 18px;
  line-height: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
}

.road {
  position: absolute;
  right: -8%;
  bottom: -70px;
  width: 72%;
  height: 280px;
  transform: skewY(-7deg);
  background: linear-gradient(180deg, #303846, #171c26);
  border-top: 12px solid rgba(244, 196, 48, .78);
}

.road::after {
  content: "";
  position: absolute;
  top: 92px;
  left: 6%;
  width: 90%;
  height: 8px;
  background: repeating-linear-gradient(90deg, #fff 0 64px, transparent 64px 112px);
  opacity: .9;
}

.tow-scene {
  position: absolute;
  right: 5%;
  bottom: 130px;
  width: min(48vw, 570px);
  height: 250px;
}

.truck,
.car {
  position: absolute;
}

.truck {
  right: 70px;
  bottom: 42px;
  width: 350px;
  height: 148px;
}

.truck-cab,
.truck-bed,
.truck-hook,
.wheel,
.car-body,
.car-top {
  position: absolute;
  display: block;
}

.truck-cab {
  right: 0;
  bottom: 35px;
  width: 128px;
  height: 88px;
  background: var(--yellow);
  border-radius: 8px 12px 4px 4px;
}

.truck-cab::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 15px;
  width: 48px;
  height: 28px;
  background: #1f4a7a;
  border-radius: 4px;
}

.truck-bed {
  left: 12px;
  bottom: 42px;
  width: 230px;
  height: 34px;
  transform: rotate(-10deg);
  transform-origin: right center;
  background: #d7dde7;
  border-radius: 4px;
}

.truck-hook {
  left: 6px;
  bottom: 62px;
  width: 118px;
  height: 2px;
  transform: rotate(18deg);
  background: #d7dde7;
}

.truck-hook::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 1px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #d7dde7;
  border-bottom: 3px solid #d7dde7;
  border-radius: 0 0 8px 0;
}

.wheel {
  width: 38px;
  height: 38px;
  border: 8px solid #151922;
  border-radius: 50%;
  background: #9ca3af;
}

.wheel-one {
  right: 28px;
  bottom: 10px;
}

.wheel-two {
  right: 205px;
  bottom: 10px;
}

.car {
  left: 0;
  bottom: 10px;
  width: 185px;
  height: 82px;
}

.car-body {
  left: 0;
  right: 0;
  bottom: 18px;
  height: 44px;
  background: var(--red);
  border-radius: 28px 34px 10px 10px;
}

.car-top {
  left: 58px;
  bottom: 54px;
  width: 72px;
  height: 34px;
  background: #f2f5f8;
  clip-path: polygon(20% 0, 78% 0, 100% 100%, 0 100%);
}

.car-wheel-one {
  left: 28px;
  bottom: 0;
}

.car-wheel-two {
  right: 28px;
  bottom: 0;
}

.section {
  padding: 72px clamp(18px, 5vw, 76px);
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.section:nth-of-type(odd) {
  background: var(--soft);
}

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

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.pill-grid,
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-grid a,
.area-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 14px;
  background: #fff;
  color: #1d2736;
  font-size: 14px;
  font-weight: 800;
}

.pill-grid a {
  border-color: rgba(216, 155, 0, .45);
  background: #fff8df;
}

.location-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.location-links a {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 16px 16px 42px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 21, 32, .06);
}

.location-links a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--red);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.location-links a:hover {
  border-color: rgba(217, 41, 41, .35);
  transform: translateY(-1px);
}

.location-links span,
.location-links strong {
  display: block;
}

.location-links span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.location-links strong {
  margin-top: 3px;
  color: #141b29;
  font-size: 16px;
  line-height: 1.2;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.priority-grid article,
.intent-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 21, 32, .06);
}

.priority-grid article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
}

.priority-grid span {
  align-self: flex-start;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff3c3;
  color: #6f4b00;
  font-size: 13px;
  font-weight: 900;
}

.priority-grid p,
.intent-grid p {
  margin: 0;
  color: var(--muted);
}

.priority-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.intent-grid a {
  color: var(--red);
  font-weight: 900;
}

.service-grid,
.why-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article,
.why-grid div,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(16, 21, 32, .06);
}

.service-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--yellow);
  font-weight: 900;
}

.service-grid p,
.why-grid p,
.faq p,
.contact p,
footer p {
  margin: 0;
  color: var(--muted);
}

.why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.photo-placeholder {
  display: grid;
  min-height: 170px;
  place-items: center;
  color: rgba(255,255,255,.92);
  background:
    linear-gradient(135deg, rgba(16,21,32,.2), rgba(16,21,32,.58)),
    repeating-linear-gradient(135deg, #333b49 0 16px, #222a36 16px 32px);
  font-size: 42px;
  font-weight: 900;
}

figcaption {
  padding: 12px 14px;
  color: #263142;
  font-size: 14px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 930px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  padding-top: 10px;
}

.contact {
  display: block;
  padding: 72px clamp(18px, 5vw, 76px);
  background: #111827;
  color: #fff;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

.contact > div {
  max-width: 820px;
}

.landing-main {
  background: #fff;
}

.landing-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 72px clamp(18px, 5vw, 76px) 126px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 15, 25, .95), rgba(10, 15, 25, .72) 56%, rgba(10, 15, 25, .34)),
    var(--hero-image) center / cover no-repeat,
    linear-gradient(135deg, #111827, #303a49);
}

.landing-hero-content {
  max-width: 760px;
}

.landing-hero h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 78px);
  line-height: .98;
}

.landing-hero p {
  max-width: 650px;
  color: #eef2f7;
  font-size: 20px;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.landing-phone {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 20px;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(217, 41, 41, .35);
}

.landing-whatsapp {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 20px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
}

.landing-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(120px, 23vh, 220px);
}

.landing-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(244, 196, 48, .68);
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(12, 18, 30, .62);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12px;
}

.landing-proof b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #24c25a;
  color: #fff;
}

.landing-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.landing-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 21, 32, .06);
}

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

.landing-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-panel li {
  color: #263142;
  font-weight: 800;
}

.landing-panel li::before {
  content: "✓";
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: #24c25a;
  color: #fff;
  font-size: 12px;
}

.local-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.local-keywords span {
  border: 1px solid rgba(216, 155, 0, .42);
  border-radius: 999px;
  padding: 10px 13px;
  background: #fff8df;
  color: #1d2736;
  font-weight: 900;
}

.landing-faq details {
  background: #fff;
}

.nearby-pages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.nearby-pages a {
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: #1d2736;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(16, 21, 32, .06);
}

.contact h2 {
  margin-bottom: 14px;
}

.contact-card {
  background: #fff;
  color: var(--ink);
}

.phone {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

footer {
  padding: 24px 18px 94px;
  text-align: center;
  background: #0b101b;
}

.footer-links {
  margin-top: 8px;
}

.footer-links a {
  color: #d7e0ef;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-disclaimer {
  margin-top: 8px;
  color: #aab5c7;
  font-size: 13px;
}

.sticky-actions {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr 66px;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
}

.sticky-actions a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.sticky-call {
  position: relative;
  overflow: hidden;
  justify-content: flex-start;
  gap: 12px;
  padding: 11px 16px 11px 12px;
  background:
    linear-gradient(135deg, #ff4d4d 0%, #d90000 52%, #a90000 100%);
  border: 1px solid rgba(255, 255, 255, .26);
  box-shadow:
    0 10px 24px rgba(155, 0, 0, .35),
    0 2px 0 rgba(255, 255, 255, .22) inset;
}

.sticky-call::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -42%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.24), rgba(255,255,255,0));
  pointer-events: none;
  animation: call-shine 2.8s ease-in-out infinite;
}

.sticky-call strong,
.sticky-call small {
  display: block;
  line-height: 1.1;
}

.sticky-call strong {
  font-size: 24px;
  letter-spacing: .2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}

.sticky-call small {
  margin-top: 2px;
  color: #fff1f1;
  font-size: 18px;
  font-weight: 900;
  opacity: .98;
}
.sticky-phone {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #ffeaea);
  color: var(--red);
  font-size: 22px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
  margin-left: -2px;
}

.sticky-whatsapp {
  width: 62px;
  height: 62px;
  min-height: 62px;
  justify-self: center;
  align-self: center;
  border-radius: 50%;
  background: #25d366;
  padding: 0;
}

.sticky-actions .sticky-whatsapp {
  border-radius: 50%;
}

.sticky-whatsapp svg {
  width: 38px;
  height: 38px;
  fill: #fff;
}

@keyframes call-shine {
  0% { left: -46%; }
  55% { left: 112%; }
  100% { left: 112%; }
}

@media (max-width: 920px) {
  .sticky-actions {
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
    grid-template-columns: 1fr 62px;
    z-index: 9999;
    max-width: calc(100vw - 24px);
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 67px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: #111827;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 13px 12px;
    border-radius: 6px;
  }

  .nav a:hover {
    background: rgba(255, 255, 255, .08);
  }

  .hero {
    min-height: 590px;
    align-items: start;
    padding-top: 54px;
  }

  .tow-scene {
    right: -20px;
    bottom: 120px;
    width: 440px;
    transform: scale(.82);
    transform-origin: right bottom;
  }

  .road {
    width: 110%;
  }

  .service-grid,
  .why-grid,
  .testimonials-grid,
  .priority-grid,
  .intent-grid,
  .location-links,
  .landing-intro,
  .nearby-pages,
  .gallery-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .priority-grid article {
    min-height: 0;
  }

  .hero-side-stats {
    display: none;
  }

}

@media (max-width: 560px) {
  .sticky-actions {
    left: 10px;
    right: 10px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
    position: fixed;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: calc(100vw - 20px);
  }

  .sticky-actions a {
    min-height: 56px;
  }

  .sticky-call {
    flex: 1 1 auto;
    min-width: 0;
  }

  .sticky-whatsapp {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .sticky-whatsapp svg {
    width: 32px;
    height: 32px;
  }

  .contact-panel h3 {
    font-size: 20px;
  }

  .contact-item {
    font-size: 15px;
  }

  .site-header {
    padding: 10px 14px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy small {
    font-size: 11px;
  }

  .hero {
    min-height: calc(98svh - 64px);
    padding: 42px 18px 145px;
    background-position: 36% 26%;
  }

  .landing-hero {
    min-height: calc(98svh - 64px);
    align-items: start;
    padding: 42px 18px 145px;
    background-position: 36% 26%;
  }

  .landing-hero p {
    font-size: 17px;
  }

  .landing-proof {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 285px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-tags {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: auto;
    margin-top: 285px;
  }

  .hero-tags span {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 14px;
  }

  .hero-actions .btn,
  .contact-card .btn {
    width: 100%;
  }

  .trust-row span {
    font-size: 12px;
  }

  .tow-scene {
    right: -98px;
    bottom: 105px;
    transform: scale(.66);
  }

  .section,
  .contact {
    padding: 54px 18px;
  }

  .pill-grid a,
  .area-list span {
    width: 100%;
    border-radius: 8px;
  }

  .photo-placeholder {
    min-height: 150px;
  }
}



/* Design refresh: 2026-05-02 */
:root {
  --ease: 220ms cubic-bezier(.2, .8, .2, 1);
}

body {
  background:
    radial-gradient(circle at 10% -20%, rgba(244, 196, 48, .14), transparent 33%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  font-family: "Segoe UI", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

h1,
h2,
h3 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: #0f1726;
}

.nav a,
.btn,
.location-links a,
.priority-grid article,
.intent-grid div,
.service-grid article,
.why-grid div,
.contact-card,
.priority-grid a,
.gallery-grid figure,
.gallery-grid img,
details,
.sticky-actions a,
.hero-tags span {
  transition: all var(--ease);
}

.nav a:hover {
  opacity: .92;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(11, 16, 27, 0) 0%, rgba(11, 16, 27, .12) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  animation: fade-up .6s var(--ease) both;
}

.hero-tags span:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 196, 48, .95);
  background: rgba(12, 18, 30, .78);
}

.btn:hover,
.priority-grid a:hover,
.sticky-actions a:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.section-head h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(130px, 45%);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4c430, #ffe596);
}

.section-copy {
  margin: 10px 0 0;
  color: #5b6472;
  font-size: 17px;
}

.location-links a:hover,
.priority-grid article:hover,
.intent-grid div:hover,
.service-grid article:hover,
.why-grid div:hover,
.contact-card:hover,
.gallery-grid figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(16, 21, 32, .13);
}

.priority-grid article:hover,
.intent-grid div:hover,
.service-grid article:hover,
.why-grid div:hover,
.contact-card:hover,
.gallery-grid figure:hover {
  border-color: rgba(216, 155, 0, .38);
}

.why-grid div:nth-child(1) {
  background: linear-gradient(180deg, #fff, #fff8e2);
}

.why-grid div:nth-child(2) {
  background: linear-gradient(180deg, #fff, #eef6ff);
}

.why-grid div:nth-child(3) {
  background: linear-gradient(180deg, #fff, #ebfff2);
}

.gallery-grid figure:hover img {
  transform: scale(1.03);
}

details[open] {
  border-color: rgba(216, 155, 0, .5);
  box-shadow: 0 10px 24px rgba(16, 21, 32, .09);
}

.contact {
  background: linear-gradient(135deg, #0f1624, #1b2a42);
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .section-head h2::after {
    width: 110px;
  }
}

@media (max-width: 560px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(11, 16, 27, .62) 0%, rgba(11, 16, 27, .44) 48%, rgba(11, 16, 27, .10) 100%),
      var(--hero-image) center / cover no-repeat,
      radial-gradient(circle at 82% 22%, rgba(244, 196, 48, .4), transparent 28%),
      linear-gradient(135deg, #111827, #263142 50%, #596172);
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(11, 16, 27, 0) 0%, rgba(11, 16, 27, .12) 100%);
  }

  .hero,
  .landing-hero {
    background-position: 36% 26%;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.hero-actions {
  margin-top: 8px;
}

/* Visibility and CTA cleanup */
.hero h1,
.landing-hero h1 {
  color: #ffffff !important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .5);
}

.hero .hero-text,
.landing-hero p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}

/* Lower-section premium dark background (index) */
.section.deep-theme {
  background:
    radial-gradient(circle at 85% -10%, rgba(50, 185, 210, .16), transparent 35%),
    radial-gradient(circle at 10% 120%, rgba(18, 64, 140, .28), transparent 45%),
    linear-gradient(135deg, #0f1f3b, #163151 52%, #1b4f5a) !important;
  color: #eaf1ff;
}

.section.deep-theme .eyebrow {
  color: #ffd86a;
}

.section.deep-theme h2,
.section.deep-theme h3,
.section.deep-theme p,
.section.deep-theme .section-copy,
.section.deep-theme .priority-grid p,
.section.deep-theme .intent-grid p,
.section.deep-theme .service-grid p,
.section.deep-theme .why-grid p,
.section.deep-theme details p,
.section.deep-theme summary {
  color: #e6eefb;
}

.section.deep-theme .section-head h2::after {
  background: linear-gradient(90deg, #ffd86a, #fff3bf);
}

.section.deep-theme .pill-grid a,
.section.deep-theme .area-list span,
.section.deep-theme .local-keywords span {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.section.deep-theme .location-links a,
.section.deep-theme .priority-grid article,
.section.deep-theme .intent-grid div,
.section.deep-theme .service-grid article,
.section.deep-theme .why-grid div,
.section.deep-theme .gallery-grid figure,
.section.deep-theme details {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 14px 28px rgba(3, 10, 22, .3);
}

.section.deep-theme .location-links span {
  color: #cfdcf2;
}

.section.deep-theme .location-links strong,
.section.deep-theme figcaption {
  color: #fff;
}

.section.deep-theme .service-icon {
  background: rgba(255, 216, 106, .18);
  color: #ffd86a;
  border: 1px solid rgba(255, 216, 106, .34);
}

.section.deep-theme .priority-grid span {
  background: rgba(255, 216, 106, .2);
  color: #ffe7a5;
}

.section.deep-theme .priority-grid a,
.section.deep-theme .intent-grid a {
  background: linear-gradient(135deg, #ff4a4a, #c91818);
  color: #fff;
}

.section.deep-theme .priority-grid a:hover,
.section.deep-theme .intent-grid a:hover {
  filter: brightness(1.06);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.testimonial-card {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 14px 28px rgba(3, 10, 22, .28);
}

.testimonial-card .stars {
  margin: 0 0 8px;
  color: #ffd86a;
  font-size: 18px;
  letter-spacing: 1px;
}

.section.deep-theme .testimonial-card .stars {
  color: #ffd86a;
}

.testimonial-card p {
  margin: 0;
  color: #edf3ff;
}

.testimonial-card strong {
  display: inline-block;
  margin-top: 10px;
  color: #ffd86a;
  font-size: 14px;
}

.urgent-panel {
  background:
    radial-gradient(circle at 84% -20%, rgba(37, 211, 102, .17), transparent 38%),
    linear-gradient(135deg, #101a2b, #1e3456);
  color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.urgent-panel .eyebrow {
  color: #ffe082;
}

.urgent-panel h2,
.urgent-panel p {
  color: #f0f4fb;
}

.urgent-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.urgent-copy,
.urgent-actions {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  padding: 22px;
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(8px);
}

.urgent-copy h2 {
  margin-bottom: 10px;
}

.urgent-copy h2::after {
  background: linear-gradient(90deg, #ffd75d, #fff1b3);
}

.urgent-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.urgent-badges span {
  border: 1px solid rgba(255, 215, 93, .58);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 215, 93, .12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.urgent-actions {
  display: grid;
  gap: 10px;
}

.urgent-call,
.urgent-wa {
  display: grid;
  min-height: 62px;
  place-items: center;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 900;
  text-align: center;
}

.urgent-call {
  border: 1px solid rgba(255, 255, 255, .22);
  background: linear-gradient(135deg, #ff4747, #bd1010);
  color: #fff;
  box-shadow: 0 16px 32px rgba(185, 16, 16, .35);
}

.urgent-call strong,
.urgent-call small {
  display: block;
  line-height: 1.1;
}

.urgent-call strong {
  font-size: 21px;
}

.urgent-call small {
  margin-top: 3px;
  color: #ffe8e8;
  font-size: 17px;
}

.urgent-wa {
  background: linear-gradient(135deg, #2ad76d, #139b48);
  color: #fff;
}

.urgent-local-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.urgent-local-links a {
  display: grid;
  min-height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.urgent-local-links a:hover {
  background: rgba(255, 215, 93, .2);
  border-color: rgba(255, 215, 93, .55);
}

.location-links a:nth-child(odd) {
  background: linear-gradient(180deg, #ffffff, #fff8e9);
}

.location-links a:nth-child(even) {
  background: linear-gradient(180deg, #ffffff, #eef5ff);
}

.sticky-call {
  animation: pulse-call 2.2s ease-in-out infinite;
}

@keyframes pulse-call {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(248, 59, 59, .32), var(--shadow);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(248, 59, 59, 0), var(--shadow);
  }
}

@media (max-width: 920px) {
  .urgent-grid {
    grid-template-columns: 1fr;
  }

  .urgent-local-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .urgent-panel {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .urgent-call strong {
    font-size: 19px;
  }

  .urgent-call small {
    font-size: 16px;
  }
}


/* Contact readability + footer signature */
.contact .eyebrow {
  color: #ffd86a;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.contact h2 {
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0,0,0,.45);
}

.contact > div > p {
  color: #eaf2ff;
  font-size: 18px;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}

.contact-panel {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.contact-panel h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .2px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  color: #f3f7ff;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-link:hover {
  color: #ffd86a;
}

.contact-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: #0f1726;
  flex: 0 0 auto;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.contact-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f3f7ff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-social a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-social a:hover {
  color: #ffd86a;
}

.footer-madeby {
  margin-top: 8px;
  color: #c8d4e8;
  font-size: 13px;
  font-weight: 700;
}

.desktop-only-nav {
  display: inline-flex;
  align-items: center;
}

/* Header nav contrast fix */
.site-header .nav {
  color: #eef2f7 !important;
}

.site-header .nav a,
.site-header .desktop-only-nav {
  color: #eef2f7 !important;
  opacity: 1 !important;
}

.site-header .nav a:hover,
.site-header .desktop-only-nav:hover {
  color: #ffd86a !important;
  opacity: 1 !important;
}

/* Desktop-only sticky bar alignment */
@media (min-width: 921px) {
  .sticky-actions {
    left: 16px;
    right: 16px;
    max-width: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .sticky-call {
    width: 480px;
    max-width: 70vw;
  }

  .sticky-whatsapp {
    margin-left: auto;
    justify-self: auto;
  }
}

@media (max-width: 920px) {
  .desktop-only-nav {
    display: none !important;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }
}


