/* PeopleCaiters — agenzia di selezione del personale (Roma)
   layout: catalogo a schede su tela grigio chiaro, hero testuale,
   card 24px, accenti viola/blu. (rif. spend-style) */

:root {
  --bg: #f2f2f7;
  --white: #ffffff;
  --ink: #060614;
  --ink-2: #2d2d3a;
  --muted: #5a5a66;
  --muted-2: #8a8a95;
  --line: #dedee4;
  --line-2: #cbcbd1;
  --purple: #924fe8;
  --purple-2: #a265eb;
  --purple-3: #7b00ff;
  --blue: #0075ff;
  --blue-2: #0095ff;
  --tint-blue-a: #ccd9fa;
  --tint-blue-b: #f0f4fe;
  --tint-purple-a: #e1cdf9;
  --tint-purple-b: #f7f1fd;
  --r-card: 24px;
  --r-btn: 14px;
  --wrap: 1080px;
  --wrap-head: 1120px;
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--ink); line-height: 1.5; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.pc-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

/* gradient text accent (one word) */
.pc-grad { background: radial-gradient(120% 160% at 6% 50%, var(--blue-2) 0, var(--purple-3)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* buttons */
.pc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font); font-weight: 600; font-size: 15px; padding: 13px 22px; border-radius: var(--r-btn); border: 0; cursor: pointer; transition: background-color .18s, box-shadow .18s, color .18s; }
.pc-btn--primary { background: var(--ink); color: #fff; }
.pc-btn--primary:hover { background: var(--ink-2); box-shadow: inset 0 -3px 0 0 rgba(6,6,20,.29); }
.pc-btn--secondary { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line-2), 0 2px 2px #0606140d; }
.pc-btn--secondary:hover { background: var(--bg); }
.pc-btn--purple { background: var(--purple); color: #fff; }
.pc-btn--purple:hover { background: var(--purple-2); }
.pc-btn--light { background: #fff; color: var(--ink); }
.pc-btn--light:hover { background: rgba(255,255,255,.85); }
.pc-btn--lg { padding: 16px 26px; font-size: 16px; border-radius: 16px; }

/* ================= HEADER ================= */
.pc-header { position: sticky; top: 0; z-index: 2000; background: rgba(242,242,247,.72); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.pc-header__in { max-width: var(--wrap-head); margin: 0 auto; min-height: 64px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pc-logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.pc-logo__mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--purple)); flex: none; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; font-weight: 800; }
.pc-nav { display: none; gap: 4px; }
.pc-nav a { font-size: 14px; font-weight: 500; color: #060614ad; padding: 8px 12px; border-radius: 10px; transition: background-color .15s, color .15s; }
.pc-nav a:hover { background: #0606140d; color: var(--ink); }
.pc-head-actions { display: flex; align-items: center; gap: 8px; }
.pc-flag { width: 26px; height: 26px; border-radius: 50%; overflow: hidden; flex: none; box-shadow: inset 0 0 0 1px var(--line-2); }
.pc-flag span { display: block; height: 100%; background: linear-gradient(90deg,#009246 0 33.3%,#fff 33.3% 66.6%,#ce2b37 66.6% 100%); }
.pc-head-actions .pc-btn { padding: 9px 16px; font-size: 14px; border-radius: 11px; }
.pc-burger { display: inline-flex; flex-direction: column; gap: 5px; width: 40px; height: 40px; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; }
.pc-burger span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.pc-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pc-burger.is-open span:nth-child(2) { opacity: 0; }
.pc-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.pc-mnav { display: none; padding: 8px 16px 16px; max-width: var(--wrap-head); margin: 0 auto; }
.pc-mnav.is-open { display: block; }
.pc-mnav a { display: block; padding: 12px 10px; border-radius: 12px; font-weight: 500; color: var(--ink); }
.pc-mnav a:hover { background: #0606140d; }

/* ================= HERO ================= */
.pc-hero { text-align: center; padding: 56px 0 8px; }
.pc-hero h1 { font-size: clamp(34px, 7vw, 60px); font-weight: 800; letter-spacing: -0.03em; margin: 0 auto 20px; max-width: 16ch; }
.pc-hero p { font-size: 18px; color: var(--muted); max-width: 54ch; margin: 0 auto; }

/* ================= SECTION ================= */
.pc-section { padding: 0 0 96px; }
.pc-section__head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.pc-section__head h2 { font-size: clamp(30px, 5vw, 56px); font-weight: 800; letter-spacing: -0.03em; }
.pc-section__head h2 .thin { font-weight: 500; }
.pc-section__head p { color: var(--muted); font-size: 18px; margin-top: 14px; }

/* rows */
.pc-row { display: grid; grid-template-columns: 1fr; gap: 20px; }
.pc-row--2 { grid-template-columns: 1fr; }
.pc-grid-2x2 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.pc-grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }

/* base card */
.pc-card { border-radius: var(--r-card); overflow: hidden; position: relative; min-height: 420px; display: flex; flex-direction: column; }

/* offer card (light gradient, dark text, photo bottom) */
.pc-offer { padding: 34px 30px 0; align-items: center; text-align: center; }
.pc-offer.g-blue { background: linear-gradient(165deg, var(--tint-blue-a), var(--tint-blue-b)); }
.pc-offer.g-purple { background: linear-gradient(165deg, var(--tint-purple-a), var(--tint-purple-b)); }
.pc-offer__label { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.pc-offer h3 { font-size: 30px; font-weight: 800; margin: 8px 0 12px; letter-spacing: -0.03em; }
.pc-offer p { color: var(--muted); font-size: 16px; max-width: 34ch; }
.pc-offer .pc-btn { margin-top: 18px; }
.pc-offer__media { margin-top: auto; width: 100%; }
.pc-offer__media img { width: 100%; height: 210px; object-fit: cover; border-top-left-radius: 20px; border-top-right-radius: 20px; }

/* media card (photo full bg + white text top) */
.pc-media { min-height: 460px; justify-content: flex-start; color: #fff; }
.pc-media__bg { position: absolute; inset: 0; z-index: 0; }
.pc-media__bg img { width: 100%; height: 100%; object-fit: cover; }
.pc-media__ov { position: absolute; inset: 0; z-index: 1; }
.pc-media.o-teal .pc-media__ov { background: linear-gradient(150deg, rgba(9,120,120,.86), rgba(0,110,190,.82)); }
.pc-media.o-pink .pc-media__ov { background: linear-gradient(150deg, rgba(214,49,99,.84), rgba(146,79,232,.82)); }
.pc-media__txt { position: relative; z-index: 2; padding: 34px 30px; text-align: center; }
.pc-media__txt h3 { font-size: 26px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.02em; }
.pc-media__txt p { color: rgba(255,255,255,.9); font-size: 16px; max-width: 36ch; margin: 0 auto; }

/* feature card (white, title/desc top, photo bottom) */
.pc-feature { background: #fff; min-height: 460px; padding: 34px 30px 0; text-align: center; align-items: center; }
.pc-feature h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.pc-feature p { color: var(--muted); font-size: 15.5px; max-width: 34ch; }
.pc-feature__media { margin-top: auto; width: 100%; padding-top: 24px; }
.pc-feature__media img { width: 100%; height: 220px; object-fit: cover; border-top-left-radius: 20px; border-top-right-radius: 20px; }

/* upsell card (photo bg + gradient + text bottom) */
.pc-upsell { min-height: 440px; justify-content: flex-end; color: #fff; }
.pc-upsell__bg { position: absolute; inset: 0; z-index: 0; }
.pc-upsell__bg img { width: 100%; height: 100%; object-fit: cover; }
.pc-upsell__ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,6,20,.12) 30%, rgba(6,6,20,.8)); }
.pc-upsell.g2 .pc-upsell__ov { background: linear-gradient(180deg, rgba(123,0,255,.15) 20%, rgba(20,6,40,.82)); }
.pc-upsell__txt { position: relative; z-index: 2; padding: 30px; text-align: center; }
.pc-upsell__txt h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.02em; }
.pc-upsell__txt p { color: rgba(255,255,255,.88); font-size: 15.5px; max-width: 34ch; margin: 0 auto; }

/* stat strip */
.pc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #fff; border-radius: var(--r-card); padding: 30px 22px; }
.pc-stat { text-align: center; padding: 8px; }
.pc-stat b { display: block; font-size: 30px; font-weight: 800; letter-spacing: -0.02em; }
.pc-stat span { color: var(--muted); font-size: 13.5px; }

/* ================= CONTACT ================= */
.pc-contact { display: grid; grid-template-columns: 1fr; gap: 20px; background: #fff; border-radius: var(--r-card); padding: 30px; }
.pc-contact__list { list-style: none; }
.pc-contact__list li { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.pc-contact__list li:last-child { border-bottom: 0; }
.pc-tile { width: 44px; height: 44px; flex: none; border-radius: 12px; background: linear-gradient(135deg, var(--tint-blue-a), var(--tint-purple-a)); display: flex; align-items: center; justify-content: center; color: var(--ink); }
.pc-tile svg { width: 20px; height: 20px; }
.pc-contact__list b { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.pc-contact__list a, .pc-contact__list span { font-size: 16px; color: var(--ink); font-weight: 500; }
.pc-contact__list a:hover { color: var(--purple); }
.pc-map { border-radius: 18px; overflow: hidden; min-height: 280px; border: 1px solid var(--line); }
.pc-map iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }

/* ================= CTA ================= */
.pc-cta { text-align: center; padding: 24px 0 120px; }
.pc-cta h2 { font-size: clamp(30px, 5vw, 52px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 28px; white-space: pre-line; }

/* ================= FOOTER ================= */
.pc-footer { padding: 8px 16px 40px; }
.pc-footer nav ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; justify-items: center; max-width: 900px; margin: 0 auto 20px; }
.pc-footer a { font-size: 14px; color: #060614ad; }
.pc-footer a:hover { color: var(--ink); text-decoration: underline; }
.pc-footer__copy { text-align: center; color: var(--muted-2); font-size: 13px; }

/* ================= COOKIE ================= */
.pc-cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 5000; max-width: 900px; margin: 0 auto; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(6,6,20,.18); padding: 22px 24px; display: none; grid-template-columns: 1fr; gap: 14px; align-items: center; }
.pc-cookie.is-visible { display: grid; }
.pc-cookie p { font-size: 14px; color: var(--muted); margin: 0; }
.pc-cookie a { color: var(--purple); text-decoration: underline; }
.pc-cookie__act { display: flex; gap: 10px; flex-wrap: wrap; }

/* ================= PAGEHEAD + PROSE (inner pages) ================= */
.pc-pagehead { text-align: center; padding: 48px 0 40px; }
.pc-pagehead .pc-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); }
.pc-pagehead h1 { font-size: clamp(30px, 6vw, 52px); font-weight: 800; letter-spacing: -0.03em; margin: 12px 0 14px; max-width: 20ch; margin-left: auto; margin-right: auto; }
.pc-pagehead p { color: var(--muted); font-size: 18px; max-width: 60ch; margin: 0 auto; }
.pc-prose { background: #fff; border-radius: var(--r-card); padding: 34px 26px; max-width: 860px; margin: 0 auto 96px; }
.pc-prose h2 { font-size: 1.6rem; font-weight: 800; margin: 32px 0 12px; letter-spacing: -0.02em; }
.pc-prose h2:first-child { margin-top: 0; }
.pc-prose h3 { font-size: 1.2rem; font-weight: 700; margin: 22px 0 8px; }
.pc-prose p { color: var(--muted); margin-bottom: 14px; }
.pc-prose ul, .pc-prose ol { margin: 0 0 16px 22px; color: var(--muted); }
.pc-prose li { margin-bottom: 8px; }
.pc-prose a { color: var(--purple); text-decoration: underline; }
.pc-prose strong { color: var(--ink); }
.pc-lead { font-size: 19px !important; color: var(--ink) !important; font-weight: 600; }

/* ================= INTRO band ================= */
.pc-intro { max-width: 760px; margin: 0 auto; text-align: center; }
.pc-intro p { color: var(--muted); font-size: 18px; margin-bottom: 14px; }
.pc-intro p:last-child { margin-bottom: 0; }

/* ================= PROCESS steps ================= */
.pc-steps { display: grid; grid-template-columns: 1fr; gap: 16px; }
.pc-step { background: #fff; border-radius: 20px; padding: 26px 24px; }
.pc-step b { display: inline-flex; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--tint-blue-a), var(--tint-purple-a)); align-items: center; justify-content: center; font-weight: 800; font-size: 16px; margin-bottom: 16px; }
.pc-step h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
.pc-step p { color: var(--muted); font-size: 15px; }

/* ================= TESTIMONIALS ================= */
.pc-quotes { display: grid; grid-template-columns: 1fr; gap: 18px; }
.pc-quote { background: #fff; border-radius: 20px; padding: 28px 26px; display: flex; flex-direction: column; }
.pc-quote > p { font-size: 16.5px; color: var(--ink); line-height: 1.55; margin-bottom: 18px; }
.pc-q-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.pc-av { width: 42px; height: 42px; flex: none; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--purple)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.pc-q-author b { font-weight: 700; font-size: 15px; }
.pc-q-author span { display: block; color: var(--muted-2); font-size: 13px; }

/* ================= FAQ ================= */
.pc-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.pc-faq details { background: #fff; border-radius: 16px; padding: 4px 22px; }
.pc-faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 700; font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.pc-faq summary::-webkit-details-marker { display: none; }
.pc-faq summary::after { content: "+"; font-weight: 400; font-size: 26px; line-height: 1; color: var(--purple); transition: transform .2s; }
.pc-faq details[open] summary::after { transform: rotate(45deg); }
.pc-faq details p { color: var(--muted); font-size: 15.5px; padding: 0 0 18px; margin: 0; }

/* ================= RESPONSIVE ================= */
@media (min-width: 760px) {
  .pc-nav { display: flex; }
  .pc-burger { display: none; }
  .pc-row--2 { grid-template-columns: 1fr 1fr; }
  .pc-grid-2x2 { grid-template-columns: 1fr 1fr; }
  .pc-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .pc-contact { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .pc-stats { grid-template-columns: repeat(4, 1fr); }
  .pc-footer nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
  .pc-cookie { grid-template-columns: 1fr auto; }
}

/* ---- mobile / tablet ---- */
@media (max-width: 759px) {
  body { font-size: 16px; }
  .pc-wrap { padding: 0 16px; }
  .pc-header__in { min-height: 56px; padding: 0 14px; gap: 10px; }
  .pc-head-actions .pc-btn { display: none; }      /* CTA vanno nel menu mobile */
  .pc-flag { display: none; }
  .pc-mnav .pc-btn { display: block; text-align: center; margin-top: 8px; }
  .pc-hero { padding: 34px 0 4px; }
  .pc-hero p { font-size: 16.5px; }
  .pc-section { padding-bottom: 56px; }
  .pc-section__head { margin-bottom: 30px; }
  .pc-section__head p { font-size: 16px; }
  /* le card non hanno più altezza fissa: niente spazi vuoti su mobile */
  .pc-card { min-height: 0; }
  .pc-offer { padding: 28px 22px 0; }
  .pc-offer h3 { font-size: 25px; }
  .pc-offer__media img { height: 180px; }
  .pc-media, .pc-upsell { min-height: 340px; }
  .pc-media__txt { padding: 28px 22px; }
  .pc-upsell__txt { padding: 26px 22px; }
  .pc-feature { min-height: 0; padding: 28px 22px 0; }
  .pc-feature__media { padding-top: 20px; }
  .pc-feature__media img { height: 190px; }
  .pc-stats { padding: 24px 14px; gap: 10px; }
  .pc-stat b { font-size: 26px; }
  .pc-contact { padding: 22px; }
  .pc-cta { padding: 16px 0 72px; }
  .pc-prose { padding: 26px 20px; }
  .pc-pagehead { padding: 34px 0 24px; }
}
