/* Ata Halı Yıkama — Ana CSS (kırmızı/mavi, köşeli — HYD stilinden ayrı) */

.ahy-section{padding:clamp(3.5rem,7vw,5.5rem) 0;position:relative}
.ahy-section--compact{padding:2rem 0 .5rem}
.ahy-section--soft{
  background:linear-gradient(180deg,var(--ahy-sky) 0%,#f5f9fc 100%);
}
.ahy-section--cream{
  background:linear-gradient(180deg,var(--ahy-warm) 0%,var(--ahy-warm-deep) 100%);
}

.ahy-section__head{text-align:center;max-width:680px;margin:0 auto 3rem}
.ahy-section__head--left{text-align:left;margin-left:0;margin-right:0;max-width:none}
.ahy-section__head--center{max-width:760px}
.ahy-container--narrow{max-width:840px}
.ahy-section__head-row{
  display:flex;justify-content:space-between;align-items:flex-end;
  flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem;
}
.ahy-section__head-row .ahy-section__head{margin:0;text-align:left;max-width:800px}
.ahy-text-center{text-align:center}
.ahy-italic{font-style:italic;color:var(--ahy-red)}

.ahy-section__kicker{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;
  color:var(--ahy-blue);margin-bottom:.75rem;
  padding:.35rem .85rem .35rem .65rem;
  background:rgba(255,255,255,.7);border:1px solid var(--ahy-line);
  border-left:3px solid var(--ahy-red);border-radius:var(--ahy-radius-pill);
  box-shadow:var(--ahy-shadow-sm);
}
.ahy-section__kicker::after{
  content:"";width:5px;height:5px;border-radius:50%;
  background:var(--ahy-gold);flex:none;
}
.ahy-section__title{margin:0 0 .75rem}
.ahy-section__lede{color:var(--ahy-muted);margin:0;font-size:1.05rem;line-height:1.7}

.ahy-crumbs ol{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-wrap:wrap;gap:.4rem;font-size:.85rem;color:var(--ahy-muted)}
.ahy-crumbs li+li::before{content:"/";margin-right:.4rem;color:var(--ahy-red)}
.ahy-crumbs a{color:var(--ahy-muted)}
.ahy-crumbs a:hover{color:var(--ahy-red)}

/* USP */
.ahy-usp__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.ahy-usp__item{
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  padding:1.65rem 1.45rem;border-radius:var(--ahy-radius-md);
  box-shadow:var(--ahy-shadow-sm);
  transition:box-shadow .3s,transform .3s,border-color .3s;
}
.ahy-usp__item:hover{
  box-shadow:var(--ahy-shadow-card);transform:translateY(-4px);
  border-color:rgba(21,101,192,.2);
}
.ahy-usp__icon{
  width:52px;height:52px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,var(--ahy-sky),#fff);
  border:1px solid rgba(21,101,192,.12);border-radius:var(--ahy-radius-md);
  font-size:1.5rem;margin-bottom:.9rem;
  box-shadow:0 4px 12px rgba(21,101,192,.08);
}
.ahy-usp__item h3{margin:0 0 .4rem;font-size:1.08rem;font-family:var(--ahy-font-display)}
.ahy-usp__item p{margin:0;color:var(--ahy-muted);font-size:.92rem;line-height:1.6}
@media (max-width:900px){.ahy-usp__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.ahy-usp__grid{grid-template-columns:1fr}}

/* Hizmet listesi */
.ahy-svc-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--ahy-line)}
.ahy-svc-list__item{border-bottom:1px solid var(--ahy-line)}
.ahy-svc-list__link{
  display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center;
  padding:1.25rem .25rem;color:inherit;text-decoration:none;
  transition:background .2s;
}
.ahy-svc-list__link:hover{background:rgba(255,255,255,.7);text-decoration:none}
.ahy-svc-list__num{font-family:var(--ahy-font-display);font-size:1.4rem;font-weight:600;color:var(--ahy-blue);min-width:2.5rem}
.ahy-svc-list__body h3{margin:0 0 .25rem;font-size:1.1rem}
.ahy-svc-list__body p{margin:0;color:var(--ahy-muted);font-size:.9rem}
.ahy-svc-list__emoji{font-size:2rem;line-height:1;opacity:.9}

/* Kart grid */
.ahy-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
@media (max-width:640px){.ahy-card-grid{grid-template-columns:1fr}}
.ahy-card{
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  border-radius:var(--ahy-radius-md);display:flex;flex-direction:column;
  overflow:hidden;box-shadow:var(--ahy-shadow-sm);
  transition:box-shadow .3s,transform .3s,border-color .3s;
}
.ahy-card:hover{
  transform:translateY(-5px);box-shadow:var(--ahy-shadow-card);
  border-color:rgba(201,162,39,.35);
}
.ahy-card__media img{aspect-ratio:16/10;object-fit:cover;width:100%}
.ahy-card__icon-wrap{
  display:flex;align-items:center;justify-content:center;min-height:140px;
  background:linear-gradient(160deg,var(--ahy-sky),var(--ahy-cream));
  border-bottom:1px solid var(--ahy-line);
}
.ahy-card__emoji{font-size:3rem}
.ahy-card__body{padding:1.25rem 1.35rem 1.4rem;flex:1;display:flex;flex-direction:column}
.ahy-card__title{font-size:1.1rem;margin:0 0 .4rem;font-family:var(--ahy-font-display)}
.ahy-card__title a{color:inherit}
.ahy-card__title a:hover{color:var(--ahy-red);text-decoration:none}
.ahy-card__excerpt{color:var(--ahy-muted);font-size:.92rem;margin:0 0 .85rem;flex:1;line-height:1.6}
.ahy-card__more{font-weight:600;font-size:.85rem;color:var(--ahy-red);letter-spacing:.02em}
.ahy-card__more::after{content:" →"}

/* Giriş metni */
.ahy-intro-prose{max-width:800px;margin:0 auto}
.ahy-prose__lead{
  font-size:1.2rem;color:var(--ahy-ink-2);line-height:1.75;
  margin:0 0 1.35rem;font-weight:500;font-family:var(--ahy-font-display);
}
.ahy-intro-prose p{color:var(--ahy-muted);line-height:1.8;margin:0 0 1.1rem;font-size:1.02rem}

/* İlkeler */
.ahy-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.ahy-promise{
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  padding:1.85rem 1.55rem;border-radius:var(--ahy-radius-md);
  box-shadow:var(--ahy-shadow-sm);
  border-top:3px solid var(--ahy-blue);
  transition:box-shadow .3s,transform .3s;
}
.ahy-promise:hover{box-shadow:var(--ahy-shadow-card);transform:translateY(-3px)}
.ahy-promise:nth-child(2){border-top-color:var(--ahy-red)}
.ahy-promise:nth-child(3){border-top-color:var(--ahy-blue-dark)}
.ahy-promise__num{font-size:.75rem;font-weight:700;color:var(--ahy-blue);margin:0 0 .6rem;letter-spacing:.1em}
.ahy-promise h3{margin:0 0 .55rem;font-size:1.15rem;font-family:var(--ahy-font-display)}
.ahy-promise p{margin:0;color:var(--ahy-muted);font-size:.94rem;line-height:1.65}
@media (max-width:800px){.ahy-promises{grid-template-columns:1fr}}

