@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

:root {
  --navy:      #1A3A6B;
  --navy-dark: #0F2347;
  --navy-mid:  #1e4080;
  --teal:      #00B4CC;
  --teal-dim:  #0096aa;
  --silver:    #7F8C9A;
  --light:     #F2F5F8;
  --lighter:   #F8FAFB;
  --ink:       #1C2B3A;
  --white:     #FFFFFF;
  --border:    rgba(0,180,204,0.2);
  --shadow:    0 4px 32px rgba(26,58,107,0.10);
  --shadow-lg: 0 12px 48px rgba(26,58,107,0.18);
  --font-display: 'Syne', sans-serif;
  --font-body:    'Plus Jakarta Sans', sans-serif;
  --max-w: 1100px;
  --section-pad: 96px 24px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 17px; line-height: 1.7; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section { padding: var(--section-pad); }
.section--dark { background: var(--navy-dark); color: var(--white); }
.section--navy { background: var(--navy); color: var(--white); }
.section--light { background: var(--light); }
.section--lighter { background: var(--lighter); }
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.15; }
.eyebrow { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; display: block; }
.section-title { font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.section-title--white { color: var(--white); }
.section-sub { font-size: 17px; font-weight: 300; color: var(--silver); max-width: 580px; line-height: 1.75; }
.section-sub--white { color: rgba(255,255,255,0.72); }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(15,35,71,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,180,204,0.15); height: 68px; display: flex; align-items: center; }
.nav__inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { font-family: var(--font-display); font-size: 19px; font-weight: 800; color: var(--white); letter-spacing: 0.01em; }
.nav__logo span { color: var(--teal); }
.nav__logo-img { height: 38px; width: auto; display: block; }
.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.72); transition: color 0.2s; letter-spacing: 0.02em; }
.nav__links a:hover, .nav__links a.active { color: var(--white); }
.nav__cta { background: var(--teal); color: var(--white) !important; padding: 9px 20px; border-radius: 6px; font-weight: 600 !important; font-size: 14px !important; transition: background 0.2s, transform 0.15s !important; }
.nav__cta:hover { background: var(--teal-dim) !important; transform: translateY(-1px); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
@media (max-width: 768px) {
  .nav__toggle { display: flex; }
  .nav__links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy-dark); flex-direction: column; gap: 0; border-top: 1px solid var(--border); }
  .nav__links.open { display: flex; }
  .nav__links a { padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.06); width: 100%; }
  .nav__cta { border-radius: 0; text-align: center; }
}
#tsparticles { position: absolute; inset: 0; z-index: 0; }
.hero { min-height: 100vh; background: var(--navy-dark); display: flex; align-items: center; padding-top: 68px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 80% 40%, rgba(0,180,204,0.08) 0%, transparent 70%), radial-gradient(ellipse 40% 50% at 10% 80%, rgba(26,58,107,0.5) 0%, transparent 70%); }
.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,180,204,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,180,204,0.04) 1px, transparent 1px); background-size: 48px 48px; }
.hero__inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; padding: 80px 24px; display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: center; }
.hero__logo { width: 340px; height: auto; margin-bottom: 28px; }
.hero__eyebrow { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.hero__eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--teal); }
.hero__title { font-size: clamp(22px, 3vw, 38px); font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 24px; }
.hero__title em { font-style: normal; color: var(--teal); }
.hero__sub { font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.65); max-width: 520px; line-height: 1.75; margin-bottom: 40px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__card { background: rgba(255,255,255,0.04); border: 1px solid rgba(0,180,204,0.2); border-radius: 16px; padding: 32px; backdrop-filter: blur(8px); }
.hero__stats { display: flex; flex-direction: column; gap: 24px; }
.stat { border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 24px; }
.stat:last-child { border-bottom: none; padding-bottom: 0; }
.stat__num { font-family: var(--font-display); font-size: 42px; font-weight: 800; color: var(--teal); line-height: 1; margin-bottom: 4px; }
.stat__label { font-size: 14px; color: rgba(255,255,255,0.55); font-weight: 400; line-height: 1.4; }
@media (max-width: 900px) { .hero__inner { grid-template-columns: 1fr; } .hero__card { display: none; } }
.trust { background: var(--navy); padding: 20px 24px; border-top: 1px solid rgba(0,180,204,0.15); border-bottom: 1px solid rgba(0,180,204,0.15); }
.trust__inner { max-width: var(--max-w); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; justify-content: center; }
.trust__item { font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.trust__dot { color: var(--teal); font-size: 16px; line-height: 1; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-family: var(--font-body); font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; letter-spacing: 0.01em; }
.btn--primary { background: var(--teal); color: var(--white); }
.btn--primary:hover { background: var(--teal-dim); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,180,204,0.3); }
.btn--outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.3); }
.btn--outline:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-dark); transform: translateY(-2px); }
.btn--sm { padding: 10px 20px; font-size: 14px; }
.btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.cards { display: grid; gap: 24px; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .cards--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cards--3, .cards--2 { grid-template-columns: 1fr; } }
.card { background: var(--white); border: 1px solid #E8EDF2; border-radius: 14px; padding: 32px; transition: all 0.25s; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card--dark { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); }
.card--dark:hover { background: rgba(255,255,255,0.08); border-color: var(--teal); }
.card__icon { width: 48px; height: 48px; background: rgba(0,180,204,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card__icon svg { width: 24px; height: 24px; stroke: var(--teal); fill: none; stroke-width: 1.75; }
.card__title { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.card--dark .card__title { color: var(--white); }
.card__body { font-size: 15px; color: var(--silver); line-height: 1.7; }
.card--dark .card__body { color: rgba(255,255,255,0.55); }
.project { background: var(--white); border-radius: 14px; border: 1px solid #E8EDF2; overflow: hidden; transition: all 0.25s; }
.project:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.project__header { background: var(--navy); padding: 28px 32px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.project__num { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; color: var(--teal); text-transform: uppercase; }
.project__title { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--white); margin: 6px 0 0; }
.project__badge { background: rgba(0,180,204,0.15); border: 1px solid rgba(0,180,204,0.3); color: var(--teal); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; white-space: nowrap; font-family: var(--font-display); }
.project__body { padding: 28px 32px; }
.project__meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
.meta-item__label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); font-family: var(--font-display); margin-bottom: 2px; }
.meta-item__value { font-size: 14px; color: var(--ink); font-weight: 500; }
.project__desc { font-size: 15px; color: var(--silver); line-height: 1.75; }
.stat-band { background: var(--navy); }
.stat-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.08); }
.stat-band__item { background: var(--navy); padding: 48px 40px; text-align: center; }
.stat-band__num { font-family: var(--font-display); font-size: clamp(32px, 4vw, 48px); font-weight: 800; color: var(--teal); line-height: 1; margin-bottom: 8px; }
.stat-band__label { font-size: 15px; color: rgba(255,255,255,0.6); font-weight: 400; }
.stat-band__sub { font-size: 13px; color: rgba(255,255,255,0.35); font-style: italic; margin-top: 4px; }
@media (max-width: 600px) { .stat-band__grid { grid-template-columns: 1fr; } }
.cred-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .cred-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .cred-grid { grid-template-columns: 1fr; } }
.cred-item { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 20px; display: flex; gap: 14px; align-items: flex-start; }
.cred-item__icon { color: var(--teal); font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.cred-item__name { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 2px; font-family: var(--font-display); }
.cred-item__full { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.4; }
.cta-band { background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-mid) 100%); padding: 80px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0,180,204,0.07) 0%, transparent 70%); }
.cta-band__inner { position: relative; z-index: 2; }
.cta-band__title { font-family: var(--font-display); font-size: clamp(20px, 3vw, 30px); font-weight: 800; color: var(--white); margin-bottom: 14px; }
.cta-band__sub { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 540px; margin: 0 auto 36px; line-height: 1.7; }
.cta-band__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.about-hero { background: var(--navy-dark); padding: 140px 24px 80px; position: relative; overflow: hidden; }
.about-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 90% 50%, rgba(0,180,204,0.07) 0%, transparent 70%); }
.about-hero__inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 260px; gap: 64px; align-items: center; position: relative; z-index: 2; }
@media (max-width: 768px) { .about-hero__inner { grid-template-columns: 1fr; } .about-hero__photo { display: none; } }
.about-hero__quote { font-family: var(--font-display); font-size: clamp(20px, 3vw, 28px); font-weight: 600; color: var(--white); line-height: 1.4; margin-bottom: 24px; position: relative; padding-left: 24px; }
.about-hero__quote::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; background: var(--teal); border-radius: 2px; }
.about-hero__sub { font-size: 16px; color: rgba(255,255,255,0.5); font-style: italic; }
.about-hero__photo { width: 260px; height: 320px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(0,180,204,0.2); flex-shrink: 0; }
.about-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form label { font-size: 13px; font-weight: 600; color: var(--navy); letter-spacing: 0.04em; font-family: var(--font-display); }
.form input, .form select, .form textarea { padding: 13px 16px; border: 1.5px solid #DDE3EA; border-radius: 8px; font-family: var(--font-body); font-size: 15px; color: var(--ink); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; outline: none; width: 100%; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,180,204,0.12); }
.form textarea { resize: vertical; min-height: 130px; }
.form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237F8C9A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.form-success { display: none; background: rgba(0,180,204,0.08); border: 1px solid rgba(0,180,204,0.3); border-radius: 10px; padding: 20px 24px; color: var(--navy); font-size: 15px; line-height: 1.6; }
.form-success.show { display: block; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item__icon { width: 44px; height: 44px; background: var(--light); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item__icon svg { width: 20px; height: 20px; stroke: var(--navy); fill: none; stroke-width: 1.75; }
.contact-item__label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal); font-family: var(--font-display); margin-bottom: 2px; }
.contact-item__value { font-size: 15px; color: var(--ink); font-weight: 500; }
.contact-item__note { font-size: 13px; color: var(--silver); }
.page-hero { background: var(--navy-dark); padding: 140px 24px 64px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 70% at 90% 50%, rgba(0,180,204,0.07) 0%, transparent 70%), linear-gradient(rgba(0,180,204,0.03) 1px, transparent 1px) 0 0 / 48px 48px, linear-gradient(90deg, rgba(0,180,204,0.03) 1px, transparent 1px) 0 0 / 48px 48px; }
.page-hero__inner { max-width: var(--max-w); margin: 0 auto; position: relative; z-index: 2; }
.page-hero__title { font-family: var(--font-display); font-size: clamp(26px, 4vw, 42px); font-weight: 800; color: var(--white); margin-bottom: 14px; }
.page-hero__sub { font-size: 18px; color: rgba(255,255,255,0.55); max-width: 580px; line-height: 1.7; }
.footer { background: var(--navy-dark); border-top: 1px solid rgba(0,180,204,0.12); padding: 48px 24px 32px; }
.footer__inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 700px) { .footer__inner { grid-template-columns: 1fr; } }
.footer__logo { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--white); margin-bottom: 10px; }
.footer__logo span { color: var(--teal); }
.footer__tagline { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.6; }
.footer__heading { font-family: var(--font-display); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--teal); margin-bottom: 14px; }
.footer__links { display: flex; flex-direction: column; gap: 8px; }
.footer__links a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer__links a:hover { color: var(--white); }
.footer__contact p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 2; }
.footer__contact a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer__contact a:hover { color: var(--teal); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer__copy { font-size: 13px; color: rgba(255,255,255,0.3); }
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }
.text-center { text-align: center; }
.text-center .section-sub { margin-left: auto; margin-right: auto; }
.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-40{margin-top:40px}.mt-48{margin-top:48px}.mb-16{margin-bottom:16px}.mb-48{margin-bottom:48px}
.teal { color: var(--teal); }
