/* ============================================================
   BLUE SEA TRADING & CONTRACTING — Main Stylesheet
   ============================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy:    #152240;
  --navy2:   #1B2A4A;
  --teal:    #1A9E8C;
  --teal2:   #22BBA6;
  --orange:  #E87B2B;
  --orange2: #F59042;
  --white:   #FFFFFF;
  --off:     #F7F9FC;
  --g100:    #EEF1F6;
  --g200:    #D8DFE9;
  --g400:    #7A8AA8;
  --g700:    #3C4A62;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--navy); background: #fff; line-height: 1.7; font-size: 16px; -webkit-font-smoothing: antialiased; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(21,34,64,0.97); backdrop-filter: blur(10px);
  height: 70px; display: flex; align-items: center;
  padding: 0 6%; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.72); font-size: 13px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--teal2); }
.nav-cta { background: var(--orange) !important; color: #fff !important; padding: 9px 22px; border-radius: 6px; font-weight: 600 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--orange2) !important; }

/* ── HERO ── */
.hero {
  min-height: 100vh; background: var(--navy);
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; padding: 100px 6% 80px;
  position: relative; overflow: hidden; gap: 60px;
}
.hero-bg  { position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 40%, rgba(26,158,140,.10) 0%, transparent 55%), radial-gradient(ellipse at 10% 80%, rgba(232,123,43,.07) 0%, transparent 50%); }
.hero-grid{ position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; }
.hero-left { position: relative; z-index: 2; }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(26,158,140,.12); border: 1px solid rgba(26,158,140,.28); color: var(--teal2); font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; padding: 7px 16px; border-radius: 100px; margin-bottom: 28px; }
.hero-pill i { width: 6px; height: 6px; background: var(--teal2); border-radius: 50%; display: inline-block; }
.hero-logo-img { height: 70px; width: auto; margin-bottom: 26px; display: block; }
h1.hero-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(54px, 7vw, 88px); color: #fff; line-height: .95; letter-spacing: -1px; margin-bottom: 8px; }
h1.hero-title .t { color: var(--teal2); }
.hero-sub  { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: clamp(18px,2.2vw,26px); color: var(--orange2); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 22px; }
.hero-desc { font-size: 16px; color: rgba(255,255,255,.62); max-width: 460px; line-height: 1.85; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-p { background: var(--orange); color: #fff; padding: 14px 30px; border-radius: 8px; font-weight: 600; font-size: 15px; text-decoration: none; transition: background .2s, transform .15s; display: inline-block; }
.btn-p:hover { background: var(--orange2); transform: translateY(-1px); }
.btn-o { border: 1.5px solid rgba(255,255,255,.22); color: #fff; padding: 14px 30px; border-radius: 8px; font-weight: 500; font-size: 15px; text-decoration: none; transition: border-color .2s, background .2s; display: inline-block; }
.btn-o:hover { border-color: var(--teal2); background: rgba(26,158,140,.09); }
.hero-right { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; padding: 28px 22px; text-align: center; }
.stat.accent { background: rgba(26,158,140,.12); border-color: rgba(26,158,140,.25); }
.stat-n { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 800; color: var(--teal2); line-height: 1; margin-bottom: 6px; }
.stat-l { font-size: 12px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500; }
.stat.accent .stat-n { color: #fff; }
.stat.accent .stat-l { color: rgba(255,255,255,.7); }

/* ── SHARED SECTION ── */
section { padding: 90px 6%; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
h2.sh { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(34px,4vw,52px); color: var(--navy); line-height: 1.05; letter-spacing: -.5px; margin-bottom: 18px; }
.rule  { width: 44px; height: 3px; background: var(--orange); border-radius: 2px; margin-bottom: 28px; }
.sdesc { font-size: 16px; color: var(--g400); max-width: 560px; line-height: 1.85; }

/* ── ABOUT ── */
#about { background: var(--off); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 56px; }
.about-card { background: var(--navy2); border-radius: 18px; padding: 44px 38px; color: #fff; position: relative; overflow: hidden; }
.about-card::before { content: ""; position: absolute; top: -50px; right: -50px; width: 180px; height: 180px; background: rgba(26,158,140,.13); border-radius: 50%; }
.about-card::after  { content: ""; position: absolute; bottom: -30px; left: 30px;  width: 120px; height: 120px; background: rgba(232,123,43,.09); border-radius: 50%; }
.about-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 800; margin-bottom: 16px; position: relative; z-index: 1; }
.about-card p  { font-size: 15px; color: rgba(255,255,255,.68); line-height: 1.85; position: relative; z-index: 1; }
.about-badge { position: absolute; bottom: -18px; right: 30px; background: var(--orange); color: #fff; border-radius: 10px; padding: 14px 20px; font-size: 12.5px; font-weight: 600; box-shadow: 0 8px 24px rgba(232,123,43,.35); text-align: center; }
.about-badge strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 800; line-height: 1; }
.about-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.pillar { background: #fff; border: 1px solid var(--g200); border-radius: 10px; padding: 16px 18px; border-left: 3px solid var(--teal); }
.pt { font-weight: 600; font-size: 14px; color: var(--navy); margin-bottom: 4px; }
.pd { font-size: 13px; color: var(--g400); line-height: 1.5; }

/* ── SERVICES ── */
#services { background: #fff; }
.svc-hdr  { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; gap: 40px; }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(228px,1fr)); gap: 18px; }
.svc-card { background: var(--off); border: 1px solid var(--g200); border-radius: 14px; padding: 28px 24px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.svc-card:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(26,158,140,.1); }

/* Elegant icon box */
.svc-icon-box { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: transform 0.2s; }
.svc-card:hover .svc-icon-box { transform: scale(1.08); }
.svc-icon-box svg { width: 26px; height: 26px; stroke-width: 1.6; }
.ic-t { background: #E1F5EE; color: #0F6E56; }
.ic-n { background: #EEF1F8; color: #1B2A4A; }
.ic-o { background: #FDF0E6; color: #993C1D; }
.svc-title { font-weight: 600; font-size: 14.5px; color: var(--navy); margin-bottom: 6px; }
.svc-desc  { font-size: 13px; color: var(--g400); line-height: 1.6; }

/* ── QUALITY ── */
#quality { background: var(--navy); padding: 90px 6%; }
#quality .eyebrow { color: var(--teal2); }
#quality .sh { color: #fff; }
.q-grid   { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 56px; }
.q-promise { font-size: 17px; color: rgba(255,255,255,.68); line-height: 1.9; margin-bottom: 36px; }
.q-pts { display: flex; flex-direction: column; gap: 20px; }
.q-pt  { display: flex; gap: 14px; align-items: flex-start; }
.q-pt-ico { width: 40px; height: 40px; background: rgba(26,158,140,.18); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--teal2); }
.q-pt-ico svg { width: 20px; height: 20px; stroke-width: 1.8; }
.q-pt-text h4 { font-weight: 600; font-size: 15px; color: #fff; margin-bottom: 3px; }
.q-pt-text p  { font-size: 13.5px; color: rgba(255,255,255,.52); line-height: 1.6; }
.q-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.qm { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; padding: 30px 20px; text-align: center; }
.qm.hi { background: var(--teal); border-color: var(--teal); }
.qm-v { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 800; color: var(--teal2); line-height: 1; margin-bottom: 8px; }
.qm.hi .qm-v { color: #fff; }
.qm-l { font-size: 12.5px; color: rgba(255,255,255,.5); line-height: 1.4; }
.qm.hi .qm-l { color: rgba(255,255,255,.82); }

/* ── TEAM ── */
#team { background: var(--off); }
.team-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: center; margin-top: 56px; }
.team-left p { color: var(--g700); font-size: 16px; line-height: 1.88; margin-bottom: 18px; }
.team-pts { display: flex; flex-direction: column; gap: 14px; }
.tpt { display: flex; gap: 14px; background: #fff; border: 1px solid var(--g200); border-radius: 10px; padding: 16px 18px; align-items: flex-start; }
.tpt-dot  { width: 10px; height: 10px; background: var(--orange); border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.tpt-text strong { font-size: 14px; font-weight: 600; color: var(--navy); display: block; margin-bottom: 2px; }
.tpt-text span   { font-size: 13.5px; color: var(--g400); line-height: 1.55; }

/* ── CLIENTS ── */
#clients { background: #fff; }
.clients-intro { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; gap: 40px; }
.c-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(198px,1fr)); gap: 14px; }
.c-tile { border: 1px solid var(--g200); border-radius: 12px; padding: 18px 16px; display: flex; align-items: center; gap: 12px; background: var(--off); transition: border-color .2s, box-shadow .2s; }
.c-tile:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(26,158,140,.1); }
.c-ico  { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 15px; color: #fff; flex-shrink: 0; }
.c-name { font-size: 13px; font-weight: 600; color: var(--navy); line-height: 1.35; }

/* ── CONTACT ── */
#contact { background: var(--navy); }
#contact .eyebrow { color: var(--teal2); }
#contact .sh      { color: #fff; }
#contact .sdesc   { color: rgba(255,255,255,.58); }
.ct-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 56px; }
.ct-items { display: flex; flex-direction: column; gap: 22px; margin-top: 10px; }
.ct-item  { display: flex; gap: 16px; align-items: flex-start; }
.ct-ico   { width: 46px; height: 46px; background: rgba(26,158,140,.13); border: 1px solid rgba(26,158,140,.22); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--teal2); }
.ct-ico svg { width: 20px; height: 20px; stroke-width: 1.8; }
.ct-lbl { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal2); margin-bottom: 4px; }
.ct-val { font-size: 15px; color: rgba(255,255,255,.82); line-height: 1.6; }
.ct-val a { color: rgba(255,255,255,.82); text-decoration: none; transition: color .2s; }
.ct-val a:hover { color: var(--teal2); }
.ct-primary-tag { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange2); background: rgba(232,123,43,.15); border: 1px solid rgba(232,123,43,.3); padding: 2px 8px; border-radius: 20px; margin-left: 8px; vertical-align: middle; }
.ct-box { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 40px; }
.map-ph { background: rgba(255,255,255,.04); border: 1px dashed rgba(255,255,255,.13); border-radius: 10px; height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; margin-bottom: 24px; color: rgba(255,255,255,.28); font-size: 13px; }
.map-ph svg { width: 36px; height: 36px; opacity: .3; }
.addr { font-size: 15px; color: rgba(255,255,255,.68); line-height: 2; }
.addr strong { color: #fff; font-weight: 600; display: block; font-size: 16px; margin-bottom: 8px; }

/* ── FOOTER ── */
footer { background: #09101F; padding: 28px 6%; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.05); flex-wrap: wrap; gap: 20px; }
.f-brand { display: flex; align-items: center; gap: 12px; }
.f-logo img { height: 36px; width: auto; }
.f-name { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.f-tag  { font-size: 12px; color: var(--teal2); font-style: italic; }
.f-copy { font-size: 12px; color: rgba(255,255,255,.28); }

/* ── RESPONSIVE ── */
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding-top: 100px; }
  .hero-right { display: none; }
  .about-grid, .q-grid, .team-grid, .ct-grid { grid-template-columns: 1fr; gap: 40px; }
  nav .nav-links { display: none; }
  .about-pillars { grid-template-columns: 1fr; }
  .svc-hdr .sdesc, .clients-intro .sdesc { display: none; }
}
