/* ========================================
   TRINOVA - Financial Planning Services
   Custom Stylesheet
   ======================================== */

/* ---- CSS Variables ---- */
:root {
  --teal: #00AEEF;
  --teal-hover: #0095CC;
  --teal-light: #33C1F4;
  --teal-gradient: linear-gradient(135deg, #0a1628 0%, #005f8e 100%);
  --teal-gradient-alt: linear-gradient(45deg, #cce9f7 0%, #00AEEF 100%);
  --dark: #0d1b2a;
  --gray-bg: #f0f1f3;
  --font: 'Inter', sans-serif;
  --shadow: 0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.14);
  --radius: 16px;
  --py-section: 90px;
}

/* ---- Global ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: #2d2d2d; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; transition: all 0.3s ease; }
h1,h2,h3,h4,h5,h6 { font-weight: 700; }

.py-section { padding-top: var(--py-section); padding-bottom: var(--py-section); }
.rounded-xl { border-radius: var(--radius) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }

/* ---- Buttons ---- */
.btn-teal {
  background: var(--teal);
  color: #fff;
  border: 2px solid var(--teal);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: all 0.3s;
}
.btn-teal:hover, .btn-teal:focus {
  background: var(--teal-hover);
  border-color: var(--teal-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,174,239,0.35);
}
.btn-outline-light { border-radius: 50px; padding: 12px 28px; font-weight: 600; font-size: 0.92rem; }
.btn-login {
  background: transparent;
  color: var(--teal);
  border: 2px solid var(--teal);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
}
.btn-login:hover, .btn-login:focus {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,174,239,0.25);
}

