:root {
  --lpm-blue: #0A3C8C;
  --lpm-orange: #F15A00;
  --lpm-green: #3D9A1D;
  --lpm-ink: #1A2A44;
  --lpm-slate: #5A6B86;
  --panel-border: #dce3ee;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Source Sans 3', sans-serif;
  color: var(--lpm-ink);
  background: #f8fafc;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.35;
}

.section-title2 {
  font-size: 1.2rem;
  color: #132743;
}

.text-content h3 {
  font-size: 1.2rem;
  color: #132743;
  margin-top: 20px;
}

.site-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 34%, #f8fafc 100%);
}

.top-bar {
  background: #eaf0f9;
  color: #314763;
  border-bottom: 1px solid #d6e0ef;
}

.brand,
.title,
.section-title {
  font-family: 'Merriweather', serif;
}

.nav-link {
  color: var(--lpm-ink);
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: var(--lpm-blue);
}

.nav-link.active {
  color: var(--lpm-blue);
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.btn-nav {
  border-radius: 0.4rem;
  background: var(--lpm-blue);
  color: white;
  padding: 0.55rem 0.95rem;
}

.btn-login {
  border-radius: 0.4rem;
  border: 1px solid #c6d3e7;
  color: var(--lpm-blue);
  background: #fff;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
}

.btn-login:hover {
  background: #f3f7ff;
}

.btn-login.active {
  background: #eaf2ff;
  border-color: #9ab5df;
}

.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-section {
  border-bottom: 1px solid #e2e8f0;
}

.carousel-wrap {
  background: #f8fbff;
}

.carousel {
  position: relative;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #0f2e5c;
  box-shadow: none;
}

.carousel-track {
  position: relative;
  min-height: clamp(360px, 55vw, 700px);
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.carousel-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.carousel-slide img {
  width: 100%;
  height: clamp(360px, 55vw, 700px);
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.68);
}

@media (max-width: 1366px) {
  .carousel-track {
    min-height: clamp(340px, 48vw, 620px);
  }

  .carousel-slide img {
    height: clamp(340px, 48vw, 620px);
    object-fit: contain;
    background: #0f2e5c;
  }
}

.carousel-slide figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
}

.carousel-btn.prev {
  left: 0.75rem;
}

.carousel-btn.next {
  right: 0.75rem;
}

.carousel-dots {
  position: absolute;
  z-index: 2;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
}

.dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.dot.is-active {
  background: #fff;
}

.eyebrow {
  display: inline-block;
  border: 1px solid #c8d4e8;
  background: #f7faff;
  color: var(--lpm-blue);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 0.35rem;
}

.title {
  color: #132743;
}

.btn-primary,
.btn-secondary,
.btn-contact {
  display: inline-block;
  border-radius: 0.35rem;
  padding: 0.68rem 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary {
  background: var(--lpm-blue);
  color: white;
}

.btn-secondary {
  border: 1px solid #c6d3e7;
  color: var(--lpm-blue);
  background: #fff;
}

.institution-card {
  border: 1px solid var(--panel-border);
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.4rem;
  box-shadow: 0 10px 25px rgba(26, 42, 68, 0.08);
}

.fact-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #edf2f7;
  padding-top: 0.65rem;
}

.fact-row dt {
  color: #4a5f7d;
  font-weight: 600;
}

.fact-row dd {
  margin: 0;
  text-align: right;
  color: #1d2f4b;
  font-weight: 700;
}

.panel,
.process-card,
.kpi-card {
  border: 1px solid var(--panel-border);
  background: #fff;
  border-radius: 0.65rem;
  padding: 1.2rem;
}

.panel {
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.panel > * {
  position: relative;
  z-index: 1;
}

.panel:hover {
  transform: translateY(-4px);
  border-color: #cfd9e8;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(16, 35, 63, 0.12);
}

.panel p,
.process-card p,
.kpi-card p {
  color: var(--lpm-slate);
}

.section-title {
  font-size: 1.8rem;
  color: #132743;
}

.section-muted {
  background: #f3f6fb;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.step-tag {
  margin: 0;
  color: var(--lpm-blue);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.83rem;
}

.process-card h3 {
  margin-top: 0.3rem;
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
  color: #162a45;
}

.trade-marquee {
  overflow: hidden;
  border: 1px solid #d6e0ee;
  border-radius: 0.65rem;
  background: #f5f8fd;
  padding: 0.8rem 0;
}

.trade-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: tradeScroll 34s linear infinite;
  padding: 0 1rem;
}

.trade-card {
  position: relative;
  width: 260px;
  height: 190px;
  border-radius: 0.55rem;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(16, 35, 63, 0.15);
}

.trade-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trade-card h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.6rem 0.7rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 75%);
}

.trade-marquee:hover .trade-track {
  animation-play-state: paused;
}

.trade-cta-wrap {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}

.btn-trades {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  border-radius: 0.45rem;
  padding: 0.85rem 1.35rem;
  background: var(--lpm-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(241, 90, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-trades:hover {
  background: #d94f00;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(217, 79, 0, 0.42);
}

@keyframes tradeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.kpi-value {
  font-family: 'Merriweather', serif;
  color: var(--lpm-blue);
  font-weight: 900;
  margin: 0;
  margin-bottom: 0.4rem;
}

.contact-panel {
  border-radius: 0.75rem;
  padding: 2rem;
  background: linear-gradient(130deg, #0A3C8C, #0e4c97);
  box-shadow: 0 14px 30px rgba(10, 60, 140, 0.28);
}

.btn-contact {
  margin-top: 1rem;
  background: #fff;
  color: var(--lpm-blue);
}

.site-footer {
  margin-top: 2rem;
  background: #0f2748;
  color: #dce7f7;
}

.footer-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding: 2.2rem 2rem;
}

.footer-brand {
  margin: 0;
  font-family: 'Merriweather', serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
}

.footer-title {
  margin: 0;
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #9fb8de;
}

.footer-text {
  margin-top: 0.6rem;
  max-width: 28rem;
  color: #d5e1f3;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.footer-list a,
.footer-list span {
  color: #e4edfb;
  text-decoration: none;
}

.footer-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(223, 235, 253, 0.2);
  padding: 0.95rem 2rem 1.15rem;
  text-align: center;
  color: #c8d8f0;
  font-size: 0.92rem;
}

.trade-grid-card {
  border: 1px solid #d6dfec;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(20, 40, 72, 0.08);
}

.trade-grid-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.trade-grid-content {
  padding: 0.9rem 0.9rem 1rem;
}

.trade-grid-content h2 {
  margin: 0;
  font-size: 1.1rem;
  color: #132743;
  font-family: 'Merriweather', serif;
}

.trade-grid-content p {
  margin: 0.45rem 0 0;
  color: var(--lpm-slate);
}

@media (max-width: 768px) {
  .carousel-track {
    min-height: clamp(300px, 70vw, 520px);
  }

  .carousel-slide img {
    height: clamp(300px, 70vw, 520px);
    object-fit: contain;
    background: #0f2e5c;
  }

  .carousel-slide figcaption {
    font-size: 0.95rem;
  }

  .section-title {
    font-size: 1.45rem;
  }

  .trade-card {
    width: 210px;
    height: 160px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    padding: 1.6rem 1.1rem;
  }

  .footer-bottom {
    padding: 0.9rem 1rem 1rem;
  }

  .fact-row {
    flex-direction: column;
    gap: 0.2rem;
  }

  .fact-row dd {
    text-align: left;
  }
}
