
*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:#08090c;
  color:#f5f5f5;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55;
}

a{
  color:inherit;
}

.wrap{
  width:min(1160px,calc(100% - 32px));
  margin:0 auto;
}

/* HEADER */

.top{
  position:sticky;
  top:0;
  z-index:100;
  background:#090b0f;
  border-bottom:2px solid #d7281e;
  box-shadow:0 5px 20px rgba(0,0,0,.45);
}

.nav{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:25px;
}

.brand{
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none;
  font-size:18px;
  font-weight:900;
  white-space:nowrap;
}

.brand img{
  display:block;
  width:44px;
  height:44px;
  max-width:44px;
  object-fit:contain;
}

.nav nav{
  display:flex;
  align-items:center;
  gap:22px;
  margin-left:auto;
}

.nav nav a{
  color:#c4c7cd;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
}

.nav nav a:hover{
  color:#ff3b30;
}

/* BUTOANE */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:9px;
  border:1px solid #ff4438;
  background:linear-gradient(180deg,#ef3328,#b9150e);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 7px 22px rgba(215,40,30,.22);
}

.btn:hover{
  background:#f0372c;
}

.btn.small{
  min-height:42px;
  padding:0 15px;
  white-space:nowrap;
}

.btn.ghost{
  background:#11151b;
  border-color:#4b535e;
  box-shadow:none;
}

/* HERO */

.hero{
  padding:75px 0;
  background:
    radial-gradient(circle at 90% 10%,rgba(220,35,25,.18),transparent 38%),
    linear-gradient(135deg,#090b0e,#111317);
  border-bottom:1px solid #252a31;
}

.heroGrid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:45px;
  align-items:center;
}

.eyebrow{
  display:block;
  color:#ff3b30;
  font-size:13px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:15px;
}

.hero h1{
  margin:0;
  max-width:760px;
  color:#fff;
  font-size:clamp(48px,6vw,78px);
  line-height:.98;
  letter-spacing:-3px;
}

.lead{
  max-width:760px;
  margin:28px 0 0;
  color:#b5bac3;
  font-size:20px;
}

.actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  margin-top:25px;
  color:#b9bec6;
  font-size:15px;
}

/* PANOU STOC */

.panel{
  background:linear-gradient(145deg,#171a1f,#0d1014);
  border:1px solid #343a43;
  border-radius:16px;
  padding:25px;
  box-shadow:0 12px 35px rgba(0,0,0,.35);
}

.panel h2{
  margin:12px 0 20px;
  font-size:28px;
}

.badge,
.tag{
  display:inline-block;
  width:max-content;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(220,38,28,.15);
  color:#ff4a40;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.panel ul{
  list-style:none;
  margin:0;
  padding:0;
}

.panel li{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:14px 0;
  border-top:1px solid #30353d;
}

.panel li span{
  color:#aeb4bd;
  text-align:right;
}

/* SECTIUNI */

.section{
  padding:75px 0;
}

.head{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:40px;
  align-items:end;
  margin-bottom:30px;
}

.head h2,
.section h2{
  margin:5px 0 0;
  color:#fff;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  letter-spacing:-1.5px;
}

.head p{
  color:#aeb4bd;
  margin:0;
}

/* CARDURI */

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.card{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:25px;
  border:1px solid #30363e;
  border-radius:15px;
  background:linear-gradient(145deg,#161a1f,#0c0f13);
  box-shadow:0 10px 28px rgba(0,0,0,.25);
}

.card h3{
  margin:15px 0 8px;
  font-size:25px;
}

.card p{
  flex:1;
  color:#adb3bc;
}

.card a{
  color:#ff493e;
  font-weight:900;
  text-decoration:none;
}

/* MARCI */

.alt{
  background:#111419;
  border-top:1px solid #292e35;
  border-bottom:1px solid #292e35;
}

.brands{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px;
}

.brands span{
  padding:10px 14px;
  background:#181c21;
  border:1px solid #353b44;
  border-radius:999px;
  color:#e8e8e8;
}

/* CUMPARAM */

.buy{
  background:
    radial-gradient(circle at 10% 50%,rgba(255,157,0,.10),transparent 30%),
    #090b0e;
}

.buy .eyebrow{
  color:#ff9e00;
}

.buyGrid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:45px;
  align-items:center;
}

.buy p{
  color:#b1b6be;
  font-size:18px;
}

.col{
  flex-direction:column;
  margin:0;
}

/* CONTACT */

.contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  align-items:start;
}

.contact p{
  color:#b4bac2;
  font-size:17px;
}

.contact form{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.contact input{
  width:100%;
  padding:14px;
  border-radius:9px;
  border:1px solid #383f48;
  background:#0c0f13;
  color:#fff;
  font-size:15px;
}

/* FOOTER */

footer{
  background:#050608;
  border-top:2px solid #c52118;
}

.foot{
  min-height:75px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#aeb3ba;
}

/* WHATSAPP */

.float{
  position:fixed;
  z-index:200;
  right:20px;
  bottom:20px;
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#db291f;
  border:2px solid #ff4b40;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 8px 30px rgba(0,0,0,.55);
}

/* TABLETA */

@media(max-width:900px){

  .nav nav{
    display:none;
  }

  .nav{
    justify-content:space-between;
  }

  .nav .small{
    margin-left:auto;
  }

  .heroGrid,
  .head,
  .buyGrid,
  .contact{
    grid-template-columns:1fr;
  }

  .cards{
    grid-template-columns:1fr;
  }

  .hero{
    padding:55px 0;
  }
}

/* TELEFON */

@media(max-width:600px){

  .wrap{
    width:calc(100% - 28px);
  }

  .top{
    position:relative;
  }

  .nav{
    min-height:64px;
  }

  .brand{
    font-size:16px;
  }

  .brand img{
    width:38px;
    height:38px;
    max-width:38px;
  }

  .nav .small{
    display:none;
  }

  .hero{
    padding:52px 0 45px;
  }

  .heroGrid{
    display:block;
  }

  .hero h1{
    font-size:48px;
    line-height:1;
    letter-spacing:-2px;
  }

  .lead{
    font-size:18px;
    line-height:1.55;
  }

  .hero .panel{
    margin-top:38px;
  }

  .actions .btn{
    flex:1;
  }

  .trust{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }

  .section{
    padding:55px 0;
  }

  .head{
    gap:15px;
  }

  .head h2,
  .section h2{
    font-size:36px;
  }

  .panel{
    padding:20px;
  }

  .panel li{
    flex-direction:column;
    gap:2px;
  }

  .panel li span{
    text-align:left;
  }

  .cards{
    grid-template-columns:1fr;
  }

  .card{
    min-height:auto;
  }

  .brands span{
    font-size:14px;
  }

  .foot{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:20px 0;
  }

  .float{
    width:56px;
    height:56px;
    right:15px;
    bottom:15px;
  }
}
/* MINI GALERIE ML */

.ml-card{
  overflow:hidden;
}

.ml-gallery{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0;
}

.ml-gallery img{
  width:120px;
  height:90px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid #3a3f46;
  cursor:pointer;
}

@media(max-width:600px){

  .ml-gallery{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:8px;
  }

  .ml-gallery img{
    width:100%;
    height:110px;
  }

}
