/* ============================================================
   MARINE PRIDE — Premium Corporate Theme v3.0
   ============================================================ */

/* 1. VARIABLES */
:root {
  --primary:       #062949;
  --primary-dark:  #031729;
  --secondary:     #0e5c9c;
  --accent:        #e8701a;
  --accent-h:      #c95d12;
  --surface:       #f0f6fb;
  --surface2:      #e4edf5;
  --border:        #d0e1ee;
  --text:          #0d1b29;
  --text-mid:      #456275;
  --white:         #ffffff;
  --topbar-h:      42px;
  --navbar-h:      72px;
  --header-h:      calc(var(--topbar-h) + var(--navbar-h));
  --r-sm: 8px; --r-md: 14px; --r-lg: 24px;
  --sh-xs: 0 1px 6px rgba(6,41,73,.07);
  --sh-sm: 0 4px 18px rgba(6,41,73,.11);
  --sh-md: 0 8px 36px rgba(6,41,73,.15);
  --tr: .3s cubic-bezier(.4,0,.2,1);
}

/* 2. RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { font-size: 16px; scroll-behavior: smooth; }
body  {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
  padding-top: var(--header-h);
}
img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* 3. TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.18;
  margin-bottom: 0;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.05rem; }
p  { line-height: 1.75; color: var(--text-mid); }

.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .75rem;
}
.section-lead { font-size: 1.08rem; color: var(--text-mid); max-width: 60ch; }
.divider { width: 52px; height: 4px; background: var(--accent); border-radius: 2px; margin-top: 1rem; }
.divider.center { margin-left: auto; margin-right: auto; }
.section-hdr { margin-bottom: 3.2rem; }
.section-hdr.text-center .section-lead { margin: 0 auto; }
.section-hdr h2 { margin-top: .45rem; }

/* 4. LAYOUT HELPERS */
.sec { padding: 5.5rem 0; }
.sec.compact { padding: 3.5rem 0; }
.sec-surface  { background: var(--surface); }
.sec-surface2 { background: var(--surface2); }
.sec-dark     { background: var(--primary); }
.sec-darkest  { background: var(--primary-dark); }

/* 5. BUTTONS */
.btn-mp, .btn-mp:focus {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: .9rem;
  padding: .72rem 1.7rem; border-radius: var(--r-sm);
  border: 2px solid transparent; cursor: pointer;
  transition: var(--tr); white-space: nowrap; line-height: 1;
  text-decoration: none;
}
.btn-mp-primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn-mp-primary:hover { background: var(--accent-h); border-color: var(--accent-h); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 22px rgba(232,112,26,.35); }
.btn-mp-white   { background: transparent; border-color: rgba(255,255,255,.7); color: #fff; }
.btn-mp-white:hover  { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; transform: translateY(-2px); }
.btn-mp-outline { background: transparent; border-color: var(--primary); color: var(--primary); }
.btn-mp-outline:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1050;
}

