:root {
  --ink: #0d0e18;
  --ink-soft: #252638;
  --text: #171823;
  --muted: #6f7080;
  --line: #e8e7ec;
  --paper: #ffffff;
  --soft: #f7f7f4;
  --lavender: #f6ecff;
  --lime: #d9fa72;
  --lime-strong: #c7ef54;
  --pink: #ef4e9b;
  --purple: #7653ee;
  --aqua: #95ece1;
  --radius-xl: 38px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(19, 18, 35, .12);
  --max: 1240px;
  --wide: 1380px;
}

/* Keep the original visual treatment while exposing link-style CTAs through
   Odoo's native button editor. */
.rb-site .rb-inline-button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

/* Parent layout blocks use Odoo's native nested-component selector (`s_card`)
   only for editor support. Neutralize the visual defaults of that snippet. */
.rb-site .rb-editable-group.s_card {
  min-width: 0;
  margin: 0;
  --card-bg: transparent;
}

/* Preserve the horizontal centering of the large layout wrappers. */
.rb-site .container.rb-editable-group.s_card,
.rb-site .container-wide.rb-editable-group.s_card {
  margin-left: auto;
  margin-right: auto;
}

/* Odoo Website integration */
body:has(.rb-site) #wrapwrap > header,
body:has(.rb-site) #wrapwrap > footer {
  display: none !important;
}

body:has(.rb-site) #wrapwrap > main {
  padding: 0 !important;
}

.rb-site {
  min-height: 100vh;
  overflow: clip;
}

.rb-site .rb-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.editor_enable .rb-site .page-loader,
body.o_is_editable .rb-site .page-loader {
  display: none !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button { cursor: pointer; }
::selection { background: var(--lime); color: var(--ink); }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 64px), var(--wide)); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.section-pad-sm { padding: 80px 0; }

