:root {
  --bg: #fffdf8;
  --surface: #ffffff;
  --surface-alt: #fff6dd;
  --text: #1f2937;
  --muted: #5f6c7b;
  --line: rgba(31, 41, 55, 0.1);
  --primary: #efb20b;
  --primary-dark: #d89a00;
  --accent: #1b9b5f;
  --accent-soft: #e7fbef;
  --deep: #18212c;
  --shadow: 0 20px 50px rgba(24, 33, 44, 0.08);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(239, 178, 11, 0.13), transparent 26%),
    radial-gradient(circle at top right, rgba(27, 155, 95, 0.12), transparent 24%),
    var(--bg);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.75; color: var(--muted); }
h1,h2,h3,h4 { margin: 0 0 16px; line-height: 1.14; color: var(--deep); }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.top-ribbon {
  background: linear-gradient(90deg, #18212c, #243140);
  color: rgba(255,255,255,.92);
  font-size: 14px;
}
.ribbon-inner {
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.ribbon-pill {
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(255, 253, 248, 0.8);
  border-bottom: 1px solid rgba(24, 33, 44, 0.06);
}
.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-logo, .footer-logo, .company-logo {
  width: auto;
  height: 58px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  object-fit: contain;
  background: #fff;
}
.brand-text,
.footer-brand div {
  display: flex;
  flex-direction: column;
}
.brand-text strong,
.footer-brand strong {
  font-size: 17px;
  letter-spacing: .02em;
}
.brand-text span,
.footer-brand span,
.company-subtitle {
  font-size: 13px;
  color: var(--muted);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  font-size: 15px;
  color: var(--deep);
  opacity: .86;
}
.main-nav a:hover { opacity: 1; }
.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--deep);
  color: #fff !important;
}
.nav-toggle {
  display: none;
  border: 0;
  background: var(--deep);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
}

.section { padding: 96px 0; }
.alt { background: linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255, 246, 221, 0.72)); }
.eyebrow,
.section-tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(239, 178, 11, 0.14);
  color: #8a6800;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px;
}
.lead { font-size: 18px; max-width: 710px; }
.hero {
  padding-top: 72px;
  overflow: hidden;
}
.hero-grid,
.two-col,
.tech-layout,
.visual-grid,
.company-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  max-width: 780px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 34px;
}
.btn {
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), #ffd65f);
  box-shadow: 0 16px 28px rgba(239,178,11,.24);
}
.btn-secondary {
  border: 1px solid rgba(24,33,44,.15);
  background: rgba(255,255,255,.78);
}
.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.metric-card,
.info-card,
.feature-card,
.fact-box,
.company-card,
.dashboard-card {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(24,33,44,.08);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.metric-card {
  padding: 20px;
}
.metric {
  font-size: 1.7rem;
  display: block;
  font-weight: 800;
  color: var(--deep);
}
.metric-label { color: var(--muted); font-size: 14px; }
.hero-visual {
  position: relative;
  min-height: 560px;
}
.hero-blob {
  position: absolute;
  inset: 50px 30px 40px 40px;
  border-radius: 34% 66% 67% 33% / 36% 35% 65% 64%;
  background: linear-gradient(135deg, rgba(239,178,11,.22), rgba(27,155,95,.18));
  filter: blur(0.5px);
}
.hero-illustration {
  position: relative;
  width: min(100%, 570px);
  margin: 10px auto 0;
  z-index: 2;
}
.floating-panel {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(24,33,44,.08);
  box-shadow: 0 16px 35px rgba(24,33,44,.12);
  animation: float 5s ease-in-out infinite;
}
.floating-panel span,
.floating-panel small { display: block; color: var(--muted); }
.floating-panel strong { display: block; margin: 4px 0; font-size: 1.4rem; }
.panel-a { top: 60px; left: -10px; }
.panel-b { right: -6px; top: 130px; animation-delay: 1s; }
.panel-c { bottom: 60px; left: 40px; animation-delay: 2s; }
.warning strong { color: #b86100; }

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

.trust-strip { padding: 36px 0; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.trust-grid > div {
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(24,33,44,.08);
  background: rgba(255,255,255,.78);
}
.trust-label {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 6px;
}

.two-col,
.visual-grid,
.company-grid { align-items: start; }
.info-card {
  padding: 28px;
}
.emphasis {
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,246,221,.96));
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: var(--text);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

.section-head {
  max-width: 860px;
  margin-bottom: 38px;
}
.section-head.center,
.narrow { text-align: center; margin-inline: auto; }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card {
  padding: 28px;
  transition: transform .22s ease, box-shadow .22s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 45px rgba(24, 33, 44, 0.12);
}
.card-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
}

.dashboard-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(24,33,44,.96), rgba(34,46,61,.96));
  color: #fff;
}
.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: rgba(255,255,255,.82);
}
.pulse-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #25d07d;
  box-shadow: 0 0 0 10px rgba(37,208,125,.12);
}
.chart-block {
  border-radius: 22px;
  padding: 24px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.chart-line {
  height: 130px;
  border-radius: 18px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 70px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 36px);
  overflow: hidden;
}
.chart-line::after {
  content: "";
  position: absolute;
  inset: 28px 16px 24px 16px;
  background: none;
  border-bottom: 3px solid rgba(255,214,95,.96);
  border-left: 3px solid transparent;
  transform: skewY(-8deg);
  border-radius: 80px;
}
.chart-bars {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  align-items: end;
  height: 110px;
}
.chart-bars span {
  display: block;
  border-radius: 14px 14px 8px 8px;
  background: linear-gradient(180deg, #ffd65f, #efb20b);
}
.chart-bars span:nth-child(1) { height: 34%; }
.chart-bars span:nth-child(2) { height: 48%; }
.chart-bars span:nth-child(3) { height: 58%; }
.chart-bars span:nth-child(4) { height: 72%; }
.chart-bars span:nth-child(5) { height: 64%; }
.chart-bars span:nth-child(6) { height: 82%; }
.chart-bars span:nth-child(7) { height: 100%; }
.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.dashboard-stats div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
}
.dashboard-stats strong { display: block; font-size: 1.5rem; }
.dashboard-stats span { font-size: 13px; color: rgba(255,255,255,.72); }
.stack-list { display: grid; gap: 14px; margin-top: 24px; }
.stack-item {
  padding: 18px 20px;
  border-left: 4px solid var(--primary);
  border-radius: 0 18px 18px 0;
  background: rgba(255,255,255,.72);
}
.stack-item strong { display: block; margin-bottom: 6px; }

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.timeline-item {
  position: relative;
  padding: 26px 24px 24px;
  border-radius: 22px;
  border: 1px solid rgba(24,33,44,.08);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow);
}
.step {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: rgba(239,178,11,.16);
  color: #8a6800;
  margin-bottom: 18px;
}

