:root{
  --primary:#116466;--primary-dark:#0b3c3d;--accent:#ffcb3b;
  --bg:#f5f7fb;--text:#1b1b1b;--muted:#6f7a8a;--white:#fff;
  --shadow-soft:0 18px 45px rgba(15,35,52,.15);
  --shadow-hero:0 24px 60px rgba(0,0,0,.45);
  --radius-lg:18px;--radius-xl:26px;--max-width:1200px;
  --nav-height:86px;
}

/* Base */
*{box-sizing:border-box;margin:0;padding:0}
html{
  scroll-behavior:smooth;
  overflow-x:hidden;
}
body{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* Layout */
.wrapper{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}
.section{
  padding:72px 0;
  scroll-margin-top:92px;
  background:var(--bg);
}
.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:40px}
.section-title{font-size:2rem;font-weight:750;position:relative}
.section-title::before{
  content:"";position:absolute;left:0;bottom:-8px;width:56px;height:3px;border-radius:999px;
  background:linear-gradient(90deg,var(--accent),transparent)
}
.section-subtitle{max-width:560px;color:var(--muted);font-size:.95rem}
.badge{
  display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .95rem;border-radius:999px;
  font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;
  background:rgba(255,203,59,.14);color:#9b7a12;
  border:1px solid rgba(255,203,59,.18)
}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.78rem 1.5rem;border-radius:999px;border:none;
  font-size:.9rem;font-weight:800;cursor:pointer;white-space:nowrap;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease
}
.btn-primary{
  background:linear-gradient(135deg,var(--accent),#ffb81d);color:#2e2610;
  box-shadow:0 10px 30px rgba(255,203,59,.35)
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(255,203,59,.45)}
.btn-outline{
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
  color:#fff;
  backdrop-filter:blur(8px)
}
.btn-outline:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.42);
  transform:translateY(-2px)
}
.btn-sm{padding:.55rem 1rem;font-size:.8rem}

/* Navbar */
.navbar{
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(11,60,61,.94), rgba(11,60,61,.88));
  color: var(--white);
  border-bottom: none;
}

.navbar-inner{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  min-height: var(--nav-height);
}

.navbar-brand{
  display: flex;
  align-items: center;
  gap: .75rem;
}

.logo{
  display: block;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.25));
}

/* Links */
.nav-links{
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: .95rem;
}

.nav-links a{
  padding: .4rem .35rem;
  position: relative;
  font-weight: 650;
  opacity: .92;
  border-radius: 999px;
  transition: opacity .15s ease, background .15s ease, transform .15s ease;
}

