:root {
  --navy: #0a1148;
  --navy-soft: #1b245b;
  --blue: #135dff;
  --violet: #7137df;
  --pink: #ed168d;
  --yellow: #ffd23f;
  --ink-muted: #5c6282;
  --lavender: #f4f1ff;
  --line: #ded9f6;
  --white: #ffffff;
  --gradient: linear-gradient(115deg, var(--blue), var(--violet) 52%, var(--pink));
  --shadow: 0 22px 60px rgba(54, 35, 145, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fbfaff;
  color: var(--navy);
  font-family: "Avenir Next", "Nunito Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: #d9ceff; color: var(--navy); }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 4%, rgba(72, 82, 255, .10), transparent 25rem),
    radial-gradient(circle at 88% 13%, rgba(237, 22, 141, .08), transparent 28rem),
    #fbfaff;
}
.section-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(222, 217, 246, .72);
  background: rgba(251, 250, 255, .82);
  backdrop-filter: blur(20px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: 15px;
  background: linear-gradient(145deg, #ffe069, #f5aa0b);
  box-shadow: 0 8px 22px rgba(99, 63, 190, .22);
  color: var(--navy);
  font-weight: 900;
  font-size: 22px;
}
.brand-name { font-weight: 900; letter-spacing: .055em; font-size: 21px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; color: var(--navy-soft); font-size: 14px; font-weight: 700; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--pink); }
.header-cta {
  padding: 12px 18px;
  border-radius: 14px;
  background: var(--gradient);
  box-shadow: 0 10px 26px rgba(92, 49, 217, .22);
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; padding-block: 76px 84px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--violet); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.eyebrow span { color: var(--yellow); font-size: 16px; }
.hero h1 { margin: 24px 0 22px; max-width: 700px; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.hero h1 span { display: inline-block; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { max-width: 610px; margin: 0; color: var(--ink-muted); font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 16px; font-size: 15px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--gradient); box-shadow: 0 15px 34px rgba(93, 52, 213, .25); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.82); box-shadow: 0 8px 24px rgba(26, 20, 77, .06); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: var(--ink-muted); font-size: 13px; font-weight: 700; }
.trust-row b { color: var(--violet); }

.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate; }
.orb { position: absolute; border-radius: 999px; filter: blur(3px); z-index: -2; }
.orb-one { width: 460px; height: 460px; background: linear-gradient(145deg, rgba(20,93,255,.24), rgba(113,55,223,.16), rgba(237,22,141,.22)); }
.orb-two { width: 280px; height: 280px; right: 6%; top: 2%; background: rgba(255,210,63,.25); filter: blur(40px); }
.phone {
  position: relative;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.98);
  border-radius: 46px;
  background: white;
  box-shadow: 0 35px 80px rgba(20, 15, 79, .26), 0 0 0 1px rgba(75, 61, 160, .15);
}
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-island { position: absolute; z-index: 3; top: 12px; left: 50%; width: 76px; height: 20px; transform: translateX(-50%); border-radius: 999px; background: #090a14; box-shadow: 0 2px 5px rgba(0,0,0,.18); }
.phone-hero { width: 292px; height: 626px; transform: rotate(2deg); animation: float 6s ease-in-out infinite; }
.verdict-bubble { position: absolute; z-index: 3; width: 240px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.86); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); font-size: 14px; font-weight: 800; line-height: 1.45; }
.verdict-bubble small { display: block; margin-bottom: 5px; color: var(--pink); font-size: 10px; letter-spacing: .1em; }
.verdict-one { left: -3%; top: 17%; transform: rotate(-3deg); }
.verdict-two { right: -5%; bottom: 17%; transform: rotate(3deg); }
@keyframes float { 50% { transform: rotate(2deg) translateY(-10px); } }

.problem-band { padding-block: 76px; color: white; background: var(--gradient); box-shadow: inset 0 1px rgba(255,255,255,.25); }
.problem-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 72px; }
.problem-band .section-kicker, .section-kicker.light { color: var(--yellow); }
.problem-band h2 { margin: 14px 0 0; font-size: clamp(35px, 4vw, 54px); line-height: 1.07; letter-spacing: -.045em; }
.problem-band em { color: var(--yellow); font-style: normal; }
.problem-copy { font-size: 18px; line-height: 1.65; }
.problem-copy p { margin: 0 0 16px; }
.highlight-line { padding-left: 17px; border-left: 3px solid var(--yellow); font-weight: 800; }

