:root {
  --ink: #0b1820;
  --muted: #536670;
  --soft: #f2f8f6;
  --line: #dce9e6;
  --purple: #0d8f7c;
  --purple-dark: #076b5d;
  --purple-soft: #e3f7f2;
  --green: #12a77d;
  --accent: #ff8061;
  --dark: #081b22;
  --radius: 18px;
  --shell: 1240px;
  --shadow: 0 20px 55px rgba(5, 58, 56, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI Variable", "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link { position: fixed; top: -60px; left: 14px; z-index: 999; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 14px; }
.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.section { padding: 78px 0; }

.header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 72px;
  border-bottom: 1px solid rgba(229,230,238,.85);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; letter-spacing: -.03em; white-space: nowrap; }
.brand img { width: 40px; height: 40px; border-radius: 12px; box-shadow: 0 9px 24px rgba(13,143,124,.24); }
.nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; }
.nav > a:not(.nav-cta) { color: #4d5062; }
.nav > a:hover { color: var(--purple); }
.nav-cta { padding: 11px 16px; border-radius: 11px; background: var(--ink); color: #fff; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 0; border-radius: 12px; background: var(--soft); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { padding: 126px 0 30px; background: radial-gradient(circle at 88% 15%, rgba(45,224,189,.13), transparent 34%), radial-gradient(circle at 8% 75%, rgba(255,128,97,.10), transparent 28%), linear-gradient(180deg, #f8fcfb 0%, #fff 82%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr); align-items: center; gap: 40px; }
.kicker, .section-label { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 6px rgba(13,143,124,.12); }
.hero h1 { max-width: 700px; margin: 17px 0 0; font-size: clamp(50px, 5.4vw, 77px); line-height: .99; letter-spacing: -.062em; }
.hero h1 em { color: var(--purple); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg, #0d9f88, #087d91); box-shadow: 0 12px 27px rgba(13,143,124,.25); }
.button.secondary { border-color: var(--line); background: #fff; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 9px 17px; margin-top: 19px; color: #56596b; font-size: 12px; font-weight: 700; }
.hero-checks span::first-letter { color: var(--green); }

.product-showcase { position: relative; border: 1px solid #cfe2de; border-radius: 26px; background: #eff7f5; box-shadow: var(--shadow); overflow: hidden; }
.showcase-top { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #d8e7e3; background: #fff; }
.showcase-brand { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.showcase-brand img { width: 30px; height: 30px; border-radius: 9px; }
.showcase-live { display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 9px; color: #4e5162; background: #f4f4f8; font-size: 10px; font-weight: 700; }
.showcase-live i { width: 7px; height: 7px; border-radius: 50%; background: #27b376; box-shadow: 0 0 0 4px rgba(39,179,118,.12); }
.showcase-body { display: flex; min-height: 398px; }
.mini-nav { width: 58px; flex: 0 0 58px; padding: 18px 14px; border-right: 1px solid #e2e3ea; background: #fff; }
.mini-nav b, .mini-nav i { display: block; width: 29px; height: 27px; margin-bottom: 13px; border-radius: 8px; background: #ececf2; }
.mini-nav b { height: 8px; margin: 2px 0 22px; background: #c7c5d8; }
.mini-nav i.active { background: var(--purple-soft); box-shadow: inset 3px 0 var(--purple); }
.dashboard { min-width: 0; flex: 1; padding: 22px; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; }
.dashboard-head div { display: grid; gap: 3px; }
.dashboard-head small { color: #8a8d9c; font-size: 8px; }
.dashboard-head strong { font-size: 16px; }
.dashboard-head > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #24c9a9, #087d91); font-size: 8px; font-weight: 900; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 19px; }
.stats article { display: grid; gap: 5px; min-width: 0; padding: 14px; border: 1px solid #e4e5eb; border-radius: 13px; background: #fff; }
.stats small { color: #8f92a0; font-size: 7px; }
.stats strong { font-size: 14px; }
.stats em { color: var(--green); font-size: 7px; font-style: normal; }
.dashboard-lower { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10px; margin-top: 10px; }
.chart-box, .activity-box { min-width: 0; height: 195px; padding: 14px; border: 1px solid #e4e5eb; border-radius: 13px; background: #fff; }
.chart-box header, .activity-box header { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.chart-box header strong, .activity-box header strong { font-size: 9px; }
.chart-box header small, .activity-box header small { color: #9a9ca9; font-size: 7px; }
.bars { height: 138px; display: flex; align-items: end; gap: 8px; margin-top: 18px; padding: 0 5px 8px; border-bottom: 1px solid #eeeef3; background: repeating-linear-gradient(to bottom, #f2f2f6 0 1px, transparent 1px 34px); }
.bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(#32d9b7, #0b8e80); }
.bars i:nth-child(1) { height: 41%; }.bars i:nth-child(2) { height: 57%; }.bars i:nth-child(3) { height: 49%; }.bars i:nth-child(4) { height: 74%; }.bars i:nth-child(5) { height: 62%; }.bars i:nth-child(6) { height: 91%; }.bars i:nth-child(7) { height: 80%; }
.activity-box p { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin: 15px 0 0; padding-bottom: 14px; border-bottom: 1px solid #eeeef3; font-size: 7px; }
.activity-box p:last-child { border-bottom: 0; }
.activity-box span { padding: 4px 7px; border-radius: 10px; color: var(--green); background: #eaf7f1; font-size: 6px; }
.phone-summary { position: absolute; right: 18px; bottom: 18px; width: 164px; padding: 16px; border: 6px solid var(--dark); border-radius: 25px; background: #f8f8fb; box-shadow: 0 18px 40px rgba(25,24,55,.24); transform: rotate(2deg); }
.phone-head { display: flex; align-items: center; gap: 7px; }
.phone-head img { width: 23px; height: 23px; border-radius: 7px; }
.phone-head b { font-size: 8px; }
.phone-head i { width: 14px; height: 14px; margin-left: auto; border-radius: 50%; background: #e7e7ed; }
.phone-summary > small { display: block; margin-top: 18px; color: #9295a3; font-size: 6px; }
.phone-summary > strong { display: block; margin-top: 3px; font-size: 18px; }
.phone-bars { height: 48px; display: flex; align-items: end; gap: 4px; margin: 10px 0; }
.phone-bars i { flex: 1; border-radius: 3px 3px 1px 1px; background: linear-gradient(#32d9b7, #0b8e80); }
.phone-bars i:nth-child(1){height:35%}.phone-bars i:nth-child(2){height:52%}.phone-bars i:nth-child(3){height:44%}.phone-bars i:nth-child(4){height:72%}.phone-bars i:nth-child(5){height:66%}.phone-bars i:nth-child(6){height:88%}
.phone-summary p { display: flex; justify-content: space-between; margin: 7px 0 0; padding: 8px; border-radius: 8px; background: #fff; font-size: 6px; }
.phone-summary button { width: 100%; margin-top: 9px; padding: 8px; border: 0; border-radius: 8px; color: #fff; background: var(--purple); font-size: 6px; font-weight: 800; }
.device-strip { display: grid; grid-template-columns: auto repeat(4, 1fr); align-items: center; gap: 14px; margin-top: 26px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 14px; color: #747789; background: #fff; font-size: 11px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.device-strip span { color: #9b9da9; font-weight: 800; }
.device-strip b { font-weight: 800; }

.section-intro { max-width: 800px; }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro.split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 42px; }
.section-label.light { color: #cbc6ff; }
h2 { margin: 13px 0 0; font-size: clamp(36px, 4.3vw, 55px); line-height: 1.07; letter-spacing: -.052em; }
.section-intro p, .faq-copy > p, .technology-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.section-intro.centered p { max-width: 700px; margin-inline: auto; }

.problem { background: var(--soft); }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.compare-card { padding: 26px; border-radius: var(--radius); }
.compare-card h3 { margin: 0 0 19px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.compare-card ul { list-style: none; display: grid; gap: 13px; margin: 0; padding: 0; }
.compare-card li { display: flex; align-items: center; gap: 10px; color: #55586a; font-size: 14px; }
.compare-card li span { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 8px; font-weight: 900; }
.compare-card.old { border: 1px solid #dfe0e8; background: #fff; }
.compare-card.old h3, .compare-card.old li span { color: #a34e58; }.compare-card.old li span { background: #fae9eb; }
.compare-card.new { color: #fff; background: linear-gradient(135deg, #2b2652, #17172d); box-shadow: 0 16px 40px rgba(24,23,52,.15); }
.compare-card.new h3 { color: #cfcaff; }.compare-card.new li { color: #e0e0e8; }.compare-card.new li span { color: #bff4df; background: rgba(34,160,107,.2); }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 32px; }
.solution-card { display: grid; grid-template-columns: 50px 1fr; gap: 16px; min-height: 218px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.solution-card:hover { transform: translateY(-4px); border-color: #cfcaf9; box-shadow: 0 14px 35px rgba(32,28,82,.09); }
.solution-card .icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--purple-soft); font-size: 23px; }
.solution-card h3 { margin: 2px 0 8px; font-size: 18px; }
.solution-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.solution-card span { display: block; margin-top: 17px; color: var(--purple); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.segment-callout { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 15px; padding: 20px 22px; border: 1px dashed #9bcfc4; border-radius: 16px; background: #f6fbfa; }
.segment-callout strong { font-size: 15px; }.segment-callout p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.technology { color: #fff; background: var(--dark); }
.technology-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.technology-copy h2 { max-width: 680px; }
.technology-copy > p { max-width: 650px; color: #b8bac7; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 27px; }
.benefit-list article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.045); }
.benefit-list article > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #c7c1ff; background: rgba(91,70,232,.2); font-size: 9px; font-weight: 900; }
.benefit-list strong { display: block; font-size: 13px; }.benefit-list p { margin: 5px 0 0; color: #aeb0bf; font-size: 11px; line-height: 1.55; }
.ops-panel { padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.ops-panel header { display: flex; justify-content: space-between; align-items: center; }
.ops-panel header div { display: grid; gap: 3px; }.ops-panel header small { color: #a9aabb; font-size: 9px; }.ops-panel header strong { font-size: 14px; }.ops-panel header > span { color: #9698a8; }
.ops-number { display: grid; margin-top: 28px; }.ops-number small { color: #a9aabb; font-size: 9px; }.ops-number strong { margin-top: 5px; font-size: 43px; }.ops-number em { margin-top: 3px; color: #75e0b5; font-size: 9px; font-style: normal; }
.ops-progress { height: 8px; margin: 21px 0 16px; border-radius: 8px; background: rgba(255,255,255,.08); overflow: hidden; }.ops-progress i { display: block; width: 84%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #19c5a2, #ff8061); }
.ops-row { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }.ops-row span { display: flex; align-items: center; gap: 9px; color: #bfc0cc; }.ops-row i { width: 8px; height: 8px; border-radius: 50%; }.ops-row i.green{background:#49d29e}.ops-row i.yellow{background:#e8b24a}.ops-row i.gray{background:#727487}
.ops-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }.ops-footer span { display: grid; gap: 8px; padding: 14px; border-radius: 13px; color: #aeb0bf; background: rgba(255,255,255,.05); font-size: 9px; }.ops-footer b { color: #fff; font-size: 12px; }

.capabilities { background: var(--soft); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.capability-grid article { display: grid; grid-template-columns: 38px 1fr; gap: 13px; min-height: 160px; padding: 22px; background: #fff; }
.capability-grid article > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: var(--purple); background: var(--purple-soft); font-size: 9px; font-weight: 900; }
.capability-grid h3 { margin: 1px 0 7px; font-size: 16px; }.capability-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 30px; }
.process-grid article { position: relative; min-height: 195px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.process-grid article > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-size: 10px; font-weight: 900; }
.process-grid h3 { margin: 22px 0 8px; font-size: 18px; }.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.faq { background: #f7fbfa; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; }
.faq-copy { align-self: start; position: sticky; top: 105px; }.faq-copy > p { max-width: 430px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; font-weight: 800; }
.faq-item button i { position: relative; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--purple-soft); }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 8px; top: 13px; width: 12px; height: 2px; border-radius: 2px; background: var(--purple); transition: transform .22s; }.faq-item button i::after { transform: rotate(90deg); }.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding: 0 50px 22px 0; }

.contact { padding-bottom: 52px; }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; padding: 42px; border-radius: 26px; color: #fff; background: linear-gradient(135deg, #0a776c, #0b3446 58%, #081b22); box-shadow: 0 24px 65px rgba(5, 67, 66, .24); }
.contact-copy h2 { max-width: 600px; }.contact-copy > p { max-width: 520px; margin: 17px 0 0; color: #d2ebe6; line-height: 1.65; }
.contact-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }.contact-tags span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(255,255,255,.07); font-size: 9px; font-weight: 800; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.08); }
.lead-form label { display: grid; gap: 7px; }.lead-form label.full { grid-column: 1 / -1; }.lead-form label span { color: #e8f7f4; font-size: 10px; font-weight: 800; }
.lead-form input, .lead-form textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; outline: 0; color: #fff; background: rgba(16,11,73,.22); font-size: 12px; }.lead-form textarea { min-height: 100px; resize: vertical; }.lead-form input::placeholder, .lead-form textarea::placeholder { color: #b6d5cf; }.lead-form input:focus, .lead-form textarea:focus { border-color: rgba(255,255,255,.65); }
.form-button { grid-column: 1 / -1; width: 100%; color: var(--purple-dark); background: #fff; }.lead-form > small { grid-column: 1 / -1; color: #b8d8d2; font-size: 8px; text-align: center; }

.footer { padding: 32px 0 20px; color: #fff; background: #111121; }
.footer-main { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; padding-bottom: 25px; }.footer-brand { font-size: 17px; }.footer-main > div:first-child p { max-width: 400px; margin: 15px 0 0; color: #8e90a1; font-size: 12px; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }.footer-links div { display: grid; align-content: start; gap: 9px; }.footer-links strong { margin-bottom: 3px; font-size: 11px; }.footer-links a { color: #8e90a1; font-size: 11px; }.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); color: #707284; font-size: 9px; }
.whatsapp { position: fixed; z-index: 90; right: 17px; bottom: 17px; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 17px; color: #fff; background: #20b86b; box-shadow: 0 15px 35px rgba(26,173,97,.33); }.whatsapp svg { width: 27px; height: 27px; fill: currentColor; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .product-showcase { width: min(760px, 100%); }
  .technology-grid { gap: 30px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 62px 0; }
  .header { height: 66px; }
  .brand img { width: 38px; height: 38px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 66px 0 auto; display: grid; gap: 0; padding: 14px 16px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 38px rgba(28,24,70,.12); opacity: 0; visibility: hidden; transform: translateY(-130%); pointer-events: none; transition: opacity .25s, transform .25s, visibility 0s linear .25s; }
  .nav.open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
  .nav a:not(.nav-cta) { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; text-align: center; }
  .hero { padding-top: 100px; }
  .section-intro.split, .technology-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .section-intro.split { gap: 18px; }
  .technology-grid { gap: 28px; }
  .faq-grid { gap: 31px; }
  .faq-copy { position: static; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { gap: 26px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding: 50px 0; }
  .hero { padding: 91px 0 22px; }
  .hero h1 { font-size: 44px; }
  .hero-copy > p { font-size: 15px; line-height: 1.6; }
  .hero-actions { display: grid; }.button { width: 100%; }
  .hero-checks { display: grid; gap: 8px; }
  .product-showcase { border-radius: 20px; }
  .showcase-top { height: 51px; padding: 0 14px; }
  .showcase-body { min-height: 300px; }
  .mini-nav { display: none; }
  .dashboard { padding: 14px; }
  .dashboard-head strong { font-size: 13px; }
  .stats { gap: 7px; margin-top: 13px; }.stats article { padding: 10px; }.stats strong { font-size: 11px; }
  .dashboard-lower { grid-template-columns: 1fr; }.chart-box { height: 160px; }.activity-box { display: none; }.bars { height: 105px; }
  .phone-summary { right: 11px; bottom: 10px; width: 126px; padding: 12px; border-width: 5px; border-radius: 20px; }.phone-summary > small { margin-top: 11px; }.phone-summary > strong { font-size: 15px; }.phone-bars { height: 37px; }.phone-summary p { padding: 6px; }.phone-summary button { padding: 6px; }
  .device-strip { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; padding: 14px; text-align: left; }.device-strip span { grid-column: 1 / -1; }
  h2 { font-size: 36px; }
  .compare, .solution-grid, .benefit-list, .capability-grid, .process-grid, .footer-main { grid-template-columns: 1fr; }
  .compare-card { padding: 21px; }.compare-card li { align-items: flex-start; }
  .solution-card { min-height: auto; padding: 19px; }
  .segment-callout { align-items: flex-start; flex-direction: column; }.segment-callout .button { width: 100%; }
  .technology-grid { gap: 24px; }.ops-panel { padding: 20px; }.ops-footer { grid-template-columns: 1fr; }
  .capability-grid article { min-height: auto; }
  .process-grid article { min-height: auto; }
  .faq-item button { min-height: 66px; font-size: 14px; }.faq-item.open .faq-answer p { padding-right: 35px; }
  .contact-card { padding: 24px 16px; border-radius: 21px; }.contact-copy h2 { font-size: 34px; }.lead-form { grid-template-columns: 1fr; padding: 17px; }.lead-form label.full, .form-button, .lead-form > small { grid-column: auto; }
  .footer-main { gap: 28px; }.footer-links { gap: 18px; }.footer-bottom { flex-direction: column; gap: 7px; }
  .whatsapp { right: 12px; bottom: 12px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 39px; }
  .stats article:nth-child(3) { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .phone-summary { width: 116px; }
  .footer-links { grid-template-columns: 1fr; }
}

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


/* CRIAFLEX — identidade visual */
.brand-word {
  background: linear-gradient(90deg, #0b1820 0 51%, #0d8f7c 51% 82%, #ff8061 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -.045em;
}
.footer .brand-word { background: linear-gradient(90deg, #f4fffc 0 51%, #39d8ba 51% 82%, #ff9278 82%); -webkit-background-clip: text; background-clip: text; }
.solution-card .icon { color: var(--purple); border: 1px solid #c9eae2; background: linear-gradient(145deg, #effbf8, #e2f5f1); }
.solution-card .icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.solution-card:nth-child(2n) .icon { color: #df6549; border-color: #ffd4c9; background: #fff2ee; }
.product-showcase::before { content:""; position:absolute; inset:0 auto auto 0; width:100%; height:4px; z-index:5; background:linear-gradient(90deg,#2de0bd 0 64%,#ff8061 64%); }
.kicker { color:#0b7e70; }
.hero h1 em { background: linear-gradient(90deg,#0d8f7c,#0a7b91 68%,#ff8061); -webkit-background-clip:text; background-clip:text; color:transparent; }
.contact-card .section-label.light { color:#90f0dd; }
.nav-cta { background: linear-gradient(135deg,#0b1820,#103947); }
.whatsapp { border-radius: 50%; }

/* Nossos clientes */
.clients {
  padding: 54px 0 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 15%, rgba(13, 143, 124, .08), transparent 28%),
    linear-gradient(180deg, #fbfefd, #f4faf8);
}
.clients-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 28px;
}
.clients-head h2 { margin-top: 10px; }
.clients-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}
.client-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 57, 55, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.client-card:hover {
  transform: translateY(-4px);
  border-color: #bcded6;
  box-shadow: 0 16px 38px rgba(7, 57, 55, .11);
}
.client-logo {
  height: 156px;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
}
.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-logo-dark { background: #151a21; }
.client-logo-light { background: linear-gradient(145deg, #fff, #f3f5f5); }
.client-logo-black { background: #050607; }
.client-logo-white { background: #fff; border-bottom: 1px solid var(--line); }
.client-logo-dark img { max-width: 126px; }
.client-logo-light img { max-width: 134px; }
.client-logo-black img,
.client-logo-white img { max-width: 210px; max-height: 80px; }
.client-copy {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 16px 16px;
  text-align: center;
}
.client-copy strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}
.client-copy span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 920px) {
  .client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-logo { height: 150px; }
}

@media (max-width: 620px) {
  .clients { padding: 42px 0 48px; }
  .clients-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 20px; }
  .clients-head p { font-size: 14px; }
  .client-grid { gap: 10px; }
  .client-card { border-radius: 15px; }
  .client-logo { height: 112px; padding: 12px; }
  .client-logo-dark img,
  .client-logo-light img { max-width: 92px; }
  .client-logo-black img,
  .client-logo-white img { max-width: 138px; max-height: 60px; }
  .client-copy { min-height: 76px; padding: 12px 10px 14px; }
  .client-copy strong { font-size: 13px; }
  .client-copy span { font-size: 11px; }
}
