:root {
  --brand: #3b6280;
  --brand-dark: #244963;
  --brand-soft: #e3eff5;
  --brand-mist: #f0f6fb;
  --ink: #111c2c;
  --muted: #596774;
  --paper: #ffffff;
  --warm: #f5a65b;
  --mint: #67b7a5;
  --shadow: 0 18px 45px rgba(59, 98, 128, 0.14);
  --radius: 1rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f9fbff;
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

h1,
h2,
h3,
.navbar-brand strong {
  font-family: "Montserrat", system-ui, sans-serif;
}

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

img {
  max-width: 100%;
}

.site-header {
  background: rgba(249, 251, 255, 0.9);
  border-bottom: 1px solid rgba(59, 98, 128, 0.1);
  backdrop-filter: blur(16px);
}

.navbar {
  --bs-navbar-padding-y: 0.85rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--brand-dark);
}

.brand-mark:hover {
  color: var(--brand-dark);
}

.brand-icon,
.brand-logo {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b8b88, var(--brand));
  color: #fff;
  box-shadow: 0 10px 26px rgba(11, 139, 136, 0.2);
}

.brand-logo {
  background: #e8f7fb;
  border: 1px solid rgba(59, 98, 128, 0.16);
  overflow: hidden;
}

.brand-logo img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-mark strong,
.brand-mark small {
  display: block;
  line-height: 1.1;
}

.brand-mark small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  margin-top: 0.2rem;
}