/* 6. NAVBAR */
.site-topbar {
  background: linear-gradient(90deg, #031729 0%, #062949 52%, #0a3f6e 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-topbar-inner {
  min-height: var(--topbar-h);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.topbar-contact, .topbar-meta {
  display: flex; align-items: center; gap: 1rem;
}
.topbar-link {
  display: inline-flex; align-items: center; gap: .45rem;
  color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 600;
  transition: color .2s;
}
.topbar-link .bi,
.topbar-badge .bi {
  color: var(--accent);
}
.topbar-link:hover {
  color: #fff;
}
.topbar-meta {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.topbar-badge {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .35rem .75rem; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.72); font-size: .73rem; font-weight: 700; letter-spacing: .03em;
}
.site-navbar {
  position: relative;
  background: var(--primary);
  padding: .9rem 0;
  transition: background .35s ease, box-shadow .35s ease, padding .25s ease;
  box-shadow: 0 2px 24px rgba(0,0,0,.25);
}
.hero-page .site-navbar             { background: transparent; box-shadow: none; }
.hero-page .site-navbar.nav-scrolled{ background: rgba(6,41,73,.97); backdrop-filter: blur(14px); box-shadow: 0 2px 30px rgba(0,0,0,.32); }
.site-navbar.nav-scrolled           { background: rgba(6,41,73,.97); backdrop-filter: blur(14px); box-shadow: 0 2px 30px rgba(0,0,0,.32); }

.site-navbar .container { align-items: center; }
.navbar-brand { margin-right: 1rem; padding: 0; }
.nav-brand { display: inline-flex; flex-direction: column; justify-content: center; line-height: 1; gap: 3px; }
.nav-brand-logo {
  display: inline-flex; align-items: center;
}
.nav-brand-logo img {
  height: 58px;
  width: auto;
  object-fit: contain;
}
.nav-brand-name {
  font-family: 'Raleway', sans-serif; font-weight: 900; font-size: 1.9rem;
  color: #fff; letter-spacing: -.01em;
}
.nav-brand-tag {
  font-family: 'Inter', sans-serif; font-size: .72rem; font-weight: 500;
  color: rgba(255,255,255,.55); letter-spacing: .1em; text-transform: uppercase;
}
.site-navbar .nav-link {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: .85rem;
  color: rgba(255,255,255,.82); padding: .4rem 0 !important; margin: 0 .85rem;
  position: relative; letter-spacing: .03em; transition: color .25s;
}
.site-navbar .nav-link::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: right; transition: transform .28s;
}
.site-navbar .nav-link:hover, .site-navbar .nav-link.active { color: #fff; }
.site-navbar .nav-link:hover::after, .site-navbar .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.navbar-toggler { border: 1.5px solid rgba(255,255,255,.3); border-radius: 6px; padding: .32rem .6rem; }
.navbar-toggler-icon { filter: invert(1); }

/* 7. HERO SECTION */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: block;
  overflow: hidden;
  background: var(--primary-dark);
  margin-top: calc(-1 * var(--header-h));
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #020d18 0%, #062949 38%, #0a3f6e 68%, #0e5c9c 100%);
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 18% 55%, rgba(14,92,156,.35) 0%, transparent 55%),
    radial-gradient(ellipse at 82% 22%, rgba(14,92,156,.22) 0%, transparent 45%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 1px,transparent 1px,transparent 40px);
}
/* Floating glow blobs */
.hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-blob-1 { width: 520px; height: 520px; top: -100px; right: -80px; background: radial-gradient(circle, rgba(30,128,200,.12) 0%, transparent 70%); animation: hfloat 9s ease-in-out infinite; }
.hero-blob-2 { width: 320px; height: 320px; bottom: 60px; left: 4%; background: radial-gradient(circle, rgba(14,92,156,.15) 0%, transparent 70%); animation: hfloat 11s ease-in-out infinite; animation-delay: -4s; }
.hero-blob-3 { width: 180px; height: 180px; top: 35%; left: 55%; background: radial-gradient(circle, rgba(232,112,26,.14) 0%, transparent 70%); animation: hfloat 7s ease-in-out infinite; animation-delay: -2s; }
@keyframes hfloat { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-28px) scale(1.04)} }

.hero-content { position: relative; z-index: 5; padding: 3rem 0 5rem; }
.hero-chip {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px; padding: .38rem 1rem;
  font-size: .76rem; font-weight: 700; color: rgba(255,255,255,.82);
  letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(4px);
  margin-bottom: 1.4rem;
}
.hero-chip .bi { color: var(--accent); }
.hero-title { color: #fff; margin-bottom: 1rem; }
.hero-title .highlight { color: var(--accent); }
.hero-typed {
  font-family: 'Inter', sans-serif; font-size: 1.15rem; font-weight: 600;
  color: rgba(255,255,255,.72); min-height: 2em; margin-bottom: 1.6rem;
  display: flex; align-items: center; gap: .3rem;
}
.typed-cursor { color: var(--accent); animation: tblink 1s step-end infinite; }
@keyframes tblink { 0%,100%{opacity:1} 50%{opacity:0} }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.65); max-width: 55ch; margin-bottom: 2rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 2.8rem; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: .65rem;
  padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1);
}
.trust-chip {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-sm); padding: .4rem .85rem;
  font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.78); backdrop-filter: blur(4px);
}
.trust-chip .bi { color: var(--accent); font-size: .95rem; }
/* Scroll arrow */
.scroll-hint {
  position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.4); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: .25rem; z-index: 5;
  animation: shrink 2.4s ease-in-out infinite;
}
.scroll-hint .bi { font-size: 1.3rem; }
@keyframes shrink { 0%,100%{transform:translateX(-50%) translateY(0); opacity:.45} 50%{transform:translateX(-50%) translateY(8px); opacity:.9} }
/* Hero wave */
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; z-index: 6; }
.hero-wave svg { display: block; width: 100%; }

