/* ==========================================================================
   Neofz (Next Enterprise Overseas FZ-LLC) — site stylesheet
   ========================================================================== */

:root {
  --navy-950: #081521;
  --navy-900: #0d2438;
  --navy-800: #123454;
  --navy-700: #1a4670;
  --blue-500: #2f6fa3;
  --gold-500: #c8963d;
  --gold-600: #ad7c2a;
  --bg: #f6f7f9;
  --card: #ffffff;
  --ink: #1b2430;
  --muted: #5c6675;
  --line: #e3e6eb;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(8, 21, 33, 0.08);
  --shadow-lg: 0 20px 50px rgba(8, 21, 33, 0.16);
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: var(--navy-950);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1em; color: var(--muted); }

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 12px;
}

.section {
  padding: 88px 0;
}

.section--tight { padding: 64px 0; }

.section--alt {
  background: #eef1f5;
}

.section--navy {
  background: linear-gradient(160deg, var(--navy-950), var(--navy-800));
  color: #dbe4ee;
}

.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy p { color: #b7c4d3; }

.section-head {
  max-width: 680px;
  margin: 0 0 44px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gold-500);
  color: #1a1204;
}
.btn-primary:hover { background: var(--gold-600); transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); }

.btn-outline {
  background: transparent;
  border-color: var(--navy-800);
  color: var(--navy-900);
}
.btn-outline:hover { background: var(--navy-900); color: #fff; }

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(8, 21, 33, 0.08);
  box-shadow: 0 1px 0 rgba(8, 21, 33, 0.02);
  transition: background 0.2s ease;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--navy-950);
  font-size: 1.02rem;
}

.logo-img {
  height: 68px;
  width: auto;
  display: block;
}

.logo-img--footer {
  height: 96px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
}

.main-nav a:hover { color: var(--navy-950); }

.main-nav a.active { color: var(--navy-950); }
.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--navy-950);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ==========================================================================
   Hero (inner pages)
   ========================================================================== */

.page-hero {
  position: relative;
  color: #fff;
  padding: 110px 0 80px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 21, 33, 0.86), rgba(8, 21, 33, 0.72));
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero .eyebrow { color: var(--gold-500); }
.page-hero h1 { color: #fff; max-width: 760px; }
.page-hero p.lede {
  max-width: 620px;
  color: #cdd9e5;
  font-size: 1.08rem;
}

.breadcrumb {
  font-size: 0.82rem;
  color: #9db0c4;
  margin-bottom: 18px;
}
.breadcrumb a:hover { color: #fff; }

/* ==========================================================================
   Home hero
   ========================================================================== */

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 24, 0.55) 0%, rgba(8, 15, 24, 0.78) 60%, rgba(8, 15, 24, 0.94) 100%);
}

.hero .container {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero .eyebrow { color: var(--gold-500); }

.hero h1 {
  color: #fff;
  max-width: 780px;
}

.hero .lede {
  max-width: 560px;
  font-size: 1.12rem;
  color: #d3dde7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero-quote {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  max-width: 640px;
  font-style: italic;
  color: #b7c4d3;
  font-size: 0.98rem;
}
.hero-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-500);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
  max-width: 640px;
}

.stat-row .stat b {
  display: block;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 800;
}
.stat-row .stat span {
  font-size: 0.82rem;
  color: #9db0c4;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   Cards / grids
   ========================================================================== */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.pillar-card, .product-card, .office-card, .value-card {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pillar-card:hover, .product-card:hover, .office-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-card figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover img { transform: scale(1.06); }

.product-card .body {
  padding: 24px 24px 26px;
}

.product-card h3 { margin-bottom: 10px; }
.product-card p { margin-bottom: 0; font-size: 0.94rem; }

.value-card, .pillar-card {
  padding: 30px 26px;
}

.value-card .icon, .pillar-card .icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(200, 150, 61, 0.12);
  color: var(--gold-600);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.pillar-card p, .value-card p { font-size: 0.93rem; margin-bottom: 0; }

.about-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-media img { width: 100%; height: 100%; object-fit: cover; }

.quote-strip {
  padding: 30px 26px;
  background: #fff;
  border-left: 3px solid var(--gold-500);
  border-radius: 8px;
  font-style: italic;
  color: var(--navy-900);
  box-shadow: var(--shadow);
}

/* Office / location cards */

.office-card {
  padding: 0;
}

.office-card figure {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.office-card img { width: 100%; height: 100%; object-fit: cover; }

.office-card .body { padding: 24px 26px 28px; }

.office-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-600);
  background: rgba(200, 150, 61, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.office-card address {
  font-style: normal;
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 8px;
}

/* CTA band */

.cta-band {
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: #fff;
  border-radius: 18px;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #b7c4d3; margin-bottom: 0; max-width: 480px; }

/* ==========================================================================
   Contact / form
   ========================================================================== */

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
}

.contact-info h3 { color: #fff; margin-top: 28px; }
.contact-info h3:first-child { margin-top: 0; }
.contact-info p, .contact-info a { color: #b7c4d3; }
.contact-info a:hover { color: #fff; }

.contact-info .info-row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  align-items: flex-start;
}

.contact-info .info-row .ico {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(200, 150, 61, 0.16);
  color: var(--gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.form-card {
  background: #fff;
  border-radius: 14px;
  padding: 36px;
  box-shadow: var(--shadow-lg);
  color: var(--ink);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--navy-900);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.94rem;
  color: var(--ink);
  background: #fbfbfc;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(47, 111, 163, 0.15);
}

.field textarea { min-height: 130px; resize: vertical; }

.form-note {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 6px;
}

.form-status {
  margin-top: 14px;
  font-size: 0.9rem;
  display: none;
}
.form-status.success { color: #1c7c3f; display: block; }
.form-status.error { color: #b23434; display: block; }

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background: #eef1f5;
  color: var(--muted);
  padding: 64px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(8, 21, 33, 0.08);
}

.footer-brand .logo { color: var(--navy-950); margin-bottom: 16px; }
.footer-brand p { color: var(--muted); font-size: 0.92rem; max-width: 320px; }

.footer-col h4 {
  color: var(--navy-950);
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--muted); font-size: 0.92rem; }
.footer-col a:hover { color: var(--navy-950); }

.footer-col address { font-style: normal; color: var(--muted); font-size: 0.92rem; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 0.82rem;
  color: #7c8798;
  flex-wrap: wrap;
  gap: 10px;
}

/* ==========================================================================
   Reveal animation
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 980px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .main-nav {
    position: fixed;
    top: 94px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px 30px;
    gap: 18px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
    box-shadow: 0 12px 24px rgba(8, 21, 33, 0.08);
  }
  .main-nav.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-toggle { display: flex; }
  .header-actions .btn-primary { display: none; }
  .header-actions.nav-open .btn-primary { display: inline-flex; }

  .grid-3 { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .stat-row .stat b { font-size: 1.4rem; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
}

@media (max-width: 480px) {
  .logo { font-size: 0.96rem; gap: 8px; }
  .site-header .container { height: 76px; }
  .logo-img { height: 50px; }
  .header-actions { gap: 10px; }
  .form-card { padding: 24px; }
  .main-nav { top: 76px; }
}
