/*
Theme Name:   GuideOrthopedics — English US
Theme URI:    https://guideorthopedics.com
Description:  Child theme for guideorthopedics.com — US English market, Amazon.com. Clean, professional aesthetic targeting English-speaking US audience. All UI elements in English.
Author:       GuiaOrtopedica
Version:      1.0.0
Template:     guiaortopedica-theme
Text Domain:  guide-orthopedics
Tags:         affiliate, amazon, orthopedics, usa, english, child-theme
*/

/* ═══════════════════════════════════════════════
   COLOR OVERRIDES — English US
   Darker, more corporate — US health market feel
═══════════════════════════════════════════════ */
:root {
  --go-navy:        #0a2035;
  --go-teal:        #136f5a;
  --go-teal2:       #1a9272;
  --go-teal-light:  #e4f2ed;
  --go-amber:       #c96a00;
  --go-amber2:      #e07d10;
  --go-amber-light: #fef2e0;

  /* US medical green */
  --go-medical:     #2d8653;
}

/* CTA buttons — US market uses full rounded */
.go-btn-amazon {
  border-radius: 6px !important;
  letter-spacing: 0.02em;
}

/* Trust bar — more corporate green for US health market */
.go-trust-bar {
  background: var(--go-teal);
}

/* US-specific badge */
.go-badge-us {
  background: #1a4fa0;
  color: #fff;
}

/* Prime badge */
.go-badge-prime {
  background: #00a8e0;
  color: #fff;
}

/* Medical/FDA badge */
.go-badge-fda {
  background: var(--go-medical);
  color: #fff;
}