.page-loader {
  position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center;
  background: var(--ink); transition: opacity .55s ease, visibility .55s ease;
}
.page-loader.hide { opacity: 0; visibility: hidden; }
.loader-mark { display: flex; gap: 7px; font: 800 30px/1 "Manrope", sans-serif; color: var(--paper); }
.loader-mark span { animation: loaderBounce .8s ease-in-out infinite alternate; }
.loader-mark span:last-child { color: var(--lime); animation-delay: .12s; }
@keyframes loaderBounce { to { transform: translateY(-8px); } }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: rgba(13,14,24,.08); box-shadow: 0 10px 40px rgba(13,14,24,.06); }
.nav-shell { width: min(calc(100% - 64px), var(--wide)); min-height: 88px; margin: auto; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.7px; white-space: nowrap; }
.brand > span:last-child > span { color: var(--purple); }
.brand-mark { position: relative; width: 31px; height: 31px; display: inline-block; transform: rotate(45deg); }
.brand-mark i { position: absolute; width: 19px; height: 19px; border-radius: 7px 2px 7px 2px; background: var(--ink); }
.brand-mark i:first-child { left: 0; top: 0; }
.brand-mark i:last-child { right: 0; bottom: 0; background: var(--lime); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: #343441; font-size: 14px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pink); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: none; width: 44px; height: 44px; padding: 12px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: .25s ease; }

.btn { display: inline-flex; align-items: center; justify-content: center; flex-wrap: nowrap; flex: 0 0 auto; gap: 11px; min-height: 48px; max-width: 100%; padding: 0 21px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 700; line-height: 1; white-space: nowrap; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn > span { display: inline-block; white-space: nowrap; }
.btn svg { width: 18px; min-width: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { color: #fff; background: var(--ink); box-shadow: 0 10px 26px rgba(13,14,24,.16); }
.btn-dark:hover { box-shadow: 0 16px 34px rgba(13,14,24,.22); }
.btn-lime { color: var(--ink); background: var(--lime); }
.btn-lime:hover { background: var(--lime-strong); box-shadow: 0 14px 34px rgba(217,250,114,.22); }
.btn-whatsapp { color: var(--ink); background: #fff; border-color: #dedde6; box-shadow: 0 10px 26px rgba(13,14,24,.08); }
.btn-whatsapp:hover { color: #fff; background: var(--purple); border-color: var(--purple); box-shadow: 0 16px 34px rgba(118,83,238,.22); }
.whatsapp-icon { width: 21px !important; fill: currentColor !important; stroke: none !important; }
.btn-outline { color: inherit; border-color: rgba(255,255,255,.25); background: transparent; }
.pricing-card:not(.featured) .btn-outline:hover { background: #fff; color: var(--ink); }
.btn-large { min-height: 58px; padding-inline: 28px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { padding-top: 28px; min-height: calc(100vh - 88px); }
.promo-bar { width: min(calc(100% - 64px), var(--wide)); min-height: 54px; margin: 0 auto 54px; padding: 11px 24px; border-radius: 999px; background: var(--lavender); display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; }
.promo-bar p { margin: 0; }
.promo-bar a { margin-left: 6px; padding: 4px 12px; border-radius: 999px; background: #fff; font-weight: 700; }
.promo-icon { color: var(--pink); font-size: 18px; }
.promo-close { margin-left: auto; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 21px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); gap: 68px; align-items: center; }
.hero-copy { padding-left: 30px; }
.eyebrow-switch { display: flex; gap: 7px; margin-bottom: 24px; }
.eyebrow { padding: 8px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; color: #8a8994; }
.eyebrow.active { color: var(--ink); border: 1px solid #dad9df; background: #fff; box-shadow: 0 5px 16px rgba(13,14,24,.05); }
.hero h1 { max-width: 720px; margin: 0; font: 800 clamp(48px, 5vw, 78px)/1.05 "Manrope", sans-serif; letter-spacing: -4.2px; }
.rotating-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: .18em; }
.rotating-word { color: transparent; background: linear-gradient(90deg, var(--pink), var(--purple)); -webkit-background-clip: text; background-clip: text; transition: opacity .28s ease, transform .28s ease; }
.rotating-word.swap-out { opacity: 0; transform: translateY(14px); }
.rotating-word.swap-in { animation: wordIn .48s cubic-bezier(.2,.8,.2,1); }
@keyframes wordIn { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: none; } }
.hero-intro { max-width: 650px; margin: 28px 0 21px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-benefits { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.hero-benefits li { display: flex; align-items: center; gap: 11px; font-size: 15px; }
.hero-benefits li span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--pink); background: #fff0f6; font-weight: 800; }
.hero-actions { display: flex; align-items: center; gap: 24px; }

.hero-visual { position: relative; height: 580px; isolation: isolate; }
.visual-backdrop { position: absolute; inset: 8% 1% 6% 7%; z-index: -2; border-radius: 42px; background: var(--lime); }
.visual-backdrop::after { content: ""; position: absolute; inset: 20px; border-radius: 32px; border: 1px solid rgba(13,14,24,.06); }
.automation-board { position: absolute; z-index: 1; top: 6%; left: 14%; width: 78%; height: 170px; border-radius: 22px; color: #fff; background: #15161c; box-shadow: var(--shadow); overflow: hidden; transform-style: preserve-3d; }
.board-topbar { height: 43px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; gap: 12px; font-size: 11px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i, .demo-top i { width: 7px; height: 7px; border-radius: 50%; background: #454651; }
.board-topbar > span:nth-child(2) { color: #c9cad0; }
.live-pill { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; border-radius: 999px; color: #dfffa0; background: rgba(217,250,114,.1); }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,250,114,.08); }
.workflow-stage { position: relative; height: 127px; display: flex; align-items: center; justify-content: space-around; padding: 12px 30px 0; }
.workflow-line { position: absolute; left: 11%; right: 11%; top: 58px; height: 1px; background: linear-gradient(90deg, var(--pink), var(--lime)); opacity: .5; }
.workflow-node { position: relative; z-index: 2; width: 74px; display: grid; justify-items: center; gap: 9px; color: #777883; font-size: 9px; transition: color .35s ease; }
.node-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; color: #8f9099; border: 1px solid #3a3b43; background: #202128; font-size: 10px; transition: .35s ease; }
.workflow-node.is-active { color: #fff; }
.workflow-node.is-active .node-icon { color: var(--ink); background: var(--lime); border-color: var(--lime); box-shadow: 0 0 0 8px rgba(217,250,114,.08); }
.workflow-pulse { position: absolute; top: 54px; left: 11%; width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(255,255,255,.12); animation: workflowMove 5s linear infinite; }
@keyframes workflowMove { from { left: 11%; } to { left: 87%; } }

.dashboard-card { position: absolute; z-index: 2; left: 12%; right: 2%; bottom: 5%; height: 365px; border: 7px solid rgba(255,255,255,.28); border-radius: 28px; background: #fff; box-shadow: 0 28px 70px rgba(15,18,23,.22); display: flex; overflow: hidden; transform-style: preserve-3d; }
.dashboard-sidebar { width: 57px; padding: 16px 0; background: #161720; display: flex; flex-direction: column; align-items: center; gap: 17px; }
.mini-brand { width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; background: var(--lime); margin-bottom: 9px; }
.mini-brand span { width: 12px; height: 12px; border-radius: 4px 1px 4px 1px; background: var(--ink); transform: rotate(45deg); }
.side-dot { width: 27px; height: 27px; border: 0; border-radius: 8px; background: transparent; position: relative; }
.side-dot::after { content: ""; position: absolute; inset: 9px; border-radius: 3px; border: 1px solid #696a75; }
.side-dot.active { background: rgba(217,250,114,.14); }
.side-dot.active::after { border-color: var(--lime); }
.dashboard-main { flex: 1; min-width: 0; padding: 20px 21px; background: #f6f6f5; }
.dashboard-head { display: flex; justify-content: space-between; align-items: center; }
.micro-label { color: #94949e; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.dashboard-head h3 { margin: 3px 0 0; font: 800 17px/1.2 "Manrope", sans-serif; letter-spacing: -.5px; }
.avatar-stack { display: flex; align-items: center; }
.avatar-stack i { display: grid; place-items: center; width: 26px; height: 26px; margin-left: -6px; border: 2px solid #f6f6f5; border-radius: 50%; background: var(--aqua); font-style: normal; font-size: 8px; font-weight: 800; }
.avatar-stack i:last-child { background: var(--ink); color: #fff; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 18px; }
.metric-card { min-height: 73px; padding: 10px 12px; border-radius: 13px; background: #fff; border: 1px solid #ebeaec; }
.metric-card span, .metric-card small { display: block; color: #888893; font-size: 8px; }
.metric-card strong { display: block; margin: 3px 0; font: 800 23px/1 "Manrope", sans-serif; }
.metric-card.accent { background: var(--lime); border-color: transparent; }
.metric-card.accent span, .metric-card.accent small { color: #555839; }
.pipeline-shell { margin-top: 14px; padding: 12px; border-radius: 15px; background: #fff; border: 1px solid #e8e7ea; }
.pipeline-head { display: flex; align-items: center; justify-content: space-between; font-size: 9px; }
.pipeline-head span { color: #9999a2; }
.pipeline-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.pipeline-column { padding: 8px; border-radius: 10px; background: #f5f5f4; }
.pipeline-column > span { display: block; margin-bottom: 7px; color: #8d8d97; font-size: 8px; }
.deal-card { padding: 8px; margin-bottom: 7px; border-radius: 8px; background: #fff; box-shadow: 0 4px 10px rgba(15,15,20,.04); font-size: 8px; }
.deal-card i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--pink); }
.deal-card b, .deal-card small { display: block; }
.deal-card small { margin: 3px 0 0 10px; color: #9a9aa2; }
.deal-card.compact { padding-block: 7px; }
.deal-card.featured { border: 1px solid rgba(118,83,238,.18); }
.deal-card.featured i { background: var(--purple); }
.floating-chip { position: absolute; z-index: 6; padding: 10px 13px; border: 1px solid rgba(13,14,24,.08); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 12px 28px rgba(13,14,24,.12); backdrop-filter: blur(10px); font-size: 11px; font-weight: 700; animation: floatChip 4s ease-in-out infinite; }
.floating-chip span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; border-radius: 50%; background: var(--lime); }
.chip-one { left: 2%; bottom: 23%; }
.chip-two { right: -3%; top: 36%; animation-delay: -.8s; }
.chip-two span { background: var(--lavender); color: var(--purple); }
.chip-three { right: 5%; bottom: 1%; animation-delay: -1.6s; }
.chip-three span { background: #ffe1ef; color: var(--pink); }
@keyframes floatChip { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.module-strip { margin-top: 68px; padding: 20px 30px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #787884; font-size: 13px; font-weight: 700; }
.module-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }

.section-heading { margin-bottom: 58px; }
.section-kicker { display: inline-block; margin-bottom: 17px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.section-heading h2, .connected-copy h2, .faq-intro h2, .diagnostic-copy h2 { margin: 0; font: 800 clamp(38px, 4vw, 61px)/1.08 "Manrope", sans-serif; letter-spacing: -3px; }
.section-heading p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 80px; }
.split-heading p { max-width: 430px; margin: 0 0 7px; font-size: 17px; }
.center-heading { text-align: center; max-width: 850px; margin-inline: auto; }
.center-heading p { max-width: 610px; margin: 20px auto 0; font-size: 17px; }

.problem-section { background: var(--soft); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.problem-card { position: relative; min-height: 340px; padding: 24px; border: 1px solid #e5e4e1; border-radius: var(--radius-lg); background: #fff; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.problem-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card-number { color: #aaaab2; font-size: 11px; font-weight: 800; }
.problem-card h3 { margin: 32px 0 10px; font: 800 22px/1.2 "Manrope", sans-serif; letter-spacing: -.8px; }
.problem-card p { margin: 0; color: var(--muted); font-size: 14px; }
.problem-icon { height: 105px; margin-top: 36px; display: flex; align-items: flex-end; justify-content: center; gap: 12px; }
.problem-icon span { width: 48px; height: 68px; border-radius: 12px; background: var(--lavender); border: 1px solid #e7d6f6; transform: rotate(-8deg); }
.problem-icon span:nth-child(2) { height: 91px; background: #fff0f6; border-color: #f7d4e4; transform: rotate(4deg); }
.problem-icon span:nth-child(3) { height: 58px; background: #effbd2; border-color: #def0ad; transform: rotate(10deg); }
.icon-clock { position: relative; align-items: center; }
.icon-clock span { width: 90px; height: 90px; border-radius: 50%; transform: none; background: #fff8dd; border-color: #f6e7a4; }
.icon-clock::before, .icon-clock::after { content: ""; position: absolute; left: 50%; top: 50%; transform-origin: 0 0; border-radius: 2px; background: var(--ink); }
.icon-clock::before { width: 28px; height: 3px; transform: rotate(-34deg); }
.icon-clock::after { width: 21px; height: 3px; transform: rotate(84deg); }
.icon-chart { align-items: flex-end; }
.icon-chart span { width: 22px; height: 43px; transform: none; border-radius: 6px 6px 0 0; background: var(--aqua); }
.icon-chart span:nth-child(2) { height: 78px; background: var(--purple); }
.icon-chart span:nth-child(3) { height: 57px; background: var(--pink); }
.solution-card { color: #fff; border-color: transparent; background: var(--ink); }
.solution-card p { color: #a9a9b2; }
.solution-orbit { position: relative; width: 120px; height: 120px; margin: 29px auto 0; display: grid; place-items: center; border: 1px dashed #444550; border-radius: 50%; }
.solution-orbit span { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; color: var(--ink); background: var(--lime); font-weight: 800; }
.solution-orbit i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--pink); animation: orbit 6s linear infinite; }
.solution-orbit i:nth-child(2) { animation-delay: -2s; background: var(--aqua); }
.solution-orbit i:nth-child(3) { animation-delay: -4s; background: var(--purple); }
@keyframes orbit { from { transform: rotate(0deg) translateX(60px) rotate(0deg); } to { transform: rotate(360deg) translateX(60px) rotate(-360deg); } }

.solutions-section { overflow: hidden; }
.solution-tabs { display: flex; justify-content: center; gap: 6px; margin-bottom: 35px; padding: 5px; border-radius: 999px; background: #f1f1ef; width: max-content; max-width: 100%; margin-inline: auto; }
.solution-tab { min-width: 118px; min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; color: #797984; background: transparent; font-size: 13px; font-weight: 700; transition: .25s ease; }
.solution-tab.active { color: #fff; background: var(--ink); box-shadow: 0 8px 20px rgba(13,14,24,.13); }
.solution-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; min-height: 500px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--soft); }
.solution-panel[hidden] { display: none; }
.solution-copy { padding-left: 10px; }
.panel-index { color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.solution-copy h3 { margin: 18px 0; font: 800 clamp(30px, 3.1vw, 48px)/1.12 "Manrope", sans-serif; letter-spacing: -2px; }
.solution-copy > p { color: var(--muted); font-size: 16px; }
.solution-copy ul { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 11px; }
.solution-copy li { position: relative; padding-left: 24px; font-weight: 600; font-size: 14px; }
.solution-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); }
.solution-demo { position: relative; min-width: 0; }
.demo-window { min-height: 385px; padding: 18px; border: 8px solid #fff; border-radius: 28px; background: #171821; box-shadow: 0 28px 70px rgba(13,14,24,.2); }
.demo-top { display: flex; align-items: center; gap: 6px; color: #92939e; font-size: 9px; }
.demo-top span { margin-left: 8px; }
.sales-funnel { height: 210px; margin-top: 20px; padding: 25px 20px; display: flex; align-items: center; justify-content: center; background: #20212b; border-radius: 18px; overflow: hidden; }
.sales-funnel div { height: 58px; display: grid; place-items: center; color: #fff; background: var(--purple); clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%); }
.sales-funnel div:nth-child(1) { width: 28%; background: var(--pink); }
.sales-funnel div:nth-child(2) { width: 26%; height: 49px; }
.sales-funnel div:nth-child(3) { width: 23%; height: 40px; background: #4f9fef; }
.sales-funnel div:nth-child(4) { width: 18%; height: 31px; color: var(--ink); background: var(--lime); }
.sales-funnel span { font: 800 20px/1 "Manrope", sans-serif; }
.sales-funnel small { font-size: 7px; }
.demo-message { margin-top: 17px; padding: 13px; border-radius: 14px; background: #fff; display: flex; align-items: center; gap: 12px; }
.demo-message > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; background: var(--lime); font-weight: 800; }
.demo-message p { margin: 0; line-height: 1.25; }
.demo-message b, .demo-message small { display: block; }
.demo-message b { font-size: 11px; }
.demo-message small { margin-top: 3px; color: #92929c; font-size: 8px; }
.project-lines { margin-top: 22px; padding: 18px; border-radius: 16px; background: #20212b; display: grid; grid-template-columns: 90px 1fr; gap: 20px 12px; }
.project-lines span { color: #aaaab3; font-size: 9px; }
.project-lines b { position: relative; height: 12px; border-radius: 999px; background: #30313b; }
.project-lines b::after { content: ""; position: absolute; left: var(--l); width: var(--w); inset-block: 0; border-radius: inherit; background: linear-gradient(90deg, var(--pink), var(--purple)); }
.web-layout { min-height: 230px; margin-top: 20px; padding: 20px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; border-radius: 16px; background: #f3f2ef; }
.web-copy-lines, .web-form { padding: 16px; border-radius: 12px; background: #fff; }
.web-copy-lines i { display: block; height: 8px; margin-bottom: 9px; border-radius: 999px; background: #dbdae0; }
.web-copy-lines i:first-child { width: 72%; height: 15px; background: var(--ink); }
.web-copy-lines i:nth-child(3) { width: 55%; }
.web-copy-lines button { margin-top: 19px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; padding: 9px 12px; font-size: 8px; }
.web-form i { display: block; height: 27px; margin-bottom: 10px; border-radius: 7px; background: #f2f1f2; }
.web-form b { display: grid; place-items: center; height: 30px; border-radius: 7px; background: var(--lime); font-size: 8px; }
.integration-map { min-height: 230px; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 16px; background: #20212b; }
.integration-map span { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid #4a4b56; border-radius: 18px; color: #fff; font-size: 9px; font-weight: 800; }
.integration-map span:nth-of-type(2) { background: var(--lime); color: var(--ink); border-color: transparent; }
.integration-map i { width: 24px; height: 1px; background: linear-gradient(90deg, var(--pink), var(--purple)); }

.offers-section { color: #fff; background: var(--ink); overflow: hidden; }
.offers-section::before { content: ""; position: absolute; }
.light-heading .section-kicker { color: var(--lime); }
.light-heading p { color: #a7a8b1; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.pricing-card { position: relative; min-height: 665px; padding: 34px 30px 30px; border: 1px solid #31323d; border-radius: 30px; background: #171820; display: flex; flex-direction: column; transition: transform .3s ease, border-color .3s ease; overflow: hidden; }
.pricing-card:hover { transform: translateY(-9px); border-color: #575865; }
.pricing-card.featured { color: var(--ink); border-color: var(--lime); background: #fff; transform: translateY(-12px); }
.pricing-card.featured:hover { transform: translateY(-19px); }
.popular-badge { position: absolute; top: 21px; right: -38px; width: 160px; padding: 5px 0; transform: rotate(38deg); background: var(--lime); text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.pricing-head { min-height: 177px; }
.plan-label { color: var(--pink); font-size: 11px; font-weight: 800; }
.pricing-card.featured .plan-label { color: var(--purple); }
.pricing-card h3 { margin: 18px 0 10px; font: 800 30px/1.1 "Manrope", sans-serif; letter-spacing: -1.2px; }
.pricing-head p { margin: 0; color: #a8a9b3; font-size: 14px; }
.pricing-card.featured .pricing-head p { color: var(--muted); }
.price { min-height: 112px; margin: 18px 0 22px; padding-bottom: 24px; border-bottom: 1px solid #31323d; display: grid; grid-template-columns: auto auto; align-items: end; justify-content: start; column-gap: 8px; }
.pricing-card.featured .price { border-color: var(--line); }
.price small { grid-column: 1 / -1; color: #9697a1; font-size: 11px; }
.price strong { font: 800 48px/1 "Manrope", sans-serif; letter-spacing: -2px; }
.price span { padding-bottom: 7px; color: #9697a1; font-size: 11px; font-weight: 700; }
.pricing-card ul { flex: 1; list-style: none; margin: 0 0 26px; padding: 0; display: grid; align-content: start; gap: 12px; }
.pricing-card li { position: relative; padding-left: 24px; color: #c0c1c8; font-size: 13px; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 800; }
.pricing-card.featured li { color: #4f505d; }
.pricing-card.featured li::before { color: var(--purple); }
.pricing-card .btn { width: 100%; }
.pricing-card.featured .btn-lime { background: var(--ink); color: #fff; }
.custom-note { margin-top: 30px; padding: 22px 26px; border: 1px solid #31323d; border-radius: 20px; display: flex; align-items: center; gap: 16px; }
.custom-note-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(217,250,114,.1); color: var(--lime); }
.custom-note p { margin: 0; color: #aaabb4; font-size: 13px; }
.custom-note strong { color: #fff; }
.custom-note a { margin-left: auto; white-space: nowrap; color: var(--lime); font-size: 13px; font-weight: 700; }

.method-section { background: var(--soft); }
.method-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 70px; }
.method-progress { position: absolute; top: 28px; left: 9%; right: 9%; height: 2px; background: #dedddf; }
.method-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--pink), var(--purple), var(--lime)); transition: width 1.2s cubic-bezier(.2,.8,.2,1); }
.method-track.in-view .method-progress span { width: 100%; }
.method-step { position: relative; text-align: center; }
.method-step > span { position: relative; z-index: 2; width: 58px; height: 58px; margin: 0 auto 28px; display: grid; place-items: center; border: 6px solid var(--soft); border-radius: 50%; color: var(--ink); background: #fff; box-shadow: 0 0 0 1px #d9d8dc; font-size: 11px; font-weight: 800; }
.method-step h3 { margin: 0 0 9px; font: 800 19px/1.2 "Manrope", sans-serif; }
.method-step p { margin: 0; color: var(--muted); font-size: 13px; }

.connected-section { background: #fff; }
.connected-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.connected-visual { position: relative; min-height: 600px; padding: 72px 65px; border-radius: var(--radius-xl); background: var(--lavender); overflow: hidden; }
.connected-visual::before { content: ""; position: absolute; width: 330px; height: 330px; left: -100px; bottom: -120px; border-radius: 50%; background: var(--lime); filter: blur(3px); opacity: .65; }
.browser-card { position: relative; z-index: 2; min-height: 400px; border: 7px solid #fff; border-radius: 26px; background: #fff; box-shadow: 0 25px 65px rgba(32,20,62,.16); overflow: hidden; }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid var(--line); color: #9999a2; font-size: 8px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #dbdae0; }
.browser-bar span { margin-left: 8px; }
.browser-content { position: relative; min-height: 351px; padding: 54px 37px; background: #fbfbf8; overflow: hidden; }
.mini-kicker { color: var(--purple); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.browser-content h3 { position: relative; z-index: 2; max-width: 330px; margin: 12px 0; font: 800 30px/1.08 "Manrope", sans-serif; letter-spacing: -1.4px; }
.browser-content p { position: relative; z-index: 2; max-width: 250px; color: var(--muted); font-size: 11px; }
.browser-content button { position: relative; z-index: 2; margin-top: 13px; padding: 10px 16px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-size: 9px; font-weight: 700; }
.browser-art { position: absolute; right: -38px; bottom: -46px; width: 270px; height: 270px; border-radius: 50%; background: var(--lime); }
.browser-art span { position: absolute; border-radius: 17px; background: #fff; box-shadow: 0 13px 28px rgba(32,20,62,.12); }
.browser-art span:nth-child(1) { width: 120px; height: 86px; top: 46px; left: 35px; transform: rotate(-8deg); }
.browser-art span:nth-child(2) { width: 106px; height: 72px; top: 104px; left: 104px; background: var(--pink); transform: rotate(7deg); }
.browser-art span:nth-child(3) { width: 80px; height: 58px; top: 155px; left: 38px; background: var(--purple); transform: rotate(-15deg); }
.connected-card { position: absolute; z-index: 5; min-width: 210px; padding: 12px 14px; border-radius: 16px; background: #fff; box-shadow: 0 16px 35px rgba(32,20,62,.16); display: flex; align-items: center; gap: 11px; animation: floatChip 4s ease-in-out infinite; }
.connected-card > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--ink); background: var(--lime); font-weight: 800; }
.connected-card b, .connected-card small { display: block; line-height: 1.3; }
.connected-card b { font-size: 10px; }
.connected-card small { color: #94949c; font-size: 8px; }
.lead-card { left: 20px; top: 41%; }
.task-card { right: 17px; bottom: 13%; animation-delay: -1.4s; }
.task-card > span { background: #ffe1ef; color: var(--pink); }
.connection-path { position: absolute; z-index: 4; border: 1px dashed rgba(118,83,238,.42); border-left: 0; }
.path-one { width: 92px; height: 90px; left: 20%; top: 43%; border-radius: 0 36px 36px 0; }
.path-two { width: 80px; height: 95px; right: 17%; bottom: 19%; border-radius: 36px 0 0 36px; border-right: 0; border-left: 1px dashed rgba(118,83,238,.42); }
.connection-path i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--purple); animation: pathPulse 2.8s ease-in-out infinite; }
.path-one i { right: -4px; top: 20px; }
.path-two i { left: -4px; bottom: 18px; }
@keyframes pathPulse { 0%,100% { opacity: .25; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.4); } }
.connected-copy h2 { margin-bottom: 24px; }
.connected-copy > p { color: var(--muted); font-size: 17px; }
.connected-points { margin: 30px 0 36px; display: grid; gap: 12px; }
.connected-points > div { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; }
.connected-points > div > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--purple); background: var(--lavender); font-size: 10px; font-weight: 800; }
.connected-points p { margin: 0; }
.connected-points b, .connected-points small { display: block; }
.connected-points b { font-size: 14px; }
.connected-points small { color: var(--muted); font-size: 12px; }

.portfolio-section { position: relative; background: var(--soft); overflow: hidden; }
.portfolio-section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; top: 60px; border-radius: 50%; background: var(--lavender); filter: blur(1px); }
.portfolio-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.portfolio-heading-side { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.portfolio-heading-side p { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; }
.portfolio-controls { display: flex; gap: 10px; flex: 0 0 auto; }
.portfolio-arrow { width: 50px; height: 50px; padding: 0; display: grid; place-items: center; border: 1px solid #dcdbe0; border-radius: 50%; color: var(--ink); background: #fff; transition: transform .22s ease, color .22s ease, background .22s ease, opacity .22s ease; }
.portfolio-arrow:hover { transform: translateY(-2px); color: #fff; background: var(--ink); }
.portfolio-arrow:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.portfolio-arrow svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.portfolio-slider { position: relative; z-index: 2; margin-top: 48px; }
.portfolio-track { display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 4px 2px 24px; outline: none; }
.portfolio-track::-webkit-scrollbar { display: none; }
.portfolio-card { flex: 0 0 calc((100% - 36px) / 3); min-width: 0; scroll-snap-align: start; border: 1px solid rgba(13,14,24,.07); border-radius: 28px; background: #fff; overflow: hidden; box-shadow: 0 16px 45px rgba(13,14,24,.06); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.portfolio-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(13,14,24,.13); }
.portfolio-shot { position: relative; display: block; height: 330px; margin: 12px 12px 0; border-radius: 20px; background: #ececf1; overflow: hidden; }
.browser-chrome { position: absolute; z-index: 3; inset: 0 0 auto; height: 34px; padding: 0 12px; display: flex; align-items: center; gap: 5px; color: #777883; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(13,14,24,.07); backdrop-filter: blur(10px); font-size: 8px; }
.browser-chrome i { width: 6px; height: 6px; border-radius: 50%; background: #d8d7dc; }
.browser-chrome span { margin-left: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.portfolio-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.portfolio-card:hover .portfolio-shot img { transform: scale(1.045); filter: brightness(.78); }
.portfolio-open { position: absolute; z-index: 4; left: 50%; top: 52%; display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 18px; border-radius: 999px; color: #fff; background: rgba(13,14,24,.88); backdrop-filter: blur(10px); font-size: 12px; font-weight: 700; opacity: 0; transform: translate(-50%, 12px); transition: opacity .3s ease, transform .3s ease; white-space: nowrap; }
.portfolio-open b { font-size: 17px; }
.portfolio-card:hover .portfolio-open, .portfolio-shot:focus-visible .portfolio-open { opacity: 1; transform: translate(-50%, 0); }
.portfolio-copy { min-height: 230px; padding: 25px 27px 29px; display: flex; flex-direction: column; }
.portfolio-copy > div > span { color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.portfolio-copy h3 { margin: 10px 0 10px; font: 800 25px/1.15 "Manrope", sans-serif; letter-spacing: -1px; }
.portfolio-copy p { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.portfolio-link { margin-top: auto; display: inline-flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.portfolio-link span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); transition: transform .25s ease; }
.portfolio-link:hover span { transform: rotate(45deg); }
.portfolio-bottom { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.portfolio-dots { display: flex; align-items: center; gap: 7px; }
.portfolio-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #c9c8ce; transition: width .25s ease, background .25s ease; }
.portfolio-dot.active { width: 30px; background: var(--ink); }
.portfolio-bottom p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.portfolio-current { color: var(--ink); font-size: 18px; font-family: "Manrope", sans-serif; font-weight: 800; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin-bottom: 22px; }
.faq-intro p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 86px; padding: 20px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 30px; text-align: left; font: 700 18px/1.35 "Manrope", sans-serif; }
.accordion-item button i { position: relative; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; background: #f2f2ef; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 9px; right: 9px; top: 14px; height: 2px; background: var(--ink); transition: transform .25s ease; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.open button i::after { transform: rotate(0); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .34s ease; }
.accordion-content p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); }
.accordion-item.open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.open .accordion-content p { padding: 0 50px 26px 0; }

.diagnostic-section { color: #fff; background: var(--ink); }
.diagnostic-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.diagnostic-copy { position: sticky; top: 130px; padding-top: 30px; }
.diagnostic-copy .section-kicker { color: var(--lime); }
.diagnostic-copy h2 { margin-bottom: 25px; }
.diagnostic-copy > p { color: #aaabb4; font-size: 17px; }
.diagnostic-proof { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.diagnostic-proof div { padding: 16px; border: 1px solid #30313c; border-radius: 16px; }
.diagnostic-proof strong, .diagnostic-proof span { display: block; }
.diagnostic-proof strong { color: var(--lime); font: 800 20px/1.2 "Manrope", sans-serif; }
.diagnostic-proof span { margin-top: 5px; color: #91929c; font-size: 9px; }
.lead-form { padding: 34px; border-radius: 28px; color: var(--text); background: #fff; }
.form-head { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.form-head > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: var(--lavender); color: var(--purple); font-size: 10px; font-weight: 800; }
.form-head b, .form-head small { display: block; }
.form-head b { font: 800 18px/1.2 "Manrope", sans-serif; }
.form-head small { color: var(--muted); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { font-size: 11px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #dedde2; border-radius: 12px; background: #fafafa; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid input, .form-grid select { height: 49px; padding: 0 13px; }
.form-grid textarea { padding: 13px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(118,83,238,.08); }
.form-grid .invalid { border-color: #db3f70; box-shadow: 0 0 0 4px rgba(219,63,112,.08); }
.consent { margin: 20px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 10px; }
.consent input { margin-top: 3px; accent-color: var(--purple); }
.lead-form .btn { width: 100%; border: 0; }
.form-status { min-height: 20px; margin: 12px 0 0; text-align: center; color: #277c55; font-size: 12px; font-weight: 700; }
.form-status.error { color: #b12e58; }

.site-footer { color: #fff; background: #080911; }
.footer-top { padding: 78px 0 52px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.brand-light .brand-mark i:first-child { background: #fff; }
.footer-brand p { max-width: 470px; margin: 25px 0 0; color: #93949e; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 11px; }
.footer-links strong { margin-bottom: 8px; font-size: 12px; }
.footer-links a, .footer-links span { color: #93949e; font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { min-height: 72px; border-top: 1px solid #24252f; display: flex; align-items: center; justify-content: space-between; color: #777882; font-size: 10px; }
.footer-bottom div { display: flex; gap: 20px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 210; min-width: 58px; height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; background: rgba(13,14,24,.94); box-shadow: 0 16px 38px rgba(13,14,24,.24); backdrop-filter: blur(14px); font-size: 12px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px); background: var(--purple); border-color: rgba(255,255,255,.28); box-shadow: 0 22px 44px rgba(118,83,238,.26); }
.whatsapp-float svg { width: 25px; fill: currentColor; }
.back-top { position: fixed; right: 29px; bottom: 92px; z-index: 200; width: 45px; height: 45px; border: 0; border-radius: 50%; color: var(--ink); background: var(--lime); box-shadow: 0 10px 25px rgba(13,14,24,.15); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.back-top.show { opacity: 1; visibility: visible; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.8,.2,1), transform .75s cubic-bezier(.2,.8,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .nav-shell { gap: 24px; }
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: .95fr 1.05fr; gap: 25px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: 58px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card { padding-inline: 22px; }
  .connected-grid { gap: 50px; }
}

@media (max-width: 980px) {
  .container, .container-wide, .nav-shell, .promo-bar { width: min(calc(100% - 36px), var(--max)); }
  .section-pad { padding: 85px 0; }
  .main-nav { position: fixed; inset: 88px 18px auto; z-index: 1001; padding: 28px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); display: grid; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { max-width: 760px; width: 100%; margin: 20px auto 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-panel { grid-template-columns: 1fr; gap: 35px; padding: 38px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .pricing-card, .pricing-card.featured { min-height: auto; transform: none; }
  .pricing-card.featured:hover, .pricing-card:hover { transform: translateY(-6px); }
  .method-track { grid-template-columns: repeat(2, 1fr); gap: 38px; }
  .method-progress { display: none; }
  .connected-grid, .faq-grid, .diagnostic-shell, .footer-top { grid-template-columns: 1fr; }
  .connected-copy { max-width: 760px; }
  .faq-intro, .diagnostic-copy { position: static; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 24px; }
  .portfolio-heading-side { align-items: center; }
  .portfolio-card { flex-basis: calc((100% - 18px) / 2); }
  .footer-top { gap: 50px; }
}

@media (max-width: 680px) {
  .btn { gap: 8px; padding-inline: 17px; font-size: 13px; }
  .btn-large { min-height: 54px; padding-inline: 20px; font-size: 13.5px; }
  .pricing-card .btn, .lead-form .btn { width: 100%; }
  .hero-actions .btn { width: auto; }
  .section-pad { padding: 72px 0; }
  .section-pad-sm { padding: 65px 0; }
  .nav-shell { min-height: 74px; }
  .main-nav { top: 74px; }
  .promo-bar { margin-bottom: 38px; border-radius: 20px; justify-content: flex-start; }
  .promo-bar p { font-size: 11px; }
  .promo-bar a { display: none; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); letter-spacing: -2.8px; }
  .rotating-line { display: block; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 460px; }
  .automation-board { left: 8%; width: 86%; height: 145px; }
  .workflow-stage { padding-inline: 10px; }
  .workflow-node { width: 57px; }
  .workflow-node small { font-size: 7px; }
  .dashboard-card { left: 5%; right: 1%; bottom: 4%; height: 305px; }
  .dashboard-sidebar { width: 43px; }
  .dashboard-main { padding: 14px; }
  .dashboard-head h3 { font-size: 13px; }
  .metric-row { gap: 5px; }
  .metric-card { min-height: 60px; padding: 8px; }
  .metric-card strong { font-size: 18px; }
  .pipeline-columns { gap: 4px; }
  .pipeline-column { padding: 5px; }
  .deal-card { padding: 5px; }
  .chip-one { left: 0; }
  .chip-two { right: -2%; }
  .chip-three { display: none; }
  .module-strip { gap: 12px; padding-inline: 8px; }
  .section-heading h2, .connected-copy h2, .faq-intro h2, .diagnostic-copy h2 { font-size: 38px; letter-spacing: -2px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 310px; }
  .solution-tabs { width: 100%; overflow-x: auto; justify-content: flex-start; }
  .solution-tab { min-width: 105px; }
  .solution-panel { padding: 25px; border-radius: 25px; }
  .solution-copy h3 { font-size: 34px; }
  .demo-window { min-height: 320px; }
  .sales-funnel { padding-inline: 8px; }
  .custom-note { align-items: flex-start; flex-wrap: wrap; }
  .custom-note a { margin-left: 54px; }
  .method-track { grid-template-columns: 1fr; }
  .method-step { text-align: left; display: grid; grid-template-columns: 58px 1fr; column-gap: 18px; }
  .method-step > span { grid-row: 1 / 3; margin: 0; }
  .connected-visual { min-height: 490px; padding: 40px 24px; }
  .browser-content { padding: 43px 24px; }
  .lead-card { left: 6px; top: 45%; }
  .task-card { right: 5px; bottom: 8%; }
  .portfolio-heading-side { align-items: flex-start; flex-direction: column; }
  .portfolio-card { flex-basis: 88%; }
  .portfolio-shot { height: 300px; }
  .portfolio-copy { min-height: 215px; padding: 23px 22px 25px; }
  .portfolio-open { opacity: 1; top: auto; bottom: 14px; transform: translate(-50%, 0); }
  .accordion-item button { font-size: 16px; }
  .diagnostic-proof { grid-template-columns: 1fr; }
  .lead-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; min-width: 56px; padding: 0; }
  .whatsapp-float span { display: none; }
  .back-top { right: 22px; bottom: 84px; }
}

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