/* ── Hero Carousel ──────────────────────────────────── */
.hero-carousel { height: 100vh; min-height: 600px; position: relative; }
.hero-carousel-inner { height: 100%; }
.hero-carousel .carousel-item { height: 100%; }
/* Per-slide full-bleed background image */
.hero-slide-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center center; background-repeat: no-repeat;
  background-color: #031729;    /* fallback colour until image loads */
}
/* Dark gradient overlay per slide */
.hero-slide-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg,
    rgba(2,13,24,.92) 0%,
    rgba(6,41,73,.82) 50%,
    rgba(14,92,156,.52) 100%);
}
/* Blobs render above overlay, below caption */
.hero-blob { z-index: 3; }
/* Caption — fills slide, text left-aligned and vertically centred */
.hero-slide-caption {
  position: absolute !important;
  inset: 0 !important; left: 0 !important; right: 0 !important;
  top: 0 !important; bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  text-align: left !important;
  padding: var(--header-h) 0 6rem !important;
  z-index: 5;
}
/* Scroll hint above carousel UI */
.scroll-hint { z-index: 7; }
/* Arrow controls */
.hero-ctrl {
  width: 3.6rem; top: 50%; bottom: auto;
  transform: translateY(-50%); opacity: 1;
  z-index: 20; /* must be above hero-slide-caption z-index:5 */
}
.hero-ctrl.carousel-control-prev { left: 1.5rem; }
.hero-ctrl.carousel-control-next { right: 1.5rem; }
.hero-arr {
  display: flex; align-items: center; justify-content: center;
  width: 3.6rem; height: 3.6rem; border-radius: 50%;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(6px);
  font-size: 1.3rem; color: #fff;
  transition: background .25s, border-color .25s;
}
.hero-ctrl:hover .hero-arr,
.hero-ctrl:focus .hero-arr { background: var(--accent); border-color: var(--accent); }
/* Bootstrap carousel dot indicators — styled as amber/navy dots */
.hero-dots { bottom: 5rem !important; z-index: 7; }
.hero-dots [data-bs-target] {
  width: 10px !important; height: 10px !important;
  border-radius: 50% !important; border: none !important;
  background: rgba(255,255,255,.35) !important;
  opacity: 1 !important; margin: 0 5px;
  transition: background .3s, transform .3s;
}
.hero-dots .active { background: var(--accent) !important; transform: scale(1.3); }

/* 8. IMAGE PLACEHOLDER BLOCKS */
.img-ph {
  border-radius: var(--r-lg); overflow: hidden; position: relative;
  background: linear-gradient(145deg, #0b3658 0%, #0d5490 50%, #1a7ac8 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 2.5rem;
}
.img-ph::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 1px,transparent 1px,transparent 50px),
    repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 1px,transparent 1px,transparent 50px);
}
.img-ph .ph-icon { font-size: 3.5rem; color: rgba(255,255,255,.2); position: relative; z-index: 2; }
.img-ph .ph-label { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.28); position: relative; z-index: 2; margin-top: .5rem; }
.img-ph.tall { min-height: 380px; }
.img-ph.short { min-height: 220px; }

/* 9. STATS BAND */
.stats-sec {
  background: var(--primary);
  padding: 4.5rem 0; position: relative; overflow: hidden;
}
.stats-sec::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.022) 0,rgba(255,255,255,.022) 1px,transparent 1px,transparent 32px);
}
.stat-item { text-align: center; position: relative; z-index: 2; }
.stat-num {
  font-family: 'Raleway', sans-serif; font-weight: 900;
  font-size: clamp(2.4rem, 4.5vw, 3.5rem);
  color: #fff; display: block; line-height: 1; margin-bottom: .35rem;
}
.stat-lbl { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.5); letter-spacing: .06em; text-transform: uppercase; }
.stat-sep { width: 1px; height: 58px; background: rgba(255,255,255,.14); margin: 0 auto; }

