.brand {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: inherit;
  line-height: normal;
}
.brand img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.footer-brand img {
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 560px) {
  .brand img { width: 60px; height: 60px; }
}
.faq {
  padding: 110px 5vw;
  background: #f5f3ec;
}
.faq-list {
  max-width: 980px;
  border-top: 2px solid #101114;
}
.faq details {
  border-bottom: 1px solid rgba(16,17,20,.3);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 25px 48px 25px 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  font-size: 1.8rem;
}
.faq details[open] summary::after { content: "−"; }
.faq details p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 25px;
  line-height: 1.6;
  color: #52545b;
}
@media (max-width: 560px) {
  .faq { padding: 75px 5vw; }
}
.hero {
  min-height: 620px;
  padding-top: 62px;
  padding-bottom: 54px;
}
.hero h1 {
  font-size: clamp(3.25rem, 5.7vw, 6rem);
}
.hero-art {
  height: 510px;
}
.chooser,
.steps,
.about,
.featured,
.contact {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-head h2,
.contact h2,
.about h2 {
  font-size: clamp(2.75rem, 4.25vw, 4.85rem);
  line-height: .94;
}
.faq .section-head {
  max-width: 900px;
  margin-bottom: 36px;
}
.faq .section-head h2 {
  font-size: clamp(2.6rem, 4vw, 4.4rem);
}
.contact h2 {
  font-size: clamp(2.7rem, 3.9vw, 4.35rem);
}
@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-art { height: 410px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 3rem; }
  .hero-art { height: 320px; }
  .chooser,
  .steps,
  .about,
  .featured,
  .contact { padding-top: 68px; padding-bottom: 68px; }
}
.reviews {
  padding: 90px 5vw;
  background: #101114;
  color: #fff;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #444;
  border-left: 1px solid #444;
}
.review-grid blockquote {
  min-height: 315px;
  margin: 0;
  padding: 30px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  display: flex;
  flex-direction: column;
}
.review-grid blockquote > p {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 2.25vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.stars {
  color: #d8ff4f;
  letter-spacing: .12em;
  font-size: .9rem;
}
.review-author {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.review-author span { color: #aaa; font-size: .9rem; }
.reviews-link {
  display: inline-flex;
  gap: 32px;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d8ff4f;
  font-weight: 700;
}
@media (max-width: 700px) {
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 270px; }
}
.featured .card-link{margin-top:24px;color:#d8ff4f;font-weight:700;display:flex;justify-content:space-between;text-decoration:none}
.featured .cards article:first-child small{margin-bottom:0}
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy { display: flex; align-items: flex-start; gap: 9px; line-height: 1.4; font-weight: 500; }
.privacy input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; }
.privacy a { text-decoration: underline; font-weight: 700; }
.form-status { min-height: 22px; margin: 0; font-size: 14px; font-weight: 700; text-align: center; }
.form-status:empty { min-height: 0; }
.form-status.success { color: #145c2c; }
.form-status.error { color: #8b1d12; }
form button:disabled { opacity: .65; cursor: wait; }

body.hnmec-wa-open { overflow: hidden; }
.hnmec-wa { position: relative; z-index: 80; }
.hnmec-wa-trigger { position: fixed; right: 24px; bottom: 24px; z-index: 82; border: 2px solid #101114; border-radius: 999px; background: #25d366; color: #101114; min-height: 58px; padding: 10px 18px 10px 12px; display: flex; align-items: center; gap: 9px; font: 700 14px "DM Sans", sans-serif; box-shadow: 5px 5px 0 #101114; cursor: pointer; }
.hnmec-wa-trigger:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 #101114; }
.hnmec-wa-trigger svg { width: 34px; height: 34px; flex: 0 0 auto; }
.hnmec-wa-backdrop { position: fixed; inset: 0; z-index: 83; background: rgba(16,17,20,.62); backdrop-filter: blur(4px); }
.hnmec-wa-dialog { position: fixed; z-index: 84; right: 24px; bottom: 24px; width: min(520px, calc(100vw - 32px)); max-height: calc(100vh - 48px); overflow-y: auto; background: #f5f3ec; border: 2px solid #101114; padding: 34px; box-shadow: 10px 10px 0 #101114; }
.hnmec-wa-dialog[hidden], .hnmec-wa-backdrop[hidden] { display: none; }
.hnmec-wa-dialog h2 { font-family: "Space Grotesk"; font-size: clamp(2rem, 5vw, 3.25rem); line-height: .95; letter-spacing: -.05em; margin: 0 45px 28px 0; }
.hnmec-wa-close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; font-size: 35px; line-height: 1; cursor: pointer; }
.hnmec-wa-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hnmec-wa-form label { font-size: 12px; }
.hnmec-wa-form input, .hnmec-wa-form select, .hnmec-wa-form textarea { margin-top: 5px; padding: 10px 3px; font-size: 15px; }
.hnmec-wa-form textarea { height: 68px; }
.hnmec-wa-form button { background: #25d366; color: #101114; cursor: pointer; }
.hnmec-wa-form small { font-size: 12px; line-height: 1.35; color: #606168; }
@media (max-width: 560px) {
  .hnmec-wa-trigger { right: 16px; bottom: 16px; min-height: 54px; padding: 8px 14px 8px 9px; }
  .hnmec-wa-trigger svg { width: 32px; height: 32px; }
  .hnmec-wa-dialog { right: 16px; bottom: 16px; max-height: calc(100vh - 32px); padding: 27px 22px; }
  .hnmec-wa-form { grid-template-columns: 1fr; }
  .hnmec-wa-form label { grid-column: 1/-1; }
}
/* The site-wide legacy WhatsApp plugin also loads through wp_footer().
   These templates use their own contextual WhatsApp form. */
#ht-ctc-chat,
.ht-ctc-chat,
.ht_ctc_chat_greetings_box {
  display: none !important;
}