.nav-links a:hover{
  opacity: 1;
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.nav-links a::after{
  content: "";
  position: absolute;
  left: .55rem;
  bottom: .18rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  transition: width .18s ease;
}

.nav-links a:hover::after,
.nav-link.active::after{
  width: 22px;
}

/* Toggle */
.nav-toggle{
  display: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45);
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.04);
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.nav-toggle:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.60);
  transform: translateY(-1px);
}
.nav-toggle span{
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after{
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}
.nav-toggle span::before{ top: -5px; }
.nav-toggle span::after{ top: 5px; }

/* Dropdown */
.nav-dropdown{
  position: relative;
}

.nav-dropdown-toggle{
  background: none;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .35rem;
  font-weight: 650;
  opacity: .92;
  border-radius: 999px;
  transition: opacity .15s ease, background .15s ease, transform .15s ease;
}

.nav-dropdown-toggle:hover{
  opacity: 1;
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.caret{
  font-size: .7rem;
  opacity: .75;
  transform: translateY(1px);
}

.nav-dropdown-menu{
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 12px;
  min-width: 280px;
  background: rgba(8,46,47,.98);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  box-shadow: 0 26px 70px rgba(0,0,0,.35);
  padding: .55rem;
  display: none;
  z-index: 1000;
}

.nav-dropdown-menu::before{
  content: "";
  position: absolute;
  left: 0;
  top: -14px;
  width: 100%;
  height: 14px;
}

.nav-dropdown-menu a{
  display: block;
  padding: .75rem .9rem;
  border-radius: 12px;
  font-size: .9rem;
  color: rgba(255,255,255,.92);
  font-weight: 600;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.nav-dropdown-menu a:hover{
  background: rgba(255,255,255,.10);
  color: #fff;
  transform: translateX(2px);
}

.nav-dropdown-menu a.active{
  background: #fff;
  color: var(--primary-dark);
  font-weight: 750;
}

@media (min-width: 992px){
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu{
    display: block;
  }
}

/* Hero */
.hero{
  position:relative;
  min-height:100svh;
  color:var(--white);
  display:flex;
  align-items:stretch;
  overflow:hidden;
  background:radial-gradient(circle at top,#1b7678 0%,#0b3c3d 40%,#031416 100%)
}

.hero-fullscreen{
  min-height:100svh;
}

.hero-media{
  position:absolute;
  inset:0;
  overflow:hidden;
  opacity:1;
}

.hero-media::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("../images/Nk-cover.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  transform:scale(1.04);
  filter:contrast(1.04) saturate(1.02)
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(4,16,18,.42) 0%, rgba(4,16,18,.62) 18%, rgba(3,11,10,.82) 56%, rgba(4,15,16,.92) 100%),
    linear-gradient(115deg, rgba(3,11,10,.82) 0%, rgba(11,60,61,.48) 45%, rgba(3,11,10,.64) 100%);
}

.hero-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(60px);
  opacity:.22;
  pointer-events:none;
}
.hero-glow-1{
  width:300px;height:300px;
  right:-60px;top:20%;
  background:rgba(255,203,59,.35)
}
.hero-glow-2{
  width:240px;height:240px;
  left:-60px;bottom:12%;
  background:rgba(17,100,102,.42)
}

.hero-inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:var(--max-width);
  margin:0 auto;
  padding:calc(var(--nav-height) + 2.4rem) 1.5rem 3.5rem;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:2.2rem;
  align-items:center;
}

.hero-content{
  max-width:680px;
}

.hero-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
  margin-bottom:1.3rem;
  padding-top:.2rem;
}
.hero-badge-row small{
  font-size:.82rem;
  opacity:.96;
  color:rgba(241,247,245,.92)
}
.hero-title{
  font-size:clamp(2.3rem,3.2vw + 1.35rem,4.15rem);
  font-weight:860;
  line-height:1.06;
  letter-spacing:-.03em;
  margin-bottom:1rem;
  text-shadow:0 18px 45px rgba(0,0,0,.24)
}
.hero-title span{
  background:linear-gradient(120deg,#ffdf8d,#fff5d1);
  -webkit-background-clip:text;
  color:transparent
}
.hero-subtitle{
  max-width:620px;
  color:rgba(232,241,238,.95);
  font-size:1.04rem;
  line-height:1.8;
  margin-bottom:1.5rem
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  align-items:center;
  margin-bottom:1rem
}
.hero-note{
  font-size:.85rem;
  color:rgba(220,232,228,.9)
}

/* Hero card */
.hero-card{
  background:rgba(5,34,36,.72);
  border-radius:var(--radius-xl);
  padding:1.2rem;
  box-shadow:var(--shadow-hero);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  align-self:end;
  max-width:430px;
  width:100%;
  justify-self:end;
}
.hero-card-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1rem;
  margin-bottom:1rem
}
.hero-card-title{
  font-size:1rem;
  font-weight:800;
  margin-bottom:.15rem
}
.hero-card-sub{
  font-size:.78rem;
  color:rgba(204,217,213,.92)
}
.hero-tag{
  font-size:.7rem;
  padding:.3rem .72rem;
  border-radius:999px;
  background:rgba(255,203,59,.18);
  color:#ffefb5;
  border:1px solid rgba(255,203,59,.12)
}
.hero-thumb{
  overflow:hidden;
  border-radius:16px;
  aspect-ratio:16/10;
  background:rgba(255,255,255,.06)
}
.hero-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
.hero-card-footer{
  display:flex;
  gap:1rem;
  font-size:.78rem;
  color:rgba(204,217,213,.90);
  margin-top:1rem
}
.hero-card-meta{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
  opacity:.95
}
.hero-card-meta span{
  position:relative;
  padding-left:.8rem
}
.hero-card-meta span::before{
  content:"";
  width:6px;height:6px;border-radius:999px;background:var(--accent);
  position:absolute;left:0;top:.45rem
}

