:root {
  --background: #f4f2ee;
  --ink: #171817;
  --muted: #6b6c69;
  --line: #e5e3de;
  --green: #40f34f;
  --soft-green: #e2f7dc;
  --font: "Albert Sans", Arial, sans-serif;
  --framer-letter-spacing: -.05em;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--background); font: 400 17px/1.45 var(--font); letter-spacing: 0; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; stroke-width: 1.6; flex-shrink: 0; vertical-align: middle; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 450; line-height: 1.12; letter-spacing: var(--framer-letter-spacing); }
h2 { font-size: 40px; }
h3 { font-size: 24px; }
p { color: var(--muted); }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 2px solid #258732; outline-offset: 5px; }
.container { width: min(1040px, calc(100% - 64px)); margin-inline: auto; }
.header { position: fixed; top: 24px; left: 50%; transform: translateX(-50%); width: min(1040px, calc(100% - 64px)); height: 64px; padding: 8px 10px 8px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 40px; background: rgba(255,255,255,.96); box-shadow: 0 8px 36px #1b211011; backdrop-filter: blur(16px); z-index: 50; }
.brand { flex-shrink: 0; }
.brand img { width: 110px; height: 45px; object-fit: contain; }
.header nav { display: flex; gap: 18px; font-size: 15px; }
.header nav a, .footer nav a { transition: color .2s; }
.header nav a:hover, .footer nav a:hover { color: #378840; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 7px 8px 7px 18px; background: #121312; border: 1px solid #121312; color: white; font-size: 15px; font-weight: 500; line-height: 1.2; border-radius: 32px; box-shadow: 0 5px 12px #0002; transition: background .2s, box-shadow .2s, transform .2s; }
.button:hover { background: #343734; box-shadow: 0 8px 18px #0002; transform: translateY(-2px); }
.button-icon { width: 28px; height: 28px; display: grid; place-items: center; background: #fff; color: #111; border-radius: 50%; flex: 0 0 28px; }
.button-icon svg { width: 16px; height: 16px; }
.button.outline { background: transparent; color: var(--ink); box-shadow: none; padding-inline: 19px; }
.button.outline:hover { background: #ffffff90; }
.button.green { background: var(--green); color: #0e2211; border-color: var(--green); box-shadow: none; }
.button.green:hover { background: #86fc90; border-color: #86fc90; }
.green .button-icon { color: #fff; background: #15251a; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 0; background: #f1f1ed; }
.menu-button { display: none; }
.hero-background { position: relative; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; padding-top: 172px; padding-bottom: 92px; min-height: 620px; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: #656861; font-size: 12px; margin-bottom: 21px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #44b858; flex-shrink: 0; }
h1 { font-size: 56px; font-weight: 400; max-width: 470px; line-height: 1.08; }
h1 span { color: #226c30; }
.hero-description { margin-top: 27px; max-width: 435px; font-size: 18px; line-height: 1.45; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-visual { position: relative; height: 365px; min-width: 0; isolation: isolate; }
.lines-widget, .volume-widget { background: #fcfcfb; border: 2px solid #fff; border-radius: 8px; box-shadow: 0 20px 30px #292b1c16; }
.lines-widget { position: absolute; left: 0; top: 3px; width: calc(100% - 25px); transform: rotate(2deg); padding: 18px 10px 13px; }
.widget-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 11px 15px; }
.widget-heading strong { font-size: 17px; font-weight: 600; }
.widget-heading > span { font-size: 10px; color: #72736c; display: flex; gap: 4px; align-items: center; }
.widget-heading > span svg { width: 12px; height: 12px; }
.line-item { display: flex; align-items: center; gap: 11px; min-height: 63px; padding: 9px 12px; border-radius: 7px; }
.line-item.selected { background: var(--soft-green); }
.line-item > div { min-width: 0; }
.line-item b { display: block; font-size: 12px; font-weight: 600; }
.line-item small { display: block; font-size: 11px; color: #777972; margin-top: 2px; }
.line-item > .status-dot { margin-left: auto; margin-right: 12px; }
.avatar { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; flex: 0 0 34px; font-size: 11px; font-weight: 600; }
.avatar svg { width: 17px; height: 17px; }
.mint { background: #caefda; color: #277841; }
.blue { background: #d6eafa; color: #4582ae; }
.peach { background: #f6e1d4; color: #bd7652; }
.violet { background: #e9e1f5; color: #8e6bb0; }
.line-actions { display: flex; gap: 14px; margin-left: auto; }
.line-actions svg { width: 13px; height: 13px; }
.widget-foot { display: flex; align-items: center; gap: 6px; font-size: 11px; padding: 14px 12px 2px; }
.widget-foot svg { width: 13px; height: 13px; }
.widget-foot > span { margin-left: auto; color: #8b8e86; font-size: 10px; }
.volume-widget { position: absolute; width: 248px; right: -8px; bottom: -12px; padding: 20px 20px 14px; transform: rotate(-3deg); }
.chart-heading { display: flex; justify-content: space-between; gap: 8px; font-size: 11px; color: #8b8e86; }
.chart-heading small { font-size: 10px; }
.volume-widget > strong { display: flex; align-items: baseline; gap: 9px; font-size: 28px; font-weight: 500; margin-top: 2px; }
.volume-widget > strong small { color: #449852; font-size: 10px; }
.usage-count [data-count-up] { display: inline-block; min-width: 3.8ch; font-variant-numeric: tabular-nums; }
.usage-count small[data-count-up] { min-width: 3.2ch; }
.bar-chart { display: flex; align-items: end; gap: 12px; height: 124px; padding-top: 12px; }
.bar-chart > div { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: end; align-items: center; gap: 10px; }
.bar-chart span { display: block; width: 100%; height: var(--bar); border-radius: 3px 3px 0 0; background: linear-gradient(to top, #a6db83 0 32%, #ffbdac 32% 59%, #83dce9 59%); }
.bar-chart small { color: #999; font-size: 10px; }
.channel-strip { padding: 18px 0 62px; color: #a4a6a0; }
.clients-strip { display: grid; gap: 24px; text-align: center; }
.clients-strip p { color: #6e706a; font-size: 15px; font-weight: 400; }
.client-logos { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); }
.client-logo-track { display: flex; width: max-content; animation: client-logo-carousel 28s linear infinite; }
.client-logo-set { display: flex; align-items: center; gap: 54px; flex: 0 0 auto; padding-right: 54px; }
.client-logos img { width: auto; height: 42px; object-fit: contain; flex: 0 0 auto; filter: brightness(0) saturate(0); opacity: .88; transition: opacity .2s; }
.client-logos:hover .client-logo-track { animation-play-state: paused; }
.client-logos img:hover { opacity: 1; }
.client-logos .logo-adobe { max-width: 125px; }
.client-logos .logo-sensa { max-width: 125px; }
.client-logos .logo-uniasselvi { max-width: 112px; }
.client-logos .logo-unicesumar { max-width: 125px; }
.client-logos .logo-valecard { max-width: 80px; height: 46px; }
@keyframes client-logo-carousel {
  to { transform: translateX(-25%); }
}
.onboarding { position: relative; padding-top: 8px; padding-bottom: 38px; }
.dashboard { position: relative; z-index: 1; width: 100%; min-height: 410px; margin: 0 auto; display: grid; grid-template-columns: 156px minmax(0,1fr); background: #fcfcfc; border: 2px solid #fff; border-radius: 18px; box-shadow: 0 24px 70px #26291716; font-size: 11px; overflow: hidden; }
.dashboard::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: -76px; height: 96px; pointer-events: none; background: linear-gradient(180deg, rgba(244,242,238,0) 0%, rgba(244,242,238,.72) 58%, var(--background) 100%); z-index: 2; }
.dashboard-sidebar { display: flex; flex-direction: column; gap: 6px; padding: 18px 10px; border-right: 1px solid #f0f0ee; }
.dashboard-sidebar img { width: 108px; height: 36px; object-fit: contain; margin: 0 8px 19px; }
.dashboard-sidebar > span { display: flex; align-items: center; gap: 8px; color: #91918e; font-size: 10px; min-height: 31px; padding: 7px 9px; border-radius: 5px; }
.dashboard-sidebar svg { width: 14px; height: 14px; }
.dashboard-sidebar > .active { color: #335935; background: #e7f6de; }
.dashboard-sidebar b { background: #cbe9b8; padding: 1px 4px; border-radius: 3px; font-size: 8px; margin-left: auto; }
.dashboard-sidebar > .sidebar-bottom { margin-top: auto; }
.dashboard-body { min-width: 0; padding: 18px 24px; }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; color: #9b9c95; font-size: 10px; }
.dashboard-top > span { display: flex; align-items: center; gap: 7px; }
.dashboard-top svg { width: 12px; height: 12px; }
.dashboard-account .avatar { width: 26px; height: 26px; flex-basis: 26px; font-size: 9px; }
.dashboard-title { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.dashboard-title small { color: #a0a297; font-size: 10px; }
.dashboard-title h2 { font-size: 22px; font-weight: 550; margin-top: 4px; }
.mock-action { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #eee; border-radius: 5px; padding: 7px 10px; font-size: 10px; }
.mock-action svg { width: 12px; height: 12px; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; padding: 20px 0; }
.dashboard-metrics > div { padding-left: 12px; border-left: 2px solid #e8f2e4; }
.dashboard-metrics small { font-size: 10px; color: #95978e; }
.dashboard-metrics strong { display: flex; align-items: baseline; gap: 6px; font-size: 20px; font-weight: 500; flex-wrap: wrap; }
.dashboard-metrics strong span { color: #75a768; font-size: 8px; }
.inbox-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.inbox-heading b { font-weight: 500; }
.inbox-heading > span { display: flex; align-items: center; gap: 5px; color: #92968b; font-size: 9px; }
.inbox-row { display: grid; grid-template-columns: 1.1fr 1.7fr .5fr; gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px solid #f0f0ed; font-size: 10px; }
.inbox-row > span:first-child { display: flex; align-items: center; gap: 8px; }
.inbox-row > span:last-child { text-align: right; font-size: 9px; color: #999b92; }
.inbox-row b { font-weight: 500; }
.inbox-row .avatar { width: 23px; height: 23px; flex-basis: 23px; }
.inbox-row .avatar svg { width: 12px; height: 12px; }
.table-head { color: #a5a69e; font-size: 9px; padding-top: 0; }
.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: 18px; border-top: 1px solid #dddcd7; }
.steps article { min-width: 0; position: relative; padding: 23px 18px 0; }
.steps article:first-child { padding-left: 0; }
.steps article:last-child { padding-right: 0; }
.steps article + article { border-left: 1px solid #dddcd7; }
.step-number { font-size: 11px; color: #94968c; }
.steps article > svg { display: block; width: 27px; height: 27px; color: #7d9e70; margin: 28px 0 21px; }
.steps h3 { font-size: 22px; margin-bottom: 10px; }
.steps p { font-size: 15px; line-height: 1.5; max-width: 260px; }
.section { padding-block: 90px; }
.section-heading { text-align: center; max-width: 690px; margin: 0 auto 40px; }
.section-heading p { margin-top: 20px; font-size: 17px; }
.feature-tabs { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 5px; padding: 7px; background: #eceae5; border-radius: 40px; margin-bottom: 14px; }
.feature-tabs button { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 50px; border: 0; border-radius: 32px; background: transparent; color: #898a84; font-size: 13px; transition: background .2s, color .2s; padding: 9px 8px; }
.feature-tabs button[aria-selected="true"] { color: var(--ink); background: #fff; box-shadow: 0 5px 10px #0001; }
.feature-tabs button:hover { color: #202720; }
.feature-tabs svg { width: 16px; height: 16px; }
.feature-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 380px; border-top: 1px solid #deddd6; border-bottom: 1px solid #deddd6; padding: 8px 0; }
.feature-art { min-width: 0; display: flex; align-items: center; padding: 31px; background: #dfe8e5; border-radius: 8px; }
.feature-widget { width: 100%; background: #fff; border: 1px solid #efefeb; border-radius: 8px; box-shadow: 0 12px 25px #0001; padding: 22px 10px 14px; }
.feature-widget .widget-heading { padding-bottom: 18px; }
.feature-widget .live { font-size: 10px; }
.feature-rows > div { display: flex; align-items: center; gap: 11px; padding: 13px 12px; min-height: 65px; border-radius: 6px; }
.feature-rows > div:first-child { background: #e8f8df; }
.feature-rows > div > span:nth-child(2) { min-width: 0; }
.feature-rows b { display: block; font-size: 12px; font-weight: 550; }
.feature-rows small { display: block; font-size: 11px; color: #8b8d83; margin-top: 3px; }
.feature-rows em { margin-left: auto; color: #6a9963; font-size: 10px; font-style: normal; white-space: nowrap; }
.feature-widget-footer { display: flex; align-items: center; gap: 6px; color: #a0a397; font-size: 10px; padding: 15px 12px 2px; }
.feature-widget-footer svg { width: 13px; height: 13px; }
.feature-copy { align-self: center; padding: 30px 0 30px 40px; }
.label { display: inline-block; padding: 6px 10px; color: #42623c; background: #e4f1d8; border-radius: 24px; font-size: 10px; text-transform: uppercase; margin-bottom: 22px; }
.feature-copy h3 { font-size: 34px; line-height: 1.2; }
.feature-copy p { margin-top: 23px; font-size: 17px; line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-size: 14px; }
.text-link:hover { color: #378840; }
.text-link svg { width: 17px; height: 17px; }
.connections { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-top: 50px; padding-bottom: 110px; }
.connections-copy > p { margin-top: 24px; max-width: 410px; }
.connections-copy > .button { margin-top: 25px; }
.connections-copy ol { list-style: none; margin: 27px 0 0; padding: 0; font-size: 14px; color: #878b80; }
.connections-copy li { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid #e4e2dc; }
.connections-copy li span { font-size: 10px; color: #a0a196; }
.connection-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; width: 100%; max-width: 408px; justify-self: end; transform: rotate(-6deg); }
.connection-grid > div { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border-radius: 8px; background: #edebe6; box-shadow: 0 5px 10px #00000004; }
.connection-grid > div > svg { width: 32px; height: 32px; color: #85867f; }
.connection-grid > div > span { font-size: 11px; color: #92928b; }
.connection-grid .connection-brand { background: #fff; box-shadow: 0 10px 25px #0001; }
.connection-brand img { width: 36px; height: 49px; }
.connection-grid .connection-blue { background: #e2eaf2; }
.connection-blue svg { color: #7694b2 !important; }
.connection-grid .connection-mint { background: #dcead9; }
.connection-mint svg { color: #67955c !important; }
.connection-grid .connection-pink { background: #f3e1df; }
.connection-pink svg { color: #c18883 !important; }
.connection-grid .connection-violet { background: #e6e0ed; }
.connection-violet svg { color: #9b84b9 !important; }
.wide-band { margin-inline: 20px; border-radius: 20px; }
.pricing { color: #fff; background: #333b38; position: relative; isolation: isolate; }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-block: 65px; }
.pricing-copy > p { color: #b8bfb9; margin-top: 20px; font-size: 16px; }
.plan-tabs { display: flex; flex-direction: column; gap: 7px; margin-top: 29px; max-width: 370px; }
.plan-tabs button { display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; background: #ffffff06; color: #8b9690; border: 1px solid #ffffff0d; border-radius: 8px; min-height: 78px; padding: 14px 18px; transition: background .2s, color .2s; }
.plan-tabs button[aria-selected="true"] { color: #fff; background: #ffffff13; border-color: #ffffff30; }
.plan-tabs button:hover { color: #fff; }
.plan-tabs b { display: block; font-size: 20px; font-weight: 450; }
.plan-tabs small { display: block; font-size: 12px; margin-top: 3px; }
.plan-tabs svg { opacity: 0; transition: opacity .2s; }
.plan-tabs button[aria-selected="true"] svg { opacity: 1; }
.pricing-note { display: flex; align-items: center; gap: 9px; margin-top: 34px; color: #c1c8c2; font-size: 12px; }
.pricing-note svg { width: 16px; height: 16px; }
.plan-panel { min-height: 482px; background: #1a211edd; padding: 30px; border-radius: 8px; }
.plan-panel h3 { display: flex; align-items: center; gap: 12px; font-size: 28px; }
.plan-panel h3 > span:first-child { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #ffffff0c; }
.plan-price { display: grid; gap: 5px; color: white; margin-top: 22px; }
.plan-price span { color: #aeb7b1; font-size: 14px; line-height: 1; }
.plan-price strong { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; font-size: 54px; line-height: .98; font-weight: 500; letter-spacing: 0; }
.plan-price small { color: #aeb7b1; font-size: 15px; line-height: 1.2; font-weight: 500; white-space: nowrap; }
.plan-panel > p:not(.plan-price) { color: #b0b8b2; margin-top: 14px; font-size: 16px; min-height: 69px; }
.plan-panel > .button { margin-top: 21px; }
.plan-panel ul { margin: 27px 0 20px; padding: 0; list-style: none; }
.plan-panel li { display: flex; align-items: start; gap: 11px; color: #b8c1ba; font-size: 15px; padding-block: 6px; }
.plan-panel li svg { width: 17px; height: 17px; margin-top: 2px; }
.plan-panel > small { display: block; color: #78857c; font-size: 10px; }
.case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.case { min-width: 0; }
.case-visual { aspect-ratio: 1.16; display: flex; align-items: center; justify-content: center; padding: 19px; border-radius: 8px; }
.case-sales { background: #e3ebe0; }
.case-sms { background: #e0e8ee; }
.case-campaign { background: #efdfdf; }
.conversation, .code-widget, .campaign-widget { width: 100%; background: #ffffffeb; border: 1px solid #fff; border-radius: 7px; box-shadow: 0 10px 22px #262b2510; }
.conversation { padding: 12px; }
.conversation-head { display: flex; align-items: center; gap: 8px; padding-bottom: 11px; border-bottom: 1px solid #f0f0ed; }
.conversation-head .avatar { width: 28px; height: 28px; flex-basis: 28px; }
.conversation-head b { display: block; font-size: 10px; font-weight: 550; }
.conversation-head small { display: block; color: #94988d; font-size: 8px; }
.conversation-head > svg { width: 13px; height: 13px; margin-left: auto; color: #888; }
.chat { display: block; width: 84%; padding: 9px; font-size: 10px; line-height: 1.35; border-radius: 5px; margin-top: 12px; }
.incoming { background: #f1f1ed; }
.outgoing { background: #e1f2d9; margin-left: auto; }
.chat svg { display: block; margin-left: auto; width: 12px; height: 12px; color: #73a2b0; margin-top: 3px; }
.conversation-input { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; border: 1px solid #eeeee8; border-radius: 24px; padding: 7px 10px; font-size: 9px; color: #b2b4a9; }
.conversation-input svg { width: 12px; height: 12px; color: #83a473; }
.code-widget { display: flex; flex-direction: column; align-items: center; padding: 22px 14px; }
.code-widget > b { font-size: 17px; font-weight: 500; margin-top: 12px; }
.code-widget > small { font-size: 10px; color: #93968e; margin-top: 3px; }
.verification-code { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 5px; width: 100%; margin-top: 20px; }
.verification-code > span { display: grid; place-items: center; aspect-ratio: .85; border: 1px solid #e3e9ec; border-radius: 4px; font-size: 20px; }
.code-confirmation { display: flex; align-items: center; gap: 5px; color: #8e9d8b; font-size: 9px; margin-top: 17px; }
.code-confirmation svg { width: 12px; height: 12px; }
.campaign-widget { padding: 20px; }
.campaign-widget > span { display: flex; align-items: center; gap: 6px; font-size: 10px; }
.campaign-widget > span svg { width: 12px; height: 12px; }
.campaign-widget em { color: #75a468; font-size: 8px; font-style: normal; margin-left: auto; }
.campaign-widget h4 { font-size: 20px; margin-top: 19px; line-height: 1.15; }
.campaign-stat { display: flex; align-items: end; gap: 10px; margin-top: 18px; }
.campaign-stat b { font-size: 27px; line-height: 1; font-weight: 450; }
.campaign-stat small { color: #a0a297; font-size: 9px; max-width: 70px; }
.campaign-progress { height: 5px; border-radius: 3px; background: #cfe7c6; margin-top: 17px; }
.campaign-widget > small { display: flex; align-items: center; gap: 5px; font-size: 9px; color: #909a88; margin-top: 10px; }
.campaign-widget > small svg { width: 12px; height: 12px; }
.case-title { display: flex; align-items: center; justify-content: space-between; color: #95968e; font-size: 10px; margin-top: 20px; }
.case-title svg { width: 16px; height: 16px; }
.case h3 { font-size: 22px; line-height: 1.25; margin-top: 10px; }
.case > p { font-size: 15px; margin-top: 12px; line-height: 1.5; }
.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; padding-top: 50px; padding-bottom: 110px; }
.faq > div:first-child > p { margin-top: 23px; }
.faq .button { margin-top: 25px; }
.faq .button svg { width: 16px; height: 16px; }
.faq-list { border-top: 1px solid #ddded6; }
.faq details { border-bottom: 1px solid #ddded6; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 16px; font-weight: 500; min-height: 67px; padding-block: 17px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 17px; height: 17px; color: #999c91; transition: transform .2s; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details p { font-size: 15px; padding: 0 25px 20px 0; line-height: 1.55; }
.contact { background: #303b33; color: #fff; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 95px; padding-block: 60px; align-items: center; }
.contact-copy > img { width: 150px; height: 50px; object-fit: contain; margin-bottom: 37px; }
.contact-copy h2 { font-size: 40px; }
.contact-copy > p { color: #b9c3ba; margin-top: 21px; font-size: 17px; }
.contact-email { display: flex; align-items: center; gap: 8px; margin-top: 40px; font-size: 14px; overflow-wrap: anywhere; }
.contact-email svg { width: 16px; height: 16px; }
.contact-email:hover { color: var(--green); }
.contact-cnpj { display: flex; align-items: center; gap: 8px; color: #98a89a; font-size: 11px; margin-top: 16px; }
.contact-cnpj svg { width: 14px; height: 14px; }
form { padding-left: 30px; border-left: 1px solid #ffffff12; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
label { display: block; min-width: 0; font-size: 11px; color: #cbd3cb; margin-bottom: 16px; }
input, textarea { display: block; width: 100%; border: 1px solid #ffffff0e; background: #ffffff08; color: #fff; border-radius: 6px; margin-top: 7px; padding: 11px 12px; font-size: 13px; outline: none; }
input { height: 42px; }
textarea { min-height: 95px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #859789; opacity: 1; }
input:focus, textarea:focus { border-color: #8aa98d; box-shadow: 0 0 0 2px #8aa98d25; }
.form-note { margin-top: 14px; color: #819383; font-size: 10px; line-height: 1.5; max-width: 350px; }
.form-note.success { color: #9de5a4; }
.form-note.error { color: #ffb5a7; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 38px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; color: #7a7d73; }
.footer > small { font-size: 11px; color: #a0a195; }
@media (min-width: 1700px) { .hero { padding-top: 185px; min-height: 650px; } }
@media (max-width: 1100px) {
  .hero { gap: 35px; }
  h1 { font-size: 50px; }
  .hero-description { font-size: 17px; }
  .line-actions { gap: 8px; }
  .volume-widget { right: 0; width: 230px; }
  .connections { gap: 50px; }
  .pricing-layout, .contact-layout { gap: 60px; }
  .faq { gap: 65px; }
  .case-grid { gap: 18px; }
  .case-visual { padding: 12px; }
  .feature-tabs button { font-size: 12px; gap: 6px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 48px); }
  .header { gap: 15px; width: calc(100% - 48px); }
  .header nav { gap: 14px; font-size: 14px; }
  .header .button { font-size: 13px; gap: 7px; padding-left: 12px; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding-top: 151px; padding-bottom: 35px; }
  .hero-copy { max-width: 570px; }
  h1 { font-size: 50px; max-width: 500px; }
  .hero-description { max-width: 480px; }
  .hero-visual { width: min(470px, calc(100% - 24px)); height: 370px; justify-self: center; }
  .volume-widget { right: -12px; }
  .channel-strip { padding-bottom: 50px; }
  .dashboard { min-height: 360px; grid-template-columns: 130px minmax(0,1fr); }
  .dashboard-sidebar { padding: 14px 6px; }
  .dashboard-sidebar img { width: 96px; }
  .dashboard-sidebar > span { font-size: 9px; padding-inline: 7px; gap: 5px; }
  .dashboard-body { padding: 18px 15px; }
  .dashboard-account { font-size: 0; }
  .dashboard-metrics { gap: 5px; }
  .inbox-row { grid-template-columns: 1fr 1.5fr .5fr; font-size: 9px; gap: 6px; }
  .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .steps article:nth-child(3) { padding-left: 0; border-left: 0; }
  .steps article:nth-child(n+3) { border-top: 1px solid #dddcd7; }
  .steps article { padding: 19px 19px 0; }
  .steps h3 { font-size: 19px; }
  .steps p { font-size: 14px; }
  h2 { font-size: 34px; }
  .section { padding-block: 65px; }
  .feature-tabs { border-radius: 8px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .feature-tabs button { border-radius: 6px; min-height: 44px; font-size: 12px; }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-art { padding: 30px; min-height: 315px; justify-content: center; }
  .feature-widget { max-width: 420px; }
  .feature-copy { padding: 35px 12px; }
  .feature-copy h3 { font-size: 30px; }
  .feature-copy h3 br { display: none; }
  .feature-copy p { max-width: 500px; }
  .connections { gap: 40px; }
  .connections h2 { font-size: 30px; }
  .connections h2 br { display: none; }
  .connections-copy > p { font-size: 15px; }
  .connections-copy ol { font-size: 12px; }
  .connection-grid { gap: 8px; }
  .connection-grid > div { gap: 8px; }
  .connection-grid > div > svg { width: 25px; height: 25px; }
  .connection-grid > div > span { font-size: 9px; }
  .connection-brand img { width: 28px; height: 38px; }
  .wide-band { margin-inline: 12px; border-radius: 12px; }
  .pricing-layout { gap: 35px; padding-block: 40px; }
  .pricing-copy > p { font-size: 14px; }
  .plan-tabs button { padding: 12px; }
  .plan-tabs b { font-size: 18px; }
  .plan-tabs small { font-size: 10px; }
  .plan-panel { padding: 22px; }
  .plan-panel h3 { font-size: 24px; }
  .plan-price strong { font-size: 40px; }
  .plan-price small { font-size: 14px; }
  .plan-panel li { font-size: 13px; }
  .plan-panel > p:not(.plan-price) { font-size: 14px; }
  .case-grid { grid-template-columns: 1fr; gap: 30px; }
  .case { display: grid; grid-template-columns: .9fr 1fr; column-gap: 25px; align-content: center; }
  .case-visual { grid-row: 1 / 5; aspect-ratio: 1.2; padding: 20px; }
  .case-title { margin-top: 0; align-self: end; }
  .case h3 { font-size: 22px; }
  .case > p { font-size: 15px; }
  .faq { gap: 40px; grid-template-columns: .8fr 1.2fr; }
  .faq > div:first-child > p { font-size: 15px; }
  .faq summary { font-size: 15px; }
  .contact-layout { gap: 30px; padding-block: 40px; }
  .contact-copy h2 { font-size: 32px; }
  .contact-copy > p { font-size: 15px; }
  .contact-email { font-size: 12px; }
  form { padding-left: 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  label { margin-bottom: 12px; }
  .footer { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 40px); }
  .header { top: 16px; width: calc(100% - 40px); height: 60px; padding: 7px 9px 7px 17px; }
  .header .brand img { width: 122px; height: 41px; }
  .header-contact { display: none; }
  .menu-button { display: grid; }
  .header nav { display: none; position: absolute; left: 0; right: 0; top: 72px; background: #fff; border: 1px solid #e7e7e0; padding: 10px; border-radius: 8px; box-shadow: 0 10px 25px #0001; }
  .header.open nav { display: flex; flex-direction: column; gap: 0; }
  .header nav a { padding: 13px 12px; font-size: 16px; border-radius: 5px; }
  .header nav a:hover { background: #edf2e9; }
  .hero { padding-top: 126px; gap: 47px; padding-bottom: 25px; }
  .eyebrow { font-size: 11px; margin-bottom: 18px; }
  h1 { font-size: 42px; line-height: 1.08; max-width: 360px; }
  .hero-description { margin-top: 22px; font-size: 17px; max-width: 360px; }
  .actions { gap: 9px; margin-top: 24px; }
  .actions .button { font-size: 13px; gap: 8px; padding-left: 14px; }
  .actions .outline { padding-inline: 14px; }
  .hero-visual { width: calc(100% - 8px); max-width: 390px; height: 390px; }
  .lines-widget { width: calc(100% - 5px); left: 0; padding: 15px 8px 12px; }
  .widget-heading { padding-inline: 8px; }
  .widget-heading strong { font-size: 15px; }
  .widget-heading > span { font-size: 9px; }
  .line-item { padding: 8px; gap: 8px; min-height: 55px; }
  .line-item b { font-size: 11px; }
  .line-item small { font-size: 10px; }
  .line-actions { gap: 8px; }
  .line-actions svg { width: 11px; height: 11px; }
  .volume-widget { width: 195px; bottom: -7px; right: -2px; padding: 16px 16px 12px; }
  .volume-widget > strong { font-size: 25px; }
  .bar-chart { height: 98px; gap: 10px; }
  .bar-chart small { font-size: 8px; }
  .channel-strip { padding-top: 23px; padding-bottom: 38px; }
  .clients-strip { gap: 17px; text-align: center; }
  .clients-strip p { max-width: 260px; margin-inline: auto; font-size: 12px; line-height: 1.35; }
  .client-logos { width: 100vw; margin-left: calc(50% - 50vw); }
  .client-logo-track { animation-duration: 22s; }
  .client-logo-set { gap: 34px; padding-right: 34px; }
  .client-logos img { height: 31px; object-fit: contain; }
  .client-logos .logo-adobe { max-width: 112px; }
  .client-logos .logo-sensa { max-width: 116px; }
  .client-logos .logo-uniasselvi { max-width: 102px; height: 42px; }
  .client-logos .logo-unicesumar { max-width: 120px; }
  .client-logos .logo-valecard { max-width: 82px; height: 39px; }
  .onboarding { padding-top: 2px; padding-bottom: 12px; }
  .dashboard { height: auto; min-height: 0; grid-template-columns: 1fr; border-radius: 14px; box-shadow: 0 18px 45px #26291714; }
  .dashboard-sidebar { display: none; }
  .dashboard::after { height: 54px; bottom: -42px; }
  .dashboard-body { padding: 16px 14px 18px; }
  .dashboard-top { align-items: center; gap: 10px; }
  .dashboard-top > span:first-child { min-width: 0; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .dashboard-account { flex-shrink: 0; font-size: 0; }
  .dashboard-title { align-items: end; gap: 12px; margin-top: 14px; }
  .dashboard-title h2 { font-size: 20px; }
  .mock-action { flex-shrink: 0; min-height: 30px; padding: 6px 8px; font-size: 0; border-radius: 999px; }
  .mock-action svg { width: 14px; height: 14px; }
  .dashboard-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); padding-block: 16px; gap: 8px; }
  .dashboard-metrics > div { min-height: 68px; padding: 10px; border: 1px solid #eef1ea; border-left: 0; border-radius: 8px; background: #fbfbfa; }
  .dashboard-metrics small { display: block; min-height: 2.6em; font-size: 9px; line-height: 1.3; }
  .dashboard-metrics strong { margin-top: 6px; font-size: 18px; gap: 4px; flex-wrap: wrap; }
  .dashboard-metrics strong span { font-size: 8px; }
  .inbox-heading { gap: 10px; margin-bottom: 7px; font-size: 10px; }
  .inbox-heading > span { white-space: nowrap; font-size: 8px; }
  .inbox-table { display: grid; gap: 7px; }
  .inbox-row { grid-template-columns: 1fr auto; gap: 8px; padding: 9px 10px; border: 1px solid #f0f0ed; border-radius: 8px; background: #fff; font-size: 10px; }
  .inbox-row.table-head { display: none; }
  .inbox-row > span:first-child { min-width: 0; }
  .inbox-row > span:nth-child(2) { display: none; }
  .inbox-row > span:last-child { align-self: center; font-size: 9px; white-space: nowrap; }
  .steps { grid-template-columns: 1fr; margin-top: 23px; }
  .steps article:nth-child(3) { border-top: 1px solid #dddcd7; }
  .steps article, .steps article:first-child, .steps article:last-child { padding: 23px 0; display: grid; grid-template-columns: 35px 1fr; column-gap: 17px; }
  .steps article + article { border-left: 0; border-top: 1px solid #dddcd7; }
  .steps article > svg { grid-column: 1; grid-row: 2 / 4; margin: 9px 0 0; width: 24px; height: 24px; }
  .steps h3 { grid-column: 2; grid-row: 1 / 3; align-self: start; padding-top: 1px; font-size: 21px; margin-bottom: 9px; }
  .steps p { grid-column: 2; grid-row: 3; max-width: none; font-size: 15px; }
  h2 { font-size: 30px; line-height: 1.15; }
  .section { padding-block: 52px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 br { display: none; }
  .section-heading p { margin-top: 17px; font-size: 15px; }
  .section-heading p br { display: none; }
  .feature-tabs { gap: 5px; padding: 5px; margin-bottom: 10px; }
  .feature-tabs button { font-size: 12px; gap: 6px; padding-inline: 6px; min-height: 43px; }
  .feature-tabs svg { width: 14px; height: 14px; }
  .feature-art { padding: 19px; min-height: 280px; }
  .feature-widget { padding-top: 17px; }
  .feature-rows > div { padding: 10px 8px; gap: 8px; min-height: 57px; }
  .feature-rows b { font-size: 11px; }
  .feature-rows small { font-size: 10px; }
  .feature-rows em { font-size: 9px; }
  .feature-widget-footer { font-size: 9px; }
  .feature-copy { padding: 27px 0 24px; }
  .feature-copy h3 { font-size: 28px; }
  .label { margin-bottom: 17px; }
  .feature-copy p { margin-top: 18px; font-size: 16px; }
  .connections { grid-template-columns: 1fr; gap: 36px; padding-top: 25px; padding-bottom: 63px; }
  .connections-copy > p { font-size: 16px; margin-top: 19px; }
  .connections-copy ol { font-size: 13px; }
  .connection-grid { max-width: 320px; justify-self: center; gap: 12px; transform: rotate(-4deg); width: calc(100% - 14px); }
  .connection-grid > div { gap: 9px; }
  .connection-grid > div > span { font-size: 10px; }
  .connection-grid > div > svg { width: 28px; height: 28px; }
  .wide-band { margin-inline: 10px; border-radius: 10px; }
  .wide-band > .container { width: calc(100% - 36px); }
  .pricing-layout { grid-template-columns: 1fr; gap: 27px; padding-block: 33px; }
  .pricing-copy h2 br { display: none; }
  .pricing-copy > p { font-size: 15px; }
  .plan-tabs { margin-top: 22px; max-width: none; }
  .plan-tabs button { min-height: 70px; padding-inline: 17px; }
  .plan-tabs b { font-size: 19px; }
  .plan-tabs small { font-size: 11px; }
  .pricing-note { margin-top: 20px; }
  .plan-panel { min-height: 470px; padding: 24px 20px; }
  .plan-panel h3 { font-size: 26px; }
  .plan-price strong { font-size: 42px; }
  .plan-panel li { font-size: 14px; }
  .plan-panel > p:not(.plan-price) { font-size: 15px; min-height: 65px; }
  .case-grid { gap: 35px; }
  .case { display: block; }
  .case-visual { aspect-ratio: 1.3; padding: 25px; }
  .case-visual > div { max-width: 285px; }
  .case-title { margin-top: 18px; }
  .case h3 { font-size: 23px; }
  .faq { grid-template-columns: 1fr; gap: 29px; padding-top: 23px; padding-bottom: 61px; }
  .faq h2 br { display: none; }
  .faq > div:first-child > p { margin-top: 17px; font-size: 16px; }
  .faq > div:first-child > p br { display: none; }
  .faq .button { margin-top: 20px; }
  .faq summary { font-size: 15px; min-height: 63px; }
  .contact-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 34px; }
  .contact-copy > img { margin-bottom: 29px; width: 135px; height: 45px; }
  .contact-copy h2 { font-size: 32px; }
  .contact-email { margin-top: 25px; font-size: 12px; }
  .contact-cnpj { font-size: 10px; }
  form { border-left: 0; border-top: 1px solid #ffffff15; padding: 27px 0 0; }
  .form-grid { grid-template-columns: 1fr; }
  input, textarea { font-size: 16px; }
  label { font-size: 12px; margin-bottom: 15px; }
  .footer { padding-block: 30px; gap: 25px; }
  .footer nav { gap: 19px; font-size: 13px; width: 100%; }
  .footer > small { font-size: 11px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: 37px; }
  .actions .button { font-size: 12px; gap: 6px; }
  .actions .outline { padding-inline: 11px; }
  .hero-description { font-size: 16px; }
  .line-actions svg:nth-child(2) { display: none; }
  .feature-art { padding: 13px; }
  .feature-rows em { font-size: 8px; }
  .case-visual { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .client-logos { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .client-logo-track { animation: none; }
}
