:root {
  --happy-gold: #c2a45c;
  --happy-gold-dark: #a88b42;
  --happy-blue: #052c52;
  --happy-text: #172333;
  --happy-muted: #627086;
  --happy-light: #f7f5f1;
  --happy-border: #eee7d8;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
  color: var(--happy-text);
  background: #fff;
  line-height: 1.7;
}

a {
  color: var(--happy-blue);
  text-decoration: none;
}

a:hover {
  color: var(--happy-gold-dark);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  min-height: 86px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.navbar-brand img {
  width: 150px;
  height: auto;
}

.navbar .nav-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #001f3f;
  text-transform: uppercase;
  padding-left: 1.05rem !important;
  padding-right: 1.05rem !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--happy-gold-dark);
}

.hero-internal {
  background: linear-gradient(rgba(166, 140, 67, 0.91), rgba(190, 162, 89, 0.91)),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(135deg, #b79748, #c5ad70 42%, #ad914c);
  color: #fff;
  padding: 78px 0 72px;
  position: relative;
  overflow: hidden;
}

.hero-internal::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .38;
}

.hero-internal .container {
  position: relative;
  z-index: 1;
}

.hero-internal h1 {
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.breadcrumb-happy {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .86rem;
  font-weight: 500;
}

.breadcrumb-happy li,
.breadcrumb-happy a {
  color: rgba(255, 255, 255, .93);
}

.section-padding {
  padding: 86px 0;
}

.section-padding-sm {
  padding: 58px 0;
}

.eyebrow {
  width: 52px;
  height: 4px;
  background: var(--happy-gold);
  margin-bottom: 18px;
  display: inline-block;
}

.section-title {
  color: var(--happy-blue);
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 900;
  margin-bottom: 18px;
}

.section-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--happy-muted);
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.intro-card {
  background: var(--happy-light);
  border: 1px solid var(--happy-border);
  border-radius: 28px;
  padding: clamp(30px, 4vw, 56px);
  box-shadow: 0 22px 50px rgba(0, 31, 63, 0.06);
}

.feature-image {
  border-radius: 24px;
  width: 100%;
  height: auto;
  box-shadow: 0 20px 42px rgba(0, 31, 63, 0.12);
}

.content-block h2,
.content-block h3 {
  color: #050505;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.24;
  margin-bottom: 18px;
}

.content-block h2 {
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}

.content-block h3 {
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
}

.content-block p {
  color: #4f5b6b;
  margin-bottom: 1rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.feature-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 13px;
  color: #2e3a48;
  font-weight: 500;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(194, 164, 92, 0.16);
  color: #047780;
  font-weight: 900;
  font-size: .8rem;
}

.highlight-row {
  background: #fbfaf7;
}

.stat-card {
  height: 100%;
  border: 1px solid var(--happy-border);
  border-radius: 24px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 31, 63, 0.06);
}

.stat-card strong {
  display: block;
  color: var(--happy-blue);
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 10px;
}

.stat-card span {
  color: var(--happy-muted);
  font-weight: 600;
}

.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--happy-border);
  color: var(--happy-blue);
  font-weight: 800;
  padding: 10px 17px;
  box-shadow: 0 8px 22px rgba(0, 31, 63, 0.05);
}

.pill.gold {
  background: var(--happy-gold);
  border-color: var(--happy-gold);
  color: #fff;
}

.info-card {
  height: 100%;
  border-radius: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--happy-border);
  box-shadow: 0 14px 36px rgba(0, 31, 63, 0.06);
}

.info-card .number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--happy-blue);
  font-weight: 900;
  margin-bottom: 18px;
}

.info-card h3 {
  color: var(--happy-blue);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.info-card p {
  color: var(--happy-muted);
  margin-bottom: 0;
}

.cta-section {
  background: linear-gradient(135deg, var(--happy-blue), #001d38);
  color: #fff;
  border-radius: 34px;
  padding: clamp(36px, 5vw, 62px);
  position: relative;
  overflow: hidden;
}

.cta-section::after {
  content: '∞';
  position: absolute;
  right: 34px;
  top: -36px;
  font-size: 220px;
  line-height: 1;
  color: rgba(194, 164, 92, .12);
  font-weight: 900;
}

.cta-section h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
}

.cta-section p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.08rem;
  position: relative;
  z-index: 1;
}

.btn-happy {
  background: var(--happy-gold);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 900;
  box-shadow: 0 15px 28px rgba(194, 164, 92, .28);
  position: relative;
  z-index: 1;
}

.btn-happy:hover {
  background: var(--happy-gold-dark);
  color: #fff;
}

.footer-simple {
  padding: 35px 0;
  background: #0d1825;
  color: rgba(255, 255, 255, .7);
  font-size: .94rem;
}

.footer-simple img {
  width: 118px;
  filter: brightness(0) invert(1);
  opacity: .9;
}

@media (max-width: 991px) {
  .site-header {
    min-height: auto;
  }

  .navbar-collapse {
    padding: 18px 0;
  }

  .navbar .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-padding {
    padding: 64px 0;
  }

  .hero-internal {
    padding: 56px 0;
  }
}

@media (max-width: 575px) {
  .navbar-brand img {
    width: 124px;
  }

  .intro-card,
  .cta-section,
  .stat-card,
  .info-card {
    border-radius: 18px;
  }

  .feature-image {
    border-radius: 18px;
  }

  .pill {
    width: 100%;
    justify-content: center;
  }
}
