/* Footer Styles for The Vault Gym */

/* ========================================
   FOOTER LINK STYLES
   ======================================== */

/* Base footer link styles */
.footer-link,
.footer-links .footer-link {
  position: relative !important;
  color: #cccccc !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  display: inline-block !important;
}

.footer-link::after,
.footer-links .footer-link::after {
  content: '' !important;
  position: absolute !important;
  width: 0 !important;
  height: 2px !important;
  bottom: -2px !important;
  left: 0 !important;
  background-color: #ed155d !important;
  transition: width 0.3s ease !important;
}

.footer-link:hover,
.footer-links .footer-link:hover {
  color: #ed155d !important;
}

.footer-link:hover::after,
.footer-links .footer-link:hover::after {
  width: 100% !important;
}

.footer-link:visited,
.footer-links .footer-link:visited {
  color: #ffffff !important;
}

/* Footer container specific styles */
footer .footer-links .footer-link {
  position: relative !important;
  color: #cccccc !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  display: inline-block !important;
}

footer .footer-links .footer-link::after {
  content: '' !important;
  position: absolute !important;
  width: 0 !important;
  height: 2px !important;
  bottom: -2px !important;
  left: 0 !important;
  background-color: #ed155d !important;
  transition: width 0.3s ease !important;
}

footer .footer-links .footer-link:hover {
  color: #ed155d !important;
}

footer .footer-links .footer-link:hover::after {
  width: 100% !important;
}

/* Dynamically loaded footer styles */
.footer-component-loaded .footer-link,
.footer-component-loaded .footer-links .footer-link {
  position: relative !important;
  color: #cccccc !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  display: inline-block !important;
}

.footer-component-loaded .footer-link::after,
.footer-component-loaded .footer-links .footer-link::after {
  content: '' !important;
  position: absolute !important;
  width: 0 !important;
  height: 2px !important;
  bottom: -2px !important;
  left: 0 !important;
  background-color: #ed155d !important;
  transition: width 0.3s ease !important;
}

.footer-component-loaded .footer-link:hover,
.footer-component-loaded .footer-links .footer-link:hover {
  color: #ed155d !important;
}

.footer-component-loaded .footer-link:hover::after,
.footer-component-loaded .footer-links .footer-link:hover::after {
  width: 100% !important;
}

/* ========================================
   INSTAGRAM ICON STYLES
   ======================================== */

/* Instagram icon container */
.instagram-icon-container {
  margin-top: 10px;
  text-align: left;
}

.footer-component-loaded .instagram-icon-container {
  margin-top: 10px;
  text-align: left;
}

/* Instagram link */
.instagram-link {
  display: inline-block;
  text-decoration: none;
}

.footer-component-loaded .instagram-link {
  display: inline-block;
  text-decoration: none;
}

/* Instagram icon */
.instagram-icon {
  width: 64px !important;
  height: 64px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  display: block !important;
}

.footer-component-loaded .instagram-icon {
  width: 64px !important;
  height: 64px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  display: block !important;
}

/* ========================================
   FOOTER SECTION ALIGNMENT
   ======================================== */

/* Footer section alignment */
.footer-section {
  text-align: left !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.footer-component-loaded .footer-section {
  text-align: left !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* ========================================
   LEGACY SOCIAL LINKS (DEPRECATED)
   ======================================== */

/* These styles are for the old social-links structure - keeping for compatibility */
.social-links {
  text-align: left !important;
  justify-content: flex-start !important;
  display: flex !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  gap: 0 !important;
}

.footer-component-loaded .social-links {
  text-align: left !important;
  justify-content: flex-start !important;
  display: flex !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  gap: 0 !important;
}

.social-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  align-self: flex-start !important;
}

.footer-component-loaded .social-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  align-self: flex-start !important;
}

.social-icon {
  width: 100px !important;
  height: 100px !important;
  background-color: transparent !important;
}

.footer-component-loaded .social-icon {
  width: 100px !important;
  height: 100px !important;
  background-color: transparent !important;
}

/* ========================================
   OPTIMIZED FOOTER LAYOUT STYLES
   ======================================== */

/* Main footer container - reduce padding */
.footer {
  padding: 40px 0 20px !important;
  border-top: 0.1px solid #9e9e9e96 !important;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

/* Top row - Newsletter and Contact side by side */
.newsletter-section {
  flex: 1;
  min-width: 300px;
  margin-bottom: 0 !important;
}

.contact-section {
  flex: 1;
  min-width: 300px;
  margin-bottom: 0 !important;
}

/* Bottom row - Links in a compact row */
.footer-links-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  margin-top: 20px;
}

