:root{
  --acid:#c8ff3d;
  --accent:#5b5cf0;
  --accent2:#2f80ed;
  --bg:#f3f5f8;
  --ink:#10131a;
  --muted:#626977;
  --panel:#ffffff;
  --panel-soft:#edf0f5;
  --line:#d8dde6;
  --dark:#0d1020;
  --dark2:#161a2f;
  --darkText:#f8f9fc;
}
html{scroll-behavior:smooth}
body.massimo2{background:var(--bg);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif}
.massimo2 .site-header{background:rgba(243,245,248,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,19,26,.08)}
.massimo2 .brand span,.massimo2 .nav-links a{color:var(--ink)}
.massimo2 .nav-cta{background:var(--ink)!important;color:#fff!important;border-radius:999px;padding:12px 18px}
.massimo2 .brand-logo{filter:none}

.m2-hero{min-height:90vh;display:flex;align-items:center;padding:120px 0 72px;position:relative;overflow:hidden;background:linear-gradient(135deg,#eef2ff 0%,#f8fafc 45%,#edf8f4 100%)}
.m2-hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(91,92,240,.14),rgba(91,92,240,0) 68%);right:-150px;top:-190px}
.m2-hero:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(200,255,61,.18),rgba(200,255,61,0) 68%);left:-120px;bottom:-190px}
.m2-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center;position:relative;z-index:1}
.m2-kicker{color:var(--accent);font-weight:950;letter-spacing:.12em;font-size:13px;text-transform:uppercase}
.m2-subkicker{margin-top:9px;color:#7b8290;font-size:14px;letter-spacing:.14em}
.m2-hero h1{font-size:clamp(58px,7vw,106px);line-height:.93;letter-spacing:-.058em;margin:24px 0 26px;max-width:9.7ch;color:#0c0f16}
.m2-hero h1 em{font-style:normal;color:var(--accent)}
.m2-hero p{font-size:20px;line-height:1.55;color:#4f5665;max-width:590px;margin:0 0 30px}
.m2-hero p strong{color:#11151d}
.m2-hero-art{position:relative;min-height:560px;display:grid;place-items:center;padding:18px}
.m2-hero-art:before{content:"";position:absolute;inset:7% 2% 5% 8%;border-radius:42px;background:linear-gradient(145deg,#111628,#1c2240);box-shadow:0 34px 90px rgba(25,31,55,.25)}
.m2-hero-art img{width:94%;max-width:700px;position:relative;z-index:2;filter:drop-shadow(0 28px 36px rgba(18,22,40,.28));animation:floatM2 5s ease-in-out infinite}
.m2-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(200,255,61,.34),rgba(200,255,61,0) 70%);right:2%;bottom:5%;filter:blur(18px);z-index:1}
@keyframes floatM2{50%{transform:translateY(-10px)}}
.m2-cta{display:inline-flex;gap:16px;align-items:center;background:var(--ink);color:#fff;padding:16px 24px;border-radius:999px;text-decoration:none;font-weight:950;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 14px 30px rgba(16,19,26,.14)}
.m2-cta:hover{transform:translateY(-2px);background:var(--accent);transition:.2s ease}
.m2-cta span{font-size:24px}
.m2-mini-note{margin-top:20px;color:#747b88;font-size:13px}

.m2-panel{border:1px solid var(--line);background:rgba(255,255,255,.92);border-radius:24px;box-shadow:0 22px 60px rgba(31,38,55,.08)}
.m2-process{padding:56px 0 72px;background:#fff}
.m2-process .m2-panel{padding:30px}
.m2-section-label{color:var(--accent);font-weight:950;text-transform:uppercase;font-size:13px;letter-spacing:.09em}
.m2-process-grid{display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:12px;margin-top:22px}
.m2-step{text-align:center;padding:12px}
.m2-step-icon{width:92px;height:92px;border-radius:24px;margin:0 auto 14px;display:grid;place-items:center;background:linear-gradient(145deg,#eef1ff,#f9fbff);border:1px solid #d9def0;box-shadow:0 12px 30px rgba(91,92,240,.08);font-size:42px;color:var(--accent)}
.m2-step:nth-of-type(2) .m2-step-icon,.m2-step:nth-of-type(6) .m2-step-icon{background:linear-gradient(145deg,#efffd0,#fbfff2);border-color:#d7ef92;color:#668000}
.m2-arrow{font-size:32px;color:#aeb5c1;text-align:center}
.m2-step strong{display:block;font-size:14px;margin-bottom:7px;color:#171b24}
.m2-step p{margin:0;color:#69717e;font-size:13px;line-height:1.45}

.m2-services{padding:72px 0 82px;background:linear-gradient(180deg,#f5f7fb,#eef1f7)}
.m2-services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:18px}
.m2-service{min-height:190px;padding:22px 18px;text-decoration:none;color:var(--ink);position:relative;overflow:hidden}
.m2-service:after{content:"";position:absolute;inset:auto -24px -64px auto;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(91,92,240,.10),transparent 70%)}
.m2-service-icon{font-size:38px;display:block;margin-bottom:18px;color:var(--accent)}
.m2-service h3{font-size:17px;line-height:1.2;margin:0 0 10px;color:#151922}
.m2-service p{font-size:13px;line-height:1.5;color:#666e7a;margin:0}
.m2-service:hover{border-color:#aeb1ff;transform:translateY(-5px);box-shadow:0 24px 50px rgba(61,65,120,.12);transition:.2s ease}

.m2-proof{padding:78px 0 88px;background:var(--dark);color:var(--darkText)}
.m2-proof .m2-section-label{color:var(--acid)}
.m2-proof-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:14px;margin-top:18px}
.m2-proof .m2-panel{background:linear-gradient(180deg,#171c31,#111526);border-color:#2b314c;box-shadow:none}
.m2-proof-card{padding:26px;color:#fff;text-decoration:none;min-height:260px;position:relative}
.m2-proof-card h3{font-size:27px;line-height:1.08;margin:12px 0 14px;color:#fff}
.m2-proof-card p{color:#c3c9d5;line-height:1.5}
.m2-proof-card .m2-statline{display:flex;gap:28px;margin-top:25px;flex-wrap:wrap}
.m2-statline strong{display:block;color:var(--acid);font-size:30px}
.m2-statline span{display:block;color:#b8bfcc;font-size:12px;max-width:110px}
.m2-proof-card em{position:absolute;right:20px;top:20px;font-style:normal;color:var(--acid);font-size:26px}
.m2-proof-card .m2-chip{font-size:11px;letter-spacing:.1em;color:#9fa8bb}

.m2-approach{padding:88px 0 96px;background:#fff}
.m2-approach-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}
.m2-photo{position:relative;max-width:440px;margin:auto}
.m2-photo img{width:100%;display:block;border-radius:34px;aspect-ratio:1/1;object-fit:cover;border:1px solid #d7dce5;filter:none;box-shadow:0 28px 70px rgba(25,31,48,.15)}
.m2-photo:before{content:"";position:absolute;inset:-14px;border:2px solid var(--accent);border-radius:42px;opacity:.65}
.m2-approach h2{font-size:clamp(44px,5vw,74px);line-height:.94;margin:12px 0 20px;letter-spacing:-.04em;color:#11151d}
.m2-approach p{font-size:19px;color:#5f6673;line-height:1.55}
.m2-skill-tags{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}
.m2-skill-tags span{padding:9px 12px;border-radius:999px;background:#f0f2f7;border:1px solid #d9dee7;font-size:12px;color:#202530}
.m2-skill-tags span:before{content:"•";color:var(--accent);margin-right:8px}
.m2-quote{border-left:4px solid var(--accent);padding:8px 0 8px 18px;font-size:18px;color:#383e49;font-style:normal;font-weight:650}

.m2-bridge{padding:72px 0 90px;background:linear-gradient(135deg,#eef1ff,#f6f8fb)}
.m2-bridge .m2-panel{padding:30px 34px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.m2-bridge h2{font-size:clamp(34px,4vw,58px);margin:0 0 8px;line-height:1;color:#131722}
.m2-bridge p{margin:0;color:#676f7c}
.m2-bridge a{white-space:nowrap}

.massimo2 .project-game-section{background:#111526}
.massimo2 .mass-testimonials{background:#f4f6fa;color:#141821}
.massimo2 .mass-final-cta{background:#111526}
.massimo2 .mass-kicker,.massimo2 .game-label{color:var(--acid)!important}
.massimo2 .mass-big-cta,.massimo2 .game-button.primary{background:var(--acid)!important;color:#0d1020!important}
.massimo2 .testimonial-horizontal,.massimo2 .mass-quote-grid blockquote{background:#fff;border-color:#d9dee8;color:#171b24;box-shadow:0 16px 40px rgba(23,27,36,.07)}
.massimo2 .footer{background:#0d1020;color:#aeb6c5}

@media(max-width:980px){
  .m2-hero-grid,.m2-approach-grid{grid-template-columns:1fr}
  .m2-hero-art{min-height:420px}
  .m2-services-grid{grid-template-columns:repeat(3,1fr)}
  .m2-proof-grid{grid-template-columns:1fr 1fr}
  .m2-proof-card:first-child{grid-column:1/-1}
  .m2-process-grid{grid-template-columns:1fr}
  .m2-arrow{transform:rotate(90deg)}
}
@media(max-width:640px){
  .m2-hero{padding-top:96px;min-height:auto}
  .m2-hero h1{font-size:54px}
  .m2-hero-art{min-height:320px}
  .m2-services-grid,.m2-proof-grid{grid-template-columns:1fr}
  .m2-proof-card:first-child{grid-column:auto}
  .m2-bridge .m2-panel{grid-template-columns:1fr}
  .m2-process .m2-panel{padding:18px}
  .m2-step-icon{width:78px;height:78px}
  .m2-cta{width:100%;justify-content:center}
  .m2-approach{padding-bottom:56px}
  .m2-photo{max-width:330px}
}


/* v5: full testimonials + navigation refinement */
.massimo2 .mass-testimonials{padding:88px 0 96px;background:#f4f6fa}
.mass-testimonial-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:32px;align-items:end;margin:14px 0 28px}
.mass-testimonial-head h2{font-size:clamp(42px,5vw,72px);line-height:.96;letter-spacing:-.045em;margin:0;color:#11151d;max-width:12ch}
.mass-testimonial-head p{font-size:17px;line-height:1.55;color:#616978;margin:0;max-width:420px}
.massimo2 .mass-quote-grid-full{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.massimo2 .mass-quote-grid-full blockquote{display:flex;flex-direction:column;min-height:100%;border-radius:26px;padding:30px;border:1px solid #d9dee8;box-shadow:0 18px 44px rgba(23,27,36,.07)}
.massimo2 .mass-quote-grid-full blockquote p{font-size:20px;line-height:1.48;letter-spacing:-.012em;font-weight:650;color:#222733;margin:0 0 28px}
.massimo2 .mass-quote-grid-full footer{margin-top:auto;padding-top:18px;border-top:1px solid #e4e7ed}
.massimo2 .mass-quote-grid-full footer strong{font-size:16px;color:#11151d}
.massimo2 .mass-quote-grid-full footer span{font-size:13px;color:#717987;margin-top:4px}
@media(max-width:900px){.mass-testimonial-head{grid-template-columns:1fr}.massimo2 .mass-quote-grid-full{grid-template-columns:1fr}.mass-testimonial-head h2{max-width:none}}

/* v6 — testimonial light preview */
.massimo2 .mass-quote-grid-light{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.massimo2 .mass-quote-grid-light blockquote{background:#fff;border:1px solid #d9dee8;border-radius:24px;padding:26px;box-shadow:0 14px 34px rgba(23,27,36,.06)}
.massimo2 .mass-quote-grid-light blockquote p{font-size:18px;line-height:1.48;letter-spacing:-.01em;font-weight:520;color:#29313d;margin:0 0 24px}
.massimo2 .mass-quote-grid-light footer{margin-top:auto;padding-top:16px;border-top:1px solid #e6e9ef}
.massimo2 .mass-quote-grid-light footer strong{font-size:15px;color:#11151d}
.massimo2 .mass-quote-grid-light footer span{font-size:12px;color:#555f6d;margin-top:4px}
.massimo2 .testimonial-more{display:flex;justify-content:flex-start;margin-top:26px}
@media(max-width:900px){.massimo2 .mass-quote-grid-light{grid-template-columns:1fr}}


/* v8 — homepage readability + keyword scan */
.massimo2 .m2-step p,
.massimo2 .m2-service p{color:#45505f;font-size:14px;line-height:1.55}
.massimo2 .m2-hero p,.massimo2 .m2-approach p,.massimo2 .m2-bridge p{color:#374150}
.massimo2 .m2-key{
  color:#11151d;
  font-weight:800;
  background:linear-gradient(transparent 70%,rgba(200,255,61,.72) 70%);
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  padding:0 .03em;
}
.massimo2 .m2-proof-card p{color:#dce2ed!important}
.massimo2 .m2-proof-card .m2-chip{color:#bcc4d4!important}
.massimo2 .mass-final-cta p{color:#e1e6ef!important}
.massimo2 .mass-quote-grid-light blockquote p{color:#29313d!important}