/* 10. SERVICE CARDS */
.svc-card {
  background: #fff; border-radius: var(--r-md); padding: 1.9rem 1.75rem;
  border: 1px solid var(--border); border-top: 4px solid var(--accent);
  transition: transform var(--tr), box-shadow var(--tr); height: 100%;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--sh-md); }
.svc-icon {
  width: 54px; height: 54px; border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(14,92,156,.1) 0%, rgba(6,41,73,.08) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.45rem; color: var(--secondary); margin-bottom: 1.2rem;
  transition: background var(--tr), color var(--tr);
}
.svc-card:hover .svc-icon { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-h) 100%); color: #fff; }
.svc-card h5 { font-size: 1.02rem; font-weight: 800; margin-bottom: .55rem; }
.svc-card p  { font-size: .88rem; margin: 0; }

/* 11. FEATURE ROWS (Why Choose Us) */
.feature-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.4rem; }
.feature-dot {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-h) 100%);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem;
}
.feature-item h6 { font-weight: 800; font-size: .98rem; color: var(--primary); margin-bottom: .2rem; }
.feature-item p  { font-size: .87rem; margin: 0; }

/* 12. FLEET TAGS */
.fleet-card {
  background: #fff; border-radius: var(--r-md); padding: 1.6rem;
  border: 1px solid var(--border); height: 100%;
  transition: var(--tr);
}
.fleet-card:hover { box-shadow: var(--sh-sm); transform: translateY(-4px); }
.fleet-card-icon {
  width: 46px; height: 46px; border-radius: var(--r-sm);
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.3rem; margin-bottom: .9rem;
}
.fleet-card h6 { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: .75rem; }
.fleet-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.ftag { font-size: .79rem; font-weight: 500; padding: .26rem .7rem; border-radius: 999px; background: var(--surface); color: var(--text-mid); border: 1px solid var(--border); }

/* 13. GLOBAL PRESENCE (dark section) */
.country-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(118px,1fr)); gap: .65rem; }
.country-chip {
  display: flex; align-items: center; gap: .45rem;
  padding: .55rem .85rem; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-sm);
  color: rgba(255,255,255,.78); font-size: .84rem; font-weight: 600;
}
.country-chip .bi { color: var(--accent); }

