@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');#footer{background:#0d1b2a;color:#ffffff;font-family:'Poppins',sans-serif;padding:60px 0 0 0;width:100%;box-sizing:border-box;}#footer *{box-sizing:border-box;}#footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;}#footer .footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding-bottom:40px;}#footer .footer-brand h2{font-size:1.4rem;font-weight:600;color:#ffffff;margin:0 0 12px 0;letter-spacing:0.5px;}#footer .footer-brand p{font-size:0.875rem;color:#a0aec0;line-height:1.7;margin:0 0 20px 0;}#footer .footer-tagline{display:inline-block;font-size:0.8rem;font-weight:500;color:#63b3ed;background:rgba(99,179,237,0.1);padding:6px 14px;border-radius:20px;border:1px solid rgba(99,179,237,0.3);}#footer .footer-nav h3,#footer .footer-contact h3{font-size:0.95rem;font-weight:600;color:#ffffff;margin:0 0 20px 0;text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:10px;}#footer .footer-nav h3::after,#footer .footer-contact h3::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:#63b3ed;border-radius:2px;}#footer .footer-nav ul{list-style:none;margin:0;padding:0;}#footer .footer-nav ul li{margin-bottom:10px;}#footer .footer-nav ul li a{color:#a0aec0;text-decoration:none;font-size:0.875rem;transition:color 0.3s ease,padding-left 0.3s ease;display:inline-block;}#footer .footer-nav ul li a:hover{color:#63b3ed;padding-left:6px;}#footer .footer-contact p{font-size:0.875rem;color:#a0aec0;line-height:1.8;margin:0 0 10px 0;}#footer .footer-contact .contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;}#footer .footer-contact .contact-item svg{flex-shrink:0;margin-top:2px;}#footer .footer-contact .contact-item span{font-size:0.875rem;color:#a0aec0;line-height:1.6;}#footer .footer-divider{height:1px;background:rgba(255,255,255,0.08);margin:0;}#footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:12px;}#footer .footer-copyright{font-size:0.8rem;color:#718096;}#footer .footer-copyright span{color:#63b3ed;font-weight:500;}#footer .footer-bottom-links{display:flex;gap:20px;}#footer .footer-bottom-links a{font-size:0.8rem;color:#718096;text-decoration:none;transition:color 0.3s ease;}#footer .footer-bottom-links a:hover{color:#63b3ed;}@media(max-width:900px){#footer .footer-top{grid-template-columns:1fr 1fr;gap:32px;}#footer .footer-brand{grid-column:1/-1;}}@media(max-width:580px){#footer .footer-top{grid-template-columns:1fr;gap:28px;}#footer .footer-brand{grid-column:auto;}#footer .footer-bottom{flex-direction:column;align-items:center;text-align:center;}#footer .footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:14px;}}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #f4f6f9;
  color: #1a1a2e;
  line-height: 1.6;
}

/* ============================
   PAGE HEADER SECTION
   ============================ */
.lp-page-header {
  background: linear-gradient(135deg, #0d1b3e 0%, #1a3a6b 50%, #0f2d5a 100%);
  padding: 90px 20px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lp-page-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 40%, rgba(255, 183, 0, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.lp-header-badge {
  display: inline-block;
  background: rgba(255, 183, 0, 0.15);
  color: #ffb700;
  border: 1px solid rgba(255, 183, 0, 0.3);
  padding: 6px 20px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lp-page-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.lp-page-header h1 span {
  color: #ffb700;
}

.lp-page-header p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
  margin: 0 auto;
}

/* ============================
   LATEST UPDATES FEED
   ============================ */
.lp-updates-feed {
  padding: 80px 20px;
  background: #f4f6f9;
}

.lp-section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-section-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a3a6b;
  margin-bottom: 10px;
  display: block;
}

.lp-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: #0d1b3e;
  margin-bottom: 14px;
}

.lp-section-desc {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #4a5568;
  max-width: 550px;
  margin-bottom: 48px;
  line-height: 1.7;
}

/* Carousel / Slider */
.lp-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.lp-carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 24px;
}

.lp-update-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.lp-update-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(13, 27, 62, 0.15);
}

.lp-update-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.lp-update-card-body {
  padding: 24px;
}

.lp-update-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.lp-update-tag {
  background: rgba(26, 58, 107, 0.1);
  color: #1a3a6b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 50px;
  text-transform: uppercase;
}

.lp-update-date {
  font-size: 0.82rem;
  color: #718096;
  font-weight: 500;
}

.lp-update-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d1b3e;
  margin-bottom: 10px;
  line-height: 1.4;
}

.lp-update-card p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.65;
  margin-bottom: 16px;
}

.lp-read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a3a6b;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.lp-read-more-link:hover {
  color: #ffb700;
  gap: 10px;
}

.lp-read-more-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.lp-read-more-link:hover svg {
  transform: translateX(4px);
}

