/* ===================================================
   Sbiancamento Denti Bergamo – Static Site CSS
   =================================================== */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 544px) {
  html { font-size: 91.2%; }
}

body {
  font-family: 'Ubuntu', 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #1b1c1e;
  background-color: #f7faff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: #05a082; text-decoration: none; }
a:hover, a:focus { color: #048a6e; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* === CSS VARIABLES === */
:root {
  --avorio: #fcfaf5;
  --box: #fff;
  --accent: #05a082;
  --testo: #1b1c1e;
  --grigio: #4d4d4d;
  --line: #ebe6dc;
  --oro: #d0a759;
  --shadow: 0 4px 28px rgba(60,70,90,.07);
}

/* === HERO SECTION === */
.hero-section {
  position: relative;
  min-height: 60vh;
  background-image: url('../images/PXL_20250623_1026217964-1536x1305.webp');
  background-position: 0px -495px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 148px 0;
  display: flex;
  align-items: flex-start;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1 1 60%;
  min-width: 300px;
}

.hero-right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

/* Hero v14 title */
.hero-v14 {
  max-width: 90%;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.hero-v14 .title {
  font-size: clamp(20px, 5vw, 34px);
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid #05a082;
  font-family: 'Inter', 'Ubuntu', sans-serif;
}
.hero-v14 .title .highlight { color: #05a082; }

.badge-mobi {
  display: inline-block;
  margin: 6px 0 4px;
  padding: 2px 10px;
  background: #05a082;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: .2px;
  white-space: nowrap;
}

.hero-v14 .subtitle {
  font-size: 11px;
  margin: 4px 0 0;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  background: rgba(0,0,0,0.3);
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .hero-v14 { max-width: 540px; padding: 0 30px; }
  .hero-v14 .title { font-size: clamp(26px, 4vw, 40px); }
  .badge-mobi { font-size: 11px; padding: 3px 14px; margin: 8px 0 6px; }
  .hero-v14 .subtitle { font-size: 14px; padding: 4px 8px; }
}

/* === BOCCA BOX (Caso 10 giorni) === */
.bocca-link { display: inline-block; text-decoration: none; }
.bocca-box-v2 {
  position: relative;
  padding: 16px 8px 8px;
  border: 4px solid #005c53;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,.13);
  text-align: center;
  max-width: 300px;
  background: #e9e9e5;
  overflow: hidden;
  transition: box-shadow .23s, transform .18s, border-color .22s;
}
.bocca-link:hover .bocca-box-v2 {
  box-shadow: 0 16px 64px #05a08255;
  transform: translateY(-8px) scale(1.05);
  border-color: #05a082;
  cursor: pointer;
}
.bocca-badge-v2 {
  position: absolute; top: 6px; left: 10px;
  background: #005c53; color: #fff;
  font-size: 15px; padding: 3px 14px;
  border-radius: 8px; font-weight: 600; line-height: 1;
}
.bocca-box-v2 img {
  width: 100%; height: auto;
  border-radius: 12px; margin-bottom: 6px; margin-top: 8px;
}
.bocca-testo-v2 {
  margin: 10px 0 0; font-size: 19px;
  line-height: 1.22; color: #333; font-weight: 500;
}
@media (max-width: 768px) {
  .bocca-box-v2 { max-width: 180px; padding: 8px; border-radius: 12px; }
  .bocca-badge-v2 { display: none; }
  .bocca-testo-v2 { font-size: 13px; }
  .bocca-box-v2 img { border-radius: 9px; margin-top: 3px; }
}

/* === QUOTE === */
.quote-wrap {
  font-family: 'Playfair Display', serif;
  max-width: 600px;
  background: rgba(25, 24, 22, 0.30);
  backdrop-filter: blur(2.5px);
  border-radius: 18px;
  padding: 14px 18px 8px 18px;
  box-shadow: 0 2px 20px #0005;
  display: inline-block;
  margin-left: 145px;
  margin-top: 10px;
}
.quote {
  color: #f5d37e; font-size: 22px;
  font-style: italic; font-weight: 300;
  line-height: 1.3; margin: 0 0 8px 0;
  text-shadow: 0 3px 16px #000a, 0 2px 6px #0008, 0 1px 0 #fff6;
  letter-spacing: 0.01em;
}
.author {
  color: #ffeecb; font-size: 16px;
  font-weight: 300; margin: 0;
  text-shadow: 0 2px 8px #0008;
}
@media (min-width: 1025px) {
  .quote { font-size: 26px; }
  .author { font-size: 18px; }
}
@media (max-width: 767px) {
  .quote-wrap { margin-left: 20px; }
}

/* === HERO BULLETS === */
.hero-bullets {
  max-width: 90%; margin: 38px auto 0 auto;
  padding: 20px 18px; text-align: left;
  background: rgba(22,32,29,0.22);
  border-radius: 18px; box-shadow: 0 4px 18px #0003;
}
.hero-bullets ul { list-style: none; margin: 0; padding: 0; }
.hero-bullets li {
  position: relative; padding-left: 32px;
  margin-bottom: 20px; font-size: 1.16rem;
  color: #f4fff7; font-weight: 600; line-height: 1.43;
  text-shadow: 0 2px 8px #111c, 0 1px 0 #222b, 0 0px 2px #0008;
  letter-spacing: 0.01em;
}
.hero-bullets li::before {
  content: "✔"; position: absolute; left: 0; top: 4px;
  font-size: 1em; line-height: 1; color: #22e8a6;
  filter: drop-shadow(0 2px 2px #0005);
  font-weight: 500; text-shadow: 0 2px 6px #000a;
}
@media (min-width: 768px) {
  .hero-bullets {
    max-width: 540px; margin: 60px 0 0 0;
    text-align: left; padding: 26px 38px;
  }
  .hero-bullets li { font-size: 1.18rem; margin-bottom: 22px; padding-left: 36px; }
  .hero-bullets li::before { font-size: 1.12em; top: 3px; }
}
@media (min-width: 1440px) {
  .hero-bullets { max-width: 600px; margin-left: 0 !important; margin-right: auto !important; }
}
@media (max-width: 767px) {
  .hero-bullets li::before { font-size: 0.75em; top: 6px; }
}

/* === CTA WHATSAPP BUTTON === */
.cta-wapp {
  display: flex; justify-content: center;
  align-items: center; margin-top: 22px; margin-bottom: 6px;
}
.cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 32px; background: #005c53; color: #fff;
  font-weight: 600; border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  font-size: 1.1rem;
}
.cta-btn:hover, .cta-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
  color: #fff;
}
.cta-btn i { font-size: 20px; line-height: 1; }
.cta-btn i.fab.fa-whatsapp {
  font-size: 1.38em; margin-right: 8px; color: #fff;
  background: #25d366; border-radius: 50%; padding: 4px;
  display: inline-block; box-shadow: 0 1px 8px #05a08238;
}
.cta-btn .txt { display: inline-block; font-weight: 800; vertical-align: middle; }
@media (max-width: 700px) {
  .cta-btn { font-size: 0.99rem; padding: 11px 20px; }
}

/* === REVIEWS / TRUSTINDEX SECTION === */
.reviews-section {
  min-height: 200px;
  margin: 0 auto;
  padding: 0;
  max-width: 1240px;
}

/* === HEADING DECORATIONS (subtle glow + accent line) === */
.sbianca-cards h2,
.sbianca-section h1,
.caso-clinico-sbiancamento h2,
.biblio-section h1,
.contatti-section h2 {
  position: relative;
  text-shadow: 0 0 28px rgba(5,160,130,.12), 0 2px 8px rgba(5,160,130,.06);
}
.sbianca-cards h2::after,
.sbianca-section h1::after,
.caso-clinico-sbiancamento h2::after,
.biblio-section h1::after,
.contatti-section h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), var(--oro));
  opacity: .7;
}
/* Soft glow behind section headings */
.sbianca-cards h2::before,
.sbianca-section h1::before,
.caso-clinico-sbiancamento h2::before,
.biblio-section h1::before,
.contatti-section h2::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 180%;
  background: radial-gradient(ellipse at center, rgba(5,160,130,.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
}

/* === TRATTAMENTO Mo.Bi CARDS === */
.sbianca-cards {
  max-width: 950px; margin: 0 auto 54px; padding: 48px 18px;
  background: var(--avorio); border-radius: 32px;
  box-shadow: var(--shadow);
  font-family: 'Roboto', Arial, sans-serif; color: var(--testo);
}
.sbianca-cards h2 {
  font-size: clamp(28px,4vw,36px); color: var(--accent);
  margin-bottom: 20px; text-align: center; font-weight: 700; letter-spacing: -.01em;
}
.sbianca-cards h2 span { font-weight: 800; color: var(--testo); }
.sbianca-cards .intro {
  max-width: 600px; margin: 0 auto 40px; line-height: 1.8;
  color: #333; font-size: 1.06rem; text-align: center;
}
.sbianca-steps {
  display: flex; gap: 32px; max-width: 1100px; margin: 0 auto;
  flex-wrap: wrap; justify-content: center;
}
.sbianca-step {
  flex: 1 1 300px; background: var(--box); border-radius: 22px;
  padding: 40px 24px 30px; text-align: center;
  box-shadow: 0 8px 32px rgba(60,70,90,0.08);
  transition: transform .4s, box-shadow .4s;
  max-width: 320px; min-width: 230px; border: 1.2px solid #ede7de;
  display: flex; flex-direction: column; align-items: center;
}
.sbianca-step:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
}
.sbianca-step .icon-wrap {
  width: 80px; height: 80px; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
}
.sbianca-step img { width: 80px; height: 80px; object-fit: contain; }
.sbianca-step h3 {
  font-size: 20px; color: var(--accent); margin-bottom: 12px; font-weight: 700;
  text-shadow: 0 1px 12px rgba(5,160,130,.10);
}
.sbianca-step p { font-size: 15px; line-height: 1.65; color: #555; margin: 0; }
@media (max-width: 900px) {
  .sbianca-cards { padding: 22px 2vw 18px; }
  .sbianca-steps { flex-direction: column; gap: 18px; }
  .sbianca-step { max-width: unset; width: 100%; }
  .sbianca-cards h2 { font-size: 1.4rem; }
}

/* === PERCHÈ DOMICILIARE === */
.sbianca-section {
  max-width: 950px; margin: 0 auto 52px; padding: 48px 18px;
  background: var(--avorio); border-radius: 32px;
  box-shadow: var(--shadow); color: var(--testo);
  font-family: 'Roboto', Arial, sans-serif; position: relative;
}
.sbianca-section h1 {
  font-size: 2.35rem; font-weight: 700; text-align: center;
  margin: 0 0 24px; line-height: 1.13; letter-spacing: -.01em; color: var(--accent);
}
.sbianca-section .intro {
  font-size: 1.13rem; color: var(--grigio); text-align: center;
  max-width: 720px; margin: 0 auto 32px;
}
.sbianca-section .intro mark {
  background: none; color: var(--oro); font-weight: 700;
  text-decoration: underline 1.5px var(--oro);
}
.sbianca-section .focus {
  color: var(--oro); font-size: 1.35rem; font-style: italic;
  text-align: center; margin: 44px 0; padding: 12px 0 13px;
  border-top: 1.4px solid var(--line); border-bottom: 1.4px solid var(--line);
  font-weight: 500; letter-spacing: .01em;
}
.sbianca-section h2 {
  font-size: 1.13rem; font-weight: 700; margin: 50px 0 28px;
  text-align: center; color: var(--testo); text-transform: uppercase; letter-spacing: .04em;
  text-shadow: none; /* reset glow for sub-headings */
}
.sbianca-section h2::after {
  width: 40px; height: 2px; margin-top: 10px; opacity: .5;
}
.sbianca-section h2::before { display: none; }
.sbianca-columns {
  display: flex; gap: 32px; justify-content: center;
  margin-bottom: 8px; flex-wrap: wrap;
}
.sbianca-col {
  flex: 1 1 0; min-width: 230px; background: var(--box); border-radius: 22px;
  box-shadow: 0 4px 20px rgba(50,60,70,.10); padding: 30px 24px 24px;
  display: flex; flex-direction: column; align-items: flex-start;
  border: 1.2px solid #ede7de; transition: transform .4s, box-shadow .4s; max-width: 310px;
}
.sbianca-col:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 32px rgba(0,0,0,.15);
}
.sbianca-col .col-title {
  display: flex; align-items: center; gap: 16px;
  font-size: 1.10rem; font-weight: 700; color: var(--accent); margin-bottom: 13px;
  text-shadow: 0 1px 10px rgba(5,160,130,.08);
}
.sbianca-col .col-title img { width: 70px; height: 70px; object-fit: contain; display: block; }
.sbianca-col ul { margin: 0; padding: 0 0 0 2px; list-style: none; }
.sbianca-col li {
  font-size: 1.05rem; color: var(--testo); margin-bottom: 13px;
  line-height: 1.43; display: flex; align-items: flex-start; gap: 7px;
}
.sbianca-col li:before {
  content: '✓'; color: var(--accent); font-weight: 700;
  font-size: 1.09em; margin-right: 7px;
}
@media (max-width: 900px) {
  .sbianca-section { padding: 22px 2vw 18px; }
  .sbianca-columns { flex-direction: column; gap: 16px; }
  .sbianca-col { width: 100%; max-width: unset; }
  .sbianca-section h1 { font-size: 1.5rem; }
  .sbianca-section h2 { font-size: 1.13rem; }
  .sbianca-section .focus { font-size: 1.05rem; }
  .sbianca-col .col-title img { width: 44px; height: 44px; }
}

