/* =========================================================
   D.G. Vini - pagine dettaglio servizi
   Da usare insieme a common.css e app.js già presenti nel sito
   ========================================================= */
:root{
  --gold:#d4a55c;
  --gold-soft:rgba(212,165,92,.22);
  --burgundy:#8f111d;
  --black:#050505;
  --white:#fff;
  --glass:rgba(255,255,255,.08);
}
*{box-sizing:border-box}
body.service-page{
  margin:0;
  min-height:100vh;
  color:var(--white);
  background:#050505;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body.service-page::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  background:url("assets/servizi.jpg") center/cover no-repeat;
  filter:saturate(.92) contrast(1.06) brightness(.58);
  transform:scale(1.04);
}
body.service-page::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 75% 18%,rgba(212,165,92,.22),transparent 28%),
    linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.52) 52%,rgba(0,0,0,.84));
}
a{color:inherit}
.service-main{
  min-height:100vh;
  padding:calc(var(--header-h) + 42px) clamp(22px,5vw,82px) calc(var(--footer-h) + 54px);
}
.service-hero{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);
  gap:clamp(28px,5vw,72px);
  align-items:center;
}
.service-copy{max-width:760px}
.eyebrow{
  margin:0 0 14px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:800;
}
.service-copy h1{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,7vw,92px);
  line-height:.95;
  letter-spacing:-.055em;
  text-shadow:0 24px 60px rgba(0,0,0,.46);
}
.lead{
  max-width:680px;
  margin:26px 0 0;
  color:rgba(255,255,255,.82);
  font-size:clamp(18px,2vw,23px);
  line-height:1.55;
}
.service-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.btn,
.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 22px;
  border-radius:999px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:12px;
  font-weight:800;
  transition:transform .25s ease,border-color .25s ease,background .25s ease,color .25s ease;
}
.btn{background:var(--gold);color:#17100a}
.btn-ghost{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.045);color:#fff}
.btn:hover,
.btn-ghost:hover{transform:translateY(-2px)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.service-panel{
  border:1px solid var(--gold-soft);
  border-radius:30px;
  padding:clamp(24px,3vw,38px);
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));
  box-shadow:0 30px 86px rgba(0,0,0,.44);
  backdrop-filter:blur(14px);
}
.service-panel h2{
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(27px,3.6vw,44px);
  line-height:1.05;
}
.service-panel p{color:rgba(255,255,255,.78);line-height:1.65;margin:0 0 24px}
.feature-list{
  list-style:none;
  display:grid;
  gap:14px;
  padding:0;
  margin:0;
}
.feature-list li{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  align-items:start;
  padding:15px;
  border-radius:18px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.08);
}
.feature-list strong{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  color:var(--gold);
  background:rgba(212,165,92,.12);
  border:1px solid rgba(212,165,92,.28);
  font-family:Georgia,"Times New Roman",serif;
}
.feature-list span{display:block;color:#fff;font-weight:700;margin-bottom:4px}
.feature-list small{display:block;color:rgba(255,255,255,.68);line-height:1.45;font-size:13px}
.service-sections{
  width:min(1180px,100%);
  margin:clamp(42px,6vw,78px) auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.info-card{
  min-height:220px;
  padding:26px;
  border-radius:24px;
  border:1px solid rgba(212,165,92,.2);
  background:rgba(0,0,0,.42);
  backdrop-filter:blur(10px);
}
.info-card h3{
  margin:0 0 12px;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:26px;
}
.info-card p{margin:0;color:rgba(255,255,255,.76);line-height:1.62}
.service-nav{
  width:min(1180px,100%);
  margin:22px auto 0;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.service-nav a{
  padding:12px 16px;
  border-radius:999px;
  text-decoration:none;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.1);
  font-size:13px;
  font-weight:700;
}
.service-nav a:hover,
.service-nav a.active{color:var(--gold);border-color:rgba(212,165,92,.38)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media (max-width:980px){
  .service-main{padding-top:148px}
  .service-hero{grid-template-columns:1fr}
  .service-sections{grid-template-columns:1fr}
}
@media (max-width:560px){
  .service-main{padding:124px 18px calc(var(--footer-h) + 36px)}
  .service-actions{align-items:stretch;flex-direction:column}
  .btn,.btn-ghost{width:100%}
  .service-panel{border-radius:22px}
}
