/* =========================================================
   Ana sayfa — referans: ankaraelektrikustasi.com.tr görünümü
   ========================================================= */
.home-page {
  overflow-x: clip;
  background: #F8FAFC;
  color: #0F172A;
  font-family: 'Montserrat', sans-serif;
}

.home-page .section-header {
  margin-bottom: 2rem;
  text-align: center;
}

.home-page .section-subtitle {
  color: #0062B8 !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .section-title {
  color: #0F172A;
  font-weight: 800;
  line-height: 1.25;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.home-page .section-title span {
  color: #0062B8;
  font-weight: 800;
}

.home-page .section-desc {
  color: #64748B !important;
  max-width: 38rem;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}

/* ---------- Hero ---------- */
.home-page .hero-corp {
  position: relative;
  background: #0F172A;
  color: #FFFFFF;
  padding: 0 0 4.5rem;
  overflow: hidden;
  min-height: 600px;
}

.home-page .hero-corp-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 1;
  min-height: inherit;
}

.home-page .hero-corp-slide {
  display: none;
  position: relative;
  min-height: 600px;
  padding: 4.5rem 0 6.5rem;
  background-color: #0F172A;
  background-image: linear-gradient(90deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.55) 55%, rgba(15, 23, 42, 0.3) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}

.home-page .hero-corp-slide.has-bg {
  background-image:
    linear-gradient(90deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.55) 55%, rgba(15, 23, 42, 0.28) 100%),
    var(--hero-image);
}

.home-page .hero-corp-slide.is-active {
  display: flex;
}

.home-page .hero-corp-wrap > .hero-corp-slide.is-active {
  padding-left: max(1.25rem, calc((100vw - min(1140px, calc(100vw - 2.5rem))) / 2));
  padding-right: 1.25rem;
}

.home-page .hero-corp-copy {
  position: relative;
  z-index: 2;
  width: min(640px, 100%);
  max-width: 640px;
}

.home-page .hero-corp-slide.is-active .hero-corp-badge,
.home-page .hero-corp-slide.is-active .hero-corp-title,
.home-page .hero-corp-slide.is-active .hero-corp-lead,
.home-page .hero-corp-slide.is-active .hero-corp-actions,
.home-page .hero-corp-slide.is-active .hero-corp-meta {
  animation: heroFadeUp 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home-page .hero-corp-slide.is-active .hero-corp-badge { animation-delay: 0.05s; }
.home-page .hero-corp-slide.is-active .hero-corp-title { animation-delay: 0.12s; }
.home-page .hero-corp-slide.is-active .hero-corp-lead { animation-delay: 0.2s; }
.home-page .hero-corp-slide.is-active .hero-corp-actions { animation-delay: 0.28s; }
.home-page .hero-corp-slide.is-active .hero-corp-meta { animation-delay: 0.34s; }

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.home-page .hero-corp-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.1rem;
  padding: 0.5rem 1.15rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.home-page .hero-corp-title {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.8vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 18ch;
}

.home-page .hero-corp-lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  color: #E2E8F0;
  max-width: 560px;
}

.home-page .hero-corp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.home-page .btn-hero-call {
  background: #0F172A !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 0.95rem 1.75rem !important;
  min-height: 52px;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.35) !important;
}

.home-page .btn-hero-call:hover {
  background: #1E293B !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  filter: none;
}

.home-page .btn-hero-wa {
  background: #FFFFFF !important;
  color: #0F172A !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 0.95rem 1.75rem !important;
  min-height: 52px;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18) !important;
}

.home-page .btn-hero-wa:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
  transform: translateY(-2px);
}

.home-page .hero-corp-meta {
  margin: 0.35rem 0 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.75);
  background: none;
  border: 0;
  border-radius: 0;
  display: block;
  backdrop-filter: none;
}

.home-page .hero-corp-meta::before { display: none; }

.home-page .hero-corp-dots {
  position: absolute;
  left: max(1.25rem, calc((100vw - min(1140px, calc(100vw - 2.5rem))) / 2));
  bottom: 5.5rem;
  display: flex;
  gap: 0.45rem;
  z-index: 3;
}

.home-page .hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.25s ease;
}

.home-page .hero-dot.is-active {
  background: #0062B8;
  transform: scale(1.15);
}

/* ---------- Trust overlap strip ---------- */
.home-trust--overlap {
  position: relative;
  z-index: 5;
  margin-top: -80px;
  padding: 0 0 0.5rem;
  background: transparent;
  border: 0;
}

.home-trust--overlap .section-container {
  width: min(1140px, calc(100% - 1.5rem));
}

.home-trust--overlap .home-trust-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.home-trust--overlap .home-trust-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.35rem;
  background: #FFFFFF;
  border: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 1px solid #E2E8F0;
  box-shadow: none;
}

.home-trust--overlap .home-trust-card:last-child {
  border-bottom: 0;
}

.home-trust--overlap .home-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0F172A;
  border: 0;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.home-trust--overlap .home-trust-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.home-trust--overlap .home-trust-card h3 {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.3;
}