/* === CASO CLINICO === */
.caso-clinico-sbiancamento {
  max-width: 950px; margin: 0 auto; padding: 46px 10px 30px;
  font-family: Roboto, Arial, sans-serif;
  background: #fcfaf5; border-radius: 32px;
  box-shadow: 0 4px 28px rgba(60,70,90,.07);
}
.caso-clinico-sbiancamento h2 {
  font-size: 2.5rem; font-weight: 900; color: #05a082;
  text-align: center; margin-bottom: 7px; letter-spacing: -1px;
}
.caso-clinico-sbiancamento > p {
  text-align: center; font-size: 1.09rem; color: #3d3d3d;
  margin-bottom: 34px; max-width: 680px; margin-inline: auto;
}
.flex-block {
  display: flex; gap: 30px; align-items: flex-end;
  justify-content: center; margin-bottom: 34px; flex-wrap: wrap;
}
.img-card {
  flex: 1; min-width: 240px; max-width: 370px;
  background: #fff; border-radius: 22px;
  box-shadow: 0 8px 32px #05a08218, 0 0 0 1.4px #ebe6dc;
  padding: 22px 20px 18px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  transition: transform .4s, box-shadow .4s;
}
.img-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 16px 40px #05a0821a;
}
.img-card img { width: 100%; border-radius: 17px; box-shadow: 0 4px 16px #05a08214; }
.img-caption { font-size: 1.07rem; margin-top: 13px; font-weight: 600; letter-spacing: .2px; }
.img-caption.arcata { color: #05a082; }
.img-caption.arcata span { color: #777; }
.img-caption.superiore { color: #b09d00; }
.img-caption.superiore span { color: #444; font-size: 0.96em; }
.img-caption.finale { color: #05a082; }
.img-caption.finale span { color: #8a5a1f; font-size: 0.97em; display: block; margin-top: 2px; }

.oblo-block {
  display: flex; justify-content: center; gap: 42px;
  flex-wrap: wrap; margin-bottom: 42px; align-items: center;
}
.oblo-block > div { flex: 1; min-width: 160px; max-width: 220px; text-align: center; }
.oblo {
  width: 132px; height: 132px; margin: 0 auto 14px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
  background: radial-gradient(circle at 60% 45%,#f3f2e8 80%,#fff 100%);
  box-shadow: 0 4px 26px #b09d0030, 0 0 0 5px #fff6;
}
.oblo-post {
  background: radial-gradient(circle at 60% 45%,#eafff6 80%,#fff 100%);
  box-shadow: 0 4px 26px #05a08245, 0 0 0 5px #fff6;
}
.oblo img { width: 98px; filter: drop-shadow(0 2px 8px #05a08220); border-radius: 50%; }
.oblo-label.pre { color: #b09d00; font-weight: 800; letter-spacing: .2px; font-size: 1.09rem; }
.oblo-label.post { color: #05a082; font-weight: 800; letter-spacing: .2px; font-size: 1.09rem; }
.oblo-desc { font-size: 0.99rem; color: #555; }
.oblo-arrow { display: flex; align-items: center; justify-content: center; min-width: 40px; max-width: 40px; }

.note-clinica {
  background: linear-gradient(90deg,#f7fdfb 90%,#f3f2e8 100%);
  border-left: 6px solid #05a082; padding: 22px 30px 17px 22px;
  max-width: 660px; margin: 0 auto 38px; border-radius: 17px; font-size: 1.04rem;
}
.note-clinica strong { color: #05a082; font-size: 1.12rem; }
.nota-gold { color: #b09d00; font-weight: 700; }

@media (max-width: 700px) {
  .caso-clinico-sbiancamento { padding: 18px 2vw 22px; border-radius: 13px; }
  .caso-clinico-sbiancamento h2 { font-size: 1.25rem; margin-bottom: 8px; }
  .caso-clinico-sbiancamento > p { font-size: 0.98rem; margin-bottom: 18px; }
  .flex-block { gap: 8px; margin-bottom: 16px; }
  .img-card { min-width: 98vw; max-width: 98vw; border-radius: 13px; padding: 9px 6px 10px; }
  .img-card img { border-radius: 8px; }
  .oblo-block { gap: 10px; margin-bottom: 20px; }
  .oblo-block > div { min-width: 88px; max-width: 110px; }
  .oblo, .oblo-post { width: 66px; height: 66px; margin-bottom: 7px; }
  .oblo img { width: 48px; }
  .oblo-arrow { min-width: 24px; max-width: 24px; }
  .note-clinica { padding: 11px 3vw 8px 8px; font-size: 0.95rem; border-radius: 11px; }
}

/* === FAQ & COSTI === */
.breadcrumb {
  font-size: 0.98rem; margin-bottom: 24px; color: #9d9d9d;
  font-family: 'Roboto', Arial, sans-serif;
  display: flex; gap: 7px; align-items: center; letter-spacing: 0.02em;
}
.breadcrumb a { color: #4d4d4d; text-decoration: none; transition: color 0.18s; }
.breadcrumb a:hover { color: var(--accent); text-decoration: underline; }
.breadcrumb span[itemprop="itemListElement"]:not(:last-child)::after {
  content: "›"; color: var(--oro); font-weight: 600;
  margin: 0 4px 0 6px; font-size: 1em;
}

/* FAQ section h1 specific */
.faq-section-wrap .sbianca-section h1 { font-size: 2.2rem; margin: 0 0 22px; }
.faq-section-wrap .sbianca-section h2 { font-size: 1.19rem; }

.faq-list { margin: 0 auto 28px; max-width: 800px; }
.faq-item {
  background: var(--box); border-radius: 18px; box-shadow: 0 2px 16px #0001;
  margin-bottom: 18px; border: 1.2px solid #ede7de;
  transition: box-shadow .3s; overflow: hidden;
}
.faq-q {
  padding: 20px 28px; font-size: 1.09rem; font-weight: 500; color: var(--accent);
  cursor: pointer; display: flex; align-items: center;
  justify-content: space-between; user-select: none;
  text-shadow: 0 1px 8px rgba(5,160,130,.07);
}
.faq-q:after {
  content: '▼'; font-size: 1.06em; color: var(--oro); transition: transform .3s;
}
.faq-item.active .faq-q:after { transform: rotate(-180deg); }
.faq-a {
  padding: 0 28px 18px; color: var(--testo); font-size: 1.04rem;
  line-height: 1.6; display: none;
}
.faq-item.active .faq-a { display: block; }
.costi-box {
  background: var(--box); border-radius: 20px; box-shadow: 0 4px 18px #0002;
  padding: 32px 24px; margin: 0 auto 40px; max-width: 700px;
  border: 1.2px solid #ede7de;
}
.costi-box h3 { font-size: 1.23rem; color: var(--accent); font-weight: 700; margin-bottom: 14px; text-shadow: 0 1px 10px rgba(5,160,130,.10); }
.costi-list { margin: 0 0 8px 0; padding: 0; list-style: none; }
.costi-list li {
  font-size: 1.07rem; margin-bottom: 11px; color: var(--testo);
  display: flex; justify-content: space-between; align-items: center;
}
.costi-list span { color: var(--oro); font-weight: 500; margin-left: 12px; }
@media (max-width: 900px) {
  .faq-section-wrap .sbianca-section h1 { font-size: 1.5rem; }
  .faq-section-wrap .sbianca-section h2 { font-size: 1.07rem; }
  .costi-box { padding: 18px 10px; }
  .faq-q, .faq-a { padding-left: 14px; padding-right: 14px; }
}

/* === BIBLIOGRAFIA === */
.biblio-section {
  max-width: 900px; margin: 0 auto 60px; padding: 48px 18px 34px;
  background: #fcfaf5; border-radius: 32px;
  box-shadow: 0 4px 28px rgba(60,70,90,.07);
  font-family: 'Roboto', Arial, sans-serif; color: #1b1c1e;
}
.biblio-section h1 {
  text-align: center; font-size: 2.05rem; color: #05a082;
  font-weight: 700; margin-bottom: 24px;
}
.biblio-section > p {
  color: #4d4d4d; text-align: center; margin-bottom: 38px; font-size: 1.13rem;
}
.biblio-list { margin: 0; padding: 0; list-style: decimal inside; font-size: 1.07rem; }
.biblio-list li { margin-bottom: 18px; padding-left: 0.5em; line-height: 1.45; }
.biblio-list .biblio-title { font-weight: 700; color: #05a082; }
.biblio-list .biblio-journal { font-style: italic; color: #b09d00; font-size: 0.98em; }
.biblio-list .biblio-link {
  font-size: 0.97em; color: #2a7b5f;
  text-decoration: underline dotted; word-break: break-all;
}
@media (max-width: 700px) {
  .biblio-section { padding: 22px 2vw 18px; }
  .biblio-section h1 { font-size: 1.22rem; }
  .biblio-list { font-size: 0.97rem; }
}

/* === CONTATTI === */
.contatti-section {
  max-width: 980px; margin: 0 auto 54px; padding: 40px 16px 28px;
  background: var(--avorio); border-radius: 32px; box-shadow: var(--shadow);
  font-family: 'Roboto', Arial, sans-serif; color: var(--testo);
}
.contatti-section h2 {
  text-align: center; color: var(--accent); font-size: 2.05rem;
  font-weight: 800; margin-bottom: 26px;
}
.contatti-flex {
  display: flex; gap: 40px; align-items: flex-start; flex-wrap: wrap;
}
.contatti-col { flex: 1 1 290px; min-width: 250px; max-width: 380px; }
.contatti-list { margin: 0 0 18px 0; padding: 0; list-style: none; }
.contatti-list li {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: 1.07rem; color: var(--testo); margin-bottom: 12px; word-break: break-word;
}
.contatti-list .icon {
  flex-shrink: 0; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
}
.contatti-list a { color: var(--accent); text-decoration: none; word-break: break-all; }
.contatti-btns { display: flex; gap: 14px; margin-top: 18px; flex-wrap: wrap; }
.contatti-btn {
  background: var(--accent); color: #fff; border-radius: 7px;
  font-weight: 600; font-size: 1.01rem; padding: 11px 19px;
  box-shadow: 0 3px 18px #05a08227; text-decoration: none;
  transition: background .24s, box-shadow .24s; display: inline-block; margin-bottom: 2px;
}
.contatti-btn:hover { background: #05886d; color: #fff; }
.contatti-map {
  flex: 2 1 340px; min-width: 260px; max-width: 560px;
  display: flex; align-items: center; justify-content: center;
}
.contatti-map iframe {
  border-radius: 15px; width: 100%; height: 290px; min-height: 180px;
}
@media (max-width: 900px) {
  .contatti-flex { flex-direction: column; gap: 18px; }
  .contatti-col, .contatti-map { max-width: 100%; }
  .contatti-section h2 { font-size: 1.22rem; }
  .contatti-map iframe { height: 210px; min-height: 120px; }
}

/* === HERO MOBILE RESPONSIVE === */
@media (max-width: 1024px) {
  .hero-section {
    background-image: url('../images/PXL_20250623_1026217964-1024x870.webp');
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .hero-section {
    background-image: url('../images/PXL_20250623_1026217964-1024x870.webp');
    background-position: -347px 16px;
    min-height: 59vh;
    padding: 5px;
  }
  .hero-content {
    flex-direction: column;
    padding: 10px;
  }
  .hero-left { min-width: 100%; }
  .hero-right {
    align-items: flex-end;
    padding-top: 10px;
    align-self: flex-end;
  }
}

/* === SECTION SPACING === */
.section-spacer { padding: 20px 0; }
.section-spacer-lg { padding: 40px 0; }

/* === GOOGLE REVIEWS WIDGET === */
.google-reviews-widget {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
.gr-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  text-decoration: none;
  color: #1b1c1e;
  margin-bottom: 24px;
  transition: box-shadow .2s;
}
.gr-header:hover { box-shadow: 0 4px 24px rgba(0,0,0,.12); }
.gr-google-icon { flex-shrink: 0; }
.gr-business-name { font-size: 1.1rem; display: block; margin-bottom: 4px; }
.gr-rating-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gr-rating-number { font-weight: 700; font-size: 1.25rem; color: #1b1c1e; }
.gr-stars { color: #f4b400; font-size: 1.2rem; letter-spacing: 1px; }
.gr-review-count { color: #5f6368; font-size: .9rem; }

/* Slider */
.gr-slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.gr-track {
  display: flex;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  gap: 16px;
}
.gr-card {
  flex: 0 0 calc(33.333% - 11px);
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  min-height: 180px;
  transition: transform .2s, box-shadow .2s;
}
.gr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,.1);
}
.gr-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  position: relative;
}
.gr-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.gr-card-meta { flex: 1; min-width: 0; }
.gr-author {
  display: block;
  font-size: .95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gr-stars-sm { color: #f4b400; font-size: .85rem; letter-spacing: 1px; }
.gr-card-google { position: absolute; top: 0; right: 0; opacity: .7; }
.gr-text {
  font-size: .93rem;
  line-height: 1.5;
  color: #3c4043;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Arrows */
.gr-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  font-size: 1.4rem;
  color: #333;
  cursor: pointer;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, box-shadow .2s;
}
.gr-arrow:hover { background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.18); }
.gr-arrow-prev { left: 8px; }
.gr-arrow-next { right: 8px; }

/* Dots */
.gr-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.gr-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}
.gr-dot.active { background: var(--accent, #00b4d8); transform: scale(1.3); }

/* CTA */
.gr-cta {
  text-align: center;
  margin-top: 20px;
}
.gr-cta a {
  color: var(--accent, #00b4d8);
  font-weight: 600;
  text-decoration: none;
  font-size: .95rem;
  transition: color .2s;
}
.gr-cta a:hover { color: #0090b0; text-decoration: underline; }

/* Mobile */
@media (max-width: 768px) {
  .gr-card { flex: 0 0 calc(100% - 0px); }
  .gr-header { padding: 16px 20px; gap: 12px; }
  .gr-business-name { font-size: 1rem; }
  .gr-arrow { width: 32px; height: 32px; font-size: 1.2rem; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gr-card { flex: 0 0 calc(50% - 8px); }
}

/* === FOOTER === */
.site-footer {
  text-align: center; padding: 24px 16px;
  font-size: 0.92rem; color: #999;
  background: #fff;
}
.site-footer a { color: var(--accent); }