.footer-links-row .footer-section {
  flex: 1;
  margin-bottom: 0 !important;
  min-width: 150px;
}

/* Contact column: twice the width of More Info / Follow Us */
.footer-links-row .footer-contact-column {
  flex: 2;
  min-width: 300px;
}

/* Full width inside column (overrides global .contact-info { width: 31% } elsewhere in this file) */
.footer-links-row .footer-contact-column .contact-info {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.footer-links-row .footer-contact-column .company-info {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Email line: global .footer-link is block — keep "Email: address" on one line */
.footer-links-row .footer-contact-column .contact-info .footer-link {
  display: inline !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

/* Contact info styling - more compact */
.contact-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
}

.contact-info p {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.3;
  color: #cccccc;
}

.company-info p {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1.3;
  color: #cccccc;
}

/* Reduce footer section margins */
.footer-section {
  margin-bottom: 15px !important;
}

.footer-heading {
  margin-bottom: 12px !important;
  font-size: 16px !important;
}

/* Compact form styling */
.form-group {
  margin-bottom: 8px !important;
}

.form-input, .form-textarea {
  padding: 8px 10px !important;
  font-size: 13px !important;
}

/* Compact footer links */
.footer-links {
  margin-bottom: 0 !important;
}

.footer-links li {
  margin-bottom: 6px !important;
}

.footer-links .footer-link {
  font-size: 13px !important;
  margin-bottom: 6px !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet and smaller desktop screens */
@media screen and (max-width: 1024px) {
  .footer-content {
    gap: 15px;
  }
  
  .newsletter-section,
  .contact-section {
    min-width: 280px;
  }
  
  .footer-links-row {
    gap: 20px;
  }
}

/* Tablet screens */
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 15px !important;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 20px;
  }
  
  .newsletter-section,
  .contact-section {
    width: 100% !important;
    min-width: auto;
  }
  
  .footer-links-row {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
  
  .footer-links-row .footer-section {
    width: 100% !important;
    min-width: auto;
  }
  
  .contact-info h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .contact-info p {
    font-size: 12px;
  }
  
  .company-info p {
    font-size: 10px;
  }
}

/* Mobile screens */
@media screen and (max-width: 480px) {
  .footer {
    padding: 20px 0 10px !important;
  }
  
  .footer-content {
    gap: 15px;
  }
  
  .footer-heading {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
  
  .footer-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .form-input, .form-textarea {
    padding: 6px 8px !important;
    font-size: 12px !important;
  }
  
  .form-group {
    margin-bottom: 6px !important;
  }
  
  .contact-info h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  
  .contact-info p {
    font-size: 11px;
    margin-bottom: 3px;
  }
  
  .company-info p {
    font-size: 9px;
    margin-bottom: 3px;
  }
  
  .footer-links .footer-link {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }
  
  .instagram-icon {
    width: 48px !important;
    height: 48px !important;
  }
  
  .instagram-icon-container {
    margin-top: 8px;
  }
}

/* Very small screens */
@media screen and (max-width: 320px) {
  .footer {
    padding: 15px 0 8px !important;
  }
  
  .footer-heading {
    font-size: 13px !important;
  }
  
  .footer-text {
    font-size: 11px;
  }
  
  .form-input, .form-textarea {
    padding: 5px 6px !important;
    font-size: 11px !important;
  }
  
  .contact-info h4 {
    font-size: 13px;
  }
  
  .contact-info p {
    font-size: 10px;
  }
  
  .company-info p {
    font-size: 8px;
  }
  
  .footer-links .footer-link {
    font-size: 11px !important;
  }
  
  .instagram-icon {
    width: 40px !important;
    height: 40px !important;
  }
}

/* ========================================
   ORIGINAL FOOTER STYLES
   ======================================== */
.section-13 {
  height: auto;
  padding: 60px 0 40px;
  background-color: #524640;
  color: #fff;
  display: block;
  box-shadow: none;
}

.container-2.w-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  text-align: left;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-column {
  width: 23%;
  margin-bottom: 30px;
  padding-right: 30px;
}

.footer-column.newsletter {
  width: 31%;
  margin-right: 40px;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
}

.footer-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #cccccc;
}

.footer-form-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
}

.footer-form-row {
  display: flex;
  margin-bottom: 10px;
}

.footer-form-row .footer-form-input {
  width: 49%;
  margin-right: 2%;
}

.footer-form-row .footer-form-input:last-child {
  margin-right: 0;
}

.footer-btn {
  display: inline-block;
  padding: 9px 15px;
  background-color: #ed155d;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-btn:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}

.footer-link {
  display: block;
  width: 100%;
  color: #cccccc;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  transition: color 0.3s ease;
}

.footer-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ed155d;
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: #ed155d;
}

.footer-link:hover::after {
  width: 100%;
}

.footer-link:visited {
  color: #ffffff;
}

.footer-social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.social-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 12px;
  background-color: #333;
  text-align: center;
  line-height: 32px;
  color: white;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #ed155d;
}

