/* V14: Ana sayfa blok aralıklarını daha kompakt hale getirir. */
.home-page .about { padding: 72px 0 48px; }
.home-page .production { padding: 46px 0 60px; }
.home-page .quality { padding: 24px 0 60px; }
.home-page .supply { padding: 4px 0 60px; }
.home-page .gallery { padding: 8px 0 40px; }
.home-page .solutions-featured { padding: 54px 0 68px; }
.home-page .brand-strip-section,
.home-page .affiliates-strip-section { padding-bottom: 38px; }
.home-page .cta-section { padding-bottom: 38px; }
.home-page .contact { padding-bottom: 64px; }

@media (max-width: 850px) {
  .home-page .about { padding: 48px 0 34px; }
  .home-page .production { padding: 34px 0 44px; }
  .home-page .quality { padding: 18px 0 44px; }
  .home-page .supply { padding: 2px 0 44px; }
  .home-page .gallery { padding: 6px 0 30px; }
  .home-page .solutions-featured { padding: 42px 0 52px; }
  .home-page .brand-strip-section,
  .home-page .affiliates-strip-section,
  .home-page .cta-section { padding-bottom: 30px; }
  .home-page .contact { padding-bottom: 48px; }
}


/* V15: Tüm sayfalarda görünen bağlantılı WhatsApp hızlı iletişim butonu. */
.frezia-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(4, 45, 84, .24), 0 6px 18px rgba(37, 211, 102, .28);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.frezia-whatsapp-float:hover {
  color: #fff;
  background: #1ebe5d;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 36px rgba(4, 45, 84, .28), 0 9px 22px rgba(37, 211, 102, .34);
}

.frezia-whatsapp-float:focus-visible {
  outline: 3px solid rgba(5, 44, 84, .72);
  outline-offset: 4px;
}

.frezia-whatsapp-float svg {
  width: 35px;
  height: 35px;
  display: block;
}

@media (max-width: 850px) {
  .frezia-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

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

/* V16: İletişim sayfasındaki iç içe kullanılan ana sayfa formunu düzenler. */
.contact-reference-page .contact-main-grid {
  align-items: stretch;
}

.contact-reference-page .contact-main-grid > .contact {
  min-width: 0;
  padding: 0;
}

.contact-reference-page .contact-main-grid > .contact > .container.contact-grid {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.contact-reference-page .contact-main-grid > .contact .contact-card {
  display: none !important;
}

.contact-reference-page .contact-main-grid > .contact .contact-form {
  min-height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-content: start;
  gap: 18px 20px !important;
  padding: 34px !important;
  border: 1px solid #dce9f0 !important;
  border-radius: 20px !important;
  background: radial-gradient(circle at 100% 0, rgba(7, 155, 171, .08), transparent 34%), linear-gradient(#fff, #fbfeff) !important;
  box-shadow: 0 15px 40px rgba(5, 45, 84, .06) !important;
}

.contact-reference-page .contact-main-grid > .contact .contact-form::before,
.contact-reference-page .contact-main-grid > .contact .contact-form::after {
  grid-column: 1 / -1;
  display: block;
}

.contact-reference-page .contact-main-grid > .contact .contact-form::before {
  content: "Hızlı Teklif Formu";
  order: -2;
  color: var(--navy2);
  margin: 0 0 -5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
}

.contact-reference-page .contact-main-grid > .contact .contact-form::after {
  content: "Bilgilerinizi doldurun; WhatsApp mesaj ekranı otomatik olarak hazırlansın.";
  order: -1;
  color: #4d657d;
  margin: 0 0 5px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.65;
}

.contact-reference-page .contact-main-grid > .contact .contact-form > label,
.contact-reference-page .contact-main-grid > .contact .contact-form > button,
.contact-reference-page .contact-main-grid > .contact .contact-form > .form-status {
  order: 0;
}

@media (max-width: 650px) {
  .contact-reference-page .contact-main-grid > .contact .contact-form {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 24px !important;
  }

  .contact-reference-page .contact-main-grid > .contact .contact-form::before {
    font-size: 25px;
  }

  .contact-reference-page .contact-main-grid > .contact .contact-form .message,
  .contact-reference-page .contact-main-grid > .contact .contact-form button,
  .contact-reference-page .contact-main-grid > .contact .contact-form .form-status {
    grid-column: 1 !important;
  }
}


/* V19: Gerçek iştirak logoları ve dört kanallı online sipariş menüsü. */
.online-order-menu a.frezia-order-site {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 11px;
}

.online-order-menu .frezia-order-logo {
  display: block;
  width: 62px;
  height: 34px;
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
}

.online-order-menu .frezia-order-copy,
.online-order-menu .frezia-order-copy strong,
.online-order-menu .frezia-order-copy small {
  display: block;
  min-width: 0;
}

.online-order-menu .frezia-order-copy strong {
  color: var(--navy2);
  font-size: 13px;
  line-height: 1.2;
}

.online-order-menu .frezia-order-copy small {
  color: #627890;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.3;
}

.affiliate-logo-strip .affiliate-logo-card img,
.affiliate-logo-top img.frezia-affiliate-page-logo {
  object-fit: contain;
}

.affiliate-logo-strip .affiliate-logo-card img {
  max-width: 230px;
  height: 74px;
}

.affiliate-logo-top img.frezia-affiliate-page-logo {
  width: 100%;
  max-width: 210px;
  max-height: 58px;
}

.order-channel-card .frezia-product-order-logo {
  display: block;
  width: 100%;
  height: 36px;
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 850px) {
  .mobile-order-links .frezia-mobile-order-site {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-order-links .frezia-mobile-order-logo {
    display: block;
    width: 54px;
    height: 27px;
    object-fit: contain;
    flex: 0 0 auto;
    border-radius: 4px;
    background: #fff;
  }

  .mobile-order-links .frezia-mobile-order-site span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
