/* HyperCirra home blog title clamp */
body.home .wd-post-title {
  min-height: 2.7em;
  line-height: 1.35;
}
body.home .wd-post-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* HyperCirra structured footer */
.hc-site-footer {
  padding-top: 54px;
}
.hc-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) 1fr 1fr minmax(250px, 1.25fr);
  gap: 48px;
  padding-bottom: 42px;
}
.hc-site-footer__logo {
  display: inline-block;
  margin-bottom: 22px;
}
.hc-site-footer__logo img {
  display: block;
  width: 180px;
  height: auto;
}
.hc-site-footer__brand p,
.hc-site-footer__contact p {
  max-width: 320px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.75;
}
.hc-site-footer__heading {
  margin: 0 0 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: .02em;
}
.hc-site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hc-site-footer__links li {
  margin-bottom: 12px;
}
.hc-site-footer a,
.hc-site-footer__contact &gt; a {
  color: rgba(255,255,255,.72);
}
.hc-site-footer a:hover,
.hc-site-footer__cta {
  color: #fff;
}
.hc-site-footer__cta {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-size: 14px;
  font-weight: 600;
}
.hc-site-footer__contact &gt; a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.hc-site-footer__contact p {
  margin-top: 18px;
}
.hc-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.13);
}
.hc-site-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 13px;
}
.hc-site-footer__bottom a {
  margin-left: 24px;
}
@media (max-width: 1024px) {
  .hc-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }
}
@media (max-width: 767px) {
  .hc-site-footer {
    padding-top: 42px;
  }
  .hc-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 34px;
  }
  .hc-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .hc-site-footer__bottom a {
    margin: 0 20px 0 0;
  }
}

/* HyperCirra: hide checkout-only logo header */
body.woocommerce-checkout header.whb-header_460291 {
  display: none !important;
}

/* HyperCirra Shop Card Readability v1 */
body.woocommerce-shop #wd-62fec23c,
body.woocommerce-shop #wd-51d38640,
body.woocommerce-shop #wd-470c2bc4 {
  align-self: flex-start;
  width: calc(100% - 40px);
  height: auto !important;
  min-height: 0 !important;
  margin: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 30px rgba(13,34,52,.12);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
body.woocommerce-shop #wd-d4cc3697,
body.woocommerce-shop #wd-01d713c2,
body.woocommerce-shop #wd-87eb9b90 {
  color: #116fc7 !important;
  font-weight: 700 !important;
}
body.woocommerce-shop #wd-6974b7b5,
body.woocommerce-shop #wd-b26147da,
body.woocommerce-shop #wd-5a167b1f {
  color: #17232e !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
}
@media (max-width: 767px) {
  body.woocommerce-shop #wd-62fec23c,
  body.woocommerce-shop #wd-51d38640,
  body.woocommerce-shop #wd-470c2bc4 {
    width: calc(100% - 28px);
    margin: 14px;
    padding: 18px;
  }
  body.woocommerce-shop #wd-6974b7b5,
  body.woocommerce-shop #wd-b26147da,
  body.woocommerce-shop #wd-5a167b1f {
    font-size: 22px !important;
  }
}
/* End HyperCirra Shop Card Readability v1 */