.nav-link {
  color: var(--muted);
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand);
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-brand,
.btn-primary-soft {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.btn-brand:hover,
.btn-primary-soft:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-brand {
  border: 1px solid rgba(59, 98, 128, 0.35);
  color: var(--brand);
  background: rgba(255, 255, 255, 0.72);
}

.btn-outline-brand:hover {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.section-pad {
  padding: 6.5rem 0;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 8rem;
  background:
    radial-gradient(circle at 10% 20%, rgba(103, 183, 165, 0.22), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(245, 166, 91, 0.18), transparent 24%),
    linear-gradient(135deg, #f9fbff 0%, #e3eff5 100%);
  overflow: hidden;
}

.hero-section::before {
  content: "A B C";
  position: absolute;
  right: 7vw;
  bottom: 5vh;
  color: rgba(59, 98, 128, 0.08);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4rem, 12vw, 12rem);
  font-weight: 800;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 999px;
  background: rgba(59, 98, 128, 0.1);
  color: var(--brand);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  text-transform: uppercase;
}

.eyebrow.light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hero-section h1 {
  color: var(--ink);
  font-size: clamp(2.35rem, 4.7vw, 4.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 1.25rem;
  max-width: 12ch;
}

.hero-lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  margin-bottom: 1.8rem;
  max-width: 42rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
  max-width: 35rem;
}

.trust-row div {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(59, 98, 128, 0.08);
}

.trust-row strong {
  display: block;
  color: var(--brand);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}

.trust-row span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  line-height: 1.35;
}

.hero-photo-card {
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-photo-card img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.floating-note {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: min(85%, 22rem);
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.floating-note span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff0df;
  color: var(--warm);
}

.floating-note strong,
.floating-note small {
  display: block;
}

.floating-note small {
  color: var(--muted);
  line-height: 1.35;
}

.bg-cloud {
  background:
    linear-gradient(180deg, #fff 0%, var(--brand-mist) 100%);
}

.bg-paper {
  background: #fff;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 3rem;
}

.section-heading h2,
.section-title,
.contact-panel h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.section-heading p,
.contact-panel p {
  color: var(--muted);
  margin-bottom: 0;
}

.goal-card,
.program-card,
.quote-card,
.reason-item {
  height: 100%;
  border: 1px solid rgba(59, 98, 128, 0.12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(59, 98, 128, 0.08);
}

.goal-card {
  position: relative;
  padding: 1.55rem;
  overflow: hidden;
}

.goal-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(227, 239, 245, 0.95);
}

.goal-card.accent::after {
  background: rgba(245, 166, 91, 0.18);
}

.goal-card i,
.program-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}

.goal-number {
  position: absolute;
  right: 1.2rem;
  top: 1rem;
  z-index: 1;
  color: rgba(59, 98, 128, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
}

.goal-card h3,
.program-card h3 {
  color: var(--brand-dark);
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.goal-card p,
.program-card p,
.reason-item span {
  color: var(--muted);
  margin-bottom: 0;
}

.link-more {
  color: var(--brand);
  font-weight: 800;
}

.program-card {
  padding: 1.45rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.program-card:hover,
.goal-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.program-card .badge {
  color: var(--brand-dark) !important;
  background: var(--brand-soft) !important;
  border-radius: 999px;
  margin-top: 1.2rem;
  padding: 0.55rem 0.8rem;
}

.soft-shadow {
  box-shadow: var(--shadow);
}

.credibility-photo {
  position: relative;
  border-radius: 1.4rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.credibility-photo img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.credibility-badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-dark);
  font-weight: 800;
  line-height: 1.35;
  padding: 0.9rem 1rem;
  backdrop-filter: blur(12px);
}

.credibility-badge i {
  color: var(--mint);
  font-size: 1.35rem;
}

.reason-item {
  display: grid;
  gap: 0.45rem;
  padding: 1.15rem;
}

.reason-item i {
  color: var(--mint);
  font-size: 1.6rem;
}

.reason-item strong {
  color: var(--brand-dark);
}

.testimonial-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(227, 239, 245, 0.9), transparent 24%),
    #f7f9fc;
}

.gallery-section {
  background:
    radial-gradient(circle at 84% 10%, rgba(245, 166, 91, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f0f6fb 100%);
}

.gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(59, 98, 128, 0.1);
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item span {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-dark);
  font-weight: 800;
  padding: 0.55rem 0.85rem;
  text-align: center;
  backdrop-filter: blur(10px);
}

.quote-card {
  padding: 1.6rem;
  position: relative;
}

.quote-card::before {
  content: "\F6B0";
  color: rgba(59, 98, 128, 0.16);
  font-family: "bootstrap-icons";
  font-size: 3rem;
  position: absolute;
  right: 1.2rem;
  top: 0.8rem;
}

.quote-card p {
  color: var(--ink);
  font-size: 1.05rem;
  font-style: italic;
  margin-bottom: 1.25rem;
  padding-right: 2rem;
}

.quote-card footer {
  color: var(--brand);
  font-weight: 800;
}

.contact-section {
  background: linear-gradient(180deg, #f7f9fc 0%, #edf5fb 100%);
}

.contact-panel {
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 92% 12%, rgba(245, 166, 91, 0.22), transparent 24%),
    linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
  padding: clamp(1.25rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-panel h2 {
  color: #fff;
}

.contact-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.contact-list a,
.contact-list span {
  color: #fff;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 700;
}

.lead-form {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.12);
  padding: clamp(1.15rem, 3vw, 1.6rem);
}

.lead-form .form-label {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.lead-form .form-control,
.lead-form .form-select {
  min-height: 3.1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.92);
}

.lead-form .form-control:focus,
.lead-form .form-select:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.16);
}

.lead-submit-col {
  padding-top: 0.7rem;
}

.lead-submit-col .btn {
  min-height: 3.65rem;
}

.form-status {
  min-height: 1.6rem;
  color: #fff;
  font-weight: 700;
  margin-top: 0.75rem;
  text-align: center;
}

.site-footer {
  background: #e8f0fb;
  padding: 4rem 0 1.5rem;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
}

.site-footer h3 {
  color: var(--brand-dark);
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.site-footer a:not(.brand-mark) {
  display: block;
  margin-bottom: 0.45rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(59, 98, 128, 0.16);
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .site-header {
    background: rgba(249, 251, 255, 0.96);
  }

  .navbar-collapse {
    padding: 1rem 0 0.35rem;
  }

  .section-pad {
    padding: 4.5rem 0;
  }

  .hero-section {
    min-height: auto;
    padding-top: 7.5rem;
  }
}

@media (max-width: 575.98px) {
  .brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .brand-mark strong {
    font-size: 0.95rem;
  }

  .hero-section h1 {
    max-width: 10ch;
  }

  .hero-actions .btn,
  .trust-row {
    width: 100%;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .floating-note {
    position: static;
    border-radius: 0;
    max-width: 100%;
  }

  .hero-photo-card {
    border-width: 6px;
    border-radius: 1.4rem;
  }
}