/* 14. CTA SECTION */
.cta-sec {
  background: linear-gradient(135deg, #031729 0%, #062949 50%, #0e5c9c 100%);
  padding: 5.5rem 0; position: relative; overflow: hidden;
}
.cta-sec::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.022) 0,rgba(255,255,255,.022) 1px,transparent 1px,transparent 35px);
}
.cta-sec h2 { color: #fff; }
.cta-sec p  { color: rgba(255,255,255,.68); font-size: 1.05rem; }
.cta-sec > .container { position: relative; z-index: 2; }

/* 15. PAGE BANNER (inner pages) */
.page-banner {
  background: linear-gradient(135deg, #020d18 0%, #062949 40%, #0a3f6e 72%, #0e5c9c 100%);
  padding: 5rem 0 2.5rem; position: relative; overflow: hidden;
}
/* Layer 1 — SVG geometric maritime texture (compass rose grid + dots) */
.page-banner::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cdefs%3E%3Cpattern id='grid' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 60 0 L 0 0 0 60' fill='none' stroke='rgba(255,255,255,0.14)' stroke-width='0.8'/%3E%3C/pattern%3E%3Cpattern id='cross' width='120' height='120' patternUnits='userSpaceOnUse'%3E%3Crect width='120' height='120' fill='url(%23grid)'/%3E%3Ccircle cx='60' cy='60' r='1.5' fill='rgba(255,255,255,0.22)'/%3E%3Ccircle cx='0' cy='0' r='1.5' fill='rgba(255,255,255,0.22)'/%3E%3Ccircle cx='120' cy='0' r='1.5' fill='rgba(255,255,255,0.22)'/%3E%3Ccircle cx='0' cy='120' r='1.5' fill='rgba(255,255,255,0.22)'/%3E%3Ccircle cx='120' cy='120' r='1.5' fill='rgba(255,255,255,0.22)'/%3E%3Cline x1='60' y1='20' x2='60' y2='100' stroke='rgba(255,255,255,0.09)' stroke-width='0.6' stroke-dasharray='4 6'/%3E%3Cline x1='20' y1='60' x2='100' y2='60' stroke='rgba(255,255,255,0.09)' stroke-width='0.6' stroke-dasharray='4 6'/%3E%3Ccircle cx='60' cy='60' r='22' fill='none' stroke='rgba(255,255,255,0.11)' stroke-width='0.8'/%3E%3Ccircle cx='60' cy='60' r='12' fill='none' stroke='rgba(232,112,26,0.22)' stroke-width='0.8'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='120' height='120' fill='url(%23cross)'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  opacity: 1;
}
/* Layer 2 — Radial glow hotspots for depth */
.page-banner::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(14,92,156,.30) 0%, transparent 50%),
    radial-gradient(ellipse at 88% 20%, rgba(232,112,26,.10) 0%, transparent 40%),
    radial-gradient(ellipse at 70% 90%, rgba(14,92,156,.18) 0%, transparent 40%);
}
.page-banner .eyebrow { color: var(--accent); }
.page-banner h1 { color: #fff; font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
.page-banner p.lead { color: rgba(255,255,255,.65); font-size: 1.05rem; max-width: 55ch; }
.breadcrumb-row { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); margin-top: 1.5rem; }
.breadcrumb-row a { color: rgba(255,255,255,.5); font-size: .82rem; }
.breadcrumb-row .sep { color: rgba(255,255,255,.28); margin: 0 .4rem; }
.breadcrumb-row .cur { color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 600; }
.banner-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; }
.banner-wave svg { display: block; width: 100%; }
.page-banner-cont { position: relative; z-index: 2; }

/* 16. MISSION / VISION CARDS */
.mv-card { border-radius: var(--r-lg); padding: 2.5rem; height: 100%; position: relative; overflow: hidden; }
.mv-card h3 { color: #fff; margin-bottom: 1rem; }
.mv-card p  { color: rgba(255,255,255,.78); }
.mv-card .big-icon { position: absolute; bottom: -1.5rem; right: -1rem; font-size: 8rem; color: rgba(255,255,255,.06); line-height: 1; }
.mv-mission { background: var(--primary); }
.mv-vision  { background: var(--accent); }

/* 17. VALUE ITEMS */
.value-item {
  display: flex; align-items: flex-start; gap: .9rem;
  padding: 1.1rem; border-radius: var(--r-md);
  background: #fff; border: 1px solid var(--border);
  transition: box-shadow var(--tr);
}
.value-item:hover { box-shadow: var(--sh-sm); }
.value-dot { flex-shrink: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); margin-top: 5px; }
.value-item h6 { font-weight: 800; font-size: .95rem; margin-bottom: .2rem; color: var(--primary); }
.value-item p  { font-size: .86rem; margin: 0; }

/* 18. CERT BADGES */
.cert-badge {
  display: flex; align-items: center; gap: .75rem;
  padding: 1rem 1.2rem; border-radius: var(--r-md);
  background: var(--surface); border: 1px solid var(--border);
  height: 100%;
}
.cert-badge .bi { font-size: 1.75rem; color: var(--accent); flex-shrink: 0; }
.cert-badge strong { display: block; font-size: .94rem; color: var(--primary); }
.cert-badge span   { font-size: .76rem; color: var(--text-mid); }

/* 19. TRAINING COURSES */
.course-card {
  border-radius: var(--r-md); padding: 1.5rem; background: #fff;
  border: 1px solid var(--border); border-left: 4px solid var(--accent);
  transition: box-shadow var(--tr); height: 100%;
}
.course-card:hover { box-shadow: var(--sh-sm); }
.course-card h5 { font-size: 1rem; font-weight: 800; margin-bottom: .45rem; }
.course-card p  { font-size: .87rem; margin-bottom: .4rem; }
.course-card .badge-text { font-size: .74rem; color: var(--text-mid); font-weight: 600; }