.section-heading { max-width: 790px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.narrow { max-width: 620px; }
.section-heading h2, .screens-copy h2, .launch-card h2 { margin: 15px 0 14px; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p, .screens-copy > p { color: var(--ink-muted); font-size: 18px; line-height: 1.6; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; overflow: hidden; min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.step-card.featured { color: white; border-color: transparent; background: var(--gradient); transform: translateY(-12px); }
.step-number { position: absolute; top: 22px; right: 24px; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 999px; background: var(--lavender); color: var(--violet); font-weight: 900; }
.featured .step-number { background: var(--yellow); color: var(--navy); }
.step-icon { width: 82px; height: 82px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 24px; background: linear-gradient(145deg, #fff, #eee9ff); box-shadow: 0 15px 35px rgba(40, 27, 142, .18); color: var(--violet); font-size: 40px; font-weight: 900; }
.step-card h3 { margin: 0 0 12px; font-size: 23px; }
.step-card p { margin: 0; color: var(--ink-muted); line-height: 1.6; }
.featured p { color: rgba(255,255,255,.84); }

.characters-section { padding-block: 110px; color: white; background: #0b1144; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading h2 { max-width: 770px; }
.split-heading > p { margin: 0; color: #c8c9e6; }
.character-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.character-card { position: relative; overflow: hidden; min-height: 430px; padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; }
.character-card.mamma { background: linear-gradient(135deg, #1837d9, #7137df 56%, #d726a0); }
.character-card.commercialista { background: linear-gradient(135deg, #111a5d, #342090 50%, #b11691); }
.character-copy { position: relative; z-index: 3; width: 57%; }
.mini-label { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.character-card h3 { margin: 12px 0; font-size: 36px; letter-spacing: -.035em; }
.character-card p { color: rgba(255,255,255,.86); line-height: 1.55; }
.character-card blockquote { margin: 26px 0 0; padding: 15px 0 15px 16px; border-left: 3px solid var(--yellow); color: white; font-weight: 800; line-height: 1.45; }
.text-link { display: inline-flex; gap: 8px; margin-top: 20px; color: var(--yellow); font-weight: 900; }

.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-card { padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 15px 42px rgba(49, 35, 121, .08); }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 17px; background: var(--gradient); color: white; font-size: 26px; font-weight: 900; box-shadow: 0 12px 27px rgba(92,49,217,.22); }
.benefit-card h3 { margin: 0 0 9px; font-size: 22px; }
.benefit-card p { margin: 0; color: var(--ink-muted); line-height: 1.62; }

.screens-section { position: relative; overflow: hidden; min-height: 820px; padding-block: 110px 0; color: white; background: var(--gradient); }
.screens-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 60px; align-items: center; }
.screens-copy { align-self: start; padding-top: 44px; }
.screens-copy > p { color: rgba(255,255,255,.82); }
.screen-points { display: grid; gap: 12px; margin-top: 30px; color: white; font-weight: 800; }
.screen-points span::first-letter { color: var(--yellow); }
.phone-stack { position: relative; height: 700px; }
.phone-stack .phone { position: absolute; width: 300px; height: 646px; }
.phone-back { left: 4%; bottom: -120px; transform: rotate(-8deg); opacity: .9; }
.phone-front { right: 4%; top: 0; transform: rotate(5deg); }

.launch-section { padding-block: 96px; }
.launch-card { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 52px; border-radius: 36px; color: white; background: #0b1144; box-shadow: var(--shadow); }
.launch-card::before { content: ""; position: absolute; inset: auto -10% -90% 30%; height: 340px; border-radius: 50%; background: var(--gradient); filter: blur(35px); opacity: .65; }
.launch-card > * { position: relative; }
.launch-card h2 { margin-top: 12px; font-size: clamp(32px, 4vw, 50px); }
.launch-card p { margin: 0; color: #c8c9e6; line-height: 1.6; }
.launch-coin { width: 108px; height: 108px; display: grid; place-items: center; border: 6px solid rgba(255,255,255,.85); border-radius: 30px; background: linear-gradient(145deg, #ffe372, #efa10c); box-shadow: 0 18px 38px rgba(0,0,0,.25); color: var(--navy); font-size: 56px; font-weight: 900; transform: rotate(-6deg); }
.launch-actions { display: grid; gap: 12px; min-width: 205px; }
.store-badge { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; background: white; color: var(--navy); font-weight: 900; }
.store-badge b { font-size: 27px; }
.store-badge span { line-height: 1.05; }
.store-badge small { display: block; font-size: 8px; letter-spacing: .08em; }
.button-white { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.10); color: white; }

.site-footer { padding: 72px 0 28px; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr 1fr; gap: 44px; }
.footer-grid > div:first-child p { color: var(--ink-muted); }
.footer-links { display: grid; align-content: start; gap: 11px; color: var(--ink-muted); font-size: 14px; }
.footer-links strong { margin-bottom: 5px; color: var(--navy); font-size: 11px; letter-spacing: .12em; }
.footer-note { color: var(--ink-muted); }
.footer-note span { display: inline-block; padding: 7px 10px; border-radius: 10px; background: var(--lavender); color: var(--violet); font-size: 11px; font-weight: 900; }
.footer-note p { line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); color: #8084a0; font-size: 12px; }

/* Legal and support pages */
.subpage-main { min-height: 70vh; padding-block: 76px 100px; }
.subpage-hero { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: end; padding: 54px; border: 1px solid rgba(255,255,255,.8); border-radius: 36px; background: var(--gradient); color: white; box-shadow: var(--shadow); }
.subpage-hero h1 { margin: 12px 0; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -.05em; }
.subpage-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.6; }
.subpage-icon { width: 120px; height: 120px; display: grid; place-items: center; border: 5px solid rgba(255,255,255,.65); border-radius: 34px; background: rgba(255,255,255,.18); box-shadow: 0 18px 45px rgba(23,11,85,.25); font-size: 54px; }
.content-grid { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 42px; margin-top: 42px; }
.content-aside { align-self: start; position: sticky; top: 110px; display: grid; gap: 12px; }
.content-aside a { padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--ink-muted); font-size: 14px; font-weight: 800; }
.content-aside a:hover { color: var(--violet); border-color: #b7a7ff; }
.legal-content { display: grid; gap: 18px; }
.legal-card { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 14px 38px rgba(49,35,121,.07); }
.legal-card h2 { margin: 0 0 12px; font-size: 26px; letter-spacing: -.025em; }
.legal-card p, .legal-card li { color: var(--ink-muted); line-height: 1.7; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card ul { margin-bottom: 0; padding-left: 20px; }
.summary-card { border-color: transparent; background: linear-gradient(135deg, #f2f6ff, #f7efff); box-shadow: inset 0 0 0 1px rgba(115,81,255,.16), var(--shadow); }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px; border-radius: 24px; background: #0b1144; color: white; }
.contact-card p { margin: 5px 0 0; color: #c8c9e6; }
.contact-card .button { flex: 0 0 auto; }
.faq-grid { display: grid; gap: 16px; margin-top: 42px; }
.support-callout { padding: 24px; border: 1px solid #cebfff; border-radius: 22px; background: var(--lavender); }
.support-callout a { color: var(--violet); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { margin-top: 14px; color: rgba(255,255,255,.75); font-size: 14px; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 630px; }
  .problem-grid, .split-heading, .screens-layout { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .step-card.featured { transform: none; }
  .character-grid { grid-template-columns: 1fr; }
  .phone-stack { width: min(620px,100%); margin-inline: auto; }
  .launch-card { grid-template-columns: auto 1fr; }
  .launch-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
  .content-grid { grid-template-columns: 1fr; }
  .content-aside { position: static; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .section-wrap { width: min(100% - 28px, 1180px); }
  .section { padding-block: 78px; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 13px; }
  .brand-name { font-size: 17px; }
  .header-cta { padding: 10px 12px; font-size: 11px; }
  .hero { min-height: 0; padding-block: 58px 64px; gap: 32px; }
  .hero h1 { font-size: 49px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-visual { min-height: 520px; }
  .phone-hero { width: 238px; height: 510px; border-radius: 38px; }
  .verdict-bubble { width: 190px; padding: 14px; font-size: 12px; }
  .verdict-one { left: -10%; top: 20%; }
  .verdict-two { right: -9%; bottom: 12%; }
  .problem-band { padding-block: 62px; }
  .problem-grid { gap: 28px; }
  .problem-band h2 { font-size: 38px; }
  .section-heading h2, .screens-copy h2, .launch-card h2 { font-size: 38px; }
  .step-card, .benefit-card { padding: 24px; }
  .character-card { min-height: 500px; padding: 28px; }
  .character-copy { width: 100%; }
  .character-copy p, .character-copy blockquote, .character-copy .text-link { max-width: 70%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .screens-section { min-height: 1040px; padding-top: 80px; }
  .screens-copy { padding-top: 0; text-align: center; }
  .phone-stack { height: 670px; }
  .phone-stack .phone { width: 230px; height: 494px; }
  .phone-back { left: 0; bottom: 20px; }
  .phone-front { right: 0; top: 80px; }
  .launch-section { padding-block: 58px; }
  .launch-card { grid-template-columns: 1fr; padding: 30px; text-align: center; }
  .launch-coin { margin-inline: auto; }
  .launch-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-note { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .subpage-main { padding-block: 36px 70px; }
  .subpage-hero { grid-template-columns: 1fr; padding: 30px; }
  .subpage-icon { width: 80px; height: 80px; border-radius: 24px; font-size: 38px; }
  .subpage-hero h1 { font-size: 48px; }
  .content-aside { grid-template-columns: 1fr; }
  .legal-card { padding: 24px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* GIUDICONTO final launch refinements */
.brand-line {
  display: inline-flex;
  margin-top: 22px;
  padding: 9px 13px;
  border: 1px solid #d8cff8;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--violet);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}

.judge-peek {
  position: absolute;
  z-index: 5;
  width: 255px;
  min-height: 116px;
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 50px rgba(44,30,128,.17);
  backdrop-filter: blur(14px);
}
.judge-peek img {
  width: 78px;
  height: 98px;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  background: #fff9ef;
}
.judge-peek small {
  display: block;
  margin-bottom: 5px;
  color: var(--pink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}
.judge-peek strong { display: block; font-size: 13px; line-height: 1.35; }
.judge-mamma { left: -8%; top: 15%; transform: rotate(-3deg); }
.judge-commercialista { right: -8%; bottom: 13%; transform: rotate(3deg); }
.judge-commercialista small { color: var(--violet); }

.character-art {
  position: absolute;
  right: -1%;
  bottom: -7%;
  width: 46%;
  height: 105%;
  overflow: hidden;
  z-index: 1;
}
.character-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28,39,175,.94) 0%, rgba(40,39,164,.45) 32%, transparent 67%);
  pointer-events: none;
}
.character-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.05) contrast(1.02);
}
.commercialista-art::after { background: linear-gradient(90deg, rgba(18,25,92,.96) 0%, rgba(52,32,144,.42) 34%, transparent 68%); }
.coming-soon-row {
  margin-top: 18px;
  padding: 15px 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  color: #c8c9e6;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}
.coming-soon-row span { margin-right: 8px; color: var(--yellow); font-size: 10px; letter-spacing: .12em; }

.social-section { padding-block: 92px 20px; }
.social-card {
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  gap: 44px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f1ff 50%, #fff3fa 100%);
  box-shadow: var(--shadow);
}
.social-card h2 { margin: 14px 0 12px; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.045em; }
.social-card p { max-width: 650px; margin: 0; color: var(--ink-muted); font-size: 17px; line-height: 1.65; }
.social-links { display: grid; gap: 11px; }
.social-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.86);
  color: var(--navy);
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.social-links a:hover { transform: translateY(-2px); border-color: #bca9ff; box-shadow: 0 10px 24px rgba(60,39,150,.10); }
.social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: white;
  background: var(--gradient);
  font-size: 12px;
  font-weight: 900;
}
.social-links.compact { grid-template-columns: repeat(3, auto); justify-content: start; gap: 8px; margin-top: 18px; }
.social-links.compact a { min-height: 0; padding: 7px 9px; font-size: 11px; }
.social-links.compact a > span:last-child { display: none; }
.social-links.compact .social-icon { width: 30px; height: 30px; border-radius: 10px; font-size: 10px; }
.external-policy-links a { color: var(--violet); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .judge-mamma { left: 0; }
  .judge-commercialista { right: 0; }
  .social-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .brand-line { margin-top: 18px; font-size: 9px; }
  .judge-peek { width: 190px; min-height: 92px; grid-template-columns: 58px 1fr; padding: 7px 9px 7px 6px; border-radius: 18px; }
  .judge-peek img { width: 58px; height: 76px; border-radius: 14px; }
  .judge-peek strong { font-size: 10px; }
  .judge-mamma { left: -2%; top: 10%; }
  .judge-commercialista { right: -3%; bottom: 8%; }
  .character-art { right: -8%; bottom: -8%; width: 55%; height: 75%; opacity: .72; }
  .character-copy { width: 70%; }
  .social-section { padding-block: 58px 0; }
  .social-card { padding: 28px; gap: 28px; }
  .social-card h2 { font-size: 38px; }
}