.social-icon i {
  font-size: 16px;
  line-height: 32px;
}

.touch-btn {
  display: inline-block;
  padding: 9px 15px;
  background-color: #ed155d;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 20px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.touch-btn:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}

.footer-divider {
  border-top: 1px solid #333;
  margin: 30px 0;
  width: 100%;
}

.location-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.location {
  width: 31%;
  margin-bottom: 20px;
}

.location h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
}

.location p {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #cccccc;
  line-height: 1.4;
}

.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  color: #999;
}

/* Company information text alignment */
.section-13 .paragraph {
  text-align: left;
}

/* FontAwesome icon replacement class */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* New Footer Component Styles */
.footer {
  background-color: #524640;
  color: #fff;
  padding: 60px 0 40px;
}

.footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-section {
  width: 23%;
  margin-bottom: 30px;
  padding-right: 0;
}

.footer-section:first-child {
  width: 31%;
  margin-right: 40px;
}

.footer-section h3.footer-heading {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
}

.footer-section p.footer-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #cccccc;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links .footer-link {
  display: block;
  width: 100%;
  color: #cccccc;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  transition: color 0.3s ease;
}

.footer-links .footer-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ed155d;
  transition: width 0.3s ease;
}

.footer-links .footer-link:hover {
  color: #ed155d;
}

.footer-links .footer-link:hover::after {
  width: 100%;
}

.footer-links .footer-link:visited {
  color: #ffffff;
}

.newsletter-form {
  margin-top: 20px;
}

/* Space below footer Cognito embed (avoids crowding Quick Links when columns stack) */
.footer .newsletter-form.cognito-form-site,
.footer-component-loaded .newsletter-form.cognito-form-site {
  margin-bottom: 36px;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group {
  margin-bottom: 10px;
}

.form-input,
.form-textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 0;
}

.form-input {
  height: 38px;
}

.form-textarea {
  height: 80px;
  resize: vertical;
}

