/* oag-final.css — complete, self-contained, definitive homepage stylesheet. */

.hc-inner { max-width: 1440px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 80px); }
.hc-inner-narrow { max-width: 760px; }

.hc-hero, .hc-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hc-hero { background: #fff; padding: 48px 0 40px; text-align: center; overflow: hidden; position: relative; z-index: 1; }
/* hero photo strip removed */

.hc-crest { margin-bottom: 22px; }
.hc-crest img { height: 48px; margin: 0 auto 10px; display: block; }
.hc-office-name { font-family: 'IBM Plex Sans', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); }
.hc-tagline { font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; margin-top: 2px; }

.hc-hero h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: var(--text);
  max-width: 860px;
  margin: 0 auto 16px;
}
.hc-hero-desc { font-size: 15px; color: var(--text2); line-height: 1.7; max-width: 560px; margin: 0 auto 28px; }

.hc-hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.hc-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 26px; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; border: 1px solid transparent; }
.hc-btn:hover { text-decoration: none; }
.hc-btn-primary { background: var(--teal); color: #fff; border-color: var(--teal); }
.hc-btn-primary:hover { background: var(--teal-d); border-color: var(--teal-d); color: #fff; }
.hc-btn-outline { background: #fff; color: var(--text); border-color: var(--border); }
.hc-btn-outline:hover { border-color: var(--teal); color: var(--teal); }

.hc-hero-trust { font-size: 12px; color: var(--hint); }
.hc-sep { margin: 0 8px; }

.hc-section { padding: 56px 0; }
.hc-section-title { font-family: 'IBM Plex Sans', sans-serif; font-weight: 700; font-size: 22px; color: var(--text); text-align: center; margin: 0 0 32px; }

.hc-tint-0 { background: #fff; }
.hc-tint-1 { background: var(--teal-bg); }
.hc-tint-2 { background: var(--gold-bg); }
.hc-tint-dark { background: var(--dark); }

#welcome h2 { font-family: 'IBM Plex Sans', sans-serif; font-weight: 700; font-size: 20px; color: var(--text); margin-bottom: .5em; text-align: left; }
#welcome p { font-size: 15px; color: var(--text2); text-align: left; line-height: 1.7; margin: 0; }
.hc-welcome-cta { font-size: 15px; font-weight: 600; color: var(--teal); margin-top: 1.1em; padding-top: 1.1em; border-top: 1px solid rgba(0,0,0,.08); }

.hc-report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.hc-report-card { background: #fff; padding: 28px 24px; text-align: left; }
.hc-report-icon { width: 36px; height: 36px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; border-radius: 6px; background: var(--teal-bg); color: var(--teal); }
.hc-report-card h3 { font-size: 15px; margin-bottom: 6px; color: var(--text); }
.hc-report-card p { font-size: 13px; color: var(--text2); margin-bottom: 14px; line-height: 1.6; }
.hc-link { font-size: 13px; font-weight: 600; color: var(--teal); text-decoration: none; }
.hc-link:hover { text-decoration: underline; }
@media (min-width: 1100px) { .hc-report-grid { grid-template-columns: repeat(2, 1fr); } }

.hc-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hc-stat-cell { text-align: center; border-left: 1px solid rgba(255,255,255,.15); padding: 4px 12px; }
.hc-stat-cell:first-child { border-left: none; }
.hc-stat-num { font-family: 'IBM Plex Sans', sans-serif; font-weight: 700; font-size: 28px; color: #fff; line-height: 1.2; }
.hc-stat-lbl { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 4px; }
@media (max-width: 700px) {
  .hc-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-stat-cell:nth-child(3) { border-left: none; }
}

.hc-guarantee-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; width: 100%; }
.hc-guarantee {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 26px 22px;
  text-align: left;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.hc-guarantee:hover { border-color: var(--teal); box-shadow: 0 6px 20px rgba(11,107,58,.08); transform: translateY(-2px); }
.hc-guarantee-badge {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--teal-bg);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.hc-guarantee-badge svg { color: var(--teal); display: block; }
.hc-guarantee h3 { font-size: 14.5px; font-weight: 700; margin-bottom: 5px; color: var(--text); }
.hc-guarantee p { font-size: 13px; color: var(--text2); margin: 0; line-height: 1.65; }

.hc-how-row { display: flex; align-items: stretch; width: 100%; position: relative; }
.hc-how-row::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--border);
  z-index: 0;
}
.hc-how-col { flex: 1; text-align: center; padding: 0; position: relative; z-index: 1; }
.hc-how-col-inner {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 26px 18px 22px;
  margin: 0 8px;
  height: 100%;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.hc-how-col-inner:hover { border-color: var(--teal); box-shadow: 0 6px 20px rgba(11,107,58,.08); transform: translateY(-2px); }
.hc-how-num {
  width: 36px; height: 36px; margin: 0 auto 14px;
  background: var(--teal);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
  box-shadow: 0 4px 12px rgba(11,107,58,.25);
}
.hc-how-col h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.hc-how-col p { font-size: 12.5px; color: var(--text2); line-height: 1.6; margin: 0; }

@media (max-width: 900px) {
  .hc-how-row { flex-direction: column; gap: 16px; }
  .hc-how-row::before { display: none; }
  .hc-how-col-inner { margin: 0; display: flex; gap: 16px; align-items: flex-start; text-align: left; padding: 20px; }
  .hc-how-col .hc-how-num { margin: 0; flex-shrink: 0; }
}

@media (max-width: 760px) {
  .hc-hero-photo img { height: 200px; }
  .hc-hero h1 { font-size: 24px; }
  .hc-section { padding: 40px 0; }
  .hc-report-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hc-guarantee-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hc-guarantee { padding: 20px 16px; }
}


/* ================================================================
   Welcome section: match the card treatment used everywhere else
   ================================================================ */
#welcome { padding: 64px 0; }
#welcome .hc-inner-narrow {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 40px 44px;
  max-width: 820px;
}
#welcome h2 { font-size: 20px; margin-bottom: .6em; }
#welcome p { font-size: 15px; line-height: 1.75; }
.hc-welcome-cta {
  font-size: 15px;
  font-weight: 600;
  color: var(--teal);
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid var(--border);
}

@media (max-width: 760px) {
  #welcome .hc-inner-narrow { padding: 28px 24px; }
}

/* ================================================================
   Welcome card (now includes the crest, reordered section)
   ================================================================ */
#welcome { padding: 64px 0; }
.hc-welcome-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 44px 44px 40px;
  max-width: 820px;
  text-align: left;
}
.hc-welcome-card .hc-crest { text-align: center; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.hc-welcome-card h2 { font-family: 'IBM Plex Sans', sans-serif; font-weight: 700; font-size: 20px; color: var(--text); margin-bottom: .6em; }
.hc-welcome-card p { font-size: 15px; color: var(--text2); line-height: 1.75; margin: 0; }
.hc-welcome-cta {
  font-size: 15px;
  font-weight: 600;
  color: var(--teal);
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid var(--border);
}

@media (max-width: 760px) {
  .hc-welcome-card { padding: 28px 24px; }
}

/* ================================================================
   Float report-type cards on top of the hero
   ================================================================ */
#report-types {
  position: relative;
  z-index: 2;
}
.hc-report-grid {
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.hc-report-card { background: #fff; }

@media (max-width: 900px) {
  .hc-hero { padding-bottom: 32px; }
}
@media (max-width: 560px) {
  .hc-hero { padding-bottom: 24px; }
}


/* ================================================================
   Wave-header report cards (Whistleblow / Give Feedback)
   ================================================================ */
.hc-report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  width: 100%;
  background: none;
  border: none;
}
.hc-wave-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.hc-wave-header {
  position: relative;
  height: 96px;
}
.hc-wave-card-green .hc-wave-header { background: var(--teal); }
.hc-wave-card-gold .hc-wave-header { background: var(--gold); }
.hc-wave-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10%;
  width: 120%;
  height: 40px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.hc-wave-icon {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hc-wave-card-green .hc-wave-icon { color: var(--teal); }
.hc-wave-card-gold .hc-wave-icon { color: var(--gold); }
.hc-wave-body {
  padding: 44px 28px 30px;
  text-align: center;
}
.hc-wave-body h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 10px;
}
.hc-wave-card-green .hc-wave-body h3 { color: var(--teal-d); }
.hc-wave-card-gold .hc-wave-body h3 { color: #8a6a24; }
.hc-wave-body p {
  font-size: 13.5px;
  color: var(--text2);
  line-height: 1.65;
  margin-bottom: 22px;
}
.hc-wave-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
  text-decoration: none;
}
.hc-wave-btn:hover { text-decoration: none; opacity: .92; }
.hc-wave-card-green .hc-wave-btn { background: var(--teal-d); }
.hc-wave-card-gold .hc-wave-btn { background: var(--gold); color: #3a2c0f; }

@media (min-width: 1100px) { .hc-report-grid { grid-template-columns: repeat(2, 1fr); } }

/* ================================================================
   Report-types section: photo background behind the wave cards
   ================================================================ */
.hc-section-photo-bg {
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 56px;
  position: relative;
}
.hc-section-photo-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,20,15,.10) 0%, rgba(11,20,15,.25) 100%);
}
.hc-section-photo-bg .hc-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .hc-section-photo-bg { padding-top: 48px; padding-bottom: 48px; }
}

/* ================================================================
   Glass wave cards: transparent so the section photo shows through
   ================================================================ */
.hc-wave-card {
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.hc-wave-card-green .hc-wave-header,
.hc-wave-card-gold .hc-wave-header {
  background: transparent;
}
.hc-wave-card-green .hc-wave-header::before,
.hc-wave-card-gold .hc-wave-header::before {
  content: '';
  position: absolute;
  inset: 0;
}
.hc-wave-card-green .hc-wave-header { background: rgba(11,107,58,.45); }
.hc-wave-card-gold .hc-wave-header { background: rgba(200,154,61,.45); }
.hc-wave-header::after { background: rgba(255,255,255,.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.hc-wave-icon {
  background: rgba(255,255,255,.9);
}
.hc-wave-card-green .hc-wave-icon { color: var(--teal-d); }
.hc-wave-card-gold .hc-wave-icon { color: #8a6a24; }

.hc-wave-body h3 { color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.35); }
.hc-wave-body p { color: rgba(255,255,255,.88); text-shadow: 0 1px 4px rgba(0,0,0,.3); }

.hc-wave-card-green .hc-wave-btn { background: rgba(8,53,29,.75); backdrop-filter: blur(8px); }
.hc-wave-card-gold .hc-wave-btn { background: rgba(200,154,61,.85); color: #2a220e; backdrop-filter: blur(8px); }


/* ================================================================
   Ticker spacing fix: remove white gap above/below the ticker bar
   ================================================================ */
.hc-hero { padding-top: 0; }
.hc-hero .hc-inner { padding-top: 36px; }
.hc-ticker { margin: 0; }
.hc-ticker .hc-inner { padding-top: 0; padding-bottom: 0; }

/* ================================================================
   Final spacing fix: collapse remaining gap between ticker and photo
   ================================================================ */
.hc-hero { padding-bottom: 0; }
.hc-hero .hc-inner { padding-bottom: 24px; }
.hc-section-photo-bg { padding-top: 0; }

/* ================================================================
   Kill white space: zero out ALL hero padding so no blank gap can
   form between the ticker and the photo section below, regardless
   of whether hero heading/description content is present.
   ================================================================ */
.hc-hero { padding: 0; }
.hc-hero .hc-inner { padding-top: 0; padding-bottom: 0; }
.hc-hero h1:empty,
.hc-hero-desc:empty { display: none; }
.hc-section-photo-bg { padding-top: 0; margin-top: 0; }

/* ================================================================
   Hero: dark background so any residual gap blends with the ticker
   instead of showing white, plus white text in case hero heading
   content is ever filled in later.
   ================================================================ */
.hc-hero { background: var(--dark); }
.hc-hero h1 { color: #fff; }
.hc-hero-desc { color: rgba(255,255,255,.75); }
.hc-btn-outline { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.25); }
.hc-btn-outline:hover { background: rgba(255,255,255,.16); border-color: #fff; color: #fff; }

/* Slightly lighten the glass cards too so more of the photo comes through */
.hc-wave-card { background: rgba(255,255,255,.06); }
.hc-wave-card-green .hc-wave-header { background: rgba(11,107,58,.32); }
.hc-wave-card-gold .hc-wave-header { background: rgba(200,154,61,.32); }

/* ================================================================
   Center the report-type cards within the photo section
   ================================================================ */
.hc-section-photo-bg {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (max-width: 760px) {
  .hc-section-photo-bg {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

/* ================================================================
   Smaller cards, pushed to left/right edges to reveal the photo
   ================================================================ */
.hc-report-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.hc-wave-card {
  flex: 0 0 auto;
  width: 320px;
  max-width: 38%;
}
.hc-wave-header { height: 76px; }
.hc-wave-icon { width: 64px; height: 64px; top: 24px; }
.hc-wave-icon svg { width: 26px; height: 26px; }
.hc-wave-body { padding: 36px 20px 24px; }
.hc-wave-body h3 { font-size: 15px; }
.hc-wave-body p { font-size: 12.5px; margin-bottom: 16px; }
.hc-wave-btn { padding: 10px 20px; font-size: 12px; }

@media (max-width: 900px) {
  .hc-report-grid {
    flex-direction: column;
    align-items: center;
  }
  .hc-wave-card {
    width: 100%;
    max-width: 340px;
  }
}

/* ================================================================
   Hero scrolling marquee (replaces fade-swap ticker)
   ================================================================ */
.hc-ticker {
  background: var(--dark);
  padding: 10px 0;
  overflow: hidden;
}
.hc-marquee-track {
  display: flex;
  width: max-content;
  animation: hc-marquee-scroll 40s linear infinite;
}
.hc-marquee-content {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  padding-right: 0;
}
@keyframes hc-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hc-ticker:hover .hc-marquee-track {
  animation-play-state: paused;
}

@media (max-width: 760px) {
  .hc-marquee-content { font-size: 12px; }
  .hc-marquee-track { animation-duration: 28s; }
}