/* Carousel Controls */
.lp-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.lp-carousel-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.lp-carousel-btn:hover {
  background: #1a3a6b;
  border-color: #1a3a6b;
}

.lp-carousel-btn:hover svg path {
  stroke: #ffffff;
}

.lp-carousel-btn svg {
  width: 20px;
  height: 20px;
}

.lp-carousel-btn svg path {
  stroke: #1a3a6b;
  transition: stroke 0.3s ease;
}

.lp-carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e0;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.lp-dot.active {
  background: #1a3a6b;
  width: 24px;
  border-radius: 4px;
}

/* ============================
   NEWS ARTICLES SECTION
   ============================ */
.lp-news-articles {
  padding: 80px 20px;
  background: #ffffff;
}

.lp-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}

.lp-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.lp-featured-article {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #0d1b3e;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(13, 27, 62, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-featured-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(13, 27, 62, 0.25);
}

.lp-featured-image-wrap {
  position: relative;
  overflow: hidden;
}

.lp-featured-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
  display: block;
  transition: transform 0.5s ease;
}

.lp-featured-article:hover .lp-featured-image-wrap img {
  transform: scale(1.04);
}

.lp-featured-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp-featured-tag {
  display: inline-block;
  background: #ffb700;
  color: #0d1b3e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: fit-content;
}

.lp-featured-body h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.35;
}

.lp-featured-body p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 24px;
}

.lp-featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.lp-featured-meta span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.lp-featured-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffb700;
  color: #0d1b3e;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 20px;
  transition: background 0.3s ease, transform 0.2s ease;
  width: fit-content;
}

.lp-featured-read-btn:hover {
  background: #e6a500;
  transform: translateX(4px);
}

.lp-article-card {
  background: #f8fafc;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.lp-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(13, 27, 62, 0.12);
  border-color: #1a3a6b;
}

.lp-article-image-wrap {
  overflow: hidden;
  height: 200px;
}

.lp-article-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.lp-article-card:hover .lp-article-image-wrap img {
  transform: scale(1.05);
}

.lp-article-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lp-article-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.lp-article-category {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  background: rgba(26, 58, 107, 0.1);
  color: #1a3a6b;
}

.lp-article-date {
  font-size: 0.82rem;
  color: #718096;
  font-weight: 500;
}

.lp-article-body h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d1b3e;
  margin-bottom: 10px;
  line-height: 1.4;
}

.lp-article-body p {
  font-size: 0.88rem;
  color: #4a5568;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}

.lp-article-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a3a6b;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
  margin-top: auto;
}

.lp-article-link:hover {
  color: #ffb700;
  gap: 10px;
}

.lp-article-link svg {
  width: 15px;
  height: 15px;
}

/* View All Button */
.lp-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #1a3a6b;
  border: 2px solid #1a3a6b;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.lp-view-all-btn:hover {
  background: #1a3a6b;
  color: #ffffff;
}

/* ============================
   CALL TO ACTION SECTION
   ============================ */
.lp-cta-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0d1b3e 0%, #1a3a6b 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.lp-cta-section .lp-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.lp-cta-section .lp-bg-shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 183, 0, 0.08) 0%, transparent 70%);
  top: -100px;
  right: -100px;
}

.lp-cta-section .lp-bg-shape-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
  bottom: -80px;
  left: -80px;
}

.lp-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.lp-cta-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 183, 0, 0.15);
  border: 2px solid rgba(255, 183, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.lp-cta-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.25;
}

.lp-cta-inner h2 span {
  color: #ffb700;
}

.lp-cta-inner p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 36px;
}

.lp-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-cta-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffb700;
  color: #0d1b3e;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 183, 0, 0.3);
}

.lp-cta-primary-btn:hover {
  background: #e6a500;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 183, 0, 0.45);
}

.lp-cta-secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lp-cta-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

.lp-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.lp-cta-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  font-weight: 500;
}

.lp-cta-trust-item svg {
  color: #ffb700;
  flex-shrink: 0;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
  .lp-update-card {
    flex: 0 0 calc(50% - 12px);
    min-width: calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .lp-page-header {
    padding: 60px 20px 50px;
  }

  .lp-update-card {
    flex: 0 0 calc(100% - 0px);
    min-width: calc(100% - 0px);
  }

  .lp-featured-article {
    grid-template-columns: 1fr;
  }

  .lp-featured-image-wrap img {
    min-height: 220px;
  }

  .lp-featured-body {
    padding: 28px;
  }

  .lp-news-grid {
    grid-template-columns: 1fr;
  }

  .lp-featured-article {
    grid-column: auto;
  }

  .lp-news-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-updates-feed,
  .lp-news-articles,
  .lp-cta-section {
    padding: 60px 16px;
  }

  .lp-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .lp-cta-primary-btn,
  .lp-cta-secondary-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .lp-cta-trust {
    flex-direction: column;
    gap: 12px;
  }

  .lp-featured-body {
    padding: 20px;
  }
}