:root {
  --brand-primary: #0d2d62;
  --brand-secondary: #1f5fa8;
  --brand-accent: #f0a53a;
  --brand-dark: #081a37;
  --brand-light: #f4f8fc;
  --text-main: #233044;
  --text-muted: #607089;
  --border-soft: #dce5f0;
  --shadow-soft: 0 18px 50px rgba(10, 31, 68, 0.12);
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  color: var(--text-main);
  background: #eef3f9;
  font-family: "Fine tune";
}

button,
input,
select,
textarea {
  font-family: "Fine tune";
}

a {
  text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(13, 45, 98, 0.15), 0 0 0 0.3rem rgba(31, 95, 168, 0.15);
}

.site-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220, 229, 240, 0.9);
}

.navbar {
  padding: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow-soft);
}

.brand-mark-image {
  width: 72px;
  height: 72px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 16px;
  overflow: hidden;
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.brand-title {
  color: var(--brand-dark);
  font-size: 1rem;
  line-height: 1.25;
}

.brand-subtitle {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.nav-link {
  color: var(--brand-dark);
  font-weight: 600;
  padding: 0.75rem 0.95rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand-secondary);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lang-link {
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lang-link.active,
.lang-link:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.whatsapp-support {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(14, 36, 25, 0.2);
}

.whatsapp-support:hover {
  color: #fff;
  background: #1fb95a;
}

.whatsapp-support-icon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.whatsapp-support-icon .line-icon {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}

.whatsapp-support-text {
  display: none;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  border: 0;
  color: #fff;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(13, 45, 98, 0.24);
}

.btn-brand:hover {
  color: #fff;
  opacity: 0.95;
}

.btn-outline-brand {
  border: 1px solid var(--brand-secondary);
  color: var(--brand-secondary);
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  font-weight: 600;
}

.btn-outline-brand:hover {
  background: var(--brand-secondary);
  color: #fff;
}

.page-shell {
  min-height: calc(100vh - 280px);
}

.hero-section,
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(240, 165, 58, 0.22), transparent 30%),
    linear-gradient(120deg, rgba(8, 26, 55, 0.96), rgba(13, 45, 98, 0.93) 52%, rgba(31, 95, 168, 0.86));
}

.hero-section {
  padding: 4.5rem 0 3rem;
}

.page-hero {
  padding: 4.5rem 0 3rem;
}

.page-hero-sm {
  padding: 3.5rem 0 2.5rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.78);
}

.eyebrow-dark {
  color: rgba(8, 26, 55, 0.7);
}

.text-primary {
  color: var(--brand-secondary) !important;
}

.text-warning {
  color: #ffd898 !important;
}

.hero-section h1,
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
  font-weight: 800;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.hero-text,
.page-hero p,
.section-heading p,
.info-card p,
.sector-card p,
.value-item p,
.service-panel p,
.timeline-card p,
.contact-card p,
.contact-form-panel p,
.narrow-content p,
.narrow-content li,
.content-card p,
.content-card li,
.stat-card p,
.cta-section p {
  color: rgba(255, 255, 255, 0.82);
}

.hero-section .hero-text {
  max-width: 42rem;
  font-size: 1.08rem;
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  align-items: stretch;
  border-radius: 2rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(10, 31, 68, 0.18);
}

.hero-copy-panel {
  padding: 3rem;
  color: var(--brand-dark);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.hero-copy-panel h1 {
  color: var(--brand-dark);
  font-size: clamp(2.35rem, 4vw, 4.4rem);
}

.hero-copy-panel h1 span {
  display: block;
  color: var(--brand-primary);
}

.hero-text-dark {
  color: var(--text-muted) !important;
}

.hero-media-panel {
  min-height: 100%;
  background: linear-gradient(135deg, #dce8f5, #9ec0e1);
}

.hero-media-panel img {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
  display: block;
}

.hero-category-strip {
  display: grid;
  gap: 1rem;
  margin-top: 2.25rem;
}

.hero-category-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--border-soft);
}