/* Cards */
.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.card{
  background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);
  overflow:hidden;display:flex;flex-direction:column
}
.card-media{overflow:hidden;aspect-ratio:16/9;background:#0f172a0d}
.card-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.card-body{padding:1.4rem 1.4rem 1.2rem}
.card-title{font-size:1rem;font-weight:720;margin-bottom:.4rem}
.card-text{font-size:.88rem;color:var(--muted);margin-bottom:.75rem}
.card-footer{
  padding:1rem 1.4rem 1.2rem;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:auto;
  border-top:none;
}
.card-footer span{
  color:var(--muted);
  font-weight:700;
  letter-spacing:.01em;
}
.link-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:120px;
  min-height:44px;
  padding:.75rem 1.2rem;
  border-radius:999px;
  font-size:.9rem;
  font-weight:750;
  color:#fff;
  background:linear-gradient(135deg, var(--primary), var(--primary-dark));
  border:none;
  box-shadow:0 10px 24px rgba(17,100,102,.15);
  transition:transform .18s ease,box-shadow .18s ease;
}
.link-arrow:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(11,60,61,.22);
}
.link-arrow:active{
  transform:translateY(0);
  box-shadow:0 10px 22px rgba(11,60,61,.18);
}
.link-arrow:focus-visible{
  outline:none;
  box-shadow:
    0 0 0 3px rgba(255,203,59,.35),
    0 12px 28px rgba(11,60,61,.18);
}

/* About */
.about-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);gap:2.5rem;align-items:center}
.about-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-soft);position:relative}
.about-tag{
  position:absolute;left:18px;bottom:18px;background:rgba(7,36,29,.90);color:var(--white);
  padding:.4rem .9rem;border-radius:999px;font-size:.76rem
}
.about-text{font-size:.93rem;color:var(--muted);margin-bottom:1rem}
.about-list{list-style:none;margin:.8rem 0 1.4rem}
.about-list li{padding-left:1.1rem;position:relative;margin-bottom:.35rem;font-size:.9rem}
.about-list li::before{
  content:"";position:absolute;left:0;top:.52rem;width:6px;height:6px;border-radius:999px;background:var(--accent)
}

/* Operations */
.operations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.op-card{
  background:var(--white);border-radius:var(--radius-lg);padding:1.4rem 1.4rem 1.2rem;
  box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:.8rem
}
.op-title{font-size:.95rem;font-weight:720}
.op-sub{font-size:.78rem;color:var(--muted)}
.op-list{list-style:none;font-size:.84rem}
.op-list li{margin-bottom:.25rem}

/* Footer */
.footer{
  background:var(--primary-dark);
  color:rgba(232,242,239,.90);
  padding:48px 0 24px;
  margin-top:72px
}
.footer-top{
  max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 2.5rem;
  border-bottom:1px solid rgba(255,255,255,.06);
  display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:2.5rem
}
.footer-title{font-size:.9rem;font-weight:700;margin-bottom:.8rem}
.footer-list{list-style:none;font-size:.84rem;color:rgba(240,248,245,.85)}
.footer-list li+li{margin-top:.3rem}
.footer-brand{font-size:.86rem}
.footer-bottom{
  max-width:var(--max-width);margin:0 auto;padding:.9rem 1.5rem 0;
  display:flex;justify-content:space-between;align-items:center;
  font-size:.75rem;color:rgba(220,231,228,.75);flex-wrap:wrap;gap:.5rem
}
.social{display:flex;gap:.5rem}
.social a{
  width:26px;height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.4);
  display:inline-flex;align-items:center;justify-content:center;font-size:.75rem
}

/* Reveal */
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
[data-reveal].is-visible{opacity:1;transform:translateY(0)}

