*{box-sizing:border-box}
:root{
  --navy:#061a2d;
  --navy2:#08233c;
  --navy3:#0b2b49;
  --gold:#c99a49;
  --gold2:#e1bb72;
  --text:#f4f5f6;
  --muted:#b9c3ce;
  --line:rgba(255,255,255,.13);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--navy);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.65;
}
h1,h2,h3,.brand{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
}
.container{width:min(1180px,92%);margin:auto}
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(4,20,35,.97);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px)
}
.nav{
  min-height:92px;
  display:flex;align-items:center;justify-content:space-between;gap:28px
}
.brand img{display:block;width:330px;max-width:42vw;height:auto}
nav{display:flex;align-items:center;gap:28px}
nav a{
  color:#f5f5f5;text-decoration:none;text-transform:uppercase;
  font-size:12px;letter-spacing:.03em
}
nav a:hover{color:var(--gold2)}
.nav-cta{
  background:linear-gradient(135deg,#b88334,#d0a65e);
  padding:14px 24px
}
.menu-toggle{display:none;background:none;color:white;border:0;font-size:28px}
.hero{
  min-height:640px;
  background:
    radial-gradient(circle at 75% 35%,rgba(18,69,108,.34),transparent 35%),
    linear-gradient(120deg,#071d32 0%,#06182a 54%,#041522 100%);
  border-bottom:1px solid var(--line);
  overflow:hidden
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:640px}
.kicker,.section-kicker{
  color:var(--gold2);text-transform:uppercase;letter-spacing:.22em;
  font-size:12px;margin:0 0 10px
}
.hero h1{
  margin:0;font-size:58px;line-height:1.05;text-transform:uppercase;letter-spacing:.02em
}
.hero h1 span{color:var(--gold2)}
.gold-line,.mini-line{width:65px;height:2px;background:var(--gold);margin:24px 0}
.hero-text{max-width:560px;color:#eef2f6;font-size:18px}
.btn-gold,.submit-btn{
  display:inline-block;margin-top:18px;padding:15px 30px;
  background:linear-gradient(135deg,#b78234,#d3a85e);
  color:#fff;text-decoration:none;text-transform:uppercase;
  border:0;cursor:pointer;letter-spacing:.03em
}
.hero-visual{position:relative;min-height:560px}
.network{
  position:absolute;border:1px solid rgba(77,140,189,.22);border-radius:50%;
}
.network-one{width:510px;height:510px;right:-20px;top:20px}
.network-two{width:350px;height:350px;right:70px;top:105px}
.network:before,.network:after{
  content:"";position:absolute;inset:14%;border:1px dashed rgba(84,153,205,.16);border-radius:50%
}
.chess-piece{
  position:absolute;right:120px;bottom:35px;
  width:170px;height:330px;
  background:linear-gradient(90deg,#07121c,#163650 50%,#06111a);
  border-radius:45% 45% 16% 16%;
  box-shadow:0 25px 70px rgba(0,0,0,.55)
}
.chess-piece:before{
  content:"";position:absolute;width:220px;height:42px;left:-25px;bottom:-18px;
  border-radius:50%;background:linear-gradient(#163650,#06111a)
}
.chess-top{position:absolute;top:-95px;left:38px;font-size:105px;color:#1a3d5a;text-shadow:0 4px 8px #000}
.what-we-do,.benefits{padding:64px 0;background:#061a2d;border-bottom:1px solid var(--line)}
.section-heading h2{font-size:34px;margin:0;color:var(--gold2)}
.section-heading.center{text-align:center}
.section-heading.center .mini-line{margin:14px auto 34px}
.four-cols,.three-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.three-cols{grid-template-columns:repeat(3,1fr)}
.feature{text-align:center;padding:24px}
.icon{font-size:44px;color:var(--gold2);height:65px}
.feature h3,.benefit-card h3{font-size:22px;margin:8px 0}
.feature p,.benefit-card p{color:var(--muted);font-size:15px}
.opportunity-section{padding:55px 0;background:#041729}
.two-cols{display:grid;grid-template-columns:.95fr 1.05fr;gap:55px;align-items:start}
.opportunity-list{display:grid;gap:8px}
.opp-card{
  display:grid;grid-template-columns:55px 1fr 20px;gap:14px;align-items:center;
  padding:18px 20px;background:#082641;border:1px solid rgba(255,255,255,.04)
}
.opp-card:hover{background:#0a2d4d}
.opp-icon{color:var(--gold2);font-size:30px}
.opp-card h3{margin:0 0 2px;font-size:19px;text-transform:uppercase}
.opp-card p{margin:0;color:#c7d0d9;font-size:13px}
.opp-card>span{color:#fff;font-size:30px}
.registration-panel{
  border-left:1px solid var(--line);padding-left:45px;
  background:linear-gradient(135deg,rgba(17,54,83,.35),rgba(3,19,33,.1))
}
.registration-panel .intro{color:var(--muted);margin-top:-8px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
input,select,textarea{
  width:100%;padding:13px 14px;margin-bottom:11px;background:#07192b;
  color:white;border:1px solid #39516a;outline:none;border-radius:0
}
input:focus,select:focus,textarea:focus{border-color:var(--gold)}
textarea{min-height:95px;resize:vertical}
fieldset{border:0;padding:8px 0;margin:0 0 10px}
legend{text-transform:uppercase;font-size:12px;margin-bottom:8px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 20px}
.check-grid label,.radio-row label,.privacy{font-size:13px;color:#ecf0f3}
.check-grid input,.radio-row input,.privacy input{width:auto;margin:0 7px 0 0}
.radio-row{display:flex;gap:20px;flex-wrap:wrap}
.privacy{display:flex;align-items:flex-start;margin:12px 0}
.submit-btn{width:100%;font-size:14px}
.benefit-card{background:#082641;padding:26px;border-top:2px solid var(--gold)}
footer{padding:35px 0;background:#03121f;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1fr 1.2fr .8fr;gap:40px;align-items:center}
.footer-logo img{width:285px;max-width:100%}
.footer-copy,.footer-contact{color:var(--muted);font-size:13px}
.footer-contact a{color:var(--gold2);text-decoration:none}

@media(max-width:900px){
  .brand img{width:250px;max-width:65vw}
  .menu-toggle{display:block}
  nav{
    display:none;position:absolute;top:92px;left:0;right:0;
    background:#041729;padding:22px;flex-direction:column;align-items:flex-start
  }
  nav.open{display:flex}
  .hero-grid,.two-cols,.footer-grid{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-grid{min-height:auto;padding:70px 0 30px}
  .hero-visual{min-height:390px}
  .four-cols,.three-cols{grid-template-columns:1fr 1fr}
  .registration-panel{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:40px}
}
@media(max-width:600px){
  .hero h1{font-size:40px}
  .hero-text{font-size:16px}
  .four-cols,.three-cols,.form-row,.check-grid{grid-template-columns:1fr}
  .chess-piece{right:80px;transform:scale(.78);transform-origin:bottom right}
  .network-one{width:380px;height:380px;right:-90px}
}

/* Logo Merchant Club ottimizzato per sfondo blu */
.brand img, .footer-logo img {
  object-fit: contain;
  background: transparent;
}
.brand img {
  height: 58px;
  width: auto;
  max-width: 390px;
}
.footer-logo img {
  height: 54px;
  width: auto;
  max-width: 320px;
}
@media(max-width:600px){
  .brand img {height:42px;max-width:260px}
}

/* Logo: versione JPG robusta per hosting Aruba */
.brand img, .footer-logo img {
  display:block;
  background:#fff;
  padding:7px 12px;
  border-radius:2px;
  object-fit:contain;
}
.brand img { height:62px; width:auto; max-width:390px; }
.footer-logo img { height:58px; width:auto; max-width:330px; }
@media(max-width:600px){
  .brand img { height:48px; width:auto; max-width:270px; padding:5px 8px; }
}

/* Merchant Club logo oro - definitivo */
.brand img, .footer-logo img {
  display:block !important;
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
  object-fit:contain !important;
}
.brand img {
  height:58px !important;
  width:auto !important;
  max-width:390px !important;
}
.footer-logo img {
  height:54px !important;
  width:auto !important;
  max-width:330px !important;
}
@media(max-width:600px){
  .brand img {
    height:42px !important;
    max-width:270px !important;
  }
}

/* HERO DEFINITIVA: solo fondo blu, nessuna immagine o decorazione a destra */
.hero {
  background: #061a2d !important;
  background-image: none !important;
}
.hero-grid {
  grid-template-columns: 1fr !important;
}
.hero-copy {
  max-width: 760px !important;
}
.hero-visual,
.network,
.network-one,
.network-two,
.chess-piece,
.chess-top,
.bull-hero,
.bull-line {
  display: none !important;
  background: none !important;
  background-image: none !important;
}
.hero-visual::before,
.hero-visual::after,
.network::before,
.network::after,
.chess-piece::before,
.chess-piece::after,
.bull-hero::before,
.bull-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}
