:root {
  --brand-primary: #0c2f5c;
  --brand-secondary: #1f6f8b;
  --brand-accent: #f4a300;
  --text-main: #1f2937;
  --surface: #f5f7fb;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: var(--text-main);
  background-color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-main {
  flex: 1 0 auto;
}

.corporate-nav {
  background: linear-gradient(90deg, var(--brand-primary), #123f7b);
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.hero-section {
  background: linear-gradient(130deg, rgba(12, 47, 92, 0.95), rgba(31, 111, 139, 0.88));
  color: #ffffff;
  padding: 10rem 0 5rem;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
}

.hero-title {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 720px;
  opacity: 0.95;
}

.stats-card {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1rem;
  padding: 1.4rem;
  backdrop-filter: blur(4px);
}

.stats-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.stats-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.stats-card li {
  margin-bottom: 0.7rem;
}

.content-section {
  padding: 4.2rem 0;
}

.tips-section {
  padding: 4.2rem 0;
  background-color: var(--surface);
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-heading h2 {
  font-weight: 700;
  color: var(--brand-primary);
}

.service-card {
  background: #ffffff;
  border: 1px solid #dce4ef;
  border-radius: 0.9rem;
  padding: 1.4rem;
  box-shadow: 0 6px 20px rgba(12, 47, 92, 0.08);
}

.service-card h3 {
  font-size: 1.2rem;
  color: var(--brand-secondary);
  margin-bottom: 0.7rem;
}

.service-image {
  width: 100%;
  height: 180px;
  border-radius: 0.7rem;
  object-fit: cover;
}

.section-image {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  min-height: 270px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.section-soft-bg {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.lead-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.mission-vision-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.mission-vision-card {
  border: 1px solid #dce4ef;
  border-radius: 0.8rem;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(12, 47, 92, 0.06);
}

.mission-vision-card h3 {
  font-size: 1.05rem;
  color: var(--brand-primary);
  margin-bottom: 0.4rem;
}

.lead-item {
  border: 1px solid #dfe8f2;
  border-radius: 0.8rem;
  padding: 0.85rem;
  background: #ffffff;
}

.lead-item strong {
  display: block;
  color: var(--brand-primary);
  margin-bottom: 0.2rem;
}

.lead-item span {
  font-size: 0.92rem;
}

.process-item {
  border: 1px solid #dce4ef;
  border-radius: 0.8rem;
  background: #ffffff;
  height: 100%;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(12, 47, 92, 0.06);
}

.process-item h3 {
  font-size: 1.04rem;
  color: var(--brand-secondary);
}

.tip-item {
  background: #ffffff;
  border-left: 4px solid var(--brand-accent);
  border-radius: 0.6rem;
  height: 100%;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.contact-card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #dde4ef;
  box-shadow: 0 10px 25px rgba(12, 47, 92, 0.08);
  padding: 1.6rem;
}

.contact-info-card {
  border: 1px solid #dbe4f0;
  border-radius: 0.85rem;
  background: #f8fbff;
  padding: 1rem;
}

.contact-info-card h3 {
  color: var(--brand-primary);
  font-size: 1.15rem;
  margin-bottom: 0.8rem;
}

.contact-info-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
}

.contact-info-list li {
  margin-bottom: 0.7rem;
  border-bottom: 1px dashed #d2deed;
  padding-bottom: 0.55rem;
}

.map-card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dde4ef;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(12, 47, 92, 0.08);
  padding: 1rem;
}

.map-card h3 {
  color: var(--brand-primary);
  font-size: 1.15rem;
  margin-bottom: 0.8rem;
}

.map-card iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 0.7rem;
}

.btn-brand {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
  color: #1f1f1f;
  font-weight: 600;
}

.btn-brand:hover {
  background-color: #da9300;
  border-color: #da9300;
  color: #161616;
}

.btn-outline-brand {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline-brand:hover {
  background-color: #ffffff;
  color: var(--brand-primary);
}

.footer {
  background-color: #0a2345;
  padding: 1.1rem 0;
  margin-top: auto;
}

.cta-section {
  padding-top: 1rem;
}

.cta-card {
  background: linear-gradient(90deg, #0f3b72, #1f6f8b);
  color: #ffffff;
  border-radius: 1rem;
  padding: 2rem 1.2rem;
  box-shadow: 0 10px 28px rgba(12, 47, 92, 0.2);
}

.cta-card h2 {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 3.5rem 0;
  }

  .content-section,
  .tips-section {
    padding: 3rem 0;
  }

  .lead-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
}

img.navbar-logo {
  width: 160px;
}