/* 20. POSITION PILLS */
.pos-pill {
  display: flex; align-items: center; gap: .7rem;
  padding: .85rem 1rem; border-radius: var(--r-md);
  background: #fff; border: 1px solid var(--border); margin-bottom: .5rem;
  transition: var(--tr);
}
.pos-pill:hover { border-color: var(--accent); background: rgba(232,112,26,.03); }
.pos-pill .bi { color: var(--accent); }
.pos-pill span { font-weight: 700; font-size: .9rem; color: var(--primary); }

/* 21. CONTACT */
.contact-dark {
  background: var(--primary); border-radius: var(--r-lg); padding: 2.5rem; height: 100%;
  position: relative; overflow: hidden; color: rgba(255,255,255,.82);
}
.contact-dark::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.04);
}
.contact-dark h3 { color: #fff; margin-bottom: 1.5rem; }
.cd-row { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: 1.2rem; }
.cd-icon {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: var(--r-sm);
  background: rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: .95rem;
}
.cd-row strong { display: block; font-size: .72rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .15rem; }
.cd-row span, .cd-row a { font-size: .9rem; color: rgba(255,255,255,.88); line-height: 1.55; }
.cd-row a:hover { color: var(--accent); }

/* 22. SOCIAL LINKS */
.social-strip { display: flex; gap: .5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); margin-top: 1.5rem; }
.soc-link {
  width: 36px; height: 36px; border-radius: var(--r-sm);
  background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65); font-size: .95rem; transition: var(--tr);
}
.soc-link:hover { background: var(--accent); color: #fff; }

/* 23. FORMS */
.form-card {
  background: #fff; border-radius: var(--r-lg); padding: 2.5rem;
  border: 1px solid var(--border); box-shadow: var(--sh-sm);
}
.form-label { font-weight: 700; font-size: .83rem; color: var(--primary); margin-bottom: .38rem; }
.form-control, .form-select {
  border: 1.5px solid var(--border); border-radius: var(--r-sm);
  font-size: .9rem; padding: .62rem .85rem;
  transition: border-color .2s, box-shadow .2s; color: var(--text);
}
.form-control:focus, .form-select:focus {
  border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(14,92,156,.13); outline: none;
}
.captcha-wrap {
  display: flex; align-items: center; gap: .75rem;
}
.captcha-question {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 0 .95rem; border-radius: var(--r-sm); background: var(--surface);
  border: 1px solid var(--border); color: var(--primary); font-weight: 800; white-space: nowrap;
}
.form-note {
  font-size: .78rem; color: var(--text-mid);
}
.spam-trap {
  position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
}

/* 24. MAP */
.map-wrap { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--sh-xs); }

/* 25. OVERVIEW BROCHURE BAR */
.brochure-bar {
  display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem;
  border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--border); margin-top: 2rem;
}
.brochure-bar .bi { font-size: 2rem; color: var(--accent); }

/* 26. FOOTER */
.site-footer { background: #020e1c; color: rgba(255,255,255,.62); padding-top: 4.5rem; }
.footer-brand .fn { font-family: 'Raleway', sans-serif; font-size: 1.25rem; font-weight: 900; color: #fff; margin-bottom: .35rem; }
.footer-brand p { font-size: .84rem; color: rgba(255,255,255,.47); line-height: 1.6; }
.footer-certs { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.1rem; }
.footer-cert-pill {
  font-size: .69rem; font-weight: 700; padding: .22rem .62rem; border-radius: 999px;
  background: rgba(255,255,255,.07); color: rgba(255,255,255,.52);
  border: 1px solid rgba(255,255,255,.1); letter-spacing: .05em;
}
.footer-hd {
  font-family: 'Raleway', sans-serif; font-size: .76rem; font-weight: 900;
  letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.88); margin-bottom: 1.2rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a {
  color: rgba(255,255,255,.5); font-size: .87rem; transition: color .2s;
  display: inline-flex; align-items: center; gap: .35rem;
}
.footer-links a:hover { color: rgba(255,255,255,.9); }
.footer-links a::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); opacity: 0; transition: opacity .2s; }
.footer-links a:hover::before { opacity: 1; }
.footer-contact-row { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .85rem; }
.footer-contact-row .bi { color: var(--accent); font-size: .92rem; margin-top: 2px; flex-shrink: 0; }
.footer-contact-row span, .footer-contact-row a { font-size: .84rem; color: rgba(255,255,255,.52); line-height: 1.55; }
.footer-contact-row a:hover { color: var(--accent); }
.footer-social { display: flex; gap: .46rem; margin-top: 1rem; }
.fsoc {
  width: 33px; height: 33px; border-radius: var(--r-sm); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.48); font-size: .88rem; transition: var(--tr);
}
.fsoc:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 1.2rem 0; margin-top: 3rem; }
.footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.3); margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.42); transition: color .2s; }
.footer-bottom a:hover { color: var(--accent); }