.btn.btn-primary {
  display: inline-block;
  padding: 9px 15px;
  background-color: #ed155d;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn.btn-primary:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}

/* Cognito Forms (seamless.js) — match footer newsletter fields */
.cog-53,
.cog-83,
.cog-84 {
  --background-hsl: 0, 0%, 25%;
  --border-radius: 0px;
  --border-width: 1px;
  --color: rgb(255, 255, 255);
  --input__background-color: #ffffff;
  --input__border-color: #333333;
  --input__color: #333333;
}

.cognito-page-form {
  margin-top: 24px;
  margin-bottom: 48px;
  max-width: 100%;
}

/* Fallback: content-area Cognito wrapper without .cognito-page-form */
.about-info-section .about-info-container > .cognito-form-site:not(.newsletter-form) {
  margin-bottom: 48px;
}

.cognito-form-site .cog-cognito--styled .cog-button--primary,
.footer-component-loaded .newsletter-form .cog-cognito--styled .cog-button--primary,
.about-info-section .cognito-form-site .cog-cognito--styled .cog-button--primary {
  background-color: #ed155d !important;
  background: #ed155d !important;
  border: none !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  width: 100%;
  transition: transform 0.2s ease, filter 0.2s ease !important;
}

.cognito-form-site .cog-cognito--styled .cog-button--primary:hover,
.footer-component-loaded .newsletter-form .cog-cognito--styled .cog-button--primary:hover,
.about-info-section .cognito-form-site .cog-cognito--styled .cog-button--primary:hover {
  background-color: #ed155d !important;
  background: #ed155d !important;
  color: #ffffff !important;
  transform: scale(1.02) !important;
  filter: brightness(1.1) !important;
}

.social-links {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.social-links .social-link {
  display: inline-block;
  margin-right: 0;
}

.social-links .social-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-links .social-icon:hover {
  background-color: #ed155d;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-info {
  width: 31%;
  margin-bottom: 20px;
}

.contact-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
}

.contact-info p {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #cccccc;
  line-height: 1.4;
}

.company-info {
  width: 65%;
  margin-bottom: 20px;
}

.company-info p {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #cccccc;
  line-height: 1.4;
}

.company-info .link {
  position: relative;
  color: #cccccc;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.company-info .link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ed155d;
  transition: width 0.3s ease;
}

.company-info .link:hover {
  color: #ed155d;
}

.company-info .link:hover::after {
  width: 100%;
}

.company-info .link:visited {
  color: #ffffff;
}

/* PT Consultation Icons and Sections */
.pt-info-sections {
  margin-bottom: 40px;
}

.pt-info-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.pt-icon {
  font-size: 40px;
  color: #ffffff;
  filter: brightness(1.5) contrast(1.5);
  flex-shrink: 0;
  margin-top: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.pt-icon-img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  flex-shrink: 0;
  margin-top: 5px;
}

.pt-info-section .paragraph-2 {
  margin: 0;
  flex: 1;
}

/* Responsive adjustments for PT icons */
@media screen and (max-width: 767px) {
  .pt-info-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  
  .pt-icon {
    font-size: 36px;
    margin-top: 0;
  }
}



/* Responsive adjustments */
@media screen and (max-width: 991px) {
  .footer-column, 
  .footer-column.newsletter,
  .footer-section,
  .footer-section:first-child {
    width: 48%;
  }
  
  .location,
  .contact-info,
  .company-info {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .footer-column, 
  .footer-column.newsletter,
  .footer-section,
  .footer-section:first-child,
  .location,
  .contact-info,
  .company-info {
    width: 100%;
  }
  
  .footer-form-row {
    display: block;
  }
  
  .footer-form-row .footer-form-input {
    width: 100%;
    margin-right: 0;
  }
}

/* Terms and Conditions Page Styles */
.terms-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
}

.company-header {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 2px solid #f1d600;
  padding-bottom: 20px;
}

.company-header h2 {
  color: #f1d600;
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.company-info {
  color: #cccccc;
  line-height: 1.6;
}

.company-info p {
  margin: 5px 0;
}

.terms-section {
  margin-bottom: 30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.terms-section h3 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.terms-section p {
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 15px;
}

.terms-section strong {
  color: #ffffff;
  font-weight: 600;
}

.contact-info {
  background-color: rgba(241, 213, 0, 0);
  border-radius: 8px;
}

.contact-info p {
  margin: 5px 0;
  color: #cccccc;
}

.contact-info strong {
  color: #f1d600;
}

/* Responsive adjustments for Terms page */
@media screen and (max-width: 767px) {
  .terms-content {
    padding: 0 15px;
  }
  
  .company-header h2 {
    font-size: 1.6rem;
  }
  
  .terms-section {
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .terms-section h3 {
    font-size: 1.2rem;
  }
}

/* ========================================
   SITE-WIDE LINK HOVER / FOCUS — #ed155d
   (aligned with footer text links)
   ======================================== */

a:hover,
a:focus-visible {
  color: #ed155d !important;
}

.terms-content a:hover,
.terms-content a:focus-visible,
.terms-section a:hover,
.terms-section a:focus-visible {
  color: #ed155d !important;
}

.homelink:hover,
.homelink:hover .whitelink,
.whitelink:hover {
  color: #ed155d !important;
}

/* Filled CTA buttons: keep white text on hover */
a.btn.btn-primary:hover,
a.btn.btn-primary:focus-visible,
a.footer-btn:hover,
a.footer-btn:focus-visible,
a.touch-btn:hover,
a.touch-btn:focus-visible {
  color: #ffffff !important;
}

/* Primary hero CTA: pink fill on hover — keep black label */
a.hero-btn:hover,
a.hero-btn:focus-visible {
  color: #000000 !important;
}

/* Secondary hero / brown buttons */
a.hero-button.secondary:hover,
a.hero-button.secondary:focus-visible,
a.btn-secondary:hover,
a.btn-secondary:focus-visible,
a.secondary:hover,
a.secondary:focus-visible {
  color: #ffffff !important;
}
