:root {
  --bg: #0f1519;
  --bg-2: #0b1014;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-strong: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.09);
  --text: #f7f7f7;
  --muted: #bac4c9;
  --muted-2: #93a1a8;
  --blue: #46add5;
  --green: #89f57a;
  --green-soft: #a9f99e;
  --white: #ffffff;
  --container: 1180px;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --shadow-xl: 0 28px 90px rgba(0, 0, 0, 0.38);
  --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.25);
  --gradient-main: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(70, 173, 213, 0.12), transparent 18%),
    radial-gradient(circle at 88% 8%, rgba(169, 249, 158, 0.08), transparent 20%),
    linear-gradient(180deg, #0f1519 0%, #0b1014 100%);
  font-family: "Poppins", system-ui, sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.brand-noise {
  position: fixed; inset: 0; pointer-events: none; opacity: 0.05;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 90%);
}
.brand-glow { position: fixed; width: 42vw; aspect-ratio: 1; border-radius: 50%; filter: blur(90px); opacity: 0.14; pointer-events: none; }
.brand-glow-left { left: -12vw; top: 12vh; background: var(--blue); }
.brand-glow-right { right: -8vw; top: 0; background: var(--green); }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { position: relative; padding: 110px 0; }
.section-soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.015));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}

.header {
  position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px);
  background: rgba(12, 17, 21, 0.62); border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 190px; height: auto; border-radius: 12px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--muted); font-size: .96rem; transition: color .25s ease; }
.nav a:hover { color: var(--white); }
.menu-toggle {
  display: none; width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,0.04);
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.menu-toggle span { width: 18px; height: 2px; background: var(--white); border-radius: 999px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 22px; border-radius: 999px;
  font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #091015; background: var(--gradient-main); box-shadow: 0 14px 34px rgba(70, 173, 213, 0.24); }
.btn-secondary,.btn-nav { color: var(--white); border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); }
.btn-full { width: 100%; }

.hero {
  padding-top: 84px; min-height: calc(100vh - 84px); display: flex; align-items: center;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green-soft); text-transform: uppercase;
  letter-spacing: .2em; font-size: .76rem; font-weight: 600;
}
.eyebrow::before { content: ""; width: 36px; height: 1px; background: linear-gradient(90deg, transparent, var(--green-soft)); }
.hero h1, .section-head h2, .split-copy h2, .cta-copy h2, .about-copy h2 {
  margin: 0; font-family: "Questrial", sans-serif; line-height: 1.03; letter-spacing: -0.03em;
}
.hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); max-width: 10.5ch; }
.hero-text, .section-head p, .split-copy p, .cta-copy p, .service-card p, .client-card p, .timeline-item p, .feature-item p, .showcase-copy p, .statement, .form-note, .footer-brand p, .about-copy p, .about-card p {
  color: var(--muted); line-height: 1.75;
}
.hero-text { margin: 24px 0 0; max-width: 680px; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 22px; color: var(--muted); font-size: .96rem; }

.mini-mark, .mark-badge, .mark-stage {
  position: relative; display: inline-block;
}
.mini-mark { width: 22px; height: 22px; }
.mark-badge { width: 72px; height: 72px; }
.mark-stage { width: 140px; height: 120px; margin: 0 auto; }
.mini-mark i, .mini-mark b, .mini-mark em,
.mark-badge i, .mark-badge b, .mark-badge em,
.mark-stage i, .mark-stage b, .mark-stage em {
  position: absolute; display: block; background: var(--gradient-main); filter: drop-shadow(0 14px 24px rgba(0,0,0,.18));
}
.mini-mark i, .mark-badge i, .mark-stage i { border-radius: 0 999px 999px 0; transform: rotate(-27deg); transform-origin: center; }
.mini-mark b, .mark-badge b, .mark-stage b { clip-path: polygon(50% 100%, 0 15%, 100% 0); opacity: .92; }
.mini-mark em, .mark-badge em, .mark-stage em { border-radius: 50%; }
.mini-mark i { width: 14px; height: 7px; right: 3px; top: 1px; }
.mini-mark b { width: 10px; height: 12px; right: 1px; bottom: 0; }
.mini-mark em { width: 6px; height: 6px; left: 1px; bottom: 2px; }
.mark-badge i { width: 46px; height: 20px; right: 10px; top: 8px; }
.mark-badge b { width: 32px; height: 42px; right: 10px; bottom: 6px; }
.mark-badge em { width: 18px; height: 18px; left: 10px; bottom: 12px; }
.mark-stage i { width: 86px; height: 34px; right: 24px; top: 12px; }
.mark-stage b { width: 56px; height: 74px; right: 24px; bottom: 4px; }
.mark-stage em { width: 28px; height: 28px; left: 22px; bottom: 18px; }

.hero-image-card, .service-card, .client-card, .timeline-item, .contact-form, .showcase-card, .statement, .about-card {
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
}
.hero-image-card {
  position: relative; overflow: hidden; padding: 18px; border-radius: var(--radius-xl);
  background: radial-gradient(circle at 0% 0%, rgba(70,173,213,0.14), transparent 24%), radial-gradient(circle at 100% 0%, rgba(169,249,158,0.12), transparent 22%), linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
}
.hero-chip {
  position: absolute; right: 24px; top: 24px; z-index: 3; padding: 10px 14px; border-radius: 999px; color: var(--muted); font-size: .82rem;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(10px);
}
.hero-image {
  width: 100%; min-height: 560px; object-fit: cover; border-radius: 26px; display: block;
}
.hero-overlay-card {
  position: absolute; z-index: 3; min-width: 200px; padding: 16px 18px; border-radius: 20px; background: rgba(12,17,21,.58); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.09);
}
.hero-overlay-left { left: 26px; bottom: 26px; }
.hero-overlay-right { right: 26px; bottom: 26px; }
.hero-overlay-card span { display: block; margin-bottom: 8px; color: var(--green-soft); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; }
.hero-overlay-card strong { font-size: 1rem; }

