:root{--navy:#061426;--navy2:#081d36;--green:#84c441;--text:#061426}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--navy);color:#fff}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(6,20,38,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.12);padding:14px 28px 12px}.top-logos{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:center;max-width:1180px;margin:0 auto 12px}.top-logos img{width:100%;height:76px;object-fit:contain}.nav{display:flex;justify-content:center;gap:34px;font-size:14px;font-weight:800}.nav a{color:#fff;text-decoration:none;opacity:.9}.nav a:hover{color:var(--green)}
.hero img{display:block;width:100%;height:auto}.intro{padding:76px 20px 54px;text-align:center;background:linear-gradient(180deg,var(--navy),var(--navy2))}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.09em;font-weight:900;font-size:13px}.intro h1{max-width:940px;margin:16px auto 0;font-size:clamp(34px,5vw,62px);line-height:1.05;letter-spacing:-.04em}.intro p:last-child{max-width:760px;margin:24px auto 0;color:rgba(255,255,255,.76);font-size:19px;line-height:1.6}
.section{padding:86px 0}.section h2{margin:0 0 36px;font-size:clamp(34px,4vw,52px);letter-spacing:-.03em}.agenda-card{display:grid;grid-template-columns:230px 1fr;gap:34px;margin-bottom:26px;padding:34px;border-radius:30px;background:#fff;color:var(--text);box-shadow:0 24px 70px rgba(0,0,0,.22)}.agenda-card.panel-card{border:3px solid var(--green)}.time{font-size:34px;line-height:1.15;font-weight:900;color:var(--green)}.agenda-card h3{margin:0 0 14px;font-size:26px;line-height:1.25}.agenda-card p{margin:0 0 12px;color:#334155;font-size:18px}.agenda-card ul{margin:16px 0 0;padding-left:22px;color:#1e2d55;font-size:18px;line-height:1.65;font-weight:700}
.partners{background:rgba(255,255,255,.045)}.logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.logo-card{min-height:260px;padding:34px;border-radius:30px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 70px rgba(0,0,0,.2)}.logo-card img{max-width:100%;max-height:165px;object-fit:contain}.logo-card:nth-child(1) img{max-height:130px}.logo-card:nth-child(2) img{max-height:150px}.logo-card:nth-child(3) img{max-height:140px}.secondary-title{margin-top:66px!important}.coming-soon{padding:34px;border-radius:26px;background:rgba(255,255,255,.08);border:1px dashed rgba(255,255,255,.28);color:rgba(255,255,255,.75);font-size:20px}
.registration{padding:90px 20px;text-align:center;background:linear-gradient(135deg,#6fac24,#93ca45)}.registration h2{max-width:920px;margin:0 auto;font-size:clamp(34px,5vw,58px);line-height:1.05;letter-spacing:-.04em}.registration p{font-size:19px;margin:22px 0 0}.registration a{display:inline-block;margin-top:30px;padding:18px 34px;border-radius:999px;background:#fff;color:var(--text);text-decoration:none;font-weight:900}footer{padding:30px;text-align:center;color:rgba(255,255,255,.7);background:#04101f}
@media(max-width:900px){.site-header{padding:12px 16px}.top-logos{grid-template-columns:1fr;gap:8px;margin-bottom:8px}.top-logos img{height:46px}.nav{gap:14px;flex-wrap:wrap;font-size:13px}.hero img{width:190%;max-width:none;transform:translateX(-4%)}.intro{padding:52px 20px 44px}.agenda-card{grid-template-columns:1fr;gap:18px;padding:26px}.time{font-size:30px}.agenda-card h3{font-size:23px}.agenda-card ul{font-size:16px}.logo-grid{grid-template-columns:1fr}.logo-card{min-height:210px}.logo-card img{max-height:135px}}

/* Hero image provided by user + separate active CTA button */
.hero{
  position:relative;
  overflow:hidden;
  background:#061426;
}

.hero img{
  width:100%;
  height:auto;
  display:block;
}

.hero-button{
  position:absolute;
  left:5.4%;
  top:53.7%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:235px;
  height:74px;
  padding:0 32px;
  border-radius:14px;
  background:#84c441;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:28px;
  letter-spacing:.02em;
  box-shadow:0 14px 36px rgba(0,0,0,.35);
  transition:.25s ease;
  z-index:5;
}

.hero-button:hover{
  transform:translateY(-2px);
  background:#93d24b;
}

@media(max-width:900px){
  .hero img{
    width:165%;
    max-width:none;
    transform:translateX(-3%);
  }

  .hero-button{
    left:6%;
    top:53%;
    min-width:150px;
    height:48px;
    padding:0 20px;
    border-radius:10px;
    font-size:17px;
  }
}

@media(max-width:520px){
  .hero img{
    width:185%;
    transform:translateX(-4%);
  }

  .hero-button{
    left:6%;
    top:52.5%;
    min-width:135px;
    height:44px;
    font-size:15px;
    padding:0 16px;
  }
}


/* FINAL: mutare buton înscriere în dreapta + optimizare mobil */
.hero{
  position:relative;
  overflow:hidden;
}

.hero-button{
  position:absolute !important;
  left:auto !important;
  right:7.5% !important;
  top:54% !important;
  transform:none !important;
  z-index:10;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  height:70px;
  padding:0 32px;
  border-radius:14px;
  background:#84c441;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:27px;
  letter-spacing:.02em;
  box-shadow:0 14px 36px rgba(0,0,0,.35);
}

.hero-button:hover{
  background:#93d24b;
}

/* Contacte */
.contact-section{
  padding:86px 20px;
  background:#071729;
  color:#fff;
}

.contact-section h2{
  margin:0 0 34px;
  text-align:center;
  font-size:clamp(34px,4vw,52px);
  letter-spacing:-.03em;
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
  max-width:900px;
  margin:0 auto;
}

.contact-card{
  background:#fff;
  color:#061426;
  border-radius:28px;
  padding:36px 28px;
  text-align:center;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}

.contact-card h3{
  margin:0 0 14px;
  font-size:24px;
}

.contact-card a{
  color:#061426;
  text-decoration:none;
  font-size:22px;
  font-weight:800;
  word-break:break-word;
}

/* verificare mobil */
@media(max-width:900px){
  .hero img{
    width:165%;
    max-width:none;
    transform:translateX(-3%);
  }

  .hero-button{
    right:8% !important;
    top:54% !important;
    min-width:138px;
    height:44px;
    padding:0 16px;
    border-radius:10px;
    font-size:15px;
  }

  .contact-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .contact-card{
    padding:28px 18px;
  }

  .contact-card a{
    font-size:19px;
  }
}

@media(max-width:520px){
  .hero img{
    width:185%;
    max-width:none;
    transform:translateX(-4%);
  }

  .hero-button{
    right:6% !important;
    top:53.5% !important;
    min-width:128px;
    height:42px;
    font-size:14px;
    padding:0 14px;
  }
}


/* FINAL MOBILE HEADER FIX - logo-urile rămân în rând, mai mari și vizibile */
@media(max-width:900px){
  .site-header{
    padding:14px 10px 12px !important;
  }

  .top-logos{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 auto 14px !important;
  }

  .top-logos img{
    display:block !important;
    flex:1 1 0 !important;
    width:33.33% !important;
    max-width:33.33% !important;
    height:64px !important;
    max-height:64px !important;
    object-fit:contain !important;
  }

  .nav{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:18px !important;
    flex-wrap:nowrap !important;
    font-size:16px !important;
    font-weight:800 !important;
    overflow-x:auto !important;
    white-space:nowrap !important;
    padding-bottom:4px !important;
  }

  .nav a{
    flex:0 0 auto !important;
  }

  /* imaginea principală mai controlată pe telefon, ca să nu taie excesiv */
  .hero img{
    width:145% !important;
    max-width:none !important;
    transform:translateX(-2%) !important;
  }

  .hero-button{
    right:7% !important;
    top:52.5% !important;
  }
}

@media(max-width:520px){
  .top-logos{
    gap:6px !important;
  }

  .top-logos img{
    height:58px !important;
    max-height:58px !important;
  }

  .nav{
    gap:16px !important;
    font-size:15px !important;
  }

  .hero img{
    width:155% !important;
    max-width:none !important;
    transform:translateX(-2%) !important;
  }

  .hero-button{
    right:6% !important;
    top:52.2% !important;
    min-width:128px !important;
    height:42px !important;
    font-size:14px !important;
  }
}

@media(max-width:390px){
  .top-logos img{
    height:52px !important;
    max-height:52px !important;
  }

  .nav{
    font-size:14px !important;
    gap:14px !important;
  }
}


/* FINAL FIX MOBIL: imaginea întreagă + buton sub imagine, fără să acopere textul */
@media(max-width:900px){
  .hero{
    overflow:visible !important;
    background:#061426 !important;
  }

  .hero img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    transform:none !important;
    object-fit:contain !important;
    display:block !important;
  }

  .hero-button{
    position:static !important;
    transform:none !important;
    display:flex !important;
    width:calc(100% - 48px) !important;
    max-width:340px !important;
    min-width:0 !important;
    height:52px !important;
    margin:18px auto 0 !important;
    padding:0 22px !important;
    border-radius:12px !important;
    font-size:18px !important;
    z-index:1 !important;
  }
}

@media(max-width:520px){
  .hero img{
    width:100% !important;
    max-width:100% !important;
    transform:none !important;
  }

  .hero-button{
    width:calc(100% - 40px) !important;
    max-width:310px !important;
    height:50px !important;
    margin:16px auto 0 !important;
    font-size:17px !important;
  }
}

/* Pe desktop rămâne butonul în dreapta */
@media(min-width:901px){
  .hero-button{
    right:7.5% !important;
    left:auto !important;
    top:54% !important;
  }
}


/* YellowGrid în secțiunea existentă Parteneri asociați */
.associated-grid{
  grid-template-columns:repeat(3, 1fr);
}

.associated-logo-card{
  min-height:220px;
}

.associated-logo-card img{
  width:85%;
  max-height:110px !important;
  object-fit:contain;
}

@media(max-width:900px){
  .associated-grid{
    grid-template-columns:1fr !important;
  }

  .associated-logo-card{
    min-height:160px;
  }

  .associated-logo-card img{
    width:80%;
    max-height:85px !important;
  }
}
