.hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  padding: 72px 0 68px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 20%, rgba(18, 183, 216, 0.2), transparent 30%),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 46%, #0d4b77 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 70%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 48px;
  align-items: center;
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--amber-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.why-us h2,
.cta-section h2,
.process h2,
.faq-section h2 {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(40px, 5.8vw, 68px);
  line-height: 1;
}

.hero-text {
  max-width: 660px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.72;
}

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

.trust-list span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-md);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 500px;
  display: block;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.05);
}

.visual-badge {
  position: absolute;
  z-index: 2;
  width: min(260px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(6, 24, 38, 0.82);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(6, 24, 38, 0.24);
  backdrop-filter: blur(14px);
}

.visual-badge strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.visual-badge span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.badge-top {
  top: 30px;
  right: 28px;
}

.badge-bottom {
  left: 28px;
  bottom: 30px;
}

.proof-strip {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-md);
}

.proof-grid div {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.proof-grid div:last-child {
  border-right: 0;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--navy-900);
  font-size: 18px;
}

.proof-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.services,
.process,
.faq-section,
.local-seo {
  padding: 88px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading.compact {
  max-width: 640px;
}

.section-heading h2,
.why-us h2,
.cta-section h2,
.process h2,
.faq-section h2,
.local-seo h2 {
  color: var(--navy-950);
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1.04;
}

.section-heading p,
.service-content p,
.why-us p,
.cta-section p,
.process p,
.faq-section p,
.local-seo p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 22px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 183, 216, 0.34);
  box-shadow: var(--shadow-md);
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  object-position: center;
}

.service-featured img {
  aspect-ratio: 16 / 9;
  object-position: center;
}

.service-content {
  padding: 28px;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--blue-700);
  background: rgba(18, 183, 216, 0.12);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-content h3 {
  margin: 14px 0 12px;
  color: var(--navy-950);
  font-family: "Space Grotesk", "Manrope", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.08;
}

.clean-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0 22px;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mint-600), var(--cyan-500));
  box-shadow: 0 0 0 4px rgba(18, 183, 216, 0.12);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-700);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.text-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.antalya-section {
  padding: 90px 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(6, 24, 38, 0.96), rgba(8, 52, 85, 0.92)),
    url("klima-bakimi.jpg") center/cover fixed;
}

.section-heading.inverted h2,
.section-heading.inverted p {
  color: #ffffff;
}

.section-heading.inverted .eyebrow {
  color: var(--amber-500);
}

.section-heading.inverted p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

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

.climate-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.climate-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 999px;
  color: var(--navy-950);
  background: var(--amber-500);
  font-weight: 900;
}

.climate-grid h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Manrope", Arial, sans-serif;
  font-size: 22px;
}

.climate-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.68;
}

.why-us {
  padding: 88px 0;
  background: #ffffff;
}

.local-seo {
  padding-top: 0;
}

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

.area-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--navy-950);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(6, 24, 38, 0.05);
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 40px;
  align-items: start;
}

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

.feature {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #ffffff 0%, #eff9fc 100%);
  box-shadow: 0 10px 28px rgba(6, 24, 38, 0.06);
}

.feature strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
  font-family: "Space Grotesk", "Manrope", Arial, sans-serif;
  font-size: 21px;
}

.feature span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

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

.process-grid article {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.process-grid span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue-700), var(--cyan-500));
  font-weight: 900;
}

.process-grid h3 {
  margin: 0 0 10px;
  color: var(--navy-950);
  font-family: "Space Grotesk", "Manrope", Arial, sans-serif;
  font-size: 24px;
}

.process-grid p {
  margin: 0;
  font-size: 15px;
}

.faq-section {
  padding-top: 0;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.faq-grid summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--navy-950);
  font-family: "Space Grotesk", "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  float: right;
  color: var(--blue-700);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 900;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 16px;
}

.cta-section {
  padding: 0 0 90px;
}

.cta-panel {
  padding: 46px;
  border-radius: var(--radius);
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(8, 35, 56, 0.96), rgba(9, 103, 181, 0.92)),
    url("hakkimizdaarkaplan.jpg") center/cover;
  box-shadow: var(--shadow-md);
}

.cta-panel h2 {
  color: #ffffff;
}

.cta-panel p {
  max-width: 680px;
  margin: 16px auto 26px;
  color: rgba(255, 255, 255, 0.78);
}

.center {
  justify-content: center;
}

@media (max-width: 980px) {
  .hero-grid,
  .service-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 48px 0 54px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: min(420px, 70vw);
  }

  .climate-grid,
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .antalya-section {
    background-attachment: scroll;
  }

  .hero {
    padding: 34px 0 42px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(38px, 10.5vw, 46px);
    line-height: 1.04;
  }

  .hero-text {
    margin: 16px 0 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .btn-large {
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }

  .trust-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .trust-list span {
    padding: 9px 11px;
    font-size: 12px;
  }

  .hero-visual img {
    height: 220px;
    object-position: center 42%;
  }

  .visual-badge {
    position: static;
    width: auto;
    margin: 8px 10px 0;
    padding: 12px;
    background: rgba(6, 24, 38, 0.9);
  }

  .service-card img,
  .service-featured img {
    aspect-ratio: 4 / 3;
    height: auto;
    max-height: 260px;
    object-fit: cover;
    object-position: center 42%;
  }

  .service-card:last-child img {
    object-position: center;
  }

  .visual-badge strong {
    font-size: 13px;
  }

  .visual-badge span {
    font-size: 12px;
  }

  .hero-visual::before {
    inset: 10px;
  }

  .proof-strip {
    margin-top: -28px;
  }

  .proof-grid,
  .climate-grid,
  .feature-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid div:last-child {
    border-bottom: 0;
  }

  .services,
  .process,
  .faq-section,
  .local-seo,
  .why-us,
  .antalya-section {
    padding: 58px 0;
  }

  .faq-section,
  .local-seo {
    padding-top: 0;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .why-us h2,
  .cta-section h2,
  .process h2,
  .faq-section h2,
  .local-seo h2 {
    font-size: clamp(30px, 9.2vw, 42px);
  }

  .area-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .area-grid span {
    min-height: 46px;
    font-size: 14px;
  }

  .service-content,
  .feature,
  .process-grid article,
  .climate-grid article {
    padding: 22px;
  }

  .cta-section {
    padding-bottom: 58px;
  }

  .cta-panel {
    width: min(100% - 32px, 1160px);
    padding: 32px 20px;
  }
}