/* Hizmet vitrin */
.ahy-services{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.ahy-service-card{
  display:flex;flex-direction:column;background:var(--ahy-surface);
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius-md);
  color:inherit;text-decoration:none;overflow:hidden;
  box-shadow:var(--ahy-shadow-sm);height:100%;
  transition:box-shadow .3s,transform .3s,border-color .3s;
}
.ahy-service-card:hover{
  transform:translateY(-6px);box-shadow:var(--ahy-shadow-card);
  border-color:rgba(21,101,192,.25);text-decoration:none;color:inherit;
}
.ahy-service-card__top{
  min-height:135px;display:flex;align-items:center;justify-content:center;
  font-size:3rem;border-bottom:1px solid var(--ahy-line);
  background:linear-gradient(165deg,var(--ahy-sky) 0%,#fff 70%);
  position:relative;
}
.ahy-service-card__top::after{
  content:"";position:absolute;inset:auto 0 0 0;height:3px;
  background:linear-gradient(90deg,var(--ahy-red),var(--ahy-blue),var(--ahy-gold));
  opacity:.6;
}
.ahy-service-card:nth-child(even) .ahy-service-card__top{
  background:linear-gradient(165deg,#fdf6f0 0%,#fff 70%);
}
.ahy-service-card__body{padding:1.25rem 1.35rem 1.4rem;flex:1;display:flex;flex-direction:column}
.ahy-service-card__num{font-size:.72rem;font-weight:700;color:var(--ahy-blue);margin:0 0 .4rem;letter-spacing:.08em}
.ahy-service-card__body h3{margin:0 0 .5rem;font-size:1.1rem;font-family:var(--ahy-font-display)}
.ahy-service-card__body>p{margin:0 0 1rem;color:var(--ahy-muted);font-size:.9rem;line-height:1.6;flex:1}
.ahy-service-card__link{font-weight:600;font-size:.85rem;color:var(--ahy-red);letter-spacing:.02em}
.ahy-service-card__link::after{content:" →"}
@media (max-width:900px){.ahy-services{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.ahy-services{grid-template-columns:1fr}}

/* Hijyen */
.ahy-hygiene{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:2.5rem;align-items:center;
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  padding:2.25rem 2.5rem;border-radius:var(--ahy-radius-lg);
  box-shadow:var(--ahy-shadow-card);
}
.ahy-hygiene__visual{
  min-height:280px;background:var(--ahy-grad-navy);
  border-radius:var(--ahy-radius);display:flex;flex-direction:column;
  align-items:stretch;justify-content:flex-end;padding:0;text-align:left;color:#fff;
  border:none;position:relative;overflow:hidden;
}
.ahy-hygiene__visual-icon{font-size:3.5rem;line-height:1;margin-bottom:1rem;opacity:.95}
.ahy-hygiene__visual p{margin:0;font-size:.92rem;opacity:.88;max-width:24ch;line-height:1.55}
.ahy-section-photo,.ahy-split__photo{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
}
.ahy-section-photo__caption{
  position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:2;
  margin:0;color:#fff;font-size:.92rem;line-height:1.55;max-width:28ch;
}
.ahy-hygiene__visual::after,.ahy-split__visual::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(15,45,90,.15) 0%,rgba(15,45,90,.72) 100%);
}
.ahy-editorial__visual::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,transparent 40%,rgba(15,45,90,.45) 100%);
}
.ahy-split__visual{
  min-height:300px;background:var(--ahy-grad-navy);
  border-radius:var(--ahy-radius-lg);box-shadow:var(--ahy-shadow);
  display:flex;align-items:flex-end;padding:0;border:none;
  position:relative;overflow:hidden;
}
.ahy-split__badge{position:relative;z-index:2;margin:1.5rem}
.ahy-split__badge{
  background:rgba(255,255,255,.95);color:var(--ahy-blue-dark);
  padding:.6rem 1.1rem;font-weight:600;font-size:.88rem;
  border-radius:var(--ahy-radius-pill);border:none;
}
.ahy-hero__photo{
  width:100%;min-height:280px;max-height:420px;object-fit:cover;display:block;
  border-radius:var(--ahy-radius-lg);box-shadow:var(--ahy-shadow-lg);
}
.ahy-hero--service .ahy-hero__media,.ahy-hero--about .ahy-hero__media{
  border-radius:var(--ahy-radius-lg);overflow:hidden;
}
.ahy-hygiene__title{margin:0 0 .85rem}
.ahy-hygiene__lead{margin:0 0 1.1rem;color:var(--ahy-ink-2);line-height:1.7}
.ahy-hygiene__points{list-style:none;padding:0;margin:0 0 1.15rem}
.ahy-hygiene__points li{
  padding:.55rem 0 .55rem 1.75rem;position:relative;font-size:.95rem;
  border-bottom:1px solid var(--ahy-line);color:var(--ahy-ink-2);
}
.ahy-hygiene__points li::before{
  content:"✓";position:absolute;left:0;top:.55rem;
  color:var(--ahy-blue);font-weight:700;font-size:.85rem;
}
.ahy-hygiene__note{font-size:.9rem;color:var(--ahy-muted);margin:0 0 1.25rem}
@media (max-width:800px){.ahy-hygiene{grid-template-columns:1fr;padding:1.5rem}}

/* Editöryal */
.ahy-editorial{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.ahy-editorial__visual{
  min-height:320px;background:var(--ahy-grad-navy);
  border-radius:var(--ahy-radius-lg);position:relative;
  box-shadow:var(--ahy-shadow);border:none;overflow:hidden;
}
.ahy-editorial__visual::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,transparent 40%,rgba(15,45,90,.45) 100%);
}
.ahy-editorial__caption{
  position:absolute;left:1.35rem;bottom:1.35rem;z-index:2;
  background:rgba(255,255,255,.96);color:var(--ahy-blue-dark);
  border:1px solid rgba(201,162,39,.3);padding:.55rem 1.1rem;font-weight:700;font-size:.85rem;
  border-radius:var(--ahy-radius-pill);box-shadow:var(--ahy-shadow-sm);
}
@media (max-width:800px){.ahy-editorial{grid-template-columns:1fr}}

/* Süreç — kart grid (hakkımızda / ana sayfa) */
.ahy-step-cards{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;
}
.ahy-step-card{
  display:flex;flex-direction:column;gap:.65rem;
  padding:1.2rem 1.1rem 1.15rem;
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  border-radius:var(--ahy-radius-md);box-shadow:var(--ahy-shadow-sm);
  border-top:3px solid var(--ahy-blue);min-height:100%;
}
.ahy-step-card:nth-child(even){border-top-color:var(--ahy-red)}
.ahy-step-card__num{
  font-family:var(--ahy-font-display);font-size:1.4rem;font-weight:700;
  line-height:1;color:var(--ahy-blue-dark);
}
.ahy-step-card:nth-child(even) .ahy-step-card__num{color:var(--ahy-red)}
.ahy-step-card h3{
  margin:0 0 .3rem;font-family:var(--ahy-font-display);
  font-size:1.02rem;line-height:1.25;color:var(--ahy-ink);
}
.ahy-step-card p{margin:0;font-size:.86rem;color:var(--ahy-muted);line-height:1.55}
@media (max-width:1100px){
  .ahy-step-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:700px){
  .ahy-step-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:480px){
  .ahy-step-cards{grid-template-columns:1fr}
}

