:root {
  --navy-950: #061a2f;
  --navy-900: #082642;
  --navy-800: #0b3156;
  --navy-700: #0d3a63;
  --navy-600: #12517e;
  --gold-400: #f3d98a;
  --gold-500: #d8b15f;
  --gold-600: #a77a32;
  --green-500: #2e8a57;
  --green-400: #6fcf82;
  --ink: #eaf2f8;
  --muted: #b8ccdd;
  --soft: rgba(255,255,255,.08);
  --line: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(216,177,95,.18), transparent 34rem),
    radial-gradient(circle at 85% 18%, rgba(46,138,87,.18), transparent 30rem),
    linear-gradient(180deg, var(--navy-950), #04111f 48%, #061a2f 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url("assets/grain-pattern.svg");
  background-size: 520px 520px;
  opacity: .38;
  pointer-events: none;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
::selection { background: rgba(216,177,95,.35); color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(6, 26, 47, .78);
  backdrop-filter: blur(22px);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: .02em;
}
.brand img {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
}
.brand strong {
  font-size: 1.04rem;
  line-height: 1.05;
  display: block;
}
.brand span {
  display: block;
  color: var(--gold-500);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav::-webkit-scrollbar { display: none; }
.nav a:not(.mail-button) {
  text-decoration: none;
  color: var(--muted);
  font-size: .93rem;
  padding: 10px 12px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
  white-space: nowrap;
}
.nav a:not(.mail-button):hover,
.nav a:not(.mail-button):focus-visible {
  color: var(--ink);
  background: rgba(255,255,255,.07);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 8px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  white-space: nowrap;
}
.lang-switch a {
  text-decoration: none;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  padding: 7px 10px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}
.lang-switch a:hover,
.lang-switch a:focus-visible {
  color: var(--ink);
  background: rgba(255,255,255,.08);
}
.lang-switch a.active {
  color: #061a2f;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
}

.mail-button {
  text-decoration: none;
  margin-left: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #061a2f;
  font-weight: 800;
  letter-spacing: .02em;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  box-shadow: 0 12px 30px rgba(216,177,95,.22);
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mail-button:hover,
.mail-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(216,177,95,.30);
}

main { isolation: isolate; }
.section { position: relative; padding: 104px 24px; }
.section.tight { padding-top: 76px; }
.container { max-width: var(--container); margin: 0 auto; }

.hero {
  padding: 88px 24px 80px;
}
.hero-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-400);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-500), rgba(216,177,95,0));
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.85rem, 7vw, 6.6rem);
  line-height: .93;
  letter-spacing: -.065em;
  margin-bottom: 26px;
  max-width: 900px;
}
.gradient-text {
  color: transparent;
  background: linear-gradient(135deg, #fff4c4 0%, var(--gold-500) 45%, #6fcf82 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lead {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  max-width: 700px;
  margin-bottom: 30px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-meta li {
  color: var(--ink);
  border: 1px solid rgba(216,177,95,.22);
  background: rgba(255,255,255,.055);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: .9rem;
}
.hero-visual {
  position: relative;
  min-height: 560px;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% 6% 4% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,177,95,.20), transparent 62%);
  filter: blur(12px);
  z-index: -1;
}
.hero-visual img.hero-img {
  width: 100%;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.34));
  animation: float 7s ease-in-out infinite;
}
.logo-orbit {
  position: absolute;
  left: -8px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(420px, 80%);
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(6,26,47,.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.logo-orbit img { width: 62px; height: 62px; }
.logo-orbit strong { display: block; color: var(--gold-400); }
.logo-orbit span { color: var(--muted); font-size: .88rem; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.pillar-strip {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  padding: 0 24px 82px;
}
.pillar-strip span {
  min-height: 76px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
  color: #f3d98a;
  font-weight: 800;
  font-size: .86rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}
.kicker {
  color: var(--gold-400);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 12px;
}
h2 {
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  margin-bottom: 18px;
}
.section-heading p,
.text-large {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 760px;
}

.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}
.grid-2.reverse { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }

.glass-panel {
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 38px);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: var(--shadow);
}
.glass-panel.dark {
  background: linear-gradient(135deg, rgba(13,58,99,.62), rgba(6,26,47,.74));
  border-color: rgba(216,177,95,.18);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 24px;
  min-height: 210px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.card::after {
  content: "";
  position: absolute;
  inset: auto -30% -50% 18%;
  height: 120px;
  background: radial-gradient(circle, rgba(216,177,95,.20), transparent 65%);
  pointer-events: none;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(216,177,95,.34);
  background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045));
}
.card .icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #061a2f;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  box-shadow: 0 14px 32px rgba(216,177,95,.15);
  font-weight: 900;
}
.card:nth-child(2n) .icon { background: linear-gradient(135deg, #86e49b, var(--green-500)); }
.card h3 {
  font-size: 1.14rem;
  margin-bottom: 10px;
  color: #fff5ca;
}
.card p { color: var(--muted); margin-bottom: 0; font-size: .96rem; }

.problem-list {
  display: grid;
  gap: 14px;
}
.problem {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
}
.problem strong {
  display: block;
  color: var(--gold-400);
  margin-bottom: 4px;
}
.problem p { color: var(--muted); margin: 0; }
.problem .mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(216,177,95,.14);
  color: var(--gold-400);
  font-weight: 900;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.solution {
  border-radius: 26px;
  padding: 26px;
  min-height: 185px;
  background:
    linear-gradient(135deg, rgba(13,58,99,.65), rgba(6,26,47,.76)),
    linear-gradient(135deg, rgba(216,177,95,.12), rgba(46,138,87,.10));
  border: 1px solid rgba(255,255,255,.10);
}
.solution h3 { color: #fff5ca; margin-bottom: 10px; }
.solution p { color: var(--muted); margin: 0; }

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.agent {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
}
.agent strong { color: var(--gold-400); display: block; margin-bottom: 6px; }
.agent span { color: var(--muted); font-size: .92rem; }

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
}
.steps::before {
  content: "";
  position: absolute;
  left: 8%; right: 8%; top: 35px;
  height: 2px;
  background: linear-gradient(90deg, rgba(216,177,95,0), rgba(216,177,95,.65), rgba(46,138,87,.65), rgba(46,138,87,0));
  z-index: -1;
}
.step {
  border-radius: 24px;
  padding: 22px;
  background: rgba(7,29,51,.72);
  border: 1px solid rgba(255,255,255,.10);
}
.step .num {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  margin-bottom: 18px;
  color: #061a2f;
  font-size: 1.35rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold-400), var(--green-400));
}
.step h3 { color: #fff5ca; margin-bottom: 10px; }
.step p { color: var(--muted); margin: 0; font-size: .94rem; }

.soon {
  overflow: hidden;
}
.soon .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(216,177,95,.32);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gold-400);
  background: rgba(216,177,95,.08);
  font-weight: 850;
  font-size: .88rem;
  margin-bottom: 18px;
}
.soon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 24px;
}
.soon-list div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.052);
}
.soon-list strong { color: var(--gold-400); display: block; margin-bottom: 4px; }
.soon-list span { color: var(--muted); font-size: .92rem; }