.section-head { max-width: 820px; margin-bottom: 44px; }
.section-head h2, .split-copy h2, .cta-copy h2, .about-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.section-head p, .split-copy > p, .cta-copy > p, .about-copy > p { margin-top: 16px; }

.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card {
  min-height: 260px; padding: 28px; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.025));
}
.service-icon {
  width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; color: #071015; font-weight: 700; background: var(--gradient-main);
}
.service-card h3, .client-card h3, .timeline-item h3, .feature-item h3, .about-card h3 { margin: 0 0 12px; font-size: 1.2rem; }
.service-highlight { display: flex; flex-direction: column; justify-content: space-between; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 34px; align-items: start; }
.about-cards { display: grid; gap: 18px; }
.about-card { padding: 26px; border-radius: 24px; background: rgba(255,255,255,.045); }
.glass { backdrop-filter: blur(12px); }

.split-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 36px; align-items: start; }
.feature-list { margin-top: 30px; display: grid; gap: 18px; }
.feature-item { display: grid; grid-template-columns: 18px 1fr; gap: 16px; align-items: start; }
.feature-item span {
  width: 18px; height: 18px; margin-top: 7px; border-radius: 50%; background: var(--gradient-main); box-shadow: 0 0 0 8px rgba(70,173,213,0.08);
}
.brand-showcase { display: grid; gap: 20px; }
.showcase-card { overflow: hidden; border-radius: var(--radius-xl); background: rgba(255,255,255,0.04); }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; }
.showcase-symbol {
  display: grid; grid-template-columns: 220px 1fr; gap: 20px; align-items: center; padding: 26px;
}
.symbol-stage {
  position: relative; height: 180px; border-radius: 26px; background: linear-gradient(135deg, rgba(70,173,213,0.12), rgba(169,249,158,0.08)); overflow: hidden; display: grid; place-items: center;
}
.showcase-copy strong { display: block; margin-bottom: 10px; font-size: 1.18rem; }

.clients-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.client-card { padding: 26px; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.03)); }
.client-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.client-monogram {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--gradient-main); color: #081115; font-weight: 800; box-shadow: 0 10px 24px rgba(70,173,213,.14);
}
.client-context { margin-bottom: 12px; color: var(--green); }
.statement {
  margin-top: 26px; padding: 24px 28px; border-radius: 22px; background: linear-gradient(135deg, rgba(70,173,213,0.08), rgba(169,249,158,0.08)); font-size: 1.02rem;
}

.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.timeline-item { padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,0.04); }
.timeline-item span { display: inline-block; margin-bottom: 20px; font-family: "Questrial", sans-serif; color: var(--green); font-size: 2rem; }

.cta-section { padding-top: 80px; }
.cta-wrap {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 26px; align-items: stretch; padding: 28px; border-radius: 30px;
  background: linear-gradient(135deg, rgba(70,173,213,0.1), rgba(169,249,158,0.08)); border: 1px solid rgba(255,255,255,0.08);
}
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list a { width: fit-content; color: var(--white); }
.contact-form {
  display: grid; gap: 16px; padding: 24px; border-radius: 24px; background: rgba(10, 15, 18, 0.66);
}
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: .95rem; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 14px 16px; outline: none; resize: vertical;
  min-height: 54px; background: rgba(255,255,255,0.035); color: var(--white); font: inherit;
}
.contact-form textarea { min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(137,245,122,0.4); box-shadow: 0 0 0 4px rgba(137,245,122,0.08); }
.form-note { font-size: .9rem; }

.footer { padding: 38px 0 54px; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand img { width: 170px; border-radius: 12px; }
.footer-brand p { max-width: 520px; margin-top: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 20px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .hero-grid, .about-grid, .split-grid, .cta-wrap { grid-template-columns: 1fr; }
  .clients-grid, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero h1 { max-width: none; }
}

@media (max-width: 860px) {
  .menu-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: 84px 20px auto; display: grid; gap: 14px; padding: 18px; border-radius: 24px;
    background: rgba(12,17,21,.94); border: 1px solid var(--line); transform: translateY(-16px); opacity: 0; pointer-events: none;
    transition: .25s ease;
  }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a { font-size: 1rem; }
  .hero-image { min-height: 420px; }
}

@media (max-width: 680px) {
  .section { padding: 84px 0; }
  .container { width: min(var(--container), calc(100% - 24px)); }
  .brand-logo { width: 160px; }
  .hero h1 { font-size: clamp(2.6rem, 14vw, 4.2rem); }
  .services-grid, .clients-grid, .timeline, .showcase-symbol { grid-template-columns: 1fr; }
  .hero-overlay-card { position: static; margin-top: 14px; }
  .hero-image-card { padding: 14px; }
  .hero-chip { position: static; display: inline-flex; margin: 0 0 12px auto; }
  .showcase-symbol { padding: 22px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
