@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --navy: #050505;
  --navy-2: #0d0e0f;
  --navy-3: #17191b;
  --green: #89d400;
  --green-bright: #9be617;
  --green-dark: #64a800;
  --white: #ffffff;
  --off-white: #f2f2ef;
  --soft: #e8e9e6;
  --ink: #0a0b0d;
  --muted: #5f6d78;
  --line: #dce3df;
  --shadow: 0 25px 70px rgba(4, 20, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, a { font-family: "DM Sans", Arial, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
h1, h2 { letter-spacing: -.045em; line-height: 1.06; }
h3 { line-height: 1.24; letter-spacing: -.025em; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; background: var(--green); color: var(--navy); padding: 10px 16px; font-weight: 700; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { height: 82px; position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); background: rgba(5, 5, 5, .90); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand .brand-logo-img { width: 196px; height: auto; max-height: 46px; border-radius: 0; object-fit: contain;}
.nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
.nav > a:not(.button) { color: rgba(255,255,255,.78); transition: color .2s; }
.nav > a:not(.button):hover { color: var(--green-bright); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { width: 24px; height: 2px; display: block; margin: 5px 0; background: white; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 7px; font-size: 15px; font-weight: 700; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-green { background: var(--green); color: #0a1b18; box-shadow: 0 12px 30px rgba(137,212,0,.2); }
.button-green:hover { background: var(--green-bright); box-shadow: 0 16px 34px rgba(137,212,0,.3); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.button-large { min-height: 60px; padding-inline: 29px; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.09); }
.button-outline { border-color: rgba(255,255,255,.22); color: white; min-height: 45px; }
.wa-icon { position: relative; width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; font-size: 8px; color: white; background: #173622; border: 2px solid currentColor; border-radius: 50%; }
.wa-icon::after { content: ""; position: absolute; width: 4px; height: 4px; border: 2px solid white; border-top: 0; border-left: 0; transform: rotate(20deg); }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-photo, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.92) 36%, rgba(0,0,0,.34) 64%, rgba(0,0,0,.08) 100%); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.76) 0, transparent 36%); }
.hero-inner { position: relative; z-index: 2; padding: 146px 0 135px; }
.hero-copy { max-width: 685px; }
.eyebrow, .kicker { color: var(--green-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.eyebrow { color: var(--green-bright); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow span { width: 28px; height: 1px; background: var(--green); }
.hero h1 { max-width: 650px; font-size: clamp(48px, 5.4vw, 76px); margin-bottom: 26px; font-weight: 700; }
.hero h1 em { font-style: normal; color: var(--green-bright); }
.hero-copy > p { max-width: 610px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.7; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 28px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 0; padding: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.hero-checks li::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 800; }
.hero-bottom { position: absolute; inset: auto 0 0; z-index: 3; background: rgba(2,2,2,.86); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.hero-bottom-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-bottom-grid > div { padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-bottom-grid > div:first-child { padding-left: 0; }
.hero-bottom-grid strong, .hero-bottom-grid span { display: block; }
.hero-bottom-grid strong { color: var(--green-bright); font-family: "Manrope"; font-size: 17px; }
.hero-bottom-grid span { color: rgba(255,255,255,.63); font-size: 12px; margin-top: 3px; }

.section-heading { max-width: 720px; }
.heading-center { text-align: center; margin-inline: auto; }
.section-heading .kicker { display: block; margin-bottom: 18px; }
.section-heading h2 { font-size: clamp(37px, 4.3vw, 58px); margin-bottom: 19px; }
.section-heading > p { color: var(--muted); font-size: 18px; max-width: 650px; margin: 0 auto; }
.modalities { padding: 112px 0 118px; color: white; background: #050505; }
.modalities .section-heading { margin-bottom: 58px; }
.modalities .section-heading > p { color: rgba(255,255,255,.58); }
.modality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.modality-card { min-width: 0; position: relative; background: white; border: 1px solid var(--line); overflow: hidden; border-radius: 12px; transition: transform .3s, box-shadow .3s; }
.modality-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.modality-card > img, .modality-photo { width: 100%; height: 230px; object-fit: cover; }
.modality-card:nth-child(2) > img { object-position: 67% center; }
.modality-card:nth-child(3) > img { object-position: 74% center; }
.skip-photo { background: linear-gradient(180deg, transparent 15%, rgba(0,0,0,.16)), url('../img/generated/hero-operacao.png') 83% center / auto 100%; }
.modality-content { position: relative; padding: 29px 28px 33px; }
.modality-content .number { position: absolute; right: 25px; top: 26px; color: #dbe1dc; font-family: "Manrope"; font-size: 28px; font-weight: 800; }
.pill { display: inline-flex; margin-bottom: 14px; padding: 5px 9px; background: var(--navy); color: white; border-radius: 4px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.pill-green { background: var(--green); color: var(--navy); }
.modality-content h3 { font-size: 26px; margin: 0 50px 12px 0; }
.modality-content p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.modality-content ul { list-style: none; margin: 19px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); }
.modality-content li { font-size: 13px; padding: 5px 0; }
.modality-content li::before { content: "—"; color: var(--green-dark); margin-right: 9px; font-weight: 800; }
.featured { border-color: #b9d995; }
.new-card::after { content: "NOVO"; position: absolute; top: 18px; right: 18px; padding: 6px 10px; background: var(--green); color: var(--navy); border-radius: 4px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }

.service-hero { position: relative; isolation: isolate; width: min(1240px, calc(100% - 48px)); min-height: 720px; display: flex; align-items: center; margin: 0 auto 28px; overflow: visible; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: #080808; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.service-hero-containers { background: #0c0c0c; }
.service-hero-drums { background: #070707; }
.service-hero > img { position: absolute; z-index: 0; top: 34px; right: 34px; width: 57%; height: calc(100% - 68px); border-radius: 20px; object-fit: cover; object-position: center; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.service-shade { position: absolute; z-index: 1; top: 1px; bottom: 1px; left: 39%; width: 23%; background: linear-gradient(90deg, #080808 5%, rgba(8,8,8,.88) 40%, transparent 100%); pointer-events: none; }
.service-hero-containers .service-shade { background: linear-gradient(90deg, #0c0c0c 5%, rgba(12,12,12,.88) 40%, transparent 100%); }
.service-hero-drums .service-shade { background: linear-gradient(90deg, #070707 5%, rgba(7,7,7,.88) 40%, transparent 100%); }
.service-hero::after { content: ""; position: absolute; z-index: 3; inset: 0; border-radius: 28px; box-shadow: inset 0 1px rgba(255,255,255,.04), inset 0 -1px rgba(255,255,255,.03); pointer-events: none; }
.service-hero:not(:last-child)::before { content: ""; position: absolute; z-index: 4; left: 50%; bottom: -29px; width: 1px; height: 29px; background: linear-gradient(var(--green), rgba(137,212,0,.12)); }
.service-content { position: relative; z-index: 2; padding: 74px 0; }
.service-content > * { max-width: 510px; }
.service-number { display: block; margin-bottom: 18px; color: var(--green-bright); font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .17em; }
.service-content h3 { margin: 12px 0 22px; color: white; font-size: clamp(40px, 4.2vw, 58px); letter-spacing: -.05em; }
.service-content p { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.service-content ul { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; margin: 25px 0 32px; padding: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.service-content li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.service-hero-cacambas > img { object-position: 69% center; }
.service-hero-containers > img { object-position: 66% center; }
.service-hero-drums > img { object-position: 69% center; }
.service-hero.reveal-ready { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.service-hero.reveal-ready > img { transform: scale(1.035); transition: transform 1.05s cubic-bezier(.2,.75,.25,1); }
.service-hero.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }
.service-hero.reveal-ready.is-visible > img { transform: scale(1); }

.results-section { color: white; background: var(--navy); position: relative; overflow: hidden; }
.results-section::before { content: ""; position: absolute; width: 700px; height: 700px; left: -400px; top: -270px; border: 1px solid rgba(137,212,0,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(137,212,0,.025), 0 0 0 180px rgba(137,212,0,.018); }
.results-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.light-heading .kicker { color: var(--green); }
.light-heading h2 { font-size: clamp(39px, 4.2vw, 58px); }
.results-list article { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 0 0 26px; margin-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.results-list article:last-child { border-bottom: 0; margin-bottom: 0; }
.results-list article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(137,212,0,.35); border-radius: 50%; font-family: "Manrope"; font-size: 12px; font-weight: 700; }
.results-list h3 { font-size: 20px; margin-bottom: 6px; }
.results-list p { color: rgba(255,255,255,.58); font-size: 14px; margin: 0; }

.product-section { background: white; }
.product-heading { margin-bottom: 38px; }
.tabs { display: flex; justify-content: center; gap: 7px; margin-bottom: 28px; flex-wrap: wrap; }
.tabs button { padding: 11px 17px; border: 1px solid var(--line); color: var(--muted); background: white; border-radius: 5px; font-weight: 700; cursor: pointer; transition: all .2s; }
.tabs button:hover, .tabs button.active { color: white; background: var(--navy); border-color: var(--navy); }
.showcase-panel { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .72fr); gap: 48px; align-items: center; }
.browser-frame { min-width: 0; background: var(--navy); padding: 10px; border-radius: 13px; box-shadow: var(--shadow); overflow: hidden; }
.browser-bar { height: 34px; display: flex; gap: 6px; align-items: center; padding: 0 8px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); }
.browser-bar i:first-child { background: var(--green); }
.browser-bar span { margin-left: 10px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .04em; }
.screen-stage { width: 100%; overflow: hidden; border-radius: 5px; background: #f5f6f5; }
.showcase-image { width: 100%; height: 100%; object-fit: cover; object-position: left top; background: white; }
.frame-map .screen-stage, .frame-full .screen-stage { aspect-ratio: 16 / 10; }
.frame-map .showcase-image { object-position: left top; }
.frame-compact .screen-stage { aspect-ratio: 16 / 5; }
.frame-compact .showcase-image { object-position: left top; }
.frame-commissions .screen-stage { aspect-ratio: 16 / 7.2; }
.frame-commissions .showcase-image { object-position: left top; }
.showcase-copy .mini-label { color: var(--green-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.showcase-copy h3 { font-size: 32px; margin: 13px 0 16px; }
.showcase-copy p { color: var(--muted); font-size: 15px; }
.showcase-copy ul { list-style: none; padding: 0; margin: 21px 0; }
.showcase-copy li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.showcase-copy li::before { content: "✓"; color: var(--green-dark); margin-right: 9px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-weight: 800; font-size: 14px; }
.text-link span { font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }

.flow-section { padding-top: 0; }
.flow-heading { display: grid; grid-template-columns: .5fr 1fr; gap: 70px; max-width: none; align-items: start; padding-top: 75px; border-top: 1px solid var(--line); }
.flow-heading h2 { max-width: 700px; font-size: clamp(36px, 4vw, 53px); }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 49px 0 0; counter-reset: flow; }
.flow-grid li { min-height: 245px; padding: 27px 25px; border: 1px solid var(--line); border-right: 0; }
.flow-grid li:last-child { border-right: 1px solid var(--line); }
.flow-grid li > span { color: var(--green-dark); font-family: "Manrope"; font-size: 13px; font-weight: 800; }
.flow-grid h3 { font-size: 20px; margin: 47px 0 10px; }
.flow-grid p { color: var(--muted); font-size: 13px; margin: 0; }

.asaas-section { position: relative; overflow: hidden; background: #eef4f9; }
.asaas-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.integration-badge { display: inline-flex; align-items: center; gap: 13px; padding: 11px 15px; background: white; border: 1px solid #c8dae7; border-radius: 8px; color: #0d5c8e; }
.integration-badge img { width: 112px; height: auto; }
.integration-badge i { padding-left: 12px; border-left: 1px solid #dce6ed; font-style: normal; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.asaas-copy h2 { max-width: 650px; font-size: clamp(40px, 4.4vw, 60px); margin: 21px 0 22px; }
.asaas-copy > p { color: var(--muted); font-size: 16px; }
.asaas-benefits { display: grid; gap: 12px; margin-top: 28px; }
.asaas-benefits > div { display: grid; grid-template-columns: 41px 1fr; padding: 13px; background: rgba(255,255,255,.66); border: 1px solid rgba(160,187,205,.55); border-radius: 7px; }
.asaas-benefits > div > span { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; color: #0a6aa7; border-radius: 50%; background: #d9ebf6; font-weight: 800; }
.asaas-benefits strong, .asaas-benefits small { display: block; }
.asaas-benefits strong { font-size: 14px; }
.asaas-benefits small { color: var(--muted); font-size: 12px; }
.asaas-copy .note { font-size: 11px; margin: 15px 0 0; }
.asaas-visual { position: relative; height: 490px; }
.payment-card { position: absolute; background: rgba(255,255,255,.95); border: 1px solid #d7e4ec; border-radius: 15px; box-shadow: 0 22px 50px rgba(23,76,108,.16); }
.payment-main { width: 420px; max-width: 92%; right: 0; top: 34px; padding: 27px; transform: rotate(2deg); }
.asaas-card-logo { width: 92px; height: auto; margin-bottom: 21px; }
.payment-head { display: flex; justify-content: space-between; gap: 15px; }
.payment-head span { font-size: 13px; font-weight: 700; }
.payment-head b { color: #1f8d62; background: #e6f6ef; padding: 5px 8px; border-radius: 12px; font-size: 9px; text-transform: uppercase; }
.payment-main > small { display: block; color: #7b8d99; margin: 23px 0 6px; }
.payment-main > strong { display: block; color: #0e3551; font-family: "Manrope"; font-size: 41px; }
.payment-method { display: grid; grid-template-columns: 48px 1fr; align-items: center; margin-top: 28px; padding-top: 18px; border-top: 1px solid #e1e9ee; }
.payment-method span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; color: white; background: #29b0a5; border-radius: 7px; font-size: 9px; font-weight: 800; }
.payment-method i { width: 70%; height: 6px; background: #e7eef2; border-radius: 4px; }
.payment-method small { color: #79909e; }
.payment-mini { left: 0; bottom: 45px; z-index: 2; width: 230px; padding: 21px; transform: rotate(-3deg); }
.payment-mini span, .payment-mini strong, .payment-mini small { display: block; }
.payment-mini span { color: #738692; font-size: 11px; }
.payment-mini strong { color: #0e3551; font-family: "Manrope"; font-size: 27px; margin: 7px 0 4px; }
.payment-mini small { color: #249365; font-size: 10px; }
.payment-status { right: -20px; bottom: 40px; z-index: 3; display: flex; gap: 12px; padding: 16px 18px; }
.payment-status i { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: #24a874; border-radius: 50%; font-style: normal; }
.payment-status strong, .payment-status small { display: block; }
.payment-status strong { font-size: 12px; }
.payment-status small { color: #7a8d99; font-size: 9px; }
.asaas-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 380px; height: 380px; right: -150px; top: -170px; border: 80px solid rgba(15,111,171,.07); }
.orb-two { width: 180px; height: 180px; left: -90px; bottom: -80px; background: rgba(137,212,0,.1); }

.features-section { background: var(--off-white); }
.features-section .section-heading { margin-bottom: 47px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.52); transition: background .2s, transform .2s; }
.feature-card:hover { position: relative; z-index: 2; background: white; transform: translateY(-3px); box-shadow: 0 15px 35px rgba(8,28,45,.08); }
.feature-card > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); background: #e3efcf; border-radius: 7px; font-size: 20px; font-weight: 700; }
.feature-card h3 { font-size: 18px; margin: 25px 0 8px; }
.feature-card p { color: var(--muted); font-size: 13px; margin: 0; }

.responsibility-section { background: white; }
.responsibility-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.responsibility-photo { position: relative; }
.responsibility-photo img { width: 100%; height: 590px; object-fit: cover; object-position: 72% center; border-radius: 9px; }
.photo-tag { position: absolute; right: -30px; bottom: 37px; padding: 15px 20px; background: var(--green); color: var(--navy); border-radius: 5px; font-size: 12px; font-weight: 800; box-shadow: 0 15px 35px rgba(69,108,0,.22); }
.responsibility-copy h2 { font-size: clamp(38px, 4.2vw, 55px); margin: 17px 0 20px; }
.responsibility-copy > p { color: var(--muted); }
.responsibility-copy ul { list-style: none; padding: 0; margin: 24px 0; }
.responsibility-copy li { padding: 9px 0; border-bottom: 1px solid var(--line); font-weight: 600; font-size: 14px; }
.responsibility-copy li span { color: var(--green-dark); margin-right: 9px; }
.responsibility-copy > small { display: block; color: #85919a; font-size: 10px; line-height: 1.5; }

.faq-section { background: var(--off-white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(38px, 4vw, 53px); }
.faq-heading > p { margin: 0 0 22px; font-size: 15px; }
.faq-list details { border-top: 1px solid #cfd8d3; }
.faq-list details:last-child { border-bottom: 1px solid #cfd8d3; }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-family: "Manrope"; font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; flex: none; color: var(--green-dark); border: 1px solid #bdc9c2; border-radius: 50%; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; color: var(--muted); padding: 0 45px 23px 0; margin: 0; font-size: 14px; }

.final-cta { position: relative; padding: 92px 0; overflow: hidden; color: white; background: var(--navy); }
.final-cta-pattern { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent, black, transparent); }
.final-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta .kicker { color: var(--green); }
.final-cta h2 { max-width: 700px; font-size: clamp(40px, 5vw, 64px); margin: 14px 0 13px; }
.final-cta p { color: rgba(255,255,255,.62); margin: 0; }
.final-cta .button { flex: none; }

.footer { color: white; background: #030303; }
.footer-top { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 60px; padding-top: 75px; padding-bottom: 60px; }
.footer-brand p { max-width: 320px; color: rgba(255,255,255,.48); font-size: 13px; margin-top: 20px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links strong, .footer-contact strong { color: var(--green); margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-contact p { color: rgba(255,255,255,.48); font-size: 12px; }
.footer-bottom { min-height: 95px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.creator { display: flex; align-items: center; gap: 12px; }
.creator img { width: 135px; height: 38px; object-fit: contain; }
.footer-logo .brand-logo-img { width: 205px; max-height: 52px; }
.floating-whatsapp { position: fixed; z-index: 80; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: white; background: #22a65b; border-radius: 30px; box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }

@media (max-width: 1050px) {
  .nav { gap: 18px; }
  .nav > a:not(.button) { display: none; }
  .modality-grid { grid-template-columns: 1fr 1fr; }
  .modality-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .modality-card:first-child .modality-photo { height: 100%; min-height: 360px; }
  .results-layout, .asaas-layout { gap: 60px; }
  .showcase-panel { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 700px; }
  .responsibility-layout { gap: 55px; }
  .faq-layout { gap: 60px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 82px 0; }
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .nav { position: absolute; inset: 70px 0 auto; display: none; align-items: stretch; padding: 20px 16px 25px; background: #050505; border-top: 1px solid rgba(255,255,255,.1); }
  .nav.open { display: flex; flex-direction: column; }
  .nav > a:not(.button) { display: block; padding: 7px 0; }
  .nav .button { width: 100%; }
  .hero { min-height: 880px; align-items: flex-start; }
  .hero-photo { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.92) 55%, rgba(0,0,0,.55) 100%); }
  .hero-inner { padding: 125px 0 230px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-bottom-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .hero-bottom-grid > div { padding: 8px 0; border-right: 0; }
  .hero-bottom-grid > div:not(:first-child) { border-top: 1px solid rgba(255,255,255,.07); }
  .modality-grid { grid-template-columns: 1fr; }
  .modality-card:first-child { grid-column: auto; display: block; }
  .modality-card:first-child .modality-photo { min-height: 0; height: 230px; }
  .modalities { padding: 82px 0 84px; }
  .service-hero { width: min(680px, calc(100% - 24px)); min-height: 0; display: block; margin-bottom: 22px; overflow: hidden; border-radius: 22px; }
  .service-hero > img { position: relative; top: auto; right: auto; width: 100%; height: auto; aspect-ratio: 16 / 10; border-radius: 21px 21px 0 0; object-position: 65% center; box-shadow: none; }
  .service-shade { display: none; }
  .service-hero::after { border-radius: 22px; }
  .service-hero:not(:last-child)::before { display: none; }
  .service-content { width: 100%; padding: 42px 28px 50px; }
  .service-content > * { max-width: none; }
  .service-content h3 { font-size: 44px; }
  .service-content ul { display: grid; gap: 7px; }
  .results-layout, .asaas-layout, .responsibility-layout, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .results-list article { grid-template-columns: 45px 1fr; }
  .flow-heading { grid-template-columns: 1fr; gap: 18px; }
  .flow-grid { grid-template-columns: 1fr 1fr; }
  .flow-grid li:nth-child(2) { border-right: 1px solid var(--line); }
  .flow-grid li:nth-child(3), .flow-grid li:nth-child(4) { border-top: 0; }
  .asaas-visual { height: 430px; }
  .payment-main { left: 5%; right: auto; }
  .payment-status { right: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .responsibility-photo img { height: 460px; }
  .photo-tag { right: 15px; }
  .faq-heading { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .section-heading h2, .asaas-copy h2, .responsibility-copy h2, .faq-heading h2 { font-size: 36px; }
  .hero h1 { font-size: 41px; }
  .brand .brand-logo-img { width: 165px; max-height: 38px; }
  .hero-checks { display: grid; gap: 7px; }
  .modality-content { padding-inline: 21px; }
  .service-hero { min-height: 0; }
  .service-content h3 { font-size: 38px; }
  .service-content p { font-size: 15px; }
  .service-content .button { width: 100%; }
  .tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; }
  .tabs button { white-space: nowrap; }
  .browser-frame { padding: 5px; }
  .browser-bar { height: 25px; }
  .showcase-copy h3 { font-size: 27px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid li, .flow-grid li:nth-child(2) { border-right: 1px solid var(--line); border-top: 0; }
  .flow-grid li:first-child { border-top: 1px solid var(--line); }
  .asaas-visual { height: 400px; margin-inline: -7px; }
  .integration-badge { width: 100%; justify-content: center; }
  .integration-badge img { width: 105px; }
  .payment-main { max-width: 95%; left: 2%; padding: 20px; }
  .payment-main > strong { font-size: 33px; }
  .payment-mini { bottom: 25px; width: 190px; }
  .payment-status { bottom: 16px; max-width: 225px; }
  .feature-grid { grid-template-columns: 1fr; }
  .responsibility-photo img { height: 390px; }
  .final-cta h2 { font-size: 39px; }
  .final-cta .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { padding: 24px 0; flex-direction: column; align-items: flex-start; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 48px; height: 48px; padding: 0; justify-content: center; }
}

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