
:root {
  --navy: #172033;
  --navy-2: #1d2942;
  --navy-3: #0f1728;
  --bg: #0b1220;
  --bg-soft: #101827;
  --panel: #111b2d;
  --panel-2: #162135;
  --green: #2ec4a6;
  --green-dark: #30c8aa;
  --amber: #f4b942;
  --white: #ffffff;
  --text: #eff4ff;
  --muted: #afbacb;
  --muted-2: #8f9cb2;
  --line: rgba(255, 255, 255, .10);
  --line-2: rgba(255, 255, 255, .06);
  --shadow: 0 28px 70px rgba(0, 0, 0, .32);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% -5%, rgba(46,196,166,.08), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(244,185,66,.06), transparent 20%),
    linear-gradient(180deg, #09111e 0%, #0d1524 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 68px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-dark);
  font-size: .79rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 99px; background: var(--amber); }
.section-title { margin: 14px 0 14px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; }
.section-lead { max-width: 760px; color: var(--muted); font-size: 1.06rem; margin: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 12, 23, .8);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-2);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 215px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 700; }
.nav-links a { color: var(--muted); transition: color .2s ease, background .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--green); }
.nav-cta { padding: 11px 17px; border-radius: 12px; background: var(--green); color: #08121b !important; }
.nav-cta:hover { color: #08121b !important; background: #57d8c0; }
.menu-btn { display: none; border: 1px solid var(--line); background: rgba(255,255,255,.02); width: 42px; height: 42px; border-radius: 10px; cursor: pointer; }
.menu-btn span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; border-radius: 999px; }

.hero {
  padding: 96px 0 86px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(46,196,166,.14), transparent 20%),
    radial-gradient(circle at 14% 95%, rgba(244,185,66,.07), transparent 18%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; align-items: center; position: relative; }
.hero h1 { font-size: clamp(3.5rem, 8vw, 5.9rem); line-height: .98; letter-spacing: -.07em; margin: 18px 0 20px; max-width: 720px; }
.hero .accent { color: var(--green); }
.hero-text { color: var(--muted); font-size: 1.26rem; max-width: 660px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 20px; border-radius: 15px; font-weight: 800; font-size: .96rem; transition: .2s ease; border: 1px solid transparent; }
.btn-primary { background: var(--white); color: var(--navy); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.03); }
.btn-secondary:hover { background: rgba(255,255,255,.06); }
.btn-green { background: var(--green); color: #08121b; }
.btn-green:hover { background: #57d8c0; }

.hero-mark { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-card {
  width: min(100%, 430px);
  aspect-ratio: 1 / 1;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  transform: rotate(2deg);
  position: relative;
  overflow: hidden;
}
.hero-card::before, .hero-card::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(1px);
}
.hero-card::before { width: 250px; height: 250px; background: rgba(46,196,166,.12); right: -70px; top: -60px; }
.hero-card::after { width: 170px; height: 170px; background: rgba(244,185,66,.09); left: -45px; bottom: -36px; }
.hero-card img { width: 76%; position: relative; z-index: 2; filter: drop-shadow(0 22px 45px rgba(0,0,0,.30)); }
.float-tag {
  position: absolute;
  border-radius: 14px;
  background: rgba(11,18,32,.9);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
  padding: 12px 15px;
  font-size: .82rem;
  font-weight: 800;
}
.float-tag.one { left: -8px; top: 72px; }
.float-tag.two { right: -16px; bottom: 75px; }
.float-tag i { display:inline-block; width: 8px; height:8px; border-radius:50%; margin-right:8px; background: var(--green); }
.float-tag.two i { background: var(--amber); }

.trust-strip { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); background: rgba(255,255,255,.015); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 25px 34px; text-align:center; border-right:1px solid var(--line-2); }
.trust-item:last-child { border-right:0; }
.trust-item strong { display:block; font-size:1.02rem; color: var(--text); }
.trust-item span { color:var(--muted); font-size:.9rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025)); transition: .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(255,255,255,.16); }
.card-icon { width: 48px; height: 48px; border-radius: 14px; display:grid; place-items:center; background: rgba(46,196,166,.12); margin-bottom:22px; font-weight:900; color: var(--green-dark); }
.card h3 { margin:0 0 10px; font-size:1.23rem; letter-spacing:-.02em; }
.card p { color:var(--muted); margin:0; font-size:.96rem; }

