/* StudioGaudio Scheda Tecnica PRO */
.sgtech-page{
  background:#080808;
  color:#f7f7f7;
  font-family:Inter,Arial,sans-serif;
  overflow:hidden;
}
.sgtech-wrap{
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
}
.sgtech-kicker{
  display:inline-block;
  color:#FBB03A;
  font-weight:800;
  letter-spacing:.22em;
  font-size:13px;
  text-transform:uppercase;
  margin-bottom:18px;
}
.sgtech-hero{
  min-height:460px;
  background:linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.62), rgba(0,0,0,.25)), radial-gradient(circle at 80% 20%, rgba(251,176,58,.13), transparent 35%), #0b0b0b;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(251,176,58,.15);
}
.sgtech-hero h1{
  font-size:clamp(48px, 8vw, 96px);
  line-height:.95;
  max-width:780px;
  margin:0 0 22px;
  letter-spacing:-.055em;
  color:#fff;
}
.sgtech-hero p{
  font-size:clamp(18px, 2vw, 25px);
  line-height:1.65;
  max-width:760px;
  color:#cfcfcf;
}
.sgtech-feature{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:42px;
  padding:90px 0 40px;
  align-items:center;
}
.sgtech-feature-img,
.sgtech-card{
  position:relative;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border-radius:24px;
  box-shadow:0 26px 70px rgba(0,0,0,.5);
  overflow:hidden;
}
.sgtech-feature-img img{
  display:block;
  width:100%;
  height:520px;
  object-fit:cover;
  filter:brightness(.72) contrast(1.18) saturate(.85);
}
.sgtech-placeholder{
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#999;
  background:#111;
}
.sgtech-feature-text h2,
.sgtech-cta h2{
  font-size:clamp(34px, 4vw, 60px);
  line-height:1;
  margin:0 0 24px;
  letter-spacing:-.04em;
}
.sgtech-feature-text p,
.sgtech-card p,
.sgtech-cta p{
  color:#d5d5d5;
  font-size:16px;
  line-height:1.75;
  margin:0 0 16px;
}
.sgtech-feature-text h2::after,
.sgtech-card h3::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  background:#FBB03A;
  margin-top:16px;
  border-radius:999px;
}
.sgtech-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
  padding:40px 0 80px;
}
.sgtech-card{
  padding:32px;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.sgtech-card::before{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:rgba(251,176,58,.10);
  opacity:.75;
  pointer-events:none;
}
.sgtech-card:hover{
  transform:translateY(-6px);
  border-color:rgba(251,176,58,.45);
  box-shadow:0 34px 80px rgba(0,0,0,.65), 0 0 32px rgba(251,176,58,.10);
}
.sgtech-card h3{
  font-size:28px;
  color:#fff;
  margin:0 0 22px;
}
.sgtech-wide{
  grid-column:1 / -1;
}
.sgtech-media img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:18px;
  margin-bottom:26px;
  filter:brightness(.68) contrast(1.25) saturate(.9);
}
.sgtech-cta{
  background:linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.72)), radial-gradient(circle at 85% 20%, rgba(251,176,58,.18), transparent 30%), #111;
  padding:95px 0;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.08);
}
.sgtech-cta p{
  max-width:780px;
  margin:0 auto 30px;
}
.sgtech-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 34px;
  border-radius:14px;
  background:linear-gradient(135deg,#FBB03A,#FBB03A);
  color:#0a0a0a !important;
  font-weight:900;
  font-size:16px;
  letter-spacing:.02em;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(251,176,58,.24);
  position:relative;
  overflow:hidden;
}
.sgtech-cta a:hover{
  background:linear-gradient(135deg,#FBB03A,#FBB03A);
  color:#000 !important;
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(251,176,58,.32);
}
.sgtech-cta a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent 35%, rgba(255,255,255,.32), transparent 65%);
  transform:translateX(-120%);
  transition:transform .55s ease;
}
.sgtech-cta a:hover::after{
  transform:translateX(120%);
}
@media (max-width: 900px){
  .sgtech-feature{grid-template-columns:1fr; padding-top:60px;}
  .sgtech-feature-img img{height:360px;}
  .sgtech-grid{grid-template-columns:1fr;}
  .sgtech-wrap{width:min(100% - 28px, 1180px);}
  .sgtech-hero{min-height:420px;}
}