/* ---- Section Badges & Titles ---- */
.section-badge {
  display: inline-block;
  background: rgba(0,174,239,0.12);
  color: var(--teal);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.badge-white {
  background: rgba(255,255,255,0.18);
  color: #fff;
}
.section-title { font-size: 2.1rem; font-weight: 800; line-height: 1.25; color: #0d1b2a; }
.section-subtitle { font-size: 1.1rem; font-weight: 500; color: #444; }
.text-teal { color: var(--teal) !important; }
.text-light-teal { color: #a8dcf7 !important; }
.text-white-60 { color: rgba(255,255,255,0.75); }

/* ---- Top Bar ---- */
.top-bar {

  background: var(--dark);
  color: rgba(255,255,255,0.75);
  font-size: 0.83rem;
}
.top-bar a { color: rgba(255,255,255,0.75); }
.top-bar a:hover { color: var(--teal-light); }
.topbar-social { width: 26px; height: 26px; background: rgba(255,255,255,0.1);
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.topbar-social:hover { background: var(--teal); color: #fff; }

/* ---- Navbar ---- */
#mainNav {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  padding: 10px 0;
  transition: all 0.3s;
  z-index: 1050;
}
#mainNav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.13); }
.brand-name { font-size: 1.55rem; font-weight: 800; color: var(--teal); letter-spacing: -0.5px; }
.brand-tagline { font-size: 0.68rem; color: #888; font-weight: 400; letter-spacing: 0.3px; line-height: 1; margin-top: 1px; }
.navbar-logo { height: 80px; width: auto; display: block; object-fit: contain; }
.navbar-nav .nav-link { font-size: 0.88rem; font-weight: 600; color: #2d2d2d; padding: 8px 14px; border-radius: 6px; }
.navbar-nav .nav-link:hover { color: #2d2d2d; }
.navbar-nav .nav-link.active { color: var(--teal); }
.dropdown-menu { border: none; box-shadow: var(--shadow); border-radius: 10px; padding: 8px; min-width: 200px; }
.dropdown-item { font-size: 0.87rem; font-weight: 500; border-radius: 6px; padding: 8px 14px; color: #333; }
.dropdown-item:hover { background: rgba(0,174,239,0.09); color: var(--teal); }
.navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: none; }

/* ---- Hero Slider ---- */
.hero-section { position: relative; }
#mainCarousel .carousel-item {
  transition: transform 0.85s cubic-bezier(0.45, 0, 0.55, 1);
}
.hero-slide {
  background-size: cover;
  background-position: center;
  height: 92vh;
  min-height: 520px;
  max-height: 800px;
  position: relative;
}
/* Let the container fill the slide height so hero-content can center vertically */
.hero-slide > .container {
  height: 100%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,18,34,0.72) 0%, rgba(5,18,34,0.30) 100%);
}
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; }
.hero-text { max-width: 600px; }
.hero-badge {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.hero-text h1 {
  font-size: 3.8rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero-text p { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 32px; font-weight: 400; }
.hero-indicators { bottom: 28px; }
.hero-indicators [data-bs-target] {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.5); border: 2px solid rgba(255,255,255,0.7);
  transition: all 0.3s;
}
.hero-indicators .active { background: var(--teal); border-color: var(--teal); width: 28px; border-radius: 5px; }
.carousel-control-prev, .carousel-control-next {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  top: 50%; transform: translateY(-50%);
  opacity: 1;
}
.carousel-control-prev { left: 20px; }
.carousel-control-next { right: 20px; }
.carousel-control-prev:hover, .carousel-control-next:hover { background: var(--teal); }

/* ---- About Section ---- */
.about-section { background: #fff; }
.about-img-wrapper { position: relative; display: inline-block; width: 100%; }
.experience-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--teal);
  color: #fff;
  border-radius: var(--radius);
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.exp-num { font-size: 2.2rem; font-weight: 800; line-height: 1; }
.exp-text { font-size: 0.78rem; font-weight: 500; text-align: center; opacity: 0.9; margin-top: 4px; }

/* ---- Stats Section ---- */
.stats-section {
  background: var(--teal-gradient);
  color: #fff;
}
.stat-item {
  padding: 40px 20px;
  border-right: 1px solid rgba(255,255,255,0.15);
  transition: background 0.3s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(255,255,255,0.06); }
.stat-icon { font-size: 2rem; margin-bottom: 12px; color: rgba(255,255,255,0.75); }
.stat-num { font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1; }
.stat-suffix { font-size: 1.5rem; font-weight: 700; color: rgba(255,255,255,0.85); margin-left: 4px; margin-bottom: 6px; }
.stat-label { font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.8); margin-top: 6px; }

/* ---- Services Section ---- */
.services-section {
  background: var(--teal-gradient);
}
.service-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: center;
  color: #fff;
  height: 100%;
  transition: all 0.35s ease;
  backdrop-filter: blur(4px);
}
.service-card:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.service-icon {
  width: 68px; height: 68px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
  transition: all 0.3s;
}
.service-card:hover .service-icon {
  background: rgba(255,255,255,0.28);
  transform: rotate(8deg) scale(1.1);
}
.service-card h5 { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; }
.service-card p { font-size: 0.88rem; color: rgba(255,255,255,0.78); line-height: 1.65; }
.service-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #a8d8cc;
}
.service-link:hover { color: #fff; letter-spacing: 0.3px; }



/* ---- FAQ Section ---- */
.faq-section { background: var(--teal-gradient); }
.faq-img { max-height: 280px; object-fit: cover; opacity: 0.9; }
.faq-accordion .faq-item {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-btn {
  background: transparent !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: none !important;
  padding: 18px 20px;
}
.faq-btn::after { filter: invert(1) brightness(2); }
.faq-btn:not(.collapsed) { color: #a8d8cc !important; }
.faq-body {
  color: rgba(255,255,255,0.82);
  font-size: 0.88rem;
  line-height: 1.7;
  padding: 0 20px 18px;
  background: transparent;
}

/* ---- Testimonials ---- */
.testimonials-section { background: var(--gray-bg); }
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow);
  height: 100%;
  border-top: 4px solid transparent;
  transition: all 0.3s;
}
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.testimonial-card.featured { border-top-color: var(--teal); }
.t-stars { color: #f5a623; font-size: 0.9rem; margin-bottom: 14px; }
.testimonial-card p { font-size: 0.9rem; color: #555; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--teal-gradient);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}
.t-author strong { font-size: 0.9rem; display: block; color: #0d1b2a; }
.t-author small { color: #888; font-size: 0.8rem; }
.t-indicators { bottom: -36px; }
.t-indicators [data-bs-target] {
  width: 10px; height: 10px; border-radius: 50%;
  background: #ccc; border: none;
}
.t-indicators .active { background: var(--teal); width: 26px; border-radius: 5px; }
#testimonialCarousel { padding-bottom: 52px; }

/* ---- Contact Section ---- */
.contact-section { background: var(--teal-gradient); }
.contact-info-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.contact-info-list li { display: flex; align-items: flex-start; gap: 14px; }
.ci-icon {
  width: 42px; height: 42px; min-width: 42px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.contact-info-list strong { color: #fff; font-size: 0.88rem; display: block; margin-bottom: 2px; }
.contact-info-list span, .contact-info-list a { color: rgba(255,255,255,0.78); font-size: 0.88rem; }
.contact-info-list a:hover { color: #fff; }
.contact-form-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-lg);
}
.contact-form-card h4 { font-size: 1.25rem; font-weight: 700; color: #0d1b2a; }
.form-control, .form-select {
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0,174,239,0.12);
}
.form-label { font-size: 0.85rem; font-weight: 600; color: #444; margin-bottom: 6px; }

/* ---- Contact Page Info Card ---- */
.contact-info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-lg);
  height: 100%;
}
.ci-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.ci-list li { display: flex; align-items: flex-start; gap: 16px; }
.ci-icon-wrap {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--teal-gradient);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1rem;
}
.ci-list strong { color: #0d1b2a; font-size: 0.85rem; font-weight: 700; display: block; margin-bottom: 2px; }
.ci-list span, .ci-list a { color: #555; font-size: 0.9rem; text-decoration: none; }
.ci-list a:hover { color: var(--teal); }
.ci-social-link {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--teal-gradient);
  color: #fff; font-size: 0.9rem;
  text-decoration: none;
  transition: opacity 0.25s;
}
.ci-social-link:hover { opacity: 0.82; color: #fff; }

/* ---- Footer ---- */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.75); }
.footer-main { padding: 70px 0 50px; }
.footer-logo { font-size: 1.8rem; font-weight: 800; color: var(--teal); margin-bottom: 4px; }
.footer-tagline { font-size: 0.75rem; color: rgba(255,255,255,0.45); letter-spacing: 0.5px; margin-bottom: 16px; }
.footer-about { font-size: 0.87rem; line-height: 1.75; color: rgba(255,255,255,0.6); margin-bottom: 22px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.65);
  font-size: 0.82rem;
  transition: all 0.3s;
}
.footer-social a:hover { background: var(--teal); color: #fff; transform: translateY(-3px); }
.footer-heading { font-size: 0.92rem; font-weight: 700; color: #fff; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 0.87rem; transition: all 0.3s; }
.footer-links a:hover { color: var(--teal); padding-left: 4px; }
.footer-contact { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.87rem; color: rgba(255,255,255,0.6); }
.footer-contact i { color: var(--teal); margin-top: 3px; min-width: 14px; }
.footer-contact a { color: rgba(255,255,255,0.6); }
.footer-contact a:hover { color: var(--teal); }
.footer-legal {
  background: rgba(0,0,0,0.12);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-legal-accordion .footer-legal-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-legal-accordion .footer-legal-item:last-child { border-bottom: none; }
.footer-legal-btn {
  background: transparent !important;
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 14px 0;
  box-shadow: none !important;
}
.footer-legal-btn:not(.collapsed) { color: var(--teal) !important; }
.footer-legal-btn::after { filter: invert(1) opacity(0.4); }
.footer-legal-btn:not(.collapsed)::after { filter: invert(0) sepia(1) saturate(3) hue-rotate(120deg); }
.footer-legal-body {
  color: rgba(255,255,255,0.45);
  font-size: 0.79rem;
  line-height: 1.8;
  padding: 4px 0 22px;
}
.footer-legal-body p { margin-bottom: 10px; }
.footer-legal-body p:last-child { margin-bottom: 0; }
.footer-legal-body strong { color: rgba(255,255,255,0.7); }

.footer-bottom {
  background: rgba(0,0,0,0.25);
  padding: 18px 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ---- Back to Top ---- */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(0,174,239,0.45);
  z-index: 9999;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--teal-hover); transform: translateY(-3px); }

/* ---- Vision & Mission Section ---- */
.vision-mission-section { background: #fff; }
.vm-img-wrapper { position: relative; display: inline-block; width: 100%; }
.vm-icon {
  width: 44px; height: 44px;
  background: var(--teal-gradient);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.vm-title {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0d1b2a;
}
.vm-divider { border-color: #e8e8e8; }

/* ---- Why Choose Section ---- */
.why-choose-section { background: var(--gray-bg); }
.wc-list { display: flex; flex-direction: column; gap: 22px; }
.wc-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.wc-check {
  width: 36px; height: 36px; min-width: 36px;
  background: var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 0.82rem;
}
.wc-item h6 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: #0d1b2a; }
.wc-item p { font-size: 0.88rem; color: #5a6472; line-height: 1.65; margin: 0; }

/* ---- Quote Banner ---- */
.quote-banner-section {
  background: var(--teal-gradient);
  padding: 80px 0;
}
.quote-banner-inner {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.quote-icon {
  font-size: 3.5rem;
  color: rgba(255,255,255,0.25);
  display: block;
  margin-bottom: 16px;
}
.quote-banner-inner blockquote {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 760px;
  font-style: italic;
}
@media (max-width: 767px) {
  .quote-banner-inner blockquote { font-size: 1.3rem; }
  .quote-banner-section { padding: 60px 0; }
}

/* ---- Footer Disclaimer ---- */
.footer-disclaimer {
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 14px 16px;
  border-left: 3px solid var(--teal);
}
.footer-disclaimer p { color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }

/* ---- Footer Risk Factors (always visible) ---- */
.footer-risk-strip {
  padding: 20px 0 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 0;
}
.footer-risk-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}
.footer-risk-strip p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.42);
  line-height: 1.7;
  margin-bottom: 0;
}

/* ---- Footer Visible Disclaimer Strip ---- */
.footer-disclaimer-strip {
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 26px 0 20px;
}
.footer-disclaimer-strip .fds-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.footer-disclaimer-strip p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.42);
  line-height: 1.7;
  margin-bottom: 6px;
}
.footer-disclaimer-strip p:last-child { margin-bottom: 0; }
.footer-disclaimer-strip .fds-highlight {
  color: rgba(255,255,255,0.58);
  font-size: 0.76rem;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ---- Page Hero (inner page banner) ---- */
.page-hero {
  background: linear-gradient(135deg, #0d1b2a 0%, #005f8e 55%, #00AEEF 100%);
  padding: 60px 0 45px;
  min-height: 180px;
  display: flex;
  align-items: center;
}
.page-hero-overlay { display: none; }
.page-hero-content { position: relative; z-index: 2; text-align: center; }
.page-hero-title { font-size: 2.8rem; font-weight: 800; color: #fff; margin-bottom: 12px; }
.page-hero-breadcrumb { justify-content: center; background: transparent; margin: 0; }
.page-hero-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,0.75); }
.page-hero-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,0.55); }
.page-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

/* ---- Story Quote & Stat Box ---- */
.story-quote {
  font-size: 1.15rem;
  color: #4a5568;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
.story-stat-box {
  background: rgba(0,174,239,0.08);
  border: 1.5px solid rgba(0,174,239,0.2);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story-stat-num { font-size: 1.9rem; font-weight: 800; color: var(--teal); line-height: 1; }
.story-stat-label { font-size: 0.8rem; color: #666; margin-top: 6px; font-weight: 500; }

/* ---- Philosophy Cards ---- */
.philosophy-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 28px;
  height: 100%;
  border-top: 3px solid var(--teal);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  text-align: center;
}
.philosophy-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.philosophy-icon {
  width: 64px; height: 64px;
  background: var(--teal-gradient);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  color: #fff; font-size: 1.4rem;
  transition: transform 0.3s;
}
.philosophy-card:hover .philosophy-icon { transform: scale(1.12) rotate(6deg); }
.philosophy-card h5 { font-size: 1.05rem; font-weight: 700; color: #0d1b2a; margin-bottom: 12px; }
.philosophy-card p { font-size: 0.88rem; color: #5a6472; line-height: 1.65; margin: 0; }

/* ---- How We Work Steps ---- */
.how-we-work-section { background: #fff; }
.step-card {
  background: #fff;
  border: 1.5px solid #eaecef;
  border-radius: var(--radius);
  padding: 36px 28px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.step-card:hover { border-color: var(--teal); transform: translateY(-6px); box-shadow: var(--shadow); }
.step-num { font-size: 3rem; font-weight: 800; color: rgba(0,174,239,0.12); line-height: 1; margin-bottom: 10px; }
.step-icon {
  width: 58px; height: 58px;
  background: var(--teal-gradient);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  color: #fff; font-size: 1.3rem;
}
.step-card h5 { font-size: 1rem; font-weight: 700; color: #0d1b2a; margin-bottom: 12px; }
.step-card p { font-size: 0.88rem; color: #5a6472; line-height: 1.65; margin: 0; }

/* ---- Founder & Team ---- */
.founder-quote {
  font-size: 1.2rem;
  font-style: italic;
  color: var(--teal);
  border-left: 4px solid var(--teal);
  padding-left: 20px;
  line-height: 1.75;
  margin: 16px 0 0;
}
.team-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--teal);
}
.team-avatar-placeholder {
  width: 100px; height: 100px;
  background: var(--teal-gradient);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  color: #fff; font-size: 2.4rem;
}
.team-avatar-placeholder.ng { background: linear-gradient(135deg, #007a30 0%, #00B140 100%); }
.team-info h4 { font-size: 1.3rem; font-weight: 800; color: #0d1b2a; margin-bottom: 4px; }
.team-role { font-size: 0.88rem; color: var(--teal); font-weight: 600; margin-bottom: 16px; }
.team-credentials { display: flex; flex-direction: column; gap: 8px; }
.credential-badge {
  display: inline-block;
  background: rgba(0,174,239,0.09);
  color: var(--teal);
  border: 1px solid rgba(0,174,239,0.2);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* ---- Offerings Page ---- */
.offerings-quote-top {
  background: var(--gray-bg);
  padding: 40px 0;
  border-bottom: 1px solid #e8eaed;
}
.offerings-intro-quote {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
}
.offerings-quote-icon {
  font-size: 2rem;
  color: var(--teal);
  opacity: 0.5;
  line-height: 1;
}
.offerings-intro-quote p {
  font-size: 1.15rem;
  font-style: italic;
  color: #4a5568;
  line-height: 1.75;
  margin: 0;
}

.offering-card {
  background: #fff;
  border: 1.5px solid #eaecef;
  border-radius: var(--radius);
  padding: 36px 28px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.offering-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--teal-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.offering-card:hover { border-color: transparent; box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.offering-card:hover::before { transform: scaleX(1); }

.offering-icon {
  width: 60px; height: 60px;
  background: var(--teal-gradient);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.5rem;
  margin-bottom: 14px;
  transition: transform 0.3s;
}
.offering-card:hover .offering-icon { transform: scale(1.1) rotate(5deg); }

.offering-num {
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(0,174,239,0.07);
  line-height: 1;
  position: absolute;
  top: 14px; right: 20px;
  pointer-events: none;
  user-select: none;
}
.offering-card h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 12px;
}
.offering-card p {
  font-size: 0.88rem;
  color: #5a6472;
  line-height: 1.7;
  flex: 1;
}
.offering-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--teal);
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
}
.offering-cta:hover { color: var(--teal-hover); gap: 10px; }
button.offering-cta {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

/* ---- Offering Modal ---- */
.offering-modal-content { border: none; border-radius: var(--radius); overflow: hidden; }
.offering-modal-header {
  background: var(--teal-gradient);
  border-bottom: none;
  padding: 24px 28px;
  align-items: flex-start;
}
.offering-modal-subtitle {
  color: rgba(255,255,255,0.75);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}
.offering-modal-title { color: #fff; font-weight: 700; font-size: 1.3rem; margin: 0; }
.offering-modal-body { padding: 28px 28px 10px; }
.offering-modal-body .offering-modal-intro { color: #5a6473; margin-bottom: 22px; line-height: 1.7; }
.offering-modal-body h6 {
  font-weight: 700;
  color: var(--teal);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 20px 0 10px;
}
.offering-modal-body ul { padding-left: 0; list-style: none; margin: 0; }
.offering-modal-body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  color: #2d2d2d;
  font-size: 0.93rem;
  line-height: 1.6;
}
.offering-modal-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
}
.offering-modal-body .offering-modal-approach { color: #5a6473; line-height: 1.7; font-size: 0.93rem; }
.offering-modal-body .offering-modal-cta-note {
  margin-top: 18px;
  padding: 12px 16px;
  background: rgba(0,168,168,0.07);
  border-left: 3px solid var(--teal);
  border-radius: 4px;
  color: var(--teal);
  font-weight: 600;
  font-size: 0.88rem;
}
.offering-modal-footer { border-top: 1px solid #eef2f5; padding: 16px 28px; }

/* ---- Products Page ---- */
.product-detail-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px 36px;
  border-left: 4px solid var(--teal);
  transition: box-shadow 0.3s;
}
.product-detail-card:hover { box-shadow: var(--shadow-lg); }
.product-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: rgba(0,174,239,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--teal);
  flex-shrink: 0;
}
.product-feature-list { list-style: none; padding: 0; margin: 0; }
.product-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.95rem;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}
.product-feature-list li:last-child { border-bottom: none; }
.product-feature-list li i { color: var(--teal); margin-top: 3px; flex-shrink: 0; }
.product-approach-card {
  background: linear-gradient(135deg, rgba(0,174,239,0.07) 0%, rgba(0,174,239,0.02) 100%);
  border: 1.5px solid rgba(0,174,239,0.18);
  border-radius: var(--radius);
  padding: 28px 28px;
}
.product-eligible-list { list-style: none; padding: 0; margin: 0; }
.product-eligible-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.95rem;
  color: #444;
}
.product-eligible-list li i { color: var(--teal); margin-top: 3px; flex-shrink: 0; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  :root { --py-section: 65px; }
  .hero-text h1 { font-size: 2.8rem; }
  .hero-slide { height: 75vh; }
  .section-title { font-size: 1.75rem; }
  .experience-badge { bottom: -14px; left: 10px; }
  .vm-img-wrapper { margin-bottom: 40px; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .stat-item:last-child { border-bottom: none; }
  .page-hero-title { font-size: 2.2rem; }
}
@media (max-width: 767px) {
  :root { --py-section: 50px; }
  .hero-text h1 { font-size: 2.1rem; }
  .hero-text p { font-size: 0.95rem; }
  .hero-slide { height: 70vh; min-height: 420px; }
  .section-title { font-size: 1.55rem; }
  .vm-title { font-size: 1.35rem; }
  .contact-form-card { padding: 28px 20px; }
  .footer-main { padding: 50px 0 36px; }
  .testimonial-card { margin-bottom: 16px; }
  .carousel-control-prev, .carousel-control-next { display: none; }
  .page-hero { padding: 45px 0 35px; min-height: 140px; }
  .page-hero-title { font-size: 1.9rem; }
  .founder-quote { font-size: 1.05rem; }
  .team-card { padding: 28px 20px; }
}
@media (max-width: 575px) {
  .hero-text h1 { font-size: 1.8rem; }
  .stat-num { font-size: 2.2rem; }
  .vm-title { font-size: 1.2rem; }
  .wc-item { gap: 12px; }
  .page-hero-title { font-size: 1.6rem; }
  .story-quote { font-size: 1rem; }
  .philosophy-card { padding: 24px 18px; }
  .step-card { padding: 28px 18px; }
}