.contact-box {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  border-radius: 34px;
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 50% 0%, rgba(216,177,95,.16), transparent 44%),
    linear-gradient(135deg, rgba(13,58,99,.72), rgba(6,26,47,.84));
  border: 1px solid rgba(216,177,95,.18);
  box-shadow: var(--shadow);
}
.contact-box p { color: var(--muted); max-width: 630px; margin: 0 auto 18px; }
.email-display {
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold-400);
  font-weight: 900;
  font-size: clamp(1.3rem, 3vw, 2rem);
  letter-spacing: -.02em;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 34px 24px;
  background: rgba(3,12,22,.42);
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: .92rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img { width: 42px; height: 42px; }
.footer-brand strong { color: var(--ink); display: block; }
.footer-brand span { color: var(--muted); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal .7s ease forwards;
}
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .14s; }
.reveal:nth-child(4) { animation-delay: .2s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1020px) {
  .hero-grid,
  .grid-2,
  .grid-2.reverse { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .pillar-strip { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps::before { display: none; }
  .ecosystem-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: 12px; padding: 12px 16px; }
  .nav { width: 100%; margin-left: 0; padding-bottom: 2px; }
  
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 8px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  white-space: nowrap;
}
.lang-switch a {
  text-decoration: none;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  padding: 7px 10px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}
.lang-switch a:hover,
.lang-switch a:focus-visible {
  color: var(--ink);
  background: rgba(255,255,255,.08);
}
.lang-switch a.active {
  color: #061a2f;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
}

.mail-button { margin-left: 4px; }
  .brand img { width: 46px; height: 46px; }
  .section { padding: 76px 18px; }
  .hero { padding: 52px 18px 50px; }
  .hero-meta li { font-size: .84rem; }
  .logo-orbit { position: relative; left: auto; bottom: auto; width: 100%; margin-top: -20px; }
  .pillar-strip { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 0 18px 52px; }
  .card-grid, .solution-grid, .ecosystem-grid, .soon-list, .steps { grid-template-columns: 1fr; }
  .card, .solution { min-height: unset; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .email-display { word-break: break-word; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-visual img.hero-img { animation: none; }
  .reveal { opacity: 1; transform: none; animation: none; }
  * { transition: none !important; }
}
