:root {
    --purple-950: #250d23;
    --purple-900: #35102f;
    --purple-800: #481642;
    --purple-700: #5c1d54;
    --purple-600: #75246b;
    --purple-100: #f3eaf2;
    --yellow-500: #ffc107;
    --yellow-600: #e8ad00;
    --ink: #17131a;
    --muted: #645e68;
    --line: #e9e3ea;
    --surface: #ffffff;
    --surface-soft: #fbf9fb;
    --green: #1daa61;
    --shadow-sm: 0 10px 30px rgba(37, 13, 35, 0.08);
    --shadow-md: 0 20px 60px rgba(37, 13, 35, 0.14);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 34px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface-soft);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--compact { padding: 64px 0; }
.section--dark { color: #fff; background: var(--purple-950); }
.section--purple { color: #fff; background: linear-gradient(135deg, var(--purple-900), var(--purple-700)); }
.section--white { background: #fff; }
.section--pattern {
    background-color: #fff;
    background-image: radial-gradient(rgba(92, 29, 84, .08) 1px, transparent 1px);
    background-size: 24px 24px;
}

.skip-link { position: fixed; left: 14px; top: -80px; z-index: 9999; padding: 12px 16px; border-radius: 8px; background: #fff; color: var(--purple-900); font-weight: 800; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 14px; }
.svg-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }

.topbar { background: var(--purple-950); color: rgba(255,255,255,.78); font-size: .82rem; }
.topbar__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__inner span { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 16px; height: 16px; color: var(--yellow-500); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(92,29,84,.08); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(37,13,35,.08); background: rgba(255,255,255,.98); }
.header__inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 178px; height: 62px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.main-nav a { position: relative; color: #4f4852; font-size: .93rem; font-weight: 750; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow-500); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: var(--purple-700); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button--primary { background: var(--yellow-500); color: #1d181c; box-shadow: 0 12px 30px rgba(255,193,7,.25); }
.button--primary:hover { background: var(--yellow-600); box-shadow: 0 16px 36px rgba(255,193,7,.3); }
.button--purple { color: #fff; background: var(--purple-700); box-shadow: 0 12px 30px rgba(92,29,84,.2); }
.button--purple:hover { background: var(--purple-800); }
.button--outline { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); }
.button--outline:hover { background: #fff; color: var(--purple-900); }
.button--ghost { color: var(--purple-700); border-color: var(--line); background: #fff; }
.button--ghost:hover { border-color: var(--purple-700); }
.button--wide { width: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--purple-700); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 3px; border-radius: 999px; background: var(--yellow-500); }
.section--dark .eyebrow, .section--purple .eyebrow { color: var(--yellow-500); }
.heading { margin: 0; font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1.03; letter-spacing: -.045em; }
.heading--sm { font-size: clamp(1.8rem, 3vw, 2.9rem); }
.lead { max-width: 700px; margin: 20px 0 0; color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.18rem); }
.section--dark .lead, .section--purple .lead { color: rgba(255,255,255,.72); }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .lead { margin-inline: auto; }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #1e0a1c 0%, #35102f 46%, #67215d 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000 0%, transparent 90%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -210px; border-radius: 50%; background: rgba(255,193,7,.17); filter: blur(30px); }
.hero__inner { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; padding: 84px 0 80px; }
.hero__badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.86); font-size: .8rem; font-weight: 800; }
.hero__badge i { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow-500); box-shadow: 0 0 0 7px rgba(255,193,7,.13); }
.hero h1 { max-width: 760px; margin: 24px 0 22px; font-size: clamp(3.1rem, 6vw, 5.7rem); line-height: .94; letter-spacing: -.065em; }
.hero h1 span { color: var(--yellow-500); }
.hero__copy > p { max-width: 700px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1.04rem, 1.8vw, 1.24rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__microproof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: rgba(255,255,255,.72); font-size: .9rem; }
.hero__microproof span { display: inline-flex; align-items: center; gap: 7px; }
.hero__microproof svg { width: 18px; height: 18px; color: var(--yellow-500); }

.hero-visual { position: relative; min-height: 520px; }
.hero-visual__glow { position: absolute; inset: 12% 4% 5% 11%; border-radius: 50%; background: radial-gradient(circle, rgba(255,193,7,.25), transparent 65%); filter: blur(20px); }
.phone-mockup { position: absolute; z-index: 2; right: 4%; top: 2%; width: min(290px, 60%); padding: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 42px; background: #171217; box-shadow: 0 40px 90px rgba(0,0,0,.38); transform: rotate(5deg); }
.phone-mockup__screen { min-height: 490px; overflow: hidden; border-radius: 32px; background: #faf8fb; }
.phone-mockup__top { height: 110px; padding: 24px 20px; color: #fff; background: linear-gradient(135deg, var(--purple-700), var(--purple-900)); }
.phone-mockup__top strong { display: block; margin-top: 8px; font-size: 1.25rem; }
.phone-mockup__post { margin: 15px; padding: 18px; border-radius: 22px; background: #fff; box-shadow: 0 12px 28px rgba(37,13,35,.1); }
.phone-mockup__art { position: relative; min-height: 185px; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, var(--purple-900), var(--purple-600)); }
.phone-mockup__art::before { content: "MOSTRE SUA MARCA"; position: absolute; left: 18px; right: 18px; bottom: 22px; color: #fff; font-weight: 950; font-size: 1.5rem; line-height: 1; }
.phone-mockup__art::after { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; right: -45px; top: -50px; background: var(--yellow-500); }
.phone-mockup__lines { display: grid; gap: 8px; margin-top: 15px; }
.phone-mockup__lines span { display: block; height: 8px; border-radius: 999px; background: #eee9ef; }
.phone-mockup__lines span:nth-child(2) { width: 78%; }
.phone-mockup__lines span:nth-child(3) { width: 54%; }
.dashboard-card { position: absolute; z-index: 3; left: 0; bottom: 9%; width: min(350px, 75%); padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.dashboard-card__top { display: flex; justify-content: space-between; gap: 15px; align-items: flex-start; }
.dashboard-card__top small { color: var(--muted); font-weight: 750; }
.dashboard-card__top strong { display: block; margin-top: 2px; font-size: 2.2rem; line-height: 1; letter-spacing: -.04em; }
.dashboard-card__pill { padding: 7px 10px; border-radius: 999px; background: #e7f8ef; color: #147b48; font-size: .75rem; font-weight: 850; }
.mini-chart { display: flex; height: 115px; align-items: flex-end; gap: 9px; margin-top: 24px; }
.mini-chart i { flex: 1; border-radius: 8px 8px 3px 3px; background: linear-gradient(to top, var(--purple-700), #a9499c); }
.mini-chart i:nth-child(1) { height: 28%; }.mini-chart i:nth-child(2) { height: 48%; }.mini-chart i:nth-child(3) { height: 40%; }.mini-chart i:nth-child(4) { height: 67%; }.mini-chart i:nth-child(5) { height: 58%; }.mini-chart i:nth-child(6) { height: 86%; }.mini-chart i:nth-child(7) { height: 100%; background: var(--yellow-500); }
.floating-note { position: absolute; z-index: 4; right: 7%; bottom: 0; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border-radius: 18px; background: var(--yellow-500); color: #251f22; box-shadow: 0 18px 45px rgba(0,0,0,.25); font-weight: 900; }
.floating-note svg { width: 22px; height: 22px; }

.proof-strip { position: relative; z-index: 4; margin-top: -38px; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-md); }
.proof-item { padding: 25px 26px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; color: var(--purple-700); font-size: 1.45rem; line-height: 1.15; }
.proof-item span { color: var(--muted); font-size: .9rem; }

.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 72px; }
.problem-stack { display: grid; gap: 15px; }
.problem-card { display: grid; grid-template-columns: auto 1fr; gap: 17px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(37,13,35,.05); }
.problem-card__number { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; background: var(--purple-100); color: var(--purple-700); font-weight: 950; }
.problem-card h3 { margin: 0 0 4px; font-size: 1.08rem; }
.problem-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 285px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 12px 36px rgba(37,13,35,.05); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(92,29,84,.22); box-shadow: var(--shadow-md); }
.service-card__icon { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 25px; border-radius: 17px; background: var(--purple-100); color: var(--purple-700); }
.service-card__icon svg { width: 27px; height: 27px; }
.service-card h3 { margin: 0 0 10px; font-size: 1.28rem; letter-spacing: -.02em; }
.service-card p { margin: 0 0 22px; color: var(--muted); }
.service-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--purple-700); font-weight: 850; }
.service-card a svg { width: 18px; height: 18px; transition: transform .2s ease; }
.service-card a:hover svg { transform: translateX(4px); }
.service-card--featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--purple-900), var(--purple-700)); }
.service-card--featured p { color: rgba(255,255,255,.72); }
.service-card--featured .service-card__icon { background: rgba(255,255,255,.12); color: var(--yellow-500); }
.service-card--featured a { color: var(--yellow-500); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.process-card { position: relative; padding: 28px 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.process-card::before { counter-increment: step; content: "0" counter(step); display: inline-flex; margin-bottom: 44px; color: var(--yellow-500); font-size: .85rem; font-weight: 900; letter-spacing: .12em; }
.process-card::after { content: ""; position: absolute; left: 25px; top: 60px; width: calc(100% - 50px); height: 1px; background: rgba(255,255,255,.12); }
.process-card h3 { margin: 0 0 10px; font-size: 1.22rem; }
.process-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .94rem; }

.segment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.segment { min-height: 160px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .2s ease, border-color .2s ease; }
.segment:hover { transform: translateY(-4px); border-color: rgba(92,29,84,.28); }
.segment svg { width: 28px; height: 28px; margin-bottom: 25px; color: var(--purple-700); }
.segment h3 { margin: 0 0 7px; font-size: 1.04rem; }
.segment p { margin: 0; color: var(--muted); font-size: .88rem; }

.client-marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.12); }
.client-marquee__track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.client-marquee:hover .client-marquee__track { animation-play-state: paused; }
.client-marquee span { min-width: max-content; padding: 25px 31px; color: rgba(255,255,255,.68); font-weight: 850; letter-spacing: .02em; }
.client-marquee span::after { content: "•"; margin-left: 31px; color: var(--yellow-500); }
@keyframes marquee { to { transform: translateX(-50%); } }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 12px 35px rgba(37,13,35,.06); }
.case-art { position: relative; min-height: 220px; overflow: hidden; padding: 22px; color: #fff; background: linear-gradient(145deg, var(--purple-950), var(--purple-700)); }
.case-art::after { content: ""; position: absolute; width: 180px; height: 180px; right: -55px; top: -60px; border-radius: 50%; background: var(--yellow-500); opacity: .95; }
.case-art--light { color: var(--purple-950); background: linear-gradient(145deg, #fff, #efe6ee); }
.case-art--light::after { background: var(--purple-700); }
.case-art--yellow { color: var(--purple-950); background: linear-gradient(145deg, #ffe48e, var(--yellow-500)); }
.case-art--yellow::after { background: #fff; opacity: .7; }
.case-art__tag { position: relative; z-index: 2; display: inline-flex; padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.case-art strong { position: absolute; z-index: 2; left: 22px; bottom: 22px; max-width: 75%; font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.case-card__body { padding: 24px; }
.case-card__body h3 { margin: 0 0 8px; }
.case-card__body p { margin: 0; color: var(--muted); }

.offer-box { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg, var(--purple-950), var(--purple-700)); box-shadow: var(--shadow-md); }
.offer-box__content { padding: 56px; color: #fff; }
.offer-box__content h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.offer-box__content p { max-width: 650px; margin: 0 0 28px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.offer-box__list { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.offer-box__list li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.88); }
.offer-box__list svg { width: 18px; height: 18px; color: var(--yellow-500); }
.offer-box__aside { display: grid; place-items: center; padding: 35px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.offer-price-card { width: min(100%, 360px); padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(12px); }
.offer-price-card small { color: rgba(255,255,255,.64); }
.offer-price-card strong { display: block; margin: 7px 0 14px; font-size: 2rem; line-height: 1.05; }
.offer-price-card p { margin: 0; color: rgba(255,255,255,.72); font-size: .92rem; }

.form-section { position: relative; overflow: hidden; }
.form-section::after { content: ""; position: absolute; width: 480px; height: 480px; left: -220px; bottom: -230px; border-radius: 50%; background: rgba(255,193,7,.15); }
.form-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 70px; }
.form-copy__points { display: grid; gap: 15px; margin-top: 28px; }
.form-copy__point { display: flex; gap: 12px; color: rgba(255,255,255,.78); }
.form-copy__point svg { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 2px; color: var(--yellow-500); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 30px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: #4c454e; font-size: .84rem; font-weight: 850; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid #ddd5df; border-radius: 13px; outline: 0; background: #fff; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 105px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--purple-700); box-shadow: 0 0 0 4px rgba(92,29,84,.09); }
.form-note { grid-column: 1 / -1; margin: 0; color: #746d77; font-size: .78rem; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.faq-list { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.faq-list summary { position: relative; padding: 22px 56px 22px 22px; cursor: pointer; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--purple-700); font-size: 1.6rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.breadcrumb { padding: 20px 0 0; color: #817982; font-size: .82rem; }
.breadcrumb a { color: var(--purple-700); font-weight: 750; }
.service-hero { position: relative; overflow: hidden; padding: 90px 0 80px; color: #fff; background: linear-gradient(135deg, var(--purple-950), var(--purple-700)); }
.service-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 22px 22px; }
.service-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 70px; }
.service-hero h1 { margin: 12px 0 20px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .97; letter-spacing: -.055em; }
.service-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.12rem; }
.service-hero__card { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.service-hero__card h2 { margin: 0 0 17px; font-size: 1.25rem; }
.service-hero__card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.service-hero__card li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.82); }
.service-hero__card svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 3px; color: var(--yellow-500); }
.content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.content-grid h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.04em; }
.content-grid p { color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; }
.check-list svg { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 3px; color: var(--purple-700); }
.feature-panel { display: grid; gap: 15px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.feature-panel__item { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 15px; border-radius: 17px; background: var(--surface-soft); }
.feature-panel__item span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--purple-100); color: var(--purple-700); font-weight: 950; }
.feature-panel__item h3 { margin: 0 0 4px; font-size: 1rem; }
.feature-panel__item p { margin: 0; font-size: .9rem; }

.legal-content { max-width: 900px; margin: 0 auto; padding: 70px 0 100px; }
.legal-content h1 { margin-bottom: 12px; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.legal-content h2 { margin-top: 38px; }
.legal-content p, .legal-content li { color: var(--muted); }

.site-footer { padding: 72px 0 22px; color: #fff; background: #120711; }
.footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr .7fr; gap: 50px; }
.footer__logo-box { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; min-height: 84px; margin-bottom: 18px; padding: 10px 14px; border-radius: 16px; background: #fff; }
.footer__brand img { width: 190px; max-height: 64px; object-fit: contain; }
.footer__brand p { max-width: 430px; color: rgba(255,255,255,.58); }
.footer__social { display: flex; gap: 14px; margin-top: 22px; }
.footer__social a { color: var(--yellow-500); font-weight: 850; }
.site-footer h2 { margin: 0 0 18px; color: var(--yellow-500); font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.62); font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .78rem; }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 12px 18px; border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 18px 40px rgba(29,170,97,.3); font-weight: 900; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 23px; height: 23px; }

.cookie-banner { position: fixed; z-index: 2000; left: 18px; right: 18px; bottom: 18px; max-width: 960px; margin-inline: auto; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 30px 90px rgba(22,8,20,.28); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--purple-700); }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }
.cookie-banner__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-banner .button { min-height: 42px; padding: 9px 16px; font-size: .84rem; }

.notice { padding: 17px 18px; border-left: 4px solid var(--yellow-500); border-radius: 12px; background: #fff8dd; color: #55461d; }
.empty-state { display: grid; min-height: 60vh; place-items: center; text-align: center; }

@media (max-width: 1040px) {
    .header__inner { grid-template-columns: auto auto 1fr; }
    .menu-button { display: block; order: 3; justify-self: end; }
    .main-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); display: none; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-md); }
    .main-nav.is-open { display: grid; gap: 6px; }
    .main-nav a { padding: 11px 10px; border-radius: 10px; }
    .main-nav a:hover { background: var(--surface-soft); }
    .main-nav a::after { display: none; }
    .header__cta { margin-left: auto; }
    .hero__inner, .service-hero__grid { grid-template-columns: 1fr; }
    .hero__inner { padding-top: 70px; }
    .hero__copy { max-width: 820px; }
    .hero-visual { width: min(100%, 650px); min-height: 500px; margin-inline: auto; }
    .problem-grid, .form-grid, .content-grid { grid-template-columns: 1fr; gap: 45px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid, .segment-grid { grid-template-columns: repeat(2, 1fr); }
    .offer-box { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
    .topbar__inner span:last-child { display: none; }
    .topbar__inner { justify-content: center; }
    .header__inner { min-height: 72px; grid-template-columns: auto 1fr auto; gap: 12px; }
    .brand img { width: 145px; height: 54px; }
    .header__cta { display: none; }
    .menu-button { grid-column: 3; }
    .section { padding: 72px 0; }
    .section--compact { padding: 50px 0; }
    .hero__inner { min-height: auto; gap: 35px; padding: 64px 0 88px; }
    .hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
    .hero__actions { flex-direction: column; }
    .hero__actions .button { width: 100%; }
    .hero-visual { min-height: 420px; }
    .phone-mockup { right: 0; width: 59%; border-radius: 32px; }
    .phone-mockup__screen { min-height: 385px; border-radius: 24px; }
    .phone-mockup__top { height: 85px; padding: 18px 14px; }
    .phone-mockup__top strong { font-size: 1rem; }
    .phone-mockup__post { margin: 10px; padding: 12px; }
    .phone-mockup__art { min-height: 145px; }
    .phone-mockup__art::before { left: 12px; bottom: 15px; font-size: 1rem; }
    .dashboard-card { left: 0; bottom: 7%; width: 72%; padding: 18px; }
    .dashboard-card__top strong { font-size: 1.7rem; }
    .mini-chart { height: 85px; margin-top: 16px; }
    .floating-note { right: 0; padding: 11px 13px; font-size: .82rem; }
    .proof-strip { margin-top: -30px; }
    .proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .proof-item { border-bottom: 1px solid var(--line); }
    .proof-item:nth-child(2) { border-right: 0; }
    .proof-item:nth-child(3), .proof-item:nth-child(4) { border-bottom: 0; }
    .service-grid, .case-grid, .process-grid, .segment-grid { grid-template-columns: 1fr; }
    .offer-box__content { padding: 38px 28px; }
    .lead-form { grid-template-columns: 1fr; padding: 22px; }
    .form-field--full { grid-column: auto; }
    .form-note { grid-column: auto; }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer__brand { grid-column: 1 / -1; }
    .footer__grid > div:last-child { grid-column: auto; }
    .footer__bottom { flex-direction: column; }
    .cookie-banner { align-items: stretch; flex-direction: column; }
    .cookie-banner__actions { width: 100%; }
    .cookie-banner__actions .button { flex: 1; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 56px; height: 56px; justify-content: center; padding: 0; }
}

@media (max-width: 430px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .proof-item { padding: 20px 16px; }
    .proof-item strong { font-size: 1.2rem; }
    .hero-visual { min-height: 380px; }
    .dashboard-card { width: 75%; }
    .floating-note { bottom: -5px; }
    .footer__grid { grid-template-columns: 1fr; }
}

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

/* Formulário de captação e consentimento */
.consent-field { display: flex; align-items: flex-start; gap: 10px; color: #5f5862; font-size: .82rem; line-height: 1.45; cursor: pointer; }
.consent-field input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--purple-700); }
.consent-field a { color: var(--purple-700); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-status { padding: 12px 14px; border-radius: 12px; font-size: .86rem; font-weight: 700; }
.form-status.is-error { color: #8f1f2f; background: #fff0f2; border: 1px solid #f2c5cc; }
.form-status.is-success { color: #17643b; background: #edf9f2; border: 1px solid #bfe5cf; }
.lead-form button[disabled] { cursor: wait; opacity: .72; }
.lead-form button.is-loading svg { animation: mostra-spin .8s linear infinite; }
@keyframes mostra-spin { to { transform: rotate(360deg); } }
