:root {
  --ink: #14201c;
  --ink-soft: #21302a;
  --paper: #f5f2eb;
  --white: #fffdf8;
  --line: #d9d4ca;
  --muted: #6d746f;
  --signal: #b9ddce;
  --signal-light: #dceee7;
  --blue: #6259c9;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(20, 32, 28, .10);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--signal); padding: 10px 16px; z-index: 100; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 92px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(20,32,28,.10); position: absolute; width: 100%; z-index: 10; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 11px; font-size: 22px; font-weight: 700; letter-spacing: -1px; }
.brand-mark { width: 33px; height: 33px; overflow: visible; }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; }
.brand-mark circle { fill: var(--signal); stroke: var(--ink); stroke-width: 2.5; }
nav { display: flex; gap: clamp(18px,2vw,38px); font-size: 13px; font-weight: 600; }
nav a { position: relative; }
nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: .25s ease; }
nav a:hover:after { right: 0; }
nav a.nav-current:after { right: 0; }
.site-header > .button { justify-self: end; }
.menu-toggle { display: none; background: transparent; border: 0; width: 38px; height: 38px; padding: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 16px 22px; background: var(--ink); color: var(--white); border: 1px solid var(--ink); border-radius: 999px; font-weight: 650; font-size: 13px; transition: transform .25s, background .25s, color .25s, box-shadow .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--signal); color: var(--ink); box-shadow: 0 12px 30px rgba(20,32,28,.12); }
.button-small { padding: 12px 18px; font-size: 12px; }