.section-illustration {
  width: min(100%, 520px);
  margin-inline: auto;
}
.company-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 28px;
}
.project-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.fact-box {
  padding: 24px;
  text-align: center;
}
.fact-box span {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}
.fact-box strong {
  font-size: 1.45rem;
  color: var(--deep);
}
.program-note {
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(239,178,11,.12), rgba(27,155,95,.1));
  border: 1px solid rgba(24,33,44,.08);
}

.site-footer {
  padding: 34px 0 48px;
  background: #18212c;
  color: rgba(255,255,255,.82);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .7fr .8fr;
  gap: 24px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.site-footer h4,
.site-footer strong { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.82); }

@media (max-width: 1100px) {
  .hero-grid,
  .two-col,
  .tech-layout,
  .visual-grid,
  .company-grid,
  .footer-grid,
  .trust-grid,
  .timeline,
  .project-facts {
    grid-template-columns: 1fr 1fr;
  }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-highlights { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; align-items:center; justify-content:center; }
  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 20px;
    left: 20px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(24,33,44,.08);
    border-radius: 20px;
    padding: 18px;
    box-shadow: var(--shadow);
    display: none;
  }
  .main-nav.open { display: flex; }
  .hero-grid,
  .two-col,
  .tech-layout,
  .visual-grid,
  .company-grid,
  .footer-grid,
  .trust-grid,
  .timeline,
  .cards-grid,
  .project-facts {
    grid-template-columns: 1fr;
  }
  .hero-visual { min-height: 480px; }
  .panel-a { top: 20px; left: 0; }
  .panel-b { top: 130px; right: 10px; }
  .panel-c { bottom: 10px; left: 20px; }
  .section { padding: 76px 0; }
  .ribbon-inner { flex-direction: column; justify-content: center; padding: 8px 0; }
}

@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .brand-logo, .footer-logo, .company-logo { height: 48px; }
  .hero h1 { font-size: 2.25rem; }
  .lead { font-size: 16px; }
  .floating-panel {
    min-width: 150px;
    padding: 12px 14px;
  }
  .company-card {
    grid-template-columns: 1fr;
  }
}

.eu-banner{
width:100%;
background:#fff;
text-align:center;
padding:10px 0;
border-bottom:1px solid #e5e7eb;
}

.eu-banner img{
max-width:100%;
height:auto;
max-height:90px;
}

.navbar{
margin-top:10px;
}

.eu-footer{
margin-top:40px;
text-align:center;
padding:20px;
background:#f9fafb;
border-top:1px solid #ddd;
}

.eu-footer-logo{
max-height:60px;
margin-bottom:10px;
}