:root {
  --orange: #f5822a;
  --orange-dark: #cf5e0b;
  --orange-soft: #fff1e5;
  --blue: #276884;
  --ink: #17191b;
  --charcoal: #23272a;
  --slate: #5e656b;
  --mist: #f3f4f4;
  --white: #ffffff;
  --line: #dde0e1;
  --success: #1f8f5f;
  --shadow: 0 22px 60px rgba(20, 23, 25, .13);
  --shadow-soft: 0 12px 34px rgba(20, 23, 25, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(245, 130, 42, .55); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topbar { background: #101214; color: #e8e9e9; font-size: .82rem; }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 22px; }
.topbar a:hover { color: var(--orange); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(221,224,225,.8); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { width: 152px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 750; }
.nav-links > a:not(.btn) { position: relative; padding-block: 9px; }
.nav-links > a:not(.btn)::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.nav-links > a:hover::after, .nav-links > a[aria-current="page"]::after { transform: scaleX(1); }
.client-dropdown { position: relative; }
.client-dropdown summary { list-style: none; cursor: pointer; font-weight: 800; }
.client-dropdown summary::-webkit-details-marker { display: none; }
.client-dropdown summary::after { content: "↓"; margin-left: 6px; color: var(--orange); }
.client-menu { position: absolute; top: calc(100% + 16px); right: 0; width: 270px; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); }
.client-menu a { display: block; padding: 12px; border-radius: 9px; }
.client-menu a:hover { background: var(--orange-soft); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--white); align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 22px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle { flex-direction: column; gap: 5px; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.menu-overlay { display: none; position: fixed; inset: 0; z-index: 90; background: rgba(15,17,18,.55); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 28px rgba(245,130,42,.25); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-outline { border-color: rgba(255,255,255,.45); color: var(--white); background: rgba(255,255,255,.07); }
.btn-outline-dark { border-color: var(--line); background: var(--white); }
.btn-arrow::after { content: "↗"; font-size: 1.15em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffc18d; }
.display { max-width: 850px; margin: 0; font-size: clamp(2.65rem, 6.2vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.section-title { max-width: 760px; margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.06; letter-spacing: -.04em; }
.lead { max-width: 700px; margin: 22px 0 0; color: var(--slate); font-size: clamp(1.06rem, 1.8vw, 1.28rem); }
.muted { color: var(--slate); }
.section { padding: clamp(76px, 10vw, 130px) 0; }
.section-soft { background: var(--mist); }
.section-dark { color: var(--white); background: var(--charcoal); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.section-head p { max-width: 470px; margin: 0; color: var(--slate); }
.section-dark .section-head p { color: #bdc0c2; }

.hero { position: relative; overflow: hidden; color: var(--white); background: #151719; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(245,130,42,.25), transparent 32%), linear-gradient(90deg, rgba(17,19,20,.98) 0%, rgba(17,19,20,.9) 45%, rgba(17,19,20,.36) 75%, rgba(17,19,20,.62) 100%); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% 43%; opacity: .76; }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr); align-items: center; gap: 70px; padding-block: 76px; }
.hero-copy { max-width: 820px; }
.hero-copy .display span { color: #ff9b4e; }
.hero-copy .lead { color: #e2e3e4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: #d0d2d3; font-size: .9rem; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: #50d596; box-shadow: 0 0 0 7px rgba(80,213,150,.15); }
.hero-card { align-self: end; margin-bottom: 6px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(21,23,25,.72); backdrop-filter: blur(12px); }
.hero-card-label { color: #b8bbbd; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-card strong { display: block; margin-top: 9px; font-size: 1.25rem; line-height: 1.25; }
.hero-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #ffc18d; font-weight: 800; }

.trust-strip { position: relative; z-index: 2; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.trust-item { min-height: 122px; padding: 25px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.25rem; }
.trust-item span { display: block; margin-top: 4px; color: var(--slate); font-size: .87rem; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.solution-card { position: relative; min-height: 340px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: #f5b17c; box-shadow: var(--shadow-soft); }
.solution-card .number { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.solution-card h3 { margin: 58px 0 12px; font-size: 1.55rem; line-height: 1.1; }
.solution-card p { margin: 0; color: var(--slate); }
.solution-card .text-link { position: absolute; right: 30px; bottom: 27px; left: 30px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 850; }
.solution-card.featured { color: var(--white); border-color: var(--orange); background: var(--orange); }
.solution-card.featured .number, .solution-card.featured p { color: #fff7f0; }
.solution-card.featured .text-link { border-color: rgba(255,255,255,.35); }

.split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(44px, 8vw, 100px); }
.image-frame { position: relative; }
.image-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; border-radius: var(--radius); }
.image-badge { position: absolute; right: -24px; bottom: 34px; width: 174px; padding: 20px; color: var(--white); border-radius: var(--radius-sm); background: var(--orange); box-shadow: var(--shadow); }
.image-badge strong { display: block; font-size: 2.35rem; line-height: 1; }
.image-badge span { display: block; margin-top: 7px; font-size: .86rem; line-height: 1.35; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 35px; border-bottom: 1px solid var(--line); font-weight: 720; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.split-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 52px; background: #44494c; border: 1px solid #44494c; border-radius: var(--radius); overflow: hidden; }
.process-item { min-height: 280px; padding: 28px; background: var(--charcoal); }
.process-item span { color: #ffad70; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.process-item h3 { margin: 62px 0 12px; font-size: 1.3rem; }
.process-item p { margin: 0; color: #bdc0c2; font-size: .94rem; }

.portal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.portal-card { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius); background: var(--ink); }
.portal-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .52; transition: transform .35s ease; }
.portal-card:hover img { transform: scale(1.04); }
.portal-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(10,11,12,.92) 100%); }
.portal-copy { position: absolute; z-index: 1; right: 30px; bottom: 30px; left: 30px; color: var(--white); }
.portal-copy span { color: #ffc18d; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-copy h3 { margin: 8px 0 10px; font-size: 1.8rem; }
.portal-copy p { max-width: 450px; margin: 0 0 20px; color: #d2d4d5; }

.product-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.product-mini { display: flex; flex-direction: column; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.product-mini img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.product-mini strong { margin-top: 10px; font-size: .86rem; line-height: 1.25; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 4px; list-style: none; cursor: pointer; font-size: 1.08rem; font-weight: 830; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 34px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--orange-dark); background: var(--orange-soft); font-size: 1.35rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { max-width: 810px; padding: 0 50px 24px 4px; color: var(--slate); }

.cta-panel { position: relative; overflow: hidden; padding: clamp(40px, 8vw, 82px); color: var(--white); border-radius: 30px; background: var(--orange); }
.cta-panel::after { content: ""; position: absolute; width: 370px; height: 370px; right: -100px; top: -150px; border: 70px solid rgba(255,255,255,.1); border-radius: 50%; }
.cta-panel h2 { position: relative; z-index: 1; max-width: 760px; margin: 0; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.cta-panel p { position: relative; z-index: 1; max-width: 640px; margin: 20px 0 30px; color: #fff5ec; font-size: 1.08rem; }
.cta-panel .btn { position: relative; z-index: 1; }

.page-hero { padding: 94px 0 78px; color: var(--white); background: var(--charcoal); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 60px; }
.page-hero .display { font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero .lead { color: #d3d5d6; }
.breadcrumb { margin-bottom: 28px; color: #b6b9bb; font-size: .84rem; }
.breadcrumb a { color: #ffc18d; }
.page-stat { padding: 28px; border-left: 2px solid var(--orange); }
.page-stat strong { display: block; font-size: 2.5rem; line-height: 1; }
.page-stat span { color: #c3c5c6; }

.service-detail { display: grid; grid-template-columns: 150px 1fr .9fr; gap: 36px; padding: 44px 0; border-top: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-index { color: var(--orange-dark); font-size: .77rem; font-weight: 900; letter-spacing: .12em; }
.service-detail h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.1; }
.service-detail p { margin: 0; color: var(--slate); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.service-tags span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); font-size: .75rem; font-weight: 750; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.category-card img { width: 100%; aspect-ratio: 4/3; object-fit: contain; border-radius: var(--radius-sm); background: #f8f8f8; }
.category-card h2 { margin: 20px 0 7px; font-size: 1.35rem; }
.category-card p { margin: 0; color: var(--slate); }
.category-card .btn { margin-top: 18px; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card { overflow: hidden; border-radius: var(--radius); background: var(--mist); }
.team-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 15%; }
.team-copy { padding: 22px; }
.team-copy h3 { margin: 0; font-size: 1.25rem; }
.team-copy p { margin: 4px 0 0; color: var(--orange-dark); font-weight: 780; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value-card { padding: 30px; border-radius: var(--radius); background: #2c3033; }
.value-card span { color: #ffad70; font-size: .78rem; font-weight: 900; }
.value-card h3 { margin: 40px 0 9px; font-size: 1.5rem; }
.value-card p { margin: 0; color: #c4c6c7; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.contact-stack { display: grid; gap: 14px; margin-top: 30px; }
.contact-item { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.contact-item span { display: block; color: var(--slate); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-item strong { display: block; margin-top: 5px; }
.form-card { padding: clamp(26px, 5vw, 48px); border-radius: var(--radius); background: var(--mist); }
.form-card h2 { margin: 0 0 9px; font-size: 2rem; }
.form-card > p { margin: 0 0 28px; color: var(--slate); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field label { font-size: .84rem; font-weight: 820; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 15px; color: var(--ink); border: 1px solid #cfd2d3; border-radius: 11px; background: var(--white); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { color: var(--slate); font-size: .78rem; }

.site-footer { color: #d3d5d6; background: #151719; }
.footer-main { display: grid; grid-template-columns: 1.15fr .6fr .65fr .8fr; gap: 42px; padding: 72px 0 50px; }
.footer-brand img { width: 160px; }
.footer-brand p { max-width: 360px; color: #aeb1b3; }
.footer-title { margin: 0 0 18px; color: var(--white); font-size: .83rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: grid; gap: 10px; color: #bfc2c3; font-size: .9rem; }
.footer-links a:hover { color: #ffad70; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-top: 1px solid #34383a; color: #8f9496; font-size: .78rem; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 13px 18px; color: var(--white); border-radius: 999px; background: #1fa86b; box-shadow: 0 12px 32px rgba(20,90,58,.3); font-size: .88rem; font-weight: 850; }
.whatsapp-float::before { content: "●"; font-size: 1.2rem; }
.mylivechat-enabled .whatsapp-float { right: auto; left: 22px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }

/* O menu compacto entra antes que os sete itens do cabeçalho possam se sobrepor. */
@media (max-width: 1180px) and (min-width: 981px) {
  .nav-links { position: fixed; z-index: 110; top: 0; right: 0; width: min(88vw, 420px); height: 100dvh; padding: 96px 28px 32px; background: var(--white); flex-direction: column; align-items: stretch; gap: 7px; transform: translateX(105%); transition: transform .25s ease; box-shadow: var(--shadow); overflow-y: auto; }
  .nav-links.open { transform: none; }
  .nav-links > a:not(.btn), .client-dropdown summary { padding: 12px 2px; font-size: 1.08rem; }
  .client-menu { position: static; width: 100%; margin-top: 6px; box-shadow: none; }
  .menu-toggle { display: flex; z-index: 120; }
  .menu-overlay.open { display: block; }
}

@media (max-width: 980px) {
  .topbar .container > span { display: none; }
  .topbar .container { justify-content: center; }
  .nav-links { position: fixed; z-index: 110; top: 0; right: 0; width: min(88vw, 420px); height: 100dvh; padding: 96px 28px 32px; background: var(--white); flex-direction: column; align-items: stretch; gap: 7px; transform: translateX(105%); transition: transform .25s ease; box-shadow: var(--shadow); overflow-y: auto; }
  .nav-links.open { transform: none; }
  .nav-links > a:not(.btn), .client-dropdown summary { padding: 12px 2px; font-size: 1.08rem; }
  .client-menu { position: static; width: 100%; margin-top: 6px; box-shadow: none; }
  .menu-toggle { display: flex; z-index: 120; }
  .menu-overlay.open { display: block; }
  .hero-grid { min-height: 680px; grid-template-columns: 1fr; align-content: center; gap: 30px; }
  .hero-card { max-width: 390px; align-self: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .image-frame { max-width: 620px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .product-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-stat { max-width: 360px; }
  .service-detail { grid-template-columns: 80px 1fr; }
  .service-detail > p { grid-column: 2; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar { display: none; }
  .nav { min-height: 68px; }
  .brand img { width: 128px; }
  .hero::after { background: linear-gradient(180deg, rgba(15,17,18,.74), rgba(15,17,18,.98) 62%); }
  .hero-media { object-position: 66% center; opacity: .5; }
  .hero-grid { min-height: 720px; padding-block: 64px 54px; }
  .display { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-card { margin-top: 10px; }
  .trust-strip { margin-top: 0; }
  .trust-grid { grid-template-columns: 1fr; border-radius: 0 0 var(--radius) var(--radius); }
  .trust-item { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .solutions-grid, .portal-grid, .catalog-grid, .team-grid, .values-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 300px; }
  .image-badge { right: -4px; bottom: 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-item { min-height: 230px; }
  .process-item h3 { margin-top: 44px; }
  .product-strip { grid-template-columns: 1fr 1fr; }
  .portal-card { min-height: 340px; }
  .page-hero { padding: 68px 0 56px; }
  .service-detail { grid-template-columns: 1fr; gap: 13px; padding: 34px 0; }
  .service-detail > p { grid-column: auto; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; padding-top: 58px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; padding: 0; justify-content: center; font-size: 0; }
  .mylivechat-enabled .whatsapp-float { position: static; width: 100%; min-height: 58px; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); border-radius: 0; font-size: .9rem; justify-content: center; }
  .whatsapp-float::before { font-size: 1.25rem; }
}

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

/* Narrativa visual, links ampliados e movimento intencional */
.card-title-link { color: inherit; text-decoration: none; text-underline-offset: .18em; }
.card-title-link:hover { color: var(--orange-dark); text-decoration: underline; }
.section-dark .card-title-link:hover, .portal-card .card-title-link:hover { color: #ffad70; }
.card-title-link:focus-visible, .card-media-link:focus-visible, .portal-media-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.solution-card, .category-card, .coverage-service { transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.solution-card:hover, .solution-card:focus-within, .category-card:hover, .category-card:focus-within, .coverage-service:hover, .coverage-service:focus-within { transform: translateY(-6px); border-color: rgba(239,118,34,.52); box-shadow: 0 18px 42px rgba(23,25,27,.1); }
.card-media-link { display: block; overflow: hidden; border-radius: var(--radius-sm); }
.category-card .card-media-link img { transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.category-card:hover .card-media-link img, .category-card:focus-within .card-media-link img { transform: scale(1.045); }
.portal-media-link { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.portal-card::after { pointer-events: none; }
.portal-media-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.portal-card:hover .portal-media-link img, .portal-card:focus-within .portal-media-link img { transform: scale(1.045); }
.portal-copy { pointer-events: none; }
.portal-copy a { pointer-events: auto; }
.reveal { transition-delay: calc(var(--reveal-order, 0) * 65ms); }
.reveal-left { transform: translateX(-24px); }
.reveal-right { transform: translateX(24px); }

.layer-story-section { overflow: hidden; background: #fff; }
.layer-story { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(44px,7vw,96px); align-items: center; }
.layer-list { display: grid; gap: 9px; margin: 30px 0 0; padding: 0; list-style: none; }
.layer-list li { display: flex; align-items: center; gap: 14px; min-height: 58px; padding: 10px 14px; border-left: 3px solid var(--orange); background: var(--mist); }
.layer-list li > span { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.layer-list strong, .layer-list small { display: block; }
.layer-list small { margin-top: 2px; color: var(--slate); }
.layer-visual { position: relative; min-height: 610px; isolation: isolate; }
.layer-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(39,104,132,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 440px; height: 440px; border-style: dashed; animation: orbitSpin 34s linear infinite; }
.orbit-three { width: 570px; height: 570px; border-color: rgba(239,118,34,.28); }
.layer-property { position: absolute; z-index: 2; left: 50%; top: 50%; width: 350px; transform: translate(-50%,-50%); }
.layer-property svg { width: 100%; overflow: visible; }
.layer-property path { fill: none; stroke: var(--ink); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.layer-property .property-house { fill: #f4f4f2; }
.layer-property .property-door { fill: var(--orange); stroke: var(--orange-dark); }
.layer-property .property-window { fill: #dcecf2; stroke: var(--blue); }
.layer-property .property-signal { stroke: var(--orange); animation: signalBlink 2.1s ease-in-out infinite; }
.layer-core { position: absolute; left: 50%; top: 56%; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; border: 5px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 8px 24px rgba(239,118,34,.32); transform: translate(-50%,-50%); font-weight: 900; }
.layer-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: 0 10px 28px rgba(23,25,27,.11); font-size: .77rem; font-weight: 850; animation: nodeFloat 5s ease-in-out infinite; }
.layer-node b { color: var(--orange); }
.node-camera { left: 2%; top: 20%; }.node-alarm { right: 0; top: 18%; animation-delay: -.8s; }.node-access { right: 1%; bottom: 22%; animation-delay: -1.6s; }.node-fence { left: 0; bottom: 20%; animation-delay: -2.4s; }.node-monitor { left: 50%; bottom: 3%; transform: translateX(-50%); animation: monitorPulse 2.8s ease-in-out infinite; }

.signal-story-section { color: #fff; overflow: hidden; background: var(--blue); }
.signal-story { display: grid; gap: 48px; }
.signal-heading { max-width: 760px; }
.signal-heading p:last-child { max-width: 690px; color: #d8e6eb; }
.signal-flow { position: relative; }
.signal-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.signal-rail { position: absolute; z-index: 1; left: 9%; right: 9%; top: 27px; height: 3px; background: rgba(255,255,255,.24); }
.signal-progress { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; }
.signal-story.in .signal-progress { animation: flowProgress 1.5s .3s ease forwards; }
.signal-step { position: relative; padding-top: 58px; }
.signal-step::before { content: ""; position: absolute; left: 0; top: 14px; width: 25px; height: 25px; border: 7px solid var(--blue); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 2px rgba(255,255,255,.6); }
.signal-step > span { color: #ffbf8f; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.signal-step strong, .signal-step small { display: block; }
.signal-step strong { margin-top: 8px; font-size: 1.08rem; }
.signal-step small { max-width: 220px; margin-top: 7px; color: #d4e1e6; line-height: 1.55; }

.ecosystem-section { overflow: hidden; background: var(--mist); }
.ecosystem-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,7vw,100px); align-items: center; }
.ecosystem-legend { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--slate); font-size: .8rem; font-weight: 750; }
.ecosystem-legend li { display: flex; align-items: center; gap: 7px; }.ecosystem-legend span { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.ecosystem-visual { position: relative; min-height: 610px; }
.ecosystem-center, .ecosystem-node { position: absolute; z-index: 2; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 40px rgba(23,25,27,.12); }
.ecosystem-center { left: 50%; top: 50%; width: 235px; padding: 16px; border: 6px solid var(--ink); border-radius: 28px; transform: translate(-50%,-50%); }
.ecosystem-center img { width: 100%; aspect-ratio: 1; object-fit: contain; }.ecosystem-center strong { display: block; padding: 10px 4px 2px; text-align: center; }
.ecosystem-node { width: 138px; padding: 10px; border-radius: 18px; animation: nodeFloat 5.5s ease-in-out infinite; }
.ecosystem-node img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 10px; background: #f7f7f5; }.ecosystem-node span { display: block; padding: 8px 2px 2px; font-size: .78rem; font-weight: 850; text-align: center; }
.eco-camera { left: 1%; top: 7%; }.eco-alarm { right: 1%; top: 7%; animation-delay: -1.2s; }.eco-fence { left: 1%; bottom: 6%; animation-delay: -2.4s; }.eco-access { right: 1%; bottom: 6%; animation-delay: -3.6s; }
.ecosystem-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 39%; height: 2px; background: var(--orange); transform-origin: left; opacity: .65; }
.line-a { transform: rotate(220deg); }.line-b { transform: rotate(320deg); }.line-c { transform: rotate(140deg); }.line-d { transform: rotate(40deg); }
.ecosystem-line::after { content: ""; position: absolute; right: 0; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); animation: signalBlink 2s ease-in-out infinite; }

.history-timeline { position: relative; padding-left: 28px; }.history-timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 2px; background: var(--orange); transform-origin: top; animation: timelineDraw 1.2s ease both; }.history-timeline li { position: relative; }.history-timeline li::before { content: ""; position: absolute; left: -27px; top: .65em; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }

@keyframes orbitSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes signalBlink { 50% { opacity: .28; } }
@keyframes nodeFloat { 50% { translate: 0 -8px; } }
@keyframes monitorPulse { 50% { box-shadow: 0 0 0 10px rgba(239,118,34,.13), 0 10px 28px rgba(23,25,27,.11); } }
@keyframes flowProgress { to { transform: scaleX(1); } }
@keyframes timelineDraw { from { transform: scaleY(0); } to { transform: scaleY(1); } }

@media (max-width: 980px) {
  .layer-story, .ecosystem-layout { grid-template-columns: 1fr; }
  .layer-visual, .ecosystem-visual { min-height: 560px; }
  .layer-copy, .ecosystem-copy { max-width: 720px; }
}
@media (max-width: 640px) {
  .layer-visual { min-height: 470px; transform: scale(.88); margin-inline: -26px; }
  .orbit-one { width: 250px; height: 250px; }.orbit-two { width: 340px; height: 340px; }.orbit-three { width: 430px; height: 430px; }
  .layer-property { width: 270px; }.layer-node { padding: 8px 10px; font-size: .68rem; }.node-monitor { bottom: 1%; }
  .signal-grid { grid-template-columns: 1fr; gap: 25px; }.signal-rail { left: 13px; right: auto; top: 16px; bottom: 24px; width: 3px; height: auto; }.signal-progress { width: 100%; height: 100%; transform: scaleY(0); transform-origin: top; }.signal-story.in .signal-progress { animation-name: flowProgressMobile; }.signal-step { padding: 0 0 0 54px; min-height: 82px; }.signal-step::before { left: 1px; top: 4px; }.signal-step small { max-width: none; }
  .ecosystem-visual { min-height: 500px; margin-inline: -8px; }.ecosystem-center { width: 184px; }.ecosystem-node { width: 105px; }.ecosystem-line { width: 34%; }.eco-camera,.eco-fence { left: 0; }.eco-alarm,.eco-access { right: 0; }
}
@keyframes flowProgressMobile { to { transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce) {
  .solution-card, .category-card, .coverage-service, .category-card img, .portal-media-link img { transform: none !important; }
  .signal-progress { transform: none !important; }
  .layer-node, .ecosystem-node, .layer-property .property-signal, .ecosystem-line::after, .orbit-two, .history-timeline::before { animation: none !important; }
}

/* Ilustrações editoriais derivadas da direção visual aprovada */
.story-artwork { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 24px 60px rgba(23,25,27,.11); }
.story-artwork img { display: block; width: 100%; height: auto; object-fit: contain; }
.story-artwork figcaption { padding: 12px 16px; color: var(--slate); border-top: 1px solid var(--line); background: #fff; font-size: .76rem; line-height: 1.5; }
.layer-artwork { transform: rotate(1deg); transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; }
.layer-artwork:hover { transform: rotate(0deg) translateY(-5px); box-shadow: 0 30px 76px rgba(23,25,27,.15); }
.signal-artwork { border-color: #303a40; background: #0d1418; box-shadow: 0 26px 70px rgba(5,10,13,.3); }
.signal-artwork img { background: #0d1418; }
.signal-artwork figcaption { display: none; color: #cad8de; border-color: #303a40; background: #11191e; }
.ecosystem-artwork { align-self: center; }
.ecosystem-artwork::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.7); border-radius: inherit; }

@media (max-width: 980px) {
  .layer-artwork, .ecosystem-artwork { width: min(100%, 760px); justify-self: center; }
}

@media (max-width: 640px) {
  .story-artwork { border-radius: 18px; }
  .layer-artwork { transform: none; }
  .signal-artwork { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: var(--orange) #223038; scrollbar-width: thin; }
  .signal-artwork img { width: 760px; max-width: none; }
  .signal-artwork figcaption { display: block; position: sticky; left: 0; width: min(100vw - 28px, 760px); }
  .ecosystem-artwork img { aspect-ratio: 1 / 1; object-fit: cover; object-position: 48% center; }
}

@media (prefers-reduced-motion: reduce) {
  .layer-artwork, .layer-artwork:hover { transform: none !important; }
}