/* V4 - Liste tecniche premium */
.sgtech-card p{
  position:relative;
}
.sgtech-list{
  display:grid;
  gap:12px;
  margin-top:8px;
}
.sgtech-list-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.038), rgba(255,255,255,.016));
  color:#dcdcdc;
  line-height:1.58;
  font-size:14px;
}
.sgtech-list-item::before{
  content:"";
  flex:0 0 7px;
  width:7px;
  height:7px;
  border-radius:50%;
  margin-top:8px;
  background:#FBB03A;
  box-shadow:0 0 14px rgba(251,176,58,.55);
}
.sgtech-list-item strong{
  color:#fff;
  font-weight:800;
}
.sgtech-card.sgtech-mics{
  background:
    radial-gradient(circle at 85% 12%, rgba(251,176,58,.13), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
}
.sgtech-mic-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.sgtech-mic-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  border-radius:999px;
  border:1px solid rgba(251,176,58,.24);
  background:rgba(251,176,58,.075);
  color:#eeeeee;
  font-size:13px;
  line-height:1;
  white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.sgtech-mic-chip::before{
  content:"🎙";
  font-size:13px;
  opacity:.92;
}
.sgtech-mic-chip:hover{
  transform:translateY(-2px);
  border-color:rgba(251,176,58,.48);
  background:rgba(251,176,58,.13);
}
.sgtech-category-label{
  display:inline-flex;
  align-items:center;
  margin:0 0 14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(251,176,58,.10);
  color:#FBB03A;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
@media (max-width: 640px){
  .sgtech-list-item{font-size:13px; padding:11px 12px;}
  .sgtech-mic-chip{font-size:12px; padding:9px 11px;}
}


/* ==========================================================
   StudioGaudio Scheda Tecnica PRO v4.2 — Site Style
   Coerente con Home StudioGaudio
   ========================================================== */

.sgtech-page{
  background:#050505!important;
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.sgtech-wrap{
  width:min(1180px,calc(100% - 48px))!important;
}

/* Hero */
.sgtech-hero{
  min-height:520px!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}
.sgtech-kicker,
.sgtech-category-label{
  color:#FBB03A!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:900!important;
}
.sgtech-hero h1,
.sgtech-feature-text h2,
.sgtech-card h3,
.sgtech-cta h2{
  font-family:Impact,'Arial Narrow','Helvetica Neue',Arial,sans-serif!important;
  font-weight:900!important;
  color:#fff!important;
}
.sgtech-hero h1{
  font-size:clamp(52px,8vw,98px)!important;
  line-height:.92!important;
  letter-spacing:-.045em!important;
  text-transform:uppercase!important;
}
.sgtech-hero p{
  color:#fff!important;
  max-width:780px!important;
}

/* Feature */
.sgtech-feature{
  padding:82px 0 44px!important;
  gap:48px!important;
}
.sgtech-feature-img{
  border-radius:6px!important;
  background:#0D0D0D!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}
.sgtech-feature-text h2{
  text-transform:uppercase!important;
}
.sgtech-feature-text h2::after,
.sgtech-card h3::after{
  background:#FBB03A!important;
  height:2px!important;
  border-radius:0!important;
}

/* Cards */
.sgtech-grid{
  gap:18px!important;
  padding:42px 0 84px!important;
}
.sgtech-card{
  padding:30px!important;
  border-radius:5px!important;
  background:#0D0D0D!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:none!important;
}
.sgtech-card::before{
  display:none!important;
}
.sgtech-card:hover{
  transform:translateY(-4px)!important;
  border-color:#FBB03A!important;
  box-shadow:none!important;
}
.sgtech-card h3{
  font-size:30px!important;
  text-transform:uppercase!important;
  letter-spacing:0!important;
}

/* Technical rows */
.sgtech-list{
  gap:8px!important;
}
.sgtech-list-item{
  border-radius:3px!important;
  background:#090909!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#D8D8D8!important;
  padding:12px 14px!important;
}
.sgtech-list-item::before{
  background:#FBB03A!important;
  box-shadow:none!important;
}
.sgtech-list-item strong{
  color:#fff!important;
}

/* Microphones */
.sgtech-card.sgtech-mics{
  background:#0D0D0D!important;
}
.sgtech-media img{
  border-radius:4px!important;
  filter:brightness(.70) contrast(1.18) saturate(.88)!important;
}
.sgtech-mic-chip{
  border-radius:3px!important;
  background:#090909!important;
  border:1px solid rgba(251,176,58,.34)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.sgtech-mic-chip:hover{
  border-color:#FBB03A!important;
  background:rgba(251,176,58,.08)!important;
}

/* Category labels */
.sgtech-category-label{
  border-radius:3px!important;
  background:rgba(251,176,58,.10)!important;
  border:1px solid rgba(251,176,58,.22)!important;
}

/* CTA */
.sgtech-cta{
  padding:82px 0!important;
  background:#0A0A0A!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}
.sgtech-cta a{
  min-height:52px!important;
  padding:0 26px!important;
  border-radius:3px!important;
  background:#FBB03A!important;
  color:#080808!important;
  box-shadow:none!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.sgtech-cta a:hover{
  background:#FBB03A!important;
  color:#080808!important;
  filter:brightness(1.04)!important;
  box-shadow:none!important;
}

/* Mobile */
@media(max-width:900px){
  .sgtech-feature{gap:28px!important}
}
@media(max-width:640px){
  .sgtech-wrap{width:min(100% - 28px,1180px)!important}
  .sgtech-card{padding:22px!important}
  .sgtech-hero h1{font-size:clamp(44px,14vw,68px)!important}
}


/* v4.3 — gerarchia contenuti, highlight e CTA */
.sgtech-highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
  margin-bottom:54px;
}
.sgtech-highlight{
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  padding:24px;
  background:rgba(255,255,255,.035);
}
.sgtech-highlight span{
  display:block;
  margin-bottom:10px;
  font:700 12px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:.12em;
  color:#FBB03A!important;
  -webkit-text-fill-color:#FBB03A!important;
}
.sgtech-highlight strong{
  display:block;
  margin-bottom:8px;
  font-family:Impact,'Arial Narrow','Helvetica Neue',Arial,sans-serif;
  font-size:clamp(23px,2vw,31px);
  font-weight:400;
  line-height:1.05;
  text-transform:uppercase;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
}
.sgtech-highlight p,
.sgtech-equipment-head p{
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
}
.sgtech-equipment-head{
  margin-bottom:22px;
}
.sgtech-equipment-head h2{
  margin:.2em 0 .35em;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
}
.sgtech-cta-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}
.sgtech-cta .sgtech-cta-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:999px;
  text-decoration:none!important;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:800;
  line-height:1;
}
.sgtech-cta .sgtech-btn-primary{
  background:#FBB03A!important;
  border:1px solid #FBB03A!important;
  color:#090909!important;
  -webkit-text-fill-color:#090909!important;
}
.sgtech-cta .sgtech-btn-secondary{
  background:transparent!important;
  border:1px solid rgba(255,255,255,.45)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
}
@media(max-width:760px){
  .sgtech-highlights{grid-template-columns:1fr;margin-bottom:38px}
  .sgtech-cta-actions{align-items:stretch}
  .sgtech-cta .sgtech-cta-actions a{width:100%}
}