/* Contact */
.contact-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.1fr);gap:2rem;align-items:flex-start}
.contact-form-card,.contact-info-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.8rem 1.6rem}
.contact-form{display:flex;flex-direction:column;gap:1.1rem}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.form-field{display:flex;flex-direction:column;gap:.35rem}
.form-label{font-size:.86rem;font-weight:700}
.form-control{
  border-radius:10px;border:1px solid #d4d9e3;padding:.6rem .75rem;font-size:.9rem;outline:none;
  background:#fdfdff;transition:border-color .15s,box-shadow .15s,background .15s
}
.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(17,100,102,.12);background:#fff}
.form-textarea{resize:vertical;min-height:150px}
.checkbox-label{display:flex;align-items:flex-start;gap:.4rem;font-size:.82rem;color:var(--muted)}
.checkbox-label input{margin-top:.2rem}
.form-actions{display:flex;flex-direction:column;gap:.4rem;margin-top:.6rem}
.form-hint{font-size:.78rem;color:var(--muted)}
.contact-info-card h3{font-size:.98rem;margin-bottom:.35rem}
.contact-info-block+.contact-info-block{margin-top:1.2rem}
.contact-info-block p{font-size:.88rem;color:var(--muted);margin-bottom:.4rem}
.contact-info-block a{color:var(--primary);font-weight:650}
.contact-hours{list-style:none;font-size:.84rem;color:var(--muted)}
.contact-hours li{display:flex;justify-content:space-between;gap:.6rem;margin-bottom:.2rem}
.map-placeholder{
  margin-top:1.2rem;border-radius:14px;border:1px dashed #c4cad6;padding:1rem;text-align:center;
  font-size:.8rem;color:var(--muted);background:#f8f9fd
}

