/* pages.css — shell condivisa delle sotto-pagine SEO di sitoprime.it
   Stesso sistema della home: dark #0C0C0E + cobalto #3B5BDB, Clash Display + Poppins. */
:root { --sp-accent: #3B5BDB; --ink: #0C0C0E; --dark: #0C0C0E; --panel: #131316;
        --line: #1f1f24; --muted: #9a9aa0; --bg-light: #F3F2EF; --line-light: #E4E3DE; --muted-light: #57575d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body { font-family: 'Poppins', system-ui, sans-serif; background: var(--dark); color: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.sp-ast { display: inline-block; width: .92em; height: .92em; vertical-align: -.12em; background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg stroke='white' stroke-width='13' stroke-linecap='round'%3E%3Cline x1='50' y1='12' x2='50' y2='88'/%3E%3Cline x1='12' y1='50' x2='88' y2='50'/%3E%3Cline x1='23.1' y1='23.1' x2='76.9' y2='76.9'/%3E%3Cline x1='76.9' y1='23.1' x2='23.1' y2='76.9'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg stroke='white' stroke-width='13' stroke-linecap='round'%3E%3Cline x1='50' y1='12' x2='50' y2='88'/%3E%3Cline x1='12' y1='50' x2='88' y2='50'/%3E%3Cline x1='23.1' y1='23.1' x2='76.9' y2='76.9'/%3E%3Cline x1='76.9' y1='23.1' x2='23.1' y2='76.9'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px,4vw,56px); }

/* nav */
.pg-nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, #0C0C0E 90%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.pg-nav-in { max-width: 1100px; margin: 0 auto; padding: 16px clamp(20px,4vw,56px); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pg-wm { font-family: 'Clash Display', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -.02em; color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 1px; white-space: nowrap; }
.pg-wm .sp-ast { color: var(--sp-accent); font-weight: 600; }
.pg-nav-links { display: flex; align-items: center; gap: clamp(14px,2vw,28px); font-size: 15px; }
.pg-nav-links a { color: #fff; text-decoration: none; opacity: .85; white-space: nowrap; }
.pg-nav-links a:hover { opacity: 1; }
.pg-cta { background: var(--sp-accent); color: #fff !important; padding: 10px 20px; border-radius: 999px; font-weight: 600; text-decoration: none; opacity: 1 !important; white-space: nowrap; }
.pg-cta:hover { background: #3350c8; }
@media (max-width: 640px) { .pg-nav-links .hide-sm { display: none; } }

/* breadcrumb */
.crumb { font-size: 13px; color: #6a6a70; padding: 22px 0 0; }
.crumb a { color: #9a9aa0; text-decoration: none; }
.crumb a:hover { color: #fff; }
.crumb span { color: #4a4a50; margin: 0 6px; }

/* hero */
.hero { padding: clamp(34px,6vw,72px) 0 clamp(30px,5vw,56px); }
.eyebrow { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--sp-accent); margin-bottom: 18px; }
.hero h1 { font-weight: 700; font-size: clamp(36px,6.5vw,78px); line-height: 0.96; letter-spacing: -.04em; margin: 0; max-width: 18ch; }
.hero h1 .dim { color: #5b5b62; }
.lead { font-size: clamp(17px,1.8vw,21px); line-height: 1.5; color: #b7b7bd; max-width: 56ch; margin: 26px 0 0; }
.hero-cta { margin-top: 32px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--sp-accent); color: #fff; padding: 15px 30px; border-radius: 999px; font-weight: 700; font-size: 16px; text-decoration: none; }
.btn:hover { background: #3350c8; }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #2c2c32; color: #fff; padding: 14px 26px; border-radius: 999px; font-size: 16px; text-decoration: none; }
.btn-ghost:hover { border-color: #45454d; }

/* sezioni */
.sec { padding: clamp(48px,6vw,84px) 0; }
.sec.light { background: var(--bg-light); color: var(--ink); }
.sec.alt { background: #0a0a0c; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec h2 { font-weight: 700; font-size: clamp(28px,4vw,50px); letter-spacing: -.03em; line-height: 1; margin: 0 0 18px; }
.sec h3 { font-weight: 700; font-size: clamp(19px,2vw,24px); letter-spacing: -.02em; margin: 0 0 8px; }
.sec p { font-size: 16.5px; line-height: 1.65; margin: 0 0 16px; }
.sec.light p { color: #2c2c30; }
.sec:not(.light) p { color: #c4c5cc; }
.sec .muted { color: var(--muted); }
.sec.light .muted { color: var(--muted-light); }
.prose { max-width: 70ch; }
.prose p, .prose li { font-size: 16.5px; line-height: 1.7; }

/* griglie e card */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(248px,1fr)); gap: 18px; margin-top: 36px; }
.card { border-radius: 20px; padding: 28px 26px; }
.sec:not(.light) .card { background: var(--panel); border: 1px solid var(--line); }
.sec.light .card { background: #fff; border: 1px solid var(--line-light); }
.card .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--sp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 18px; }
.card .ic .sp-ast { color: #fff; }
.card p { font-size: 15px; margin: 0; }
.sec.light .card p { color: var(--muted-light); }
.sec:not(.light) .card p { color: var(--muted); }

/* lista check */
.checks { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; max-width: 64ch; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.checks .sp-ast { color: var(--sp-accent); flex: none; margin-top: .15em; }
.sec.light .checks li { color: #2c2c30; }
.sec:not(.light) .checks li { color: #d6d6db; }

/* prezzo box */
.price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price-big { font-family: 'Clash Display', sans-serif; font-weight: 700; font-size: clamp(48px,7vw,72px); letter-spacing: -.04em; line-height: 1; }
.strike { text-decoration: line-through; opacity: .55; }

/* FAQ */
.faq { max-width: 760px; margin-top: 32px; display: grid; gap: 12px; }
.faq details { border-radius: 14px; padding: 4px 22px; }
.sec.light .faq details { background: #fff; border: 1px solid var(--line-light); }
.sec:not(.light) .faq details { background: var(--panel); border: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; font-weight: 600; font-size: 17px; padding: 18px 0; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--sp-accent); font-size: 22px; font-weight: 600; flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq .faq-a { padding: 0 0 20px; font-size: 15.5px; line-height: 1.65; }
.sec.light .faq .faq-a { color: var(--muted-light); }
.sec:not(.light) .faq .faq-a { color: var(--muted); }

/* CTA finale */
.final { background: var(--dark); text-align: center; padding: clamp(64px,8vw,120px) 0; }
.final h2 { font-weight: 700; font-size: clamp(34px,6vw,72px); line-height: .92; letter-spacing: -.04em; margin: 0; }
.final h2 .dim { color: #5b5b62; }
.final p { font-size: 18px; color: var(--muted); max-width: 50ch; margin: 24px auto 34px; }

/* link interni inline */
.intlinks { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.intlinks a { border: 1px solid #2c2c32; color: #fff; padding: 11px 20px; border-radius: 999px; font-size: 15px; text-decoration: none; }
.sec.light .intlinks a { border-color: var(--line-light); color: var(--ink); }
.intlinks a:hover { border-color: var(--sp-accent); }

/* footer */
.pg-foot { background: #08080A; color: #fff; border-top: 1px solid var(--line); }
.pg-foot-in { max-width: 1100px; margin: 0 auto; padding: clamp(40px,5vw,64px) clamp(20px,4vw,56px) 36px; }
.pg-foot-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 28px; padding-bottom: 40px; }
.pg-foot h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #5a5a60; margin: 0 0 16px; font-weight: 600; }
.pg-foot a { display: block; color: #e6e6e9; text-decoration: none; font-size: 15px; margin: 9px 0; }
.pg-foot a:hover { color: var(--sp-accent); }
.pg-foot-bar { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: #6a6a70; }
