/* Newsletter module (mockup) — üst modül container genişliğinde */
.home9-newsletter {
  background: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0 24px;
  width: 100%;
}
.home9-newsletter > .container {
  /* layout-home9 .container ile aynı genişlik */
  width: min(1170px, calc(100% - 30px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.home9-newsletter-inner {
  background: #f4f6f8;
  border-radius: 16px;
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  padding: 48px 40px 44px;
  text-align: center;
  width: 100%;
}
.home9-newsletter-title {
  color: #1a1c23;
  font-family: "Roboto", sans-serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 10px;
}
.home9-newsletter-sub {
  color: #6c757d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 28px;
}
.home9-newsletter-form { margin: 0 auto; max-width: 560px; }
.home9-newsletter-row {
  background: #fff;
  border: 1px solid #e3e6eb;
  border-radius: 12px;
  display: flex;
  gap: 0;
  overflow: hidden;
  width: 100%;
}
.home9-newsletter-row input[type="email"] {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #1a1c23;
  flex: 1 1 auto;
  font-size: 15px;
  min-height: 52px;
  min-width: 0;
  outline: 0;
  padding: 0 20px;
}
.home9-newsletter-row input::placeholder { color: #b0b5bd; }
.home9-newsletter-row button {
  background: #a33327;
  border: 0;
  border-radius: 0;
  color: #fff;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  min-height: 52px;
  min-width: 120px;
  padding: 0 28px;
  transition: background .2s ease, opacity .2s ease;
}
.home9-newsletter-row button:hover {
  background: #8a2a20;
  color: #fff;
}

@media (max-width: 640px) {
  .home9-newsletter { padding: 8px 0 16px; }
  .home9-newsletter-inner { border-radius: 14px; padding: 28px 18px 24px; }
  .home9-newsletter-row {
    border-radius: 0;
    background: transparent;
    border: 0;
    flex-direction: column;
    gap: 12px;
  }
  .home9-newsletter-row input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    height: 52px;
    padding: 0 18px;
    font-size: 15px;
    border-radius: 10px;
    border: 1.5px solid #d0d5dd;
    background: #fff;
  }
  .home9-newsletter-row button {
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
  }
}

/* —— Footer —— */
.footer-container {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  margin-top: 0;
  overflow-x: clip;
}
.footer-main {
  box-sizing: border-box;
  padding: 56px 0 32px;
  width: 100%;
}
.footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  margin-bottom: 48px;
  min-width: 0;
}
.footer-grid--solo { grid-template-columns: 1fr; }

.footer-col {
  min-width: 0;
}

.footer-brand .footer-logo {
  display: inline-flex;
  line-height: 0;
  margin-bottom: 16px;
  max-width: 100%;
}
.footer-brand .footer-logo img {
  display: block;
  height: 40px;
  max-width: min(200px, 70vw);
  object-fit: contain;
  width: auto;
}
.footer-brand .footer-logo strong {
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 800;
}
.footer-brand-text {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 320px;
}

.footer-col-title {
  border-bottom: 1px solid #f3f4f6;
  color: #1f2937;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 22px;
  padding-bottom: 8px;
}

.footer-col-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: default;
  display: flex;
  font: inherit;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}
.footer-col-toggle i,
.footer-toggle-icon {
  color: #9ca3af;
  display: none;
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .2s ease;
  width: 16px;
}
.footer-col-toggle[aria-expanded="true"] i,
.footer-col-toggle[aria-expanded="true"] .footer-toggle-icon {
  transform: rotate(180deg);
}

.footer-col-body {
  min-width: 0;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li { margin: 0 0 7px; }
.footer-links a {
  align-items: center;
  color: #6b7280;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  max-width: 100%;
  transition: color .2s ease;
  word-break: break-word;
}
.footer-links a i {
  color: #9ca3af;
  flex: 0 0 auto;
  font-size: 10px;
  width: 10px;
}
.footer-link-icon {
  color: #9ca3af;
  fill: none;
  flex: 0 0 auto;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 13px;
}
.footer-links a:hover,
.footer-links a:hover i,
.footer-links a:hover .footer-link-icon {
  color: var(--wog-gold-dark, #d4a85a);
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin: 0 0 12px;
}
.footer-contact i {
  color: var(--wog-gold, #e9bd73);
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  width: 18px;
}
.footer-contact-icon {
  align-items: center;
  background: rgba(233, 189, 115, .14);
  border-radius: 50%;
  color: var(--wog-gold-dark, #d4a85a);
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.footer-icon {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 16px;
}
.footer-contact a,
.footer-contact span {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-contact a:hover { color: var(--wog-gold-dark, #d4a85a); }

.footer-bottom {
  align-items: center;
  border-top: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-top: 28px;
  text-align: center;
}
.footer-bottom p {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}
.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom-links a {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
}
.footer-bottom-links a:hover { color: var(--wog-gold-dark, #d4a85a); }

/* Tablet — sütunlar sayfada ortalanır */
@media (max-width: 991px) and (min-width: 768px) {
  .footer-main {
    padding: 44px 0 28px;
  }
  .footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
    justify-content: center;
    margin-bottom: 36px;
  }
  .footer-brand {
    flex: 1 1 100%;
    text-align: center;
  }
  .footer-brand .footer-logo {
    justify-content: center;
    margin-bottom: 12px;
  }
  .footer-brand-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
  .footer-col:not(.footer-brand) {
    flex: 0 1 200px;
    max-width: 240px;
    text-align: center;
  }
  .footer-col-title {
    border-bottom-color: transparent;
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .footer-col-toggle {
    justify-content: center;
    pointer-events: none;
  }
  .footer-links {
    display: inline-block;
    text-align: left;
  }
  .footer-col:not(.footer-brand) .footer-col-body {
    display: flex;
    justify-content: center;
  }
  .footer-contact {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
  .footer-contact li {
    justify-content: flex-start;
  }
  .footer-bottom {
    padding-top: 22px;
  }
}

/* Mobile — accordion columns */
@media (max-width: 767px) {
  .footer-main {
    padding: 28px 0 20px;
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .footer-brand {
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 4px;
    padding: 0 0 20px;
    text-align: center;
  }
  .footer-brand-text {
    font-size: 13px;
    margin: 0 auto;
    max-width: none;
  }
  .footer-brand .footer-logo img {
    height: 36px;
  }

  .footer-col:not(.footer-brand) {
    border-bottom: 1px solid #f3f4f6;
  }
  .footer-col-title {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
  .footer-col-toggle {
    cursor: pointer;
    gap: 12px;
    min-height: 48px;
    padding: 12px 2px;
    -webkit-tap-highlight-color: transparent;
  }
  .footer-col-toggle span {
    flex: 1 1 auto;
    font-size: 15px;
    min-width: 0;
  }
  .footer-col-toggle i,
  .footer-toggle-icon {
    display: inline-block;
  }

  .footer-col-body {
    display: none;
    padding: 0 2px 14px;
  }
  .footer-col.is-open .footer-col-body {
    display: block;
  }

  .footer-links li { margin: 0 0 10px; }
  .footer-links a {
    min-height: 36px;
    padding: 4px 0;
  }
  .footer-contact li {
    margin: 0 0 14px;
  }
  .footer-contact a,
  .footer-contact span {
    font-size: 14px;
  }

  .footer-bottom {
    gap: 10px;
    padding-top: 18px;
  }
  .footer-bottom p {
    font-size: 11px;
  }
  .footer-bottom-links {
    gap: 10px 14px;
  }
}

/* Narrow phones */
@media (max-width: 380px) {
  .footer-main {
    padding: 24px 0 16px;
  }
  .footer-brand-text {
    font-size: 12.5px;
  }
  .footer-col-toggle span {
    font-size: 14px;
  }
}