/* 27. FLOATING BUTTONS */
.wa-float {
  position: fixed; bottom: 1.6rem; right: 1.6rem; z-index: 1040;
  width: 52px; height: 52px; border-radius: 50%; background: #25d366;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.55rem;
  box-shadow: 0 4px 18px rgba(37,211,102,.5); transition: transform .25s, box-shadow .25s;
  text-decoration: none;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,.6); color: #fff; }
.scrolltop-btn {
  position: fixed; bottom: 5.5rem; right: 1.6rem; z-index: 1040;
  width: 42px; height: 42px; border-radius: 50%; background: var(--primary);
  border: none; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .95rem;
  cursor: pointer; box-shadow: var(--sh-sm); opacity: 0; transform: translateY(10px);
  transition: opacity .3s, transform .3s, background .2s;
}
.scrolltop-btn.show { opacity: 1; transform: translateY(0); }
.scrolltop-btn:hover { background: var(--secondary); }

/* 28. MISC */
.marine-list { padding-left: 1.2rem; }
.marine-list li { margin-bottom: .6rem; color: var(--text-mid); font-size: .92rem; }
hr.mp-hr { border-color: var(--border); opacity: 1; margin: 1.5rem 0; }

/* 29. RESPONSIVE */
@media (max-width: 1199.98px) {
  .sec { padding: 4.5rem 0; }
}
@media (max-width: 991.98px) {
  :root { --navbar-h: 65px; --topbar-h: 40px; }
  .sec { padding: 3.5rem 0; }
  .hero-section { min-height: 88vh; }
  .stat-sep { display: none; }
  .site-navbar { padding: .75rem 0; }
  .site-navbar .nav-link { margin: 0; padding: .45rem 0 !important; }
  .site-navbar .navbar-collapse {
    margin-top: .9rem; padding: 1rem 1.1rem;
    background: rgba(3,23,41,.96); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-md);
  }
  .page-banner { padding: 4rem 0 2rem; }
  .form-card { padding: 1.75rem; }
  .contact-dark { padding: 1.75rem; }
  .mv-card { padding: 1.75rem; }
  .nav-brand-logo img { height: 50px; }
  .topbar-contact, .topbar-meta { gap: .65rem; }
  .topbar-link { font-size: .72rem; }
  .topbar-badge { font-size: .68rem; }
}
@media (max-width: 767.98px) {
  :root { --navbar-h: 60px; }
  .sec { padding: 2.8rem 0; }
  .hero-content { padding: 2rem 0 4rem; }
  .hero-trust { gap: .4rem; }
  .hero-slide-caption { padding: calc(var(--header-h) + 1rem) 0 5rem !important; }
  .stats-sec { padding: 3rem 0; }
  .footer-social { flex-wrap: wrap; }
  .navbar-brand { max-width: calc(100% - 74px); }
  .nav-brand-logo img { height: 44px; }
  .site-topbar-inner {
    min-height: auto;
    padding: .5rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .topbar-contact,
  .topbar-meta {
    flex-wrap: wrap;
    gap: .5rem .85rem;
  }
  .topbar-meta {
    width: 100%;
    justify-content: flex-start;
  }
  .captcha-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
