/* 
 * Gynecomastia Landing Page - Custom CSS
 * Theme: Clinical Steel + Amber Copper (Masculine Precision)
 * Primary: Steel Teal #0C3547  |  Accent: Amber Copper #FF4D6D
 * Bg Light:  Warm Cream #FAF8F5  |  Bg Alt: #F4F1EC / #F0EDE8
 */

/* x-collapse transition for Alpine.js FAQ */
[x-cloak] { display: none !important; }

/* Smooth image transitions in tabs */
[x-show] { transition: opacity 0.3s ease; }

/* Ensure full-height hero on all browsers */
section#home { min-height: 100svh; }

/* Global warm-cream body bg removes blue tint */
body { background-color: #FAF8F5 !important; }

/* Testimonial track responsive fix */
@media (max-width: 767px) {
  #testimTrack > div { width: 100% !important; min-width: 100% !important; }
}

/* Active nav link underline */
nav a.active { color: #FF4D6D; }

/* Form select arrow */
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23C8762A' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
}

/* Scroll behavior */
html { scroll-behavior: smooth; scroll-padding-top: 88px; }

/* Hero image fit */
section#home .absolute.inset-0 {
  background-attachment: fixed;
}
@media (max-width: 768px) {
  section#home .absolute.inset-0 { background-attachment: scroll; }
}

/* Color utility overrides */
.text-pink   { color: #d92b5d !important; }
.bg-pink     { background-color: #d92b5d !important; }
.bg-pink-dark{ background-color: #C9184A !important; }
.border-pink { border-color: #d92b5d !important; }

/* BRAND BLUE (LOGO CYAN) */
.text-navy   { color: #1AABE0 !important; }
.bg-navy     { background-color: #107595 !important; }
.border-navy { border-color: #107595 !important; }

/* Procedure step 3 glow */
.step-active {
  box-shadow: 0 0 0 6px rgba(255,77,109,0.2), 0 20px 40px rgba(16,117,149,0.3);
}

/* Print / media */
@media print { .fixed { display: none !important; } }