/* Service UI */
.hero--service .hero-inner--service{grid-template-columns:minmax(0,1.4fr) minmax(0,1.1fr)}
.svc-hero-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
.pill{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;font-size:.78rem}
.pill--dark{background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.18);color:#fff}
.tabs{background:var(--white);border-radius:18px;box-shadow:var(--shadow-soft);overflow:hidden}
.tabs-bar{display:flex;gap:.4rem;padding:.7rem;background:#f6f8fc;border-bottom:1px solid #eef0f4}
.tab{border:1px solid #e6eaf2;background:#fff;border-radius:999px;padding:.55rem 1rem;font-size:.85rem;font-weight:750;cursor:pointer}
.tab.active{border-color:rgba(17,100,102,.35);box-shadow:0 10px 30px rgba(15,35,52,.08)}
.tabs-panels{padding:1.2rem}
.tab-panel{display:none}
.tab-panel.active{display:block}
.faq{display:grid;gap:.75rem}
.faq-item2{background:var(--white);border:1px solid #eef0f4;border-radius:18px;box-shadow:0 10px 25px rgba(15,35,52,.06);overflow:hidden}
.faq-q{width:100%;text-align:left;background:transparent;border:0;cursor:pointer;padding:1rem 1.1rem;font-weight:800;font-size:.95rem}
.faq-a{display:none;padding:0 1.1rem 1rem;color:var(--muted);font-size:.9rem}
.faq-item2.open .faq-a{display:block}
.ba{position:relative;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);background:#0f172a0d}
.ba-img{width:100%;height:420px;object-fit:cover;display:block}
.ba-after{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden}
.ba-range{position:absolute;left:12px;right:12px;bottom:12px;width:calc(100% - 24px)}

/* Service page premium */
.hero--service .hero-inner--service{
  align-items:start;
  gap:2.2rem;
  padding-top:2.8rem;
}
.hero--service .hero-title{
  letter-spacing:-0.02em;
  text-shadow:0 18px 45px rgba(0,0,0,.25);
}
.hero--service .hero-subtitle{
  font-size:1.02rem;
  line-height:1.75;
  color:rgba(235,245,242,.92);
}
.svc-hero-pills{
  margin:1.1rem 0 1.2rem;
}
.pill--dark{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
}
.svc-hero-trust{
  margin-top:1.4rem;
  gap:.85rem;
}
.trust-item{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:.85rem 1rem;
  min-width:150px;
  box-shadow:0 18px 45px rgba(0,0,0,.20);
}
.trust-item strong{
  font-size:1.05rem;
  letter-spacing:-0.01em;
}
.trust-item span{
  opacity:.92;
}
.svc-hero-panel{
  padding:1.2rem;
  border-radius:26px;
  background:rgba(5,34,36,.90);
  border:1px solid rgba(255,255,255,.12);
}
.svc-hero-panel-top{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:flex-start;
  margin-bottom:.9rem;
}
.svc-hero-panel-title{
  font-weight:850;
  color:#fff;
  font-size:1rem;
}
.svc-hero-panel-sub{
  color:rgba(230,240,236,.85);
  font-size:.82rem;
}
.svc-hero-panel .svc-hero-image{
  margin-top:.8rem;
}
.svc-hero-panel .svc-hero-kpis{
  margin-top:.9rem;
}
.tabs{
  border-radius:22px;
}
.tabs-bar{
  background:linear-gradient(180deg, #f7f9fd, #f3f6fb);
  padding:.8rem;
  gap:.55rem;
}
.tab{
  border-radius:999px;
  padding:.6rem 1.05rem;
  font-weight:800;
  font-size:.86rem;
  border:1px solid #e4e9f2;
  background:rgba(255,255,255,.95);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.tab:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 30px rgba(15,35,52,.10);
}
.tab.active{
  border-color:rgba(17,100,102,.35);
  box-shadow:0 16px 38px rgba(15,35,52,.12);
}
.tab-panel .card{
  position:relative;
}
.tab-panel .card::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:100%;height:4px;
  background:linear-gradient(90deg, var(--accent), transparent);
  opacity:.85;
}
.timeline-step{
  background:#ffffff;
  border:1px solid #eef0f4;
  border-radius:18px;
  padding:1rem 1.1rem;
  box-shadow:0 14px 35px rgba(15,35,52,.08);
}
.timeline-step h3{
  font-weight:850;
}
.timeline-step p{
  margin-top:.15rem;
}
.faq-item2{
  border-radius:18px;
}
.faq-q{
  padding:1.05rem 1.1rem;
}
.faq-item2.open{
  border-color:rgba(17,100,102,.25);
  box-shadow:0 16px 42px rgba(15,35,52,.10);
}
.faq-a{
  line-height:1.75;
}
.hero--service + .section{
  padding-top:64px;
}

/* Sticky CTA */
.sticky-cta{
  position:sticky;
  top:78px;
  z-index:45;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid #e8ecf2;
  backdrop-filter:blur(10px);
}
.sticky-cta-inner{
  max-width:var(--max-width);
  margin:0 auto;
  padding:.75rem 1.5rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.sticky-cta-left{
  display:flex;
  align-items:baseline;
  gap:.6rem;
  flex-wrap:wrap;
  min-width:0;
}
.sticky-cta-left strong{
  font-size:.95rem;
  line-height:1.2;
}
.sticky-cta-left span{
  font-size:.85rem;
  color:var(--muted);
}
.sticky-cta-right{
  display:flex;
  align-items:center;
  gap:.6rem;
  flex-shrink:0;
}

/* Cookie Consent */
.cookie-consent[hidden] { display: none; }

.cookie-consent{
  position: fixed;
  inset: auto 0 0 0;
  z-index: 9999;
  padding: 14px;
  background: #ffb81d;
  display: flex;
  justify-content: center;
}

.cookie-card{
  width: min(980px, calc(100% - 16px));
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(17, 100, 102, .16);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 35, 52, .18);
  padding: 14px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.cookie-text strong{
  display: block;
  font-size: .95rem;
  margin-bottom: 2px;
  color: var(--text);
}
.cookie-text p{
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.4;
}
.cookie-text a{
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-legal a{color:inherit;opacity:.9}
.footer-legal a:hover{opacity:1;text-decoration:underline}

/* Responsive */
@media (max-width: 1100px){
  .hero-inner{
    grid-template-columns:minmax(0,1fr);
    gap:1.5rem;
    align-items:end;
  }
  .hero-card{
    max-width:100%;
    justify-self:start;
    align-self:start;
  }
}

@media (max-width:992px){
  .hero-inner{grid-template-columns:minmax(0,1fr)}
  .about-grid{grid-template-columns:minmax(0,1fr)}
  .projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .operations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero--service .hero-inner--service{grid-template-columns:minmax(0,1fr)}
  .contact-layout{grid-template-columns:minmax(0,1fr)}
  .form-row{grid-template-columns:minmax(0,1fr)}
  .ba-img{height:320px}
  .hero--service .hero-inner--service{
    gap:1.5rem;
  }
  .svc-hero-trust{
    gap:.75rem;
  }
}

@media (max-width:768px){
  :root{
    --nav-height:76px;
  }

  .section{padding:52px 0}
  .section-header{flex-direction:column;align-items:flex-start}
  .projects-grid,.operations-grid{grid-template-columns:minmax(0,1fr)}
  .footer-top{grid-template-columns:minmax(0,1fr)}

  .hero{
    min-height:100svh;
    align-items:flex-start;
  }

  .hero-media::before{
    background-position:center center;
    transform:scale(1.02);
  }

  .hero-overlay{
    background:
      linear-gradient(180deg, rgba(3,10,12,.30) 0%, rgba(3,10,12,.52) 14%, rgba(3,10,12,.82) 55%, rgba(3,10,12,.94) 100%),
      linear-gradient(120deg, rgba(3,11,10,.76) 0%, rgba(11,60,61,.34) 46%, rgba(3,11,10,.58) 100%);
  }

.hero-inner{
  min-height:100svh;
  padding:calc(var(--nav-height) + 3rem) 1.25rem 1.6rem;
  align-content:start;
  gap:1rem;
}
  .hero-content{
    max-width:100%;
    padding-top:.35rem;

  }

.hero-badge-row{
  margin-top:.4rem;
  margin-bottom:1rem;
  gap:.6rem;
  padding-top:0;
}
  .hero-badge-row small{
    font-size:.78rem;
    line-height:1.5;
  }

  .hero-title{
    font-size:clamp(2.2rem, 7vw, 3rem);
    line-height:1.08;
    margin-bottom:.8rem;
  }

  .hero-subtitle{
    font-size:1rem;
    line-height:1.72;
    margin-bottom:1.2rem;
    max-width:100%;
  }

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:.75rem;
    margin-bottom:.85rem;
  }

  .hero-actions .btn{
    width:100%;
    min-height:52px;
    font-size:.95rem;
  }

  .hero-note{
    font-size:.82rem;
  }

  .hero-card{
    padding:1rem;
    border-radius:22px;
    background:rgba(5,34,36,.60);
    backdrop-filter:blur(12px);
  }

  .hero-thumb{
    aspect-ratio:16/8.5;
  }

  .hero-card-footer{
    margin-top:.75rem;
  }

  /* Mobile nav */
  .nav-links{display:none}
  .nav-toggle{
    display:inline-flex;
    position:absolute;
    right:1.25rem;
    top:50%;
    transform:translateY(-50%);
    z-index:3
  }

  body.nav-open .navbar-inner{
    flex-wrap:wrap;
    align-items:flex-start;
    padding-bottom:.95rem;
    min-height:auto;
  }

  body.nav-open .nav-toggle{
    top:1.1rem;
    transform:none;
  }

  body.nav-open .nav-links{
    display:flex;
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:.85rem;
    margin-top:.7rem
  }

  .nav-dropdown-menu{
    position:static;
    min-width:unset;
    margin-top:.5rem;
    box-shadow:none;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.10);
    padding:.35rem;
    display:none
  }
  .nav-dropdown-menu::before{display:none}
  body.nav-open .nav-dropdown.open .nav-dropdown-menu{display:block}
  .nav-dropdown-menu a{padding:.6rem .75rem;border-radius:12px}

  .sticky-cta{ top: 66px; }
  .sticky-cta-inner{
    flex-direction: column;
    align-items: stretch;
  }
  .sticky-cta-right{
    width: 100%;
  }
  .sticky-cta-right .btn{
    flex: 1;
    justify-content: center;
  }
}

@media (max-width:720px){
  .cookie-card{ grid-template-columns: 1fr; }
  .cookie-actions{ justify-content: flex-start; }
}

@media (max-width:480px){
  .hero-inner{
    padding-left:1rem;
    padding-right:1rem;
  }
  .hero-title{
    font-size:2.05rem;
  }
  .hero-subtitle{
    font-size:.96rem;
  }
  .badge{
    font-size:.7rem;
    padding:.32rem .78rem;
  }
  .hero-card-sub{
    font-size:.74rem;
  }
  .hero-card-meta{
    gap:.45rem;
  }
  .hero-card-meta span{
    font-size:.74rem;
  }
}