.projects-preview { background: rgba(255,255,255,.02); }
.project-grid { display:grid; grid-template-columns: repeat(12,1fr); gap:24px; margin-top:46px; }
.project-card { border-radius:28px; overflow:hidden; position:relative; min-height:360px; padding:34px; display:flex; flex-direction:column; justify-content:flex-end; border: 1px solid var(--line); }
.project-card.primary { grid-column:span 7; background: linear-gradient(145deg, #132036 0%, #0f182a 100%); }
.project-card.secondary { grid-column:span 5; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); }
.project-card.tertiary { grid-column:span 12; min-height:250px; background: linear-gradient(145deg, rgba(46,196,166,.08), rgba(255,255,255,.03), rgba(244,185,66,.05)); }
.project-card::before {
  content: "";
  position: absolute;
  inset: auto -70px -70px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,196,166,.14), transparent 70%);
}
.project-card::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 72px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), var(--green));
  opacity: .95;
}
.project-symbol { display: none; }
.project-status { display:inline-flex; align-self:flex-start; border-radius:999px; padding:7px 12px; font-size:.75rem; font-weight:800; letter-spacing:.04em; margin-bottom:auto; background:rgba(255,255,255,.08); color: #d6e0f0; border: 1px solid rgba(255,255,255,.08); }
.project-card.secondary .project-status, .project-card.tertiary .project-status { background:rgba(46,196,166,.10); color:var(--green-dark); }
.project-card h3 { margin:24px 0 8px; font-size:clamp(1.7rem,3vw,2.55rem); letter-spacing:-.04em; line-height:1.05; }
.project-card p { margin:0; max-width:620px; color:var(--muted); }
.project-link { margin-top:20px; font-weight:800; font-size:.93rem; display:inline-flex; align-items:center; gap:8px; color: #fff; }
.project-card.secondary .project-link, .project-card.tertiary .project-link { color: var(--text); }

.about-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:80px; align-items:center; }
.about-panel { background: linear-gradient(160deg, #15223a 0%, #101827 100%); border-radius:34px; min-height:510px; padding:44px; color:#fff; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:space-between; border: 1px solid var(--line); }
.about-panel img { width:185px; }
.about-panel blockquote { margin:0; font-size:clamp(1.65rem,3vw,2.5rem); font-weight:800; line-height:1.15; letter-spacing:-.04em; }
.about-panel blockquote span { color:var(--green); }
.about-panel::after { content:""; position:absolute; width:240px; height:240px; background:var(--amber); opacity:.08; border-radius:50%; right:-90px; top:-70px; }
.values { margin-top:30px; display:grid; gap:14px; }
.value { display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:start; padding:17px 0; border-bottom:1px solid var(--line); }
.value:last-child { border-bottom:0; }
.value-num { width:36px; height:36px; border-radius:10px; background:rgba(46,196,166,.12); color:var(--green-dark); display:grid; place-items:center; font-size:.78rem; font-weight:900; }
.value h4 { margin:0 0 3px; }
.value p { margin:0; color:var(--muted); font-size:.93rem; }

.cta { background: linear-gradient(145deg, #15223a, #0f182a); color:#fff; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.cta-box { display:flex; justify-content:space-between; gap:40px; align-items:center; }
.cta h2 { font-size:clamp(2rem,4vw,3.4rem); line-height:1.05; letter-spacing:-.045em; margin:0 0 12px; }
.cta p { color:#c5cbd5; margin:0; max-width:700px; }

.page-hero { background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)); padding:80px 0 70px; border-bottom:1px solid var(--line-2); }
.page-hero h1 { margin:14px 0 16px; font-size:clamp(2.7rem,6vw,4.7rem); line-height:1; letter-spacing:-.06em; }
.page-hero p { max-width:760px; color:var(--muted); font-size:1.08rem; margin:0; }

.project-list { display:grid; gap:26px; }
.project-list-card { display:grid; grid-template-columns:1fr .75fr; border:1px solid var(--line); border-radius:28px; overflow:hidden; min-height:340px; background: rgba(255,255,255,.025); }
.project-list-copy { padding:40px; display:flex; flex-direction:column; justify-content:center; }
.project-list-visual { background: linear-gradient(145deg, #132036 0%, #0f182a 100%); display:grid; place-items:center; position:relative; overflow:hidden; }
.project-list-visual.light { background: linear-gradient(145deg, #141d2e, #1a2130); }
.project-list-visual::before { content:""; position:absolute; width:230px; height:230px; border-radius:50%; background:rgba(46,196,166,.08); top:-70px; right:-70px; }
.project-list-visual::after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; background:rgba(244,185,66,.07); bottom:-50px; left:-40px; }
.project-list-visual img { width:42%; max-width:180px; position: relative; z-index: 2; filter: drop-shadow(0 18px 42px rgba(0,0,0,.28)); }
.badge { align-self:flex-start; border-radius:999px; background:rgba(46,196,166,.12); color:var(--green-dark); font-size:.74rem; font-weight:900; padding:6px 10px; letter-spacing:.04em; }
.project-list-card h2 { margin:17px 0 10px; font-size:2rem; letter-spacing:-.04em; }
.project-list-card p { color:var(--muted); margin:0 0 18px; }
.tags { display:flex; flex-wrap:wrap; gap:8px; }
.tag { padding:7px 10px; border-radius:9px; background:rgba(255,255,255,.05); font-size:.78rem; font-weight:700; color:#d3dbe8; border: 1px solid rgba(255,255,255,.05); }

.prose { max-width:840px; }
.prose h2 { margin:48px 0 12px; font-size:1.65rem; letter-spacing:-.03em; }
.prose h3 { margin:30px 0 10px; font-size:1.15rem; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left:20px; }
.prose .note { padding:20px 22px; background: rgba(46,196,166,.08); border-left:4px solid var(--green); border-radius:0 14px 14px 0; margin:28px 0; color: var(--text); }
.prose a { color: var(--green-dark); text-decoration:underline; text-underline-offset:3px; }
.policy-meta { display:flex; gap:12px; flex-wrap:wrap; margin-top:20px; }
.policy-meta span { border:1px solid var(--line); background:rgba(255,255,255,.03); padding:7px 11px; border-radius:999px; font-size:.8rem; color:var(--muted); }

.contact-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:28px; }
.contact-card { border:1px solid var(--line); border-radius:26px; padding:34px; background: rgba(255,255,255,.03); }
.contact-card.dark { background: linear-gradient(145deg, #15223a, #0f182a); color:#fff; border:1px solid var(--line); }
.contact-card h2 { margin:0 0 12px; font-size:1.7rem; letter-spacing:-.035em; }
.contact-card p { color:var(--muted); margin:0 0 24px; }
.contact-card.dark p { color:#c8ced8; }
.contact-detail { padding:16px 0; border-top:1px solid rgba(255,255,255,.10); }
.contact-detail span { display:block; font-size:.78rem; color:#98a2b3; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.contact-detail strong { display:block; margin-top:4px; }

.site-footer { background:#08101b; color:#fff; padding:54px 0 28px; border-top: 1px solid var(--line-2); }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:50px; }
.footer-brand img { width:220px; }
.footer-brand p { color:#98a2b3; max-width:440px; font-size:.92rem; margin:18px 0 0; }
.footer-col h4 { margin:0 0 14px; font-size:.86rem; text-transform:uppercase; letter-spacing:.1em; color:#cbd1d9; }
.footer-col a { display:block; color:#98a2b3; margin:8px 0; font-size:.91rem; }
.footer-col a:hover { color:var(--green); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); margin-top:38px; padding-top:23px; color:#778198; font-size:.82rem; display:flex; justify-content:space-between; gap:20px; }

.error-page { min-height:70vh; display:grid; place-items:center; text-align:center; padding:70px 20px; }
.error-page .code { font-size:6rem; font-weight:900; color:var(--green); letter-spacing:-.08em; line-height:1; }
.error-page h1 { margin:15px 0 10px; }
.error-page p { color:var(--muted); margin:0 0 24px; }

@media (max-width: 900px) {
  .section { padding:76px 0; }
  .hero { padding:78px 0 70px; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns:1fr; gap:44px; }
  .hero-mark { min-height:390px; }
  .hero-card { width:min(88%,370px); }
  .cards { grid-template-columns:1fr; }
  .project-card.primary, .project-card.secondary, .project-card.tertiary { grid-column:span 12; }
  .project-list-card { grid-template-columns:1fr; }
  .project-list-visual { min-height:230px; order:-1; }
  .cta-box { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .menu-btn { display:block; }
  .nav-links {
    position:absolute; top:82px; left:0; right:0; background:#0c1524; padding:18px 20px 24px;
    border-bottom:1px solid var(--line); box-shadow:0 16px 26px rgba(0,0,0,.22);
    flex-direction:column; align-items:stretch; gap:4px; display:none;
  }
  .nav-links.open { display:flex; }
  .nav-links a { padding:11px 8px; }
  .nav-cta { text-align:center; margin-top:8px; }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .nav { height:72px; }
  .brand img { width:182px; }
  .nav-links { top:72px; }
  .hero h1 { font-size:clamp(2.85rem,14vw,4.2rem); }
  .hero-text { font-size: 1.05rem; }
  .hero-mark { min-height:330px; }
  .hero-card { border-radius:30px; }
  .float-tag { font-size:.72rem; padding:10px 11px; }
  .float-tag.one { left:0; top:46px; }
  .float-tag.two { right:0; bottom:42px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line-2); }
  .trust-item:last-child { border-bottom:0; }
  .card, .project-card, .contact-card { padding:24px; }
  .about-panel { padding:28px; min-height:430px; }
  .project-list-copy { padding:28px 24px; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
