@font-face {
  font-family: "Nunito Sans";
  src: url("/assets/vendor/nunito-sans/nunito-sans-latin.woff2") format("woff2-variations");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #315998;
  --teal: #007b83;
  --teal-accent: #08aeb5;
  --teal-dark: #006c74;
  --baby-blue: #edf8ff;
  --sage: #f2f7f4;
  --lilac: #a86ff2;
  --lilac-soft: #f6efff;
  --muted: #5a6f90;
  --line: #e2e8ed;
  --paper: #fff;
  --container: 1340px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; color: var(--navy); background: #fff; font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.025em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; padding: 10px 15px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 10px; }
:focus-visible { outline: 3px solid #78d6ef; outline-offset: 3px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 12px 25px; border: 1px solid var(--teal); border-radius: 10px; color: #fff; background: var(--teal); font-weight: 800; line-height: 1; box-shadow: 0 8px 20px rgba(8,174,181,.14); transition: transform .18s ease, background .18s ease; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); }

.site-header { position: relative; z-index: 1000; background: #fff; }
.header-inner { display: grid; grid-template-columns: 235px 1fr auto; align-items: center; min-height: 82px; gap: 30px; }
.brand img { width: 182px; }
.main-navigation { display: flex; justify-content: center; gap: 48px; }
.main-navigation a { color: var(--navy); font-size: .86rem; font-weight: 750; }
.main-navigation a:hover { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 34px; }
.clinzor-by { display: flex; align-items: center; gap: 5px; }
.clinzor-by img { width: 126px; max-height: 36px; object-fit: contain; }
.clinzor-by span { color: var(--navy); font-size: .7rem; font-weight: 800; white-space: nowrap; }
.button-header { min-height: 48px; padding-inline: 22px; font-size: .86rem; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: #fff; }

.hero { border-bottom: 1px solid var(--line); background-color: #fff; background-image: url("/assets/hero-background-soft.jpg"); background-position: center; background-size: cover; }
.hero-grid { display: grid; grid-template-columns: 34% 66%; align-items: center; min-height: 700px; }
.hero-copy { z-index: 2; padding: 42px 0 42px 38px; }
.hero-copy h1 { margin-bottom: 28px; font-size: 3.2vw; font-weight: 760; line-height: 1.02; }
.hero-copy h1 span { color: var(--teal); }
.hero-copy > p { max-width: 390px; margin-bottom: 28px; font-size: 1.17rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 17px; }
.hero-actions .button { padding-inline: 17px; font-size: .82rem; }
.hero-contract { min-width: 180px; box-shadow: 0 10px 24px rgba(0,167,170,.2); }
.hero-trial { min-width: 160px; border-color: #b9d8ee; color: var(--navy); background: rgba(255,255,255,.92); box-shadow: 0 8px 20px rgba(52,121,219,.09); }
.hero-trial:hover { border-color: #86c4e6; color: var(--navy); background: #f7fcff; }
.hero-secondary { display: flex; align-items: center; gap: 8px; width: max-content; }
.hero-secondary { margin-bottom: 16px; color: var(--teal); font-size: .94rem; font-weight: 800; }
.hero-visual { position: relative; align-self: stretch; min-width: 0; }
.hero-product { position: absolute; top: 40px; right: -80px; width: 104%; max-width: none; filter: drop-shadow(0 20px 24px rgba(27,47,72,.11)); }
.hero-plant { position: absolute; bottom: 28px; left: -3%; z-index: 2; width: 210px; aspect-ratio: 2 / 3; background: url("/assets/plant-hero-420.webp") center / contain no-repeat; }

.benefits { border-bottom: 1px solid var(--line); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 146px; }
.benefits article { display: flex; align-items: center; gap: 17px; padding: 22px 26px; border-right: 1px solid var(--line); }
.benefits article:last-child { border-right: 0; }
.benefits article > i { flex: 0 0 auto; color: var(--teal); font-size: 2.7rem; font-weight: 300; }
.benefits .benefit-title { margin-bottom: 5px; color: var(--ink); font-size: .94rem; font-weight: 800; letter-spacing: -.01em; }
.benefits p { margin: 0; font-size: .78rem; line-height: 1.45; }

.features { padding: 58px 0 60px; border-bottom: 1px solid var(--line); }
.features-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; padding-inline: 34px; }
.features-header h2 { margin: 0; font-size: 2.05rem; font-weight: 720; }
.features-header a { display: flex; align-items: center; gap: 8px; color: var(--teal); font-size: .83rem; font-weight: 800; }
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.features-grid article { display: grid; grid-template-columns: 82px 1fr; align-items: center; min-height: 145px; padding: 27px 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.features-grid article:nth-child(3n) { border-right: 0; }
.features-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.features-grid article > i { color: var(--lilac); font-size: 3.75rem; font-weight: 300; }
.features-grid h3 { margin-bottom: 7px; font-size: 1rem; letter-spacing: -.01em; }
.features-grid p { margin: 0; font-size: .8rem; line-height: 1.45; }

.product-tour { padding: 42px 0 62px; }
.tour-grid { display: grid; grid-template-columns: 31% 69%; align-items: center; min-height: 565px; }
.tour-copy { align-self: center; padding: 20px 35px; }
.tour-copy h2 { margin-bottom: 35px; font-size: 2rem; font-weight: 720; }
.tour-tabs { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 43px; border: 1px solid var(--line); border-radius: 9px; }
.tour-tabs button { min-height: 46px; padding: 8px 12px; border: 0; border-right: 1px solid var(--line); color: var(--muted); background: #fff; font-size: .8rem; cursor: pointer; }
.tour-tabs button:last-child { border-right: 0; }
.tour-tabs button[aria-selected="true"] { color: #fff; background: var(--teal); border-radius: 8px; font-weight: 800; }
.tour-copy > p { max-width: 365px; margin-bottom: 29px; font-size: 1rem; line-height: 1.7; }
.tour-copy > a { color: var(--teal); font-size: .86rem; font-weight: 800; }
.tour-controls { display: flex; align-items: center; gap: 39px; margin-top: 55px; }
.tour-controls button { display: grid; width: 56px; height: 52px; padding: 0; border: 1px solid #bcdff2; border-radius: 9px; color: var(--teal); background: #fff; cursor: pointer; place-items: center; }
.tour-controls button:first-child { color: #8aa0bd; border-color: var(--line); }
.tour-controls span { color: var(--navy); font-weight: 750; }
.screen-stage { overflow: hidden; align-self: center; justify-self: end; width: 90%; border: 1px solid #e5edf0; border-radius: 9px; background: #fff; box-shadow: 0 12px 30px rgba(38,62,91,.09); }
.screen-panel { background: #fff; }
.screen-panel img { display: block; width: 100%; height: auto; padding: 0; object-fit: contain; object-position: center top; }

.journey-section { padding: 0 0 42px; }
.journey-card { padding: 44px 58px 36px; border: 1px solid #d5ecf9; border-radius: 16px; background: var(--baby-blue); }
.journey-header { max-width: 850px; margin: 0 auto 30px; text-align: center; }
.journey-eyebrow { display: inline-block; margin-bottom: 10px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.journey-header h2 { margin-bottom: 13px; font-size: 2rem; line-height: 1.2; }
.journey-header p { max-width: 700px; margin: 0 auto; font-size: .96rem; line-height: 1.7; }
.journey-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.journey-step { --step-color: var(--teal); --step-soft: #e8f8f5; min-height: 180px; padding: 22px 24px; border: 1px solid #dce9ed; border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(30,56,92,.07); }
.journey-step:nth-child(2) { --step-color: #3987e4; --step-soft: #eaf3ff; }
.journey-step:nth-child(3) { --step-color: #8c61d8; --step-soft: #f2ecff; }
.journey-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.journey-step-top > span { display: grid; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--step-color); font-size: .76rem; font-weight: 850; place-items: center; }
.journey-step-top i { display: grid; width: 46px; height: 46px; border-radius: 12px; color: var(--step-color); background: var(--step-soft); font-size: 1.65rem; place-items: center; }
.journey-step h3 { margin-bottom: 9px; font-size: 1.02rem; }
.journey-step p { margin: 0; font-size: .82rem; line-height: 1.65; }
.journey-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; padding: 19px 22px; border: 1px solid #dce9ed; border-radius: 13px; background: #fff; }
.journey-footer p { margin: 0; color: var(--navy); font-size: .91rem; line-height: 1.55; }
.journey-footer strong { color: var(--teal); }
.journey-footer .button { flex: 0 0 auto; min-height: 44px; padding-inline: 20px; }

.mobile-section { padding: 10px 0 38px; }
.mobile-grid { display: grid; grid-template-columns: 31% 69%; align-items: center; min-height: 570px; }
.mobile-copy { padding-left: 38px; }
.mobile-copy h2 { margin-bottom: 28px; font-size: 2rem; line-height: 1.35; }
.mobile-copy p { font-size: 1rem; line-height: 1.75; }
.phones-showcase { display: grid; grid-template-columns: repeat(3,1fr); align-items: end; gap: 34px; padding: 0 38px 0 16px; }
.phones-showcase figure { display: flex; align-items: center; flex-direction: column; justify-content: flex-end; margin: 0; text-align: center; }
.phones-showcase img { width: auto; max-width: 100%; height: auto; max-height: 420px; margin-inline: auto; filter: drop-shadow(0 10px 8px rgba(14,35,54,.18)); }
.phones-showcase figcaption { display: flex; flex-direction: column; margin-top: 8px; }
.phones-showcase strong { color: var(--teal); font-size: .9rem; }
.phones-showcase span { margin-top: 4px; color: var(--muted); font-size: .74rem; line-height: 1.45; }

.resource-strip { padding: 0 0 42px; }
.resource-inner { padding: 26px 44px; border: 1px solid #e4ebe7; border-radius: 13px; background: var(--sage); }
.resource-inner h2 { margin-bottom: 21px; font-size: 1.16rem; }
.resource-inner > div { display: grid; grid-template-columns: repeat(4,1fr) auto; align-items: center; gap: 28px; }
.resource-inner span, .resource-inner a { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: .8rem; font-weight: 700; white-space: nowrap; }
.resource-inner i { color: var(--teal); font-size: 1.7rem; }
.resource-inner a { color: var(--teal); }

.commercial { padding: 0 0 34px; }
.commercial-grid { display: grid; grid-template-columns: minmax(300px,32%) minmax(0,68%); align-items: stretch; gap: 28px; }
.implementation { padding: 34px 0 8px 22px; }
.implementation > h2 { margin-bottom: 14px; font-size: 1.75rem; }
.implementation > p { margin-bottom: 45px; font-size: .95rem; line-height: 1.7; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.steps::before { content: ""; position: absolute; top: 16px; right: 16%; left: 12%; height: 1px; background: #b9dfe2; }
.steps article { position: relative; z-index: 1; }
.steps article > span { display: grid; width: 32px; height: 32px; margin-bottom: 25px; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 850; place-items: center; }
.steps h3 { margin-bottom: 9px; font-size: .84rem; letter-spacing: -.01em; }
.steps p { margin: 0; font-size: .72rem; line-height: 1.65; }
.plans-column { min-width: 0; }
.plans-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.plan-card { --plan-color: var(--teal); --plan-soft: #effafa; position: relative; display: flex; align-items: stretch; flex-direction: column; min-height: 0; padding: 22px 20px 20px; border: 1px solid var(--line); border-top: 5px solid var(--plan-color); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(24,54,83,.08); }
.plan-card header { text-align: center; }
.plan-card h3 { display: inline-flex; justify-content: center; min-width: 150px; margin: 0 0 11px; padding: 7px 18px; border-radius: 999px; color: #fff; background: var(--plan-color); font-size: .96rem; letter-spacing: .01em; }
.plan-card .price { margin: 0; color: var(--plan-color); font-size: 2.3rem; font-weight: 850; letter-spacing: -.055em; line-height: 1; }
.plan-card .price small { margin-right: 3px; font-size: .8rem; letter-spacing: 0; }
.plan-card header > span { display: block; margin-top: 5px; color: var(--muted); font-size: .7rem; }
.plan-professionals { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; margin-top: 20px; border: 1px solid color-mix(in srgb,var(--plan-color) 16%,#fff); border-radius: 12px; background: var(--plan-soft); }
.plan-professionals > div { display: flex; align-items: center; justify-content: center; flex-direction: column; min-width: 0; padding: 13px 8px; text-align: center; }
.plan-professionals > div + div { border-left: 1px solid color-mix(in srgb,var(--plan-color) 18%,#fff); }
.plan-professionals i { margin-bottom: 4px; color: var(--plan-color); font-size: 1.25rem; }
.plan-professionals span { color: var(--navy); font-size: .64rem; line-height: 1.35; }
.plan-professionals strong { margin-top: 4px; color: var(--plan-color); font-size: .72rem; white-space: nowrap; }
.plan-card ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.plan-card li { display: flex; align-items: flex-start; gap: 8px; color: var(--navy); font-size: .76rem; line-height: 1.35; }
.plan-card li i { flex: 0 0 auto; margin-top: 1px; color: var(--plan-color); font-size: 1rem; }
.plan-cta { margin-top: auto; padding-top: 22px; }
.plan-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 14px; border: 1px solid color-mix(in srgb,var(--plan-color) 42%,#fff); border-radius: 10px; color: var(--plan-color); background: color-mix(in srgb,var(--plan-color) 6%,#fff); font-size: .76rem; font-weight: 800; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
.plan-cta a:hover { border-color: var(--plan-color); color: #fff; background: var(--plan-color); transform: translateY(-1px); }
.plan-cta a:focus-visible { outline: 3px solid color-mix(in srgb,var(--plan-color) 28%,transparent); outline-offset: 3px; }
.plan-cta i { font-size: 1rem; }
.plan-basic { --plan-color: #007b83; --plan-soft: #edf9f7; }
.plan-intermediate { --plan-color: #2b63bd; --plan-soft: #eef5ff; }
.plan-complete { --plan-color: #7047b5; --plan-soft: #f5f1fc; }
.featured-plan { border-color: color-mix(in srgb,var(--plan-color) 55%,#fff); box-shadow: 0 16px 36px rgba(52,121,219,.14); transform: translateY(-6px); }
.featured-plan > b { position: absolute; top: -17px; left: 50%; padding: 7px 15px; border-radius: 999px; color: #fff; background: var(--plan-color); font-size: .68rem; white-space: nowrap; transform: translateX(-50%); }
.plan-addons { display: grid; grid-template-columns: 1.25fr .65fr .8fr 1.65fr; align-items: center; gap: 14px; margin-top: 14px; padding: 17px 19px; border: 1px solid #e2ece8; border-radius: 14px; background: var(--sage); }
.plan-addons > div { display: flex; flex-direction: column; }
.plan-addons > div strong { font-size: .85rem; }
.plan-addons > div span { margin-top: 3px; color: var(--muted); font-size: .64rem; }
.plan-addons > span { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .68rem; font-weight: 750; line-height: 1.35; }
.plan-addons i { flex: 0 0 auto; color: var(--teal); font-size: 1.35rem; }

.home-faq { padding: 26px 0 54px; }
.home-faq-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; padding: 52px 56px; border: 1px solid #dce9ed; border-radius: 16px; background: linear-gradient(135deg, #f4faf7 0%, #edf8ff 100%); }
.home-faq-heading > span { display: block; margin-bottom: 10px; color: var(--teal); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-faq-heading h2 { margin-bottom: 16px; font-size: clamp(1.65rem, 2.3vw, 2.35rem); line-height: 1.16; }
.home-faq-heading p { margin: 0; font-size: .94rem; }
.home-faq-list { border-top: 1px solid #d9e6e9; }
.home-faq-list details { border-bottom: 1px solid #d9e6e9; }
.home-faq-list summary { position: relative; padding: 19px 42px 19px 2px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
.home-faq-list summary::-webkit-details-marker { display: none; }
.home-faq-list summary::after { position: absolute; top: 18px; right: 4px; content: "+"; color: var(--teal); font-size: 1.4rem; font-weight: 500; line-height: 1; }
.home-faq-list details[open] summary::after { content: "−"; }
.home-faq-list p { max-width: 680px; margin: -3px 40px 20px 2px; font-size: .88rem; line-height: 1.65; }

.final-cta { padding-bottom: 32px; }
.final-cta-inner { display: grid; grid-template-columns: 90px 1fr 420px; align-items: center; min-height: 126px; padding: 0 55px; border: 1px solid #e5ece8; border-radius: 13px; background: var(--sage); }
.final-cta-inner > i { display: grid; width: 68px; height: 68px; border-radius: 50%; color: var(--teal); background: #fff; font-size: 2rem; place-items: center; }
.final-cta h2 { margin: 0; font-size: 1.35rem; line-height: 1.5; }
.final-cta-inner > div { display: flex; align-items: center; flex-direction: column; gap: 9px; }
.final-cta .button { min-height: 46px; padding-inline: 22px; font-size: .82rem; }
.final-cta-inner > div > a:last-child { color: var(--teal); font-size: .8rem; font-weight: 800; }

.site-footer { padding: 0 0 28px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .72fr .65fr 1.45fr; gap: 38px; padding: 0 48px; }
.footer-brand > img { width: 165px; margin-bottom: 13px; }
.footer-brand p { margin-bottom: 24px; font-size: .75rem; line-height: 1.55; }
.footer-brand small { color: var(--muted); font-size: .69rem; }
.site-footer h3 { margin: 9px 0 16px; font-size: .78rem; }
.site-footer a { display: block; margin-bottom: 8px; color: var(--muted); font-size: .72rem; }
.site-footer a:hover { color: var(--teal); }
.footer-clinzor { display: flex; align-items: flex-start; flex-direction: column; }
.footer-clinzor > div { display: flex; align-items: center; gap: 5px; margin-bottom: 24px; }
.footer-clinzor img { width: 172px; }
.footer-phone { margin-top: 2px; color: var(--navy) !important; font-weight: 800; }
.footer-clinzor span { font-size: .69rem; font-weight: 800; white-space: nowrap; }
.whatsapp-contact { display: flex !important; align-items: center; gap: 10px; min-height: 50px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy) !important; font-size: .82rem !important; font-weight: 800; white-space: nowrap; box-shadow: 0 5px 15px rgba(30,54,80,.05); }
.whatsapp-contact i { color: #13b85a; font-size: 1.55rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 10px 15px; border: 1px solid #cce8d7; border-radius: 999px; color: var(--navy); background: #fff; box-shadow: 0 10px 26px rgba(27,67,84,.14); font-size: .74rem; font-weight: 700; transition: border-color .18s ease, background-color .18s ease; }
.whatsapp-float:hover { border-color: #9ed9b6; color: var(--navy); background: #f3fbf6; }
.whatsapp-float:focus-visible { outline: 3px solid rgba(52,121,219,.32); outline-offset: 4px; }
.whatsapp-float i { color: #16a85a; font-size: 1.45rem; }

/* Página 404 */
.not-found-page { min-height: 100vh; background: linear-gradient(145deg, #fff 0%, #f2f7f4 55%, #edf8ff 100%); }
.not-found-navigation { justify-content: flex-end; }
.not-found-main { display: grid; min-height: calc(100vh - 82px); padding: 52px 0; place-items: center; }
.not-found-card { position: relative; overflow: hidden; max-width: 920px; padding: 76px 72px; border: 1px solid #dce9ed; border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 24px 70px rgba(49,89,152,.1); }
.not-found-code { position: absolute; top: -54px; right: 28px; color: rgba(0,123,131,.07); font-size: clamp(10rem, 24vw, 18rem); font-weight: 950; line-height: 1; }
.not-found-eyebrow { position: relative; margin-bottom: 14px; color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.not-found-card h1 { position: relative; max-width: 720px; margin-bottom: 22px; font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: 1.04; }
.not-found-card > p:not(.not-found-eyebrow) { position: relative; max-width: 650px; font-size: 1.03rem; line-height: 1.7; }
.not-found-actions { position: relative; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.not-found-secondary { color: var(--navy); border-color: #b8cfe3; background: #fff; box-shadow: none; }
.not-found-secondary:hover { color: #fff; border-color: var(--teal-dark); }

/* Página de contato — continuidade visual da home */
.contact-page { min-height: 100vh; background: #fff; }
.contact-page .main-navigation a[aria-current="page"] { color: var(--teal); }
.contact-main { border-top: 1px solid var(--line); }
.contact-hero { padding: 72px 0 38px; background: var(--sage); text-align: center; }
.contact-hero-inner { max-width: 820px; }
.contact-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 17px; color: var(--teal-dark); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-eyebrow i { color: var(--lilac); font-size: 1.25rem; }
.contact-hero h1 { margin: 0; color: var(--navy); font-size: clamp(2.65rem, 4.25vw, 4.35rem); line-height: 1.04; letter-spacing: -.045em; }
.contact-hero h1::after { display: block; width: 62px; height: 4px; margin: 24px auto 20px; border-radius: 999px; background: var(--teal); content: ""; }
.contact-hero p:last-child { max-width: 690px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.contact-options { padding: 46px 0 36px; }
.contact-options-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.contact-option { position: relative; display: flex; min-width: 0; min-height: 356px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(24,59,78,.07); flex-direction: column; }
.contact-option::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--teal); content: ""; }
.contact-option-trial::before { background: #2b63bd; }
.contact-option-client::before { background: var(--lilac); }
.contact-option-icon { display: grid; width: 52px; height: 52px; margin-bottom: 24px; border-radius: 13px; color: var(--lilac); background: var(--lilac-soft); font-size: 1.65rem; place-items: center; }
.contact-option-sales .contact-option-icon { color: var(--teal-dark); background: var(--sage); }
.contact-option-trial .contact-option-icon { color: #2b63bd; background: var(--baby-blue); }
.contact-option-copy { flex: 1; }
.contact-option-copy > span { display: block; margin-bottom: 8px; color: var(--teal-dark); font-size: .7rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.contact-option-trial .contact-option-copy > span { color: #2b63bd; }
.contact-option-client .contact-option-copy > span { color: var(--lilac); }
.contact-option h2 { margin: 0 0 12px; color: var(--navy); font-size: 1.34rem; line-height: 1.25; }
.contact-option p { margin: 0 0 24px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.contact-button { width: 100%; min-height: 48px; padding-inline: 18px; font-size: .79rem; }
.contact-option-trial .contact-button { border-color: #2b63bd; background: #2b63bd; }
.contact-option-trial .contact-button:hover { background: #2c6dcb; }
.contact-button-outline { border-color: #b8d6de; color: var(--navy); background: #fff; box-shadow: none; }
.contact-button-outline:hover { border-color: var(--teal); color: var(--teal-dark); background: var(--sage); }
.contact-option-actions { display: grid; gap: 12px; }
.contact-support-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; color: var(--teal-dark); font-size: .77rem; font-weight: 800; }
.contact-support-link:hover { color: var(--navy); }
.contact-support-link i { font-size: 1.2rem; }
.contact-reassurance { padding: 0 0 58px; }
.contact-reassurance-inner { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 14px; background: var(--sage); }
.contact-reassurance span { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 72px; color: var(--navy); font-size: .78rem; font-weight: 750; }
.contact-reassurance span + span { border-left: 1px solid var(--line); }
.contact-reassurance i { color: var(--teal); font-size: 1.4rem; }
.contact-page .site-footer { padding-top: 42px; border-top: 1px solid var(--line); }

/* Consentimento criado por script.js */
.cookie-settings-button { position: fixed; left: 14px; bottom: 14px; z-index: 790; padding: 7px 10px; border: 1px solid #d6e1e3; border-radius: 7px; color: #52677e; background: #fff; box-shadow: 0 5px 16px rgba(18,46,68,.1); font-size: .68rem; cursor: pointer; }
.cookie-consent { position: fixed; inset: 0; z-index: 1600; display: grid; align-items: end; padding: 20px; background: rgba(8,31,52,.38); opacity: 0; visibility: hidden; transition: opacity .2s ease; }
.cookie-consent.is-visible { opacity: 1; visibility: visible; }
.cookie-consent-panel { position: relative; width: min(100%, 1020px); margin: 0 auto; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 22px 60px rgba(8,31,52,.22); }
.cookie-consent-copy { padding-right: 32px; }
.cookie-consent-copy strong { display: block; margin-bottom: 5px; }
.cookie-consent-copy p { margin: 0; font-size: .78rem; }
.cookie-consent-copy a { color: var(--teal); font-weight: 800; text-decoration: underline; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.cookie-button { min-height: 36px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 7px; font-size: .75rem; font-weight: 800; cursor: pointer; }
.cookie-button-primary { color: #fff; border-color: var(--teal); background: var(--teal); }
.cookie-button-secondary { color: var(--teal); background: var(--sage); }
.cookie-button-ghost { color: #53697f; background: #fff; }
.cookie-consent-close { position: absolute; top: 13px; right: 13px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.cookie-consent-close::before { content: "×"; font-size: 1.2rem; }
.cookie-preferences { display: grid; gap: 8px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.cookie-preferences[hidden] { display: none; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 0; }
.cookie-option span:first-child { display: flex; flex-direction: column; }
.cookie-option strong { font-size: .8rem; }
.cookie-option small, .cookie-status { color: var(--muted); font-size: .7rem; }
.cookie-switch { position: relative; flex: 0 0 auto; }
.cookie-switch input { position: absolute; opacity: 0; }
.cookie-switch span { position: relative; display: block; width: 42px; height: 23px; border-radius: 99px; background: #c7d4d6; cursor: pointer; }
.cookie-switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
.cookie-switch input:checked + span { background: var(--teal); }
.cookie-switch input:checked + span::after { transform: translateX(19px); }

@media (max-width: 1180px) {
  .container { width: min(calc(100% - 42px), var(--container)); }
  .header-inner { grid-template-columns: 180px 1fr auto; }
  .main-navigation { gap: 26px; }
  .clinzor-by { display: none; }
  .hero-grid { min-height: 590px; }
  .hero-copy { padding-left: 12px; }
  .hero-copy h1 { font-size: 3.2vw; }
  .hero-product { top: 60px; right: -60px; }
  .hero-plant { width: 170px; }
  .features-grid article { padding-inline: 22px; }
  .resource-inner > div { grid-template-columns: repeat(2,1fr) auto; }
  .resource-inner a { grid-column: 3; grid-row: 1 / span 2; }
  .commercial-grid { grid-template-columns: 1fr; }
  .implementation { padding-inline: 15px; }
  .plans-grid { margin-top: 20px; }
  .footer-grid { grid-template-columns: 1.2fr .6fr .7fr .6fr 1.25fr; gap: 22px; padding-inline: 20px; }
}

@media (max-width: 880px) {
  html { scroll-padding-top: 70px; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 70px; }
  .header-actions { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .main-navigation { position: absolute; top: 69px; right: 20px; left: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 16px 38px rgba(20,43,67,.14); }
  .main-navigation.is-open { display: flex; }
  .main-navigation a { padding: 12px; }
  .contact-hero { padding-top: 58px; }
  .contact-options-grid { grid-template-columns: 1fr; max-width: 680px; }
  .contact-option { min-height: 0; }
  .contact-reassurance-inner { max-width: 680px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 62px 0 20px; text-align: center; }
  .hero-copy h1 { font-size: 4.2rem; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-secondary { margin-right: auto; margin-left: auto; }
  .hero-visual { min-height: 500px; }
  .hero-product { top: 10px; right: 0; width: 100%; }
  .hero-plant { bottom: 30px; left: 15%; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .features-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .features-grid article:nth-child(2n) { border-right: 0; }
  .features-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .features-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .tour-grid, .mobile-grid, .commercial-grid { grid-template-columns: 1fr; }
  .tour-copy { padding-inline: 20px; }
  .tour-controls { margin-top: 30px; }
  .screen-stage { width: 100%; margin-top: 20px; }
  .journey-card { padding: 36px; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-step { min-height: 0; }
  .mobile-copy { padding: 30px 0 20px; text-align: center; }
  .phones-showcase { padding: 0; }
  .resource-inner > div { grid-template-columns: repeat(2,1fr); }
  .resource-inner a { grid-column: auto; grid-row: auto; }
  .implementation { padding-inline: 15px; }
  .plans-grid { margin-top: 20px; }
  .home-faq-inner { gap: 42px; padding-inline: 36px; }
  .final-cta-inner { grid-template-columns: 75px 1fr 330px; padding-inline: 25px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3,.7fr); }
  .footer-clinzor { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 148px; }
  .contact-hero { padding: 48px 0 32px; }
  .contact-hero h1 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .contact-hero p:last-child { font-size: .94rem; }
  .contact-options { padding: 28px 0; }
  .contact-option { padding: 25px 22px; }
  .contact-reassurance { padding-bottom: 40px; }
  .contact-reassurance-inner { grid-template-columns: 1fr; padding: 10px 18px; }
  .contact-reassurance span { justify-content: flex-start; min-height: 52px; }
  .contact-reassurance span + span { border-top: 1px solid var(--line); border-left: 0; }
  .contact-page .site-footer { padding-top: 34px; }
  .not-found-page .header-inner { grid-template-columns: 1fr auto; }
  .not-found-navigation { display: none; }
  .not-found-page .button-header { min-height: 42px; padding-inline: 14px; font-size: .72rem; }
  .not-found-main { padding: 28px 0; }
  .not-found-card { padding: 54px 28px; }
  .not-found-code { top: -30px; right: 8px; font-size: 10rem; }
  .not-found-card h1 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .not-found-actions { flex-direction: column; }
  .not-found-actions .button { width: 100%; }
  .hero-copy { padding-top: 54px; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-trial, .hero-contract { width: 100%; min-width: 0; }
  .hero-visual { min-height: 330px; }
  .hero-product { top: 25px; right: -28px; width: 115%; }
  .hero-plant { bottom: 23px; left: 8%; width: 112px; }
  .benefits-grid, .features-grid { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
  .features { padding-block: 48px; }
  .features-header { align-items: flex-start; flex-direction: column; gap: 14px; padding-inline: 5px; }
  .features-header h2 { font-size: 1.8rem; }
  .features-grid article { grid-template-columns: 68px 1fr; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; padding: 23px 10px; }
  .features-grid article:last-child { border-bottom: 0 !important; }
  .features-grid article > i { font-size: 3rem; }
  .tour-tabs button { padding-inline: 5px; font-size: .7rem; }
  .tour-copy { padding-inline: 0; }
  .tour-copy h2 { font-size: 1.8rem; }
  .journey-card { padding: 28px 20px; }
  .journey-header h2 { font-size: 1.75rem; }
  .journey-footer { align-items: flex-start; flex-direction: column; }
  .journey-footer .button { width: 100%; }
  .video-copy h2 { font-size: 1.8rem; }
  .video-overlay { width: 68px; height: 68px; }
  .video-bar { height: 42px; }
  .mobile-grid { min-height: auto; }
  .mobile-copy h2 { font-size: 1.8rem; }
  .phones-showcase { gap: 4px; }
  .phones-showcase img { max-height: 270px; }
  .phones-showcase strong { font-size: .7rem; }
  .phones-showcase span { display: none; }
  .resource-inner { padding: 24px 20px; }
  .resource-inner > div { grid-template-columns: 1fr; gap: 14px; }
  .plans-grid { grid-template-columns: 1fr; }
  .home-faq { padding-bottom: 42px; }
  .home-faq-inner { grid-template-columns: 1fr; gap: 30px; padding: 34px 24px; }
  .plan-card { min-height: 0; padding: 22px 18px; }
  .featured-plan { margin-top: 10px; transform: none; }
  .plan-professionals { grid-template-columns: 1fr 1fr; }
  .plan-addons { grid-template-columns: 1fr; gap: 12px; }
  .plan-addons > span { padding-top: 10px; border-top: 1px solid #dce8e4; }
  .steps { gap: 8px; }
  .steps p { font-size: .66rem; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 18px; padding: 26px 20px; text-align: center; }
  .final-cta-inner > i { margin-inline: auto; }
  .footer-grid { grid-template-columns: repeat(2,1fr); padding-inline: 10px; }
  .footer-brand, .footer-clinzor { grid-column: 1 / -1; }
  .cookie-consent { padding: 10px; }
  .cookie-consent-panel { max-height: calc(100vh - 20px); overflow: auto; padding: 18px; }
  .cookie-consent-actions { align-items: stretch; flex-direction: column; }
  .cookie-button { width: 100%; }
  .whatsapp-float { right: 16px; bottom: 16px; justify-content: center; width: 52px; min-height: 52px; padding: 0; }
  .whatsapp-float span { display: none; }
}

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