.hero-category-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.hero-category-item strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--brand-dark);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-category-item span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.icon-shell-plain {
  background: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-metrics div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
}

.hero-metrics strong,
.stat-card strong {
  display: block;
  font-size: 1.5rem;
  color: #fff;
}

.hero-metrics span,
.stat-card p {
  color: rgba(255, 255, 255, 0.74);
}

.hero-visual-card img,
.route-visual img,
.content-card img,
.sector-card img {
  width: 100%;
  display: block;
}

.hero-visual-card {
  padding: 0.75rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.line-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.capability-card {
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  box-shadow: var(--shadow-soft);
}

.capability-card h3 {
  margin: 1rem 0 0.75rem;
  color: var(--brand-dark);
  font-size: 1.2rem;
  font-weight: 750;
}

.capability-card p {
  margin: 0;
  color: var(--text-muted);
}

.category-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 1.5rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  box-shadow: var(--shadow-soft);
}

.category-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-right: 1px solid var(--border-soft);
}

.category-item:last-child {
  border-right: 0;
}

.category-item strong,
.panel-kicker,
.tile-kicker {
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-item strong {
  margin-bottom: 0.35rem;
  color: var(--brand-dark);
  font-size: 0.95rem;
}

.category-item span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.icon-shell {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: var(--brand-primary);
  background: linear-gradient(180deg, #f6faff, #e8f0fa);
  border: 1px solid rgba(13, 45, 98, 0.08);
}

.icon-shell-dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.section-pad {
  padding: 5rem 0;
}

.section-light {
  background: var(--brand-light);
}

.bg-white {
  background: #fff;
}

.section-heading {
  max-width: 46rem;
}

.section-heading h2,
.value-panel h2,
.service-panel h2,
.content-card h2,
.contact-form-panel h2,
.narrow-content h2 {
  color: var(--brand-dark);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 1rem;
  font-weight: 800;
}

.section-heading p,
.info-card p,
.sector-card p,
.value-item p,
.service-panel p,
.timeline-card p,
.contact-card p,
.contact-form-panel p,
.narrow-content p,
.narrow-content li,
.content-card p,
.content-card li {
  color: var(--text-muted);
}

.info-card,
.sector-card,
.value-panel,
.service-panel,
.timeline-card,
.contact-card,
.contact-form-panel,
.content-card,
.stat-card {
  height: 100%;
  padding: 1.8rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.icon-chip {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(31, 95, 168, 0.12);
  color: var(--brand-secondary);
  font-weight: 800;
}

.info-card h3,
.sector-card h3,
.value-item h3,
.timeline-card h3,
.contact-card h3,
.content-card h3 {
  color: var(--brand-dark);
  font-size: 1.28rem;
  margin-bottom: 0.75rem;
  font-weight: 750;
}

.sector-card {
  overflow: hidden;
  padding: 0;
}

.sector-card-body {
  padding: 1.5rem;
}

.trade-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 0.95fr 1.1fr;
  gap: 1rem;
  align-items: stretch;
}

.visual-tile,
.services-side-panel,
.insight-panel {
  min-height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.visual-tile {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.visual-tile img {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: cover;
}

.sector-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.visual-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(8, 26, 55, 0.88) 55%, rgba(8, 26, 55, 0.96));
  color: #fff;
}

.tile-kicker {
  margin-bottom: 0.55rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

.visual-overlay h3 {
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 1.2rem;
}

.visual-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.insight-panel {
  display: grid;
  gap: 1px;
  background: linear-gradient(180deg, #0c244a, #12386e);
  padding: 1px;
}

.insight-item {
  display: flex;
  gap: 1rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(8, 26, 55, 0.98), rgba(15, 47, 93, 0.98));
  color: #fff;
}

.insight-item h3 {
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 1.2rem;
}

.insight-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.services-side-panel {
  padding: 1.5rem;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
}

.panel-kicker {
  margin-bottom: 1rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.service-row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-soft);
  color: var(--brand-dark);
  font-weight: 700;
  line-height: 1.45;
}

.service-row-last {
  border-bottom: 0;
}

.mini-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  margin-top: 0.1rem;
  color: var(--brand-secondary);
}

.benefits-section {
  padding-top: 2.25rem;
}

.advantage-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  box-shadow: var(--shadow-soft);
}

