:root {
  --bg: #071626;
  --bg-soft: #0f2337;
  --bg-card: #102844;
  --surface: #ffffff;
  --text: #0b1d2d;
  --text-soft: #526377;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(10,31,47,.08);
  --brand: #f2a623;
  --brand-2: #ffbe3d;
  --navy: #12395c;
  --slate: #6d8092;
  --success: #1ea971;
  --shadow: 0 20px 60px rgba(3,14,26,.18);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #f6f8fb;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; }

.utility-bar {
  background: #0b2237;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
}
.utility-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: .75rem 0;
}
.utility-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.utility-links a:hover { color: white; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(8,21,34,.88);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 82px; gap: 1rem;
}
.brand {
  display: inline-flex; align-items: center; gap: .9rem; color: white;
}
.brand strong { display: block; font-size: 1.1rem; letter-spacing: .01em; }
.brand small { display: block; color: rgba(255,255,255,.68); font-size: .8rem; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 16px;
  background: linear-gradient(135deg, #183e64, #0d2740 58%, #214f7d);
  border: 1px solid rgba(255,255,255,.12);
  display: grid; place-items: center; color: white; font-weight: 800; font-size: 1.35rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 10px 28px rgba(0,0,0,.22);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.site-nav { display: flex; align-items: center; gap: 1.1rem; }
.site-nav > a {
  color: rgba(255,255,255,.82);
  font-weight: 600; font-size: .97rem;
  position: relative;
}
.site-nav > a.active,
.site-nav > a:hover { color: white; }
.site-nav > a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -.45rem; height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2)); border-radius: 999px;
}
.nav-toggle {
  display: none; border: 0; border-radius: 14px; width: 46px; height: 46px;
  background: rgba(255,255,255,.08); color: white; font-size: 1.3rem;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; padding: .95rem 1.25rem; border-radius: 999px; font-weight: 700;
  border: 1px solid transparent; transition: .25s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: .72rem 1rem; font-size: .9rem; }
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #0e1d2d; box-shadow: 0 14px 35px rgba(242,166,35,.28);
}
.btn-outline {
  border-color: rgba(255,255,255,.22); color: white; background: transparent;
}
.btn-outline.light { border-color: rgba(255,255,255,.35); }
.btn-outline:hover { background: rgba(255,255,255,.07); }

.hero, .page-hero {
  position: relative; overflow: hidden;
}
.hero-home {
  min-height: calc(100vh - 130px);
  background: url('../images/hero-home.jpg') center/cover no-repeat;
}
.hero-overlay, .page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,18,29,.86) 0%, rgba(8,24,40,.72) 45%, rgba(15,36,55,.4) 100%);
}
.hero-grid, .page-hero-content {
  position: relative; z-index: 2;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem;
  align-items: center; min-height: calc(100vh - 130px); padding: 5rem 0;
}
.hero-copy { color: white; max-width: 760px; }
.hero-copy h1, .page-hero h1 {
  margin: .45rem 0 1rem; line-height: 1.05;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  max-width: 12ch;
}
.hero-copy p, .page-hero p {
  max-width: 62ch; color: rgba(255,255,255,.86); font-size: 1.06rem;
}
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .18em;
  font-size: .78rem; font-weight: 800; color: var(--brand-2);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.75rem 0 2rem; }
.hero-panel { justify-self: end; }
.hero-logo-card {
  width: min(100%, 480px); border-radius: 30px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.15);
}
.hero-cred-card {
  max-width: 430px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px; overflow: hidden; backdrop-filter: blur(12px); box-shadow: var(--shadow);
}
.hero-cred-image { width: 100%; aspect-ratio: 4/4.2; object-fit: cover; }
.hero-cred-body { padding: 1.2rem 1.2rem 1.35rem; color: white; }
.hero-cred-body strong { display: block; font-size: 1.1rem; margin-bottom: .35rem; }
.hero-cred-body p { margin: 0; color: rgba(255,255,255,.76); font-size: .97rem; }
.mini-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.mini-tags span {
  padding: .5rem .78rem; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  font-size: .84rem; font-weight: 700;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem;
  max-width: 760px;
}
.hero-stats div {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px;
  padding: 1rem 1rem .95rem;
}
.hero-stats strong { display: block; font-size: 1.08rem; margin-bottom: .15rem; }
.hero-stats span { display: block; color: rgba(255,255,255,.75); font-size: .92rem; }

