/* Contact page composition: keeps the existing form, FAQ data and contact endpoints. */
:root {
  --lc-contact-green: var(--color-primary, #008451);
  --lc-contact-ink: var(--color-dark, #102a43);
  --lc-contact-muted: var(--color-text-muted, #536579);
  --lc-contact-line: var(--color-border, #e4ebe8);
  --lc-contact-surface: var(--color-surface, #fff);
  --lc-contact-soft: #f3faf6;
  --lc-contact-radius: 14px;
}

body.page-template-page-contatti, body.page-id-38 { background: #fbfcfb; color: var(--lc-contact-ink); }
body.page-template-page-contatti .site-main, body.page-id-38 .site-main { padding: 0; }
body.page-template-page-contatti .container, body.page-id-38 .container { width: min(calc(100% - 6rem), 1440px); max-width: 1440px; padding-inline: 0; }

.lc-contact-hero { padding: 2rem 0 2.5rem; background: linear-gradient(120deg, #f4f8f7 0%, #fff 62%); }
.lc-contact-hero__inner { display: grid; gap: 1.3rem; }
.lc-contact-kicker { margin-bottom: .9rem; color: var(--lc-contact-green); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lc-contact-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 5rem; align-items: center; }
.lc-contact-hero__title { margin: 0; max-width: 780px; color: var(--lc-contact-ink); font-size: clamp(3.1rem, 5.5vw, 5rem); line-height: .95; letter-spacing: -.04em; }
.lc-contact-hero__title em { color: var(--lc-contact-green); font-style: normal; }
.lc-contact-hero__text { max-width: 620px; margin: 1.5rem 0 0; color: var(--lc-contact-muted); font-size: 1rem; line-height: 1.6; }
.lc-contact-hero__panel { padding: 1.6rem 1.8rem; border: 1px solid var(--lc-contact-line); border-radius: var(--lc-contact-radius); background: var(--lc-contact-surface); box-shadow: 0 12px 32px rgba(16, 42, 67, .08); }
.lc-contact-hero__panel h2 { margin: 0 0 1.2rem; color: var(--lc-contact-ink); font-size: 1rem; }
.lc-contact-hero__panel ul { display: grid; gap: 1.1rem; margin: 0; padding: 0; list-style: none; }
.lc-contact-hero__panel li { display: grid; grid-template-columns: 2rem 1fr; column-gap: .7rem; align-items: center; }
.lc-contact-hero__panel li > span { grid-row: span 2; display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--lc-contact-soft); color: var(--lc-contact-green); font-size: 1.2rem; }
.lc-contact-hero__panel strong, .lc-contact-hero__panel small { display: block; }
.lc-contact-hero__panel strong { font-size: .78rem; }
.lc-contact-hero__panel small { margin-top: .15rem; color: var(--lc-contact-muted); font-size: .72rem; }
.lc-contact-hero__stats { display: none; }

.lc-contact-channels { padding: 0 0 1.6rem; }
.lc-contact-channels__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
.lc-contact-card { min-height: 190px; padding: 1.25rem 1.35rem; border: 1px solid var(--lc-contact-line); border-radius: var(--lc-contact-radius); background: var(--lc-contact-surface); box-shadow: 0 7px 20px rgba(16, 42, 67, .07); color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.lc-contact-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(16, 42, 67, .1); }
.lc-contact-card__top { display: flex; align-items: center; justify-content: space-between; }
.lc-contact-card__icon { display: grid; width: 3.2rem; height: 3.2rem; place-items: center; border-radius: 50%; background: var(--lc-contact-soft); color: var(--lc-contact-green); }
.lc-contact-card__icon svg { width: 1.7rem; height: 1.7rem; }
.lc-contact-card__arrow { color: var(--lc-contact-green); }
.lc-contact-card__eyebrow { margin-top: 1rem; color: var(--lc-contact-ink); font-size: .78rem; font-weight: 700; }
.lc-contact-card__value { margin-top: .35rem; color: var(--lc-contact-green); font-size: 1rem; font-weight: 700; line-height: 1.25; }
.lc-contact-card__detail { margin-top: .65rem; color: var(--lc-contact-muted); font-size: .72rem; line-height: 1.4; }

.lc-contact-form-section { padding: 0 0 1.6rem; background: transparent; }
.lc-contact-form-section__grid { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 0; overflow: hidden; border-radius: var(--lc-contact-radius); box-shadow: 0 8px 24px rgba(16, 42, 67, .08); }
.lc-contact-form-copy { padding: 2rem 1.7rem; background: #007950; color: #fff; }
.lc-contact-form-copy .lc-contact-kicker, .lc-contact-form-copy .lc-contact-section-title, .lc-contact-form-copy .lc-contact-section-text { color: #fff; }
.lc-contact-form-copy .lc-contact-kicker { opacity: .75; }
.lc-contact-section-title { margin: 0; font-size: 2rem; line-height: 1.02; }
.lc-contact-section-title em { color: #b8f1d5; font-style: normal; }
.lc-contact-section-text { margin: 1rem 0 0; color: var(--lc-contact-muted); font-size: .82rem; line-height: 1.55; }
.lc-contact-form-copy .lc-contact-section-text { color: rgba(255,255,255,.78); }
.lc-contact-benefits { display: grid; gap: .9rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.lc-contact-benefits__item { display: flex; align-items: center; gap: .65rem; font-size: .72rem; line-height: 1.35; }
.lc-contact-benefits__icon { display: grid; width: 1.9rem; height: 1.9rem; flex: 0 0 1.9rem; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; }
.lc-contact-benefits__icon svg { width: 1rem; height: 1rem; }
.lc-contact-form-card { padding: 1.8rem 2rem; border: 1px solid var(--lc-contact-line); border-left: 0; border-radius: 0; background: #fff; }
.lc-contact-form { gap: .7rem; }
.lc-contact-form__row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.lc-contact-form__field { gap: .3rem; }
.lc-contact-form__label { color: var(--lc-contact-ink); font-size: .68rem; font-weight: 700; }
.lc-contact-form__input, .lc-contact-form__textarea { padding: .65rem .75rem; border-radius: 6px; background: #fff; font-size: .75rem; }
.lc-contact-form__input { min-height: 2.25rem; }
.lc-contact-form__textarea { min-height: 5.5rem; }
.lc-contact-form__submit { min-height: 2.5rem; border-radius: 6px; background: var(--lc-contact-green); font-size: .78rem; }
.lc-contact-form__note { font-size: .65rem; }

.lc-contact-offices { padding: 0 0 1.6rem; background: transparent; }
.lc-contact-offices__header { display: none; }
.lc-contact-offices__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.lc-contact-office-card { padding: 1.2rem; border-radius: var(--lc-contact-radius); background: #fff; }

.lc-contact-faq { padding: 1.7rem 0; background: #f5f8f7; }
.lc-contact-faq__grid { grid-template-columns: 270px minmax(0, 1fr); gap: 2rem; align-items: start; }
.lc-contact-faq__intro .lc-contact-kicker { margin-bottom: .7rem; }
.lc-contact-faq__list { display: grid; gap: .25rem; }
.lc-contact-faq__item { border: 1px solid var(--lc-contact-line); border-radius: 7px; background: #fff; }
.lc-contact-faq__summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; cursor: pointer; color: var(--lc-contact-ink); font-size: .75rem; font-weight: 700; list-style: none; }
.lc-contact-faq__summary::-webkit-details-marker { display: none; }
.lc-contact-faq__toggle { display: grid; width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; place-items: center; border: 1px solid var(--lc-contact-green); border-radius: 50%; color: var(--lc-contact-green); font-size: 1rem; font-weight: 400; }
.lc-contact-faq__item[open] .lc-contact-faq__toggle { transform: rotate(45deg); }
.lc-contact-faq__answer { padding: 0 1rem .8rem; color: var(--lc-contact-muted); font-size: .72rem; line-height: 1.5; }
.lc-contact-faq__answer p { margin: 0; }

@media (max-width: 900px) {
  body.page-template-page-contatti .container, body.page-id-38 .container { width: min(calc(100% - 2rem), 720px); }
  .lc-contact-hero__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .lc-contact-hero__panel { max-width: 520px; }
  .lc-contact-channels__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lc-contact-form-section__grid { grid-template-columns: 1fr; }
  .lc-contact-form-card { border-left: 1px solid var(--lc-contact-line); }
  .lc-contact-faq__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .lc-contact-hero { padding-top: 1.4rem; }
  .lc-contact-hero__title { font-size: 2.65rem; }
  .lc-contact-channels__grid, .lc-contact-form__row--2, .lc-contact-offices__grid { grid-template-columns: 1fr; }
  .lc-contact-card { min-height: 0; }
  .lc-contact-form-copy, .lc-contact-form-card { padding: 1.5rem 1.2rem; }
  .lc-contact-section-title { font-size: 1.8rem; }
}

/* Final composition overrides for the approved contact-page layout. */
body.page-template-page-contatti, body.page-id-38 {
  --lc-contact-page-width: 1200px;
  --lc-contact-page-gutter: clamp(1.25rem, 4vw, 3rem);
  --lc-contact-green-dark: #006b47;
  --lc-contact-green-pale: #e8f5ef;
}

body.page-template-page-contatti .container, body.page-id-38 .container {
  width: min(calc(100% - (var(--lc-contact-page-gutter) * 2)), var(--lc-contact-page-width));
}

.lc-contact-hero {
  padding: clamp(2.5rem, 7vw, 5.5rem) 0 clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(135deg, var(--lc-contact-soft) 0%, var(--lc-contact-surface) 68%);
}

.lc-contact-hero__inner { gap: 1.75rem; }
.lc-contact-kicker { margin-bottom: 1.25rem; }
.lc-contact-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(19rem, 23rem); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.lc-contact-hero__content { padding-top: clamp(.5rem, 2vw, 2rem); }
.lc-contact-hero__title { max-width: 44rem; font-size: clamp(2.8rem, 6vw, 5.25rem); }
.lc-contact-hero__text { max-width: 40rem; margin-top: 1.75rem; }
.lc-contact-hero__benefits { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.lc-contact-hero__benefits li { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .75rem; border: 1px solid var(--lc-contact-line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--lc-contact-ink); font-size: .72rem; line-height: 1.2; }
.lc-contact-hero__benefits li span { color: var(--lc-contact-green); font-weight: 700; }
.lc-contact-hero__panel { padding: 1.5rem; border-color: rgba(0,132,81,.18); box-shadow: 0 1rem 2.5rem rgba(16,42,67,.1); }
.lc-contact-hero__panel h2 { font-size: 1.15rem; }
.lc-contact-hero__panel ul { gap: .85rem; }
.lc-contact-hero__panel li > span { background: var(--lc-contact-green-pale); }
.lc-contact-hero__stats { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: .75rem; }
.lc-contact-stat { padding-left: 1rem; border-color: var(--lc-contact-line); }

.lc-contact-channels { padding: 0 0 clamp(2rem, 5vw, 4rem); }
.lc-contact-channels__grid { gap: 1rem; }
.lc-contact-card { min-height: 0; padding: 1.25rem; border-radius: 10px; box-shadow: 0 .5rem 1.5rem rgba(16,42,67,.06); }
.lc-contact-card__icon { width: 2.75rem; height: 2.75rem; }
.lc-contact-card__value { overflow-wrap: anywhere; }

.lc-contact-form-section { padding: 0 0 clamp(2rem, 5vw, 4rem); }
.lc-contact-form-section__grid { grid-template-columns: minmax(18rem, 30%) minmax(0, 1fr); border-radius: 12px; }
.lc-contact-form-copy { padding: clamp(1.75rem, 4vw, 3rem); background: var(--lc-contact-green-dark); }
.lc-contact-form-card { padding: clamp(1.5rem, 4vw, 3rem); }

.lc-contact-offices { padding: 0 0 clamp(2rem, 5vw, 4rem); }
.lc-contact-offices__header { display: block; margin-bottom: 1.5rem; }
.lc-contact-offices__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lc-contact-office-card { border: 0; background: var(--lc-contact-soft); }
.lc-contact-office-card:first-child { background: linear-gradient(135deg, var(--lc-contact-soft), var(--lc-contact-surface)); }

.lc-contact-faq { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.lc-contact-faq__grid { grid-template-columns: minmax(13rem, 22rem) minmax(0, 1fr); gap: clamp(2rem, 7vw, 6rem); }

@media (max-width: 900px) {
  .lc-contact-hero__grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .lc-contact-hero__stats { grid-column: auto; }
  .lc-contact-form-section__grid { grid-template-columns: 1fr; }
  .lc-contact-form-card { border-left: 1px solid var(--lc-contact-line); }
}

@media (max-width: 700px) {
  .lc-contact-hero__benefits { display: grid; grid-template-columns: 1fr; }
  .lc-contact-hero__benefits li { width: 100%; }
  .lc-contact-hero__stats { gap: .5rem; }
  .lc-contact-stat { padding-left: .7rem; }
  .lc-contact-offices__grid { grid-template-columns: 1fr; }
  .lc-contact-channels__grid, .lc-contact-form__row--2 { grid-template-columns: 1fr; }
}

body.page-template-page-contatti, body.page-id-38 {
  --lc-contact-shadow: 0 1.25rem 3rem rgba(16, 42, 67, .08);
  --lc-contact-green-dark: #006b47;
  --lc-contact-green-strong: #0b8f68;
  --lc-contact-muted: #566272;
  --lc-contact-ink: #0f1b2d;
  --lc-contact-line: #e4eae7;
}
body.page-template-page-contatti .site-header, body.page-id-38 .site-header { position: static; top: auto; }
.lc-contact-section-heading { margin-bottom: 1.5rem; }
.lc-contact-section-heading .lc-contact-kicker { margin-bottom: .6rem; }
.lc-contact-section-heading .lc-contact-section-title { font-size: clamp(2rem, 4vw, 3.25rem); }
.lc-contact-section-title em, .lc-contact-card__value, .lc-contact-card__arrow, .lc-contact-faq__cta { color: var(--lc-contact-green-strong); }
.lc-contact-hero__panel { position: relative; min-height: 33rem; }
.lc-contact-hero__panel > h2 { max-width: 14rem; font-size: 1.35rem; }
.lc-support-center__status { position: absolute; top: 1.5rem; right: 1.5rem; display: inline-flex; align-items: center; gap: .4rem; color: var(--lc-contact-green); font-size: .65rem; font-weight: 700; }
.lc-support-center__status span { width: .45rem; height: .45rem; border-radius: 50%; background: var(--lc-contact-green); box-shadow: 0 0 0 .25rem var(--lc-contact-green-pale); }
.lc-support-center__tabs { display: flex; gap: .35rem; margin: 1.5rem 0 1rem; overflow-x: auto; padding-bottom: .2rem; }
.lc-support-center__tabs button { flex: 0 0 auto; padding: .5rem .7rem; border: 1px solid var(--lc-contact-line); border-radius: 999px; background: transparent; color: var(--lc-contact-muted); font: inherit; font-size: .62rem; cursor: pointer; }
.lc-support-center__tabs button.is-active, .lc-support-center__tabs button:hover { border-color: var(--lc-contact-green); background: var(--lc-contact-green); color: #fff; }
.lc-support-center__actions { display: grid; gap: .55rem; }
.lc-support-center__actions a { position: relative; display: grid; gap: .15rem; padding: .8rem 2rem .8rem .9rem; border: 1px solid var(--lc-contact-line); border-radius: 10px; background: var(--lc-contact-surface); color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.lc-support-center__actions a:hover { transform: translateX(.2rem); border-color: rgba(0,132,81,.35); box-shadow: 0 .5rem 1rem rgba(16,42,67,.07); }
.lc-support-center__actions strong { font-size: .72rem; }
.lc-support-center__actions small { color: var(--lc-contact-muted); font-size: .62rem; }
.lc-support-center__subtitle { margin: -.7rem 0 0; color: var(--lc-contact-muted); font-size: .68rem; }
.lc-support-center__action-icon { display: grid; width: 1.6rem; height: 1.6rem; margin-bottom: .3rem; place-items: center; border-radius: 50%; background: var(--lc-contact-green-pale); color: var(--lc-contact-green); font-size: .8rem; font-weight: 700; }
.lc-support-center__actions a > span:last-child { position: absolute; top: .8rem; right: .8rem; color: var(--lc-contact-green); }
.lc-support-center__actions .lc-support-center__action-icon { position: static; }
.lc-support-center__trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .55rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--lc-contact-line); }
.lc-support-center__trust div { display: grid; gap: .2rem; }
.lc-support-center__trust strong { font-size: 1rem; }
.lc-support-center__trust small { color: var(--lc-contact-muted); font-size: .52rem; line-height: 1.25; }
.lc-contact-channels { padding-top: clamp(2rem, 5vw, 4rem); }
.lc-contact-card { position: relative; min-height: 15rem; overflow: hidden; box-shadow: var(--lc-contact-shadow); }
.lc-contact-card::after { position: absolute; right: -2rem; bottom: -3rem; width: 8rem; height: 8rem; border: 1px solid var(--lc-contact-green-pale); border-radius: 50%; content: ''; pointer-events: none; }
.lc-contact-card__detail { max-width: 15rem; }
.lc-contact-card__pill { display: inline-flex; width: fit-content; margin-top: auto; padding: .35rem .55rem; border-radius: 999px; background: var(--lc-contact-green-pale); color: var(--lc-contact-green); font-size: .58rem; }
.lc-contact-form-copy { position: relative; overflow: hidden; }
.lc-contact-form-copy::after { position: absolute; right: -4rem; bottom: -5rem; width: 15rem; height: 15rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ''; }
.lc-contact-form-card { box-shadow: none; }
.lc-contact-shipping { padding: clamp(2.5rem, 6vw, 5rem) 0; background: var(--lc-contact-soft); }
.lc-contact-shipping__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(25rem, 1.15fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.lc-contact-shipping__copy .lc-contact-section-text { margin-bottom: 1.5rem; }
.lc-contact-shipping__benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.lc-contact-shipping__benefits li { display: grid; gap: .3rem; padding: 1rem; border: 1px solid var(--lc-contact-line); border-radius: 12px; background: rgba(255,255,255,.65); }
.lc-contact-shipping__benefits strong { font-size: .72rem; }
.lc-contact-shipping__benefits small { color: var(--lc-contact-muted); font-size: .62rem; line-height: 1.4; }
.lc-contact-shipping__visual { position: relative; min-height: 23rem; padding: 1.5rem; border: 1px solid rgba(0,132,81,.15); border-radius: 18px; background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.95), rgba(232,245,239,.7)); overflow: hidden; }
.lc-contact-shipping__map { position: absolute; inset: 1rem; background: repeating-linear-gradient(35deg, transparent 0 1.7rem, rgba(0,132,81,.045) 1.75rem 1.8rem); clip-path: polygon(8% 35%, 22% 15%, 42% 19%, 57% 7%, 82% 22%, 91% 49%, 77% 67%, 59% 62%, 48% 88%, 28% 74%, 13% 82%); }
.lc-map-route { position: absolute; left: 28%; top: 48%; width: 58%; height: 35%; border-top: 1px dashed var(--lc-contact-green); border-radius: 50%; transform: rotate(-20deg); opacity: .75; }
.lc-map-route--two { left: 31%; top: 45%; width: 45%; transform: rotate(17deg); }
.lc-map-marker { position: absolute; width: .75rem; height: .75rem; border: .2rem solid #fff; border-radius: 50%; background: var(--lc-contact-green); box-shadow: 0 0 0 .35rem rgba(0,132,81,.16); }
.lc-map-marker--italy { left: 43%; top: 62%; }
.lc-map-marker--europe { left: 70%; top: 35%; }
.lc-contact-shipping__caption { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; display: grid; gap: .35rem; max-width: 16rem; padding: .9rem; border: 1px solid rgba(0,132,81,.15); border-radius: 10px; background: rgba(255,255,255,.88); }
.lc-contact-shipping__caption strong { font-size: .78rem; }
.lc-contact-shipping__caption span { color: var(--lc-contact-muted); font-size: .62rem; line-height: 1.4; }
.lc-contact-shipping__cta { display: inline-flex; gap: .5rem; margin-top: 1.25rem; color: var(--lc-contact-green-dark); font-size: .78rem; font-weight: 700; text-decoration: none; }
.lc-contact-shipping__cta:hover { color: var(--lc-contact-green-strong); text-decoration: underline; }
.lc-contact-faq__item[open] { border-color: rgba(0,132,81,.32); background: var(--lc-contact-green-pale); }
.lc-contact-faq__item[open] .lc-contact-faq__toggle { background: var(--lc-contact-green); color: #fff; }
.lc-contact-faq__summary { min-height: 3.3rem; }
.lc-contact-faq__answer { animation: lc-contact-answer .2s ease; }
.lc-contact-faq__cta { display: inline-flex; gap: .5rem; margin-top: 1.25rem; color: var(--lc-contact-green); font-size: .72rem; font-weight: 700; text-decoration: none; }
.lc-contact-faq__cta:hover { text-decoration: underline; }
@keyframes lc-contact-answer { from { opacity: 0; transform: translateY(-.25rem); } to { opacity: 1; transform: translateY(0); } }
.ep-newsletter { background: var(--lc-contact-green-dark) !important; }

@media (max-width: 900px) {
  .lc-contact-hero__panel { min-height: 0; }
  .lc-contact-shipping__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .lc-support-center__trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lc-contact-shipping__benefits { grid-template-columns: 1fr; }
  .lc-contact-shipping__visual { min-height: 20rem; }
}

/* Contact polish: final overrides keep the support page dense and legible. */
body.page-template-page-contatti, body.page-id-38 {
  --lc-contact-green-strong: #0b8f68;
  --lc-contact-green-dark: #087457;
  --lc-contact-muted: #566272;
  --lc-contact-ink: #0f1b2d;
  --lc-contact-line: #e4eae7;
}
body.page-template-page-contatti .site-header, body.page-id-38 .site-header { position: static; top: auto; }
.lc-contact-section-title em, .lc-contact-card__value, .lc-contact-card__arrow, .lc-contact-faq__cta { color: var(--lc-contact-green-strong); }
.lc-support-center__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.lc-support-center__actions strong { font-size: .82rem; }
.lc-support-center__actions small { font-size: .68rem; }
.lc-support-center__trust strong { color: var(--lc-contact-ink); font-size: 1.45rem; }
.lc-support-center__trust small { font-size: .64rem; }
.lc-contact-card { min-height: 17rem; }
.lc-contact-card__icon { width: 3.35rem; height: 3.35rem; }
.lc-contact-form-section__grid { grid-template-columns: minmax(22rem, 36%) minmax(0, 1fr); }
.lc-contact-form-card { padding: clamp(1.5rem, 3vw, 2.5rem); }
.lc-contact-form__textarea { min-height: 7rem; }
.lc-contact-form__input { height: 2.5rem; box-sizing: border-box; }
.lc-contact-form__textarea { min-height: 6.5rem; resize: vertical; }
.lc-contact-form__row--2 { align-items: start; }
.lc-contact-form__submit { width: 100%; justify-content: center; }
.lc-contact-benefits__item { font-size: .82rem; }
.lc-contact-benefits__icon { background: #b9efd9; border-color: #b9efd9; color: var(--lc-contact-green-dark); }
.lc-contact-faq__summary { min-height: 3.3rem; font-size: .9rem; }
.lc-contact-faq__answer { font-size: .82rem; }
.ep-newsletter { min-height: 0; padding-block: 2.2rem !important; background: linear-gradient(135deg, #087457, #0a6f56) !important; color: #fff; }
.ep-newsletter__heading { color: #fff !important; }
.ep-newsletter__heading em { color: #b9efd9 !important; }
.ep-newsletter__label, .ep-newsletter__desc, .ep-newsletter__legal { color: rgba(255,255,255,.82) !important; }
.ep-newsletter__input-wrap input { color: var(--lc-contact-ink); }
.ep-newsletter__input-wrap button { background: var(--lc-contact-ink); color: #fff; }

.lc-contact-shipping__map { position: absolute; inset: 1rem; width: calc(100% - 2rem); height: calc(100% - 2rem); }
.lc-map-continent { fill: #dbeee5; stroke: #86bba5; stroke-width: 3; }
.lc-map-italy { fill: #48b98c; stroke: var(--lc-contact-green-dark); stroke-width: 3.5; }
.lc-map-island { fill: #73c7a5; stroke: var(--lc-contact-green-dark); stroke-width: 3; }
.lc-map-route { fill: none; stroke: var(--lc-contact-green-strong); stroke-width: 3; stroke-dasharray: 8 9; opacity: .65; }
.lc-map-marker circle:first-child { fill: var(--lc-contact-green-strong); stroke: #fff; stroke-width: 4; }
.lc-map-marker circle:last-child { fill: #fff; }
.lc-map-marker--origin circle:first-child { fill: var(--lc-contact-green-dark); }
.lc-map-label { fill: var(--lc-contact-green-dark); font-size: 15px; font-weight: 700; }
.lc-map-country-label { fill: var(--lc-contact-green-dark); font-size: 14px; font-weight: 800; letter-spacing: 1.5px; }

@media (min-width: 901px) {
  .lc-contact-hero__grid { grid-template-columns: minmax(0, 1.1fr) minmax(30rem, .9fr); gap: clamp(2rem, 5vw, 4rem); }
  .lc-contact-hero__panel { min-height: 0; }
  .lc-contact-shipping__grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
}
@media (max-width: 900px) {
  .lc-support-center__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .lc-support-center__actions { grid-template-columns: 1fr; }
}

/* Shipping refinement: make coverage the visual focus of the section. */
.lc-contact-shipping {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.lc-contact-shipping > .container {
  width: min(calc(100% - 4rem), 1480px) !important;
  max-width: 1480px;
}

.lc-contact-shipping__grid {
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.lc-contact-shipping__copy .lc-contact-section-title {
  max-width: 32rem;
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  line-height: .98;
}

.lc-contact-shipping__copy .lc-contact-section-text {
  max-width: 30rem;
  font-size: .95rem;
  line-height: 1.65;
}

.lc-contact-shipping__benefits {
  gap: .8rem;
}

.lc-contact-shipping__benefits li {
  min-height: 7.2rem;
  padding: 1.15rem;
  align-content: start;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lc-contact-shipping__benefits li:hover {
  border-color: rgba(0, 132, 81, .28);
  background: var(--lc-contact-surface);
  box-shadow: 0 .65rem 1.25rem rgba(16, 42, 67, .07);
  transform: translateY(-2px);
}

.lc-contact-shipping__benefits strong {
  font-size: .78rem;
  line-height: 1.3;
}

.lc-contact-shipping__benefits small {
  font-size: .68rem;
  line-height: 1.5;
}

.lc-contact-shipping__cta {
  align-items: center;
  width: fit-content;
  margin-top: 1.6rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(0, 132, 81, .25);
  border-radius: 8px;
  background: var(--lc-contact-surface);
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.lc-contact-shipping__cta:hover {
  border-color: var(--lc-contact-green);
  background: var(--lc-contact-green);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.lc-contact-shipping__visual {
  min-height: clamp(32rem, 43vw, 40rem);
  padding: 1.25rem;
  border-radius: 20px;
  box-shadow: 0 1.25rem 3rem rgba(16, 42, 67, .1);
}

.lc-contact-shipping__map {
  inset: 1.25rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  background: none;
  clip-path: none;
  object-fit: contain;
}

.lc-map-region { fill: rgba(219, 238, 229, .7); stroke: #86bba5; stroke-width: 2.5; }
.lc-map-boundary { fill: none; stroke: rgba(134, 187, 165, .7); stroke-width: 2; stroke-dasharray: 5 7; }
.lc-map-region-label { fill: var(--lc-contact-green-dark); font-size: 11px; font-weight: 700; letter-spacing: 1px; opacity: .72; }

.lc-contact-shipping__map-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: .45rem .7rem;
  border: 1px solid rgba(0, 132, 81, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: var(--lc-contact-green-dark);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lc-contact-shipping__map-legend {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.1rem;
  padding: .7rem .85rem;
  border: 1px solid rgba(0, 132, 81, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .8);
  color: var(--lc-contact-muted);
  font-size: .62rem;
}

.lc-contact-shipping__map-legend span { display: inline-flex; align-items: center; gap: .35rem; }
.lc-map-legend-dot { width: .45rem; height: .45rem; border-radius: 50%; background: var(--lc-contact-green-strong); }
.lc-map-legend-dot--origin { background: var(--lc-contact-green-dark); box-shadow: 0 0 0 .18rem rgba(0, 107, 71, .15); }

@media (max-width: 900px) {
  .lc-contact-shipping > .container { width: min(calc(100% - 2rem), 720px) !important; }
  .lc-contact-shipping__grid { gap: 2.5rem; }
  .lc-contact-shipping__visual { min-height: 31rem; }
}

@media (max-width: 560px) {
  .lc-contact-shipping { padding: 3rem 0; }
  .lc-contact-shipping__grid { grid-template-columns: 1fr; gap: 2rem; }
  .lc-contact-shipping__copy .lc-contact-section-title { font-size: 2.35rem; }
  .lc-contact-shipping__visual { min-height: 24rem; padding: .75rem; }
  .lc-contact-shipping__map { inset: .75rem; width: calc(100% - 1.5rem); height: calc(100% - 1.5rem); }
  .lc-contact-shipping__map-badge { top: 1rem; right: 1rem; }
  .lc-contact-shipping__map-legend { right: 1rem; bottom: 1rem; left: 1rem; }
  .lc-map-region-label { font-size: 9px; }
}

/* Shipping balance: keep the uploaded map important without letting it overpower the copy. */
.lc-contact-shipping__grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 4vw, 4rem);
}

.lc-contact-shipping__visual {
  min-height: clamp(25rem, 32vw, 31rem);
  padding: 2rem;
}

.lc-contact-shipping__map {
  inset: 2rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
}

.lc-contact-shipping__benefits li {
  min-height: 8.25rem;
  padding: 1.2rem;
}

.lc-contact-shipping__benefit-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  margin-bottom: .25rem;
  place-items: center;
  border: 1px solid rgba(0, 132, 81, .16);
  border-radius: 8px;
  background: var(--lc-contact-green-pale);
  color: var(--lc-contact-green-dark);
}

.lc-contact-shipping__benefit-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.lc-contact-shipping__caption {
  right: 2rem;
  bottom: 2rem;
  left: auto;
  max-width: 14rem;
  padding: .75rem .85rem;
}

.lc-contact-shipping__caption strong { font-size: .72rem; }
.lc-contact-shipping__caption span { font-size: .58rem; line-height: 1.4; }

.lc-contact-shipping__map-badge {
  top: 2rem;
  right: 2rem;
  opacity: .85;
}

.lc-contact-shipping__map-legend {
  bottom: 2rem;
  left: 2rem;
  max-width: 12rem;
  padding: .6rem .7rem;
  font-size: .58rem;
}

@media (max-width: 900px) {
  .lc-contact-shipping__grid { grid-template-columns: 1fr; }
  .lc-contact-shipping__visual { min-height: 29rem; }
}

@media (max-width: 560px) {
  .lc-contact-shipping__visual { min-height: 24rem; padding: 1rem; }
  .lc-contact-shipping__map { inset: 1rem; width: calc(100% - 2rem); height: calc(100% - 2rem); }
  .lc-contact-shipping__map-badge { top: 1.25rem; right: 1.25rem; }
  .lc-contact-shipping__caption { right: 1rem; bottom: 4.5rem; left: 1rem; max-width: none; }
  .lc-contact-shipping__map-legend { right: 1rem; bottom: 1rem; left: 1rem; max-width: none; }
}

@media (max-width: 900px) {
  .lc-contact-form-section__grid { grid-template-columns: minmax(0, 1fr) !important; }
  .lc-contact-form-card { width: 100%; min-width: 0; box-sizing: border-box; }
  .lc-contact-form { width: 100%; min-width: 0; }
  .lc-contact-form__row--2 { width: 100%; min-width: 0; }
  .lc-contact-form__input, .lc-contact-form__textarea { width: 100%; box-sizing: border-box; }
}

/* Step 1: compact, balanced hero composition. */
.lc-contact-hero { padding: clamp(2rem, 3.5vw, 2.75rem) 0 clamp(1.75rem, 3vw, 2.25rem); }
.lc-contact-hero > .container { width: min(calc(100% - 4rem), 1360px) !important; max-width: 1360px; }
.lc-contact-hero__inner { gap: 1.25rem; }
.lc-contact-hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: clamp(2rem, 3vw, 2.5rem); align-items: start; }
.lc-contact-hero__content { padding-top: 0; position: relative; top: 28px; }
.lc-contact-hero__title { max-width: 680px; }
.lc-contact-hero__text { max-width: 660px; margin-top: 1.25rem; }
.lc-contact-hero__benefits { gap: .5rem; margin-top: 1rem; }
.lc-contact-hero__panel { padding: 1.5rem 1.75rem; min-height: 0; }
.lc-contact-hero__panel > h2 { margin-bottom: .5rem; }
.lc-support-center__tabs { margin: 1rem 0 .8rem; }
.lc-support-center__actions { gap: .8rem; }
.lc-support-center__actions a { min-height: 5rem; padding: .8rem 2rem .8rem 1rem; align-content: start; }
.lc-support-center__trust { margin-top: 1rem; padding-top: 1rem; }
.lc-support-center__trust strong { font-size: 1.65rem; }
.lc-support-center__trust small { font-size: .68rem; }

@media (max-width: 900px) {
  .lc-contact-hero > .container { width: min(calc(100% - 2rem), 720px); }
  .lc-contact-hero__grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .lc-contact-hero__content { top: 0; }
  .lc-contact-hero__panel { width: 100%; box-sizing: border-box; }
}

@media (max-width: 560px) {
  .lc-contact-hero { padding-block: 1.5rem 2rem; }
  .lc-contact-hero__title { max-width: none; }
  .lc-contact-hero__text { margin-top: 1rem; }
  .lc-contact-hero__benefits { margin-top: .85rem; }
  .lc-contact-hero__panel { padding: 1.25rem; }
  .lc-support-center__actions a { min-height: 0; }
}

/* Step 2: finish the contact form block without affecting adjacent sections. */
.lc-contact-form-section__grid { align-items: stretch; }
.lc-contact-form-copy { align-self: stretch; min-height: 100%; box-sizing: border-box; top: auto; bottom: auto; display: flex; flex-direction: column; justify-content: center; }
.lc-contact-form-copy .lc-contact-section-title { color: #fff; font-size: clamp(2rem, 3vw, 2.65rem); line-height: 1; }
.lc-contact-form-copy .lc-contact-section-title em { color: #d5f8e6; }
.lc-contact-form-copy .lc-contact-section-text { max-width: 24rem; color: rgba(255,255,255,.86); }
.lc-contact-benefits { gap: 1rem; }
.lc-contact-benefits__item { color: rgba(255,255,255,.94); }
.lc-contact-benefits__icon { background: rgba(213,248,230,.95); border-color: transparent; color: var(--lc-contact-green-dark); }
.lc-contact-form-card { padding: clamp(1.5rem, 3vw, 2.5rem); }
.lc-contact-form-card__header { margin-bottom: 1.25rem; }
.lc-contact-form-card__header h3 { margin: 0; color: var(--lc-contact-ink); font-size: 1.25rem; line-height: 1.15; }
.lc-contact-form-card__header p { margin: .35rem 0 0; color: var(--lc-contact-muted); font-size: .78rem; line-height: 1.4; }
.lc-contact-form__label { font-size: .74rem; letter-spacing: .01em; }
.lc-contact-form__input, .lc-contact-form__textarea { border-color: #d8e3df; box-shadow: inset 0 1px 2px rgba(15,27,45,.03); }
.lc-contact-form__input:focus, .lc-contact-form__textarea:focus { border-color: var(--lc-contact-green-strong); outline: 2px solid rgba(11,143,104,.14); outline-offset: 1px; }
.lc-contact-form__textarea { min-height: 5.75rem; }
.lc-contact-form .cf-turnstile { min-height: 4.75rem; margin: .25rem 0 .25rem !important; padding: .65rem 0; border-top: 1px solid var(--lc-contact-line); border-bottom: 1px solid var(--lc-contact-line); }
.lc-contact-form__submit { min-height: 2.9rem; border: 0; box-shadow: 0 .45rem 1rem rgba(8,116,87,.2); font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.lc-contact-form__submit:hover { background: var(--lc-contact-green-dark); box-shadow: 0 .65rem 1.2rem rgba(8,116,87,.28); transform: translateY(-1px); }
.lc-contact-form__submit:disabled { opacity: .7; transform: none; }
.lc-contact-form__note { color: var(--lc-contact-muted); }

@media (max-width: 900px) {
  .lc-contact-form-copy { min-height: 0; }
}

/* Step 2B: give the contact channels and form the same wider desktop frame. */
@media (min-width: 901px) {
  body.page-template-page-contatti .lc-contact-channels > .container,
  body.page-id-38 .lc-contact-channels > .container,
  body.page-template-page-contatti .lc-contact-form-section > .container,
  body.page-id-38 .lc-contact-form-section > .container {
    width: min(calc(100% - 64px), 1480px) !important;
    max-width: 1480px;
  }
}

/* FAQ refinement: compact two-column support block with clearer accordion states. */
.lc-contact-faq {
  padding: clamp(2rem, 3.5vw, 3.25rem) 0;
}

.lc-contact-faq__grid {
  grid-template-columns: minmax(16rem, 32%) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.lc-contact-faq__intro {
  max-width: 25rem;
}

.lc-contact-faq__intro .lc-contact-section-title {
  margin-bottom: 1rem;
  font-size: clamp(2.15rem, 3.7vw, 3.25rem);
  line-height: 1;
}

.lc-contact-faq__intro .lc-contact-section-text {
  max-width: 22rem;
  line-height: 1.65;
}

.lc-contact-faq__cta {
  align-items: center;
  padding-bottom: .2rem;
  border-bottom: 1px solid currentColor;
  transition: color .2s ease, border-color .2s ease;
}

.lc-contact-faq__list {
  gap: .65rem;
}

.lc-contact-faq__item {
  border-color: var(--lc-contact-line);
  border-radius: 10px;
  box-shadow: 0 .35rem 1rem rgba(16, 42, 67, .035);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lc-contact-faq__item:hover {
  border-color: rgba(0, 132, 81, .28);
  box-shadow: 0 .6rem 1.35rem rgba(16, 42, 67, .07);
  transform: translateY(-1px);
}

.lc-contact-faq__summary {
  min-height: 3.75rem;
  padding: .85rem 1rem .85rem 1.25rem;
  font-size: .94rem;
  line-height: 1.35;
}

.lc-contact-faq__toggle {
  width: 1.65rem;
  height: 1.65rem;
  flex-basis: 1.65rem;
  border-color: var(--lc-contact-line);
  background: var(--lc-contact-soft);
  color: var(--lc-contact-muted);
  font-size: 0;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.lc-contact-faq__toggle::before {
  content: '+';
  font-size: 1rem;
  line-height: 1;
}

.lc-contact-faq__item[open] {
  border-color: rgba(0, 132, 81, .34);
  background: var(--lc-contact-green-pale);
  box-shadow: 0 .7rem 1.5rem rgba(0, 132, 81, .08);
}

.lc-contact-faq__item[open] .lc-contact-faq__toggle {
  border-color: var(--lc-contact-green);
  background: var(--lc-contact-green);
  color: #fff;
  transform: none;
}

.lc-contact-faq__item[open] .lc-contact-faq__toggle::before {
  content: '\2212';
}

.lc-contact-faq__answer {
  max-width: 48rem;
  padding: 0 4rem 1.15rem 1.25rem;
  font-size: .84rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .lc-contact-faq__grid {
    gap: 2rem;
  }

  .lc-contact-faq__intro {
    max-width: 38rem;
  }
}

@media (max-width: 560px) {
  .lc-contact-faq {
    padding: 2rem 0 2.5rem;
  }

  .lc-contact-faq__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lc-contact-faq__summary {
    min-height: 3.5rem;
    padding-left: 1rem;
  }

  .lc-contact-faq__answer {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