.advantage-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.6rem 0.4rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.outline-icon {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 1.7rem;
  color: var(--brand-secondary);
}

.value-panel {
  background: linear-gradient(145deg, #0a234a, #113468 65%, #1c589a);
  color: #fff;
}

.value-panel h2,
.value-item h3,
.value-panel .section-heading .eyebrow {
  color: #fff;
}

.value-list {
  display: grid;
  gap: 1rem;
}

.value-item {
  padding: 1.2rem 1.3rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.value-item p,
.cta-section p {
  color: rgba(255, 255, 255, 0.82);
}

.service-panel {
  background: linear-gradient(180deg, #f9fbfd, #eef4fb);
}

.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.service-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-main);
  font-weight: 600;
}

.service-list li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 0.45rem;
  background: var(--brand-accent);
}

.compact li {
  border-bottom: 1px solid var(--border-soft);
  padding-bottom: 0.95rem;
}

.compact li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cta-section {
  background: linear-gradient(135deg, #0b1f42, #103a78, #2167ae);
  color: #fff;
}

.route-visual,
.content-card.image-card {
  overflow: hidden;
  padding: 0;
}

.content-card-body {
  padding: 1.75rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  background: linear-gradient(145deg, #12376c, #0b1f42);
  border: 0;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: start;
}

.timeline-step .icon-chip {
  margin-bottom: 0;
  width: 4rem;
  height: 4rem;
}

.contact-list,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li,
.footer-links li {
  margin-bottom: 0.75rem;
  color: var(--text-muted);
}

.contact-list a,
.footer-links a {
  color: inherit;
}

.contact-form-panel {
  background: linear-gradient(180deg, #ffffff, #f5f9fd);
}

.form-label {
  color: var(--brand-dark);
  font-weight: 600;
}

.form-control,
.form-select {
  min-height: 3.25rem;
  border-radius: 1rem;
  border-color: var(--border-soft);
  padding: 0.85rem 1rem;
}

textarea.form-control {
  min-height: 9rem;
}

.site-footer {
  padding: 4rem 0 1.75rem;
  background: var(--brand-dark);
  color: rgba(255, 255, 255, 0.84);
}

.site-footer h6 {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
}

.footer-copy,
.footer-links li,
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
}

.narrow-content {
  max-width: 52rem;
}

.narrow-content h2 {
  margin-top: 2rem;
}

.notice-banner {
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px dashed rgba(240, 165, 58, 0.5);
  background: rgba(240, 165, 58, 0.08);
  color: var(--text-main);
}

@media (max-width: 991.98px) {
  .brand-title {
    font-size: 0.92rem;
  }

  .brand-subtitle {
    font-size: 0.75rem;
  }

  .hero-section {
    padding-top: 4.5rem;
  }

  .hero-stage,
  .capability-grid,
  .trade-grid,
  .advantage-strip {
    grid-template-columns: 1fr;
  }

  .hero-copy-panel {
    padding: 2rem;
  }

  .hero-media-panel img {
    min-height: 24rem;
  }

  .category-item {
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
  }

  .category-item:last-child {
    border-bottom: 0;
  }

  .hero-metrics,
  .stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 3.5rem 0;
  }

  .whatsapp-support {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 3rem;
    height: 3rem;
  }

  .timeline-step {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .visual-tile img {
    min-height: 20rem;
  }
}
