:root {
  --ink: #0b1727;
  --ink-2: #213047;
  --paper: #f8f7f2;
  --surface: #ffffff;
  --blue: #1769ff;
  --blue-dark: #0d4dcc;
  --orange: #ff8b4d;
  --orange-soft: #ffb37f;
  --lime: #d6f56c;
  --sky: #dce9ff;
  --line: rgba(11,23,39,.12);
  --muted: #667085;
  --radius: 22px;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(28, 47, 75, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-160%); background: #fff; padding: 10px 14px; border-radius: 12px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 13px; color: var(--blue-dark); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(3.55rem, 7.5vw, 6.85rem); max-width: 760px; }
h2 { font-size: clamp(2.55rem, 5vw, 4.8rem); }
h3 { font-size: 1.2rem; }
p { margin: 0; }

/* Buttons: deliberately chunky / physical rather than generic pill UI */
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 13px; background: var(--ink); color: #fff; font-weight: 850; letter-spacing: -.02em; box-shadow: 0 6px 0 #000; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(2px); box-shadow: 0 3px 0 #000; background: #14253c; }
.button-small { min-height: 44px; padding-inline: 17px; font-size: .9rem; box-shadow: none; }
.button-full { width: 100%; }
.button-light { background: #fff; color: var(--ink); box-shadow: 0 6px 0 rgba(0,0,0,.25); }
.button-light:hover { background: #f8f8f6; }
.button-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.75); box-shadow: none; }
.button-outline:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.button-whatsapp { background: #1e8b56; box-shadow: 0 6px 0 #116039; }
.is-hidden { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(248,247,242,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-logo { display: inline-flex; align-items: center; line-height: 1; flex-shrink: 0; }
.brand-logo-image { display: block; width: min(100%, 290px); height: auto; }
.site-logo-panel { display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 18px; padding: 12px 16px; box-shadow: 0 10px 30px rgba(0,0,0,.14); }
.brand-logo-footer-image { width: min(100%, 260px); }
.brand-logo-legal-image { width: min(100%, 305px); }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .92rem; font-weight: 800; }
.main-nav > a:not(.button) { color: var(--ink-2); position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 3px; background: var(--orange); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--surface); box-shadow: 0 3px 0 var(--ink); }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: var(--ink); margin: 5px auto; }

.hero { min-height: calc(100svh - 78px); display: flex; align-items: center; padding: 64px 0 78px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; left: -130px; top: 80px; width: 250px; height: 250px; border: 34px solid var(--sky); border-radius: 50%; opacity: .85; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 62px; align-items: center; position: relative; z-index: 1; }
.hero-copy { position: relative; }
.hero-copy::after { content: "↘"; position: absolute; right: 4%; top: 18%; color: var(--orange); font-size: 2.2rem; transform: rotate(-8deg); }
.hero-lead { max-width: 680px; margin-top: 26px; font-size: clamp(1.08rem, 1.7vw, 1.32rem); color: var(--ink-2); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-trust span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: .78rem; font-weight: 800; }
.hero-trust span:first-child { background: var(--lime); border-color: rgba(11,23,39,.2); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.text-link { font-weight: 850; border-bottom: 3px solid var(--orange); padding-bottom: 1px; }
.offer-strip { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.offer-strip > * { padding: 8px 11px; border-radius: 9px; font-size: .79rem; background: transparent; border: 1px dashed rgba(11,23,39,.28); }
.offer-strip strong { background: var(--blue); color: #fff; border: 0; }

/* Bruno-Simon-inspired playful scene, rebuilt for Masiani rather than cloned */
.hero-visual { position: relative; display: flex; flex-direction: column; align-items: stretch; gap: 13px; }
.digital-playground { position: relative; min-height: 570px; border-radius: 34px; overflow: hidden; background: linear-gradient(145deg, #ff9a59 0%, #ffb069 58%, #ffc78f 100%); box-shadow: var(--shadow); isolation: isolate; border: 1px solid rgba(11,23,39,.08); transform: rotate(.6deg); }
.scene-topline { position: absolute; z-index: 10; top: 20px; left: 22px; right: 22px; display: flex; justify-content: space-between; font-size: .66rem; font-weight: 900; letter-spacing: .12em; color: rgba(11,23,39,.64); }
.scene-orbit { position: absolute; border: 2px solid rgba(255,255,255,.36); border-radius: 50%; z-index: 0; }
.orbit-one { width: 390px; height: 390px; right: -120px; top: 70px; }
.orbit-two { width: 245px; height: 245px; left: -75px; bottom: -55px; }
.scene-browser { position: absolute; z-index: 4; width: 69%; left: 15.5%; top: 24%; background: #fff; border: 2px solid rgba(11,23,39,.16); border-radius: 18px; box-shadow: 15px 19px 0 rgba(11,23,39,.12); transform: rotate(-2deg); transition: transform .15s ease-out; }
.scene-browser-bar { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid rgba(11,23,39,.1); font-size: .65rem; color: var(--muted); }
.scene-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d5d7d4; }
.scene-browser-bar span { margin-left: 6px; }
.scene-browser-body { padding: 24px 24px 26px; background: #f7f7f2; border-radius: 0 0 16px 16px; }
.scene-browser-body p { font-size: .63rem; font-weight: 900; letter-spacing: .12em; color: var(--blue-dark); }
.scene-browser-body h2 { margin-top: 8px; font-size: clamp(2rem, 4.1vw, 3.7rem); line-height: .9; color: var(--ink); }
.scene-browser-body h2 em { color: var(--blue); font-style: normal; }
.scene-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.scene-actions span { padding: 7px 9px; background: var(--ink); color: #fff; border-radius: 8px; font-size: .62rem; font-weight: 850; }
.mini-business { position: absolute; z-index: 5; width: 94px; height: 94px; padding: 12px; background: var(--lime); border: 2px solid rgba(11,23,39,.18); border-radius: 18px; box-shadow: 8px 10px 0 rgba(11,23,39,.13); display: flex; flex-direction: column; justify-content: center; transition: transform .15s ease-out; }
.mini-business b { font-size: .73rem; letter-spacing: .06em; }
.mini-business small { font-size: .62rem; color: rgba(11,23,39,.6); }
.mini-icon { font-size: 1.4rem; line-height: 1; margin-bottom: 6px; }
.mini-business-a { left: 6%; top: 16%; transform: rotate(-8deg); background: #fff; }
.mini-business-b { right: 5%; top: 12%; transform: rotate(7deg); background: var(--lime); }
.mini-business-c { left: 7%; bottom: 7%; transform: rotate(5deg); background: var(--sky); }
.scene-pointer { position: absolute; z-index: 9; width: 48px; height: 48px; border-radius: 50% 50% 50% 8px; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 1.25rem; font-weight: 900; right: 10%; bottom: 13%; box-shadow: 6px 7px 0 rgba(11,23,39,.16); transition: transform .12s ease-out; }
.scene-caption { position: absolute; z-index: 6; right: 6%; bottom: 5%; max-width: 155px; font-size: .78rem; line-height: 1.1; font-weight: 900; text-transform: uppercase; transform: rotate(-4deg); }
.scene-price { position: absolute; z-index: 6; left: 4%; top: 47%; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; display: flex; align-items: center; gap: 8px; }
.scene-price small { font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.scene-price strong { font-size: 1.6rem; }
.floating-note { align-self: flex-end; background: var(--ink); color: #fff; padding: 10px 13px; border-radius: 10px; font-size: .74rem; font-weight: 800; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); margin-right: 6px; }

.problem { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.split-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: start; }
.section-copy { display: grid; gap: 22px; color: var(--ink-2); font-size: 1.15rem; padding-top: 30px; }
.features { background: var(--sky); }
.section-intro { max-width: 850px; margin-bottom: 48px; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.feature-card { min-height: 188px; padding: 20px; background: #fff; border: 1px solid rgba(11,23,39,.11); border-radius: 17px; transition: transform .18s ease, box-shadow .18s ease; }
.feature-card:nth-child(3n+1) { transform: rotate(-.7deg); }
.feature-card:nth-child(3n+2) { transform: rotate(.6deg); }
.feature-card:hover { transform: translateY(-5px) rotate(0); box-shadow: 8px 9px 0 rgba(11,23,39,.11); }
.feature-card .icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--orange); margin-bottom: 28px; font-size: 1.12rem; font-weight: 900; }
.feature-card:nth-child(even) .icon { background: var(--lime); }
.feature-card p { margin-top: 10px; color: var(--muted); font-size: .88rem; }

.process { background: var(--blue); color: #fff; }
.process .eyebrow { color: #dbe6ff; }
.process-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-list li { display: block; padding: 22px; min-height: 260px; background: #fff; color: var(--ink); border-radius: 18px; border: 2px solid rgba(11,23,39,.12); box-shadow: 8px 10px 0 rgba(11,23,39,.16); }
.process-list li:nth-child(2) { transform: translateY(18px) rotate(1deg); }
.process-list li:nth-child(3) { transform: translateY(-8px) rotate(-1deg); }
.process-list li > span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--lime); color: var(--ink); font-weight: 900; font-size: .8rem; }
.process-list h3 { margin-top: 50px; font-size: 1.55rem; }
.process-list p { margin-top: 12px; color: var(--muted); font-size: .92rem; }

.portfolio { background: var(--paper); }
.portfolio-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.portfolio-head > p { color: var(--muted); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.project-card:nth-child(2) { transform: translateY(26px); }
.project-card:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: 11px 13px 0 rgba(11,23,39,.10); }
.project-visual { aspect-ratio: 4/3; padding: 22px; display: flex; align-items: stretch; }
.project-window { background: #fff; width: 100%; border-radius: 14px; overflow: hidden; box-shadow: 0 15px 35px rgba(11,23,39,.12); }
.project-window-bar { height: 25px; border-bottom: 1px solid #e6e6e2; display: flex; align-items: center; gap: 5px; padding: 0 9px; background: #f7f7f3; }
.project-window-bar i { width: 6px; height: 6px; border-radius: 50%; background: #c8cbc7; }
.project-window-content { height: calc(100% - 25px); display: grid; place-items: center; padding: 20px; text-align: center; }
.project-preview { width: 100%; height: calc(100% - 25px); object-fit: cover; object-position: top center; display: block; transition: transform .35s ease; }
.project-card:hover .project-preview { transform: scale(1.025); }
.project-window-content span { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.project-window-content b { display: block; font-size: clamp(1.4rem, 3vw, 2.35rem); line-height: 1; margin-top: 7px; letter-spacing: -.04em; }
.project-card[data-theme="restaurant"] .project-visual { background: #ffb477; }
.project-card[data-theme="beauty"] .project-visual { background: #d9cfff; }
.project-card[data-theme="workshop"] .project-visual { background: #d8f373; }
.project-card[data-theme="gelateria"] .project-visual { background: #ffe2c8; }
.project-copy { padding: 23px; }
.project-copy small { color: var(--blue-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.project-copy h3 { margin-top: 8px; }
.project-copy p { margin-top: 9px; color: var(--muted); font-size: .9rem; }
.project-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 900; font-size: .82rem; color: var(--ink); border-bottom: 2px solid var(--blue); padding-bottom: 2px; }

.pricing { background: var(--lime); }
.pricing-wrap { display: grid; grid-template-columns: 1fr 500px; gap: 70px; align-items: center; }
.pricing-copy p:last-child { margin-top: 22px; color: var(--ink-2); max-width: 550px; font-size: 1.1rem; }
.pricing-card { background: var(--ink); color: #fff; border-radius: 24px; padding: 34px; box-shadow: 13px 15px 0 rgba(11,23,39,.22); transform: rotate(1deg); }
.pricing-label { text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .72rem; color: #a9c4ff; }
.price { display: flex; align-items: flex-start; margin-top: 20px; }
.price strong { font-size: 5.7rem; line-height: .8; letter-spacing: -.07em; }
.price span { margin: 4px 0 0 8px; font-size: 1.55rem; font-weight: 900; }
.price-note { margin-top: 13px; color: #c7d1df; }
.check-list { list-style: none; margin: 26px 0; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: grid; gap: 10px; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; background: var(--lime); color: var(--ink); border-radius: 6px; font-weight: 900; }
.renewal-box { background: #1a2a40; border-radius: 14px; padding: 16px; margin-bottom: 20px; }
.renewal-box p { margin-top: 4px; color: #c7d1df; font-size: .9rem; }
.pricing-card .button { background: var(--orange); color: var(--ink); box-shadow: 0 6px 0 #a34a20; }

.reasons { background: #fff; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.reason { padding: 24px; min-height: 210px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); }
.reason:nth-child(2), .reason:nth-child(5) { background: var(--sky); }
.reason:nth-child(3), .reason:nth-child(6) { background: #fff0e6; }
.reason b { color: var(--blue); font-size: .78rem; letter-spacing: .13em; }
.reason h3 { margin-top: 42px; font-size: 1.35rem; }
.reason p { margin-top: 9px; color: var(--muted); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.accordion details { border-top: 1px solid rgba(11,23,39,.18); }
.accordion details:last-child { border-bottom: 1px solid rgba(11,23,39,.18); }
.accordion summary { list-style: none; cursor: pointer; padding: 22px 48px 22px 0; font-weight: 850; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 14px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: var(--orange); font-size: 1.3rem; font-weight: 500; }
.accordion details[open] summary::after { content: "−"; background: var(--lime); }
.accordion details p { padding: 0 52px 22px 0; color: var(--muted); }

.contact { background: var(--paper); }
.contact-card { background: var(--orange); color: var(--ink); border-radius: 28px; padding: 54px; display: grid; grid-template-columns: 1.18fr .82fr; gap: 60px; align-items: end; box-shadow: 14px 16px 0 var(--ink); }
.contact-card .eyebrow { color: #6b2d0d; }
.contact-card p:not(.eyebrow):not(.contact-meta) { margin-top: 22px; max-width: 650px; color: #5b301a; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.contact-actions .button { box-shadow: 0 5px 0 rgba(11,23,39,.35); }
.contact-email { text-decoration: underline; text-underline-offset: 4px; font-weight: 800; text-align: center; margin-top: 4px; }
.contact-meta { display: grid; gap: 6px; margin-top: 4px; color: #673217; font-size: .9rem; text-align: center; }

.site-footer { background: var(--ink); color: #fff; padding: 62px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-grid p, .footer-col a, .footer-col span { color: #aeb9c8; }
.site-logo-footer { margin-bottom: 18px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col strong { margin-bottom: 7px; color: #fff; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 20px; color: #8390a2; font-size: .78rem; }

.reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@media (max-width: 1000px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(2), .process-list li:nth-child(3) { transform: none; }
  .pricing-wrap { grid-template-columns: 1fr 440px; gap: 40px; }
  .digital-playground { min-height: 530px; }
}
@media (max-width: 820px) {
  .section-pad { padding: 72px 0; }
  .brand-logo-image { width: min(100%, 230px); }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 auto 0; background: var(--paper); padding: 24px 18px 30px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 7px; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 12px; }
  .hero { min-height: auto; padding-top: 48px; }
  .hero-grid, .split-heading, .portfolio-head, .pricing-wrap, .faq-grid, .contact-card, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-copy::after { display: none; }
  .hero-visual { width: 96%; margin-inline: auto; }
  .digital-playground { min-height: 560px; }
  .split-heading { gap: 24px; }
  .section-copy { padding-top: 0; }
  .portfolio-head, .faq-grid { gap: 28px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(2) { transform: none; }
  .project-visual { aspect-ratio: 16/10; }
  .pricing-wrap { gap: 38px; }
  .pricing-card { max-width: 560px; transform: none; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { padding: 38px 30px; gap: 32px; }
  .footer-grid { gap: 32px; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-logo-image { width: min(100%, 190px); }
  .section-pad { padding: 60px 0; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.55rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.3rem); }
  .hero { padding: 42px 0 66px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .text-link { width: fit-content; }
  .offer-strip > * { font-size: .72rem; }
  .digital-playground { min-height: 440px; border-radius: 25px; }
  .scene-topline { top: 15px; left: 16px; right: 16px; font-size: .55rem; }
  .scene-browser { width: 76%; left: 12%; top: 22%; }
  .scene-browser-body { padding: 18px 16px 20px; }
  .scene-browser-body h2 { font-size: clamp(1.8rem, 9vw, 2.7rem); }
  .mini-business { width: 72px; height: 72px; padding: 9px; border-radius: 14px; }
  .mini-business b { font-size: .61rem; }
  .mini-business small { font-size: .53rem; }
  .mini-icon { font-size: 1.1rem; margin-bottom: 4px; }
  .mini-business-a { top: 12%; left: 3%; }
  .mini-business-b { top: 11%; right: 2%; }
  .mini-business-c { bottom: 6%; left: 4%; }
  .scene-price { display: none; }
  .scene-pointer { width: 40px; height: 40px; right: 7%; bottom: 12%; }
  .scene-caption { max-width: 120px; font-size: .65rem; right: 4%; bottom: 4%; }
  .floating-note { align-self: flex-start; font-size: .68rem; }
  .feature-grid, .process-list, .reason-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 150px; transform: none !important; }
  .process-list li { min-height: 220px; }
  .process-list h3 { margin-top: 34px; }
  .price strong { font-size: 5rem; }
  .pricing-card { padding: 27px 22px; }
  .contact-card { border-radius: 22px; padding: 30px 22px; box-shadow: 8px 9px 0 var(--ink); }
  .contact-actions .button { width: 100%; }
  .footer-bottom { flex-direction: column; }
}

.legal-page { min-height: 100vh; padding: 50px 0 90px; }
.legal-wrap { max-width: 850px; }
.legal-wrap .site-logo { margin-bottom: 80px; }
.legal-wrap h1 { font-size: clamp(3rem, 10vw, 6rem); }
.legal-copy { margin: 35px 0; display: grid; gap: 20px; color: var(--muted); font-size: 1.05rem; }
