/*
Theme Name: EMC Kurumsal
Theme URI: https://www.emc-testi.com/
Author: EMC Testi
Author URI: https://www.emc-testi.com/
Description: EMC testleri, elektromanyetik uyumluluk standartları, teknik makaleler ve kurumsal laboratuvar hizmetleri için profesyonel WordPress teması.
Version: 6.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: emc-kurumsal
License: GNU General Public License v2 or later
*/


/* EMC Kurumsal v4.5 — Professional contact typography */
.contact-page,
.contact-page input,
.contact-page select,
.contact-page textarea,
.contact-page button {
  font-family: Inter, Aptos, "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page strong,
.contact-page .btn {
  letter-spacing: -0.025em;
}
.contact-hero h1 {
  font-size: clamp(2.45rem, 4.5vw, 4.9rem);
  line-height: 1.04;
  font-weight: 750;
  max-width: 920px;
}
.contact-hero p {
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.72;
  max-width: 760px;
  font-weight: 400;
}
.contact-section-heading h2,
.contact-location-section h2,
.contact-faq-strip h2 {
  font-size: clamp(1.85rem, 2.5vw, 2.75rem);
  line-height: 1.16;
  font-weight: 730;
}
.contact-section-heading p,
.contact-detail-card p,
.contact-faq-strip p {
  line-height: 1.75;
}
.contact-pro-form label {
  font-size: .91rem;
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: -.008em;
}
.contact-pro-form input,
.contact-pro-form select,
.contact-pro-form textarea {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 430;
}
.contact-pro-form input::placeholder,
.contact-pro-form textarea::placeholder {
  font-weight: 400;
  opacity: .68;
}
.contact-pro-form textarea {
  line-height: 1.7;
}
.contact-pro-form .btn {
  font-size: .94rem;
  font-weight: 720;
  letter-spacing: .005em;
}
.contact-detail-card h3,
.form-step h3 {
  font-weight: 720;
  line-height: 1.25;
}
.contact-detail-card li,
.contact-detail-card a,
.contact-detail-card strong,
.contact-hero-card a,
.contact-hero-card div {
  line-height: 1.55;
}
@media (max-width: 767px) {
  .contact-hero h1 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .contact-pro-form input,
  .contact-pro-form select,
  .contact-pro-form textarea { font-size: 16px; }
}