/* Ana sayfa — süreç akışı */
.ahy-process-flow{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;
  position:relative;
}
.ahy-process-flow::before{
  content:"";position:absolute;top:2.35rem;left:8%;right:8%;height:2px;
  background:linear-gradient(90deg,var(--ahy-blue) 0%,var(--ahy-red) 100%);
  z-index:0;pointer-events:none;
}
.ahy-process-flow__step{
  position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;
  text-align:center;gap:.85rem;
}
.ahy-process-flow__marker{
  display:flex;flex-direction:column;align-items:center;gap:.45rem;
}
.ahy-process-flow__icon{
  display:flex;align-items:center;justify-content:center;
  width:4.25rem;height:4.25rem;
  background:var(--ahy-surface);border:2px solid var(--ahy-blue);
  border-radius:50%;font-size:1.45rem;line-height:1;
  box-shadow:var(--ahy-shadow-sm);
}
.ahy-process-flow__step:nth-child(even) .ahy-process-flow__icon{
  border-color:var(--ahy-red);
}
.ahy-process-flow__num{
  font-family:var(--ahy-font-display);font-size:.72rem;font-weight:700;
  letter-spacing:.12em;color:var(--ahy-muted);
}
.ahy-process-flow__body{
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  border-radius:var(--ahy-radius-md);padding:1rem .9rem 1.05rem;
  box-shadow:var(--ahy-shadow-sm);width:100%;min-height:7.5rem;
  border-top:3px solid var(--ahy-blue);
}
.ahy-process-flow__step:nth-child(even) .ahy-process-flow__body{border-top-color:var(--ahy-red)}
.ahy-process-flow__body h3{
  margin:0 0 .35rem;font-family:var(--ahy-font-display);
  font-size:.98rem;line-height:1.25;color:var(--ahy-ink);
}
.ahy-process-flow__body p{
  margin:0;font-size:.84rem;color:var(--ahy-muted);line-height:1.55;
}
@media (max-width:1100px){
  .ahy-process-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
  .ahy-process-flow::before{display:none}
  .ahy-process-flow__body{min-height:0}
}
@media (max-width:700px){
  .ahy-process-flow{
    grid-template-columns:1fr;gap:0;max-width:34rem;margin-inline:auto;
    padding-left:3.25rem;
  }
  .ahy-process-flow::before{
    display:block;top:.5rem;bottom:.5rem;left:1.35rem;right:auto;
    width:2px;height:auto;
    background:linear-gradient(180deg,var(--ahy-blue),var(--ahy-red));
  }
  .ahy-process-flow__step{
    flex-direction:row;align-items:flex-start;text-align:left;
    gap:1rem;padding-bottom:1.75rem;
  }
  .ahy-process-flow__marker{flex-shrink:0;position:absolute;left:-3.25rem;top:.15rem}
  .ahy-process-flow__icon{width:2.75rem;height:2.75rem;font-size:1.1rem;border-width:2px}
  .ahy-process-flow__num{position:absolute;left:50%;bottom:-1.1rem;transform:translateX(-50%);font-size:.62rem}
  .ahy-process-flow__body{flex:1}
}

/* Eski süreç satırı (geri uyumluluk) */
.ahy-process--row{
  display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;
  position:relative;padding-top:.25rem;
}
.ahy-process--row::before{display:none}
.ahy-process--row .ahy-process__step{
  position:relative;z-index:1;text-align:center;padding:0 .5rem;background:transparent;
}
.ahy-process--row .ahy-process__num{
  position:static;margin:0 auto .75rem;width:2.65rem;height:2.65rem;
  font-size:.8rem;border-radius:50%;border:none;
  background:var(--ahy-surface);color:var(--ahy-blue-dark);
  box-shadow:var(--ahy-shadow-sm);font-weight:700;
  border:2px solid var(--ahy-blue);
}
.ahy-process--row .ahy-process__step:nth-child(even) .ahy-process__num{
  border-color:var(--ahy-red);color:var(--ahy-red);
}
.ahy-process--row .ahy-process__step h3{font-family:var(--ahy-font-display);font-size:1.02rem}
@media (max-width:900px){
  .ahy-process--row{grid-template-columns:repeat(2,1fr);gap:1.5rem}
}
@media (max-width:480px){.ahy-process--row{grid-template-columns:1fr}}

/* Bölgeler */
.ahy-areas-grid{display:flex;flex-wrap:wrap;gap:.55rem}
.ahy-areas-grid a{
  display:inline-block;padding:.55rem 1.1rem;
  border:1px solid var(--ahy-line);color:var(--ahy-blue-dark);
  font-weight:600;font-size:.84rem;letter-spacing:.02em;
  background:var(--ahy-surface);border-radius:var(--ahy-radius-pill);
  transition:background .2s,color .2s,border-color .2s;
}
.ahy-areas-grid a:hover{
  background:var(--ahy-blue-dark);color:#fff;border-color:var(--ahy-blue-dark);text-decoration:none;
}