.home-trust--overlap .home-trust-card p {
  margin: 0;
  font-size: 0.825rem;
  line-height: 1.45;
  font-weight: 400;
  color: #64748B !important;
}

.home-page .home-sheet {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: #F8FAFC;
  border-radius: 0;
  box-shadow: none;
  padding-top: 2rem;
}

/* Services / regions / etc. */
.home-services,
.home-process,
.home-regions,
.home-why,
.home-proof {
  padding: 3.5rem 0;
}

.home-process-copy {
  max-width: 46rem;
  margin: 0 auto 1.75rem;
}

.home-process-copy p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text, #334155);
}

.home-process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.home-process-steps li {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 1rem 1.15rem;
  min-height: 48px;
}

.home-process-steps strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0F172A;
  font-size: 0.95rem;
}

.home-process-steps span {
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (min-width: 720px) {
  .home-process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .home-process-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home-svc-grid,
.home-region-grid,
.home-why-grid,
.home-quotes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.home-why-grid,
.home-quotes {
  gap: 1.25rem;
}

/* Bento photo service cards */
.home-svc-bento {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 220px;
  gap: 1rem;
}

.home-svc-bento > li {
  min-width: 0;
  min-height: 0;
}

.home-svc-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  height: 100%;
  min-height: 220px;
  padding: 1.15rem 1.15rem 1.05rem;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #0F172A;
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.05) 25%, rgba(15, 23, 42, 0.82) 100%),
    var(--svc-image, none);
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-svc-photo--fallback {
  background-image:
    linear-gradient(145deg, #0F172A 0%, #1e3a5f 55%, #004A8C 100%);
}

.home-svc-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.home-svc-photo:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.2);
}

.home-svc-photo:hover .home-svc-photo__go {
  background: #0062B8;
  transform: scale(1.06);
}

.home-svc-photo__title {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 85%;
  margin: 0;
  font-size: clamp(0.95rem, 2.4vw, 1.15rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home-svc-photo__go {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0F172A;
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}

.home-svc-card,
.home-region-card,
.home-why-card,
.home-quote-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: all 0.25s ease;
}

.home-svc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.3rem 1.2rem;
  text-decoration: none;
  color: inherit;
}

.home-svc-card:hover {
  border-color: rgba(0, 98, 184, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.home-svc-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(0, 98, 184, 0.08);
  border: 1px solid rgba(0, 98, 184, 0.2);
  font-size: 0.75rem;
  font-weight: 700;
  color: #0062B8;
}

.home-svc-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
}

.home-svc-card p {
  margin: 0 0 0.9rem;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748B !important;
}

.home-svc-more {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0062B8;
}

.home-svc-more em { font-style: normal; }

.btn-home-primary,
.btn-home-ghost,
.btn-home-call,
.btn-home-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.4rem;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.btn-home-primary {
  background: linear-gradient(90deg, #004A8C, #0062B8);
  color: #FFFFFF !important;
  box-shadow: 0 8px 20px rgba(0, 74, 140, 0.28);
}

.btn-home-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.btn-home-ghost {
  background: #FFFFFF;
  color: #0F172A !important;
  border: 1px solid #E2E8F0;
}

.btn-home-call {
  background: #0F172A;
  color: #FFFFFF !important;
}

.btn-home-wa {
  background: #FFFFFF;
  color: #0F172A !important;
  border: 1px solid #E2E8F0;
}

.home-regions {
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.home-region-grid {
  margin: 0 0 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.home-region-card {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-height: 64px;
  padding: 0.85rem 0.95rem;
  text-decoration: none;
}

.home-region-card:hover {
  border-color: rgba(0, 98, 184, 0.4);
  background: rgba(0, 98, 184, 0.04);
}

.home-region-pin { display: none; }
.home-region-card strong { color: #0F172A; font-size: 0.9rem; font-weight: 700; }
.home-region-card span { color: #0062B8; font-size: 0.75rem; font-weight: 600; }

.home-cta {
  position: relative;
  padding: 5rem 0;
  background: #0F172A;
  color: #FFFFFF;
  text-align: center;
  border-top: 0;
  overflow: hidden;
  isolation: isolate;
}

.home-cta--photo {
  background-color: #0F172A;
  background-image: var(--cta-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.home-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(15, 23, 42, 0.72);
  pointer-events: none;
}

.home-cta--photo .home-cta-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.78) 0%,
    rgba(15, 23, 42, 0.7) 50%,
    rgba(15, 23, 42, 0.8) 100%
  );
}

.home-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-inline: auto;
}

.home-cta-title {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.home-cta-title span {
  color: #FFFFFF;
  display: inline;
  margin-left: 0.25rem;
  font-weight: 800;
}

.home-cta-desc {
  margin: 0 auto 1.75rem;
  max-width: 42rem;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.7;
  font-weight: 400;
  color: #E2E8F0 !important;
}

.home-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: stretch;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}

.home-cta .btn-home-call {
  background: #0F172A !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
  min-height: 52px;
  padding: 0.95rem 1.75rem !important;
  font-weight: 700 !important;
}

.home-cta .btn-home-call:hover {
  background: #1E293B !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  filter: none;
}

.home-cta .btn-home-wa {
  background: #FFFFFF !important;
  border: 0 !important;
  color: #0F172A !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2) !important;
  min-height: 52px;
  padding: 0.95rem 1.75rem !important;
  font-weight: 700 !important;
}

.home-cta .btn-home-wa:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
  transform: translateY(-2px);
}

.home-why-card,
.home-quote-card {
  padding: 1.25rem 1.2rem;
}

.home-why-num {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0062B8;
}

.home-why-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
}