.page-hero {
  background-size: cover; background-position: center; min-height: 420px;
  display: flex; align-items: end;
}
.page-hero-content {
  position: relative; z-index: 2; color: white; padding: 7rem 0 4rem;
}
.page-hero h1 { max-width: 14ch; font-size: clamp(2.2rem, 4.6vw, 4rem); }

.section { padding: 5.8rem 0; }
.section-dark { background: linear-gradient(180deg, #081726, #0c2034); color: white; }
.section-accent { background: linear-gradient(180deg, #eef5fb, #f8fbff); }
.section-heading { margin-bottom: 2rem; max-width: 820px; }
.section-heading h2 { margin: .5rem 0 0; line-height: 1.12; font-size: clamp(2rem, 3vw, 3.1rem); }
.trust-strip { background: white; }
.trust-grid {
  background: white; border-radius: 30px; box-shadow: var(--shadow); padding: 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
.trust-grid h2, .two-col h2, .founder-copy h2, .cta-content h2 { margin: .45rem 0 .9rem; line-height: 1.12; font-size: clamp(2rem, 3vw, 3rem); }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.check-list li { position: relative; padding-left: 1.9rem; }
.check-list li::before {
  content: '✓'; position: absolute; left: 0; top: .02rem; color: var(--success); font-weight: 900;
}
.big-list li { font-size: 1.02rem; }

.service-grid, .qualification-grid {
  display: grid; gap: 1rem;
}
.service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card {
  background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 24px;
  padding: 1.5rem; box-shadow: 0 12px 32px rgba(0,0,0,.14);
}
.section:not(.section-dark) .card {
  background: white; border-color: var(--line-dark); box-shadow: var(--shadow);
}
.card h3 { margin-top: 0; margin-bottom: .55rem; }
.card p { margin: 0; color: inherit; opacity: .88; }

.two-col {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start;
}
.two-col-tight { grid-template-columns: .95fr 1.05fr; }
.feature-list, .value-stack { display: grid; gap: 1rem; }
.feature-list > div, .value-stack > div, .mini-card, .contact-card {
  background: white; border: 1px solid var(--line-dark); box-shadow: var(--shadow); border-radius: 22px; padding: 1.35rem;
}
.profile-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.profile-panel .mini-card h3 { margin-top: 0; margin-bottom: .3rem; font-size: 1rem; color: var(--navy); }
.profile-panel .mini-card p { margin: 0; color: var(--text-soft); }
.industry-tags {
  display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem;
}
.industry-tags span, .qualification-grid span {
  display: inline-flex; align-items: center; padding: .75rem 1rem; border-radius: 999px; font-weight: 700;
  background: white; border: 1px solid var(--line-dark); box-shadow: var(--shadow);
}
.qualification-grid { grid-template-columns: repeat(2, minmax(0,1fr)); margin: 1.4rem 0 1.8rem; }
.founder-grid {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 2.5rem; align-items: center;
}
.founder-photo-stack { position: relative; padding-right: 4rem; }
.founder-photo-stack > img:first-child {
  border-radius: 28px; box-shadow: var(--shadow); border: 1px solid var(--line-dark);
}
.floating-shot {
  position: absolute; right: 0; bottom: -2rem; width: 44%; border-radius: 24px;
  box-shadow: var(--shadow); border: 8px solid #fff;
}
.floating-shot-right { width: 40%; }
.founder-copy .lead { font-size: 1.12rem; color: var(--text-soft); }
.founder-highlight .qualification-grid span { background: rgba(255,255,255,.85); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.process-steps { display: grid; gap: 1rem; }
.step {
  display: grid; grid-template-columns: 68px 1fr; gap: 1rem; align-items: start;
  background: white; border: 1px solid var(--line-dark); border-radius: 24px; box-shadow: var(--shadow); padding: 1rem;
}
.step span {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-weight: 900; color: #0d1d2e;
}
.step h3 { margin: 0 0 .3rem; }
.step p { margin: 0; color: var(--text-soft); }

.gallery-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem;
}
.gallery-item {
  border: 0; padding: 0; background: none; border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow); position: relative;
}
.gallery-item::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(6,15,28,.18)); opacity: 0; transition: .25s ease;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item img {
  width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.04); }

.cta-band {
  background: linear-gradient(135deg, #0c2237, #143657 52%, #1a4671);
  color: white;
}
.cta-content {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.contact-grid {
  display: grid; grid-template-columns: .86fr 1.14fr; gap: 2rem; align-items: start;
}
.contact-cards { display: grid; gap: 1rem; }
.contact-label {
  display: inline-block; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; color: var(--brand);
  margin-bottom: .35rem;
}
.contact-card a { font-size: 1.1rem; font-weight: 700; color: var(--navy); }
.contact-card p { margin: 0; color: var(--text-soft); }
.form-panel {
  background: white; border: 1px solid var(--line-dark); border-radius: 28px; box-shadow: var(--shadow); padding: 2rem;
}
.contact-form { display: grid; gap: 1rem; margin-top: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .4rem; }
.contact-form span { font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; border-radius: 16px; border: 1px solid #d6dee8; background: #f8fbff;
  padding: .9rem 1rem; color: var(--text);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: #7aa4cb; box-shadow: 0 0 0 4px rgba(33,97,163,.14);
}
.form-actions { display: flex; gap: .85rem; flex-wrap: wrap; padding-top: .3rem; }
.form-note { margin: .25rem 0 0; color: var(--text-soft); font-size: .92rem; }
.value-stack-contact > div { background: rgba(255,255,255,.04); border-color: var(--line); color: white; }
.value-stack-contact p { color: rgba(255,255,255,.75); }

.site-footer {
  background: #081726; color: rgba(255,255,255,.78); padding-top: 3.2rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.2fr .65fr .8fr; gap: 2rem; padding-bottom: 2rem;
}
.footer-brand { margin-bottom: .9rem; }
.site-footer h3 { margin-top: 0; color: white; font-size: 1rem; }
.site-footer a { display: block; margin-bottom: .4rem; }
.site-footer a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09);
  padding: 1rem 0 1.2rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .92rem;
}

.floating-actions {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 70; display: grid; gap: .65rem;
}
.floating-btn {
  padding: .9rem 1rem; border-radius: 999px; color: white; font-weight: 800; box-shadow: var(--shadow);
}
.floating-btn.email { background: #12395c; }
.floating-btn.whatsapp { background: #16a34a; }

.lightbox {
  position: fixed; inset: 0; background: rgba(4,11,20,.88); display: none; place-items: center; z-index: 100;
  padding: 2rem;
}
.lightbox.open { display: grid; }
.lightbox figure { margin: 0; max-width: min(1100px, 100%); }
.lightbox img { max-height: 80vh; width: auto; border-radius: 18px; box-shadow: var(--shadow); }
.lightbox figcaption { color: white; text-align: center; margin-top: 1rem; }
.lightbox-close {
  position: absolute; top: 1rem; right: 1rem; width: 48px; height: 48px; border-radius: 50%; border: 0;
  font-size: 2rem; line-height: 1; background: rgba(255,255,255,.12); color: white;
}

.reveal {
  opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1080px) {
  .hero-grid, .two-col, .founder-grid, .contact-grid, .trust-grid, .mission-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-panel { justify-self: start; }
  .service-grid, .gallery-grid, .profile-panel { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-copy h1 { max-width: 15ch; }
}

@media (max-width: 820px) {
  .utility-inner { flex-direction: column; align-items: flex-start; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav {
    position: absolute; top: calc(100% + .4rem); left: 1rem; right: 1rem;
    background: rgba(8,21,34,.97); border: 1px solid rgba(255,255,255,.07); border-radius: 22px;
    padding: 1rem; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: flex-start;
  }
  .site-nav.open { display: flex; }
  .hero-grid { min-height: auto; padding: 4rem 0; }
  .hero-stats, .service-grid, .gallery-grid, .qualification-grid, .profile-panel, .form-row { grid-template-columns: 1fr; }
  .founder-photo-stack { padding-right: 0; padding-bottom: 6rem; }
  .floating-shot { right: 1rem; bottom: 0; }
  .cta-content { flex-direction: column; align-items: flex-start; }
  .page-hero-content { padding-top: 6rem; }
}

@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 1.2rem)); }
  .section { padding: 4.3rem 0; }
  .hero-copy h1, .page-hero h1, .section-heading h2, .trust-grid h2, .two-col h2, .founder-copy h2, .cta-content h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .hero-actions, .form-actions, .cta-actions { width: 100%; }
  .hero-actions .btn, .form-actions .btn, .cta-actions .btn { width: 100%; }
  .floating-actions { right: .8rem; left: .8rem; }
  .floating-btn { text-align: center; }
}