/* Yorumlar */
.ahy-testimonial-feature{
  background:var(--ahy-grad-navy);color:#fff;
  border:none;padding:2rem 2.25rem;margin-bottom:1.5rem;
  border-radius:var(--ahy-radius-lg);box-shadow:var(--ahy-shadow);
  max-width:920px;margin-left:auto;margin-right:auto;
  position:relative;overflow:hidden;
}
.ahy-testimonial-feature::before{
  content:"";display:none;
}
.ahy-testimonial-feature__quote{
  margin:0 0 1.15rem;font-family:var(--ahy-font-body,inherit);
  font-size:clamp(1rem,2.2vw,1.15rem);line-height:1.65;font-style:normal;
  position:relative;z-index:1;
}
.ahy-testimonial-feature__author{margin:0;font-size:.9rem;opacity:.85;position:relative;z-index:1}
.ahy-testimonials-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.ahy-testimonial-mini{
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  padding:1.15rem;border-radius:var(--ahy-radius);
  box-shadow:var(--ahy-shadow-sm);display:flex;flex-direction:column;
  border-left:3px solid var(--ahy-blue);
}
.ahy-testimonial-mini:nth-child(even){border-left-color:var(--ahy-red)}
.ahy-testimonial-mini__stars{color:var(--ahy-blue);font-size:.8rem;margin-bottom:.45rem;letter-spacing:.05em}
.ahy-testimonial-mini__text{margin:0 0 .7rem;font-size:.88rem;color:var(--ahy-ink-2);line-height:1.55;flex:1}
.ahy-testimonial-mini__author{margin:0;font-size:.8rem;font-weight:600;color:var(--ahy-muted)}
@media (max-width:1000px){.ahy-testimonials-row{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.ahy-testimonials-row{grid-template-columns:1fr}}

.ahy-page-grid--split{display:grid;grid-template-columns:1fr 1.25fr;gap:3rem;align-items:start}
@media (max-width:800px){.ahy-page-grid--split{grid-template-columns:1fr}}

/* Timeline / process dikey */
.ahy-timeline{max-width:720px;margin:0 auto;position:relative;padding-left:2.5rem}
.ahy-timeline::before{
  content:"";position:absolute;left:.7rem;top:.5rem;bottom:.5rem;width:2px;
  background:linear-gradient(180deg,var(--ahy-blue),var(--ahy-red));
}
.ahy-timeline__dot{
  position:absolute;left:-2.5rem;top:.2rem;
  width:1.25rem;height:1.25rem;background:var(--ahy-surface);
  border:2px solid var(--ahy-blue);border-radius:50%;
}
.ahy-process{display:flex;flex-direction:column;gap:0;max-width:720px;margin:0 auto;padding-left:2.5rem;position:relative}
.ahy-process::before{content:"";position:absolute;left:.7rem;top:0;bottom:0;width:2px;background:var(--ahy-line)}
.ahy-process__step{position:relative;padding:0 0 1.5rem}
.ahy-process__num{
  position:absolute;left:-2.5rem;top:0;width:1.35rem;height:1.35rem;
  background:var(--ahy-red);color:#fff;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;
}
.ahy-process--row .ahy-process__step{padding:0}
.ahy-process__step h3{margin:0 0 .25rem}
.ahy-process__step p{margin:0;color:var(--ahy-muted);font-size:.9rem}

.ahy-areas__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}
.ahy-areas__list a,.ahy-areas__list li>span{
  display:inline-block;padding:.5rem 1rem;border:1px solid var(--ahy-line);
  color:var(--ahy-blue-dark);font-weight:600;font-size:.86rem;
  background:var(--ahy-surface);border-radius:var(--ahy-radius-pill);
}
.ahy-areas__list a:hover{background:var(--ahy-blue-dark);color:#fff;text-decoration:none}

.ahy-testimonials__track{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
@media (max-width:700px){.ahy-testimonials__track{grid-template-columns:1fr}}
.ahy-testimonial{
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  border-radius:var(--ahy-radius-md);padding:1.45rem 1.5rem;
  box-shadow:var(--ahy-shadow-sm);border-left:4px solid var(--ahy-blue);
  transition:box-shadow .3s,transform .3s;
}
.ahy-testimonial:hover{box-shadow:var(--ahy-shadow-card);transform:translateY(-2px)}
.ahy-testimonial:nth-child(even){border-left-color:var(--ahy-red)}
.ahy-testimonial__stars{color:var(--ahy-blue);font-size:.9rem;margin-bottom:.5rem;letter-spacing:.05em}
.ahy-testimonial__text{margin:0 0 .9rem;font-size:.95rem;color:var(--ahy-ink-2);font-style:italic;line-height:1.6}
.ahy-testimonial__avatar{
  width:42px;height:42px;background:var(--ahy-blue-dark);color:#fff;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;
}
.ahy-testimonial__name{font-weight:600;font-size:.9rem}
.ahy-testimonial__role{font-size:.82rem;color:var(--ahy-muted)}

/* CTA */
.ahy-cta{
  background:var(--ahy-grad-panel);color:#fff;
  padding:clamp(2.75rem,5vw,4rem);text-align:center;
  border:none;border-radius:var(--ahy-radius-lg);
  box-shadow:var(--ahy-shadow-lg);position:relative;overflow:hidden;
}
.ahy-cta::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 100% 0%,var(--ahy-gold-soft) 0%,transparent 45%),
    radial-gradient(circle at 0% 100%,rgba(198,40,40,.12) 0%,transparent 40%);
  pointer-events:none;
}
.ahy-cta::after{
  content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--ahy-gold),#fff,var(--ahy-gold));
  opacity:.5;
}
.ahy-cta h2{color:#fff;margin:0 0 .6rem;position:relative;font-family:var(--ahy-font-display)}
.ahy-cta p{color:rgba(255,255,255,.88);margin:0 0 1.5rem;position:relative;font-size:1.05rem}
.ahy-cta__buttons{display:flex;gap:.65rem;justify-content:center;flex-wrap:wrap;position:relative}
.ahy-cta .ahy-btn--brand{
  background:#fff;color:var(--ahy-red);
  box-shadow:0 10px 28px rgba(0,0,0,.2);border:1px solid rgba(201,162,39,.25);
}
.ahy-cta .ahy-btn--brand:hover{background:var(--ahy-cream);color:var(--ahy-red-dark)}
.ahy-cta .ahy-btn--ghost{color:#fff;border-color:rgba(255,255,255,.35);background:transparent;box-shadow:none}
.ahy-cta .ahy-btn--ghost:hover{background:rgba(255,255,255,.1);border-color:#fff}

/* Hakkımızda */
.ahy-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.ahy-split__copy .ahy-section__title{text-align:left}
.ahy-split__copy p{color:var(--ahy-muted);line-height:1.75}
.ahy-feature-list{list-style:none;padding:0;margin:1.15rem 0 0}
.ahy-feature-list li{
  padding:.45rem 0 .45rem 1.75rem;position:relative;
  font-weight:500;font-size:.95rem;color:var(--ahy-ink-2);
}
.ahy-feature-list li::before{
  content:"✓";position:absolute;left:0;color:var(--ahy-blue);font-weight:700;
}
@media (max-width:800px){.ahy-split{grid-template-columns:1fr}}

.ahy-stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border:none;
}
.ahy-stat-card{
  padding:1.65rem 1rem;text-align:center;
  background:linear-gradient(180deg,#fff,var(--ahy-warm));
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius-md);
  box-shadow:var(--ahy-shadow-sm);transition:transform .25s,box-shadow .25s;
}
.ahy-stat-card:hover{transform:translateY(-3px);box-shadow:var(--ahy-shadow-card)}
.ahy-stat-card__num{
  font-family:var(--ahy-font-display);font-size:2.15rem;
  color:var(--ahy-blue-dark);font-weight:700;
}
.ahy-stat-card__lbl{font-weight:600;margin-top:.35rem;font-size:.9rem}
.ahy-stat-card__sub{font-size:.82rem;color:var(--ahy-muted)}
@media (max-width:700px){.ahy-stats-grid{grid-template-columns:repeat(2,1fr)}}

/* Hakkımızda — sayılar bandı (ana sayfa ile aynı dil) */
.ahy-band-stats--page{
  max-width:100%;margin:0;
}
.ahy-band-stats--page .ahy-band-stats__lbl{
  max-width:14ch;line-height:1.35;
}

.ahy-values{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.ahy-value-card{
  border:1px solid var(--ahy-line);padding:1.5rem;
  background:var(--ahy-surface);border-radius:var(--ahy-radius);
  box-shadow:var(--ahy-shadow-sm);
}
@media (max-width:520px){.ahy-values{grid-template-columns:1fr}}
.ahy-values--6{grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){.ahy-values--6{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.ahy-values--6{grid-template-columns:1fr}}

.ahy-about-svc-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;
}
.ahy-about-svc-card{
  display:flex;flex-direction:column;gap:.35rem;padding:1.25rem 1.35rem;
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius);
  background:var(--ahy-surface);text-decoration:none;color:inherit;
  box-shadow:var(--ahy-shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s;
}
.ahy-about-svc-card:hover{
  transform:translateY(-3px);box-shadow:var(--ahy-shadow);
  border-color:rgba(198,40,40,.25);
}
.ahy-about-svc-card__emoji{font-size:1.75rem;line-height:1}
.ahy-about-svc-card h3{margin:0;font-family:var(--ahy-font-display);font-size:1.02rem}
.ahy-about-svc-card p{margin:0;font-size:.86rem;color:var(--ahy-muted);flex:1}
.ahy-about-svc-card__link{font-size:.8rem;font-weight:600;color:var(--ahy-red);margin-top:.25rem}
@media (max-width:800px){.ahy-about-svc-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.ahy-about-svc-grid{grid-template-columns:1fr}}

.ahy-about-quote{
  margin:0;padding:clamp(1.75rem,4vw,2.5rem);
  background:linear-gradient(135deg,var(--ahy-surface) 0%,var(--ahy-cream) 100%);
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius-lg);
  border-left:4px solid var(--ahy-red);box-shadow:var(--ahy-shadow);
  max-width:52rem;margin-inline:auto;
}
.ahy-about-quote p{margin:0 0 1rem;font-family:var(--ahy-font-display);font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.55;color:var(--ahy-ink)}
.ahy-about-quote footer{font-size:.9rem;color:var(--ahy-muted);font-style:normal}

.ahy-hero--faq{padding-bottom:1.5rem}
.ahy-hero__inner--compact .ahy-hero__copy--wide{max-width:720px}
.ahy-faq-nav-wrap{
  position:sticky;top:var(--ahy-header-h,79px);z-index:20;
  background:rgba(255,251,247,.94);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--ahy-line);padding:.65rem 0;
}
.ahy-faq-nav-wrap .ahy-container{
  overflow-x:auto;-webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.ahy-faq-nav-wrap .ahy-container::-webkit-scrollbar{display:none}
.ahy-faq-group{
  scroll-margin-top:calc(var(--ahy-header-h,79px) + var(--ahy-faq-nav-h,52px) + 1.25rem);
}
.ahy-faq-nav{
  list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;gap:.45rem;
  min-width:min-content;
}
@media (min-width:821px){
  .ahy-faq-nav{flex-wrap:wrap}
}
.ahy-faq-nav a{
  display:inline-block;padding:.45rem .85rem;font-size:.82rem;font-weight:600;
  border:1px solid var(--ahy-line);border-radius:999px;text-decoration:none;
  color:var(--ahy-ink-2);background:var(--ahy-surface);white-space:nowrap;
}
.ahy-faq-nav a:hover{border-color:var(--ahy-red);color:var(--ahy-red)}
.ahy-faq-page{display:flex;flex-direction:column;gap:2.5rem}
.ahy-faq-group__head{
  display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:1rem;
}
.ahy-faq-group__icon{font-size:1.5rem}
.ahy-faq-group__title{
  margin:0;font-family:var(--ahy-font-display);font-size:clamp(1.2rem,2.5vw,1.45rem);flex:1;
}
.ahy-faq-group__count{margin:0;font-size:.82rem;color:var(--ahy-muted);font-weight:500}
.ahy-faq-help{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;
  padding:clamp(1.5rem,4vw,2rem);border-radius:var(--ahy-radius-lg);
  background:linear-gradient(135deg,var(--ahy-red) 0%,#8e1e1e 100%);
  color:#fff;box-shadow:var(--ahy-shadow);
}
.ahy-faq-help h2{margin:0 0 .35rem;color:#fff;font-family:var(--ahy-font-display)}
.ahy-faq-help p{margin:0;opacity:.92;max-width:42ch;color:rgba(255,255,255,.92)}
.ahy-faq-help__actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}
.ahy-faq-help .ahy-btn--brand{
  background:#fff;color:var(--ahy-red-dark);
  border:1px solid rgba(201,162,39,.35);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.ahy-faq-help .ahy-btn--brand:hover{
  background:var(--ahy-cream);color:var(--ahy-red-dark);
  border-color:rgba(201,162,39,.5);
}
.ahy-faq-help .ahy-btn--ghost{
  color:#fff;border-color:rgba(255,255,255,.55);
  background:rgba(255,255,255,.1);box-shadow:none;
}
.ahy-faq-help .ahy-btn--ghost:hover{
  background:rgba(255,255,255,.22);border-color:#fff;color:#fff;
}
.ahy-faq-help a.ahy-btn{text-decoration:none}

.ahy-hero--service,.ahy-hero--about{padding-bottom:2rem}
.ahy-hero--service .ahy-hero__seo{margin-top:.75rem;font-size:.92rem;line-height:1.55}
.ahy-svc-meta{
  list-style:none;margin:.85rem 0 0;padding:0;
  display:flex;flex-wrap:wrap;gap:.45rem 1.35rem;
  font-size:.88rem;color:var(--ahy-muted,#5c5348)
}
.ahy-svc-meta li{margin:0}
.ahy-svc-meta strong{font-weight:600;color:var(--ahy-ink,#1a1410)}
.ahy-hero__emoji{
  display:flex;align-items:center;justify-content:center;min-height:220px;
  background:var(--ahy-cream);border-radius:var(--ahy-radius-lg);
  border:1px solid var(--ahy-line);
}
.ahy-kicker{color:var(--ahy-blue);font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em}
.ahy-lede{color:var(--ahy-muted);font-size:1.08rem;max-width:58ch;line-height:1.75}
.ahy-prose{max-width:72ch;margin:0 auto;color:var(--ahy-ink-2);line-height:1.8}
.ahy-prose h2{margin-top:2.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--ahy-line);font-family:var(--ahy-font-display)}

/* FAQ */
.ahy-faq{max-width:100%;margin:0}
.ahy-faq__item{
  border:1px solid var(--ahy-line);margin-bottom:.65rem;
  background:var(--ahy-surface);border-radius:var(--ahy-radius);
  overflow:hidden;box-shadow:var(--ahy-shadow-sm);
}
.ahy-faq__item summary{
  cursor:pointer;list-style:none;padding:1.1rem 1.25rem;font-weight:600;
  display:flex;justify-content:space-between;align-items:center;
  color:var(--ahy-ink);font-size:.95rem;
}
.ahy-faq__item summary::-webkit-details-marker{display:none}
.ahy-faq__item summary::after{
  content:"+";color:var(--ahy-red);font-size:1.25rem;font-weight:400;
  width:28px;height:28px;display:flex;align-items:center;justify-content:center;
  background:var(--ahy-cream);border-radius:50%;flex:none;margin-left:1rem;
}
.ahy-faq__item[open] summary{background:var(--ahy-cream)}
.ahy-faq__item[open] summary::after{content:"−";background:var(--ahy-red);color:#fff}
.ahy-faq__answer{padding:0 1.25rem 1.15rem;color:var(--ahy-muted);line-height:1.7;font-size:.94rem}

/* İletişim sayfası */
.ahy-contact-hero{
  background:linear-gradient(180deg,var(--ahy-warm) 0%,var(--ahy-warm-deep) 100%);
  padding:clamp(2.25rem,5vw,3.25rem) 0;
  border-bottom:1px solid var(--ahy-line);
  box-shadow:inset 0 -1px 0 rgba(201,162,39,.2);
}
.ahy-contact-hero__grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:end;
}
.ahy-contact-hero__lede{font-size:1.05rem;color:var(--ahy-muted);max-width:52ch;margin:0}
.ahy-contact-quick{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius-lg);
  overflow:hidden;box-shadow:var(--ahy-shadow-card);
}
.ahy-contact-quick a{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.35rem;padding:1.15rem .75rem;text-align:center;font-weight:700;font-size:.82rem;
  text-transform:uppercase;letter-spacing:.04em;color:var(--ahy-ink);
  background:linear-gradient(180deg,#fff,var(--ahy-warm));border-right:1px solid var(--ahy-line);
  text-decoration:none;transition:background .2s;
}
.ahy-contact-quick a:last-child{border-right:0}
.ahy-contact-quick a:hover{background:var(--ahy-sky);color:var(--ahy-blue-dark)}
.ahy-contact-quick a strong{font-family:var(--ahy-font-display);font-size:1rem;color:var(--ahy-red);font-weight:700;text-transform:none;letter-spacing:0}
.ahy-contact-quick__icon{font-size:1.35rem;line-height:1}

.ahy-contact-body{padding:clamp(2rem,4vw,3rem) 0}
.ahy-contact-layout{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:2rem;align-items:start;
}
.ahy-contact-stack{display:flex;flex-direction:column;gap:.85rem}
.ahy-contact-panel{
  border:1px solid var(--ahy-line);background:#fff;padding:1.45rem 1.5rem;
  border-radius:var(--ahy-radius-md);box-shadow:var(--ahy-shadow-sm);
  transition:box-shadow .3s,transform .3s;
}
.ahy-contact-panel:hover{box-shadow:var(--ahy-shadow-card);transform:translateY(-2px)}
.ahy-contact-panel--accent{
  border-left:4px solid var(--ahy-red);
  background:linear-gradient(105deg,#fff 0%,rgba(255,243,232,.5) 100%);
  box-shadow:var(--ahy-shadow-card);
}
.ahy-contact-panel__head{
  display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;
}
.ahy-contact-panel__icon{
  width:42px;height:42px;display:flex;align-items:center;justify-content:center;
  background:var(--ahy-sky);border:2px solid var(--ahy-blue);font-size:1.2rem;flex:none;
}
.ahy-contact-panel h2,.ahy-contact-panel h3{margin:0;font-size:1.05rem}
.ahy-contact-panel p,.ahy-contact-panel address{margin:0 0 .5rem;color:var(--ahy-muted);line-height:1.65;font-style:normal}
.ahy-contact-panel p:last-child{margin-bottom:0}
.ahy-contact-panel__row{display:flex;flex-wrap:wrap;gap:.35rem 1rem;align-items:baseline;margin-bottom:.35rem}
.ahy-contact-panel__hint{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ahy-blue);min-width:3.5rem}
.ahy-contact-panel__link{font-size:1.05rem;font-weight:700;color:var(--ahy-red)}
.ahy-contact-panel__link:hover{color:var(--ahy-blue-dark)}
.ahy-hours{list-style:none;padding:0;margin:.75rem 0 0;border-top:1px solid var(--ahy-line)}
.ahy-hours li{
  display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;
  border-bottom:1px solid var(--ahy-line);font-size:.9rem;
}
.ahy-hours li span{font-weight:600;color:var(--ahy-ink)}

.ahy-contact-map-col{position:sticky;top:96px}
.ahy-contact-map-head{
  display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;
  flex-wrap:wrap;margin-bottom:.75rem;
}
.ahy-contact-map-head h2{margin:0;font-size:1.15rem}
.ahy-contact-map-head a{font-weight:700;font-size:.88rem}
.ahy-map{
  border:1px solid var(--ahy-line);position:relative;min-height:460px;
  background:var(--ahy-sky);overflow:hidden;border-radius:var(--ahy-radius-lg);
  box-shadow:var(--ahy-shadow-card);
}
.ahy-map iframe{width:100%;height:460px;border:0;display:block;background:var(--ahy-line)}
.ahy-map--live .ahy-map__cover{display:none}
.ahy-map__cover{
  position:absolute;inset:0;border:0;cursor:pointer;z-index:2;
  background:var(--ahy-grad-panel);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.5rem;font-weight:600;padding:1rem;text-align:center;
}
.ahy-map__cover span{
  background:#fff;color:var(--ahy-blue-dark);padding:.9rem 1.5rem;
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius-md);font-weight:700;
  box-shadow:var(--ahy-shadow-card);
}
.ahy-map__cover small{opacity:.9;font-weight:500;font-size:.85rem}
.ahy-map.is-loaded .ahy-map__cover{display:none}
.ahy-contact-note{
  margin-top:.85rem;padding:.85rem 1rem;background:var(--ahy-cream);
  border-left:4px solid var(--ahy-red);font-size:.9rem;color:var(--ahy-ink-2);
}

.ahy-contact-trust{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  margin-top:2.5rem;border:1px solid var(--ahy-line);
  border-radius:var(--ahy-radius-lg);overflow:hidden;box-shadow:var(--ahy-shadow-card);
}
.ahy-contact-trust__item{
  padding:1.1rem;text-align:center;border-right:1px solid var(--ahy-line);
  background:linear-gradient(180deg,#fff,var(--ahy-warm));font-size:.85rem;color:var(--ahy-muted);
}
.ahy-contact-trust__item:last-child{border-right:0}
.ahy-contact-trust__item strong{
  display:block;font-family:var(--ahy-font-display);font-size:1.1rem;
  color:var(--ahy-red);margin-bottom:.2rem;
}

/* Eski sınıflar (uyumluluk) */
.ahy-contact{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.ahy-contact-card{
  display:flex;gap:1.1rem;border:2px solid var(--ahy-line);
  padding:1.25rem;background:var(--ahy-surface);margin-bottom:.85rem;
  border-radius:var(--ahy-radius);box-shadow:var(--ahy-shadow-sm);
}
.ahy-contact-card__icon{
  width:44px;height:44px;display:flex;align-items:center;justify-content:center;
  background:var(--ahy-sky);border:2px solid var(--ahy-blue);font-size:1.35rem;flex:none;
}
.ahy-contact-card__link{color:var(--ahy-red);font-weight:600}

@media (max-width:900px){
  .ahy-contact-hero__grid,.ahy-contact-layout{grid-template-columns:1fr}
  .ahy-contact-map-col{position:static}
  .ahy-contact-quick{grid-template-columns:1fr}
  .ahy-contact-quick a{border-right:0;border-bottom:1px solid var(--ahy-line)}
  .ahy-contact-quick a:last-child{border-bottom:0}
  .ahy-contact-trust{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ahy-contact-trust__item:nth-child(2n){border-right:0}
  .ahy-contact-trust__item:nth-child(-n+2){border-bottom:1px solid var(--ahy-line)}
}
@media (max-width:800px){.ahy-contact{grid-template-columns:1fr}}

/* Footer */
.ahy-footer{
  background:linear-gradient(165deg,#0a3d7a 0%,var(--ahy-blue-dark) 40%,#0d2f5c 100%);
  color:rgba(255,255,255,.78);margin-top:3rem;
  border-top:3px solid transparent;
  border-image:linear-gradient(90deg,var(--ahy-red),var(--ahy-gold),var(--ahy-blue)) 1;
  position:relative;
}
.ahy-footer::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(ellipse 60% 80% at 100% 0%,rgba(201,162,39,.08) 0%,transparent 50%);
  pointer-events:none;
}
.ahy-footer .ahy-container{position:relative;z-index:1}
.ahy-footer__grid{
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;
  padding:3.25rem 0 2.5rem;
}
.ahy-footer h3{
  color:#fff;font-size:.8rem;text-transform:uppercase;
  letter-spacing:.12em;margin:0 0 1rem;font-family:var(--ahy-font-sans);font-weight:700;
}
.ahy-footer a{color:rgba(255,255,255,.82);transition:color .2s}
.ahy-footer a:hover{color:var(--ahy-sky)}
.ahy-footer__brand .custom-logo-link,
.ahy-footer__logo{
  display:inline-block;margin-bottom:.85rem;background:transparent;
  line-height:0;
}
.ahy-footer__brand img,
.ahy-footer__brand .custom-logo-link img{
  display:block;width:auto;height:auto;
  max-height:48px;max-width:min(168px,100%);
  object-fit:contain;background:transparent;
  filter:none;box-shadow:none;border-radius:0;
}
.ahy-footer__brand p{font-size:.9rem;max-width:32ch;margin:0;line-height:1.65}
.ahy-footer address{font-style:normal;line-height:1.65;margin:0 0 .5rem;font-size:.9rem}
.ahy-footer__menu{list-style:none;padding:0;margin:0}
.ahy-footer__menu li{margin-bottom:.45rem}
.ahy-social{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}
.ahy-social a{
  padding:.4rem .85rem;border:1px solid rgba(255,255,255,.2);
  font-size:.78rem;font-weight:600;border-radius:var(--ahy-radius-pill);
}
.ahy-social a:hover{background:var(--ahy-red);border-color:var(--ahy-red);color:#fff}
.ahy-footer__bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding:1.15rem 0;font-size:.82rem;color:rgba(255,255,255,.5);
}
.ahy-footer__bottom-inner{
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:.5rem 1rem;
}
@media (max-width:960px){
  .ahy-footer__grid{grid-template-columns:1fr 1fr;gap:2rem 1.75rem}
  .ahy-footer__brand{grid-column:1/-1}
}
@media (max-width:640px){
  .ahy-footer{margin-top:2rem}
  .ahy-footer__grid{
    grid-template-columns:1fr;gap:0;
    padding:2.25rem 0 1.75rem;
  }
  .ahy-footer__brand{
    grid-column:auto;padding-bottom:1.5rem;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .ahy-footer__col{
    padding:1.25rem 0;
    border-bottom:1px solid rgba(255,255,255,.1);
  }
  .ahy-footer__col:last-child{border-bottom:0;padding-bottom:0}
  .ahy-footer__brand p{max-width:none;font-size:.88rem}
  .ahy-footer__brand img,.ahy-footer__brand .custom-logo-link img{max-height:44px;max-width:148px}
  .ahy-footer .ahy-btn{
    display:inline-flex;width:100%;max-width:100%;
    justify-content:center;margin-top:.35rem;
  }
  .ahy-footer__bottom{padding:1rem 0 calc(1rem + env(safe-area-inset-bottom,0))}
  .ahy-footer__bottom-inner{
    flex-direction:column;align-items:center;text-align:center;gap:.35rem;
  }
  .ahy-footer__bottom small{line-height:1.5}
  .ahy-footer__phone,.ahy-footer address,.ahy-footer__menu a{
    word-break:break-word;overflow-wrap:anywhere;
  }
}

/* Sticky CTA */
.ahy-sticky-cta{
  position:fixed;left:0;right:0;bottom:0;display:none;z-index:60;
  grid-template-columns:1fr 1fr;gap:0;
  border-top:1px solid var(--ahy-line);
  box-shadow:0 -8px 24px rgba(12,31,51,.12);
  padding-bottom:env(safe-area-inset-bottom,0);
  background:#fff;
}
.ahy-sticky-cta__btn{
  padding:calc(.85rem + env(safe-area-inset-bottom,0) * .15) 1rem .85rem;
  text-align:center;font-weight:600;text-decoration:none;
  font-size:.88rem;line-height:1.2;
}
.ahy-sticky-cta__btn--phone{background:var(--ahy-blue-dark);color:#fff}
.ahy-sticky-cta__btn--wa{background:#0d7a6f;color:#fff}
@media (max-width:780px){
  .ahy-sticky-cta{display:grid}
  body{
    padding-bottom:calc(52px + env(safe-area-inset-bottom,0));
  }
  .ahy-main{padding-bottom:.5rem}
  .ahy-hero{padding-bottom:.5rem}
  .ahy-stats-bar{padding-bottom:.75rem}
}

.nav-links{display:flex;gap:.4rem;justify-content:center;margin-top:1.75rem;flex-wrap:wrap}
.nav-links .page-numbers{
  padding:.5rem .9rem;border:1px solid var(--ahy-line);font-weight:600;
  border-radius:var(--ahy-radius);
}
.nav-links .page-numbers.current{background:var(--ahy-red);color:#fff;border-color:var(--ahy-red)}

.ahy-reveal{opacity:1;transform:none}
@media (prefers-reduced-motion:no-preference){
  .ahy-reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
  .ahy-reveal.is-in{opacity:1;transform:none}
}
@media (prefers-reduced-motion:reduce){.ahy-reveal{opacity:1;transform:none;transition:none}}

:focus-visible{outline:2px solid var(--ahy-blue);outline-offset:3px}
::selection{background:var(--ahy-red);color:#fff}

/* —— Arşiv sayfaları (hizmetler / bölgeler) —— */
.ahy-page-hero{padding-top:clamp(3rem,6vw,4.5rem);padding-bottom:clamp(2.5rem,5vw,3.5rem)}
.ahy-page-grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:end;
  margin-top:1.25rem;
}
.ahy-page-hero__title{margin:0}
.ahy-page-hero__lede{
  font-size:1.08rem;color:var(--ahy-muted);line-height:1.75;margin:0;max-width:48ch;
}
@media (max-width:800px){.ahy-page-grid{grid-template-columns:1fr;align-items:start}}

.ahy-svc-archive{display:flex;flex-direction:column;gap:1.5rem}
.ahy-svc-archive__row{
  display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start;
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  border-radius:var(--ahy-radius-lg);padding:1.75rem 2rem;
  box-shadow:var(--ahy-shadow-sm);
  transition:box-shadow .25s;
}
.ahy-svc-archive__row:hover{box-shadow:var(--ahy-shadow-card)}
.ahy-svc-archive__visual{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-width:100px;padding:1rem;
  background:linear-gradient(165deg,var(--ahy-sky),var(--ahy-cream));
  border-radius:var(--ahy-radius);
}
.ahy-svc-archive__emoji{font-size:3rem;line-height:1}
.ahy-svc-archive__num{
  font-family:var(--ahy-font-display);font-size:1.1rem;font-weight:700;
  color:var(--ahy-blue);margin-top:.5rem;
}
.ahy-svc-archive__body h2{margin:0 0 .65rem;font-size:1.45rem}
.ahy-svc-archive__body h2 a{color:var(--ahy-ink)}
.ahy-svc-archive__body h2 a:hover{color:var(--ahy-red);text-decoration:none}
.ahy-svc-archive__intro{color:var(--ahy-muted);line-height:1.7;margin:0 0 1rem;font-size:1.02rem}
.ahy-svc-archive__meta{
  display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;margin-bottom:1rem;
  font-size:.88rem;color:var(--ahy-ink-2);
}
.ahy-svc-archive__meta span{
  background:var(--ahy-cream);padding:.35rem .75rem;border-radius:var(--ahy-radius-pill);
}
.ahy-svc-archive__features{
  list-style:none;padding:0;margin:0 0 1.25rem;
  display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem .75rem;
}
.ahy-svc-archive__features li{
  font-size:.9rem;color:var(--ahy-ink-2);padding-left:1.1rem;position:relative;
}
.ahy-svc-archive__features li::before{
  content:"✓";position:absolute;left:0;color:var(--ahy-blue);font-weight:700;font-size:.8rem;
}
@media (max-width:720px){
  .ahy-svc-archive__row{grid-template-columns:1fr;padding:1.35rem}
  .ahy-svc-archive__features{grid-template-columns:1fr}
}

.ahy-table-wrap{overflow-x:auto;border-radius:var(--ahy-radius);border:1px solid var(--ahy-line);box-shadow:var(--ahy-shadow-sm)}
.ahy-table{width:100%;border-collapse:collapse;background:var(--ahy-surface);font-size:.92rem}
.ahy-table th,.ahy-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--ahy-line)}
.ahy-table th{background:var(--ahy-blue-dark);color:#fff;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}
.ahy-table tr:last-child td{border-bottom:0}
.ahy-table tbody tr:hover td{background:var(--ahy-cream)}

.ahy-area-archive-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;
}
.ahy-area-card{
  display:flex;flex-direction:column;background:var(--ahy-surface);
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius);
  padding:1.35rem 1.4rem;color:inherit;text-decoration:none;
  box-shadow:var(--ahy-shadow-sm);height:100%;
  transition:box-shadow .25s,transform .25s,border-color .25s;
}
.ahy-area-card:hover{
  transform:translateY(-4px);box-shadow:var(--ahy-shadow);
  border-color:var(--ahy-blue);text-decoration:none;color:inherit;
}
.ahy-area-card__kicker{
  font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
  color:var(--ahy-blue);margin:0 0 .5rem;
}
.ahy-area-card h3{margin:0 0 .55rem;font-size:1.05rem;font-family:var(--ahy-font-display);line-height:1.35}
.ahy-area-card__note{margin:0 0 1rem;color:var(--ahy-muted);font-size:.9rem;line-height:1.55;flex:1}
.ahy-area-card__link{font-weight:600;font-size:.85rem;color:var(--ahy-red);margin-top:auto}
.ahy-area-card__link::after{content:" →"}
@media (max-width:900px){.ahy-area-archive-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.ahy-area-archive-grid{grid-template-columns:1fr}}

.ahy-area-coverage{
  list-style:none;margin:0 auto 2rem;padding:0;
  display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:920px;
}
.ahy-area-coverage a{
  display:inline-block;padding:.5rem 1rem;font-size:.84rem;font-weight:600;
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius-pill);
  background:var(--ahy-surface);color:var(--ahy-blue-dark);text-decoration:none;
}
.ahy-area-coverage a:hover{border-color:var(--ahy-red);color:var(--ahy-red)}
.ahy-area-trust{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:960px;margin-inline:auto;
}
.ahy-area-trust li{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;
  padding:1.15rem .85rem;background:var(--ahy-surface);
  border:1px solid var(--ahy-line);border-radius:var(--ahy-radius-md);
  box-shadow:var(--ahy-shadow-sm);
}
.ahy-area-trust__icon{font-size:1.5rem;line-height:1}
.ahy-area-trust strong{font-size:.9rem;color:var(--ahy-ink)}
.ahy-area-trust li > span:last-child{font-size:.8rem;color:var(--ahy-muted);line-height:1.4}
@media (max-width:800px){.ahy-area-trust{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:420px){.ahy-area-trust{grid-template-columns:1fr}}

.ahy-area-detail-list{display:flex;flex-direction:column;gap:1.25rem;max-width:900px;margin:0 auto}
.ahy-area-detail{
  background:var(--ahy-surface);border:1px solid var(--ahy-line);
  border-radius:var(--ahy-radius-lg);padding:1.75rem 2rem;
  box-shadow:var(--ahy-shadow-sm);scroll-margin-top:100px;
}
.ahy-area-detail__head{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:1rem;flex-wrap:wrap;margin-bottom:.75rem;
}
.ahy-area-detail__head h2{margin:0;font-size:1.25rem;flex:1;min-width:200px}
.ahy-area-detail__badge{
  font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  background:var(--ahy-cream);color:var(--ahy-blue-dark);padding:.4rem .75rem;
  border-radius:var(--ahy-radius-pill);white-space:nowrap;
}
.ahy-area-detail__note{
  font-size:1rem;color:var(--ahy-ink-2);font-weight:500;margin:0 0 .85rem;line-height:1.6;
}
.ahy-area-detail p{color:var(--ahy-muted);line-height:1.75;margin:0 0 1rem;font-size:.95rem}
.ahy-area-detail__services{
  list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-wrap:wrap;gap:.4rem;
}
.ahy-area-detail__services li{
  font-size:.8rem;font-weight:600;background:var(--ahy-sky);
  color:var(--ahy-blue-dark);padding:.35rem .7rem;border-radius:var(--ahy-radius-pill);
}

/* ===== Responsive — masaüstü / tablet / mobil ===== */
@media (max-width:1024px){
  .ahy-section__head-row{flex-direction:column;align-items:flex-start;gap:1rem}
  .ahy-section__head-row .ahy-section__head{margin-bottom:0}
  .ahy-hygiene{padding:1.75rem;gap:1.75rem}
  .ahy-testimonial-feature{padding:1.65rem 1.5rem}
  .ahy-svc-archive__row{padding:1.5rem;gap:1.5rem}
  .ahy-editorial{gap:1.75rem}
  .ahy-split{gap:2rem}
}

@media (min-width:641px) and (max-width:900px){
  .ahy-hero__media{max-width:min(100%,520px);margin-inline:auto}
}

@media (max-width:640px){
  .ahy-section{padding:clamp(2.25rem,6vw,3.25rem) 0}
  .ahy-section__head{margin-bottom:2rem}
  .ahy-section__head-row{margin-bottom:2rem}
  .ahy-section__head-row .ahy-btn{width:100%;justify-content:center}
  .ahy-section__lede{font-size:1rem}
  .ahy-intro-prose .ahy-prose__lead{font-size:1.08rem}
  .ahy-hygiene{padding:1.35rem}
  .ahy-hygiene__visual{min-height:200px}
  .ahy-editorial__visual{min-height:220px}
  .ahy-split__visual{min-height:220px}
  .ahy-testimonial-feature{padding:1.35rem 1.15rem}
  .ahy-page-hero{padding-top:2rem;padding-bottom:1.75rem}
  .ahy-page-grid{margin-top:.75rem}
  .ahy-cta{padding:2rem 1.15rem;border-radius:var(--ahy-radius-md)}
  .ahy-cta__buttons{flex-direction:column;align-items:stretch;width:100%;max-width:none;margin:0}
  .ahy-cta__buttons .ahy-btn{width:100%}
  .ahy-contact-hero__grid{gap:1.25rem}
  .ahy-contact-trust{grid-template-columns:1fr}
  .ahy-contact-trust__item{border-right:0!important;border-bottom:1px solid var(--ahy-line)}
  .ahy-contact-trust__item:last-child{border-bottom:0}
  .ahy-map iframe,.ahy-map{min-height:min(60vw,360px);height:min(60vw,360px)}
  .ahy-stat-card{padding:1.15rem .75rem}
  .ahy-stat-card__num{font-size:1.75rem}
  .ahy-svc-list__link{grid-template-columns:auto 1fr;gap:.85rem}
  .ahy-svc-list__emoji{display:none}
  .ahy-area-detail{padding:1.35rem}
  .ahy-area-detail__head h2{font-size:1.1rem;min-width:0}
  .ahy-hero--service .ahy-hero__inner,
  .ahy-hero--about .ahy-hero__inner{gap:1.25rem}
  .ahy-hero__photo{min-height:220px;max-height:280px}
  .ahy-faq-help{flex-direction:column;align-items:stretch;text-align:left}
  .ahy-faq-help__actions{width:100%}
  .ahy-faq-help__actions .ahy-btn{flex:1;min-width:0;justify-content:center}
  .ahy-faq-nav-wrap{padding:.5rem 0}
  .ahy-band-stats--page{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:480px){
  .ahy-container{padding:0 1rem}
  .ahy-btn--xl{padding:.85rem 1rem;font-size:.8rem}
  .ahy-hero__chips a{font-size:.65rem;padding:.32rem .55rem}
  .ahy-section__kicker{font-size:.68rem;padding:.3rem .65rem .3rem .55rem}
  .ahy-promises{gap:.85rem}
  .ahy-services{gap:.85rem}
  .ahy-card-grid{gap:.85rem}
  .ahy-usp__grid{gap:.85rem}
  .ahy-areas-grid{gap:.4rem}
  .ahy-areas-grid a{padding:.45rem .75rem;font-size:.78rem}
  .ahy-svc-archive__features{grid-template-columns:1fr}
  .ahy-svc-archive__meta{flex-direction:column;gap:.4rem;align-items:flex-start}
  .ahy-contact-panel{padding:1.15rem 1.1rem}
  .ahy-contact-quick a{padding:1rem .55rem;font-size:.72rem}
  .ahy-contact-quick a strong{font-size:.92rem}
}

/* Yatay taşmayı önle */
html{overflow-x:hidden}
.ahy-container,.ahy-hero__inner,.ahy-page-grid,.ahy-contact-layout{min-width:0}
.ahy-table-wrap{-webkit-overflow-scrolling:touch}
img,video,iframe{max-width:100%}