/* HyperCirra Homepage Contact v1 */
.hc-home-contact-section {
  margin-top: 0 !important;
  padding: 96px 24px !important;
  background: #f4f6f8;
}
.hc-home-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.hc-home-contact-kicker,
.hc-home-contact-form-head &gt; span {
  display: block;
  margin-bottom: 14px;
  color: #1976d2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.hc-home-contact-copy h2 {
  max-width: 560px;
  margin: 0 0 22px;
  color: #202124;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.hc-home-contact-intro {
  max-width: 580px;
  margin: 0 0 34px;
  color: #6f747b;
  font-size: 17px;
  line-height: 1.7;
}
.hc-home-contact-points {
  display: grid;
  gap: 22px;
}
.hc-home-contact-points &gt; div {
  position: relative;
  padding-left: 28px;
}
.hc-home-contact-points &gt; div::before {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid #1976d2;
  border-radius: 50%;
  content: "";
}
.hc-home-contact-points strong,
.hc-home-contact-points span {
  display: block;
}
.hc-home-contact-points strong {
  margin-bottom: 5px;
  color: #25282c;
  font-size: 15px;
}
.hc-home-contact-points span {
  max-width: 520px;
  color: #747980;
  font-size: 14px;
  line-height: 1.6;
}
.hc-home-contact-form {
  padding: 42px 44px 44px;
  border: 1px solid #e4e8ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 40, 58, .08);
}
.hc-home-contact-form-head h3 {
  margin: 0 0 28px;
  color: #24272b;
  font-size: 28px;
  line-height: 1.2;
}
.hc-quick-field {
  margin-bottom: 19px;
}
.hc-quick-field label {
  display: block;
  margin: 0;
  color: #30343a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.hc-quick-field .wpcf7-form-control-wrap {
  display: block;
  margin-top: 9px;
}
.hc-quick-field input,
.hc-quick-field textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #dfe4e9;
  border-radius: 6px;
  background: #f7f8fa;
  color: #25282c;
  font: inherit;
  box-shadow: none;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.hc-quick-field input {
  height: 52px;
  padding: 0 16px;
}
.hc-quick-field textarea {
  min-height: 126px;
  padding: 14px 16px;
  resize: vertical;
}
.hc-quick-field input:focus,
.hc-quick-field textarea:focus {
  border-color: #1976d2;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, .1);
  outline: 0;
}
.hc-quick-field input::placeholder,
.hc-quick-field textarea::placeholder {
  color: #9aa0a6;
}
.hc-quick-privacy {
  margin: -1px 0 18px;
  color: #858a91;
  font-size: 12px;
  line-height: 1.5;
}
.hc-home-contact-form .hc-quick-submit {
  width: 100%;
  min-height: 52px;
  border-radius: 5px;
  background: #1976d2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .015em;
  text-transform: none;
}
.hc-home-contact-form .hc-quick-submit:hover {
  background: #135fa9;
}
.hc-home-contact-form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.hc-home-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}
.hc-home-contact-form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-width: 1px !important;
  border-radius: 5px;
  font-size: 13px;
}
@media (max-width: 991px) {
  .hc-home-contact-section {
    padding: 76px 22px !important;
  }
  .hc-home-contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hc-home-contact-copy,
  .hc-home-contact-intro {
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .hc-home-contact-section {
    padding: 58px 16px !important;
  }
  .hc-home-contact-inner {
    gap: 32px;
  }
  .hc-home-contact-copy h2 {
    font-size: 34px;
  }
  .hc-home-contact-intro {
    margin-bottom: 28px;
    font-size: 15px;
  }
  .hc-home-contact-form {
    padding: 28px 22px 30px;
    border-radius: 9px;
  }
  .hc-home-contact-form-head h3 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
/* End HyperCirra Homepage Contact v1 */
/* HyperCirra FAQ Full Width Hero v2 */
body.page-id-170 .wd-bff5dbb9 {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
  padding: 150px 24px !important;
  background-image: linear-gradient(90deg, rgba(15, 28, 39, .52), rgba(15, 28, 39, .38), rgba(15, 28, 39, .52)), url("https://hypercirra.store/wp-content/uploads/2026/09/hypercirra-faq-support-hero-v2.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
body.page-id-170 .wd-bff5dbb9 .wd-52c7110b,
body.page-id-170 .wd-bff5dbb9 .wd-d17e44f9 {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .24);
}
body.page-id-170 .wd-bff5dbb9 .wd-d17e44f9 {
  font-size: 16px;
}
body.page-id-170 .wd-bff5dbb9 .wd-fa0e2b9a {
  color: #fff !important;
}
@media (max-width: 1024px) {
  body.page-id-170 .wd-bff5dbb9 {
    padding: 112px 22px !important;
  }
}
@media (max-width: 767px) {
  body.page-id-170 .wd-bff5dbb9 {
    min-height: 320px;
    padding: 82px 18px !important;
    background-position: 58% center !important;
  }
  body.page-id-170 .wd-bff5dbb9 .wd-52c7110b {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }
  body.page-id-170 .wd-bff5dbb9 .wd-d17e44f9 {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
}
/* End HyperCirra FAQ Full Width Hero v2 */