.home-why-card p {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.55;
  color: #64748B !important;
}

.home-stats {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.home-stats li {
  padding: 1.25rem 1rem;
  text-align: center;
  border-bottom: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
}

.home-stats li:nth-child(2n) { border-right: 0; }
.home-stats li:nth-last-child(-n+2) { border-bottom: 0; }
.home-stats strong { display: block; font-size: 1.5rem; font-weight: 800; color: #0F172A; }
.home-stats span { font-size: 0.8rem; color: #64748B; font-weight: 500; }

.home-quote-card { border-left: 3px solid #0062B8; }
.home-quote-card p { margin: 0 0 0.9rem; color: #0F172A !important; font-size: 0.95rem; line-height: 1.6; }
.home-quote-card footer { display: flex; flex-direction: column; gap: 0.1rem; padding-top: 0.75rem; border-top: 1px solid #E2E8F0; }
.home-quote-card strong { color: #0F172A; font-size: 0.9rem; font-weight: 700; }
.home-quote-card span { color: #64748B; font-size: 0.8rem; }

@media (min-width: 640px) {
  .home-trust--overlap .home-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .home-trust--overlap .home-trust-card { border-right: 1px solid #E2E8F0; border-bottom: 1px solid #E2E8F0; }
  .home-trust--overlap .home-trust-card:nth-child(2n) { border-right: 0; }
  .home-trust--overlap .home-trust-card:nth-last-child(-n+2) { border-bottom: 0; }
  .home-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .home-svc-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .home-svc-photo { min-height: 0; }
  .home-region-grid { grid-template-columns: repeat(3, 1fr); }
  .home-cta-actions {
    flex-direction: row;
    max-width: none;
    justify-content: center;
  }

  .home-cta .btn-home-call,
  .home-cta .btn-home-wa {
    min-width: 220px;
  }
  .home-why-grid { grid-template-columns: repeat(2, 1fr); gap: 1.35rem; }
  .home-quotes { grid-template-columns: repeat(2, 1fr); gap: 1.35rem; }
}

@media (min-width: 900px) {
  .home-page .hero-corp,
  .home-page .hero-corp-slide {
    min-height: 720px;
  }

  .home-page .hero-corp {
    padding-bottom: 5rem;
  }

  .home-page .hero-corp-slide {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }

  .home-page .hero-corp-title { max-width: 16ch; }

  .home-trust--overlap {
    margin-top: -90px;
  }

  .home-trust--overlap .home-trust-grid { grid-template-columns: repeat(4, 1fr); }
  .home-trust--overlap .home-trust-card {
    border-right: 1px solid #E2E8F0;
    border-bottom: 0;
    padding: 2rem 1.35rem;
  }
  .home-trust--overlap .home-trust-card:last-child { border-right: 0; }

  .home-services,
  .home-regions,
  .home-why,
  .home-proof,
  .home-cta {
    padding: 5rem 0;
  }

  .home-svc-bento {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 175px;
    gap: 1.25rem;
  }

  .home-svc-bento > li:nth-child(4),
  .home-svc-bento > li:nth-child(6) {
    grid-row: span 2;
  }

  .home-svc-photo__title {
    font-size: 1.1rem;
  }
}

@media (min-width: 960px) {
  .home-svc-grid { grid-template-columns: repeat(3, 1fr); }
  .home-region-grid { grid-template-columns: repeat(4, 1fr); }
  .home-stats { grid-template-columns: repeat(4, 1fr); }
  .home-stats li { border-bottom: 0; border-right: 1px solid #E2E8F0; }
  .home-stats li:last-child { border-right: 0; }
  .home-why-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .home-quotes { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .home-cta-title span {
    display: inline;
    margin-left: 0.25rem;
  }
}

@media (max-width: 767px) {
  .home-page .hero-corp,
  .home-page .hero-corp-slide {
    min-height: 560px;
  }

  .home-page .hero-corp-slide.has-bg {
    background-image:
      linear-gradient(90deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.88) 100%),
      var(--hero-image);
  }

  .home-page .hero-corp-dots { bottom: 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-corp-slide.is-active .hero-corp-badge,
  .home-page .hero-corp-slide.is-active .hero-corp-title,
  .home-page .hero-corp-slide.is-active .hero-corp-lead,
  .home-page .hero-corp-slide.is-active .hero-corp-actions,
  .home-page .hero-corp-slide.is-active .hero-corp-meta {
    animation: none;
  }
}