/* Pagina Chi siamo */
.about-hero { min-height: 760px; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(45px,8vw,130px); align-items: center; padding: 165px clamp(24px,5vw,76px) 90px; background-image: radial-gradient(circle at 8% 18%, rgba(185,221,206,.42), transparent 24%), linear-gradient(rgba(20,32,28,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(20,32,28,.025) 1px, transparent 1px); background-size: auto, 52px 52px, 52px 52px; }
.about-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 18px 0 0; color: #58635d; font-size: 15px; line-height: 1.8; }
.about-hero-copy .about-intro { margin-top: 32px; color: var(--ink); font-size: clamp(18px,1.6vw,23px); line-height: 1.55; }
.about-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.about-hero-actions .button { flex: 0 0 auto; }
.about-manifesto { min-height: 480px; padding: 42px; border-radius: 30px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.about-manifesto:before { content: ""; position: absolute; width: 390px; height: 390px; right: -140px; top: -145px; border-radius: 50%; border: 1px solid rgba(185,221,206,.25); box-shadow: 0 0 0 55px rgba(185,221,206,.045), 0 0 0 110px rgba(98,89,201,.045); }
.manifesto-index { position: relative; color: var(--signal); font-size: 9px; font-weight: 700; letter-spacing: 1.8px; }
.about-manifesto > p { position: relative; max-width: 520px; margin: 80px 0; font-size: clamp(32px,3.5vw,52px); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; }
.about-manifesto em { color: var(--signal); font-family: "Newsreader", Georgia, serif; font-weight: 400; }
.manifesto-note { position: relative; display: flex; align-items: flex-start; gap: 12px; max-width: 420px; color: #b8c4be; font-size: 11px; line-height: 1.65; }
.manifesto-note span { width: 8px; height: 8px; margin-top: 5px; flex: 0 0 8px; border-radius: 50%; background: var(--blue); }
.about-online { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px,10vw,150px); background: var(--white); }
.about-online-heading { align-self: start; position: sticky; top: 110px; }
.lead-copy { margin: 0 0 50px; max-width: 760px; font-size: clamp(18px,1.7vw,24px); line-height: 1.65; color: var(--ink-soft); }
.online-benefits { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.online-benefits article { min-height: 180px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); }
.online-benefits article:nth-child(odd) { border-right: 1px solid var(--line); }
.online-benefits article:nth-child(even) { padding-left: 28px; }
.online-benefits strong { display: block; margin-bottom: 11px; font-size: 15px; }
.online-benefits p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.ai-manifesto { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 510px; margin-top: 60px; border: 1px solid #d9d5ec; border-radius: 28px; overflow: hidden; background: #efedf8; box-shadow: 0 24px 60px rgba(64,55,125,.10); }
.ai-visual { position: relative; min-height: 510px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 45% 42%, rgba(185,221,206,.20), transparent 30%), linear-gradient(145deg,#4f47a4,#27244d); color: white; }
.ai-visual:before, .ai-visual:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; }
.ai-visual:before { width: 370px; height: 370px; left: -185px; top: -170px; }
.ai-visual:after { width: 290px; height: 290px; right: -170px; bottom: -125px; }
.ai-coordinate, .ai-visual-note { position: absolute; z-index: 2; left: 28px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.ai-coordinate { top: 28px; }
.ai-visual-note { bottom: 28px; }
.ai-orbit { position: relative; width: min(72%,270px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 76px rgba(185,221,206,.025); }
.ai-orbit:before { content: ""; position: absolute; inset: 22%; border: 1px dashed rgba(185,221,206,.45); border-radius: 50%; transform: rotate(-18deg); }
.ai-core { position: relative; z-index: 2; width: 94px; height: 94px; display: grid; place-items: center; border-radius: 50%; background: var(--signal); color: var(--ink); font-family: "Newsreader",Georgia,serif; font-size: 35px; font-style: italic; box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.ai-node { position: absolute; z-index: 3; width: 12px; height: 12px; border: 3px solid #4f47a4; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 4px rgba(185,221,206,.22); }
.ai-node-one { left: -6px; top: 48%; }
.ai-node-two { right: 12%; top: 8%; }
.ai-node-three { right: 2%; bottom: 24%; background: var(--signal); }
.ai-copy { padding: clamp(34px,4vw,58px); align-self: center; }
.ai-kicker { margin: 0 0 28px; color: var(--blue); font-size: 9px; font-weight: 750; letter-spacing: 1.7px; text-transform: uppercase; }
.ai-copy h3 { margin: 0 0 27px; color: var(--ink); font-size: clamp(28px,3vw,43px); line-height: 1.08; letter-spacing: -.045em; }
.ai-copy h3 em { color: var(--blue); font-family: "Newsreader",Georgia,serif; font-weight: 400; }
.ai-copy > p:not(.ai-kicker) { margin: 0 0 15px; color: #606762; font-size: 12px; line-height: 1.8; }
.ai-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 30px; padding-top: 22px; border-top: 1px solid #d5d0e8; }
.ai-values span { color: var(--ink-soft); font-size: 9px; font-weight: 650; line-height: 1.45; }
.ai-values b { display: block; margin-bottom: 7px; color: var(--blue); font-size: 8px; letter-spacing: 1.2px; }
.web-basics { background: var(--ink); color: var(--white); }
.web-basics-intro { display: grid; grid-template-columns: .6fr 1.2fr .8fr; gap: 45px; align-items: end; margin-bottom: 75px; }
.web-basics-intro .eyebrow { align-self: start; }
.web-basics-intro > p:last-child { margin: 0; color: #aeb9b4; font-size: 13px; line-height: 1.75; }
.basics-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.17); }
.basics-grid article { min-height: 310px; padding: 30px clamp(20px,2.2vw,38px); border-right: 1px solid rgba(255,255,255,.17); }
.basics-grid article:first-child { padding-left: 0; }
.basics-grid article:last-child { padding-right: 0; border-right: 0; }
.basics-grid span { color: var(--signal); font-size: 9px; font-weight: 700; letter-spacing: 1.6px; }
.basics-grid h3 { margin: 70px 0 18px; font-size: clamp(19px,1.8vw,25px); }
.basics-grid p { margin: 0; color: #aeb9b4; font-size: 12px; line-height: 1.8; }
.basics-grid strong { color: var(--white); font-weight: 600; }
.guided-process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,10vw,150px); }
.guided-title { align-self: start; position: sticky; top: 110px; }
.guided-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guided-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 25px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.guided-steps li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 10px; font-weight: 700; }
.guided-steps strong { font-size: 16px; }
.guided-steps p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.collaborate { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,9vw,140px); background: radial-gradient(circle at 8% 12%, rgba(98,89,201,.25), transparent 27%), var(--ink); color: var(--white); scroll-margin-top: 30px; }
.collaborate-heading { align-self: start; position: sticky; top: 110px; }
.collaborate-heading > p:last-child { max-width: 430px; margin: 28px 0 0; color: #aeb9b4; font-size: 13px; line-height: 1.8; }
.collaborate-lead { max-width: 760px; margin: 0 0 45px; color: #d7dfdb; font-size: clamp(18px,1.7vw,24px); line-height: 1.65; }
.collaborator-profiles { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.17); }
.collaborator-profiles article { min-height: 230px; padding: 28px 30px 28px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.collaborator-profiles article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.17); }
.collaborator-profiles article:nth-child(even) { padding-left: 30px; }
.collaborator-profiles span, .brief-label { color: var(--signal); font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.collaborator-profiles h3 { margin: 60px 0 14px; font-size: clamp(19px,1.7vw,24px); }
.collaborator-profiles p { margin: 0; color: #9fada6; font-size: 12px; line-height: 1.8; }
.collaborate-brief { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px,6vw,80px); margin-top: 55px; padding: clamp(28px,4vw,50px); border: 1px solid rgba(185,221,206,.28); border-radius: 24px; background: rgba(185,221,206,.07); }
.collaborate-brief h3 { margin: 24px 0 0; font-size: clamp(23px,2.4vw,34px); line-height: 1.15; letter-spacing: -.035em; }
.brief-copy p { margin: 0 0 15px; color: #afbbb5; font-size: 12px; line-height: 1.8; }
.button-light { margin-top: 16px; border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { border-color: var(--signal); background: var(--signal); color: var(--ink); }
.about-cta { padding: 110px clamp(24px,9vw,150px); text-align: center; background: var(--signal-light); }
.about-cta .eyebrow { justify-content: center; }
.about-cta h2 { max-width: 950px; margin: 0 auto; }
.about-cta > p:not(.eyebrow) { max-width: 680px; margin: 28px auto 34px; color: #58635d; font-size: 14px; line-height: 1.8; }
.about-cta > div { display: flex; align-items: center; justify-content: center; gap: 30px; }

@media (max-width: 980px) {
  .about-hero { grid-template-columns: 1fr; }
  .about-manifesto { min-height: 410px; }
  .about-online, .guided-process { grid-template-columns: 1fr; gap: 55px; }
  .about-online-heading, .guided-title, .collaborate-heading { position: static; }
  .collaborate { grid-template-columns: 1fr; gap: 55px; }
  .web-basics-intro { grid-template-columns: 1fr 1.5fr; }
  .web-basics-intro > p:last-child { grid-column: 2; }
  .basics-grid { grid-template-columns: 1fr 1fr; }
  .basics-grid article { border-bottom: 1px solid rgba(255,255,255,.17); }
  .basics-grid article:nth-child(2) { border-right: 0; }
  .basics-grid article:nth-child(3) { padding-left: 0; }
  .ai-manifesto { grid-template-columns: 1fr; }
  .ai-visual { min-height: 390px; }
}

@media (max-width: 620px) {
  .about-hero { padding-top: 135px; }
  .about-manifesto { min-height: 380px; padding: 30px; }
  .about-manifesto > p { margin: 65px 0; }
  .about-hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .online-benefits, .web-basics-intro, .basics-grid { grid-template-columns: 1fr; }
  .online-benefits article, .online-benefits article:nth-child(even), .online-benefits article:nth-child(odd) { min-height: 0; padding: 24px 0; border-right: 0; }
  .web-basics-intro > p:last-child { grid-column: auto; }
  .basics-grid article, .basics-grid article:first-child, .basics-grid article:last-child, .basics-grid article:nth-child(3) { min-height: 0; padding: 27px 0; border-right: 0; }
  .basics-grid h3 { margin: 36px 0 14px; }
  .ai-manifesto { margin-top: 45px; border-radius: 22px; }
  .ai-visual { min-height: 300px; }
  .ai-orbit { width: 190px; }
  .ai-core { width: 78px; height: 78px; font-size: 29px; }
  .ai-copy { padding: 30px 24px 34px; }
  .ai-values { grid-template-columns: 1fr; gap: 12px; }
  .ai-values span { display: grid; grid-template-columns: 25px 1fr; align-items: center; }
  .ai-values b { margin: 0; }
  .guided-steps li { grid-template-columns: 42px 1fr; gap: 15px; }
  .collaborator-profiles, .collaborate-brief { grid-template-columns: 1fr; }
  .collaborator-profiles article, .collaborator-profiles article:nth-child(odd), .collaborator-profiles article:nth-child(even) { min-height: 0; padding: 25px 0; border-right: 0; }
  .collaborator-profiles h3 { margin-top: 35px; }
  .about-cta > div { flex-direction: column; gap: 18px; }
}

.hero { min-height: 820px; display: grid; grid-template-columns: 1.08fr .92fr; padding: 165px clamp(24px, 5vw, 76px) 82px; gap: clamp(35px, 7vw, 120px); align-items: center; background-image: radial-gradient(circle at 9% 15%, rgba(185,221,206,.40), transparent 22%), linear-gradient(rgba(20,32,28,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(20,32,28,.025) 1px, transparent 1px); background-size: auto, 52px 52px, 52px 52px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: 2.4px; display: flex; align-items: center; gap: 11px; }
.eyebrow span { display: inline-block; width: 22px; height: 2px; background: var(--blue); }
.eyebrow.light span { background: var(--signal); }
h1, h2 { margin: 0; font-weight: 600; letter-spacing: -.048em; line-height: 1.02; }
h1 { font-size: clamp(48px, 5.8vw, 88px); max-width: 840px; }
h1 em, h2 em { font-family: "Newsreader", Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.hero-lead { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.75; max-width: 640px; color: #54605a; margin: 34px 0 36px; }
.hero-lead strong { color: var(--ink); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { font-weight: 600; font-size: 13px; border-bottom: 1px solid rgba(20,32,28,.45); padding: 8px 0; }
.trust-list { display: flex; gap: 22px; padding: 0; margin: 46px 0 0; list-style: none; font-size: 11px; font-weight: 600; color: #606a65; }
.trust-list span { color: var(--blue); }

.hero-visual { height: min(540px, 58vw); min-height: 450px; max-height: 570px; background: var(--ink); color: white; border-radius: 30px; position: relative; overflow: hidden; padding: 30px; box-shadow: var(--shadow); }
.hero-visual:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(98,89,201,.32), transparent 38%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 44px 44px, 44px 44px; }
.visual-label { position: relative; z-index: 2; font-size: 11px; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; display: flex; gap: 12px; }
.visual-label span { color: var(--signal); }
.orbital { position: absolute; inset: 80px 40px 55px; display: grid; place-items: center; }
.orbital svg { width: min(75%, 310px); overflow: visible; z-index: 2; filter: drop-shadow(0 10px 30px rgba(0,0,0,.25)); }
.orbital path { fill: none; stroke: white; stroke-width: 12; stroke-linecap: round; }
.orbital circle { fill: var(--signal); stroke: var(--ink); stroke-width: 7; }
.orbit { position: absolute; border: 1px solid rgba(76,255,181,.24); border-radius: 50%; }
.orbit-one { width: 86%; aspect-ratio: 1; animation: spin 20s linear infinite; }
.orbit-two { width: 62%; aspect-ratio: 1; border-style: dashed; animation: spin 15s linear infinite reverse; }
.node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(76,255,181,.13); }
.node-a { top: 9%; left: 50%; }.node-b { bottom: 19%; left: 10%; }.node-c { right: 15%; top: 58%; }
.visual-footer { position: absolute; z-index: 2; bottom: 25px; left: 28px; right: 28px; display: flex; align-items: center; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: 1.4px; }
.visual-footer i { height: 1px; background: rgba(255,255,255,.18); flex: 1; margin: 0 10px; }
@keyframes spin { to { transform: rotate(360deg); } }

.marquee { overflow: hidden; background: var(--signal); border-block: 1px solid rgba(20,32,28,.20); padding: 16px 0; white-space: nowrap; }
.marquee div { display: inline-flex; gap: 30px; align-items: center; min-width: max-content; animation: ticker 24s linear infinite; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.marquee i { font-size: 10px; }
@keyframes ticker { to { transform: translateX(-33.33%); } }

.fit-section { padding: clamp(90px, 10vw, 145px) clamp(24px, 5vw, 76px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 10vw, 150px); align-items: start; background: var(--white); }
.fit-intro { position: sticky; top: 100px; }
.fit-copy { padding-top: 4px; }
.fit-lead { font-size: clamp(20px, 2.15vw, 31px); line-height: 1.45; letter-spacing: -.035em; margin: 0 0 58px; max-width: 790px; color: #435049; }
.fit-lead strong { color: var(--ink); font-weight: 600; }
.fit-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fit-points > div { min-height: 220px; padding: 25px 22px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; background: var(--paper); }
.fit-points span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; }
.fit-points strong { display: block; margin-top: auto; font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.fit-points p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 9px 0 0; }

.section { padding: clamp(90px, 11vw, 165px) clamp(24px, 5vw, 76px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: end; margin-bottom: 65px; }
.section-heading .eyebrow { align-self: start; }
h2 { font-size: clamp(43px, 4.8vw, 70px); }
.section-heading > p:last-child { margin: 0 0 5px 50px; max-width: 410px; color: var(--muted); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { padding: 36px; border: 1px solid rgba(20,32,28,.10); border-radius: 24px; position: relative; background: rgba(255,253,248,.58); transition: background .3s, transform .3s, box-shadow .3s; }
.service-card:hover { background: var(--white); transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { font-size: 10px; font-weight: 800; color: var(--blue); }
.service-icon { height: 110px; margin: 35px 0; position: relative; }
.service-card h3 { font-size: 23px; font-weight: 600; margin: 0 0 14px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); line-height: 1.7; min-height: 82px; font-size: 14px; }
.service-card ul { list-style: none; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); }
.service-card li { padding: 6px 0; font-size: 13px; font-weight: 600; }
.service-card li:before { content: "↳"; color: var(--blue); margin-right: 9px; }
.icon-logo i { position: absolute; border: 2px solid var(--ink); border-radius: 50%; width: 55px; height: 55px; top: 20px; }
.icon-logo i:nth-child(1) { left: 30%; }.icon-logo i:nth-child(2) { left: calc(30% + 38px); border-color: var(--blue); }.icon-logo i:nth-child(3) { left: calc(30% + 76px); border-color: var(--signal); background: rgba(76,255,181,.4); }
.icon-page { width: 190px; height: 116px; margin-inline: auto; margin-top: 28px; perspective: 500px; }
.landing-canvas { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(20,32,28,.14); border-radius: 12px; background: #fff8e9; box-shadow: 0 16px 30px rgba(20,32,28,.13); transform: rotateY(7deg) rotateX(3deg); transition: transform .35s ease; }
.service-card:hover .landing-canvas { transform: rotateY(0) rotateX(0) translateY(-3px); }
.landing-brand { position: absolute; left: 11px; top: 9px; font-size: 6px; font-weight: 700; letter-spacing: -.2px; }
.landing-canvas b { position: absolute; left: 11px; top: 31px; z-index: 2; font-size: 14px; line-height: 1; letter-spacing: -.6px; font-weight: 650; }
.landing-canvas b em { font-family: "Newsreader", Georgia, serif; font-weight: 400; color: var(--blue); }
.landing-canvas small { position: absolute; z-index: 2; left: 11px; bottom: 14px; padding: 5px 9px; border-radius: 999px; background: var(--ink); color: white; font-size: 5px; text-transform: uppercase; letter-spacing: .5px; }
.landing-shape { position: absolute; width: 86px; height: 86px; right: -19px; top: 14px; border-radius: 58% 42% 55% 45%; background: var(--signal); transform: rotate(22deg); }
.landing-shape:before { content: ""; position: absolute; width: 43px; height: 43px; border-radius: 50%; left: 15px; top: 15px; border: 1px solid rgba(20,32,28,.35); }
.landing-shape:after { content: "↗"; position: absolute; left: 30px; top: 24px; transform: rotate(-22deg); font-style: normal; font-size: 15px; }
.landing-result { position: absolute; right: 8px; bottom: 7px; z-index: 2; padding: 4px 7px; border-radius: 7px; background: white; box-shadow: 0 5px 14px rgba(20,32,28,.16); color: var(--blue); font-size: 5px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.icon-site { width: 190px; height: 116px; margin-inline: auto; margin-top: 28px; perspective: 500px; }
.site-canvas { position: absolute; inset: 0; overflow: hidden; border-radius: 12px; color: var(--white); background: var(--ink); box-shadow: 0 16px 30px rgba(20,32,28,.18); transform: rotateY(-7deg) rotateX(3deg); transition: transform .35s ease; }
.service-card:hover .site-canvas { transform: rotateY(0) rotateX(0) translateY(-3px); }
.site-canvas:before { content: ""; position: absolute; width: 90px; height: 90px; border-radius: 50%; right: -24px; bottom: -27px; background: var(--signal); }
.site-canvas:after { content: ""; position: absolute; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; right: 5px; bottom: -5px; }
.site-bar { position: absolute; top: 0; left: 0; right: 0; height: 22px; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 4px; padding-left: 9px; }
.site-bar i { position: static; width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.45); }
.site-canvas b { position: absolute; left: 13px; top: 35px; font-family: "Newsreader", Georgia, serif; font-size: 22px; line-height: .85; font-weight: 400; font-style: italic; letter-spacing: -.04em; }
.site-canvas small { position: absolute; left: 13px; bottom: 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 4px 8px; font-size: 6px; text-transform: uppercase; letter-spacing: .8px; }
.site-orbit { position: absolute; right: 10px; top: 34px; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.site-orbit:before, .site-orbit:after { content: ""; position: absolute; border-radius: 50%; background: var(--signal); }
.site-orbit:before { width: 7px; height: 7px; top: -3px; left: 16px; }
.site-orbit:after { width: 4px; height: 4px; bottom: 5px; left: 1px; }

.method { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(60px, 10vw, 150px); border-radius: 36px 36px 0 0; }
.method-intro { position: sticky; top: 120px; align-self: start; }
.method-intro > p:last-child { color: #9ba8a1; max-width: 510px; font-size: 17px; line-height: 1.65; margin-top: 30px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 34px 0 40px; border-top: 1px solid rgba(255,255,255,.18); }
.steps li > span { color: var(--signal); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.steps h3 { font-size: 23px; font-weight: 600; margin: 0 0 12px; letter-spacing: -.025em; }
.steps p { color: #a8b3ad; margin: 0; line-height: 1.75; max-width: 500px; font-size: 14px; }

.pricing { background: #ebe8e0; }
.pricing-heading { display: grid; grid-template-columns: 1.4fr .7fr; gap: clamp(45px,9vw,130px); align-items: end; margin-bottom: 65px; }
.pricing-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.pricing-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; align-items: stretch; }
.price-card { border-radius: 28px; padding: clamp(30px,4vw,55px); }
.price-main { background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.price-care { background: var(--white); color: var(--ink); border: 1px solid rgba(20,32,28,.09); display: flex; flex-direction: column; }
.price-top { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; }
.price-label { display: inline-flex; width: fit-content; padding: 8px 12px; border-radius: 999px; background: var(--signal); color: var(--ink); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.price { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: baseline; gap: 5px; text-align: right; }
.price small { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.price strong { font-size: clamp(48px,6vw,86px); line-height: .8; font-weight: 600; letter-spacing: -.07em; }
.price em { width: 100%; margin-top: 8px; color: #92a098; font-style: normal; font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
.price-card h3 { margin: 55px 0 22px; font-size: clamp(25px,3vw,40px); font-weight: 600; letter-spacing: -.045em; }
.price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; padding: 0; margin: 0 0 35px; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.price-card li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #c4cec8; font-size: 12px; }
.price-card li:before { content: "✓"; margin-right: 9px; color: var(--signal); }
.price-main .button { background: var(--signal); color: var(--ink); border-color: var(--signal); }
.price-main .button:hover { background: var(--white); border-color: var(--white); }
.price-note { max-width: 720px; margin: 22px 0 0; color: #7f8e86; font-size: 9px; line-height: 1.65; }
.price-care .price-label { background: var(--signal-light); }
.price-care .price { justify-content: flex-start; text-align: left; margin-top: 50px; }
.price-care .price strong { font-size: clamp(42px,5vw,68px); }
.price-care h3 { margin: 42px 0 15px; font-size: 28px; }
.price-care > p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.price-care ul { grid-template-columns: 1fr; margin-bottom: 35px; border-top-color: var(--line); }
.price-care li { border-bottom-color: var(--line); color: #59645e; }
.price-care li:before { color: var(--blue); }
.care-badge { margin-top: auto; padding: 15px; border-radius: 13px; background: var(--signal-light); font-size: 10px; font-weight: 700; }
.care-badge span { color: var(--blue); margin-right: 7px; }

.work-heading { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 60px; margin-bottom: 65px; }
.work-note { color: var(--muted); line-height: 1.65; font-size: 14px; }
.work-note span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; margin-bottom: 12px; border-radius: 999px; background: var(--signal-light); color: var(--ink); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.work-note span:before { content: "●"; color: #59977d; font-size: 7px; }
.work-note p { margin: 0; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px 25px; }
.project-wide { grid-column: 1 / -1; }
.project-art { height: 390px; overflow: hidden; position: relative; border-radius: 24px; }
.project-wide .project-art { height: 560px; }
.project-meta { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); }
.project-meta h3 { margin: 0 0 5px; font-size: 19px; }.project-meta p, .project-meta > span { margin: 0; color: var(--muted); font-size: 12px; }
.art-lume { background: #d9ff58; color: #101607; display: flex; align-items: center; justify-content: space-around; }
.art-lume:before { content: ""; position: absolute; width: 36%; aspect-ratio: 1; border-radius: 50%; background: #101607; left: -10%; top: -30%; }
.lume-symbol { font-family: Georgia,serif; font-size: clamp(130px, 20vw, 330px); line-height: 1; z-index: 1; }.lume-copy { font-size: clamp(28px,4vw,64px); line-height: .95; font-weight: 800; letter-spacing: -.05em; z-index: 1; }
.art-onda { background: #5d61ff; color: white; display: grid; place-items: center; }
.art-onda span { font-family: Georgia,serif; font-style: italic; font-size: clamp(70px,9vw,140px); z-index: 2; }
.art-onda i { position: absolute; width: 75%; height: 75%; border: 1px solid rgba(255,255,255,.45); border-radius: 46% 54% 55% 45%; animation: spin 12s linear infinite; }.art-onda i:nth-of-type(2) { width: 55%; height: 55%; animation-direction: reverse; }.art-onda i:nth-of-type(3) { width: 95%; height: 95%; }
.art-nova { background: #eee5da; display: flex; align-items: center; justify-content: space-around; }
.art-nova span { font-size: clamp(150px,20vw,300px); font-weight: 900; letter-spacing: -.12em; color: #ec552f; line-height: 1; }.art-nova p { font-family: Georgia,serif; font-size: 24px; line-height: 1.2; }
.art-materia { background: #b9563f; color: #f8e9d4; display: grid; place-items: center; isolation: isolate; }
.art-materia > span { position: absolute; width: 270px; aspect-ratio: 1; border-radius: 47% 53% 38% 62%; background: #71362d; transform: rotate(26deg); box-shadow: 75px 40px 0 #e59b6e; }
.art-materia b { z-index: 2; font-family: "Newsreader", Georgia, serif; font-size: clamp(68px,9vw,126px); font-style: italic; font-weight: 400; letter-spacing: -.07em; }
.art-materia p { position: absolute; z-index: 2; left: 28px; bottom: 20px; margin: 0; font-size: 13px; line-height: 1.2; text-transform: uppercase; letter-spacing: 1.5px; }
.art-mono { background: #121714; color: #f4f1ea; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.art-mono span { font-size: 9px; letter-spacing: 2px; color: #aeb5b0; }
.art-mono b { z-index: 2; font-size: clamp(45px,6vw,85px); line-height: .88; letter-spacing: -.07em; font-weight: 600; }
.art-mono i { position: absolute; width: 210px; height: 210px; border: 1px solid #b9ddce; border-radius: 50%; right: -50px; top: -55px; box-shadow: inset 0 0 0 35px #121714, inset 0 0 0 36px rgba(185,221,206,.4); }
.art-botanica { background: #dfe9d5; color: #173a2d; display: grid; place-items: center; }
.art-botanica:before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(23,58,45,.25); border-radius: 999px; }
.art-botanica b { z-index: 3; font-family: "Newsreader", Georgia, serif; font-size: clamp(80px,12vw,180px); font-style: italic; font-weight: 400; letter-spacing: -.08em; }
.art-botanica small { position: absolute; z-index: 3; bottom: 45px; text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: 3px; }
.leaf { position: absolute; width: 170px; height: 250px; border-radius: 100% 0 100% 0; background: #6f9f80; opacity: .75; }
.leaf-one { left: 8%; bottom: -90px; transform: rotate(25deg); }.leaf-two { right: 8%; top: -85px; transform: rotate(205deg); background: #a6c69b; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,10vw,150px); background: var(--white); }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.faq-heading > p:last-child { max-width: 430px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 0; cursor: pointer; list-style: none; font-size: clamp(17px,1.7vw,23px); font-weight: 600; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 16px; font-weight: 400; transition: transform .25s, background .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--signal-light); }
.faq-list details p { max-width: 720px; margin: -5px 55px 28px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.quote { background: #554dad; color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px,10vw,150px); }
.quote-copy > p:nth-of-type(2) { color: rgba(255,255,255,.72); line-height: 1.65; font-size: 17px; max-width: 500px; margin-top: 30px; }
.response-time { border-top: 1px solid rgba(255,255,255,.35); margin-top: 55px; padding-top: 20px; display: flex; flex-direction: column; gap: 7px; }
.response-time strong { font-size: 14px; }.response-time span { color: rgba(255,255,255,.65); font-size: 12px; }
.quote-form { background: var(--paper); color: var(--ink); padding: clamp(28px,4vw,56px); border-radius: 28px; box-shadow: 0 30px 80px rgba(20,32,28,.20); }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.quote-form fieldset { border: 0; padding: 0; margin: 0 0 30px; }
.quote-form legend, .quote-form > label, .field-row label { font-size: 12px; font-weight: 750; display: block; margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.choice-grid label { position: relative; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { display: block; border: 1px solid var(--line); border-radius: 12px; padding: 13px; font-size: 12px; font-weight: 600; cursor: pointer; background: white; transition: background .2s, border-color .2s; }
.choice-grid input:checked + span { border-color: var(--ink); background: var(--signal); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form input[type="text"], .quote-form input[type="email"], .quote-form textarea, .quote-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.62); padding: 13px 14px; margin: 7px 0 24px; outline: none; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(98,89,201,.10); }
.privacy { display: grid !important; grid-template-columns: 18px 1fr; gap: 8px; font-weight: 500 !important; color: var(--muted); line-height: 1.4; margin: 5px 0 24px !important; }
.privacy input { accent-color: var(--blue); }
.privacy a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.button-submit { width: 100%; }
.button-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.project-selection-note { margin: 18px 0 0; padding: 17px 19px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.48); color: var(--muted); font-size: 11px; line-height: 1.65; }
.project-selection-note strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 11px; }
.form-status { font-size: 12px; margin: 14px 0 0; min-height: 18px; color: var(--muted); }
.form-status[data-state="success"] { color: #286b50; font-weight: 650; }
.form-status[data-state="error"] { color: #9a3f3f; font-weight: 650; }

/* Informativa privacy */
.legal-hero { padding: 175px clamp(24px,9vw,150px) 95px; background-image: radial-gradient(circle at 86% 18%, rgba(185,221,206,.52), transparent 24%), linear-gradient(rgba(20,32,28,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(20,32,28,.025) 1px, transparent 1px); background-size: auto, 52px 52px, 52px 52px; }
.legal-hero h1 { max-width: 980px; }
.legal-hero > p:not(.eyebrow) { max-width: 720px; margin: 32px 0 0; color: #58635d; font-size: 16px; line-height: 1.8; }
.legal-updated { margin-top: 34px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.legal-updated strong { margin-left: 7px; color: var(--ink); }
.legal-summary { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(24px,9vw,150px) 90px; background: var(--paper); }
.legal-summary article { min-height: 205px; padding: 30px clamp(22px,3vw,42px); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.legal-summary article:first-child { padding-left: 0; }
.legal-summary article:last-child { padding-right: 0; border-right: 0; }
.legal-summary span { display: block; margin-bottom: 45px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: 1.4px; }
.legal-summary strong { display: block; margin-bottom: 10px; font-size: 15px; }
.legal-summary p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0,820px); justify-content: center; gap: clamp(55px,9vw,140px); padding: 110px clamp(24px,9vw,150px); background: var(--white); }
.legal-index { position: sticky; top: 55px; align-self: start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.legal-index > p { margin: 0 0 18px; color: var(--ink); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.legal-index ol { margin: 0; padding: 0; list-style: none; counter-reset: legal-nav; }
.legal-index li { counter-increment: legal-nav; border-top: 1px solid rgba(20,32,28,.08); }
.legal-index a { display: block; padding: 10px 0; color: var(--muted); font-size: 10px; line-height: 1.4; transition: color .2s; }
.legal-index a:before { content: counter(legal-nav, decimal-leading-zero) "  "; color: var(--blue); font-size: 8px; }
.legal-index a:hover { color: var(--ink); }
.legal-content > section { padding: 0 0 68px; margin: 0 0 68px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.legal-content > section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-number { display: block; margin-bottom: 19px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: 1.5px; }
.legal-content h2 { margin-bottom: 26px; font-size: clamp(30px,3vw,44px); }
.legal-content p { margin: 0 0 17px; color: #59635e; font-size: 14px; line-height: 1.85; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content a { color: var(--blue); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 30px 0 0; padding: 24px 27px; border-left: 3px solid var(--blue); background: var(--signal-light); }
.legal-callout strong { display: block; margin-bottom: 8px; font-size: 13px; }
.legal-callout p { margin: 0; color: #52605a; font-size: 12px; }
.legal-table { margin: 30px 0; border-top: 1px solid var(--line); }
.legal-table > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.legal-table strong { font-size: 13px; line-height: 1.5; }
.legal-table p { margin: 0; font-size: 12px; }
.cookie-table { width: 100%; margin: 30px 0 18px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.38); }
.cookie-table table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 11px; line-height: 1.55; }
.cookie-table th, .cookie-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.cookie-table th { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.cookie-table tbody tr:last-child td { border-bottom: 0; }
.cookie-table code { color: var(--blue); font-size: 11px; }
.legal-cookie-button { margin-top: 12px; padding: 13px 18px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-weight: 650; font-size: 12px; cursor: pointer; transition: .2s ease; }
.legal-cookie-button:hover { background: var(--ink); color: var(--white); }

/* Pagina 404 */
.error-page { min-height: 760px; display: grid; place-items: center; padding: 160px clamp(24px,9vw,150px) 90px; background-image: radial-gradient(circle at 82% 24%, rgba(185,221,206,.55), transparent 25%), linear-gradient(rgba(20,32,28,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(20,32,28,.025) 1px, transparent 1px); background-size: auto, 52px 52px, 52px 52px; }
.error-page > div { width: min(100%,1050px); }
.error-code { margin: 0 0 28px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 2px; }
.error-page h1 { max-width: 920px; }
.error-page > div > p:not(.error-code,.eyebrow) { max-width: 650px; margin: 30px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.8; }

@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-index { display: none; }
}

@media (max-width: 620px) {
  .legal-hero { padding-top: 140px; padding-bottom: 70px; }
  .legal-summary { grid-template-columns: 1fr; padding-bottom: 60px; }
  .legal-summary article, .legal-summary article:first-child, .legal-summary article:last-child { min-height: 0; padding: 25px 0; border-right: 0; }
  .legal-summary span { margin-bottom: 25px; }
  .legal-layout { padding-top: 75px; padding-bottom: 75px; }
  .legal-content > section { padding-bottom: 48px; margin-bottom: 48px; }
  .legal-table > div { grid-template-columns: 1fr; gap: 10px; }
}

footer { padding: 70px clamp(24px,5vw,76px) 30px; background: var(--ink); color: white; display: grid; grid-template-columns: .75fr 1fr 1.15fr; gap: clamp(30px,6vw,90px); align-items: start; }
.footer-brand .brand-mark circle { stroke: var(--ink); }.footer-brand { font-size: 28px; }
.footer-promise { margin: 0; color: #c3cec8; font-family: "Newsreader", Georgia, serif; font-size: clamp(22px,2.2vw,31px); font-style: italic; line-height: 1.15; }
.footer-contact { justify-self: end; min-width: 290px; }
.footer-contact > a { display: inline-block; margin-bottom: 18px; color: var(--signal); font-size: 17px; font-weight: 600; border-bottom: 1px solid rgba(185,221,206,.45); }
.footer-contact address { color: #96a39c; font-style: normal; font-size: 11px; line-height: 1.75; }
.footer-meta { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; }
.footer-meta small { color: #77837d; font-size: 10px; }
.footer-meta a { color: #9ba8a1; font-size: 10px; font-weight: 600; }
.footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.footer-legal button { padding: 0; border: 0; background: transparent; color: #9ba8a1; font-size: 10px; font-weight: 600; cursor: pointer; }
.footer-legal a:hover, .footer-legal button:hover, .footer-legal .nav-current { color: var(--white); }

/* Preferenze cookie */
.cookie-banner { position: fixed; z-index: 90; right: clamp(16px,3vw,42px); bottom: clamp(16px,3vw,36px); left: clamp(16px,3vw,42px); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 34px; align-items: end; max-width: 1180px; margin-inline: auto; padding: clamp(24px,3vw,36px); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(20,32,28,.98); color: var(--white); box-shadow: 0 25px 80px rgba(10,18,15,.3); }
.cookie-banner-copy { max-width: 720px; }
.cookie-eyebrow { display: block; margin-bottom: 11px; color: var(--signal); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cookie-banner h2, .cookie-modal h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(25px,3vw,38px); font-weight: 400; letter-spacing: -.02em; }
.cookie-banner p { margin: 13px 0 10px; color: #c3cec8; font-size: 12px; line-height: 1.65; }
.cookie-banner-copy a { color: var(--signal); font-size: 11px; font-weight: 650; border-bottom: 1px solid rgba(185,221,206,.45); }
.cookie-banner-actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-button { min-height: 43px; padding: 11px 17px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.cookie-button:hover { transform: translateY(-1px); }
.cookie-button-primary { background: var(--signal); color: var(--ink); }
.cookie-button-secondary { border-color: rgba(255,255,255,.28); background: transparent; color: var(--white); }
.cookie-modal-layer { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(7,12,10,.66); backdrop-filter: blur(7px); }
.cookie-modal { position: relative; width: min(100%,650px); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(27px,5vw,48px); border-radius: 24px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.cookie-modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 23px; line-height: 1; cursor: pointer; }
.cookie-modal-intro { margin: 17px 0 26px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.cookie-category { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; padding: 21px 0; border-top: 1px solid var(--line); }
.cookie-category strong { display: block; margin-bottom: 6px; font-size: 13px; }
.cookie-category p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.cookie-always { color: var(--blue); font-size: 10px; font-weight: 700; white-space: nowrap; }
.cookie-category-toggle { position: relative; cursor: pointer; }
.cookie-category-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-switch { position: relative; width: 45px; height: 25px; border-radius: 999px; background: #b8bdb9; transition: .2s; }
.cookie-switch:after { content: ""; position: absolute; top: 3px; left: 3px; width: 19px; height: 19px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(0,0,0,.18); transition: .2s; }
.cookie-category-toggle input:checked + .cookie-switch { background: var(--blue); }
.cookie-category-toggle input:checked + .cookie-switch:after { transform: translateX(20px); }
.cookie-category-toggle input:focus-visible + .cookie-switch { outline: 3px solid rgba(98,89,201,.25); outline-offset: 3px; }
.cookie-modal-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); }
.cookie-modal-footer a { color: var(--blue); font-size: 11px; font-weight: 650; }
.cookie-modal .cookie-button-primary { color: var(--ink); }
body.cookie-modal-open { overflow: hidden; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .site-header nav { position: absolute; top: 72px; left: 0; right: 0; background: var(--paper); flex-direction: column; padding: 24px; border-bottom: 1px solid var(--line); transform: scaleY(0); transform-origin: top; opacity: 0; transition: .2s; }
  .site-header.menu-open nav { transform: scaleY(1); opacity: 1; }
  .site-header > .button { display: none; }.menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 125px; }.hero-visual { height: 520px; }
  .fit-section { grid-template-columns: 1fr; gap: 45px; }.fit-intro { position: static; }.fit-lead { max-width: none; }
  .section-heading { grid-template-columns: 1fr 1fr; gap: 25px; }.section-heading .eyebrow { grid-column: 1 / -1; }.section-heading > p:last-child { margin-left: 0; }
  .service-grid { grid-template-columns: 1fr; }.service-card p { min-height: auto; }
  .method, .quote { grid-template-columns: 1fr; }.method-intro { position: static; }.method { gap: 60px; }
  .pricing-heading { grid-template-columns: 1fr; }.pricing-grid { grid-template-columns: 1fr; }
  .work-heading { grid-template-columns: 1fr; }.project-wide .project-art { height: 460px; }
  .faq { grid-template-columns: 1fr; gap: 55px; }.faq-heading { position: static; }
}

@media (max-width: 620px) {
  .hero { min-height: auto; }.hero-visual { min-height: 380px; height: 420px; box-shadow: var(--shadow); border-radius: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }.text-link { width: fit-content; }
  .trust-list { flex-direction: column; gap: 9px; }
  .fit-points { grid-template-columns: 1fr; }.fit-points > div { min-height: 160px; }
  .section-heading { grid-template-columns: 1fr; }.section-heading > p:last-child { margin-top: 8px; }
  .service-card { padding: 26px; }.method { padding-inline: 24px; }
  .project-grid { grid-template-columns: 1fr; }.project-wide { grid-column: auto; }.project-art, .project-wide .project-art { height: 340px; }
  .art-lume { flex-direction: column; }.lume-symbol { font-size: 150px; }.lume-copy { font-size: 34px; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .price-top { flex-direction: column; }.price { justify-content: flex-start; text-align: left; }.price-card ul { grid-template-columns: 1fr; }
  .faq-list summary { padding: 22px 0; }.faq-list details p { margin-right: 0; }
  footer { grid-template-columns: 1fr; }.footer-brand, .footer-meta { grid-column: auto; }.footer-contact { justify-self: start; min-width: 0; }.footer-meta { margin-top: 20px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .cookie-banner { grid-template-columns: 1fr; gap: 22px; max-height: calc(100vh - 32px); overflow-y: auto; padding: 23px; border-radius: 18px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .cookie-banner-actions .cookie-button-primary { grid-column: 1 / -1; grid-row: 1; }
  .cookie-button { width: 100%; }
  .cookie-modal-layer { padding: 10px; }
  .cookie-modal { max-height: calc(100vh - 20px); padding: 28px 22px; border-radius: 18px; }
  .cookie-modal-footer { align-items: stretch; flex-direction: column; }
  .cookie-modal-footer a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
