/* TecUP — cobrança com IA humanizada.
   Versão de teste: azul da marca, azul-claro, azul acinzentado e neutros.
   Folha de estilos completa, compatível com o HTML atual.
   As classes de cor anteriores foram mantidas para preservar a compatibilidade.
   Verde e vermelho ficam nos estados de atendimento, WhatsApp e formulário.
*/
:root {
  --ink: #081321;
  --ink-2: #0d1d30;
  --ink-3: #132941;
  --blue: #0b7cff;
  --blue-deep: #0757be;
  --cyan: #8abafa;
  --violet: #0757be;
  --green: #8abafa;
  --coral: #55759a;
  --amber: #afc4dd;
  --paper: #fbfdff;
  --cloud: #f1f6fb;
  --muted: #5d6c7e;
  --line: #dce5ef;
  --line-dark: #ffffff24;
  --font: 'DM Sans', Arial, sans-serif;
  --display: 'Manrope', Arial, sans-serif;
  --radius: 18px;
  --header: 82px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-soft: cubic-bezier(.4, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.12; letter-spacing: -.062em; }
h3 { letter-spacing: -.035em; }
p { overflow-wrap: break-word; }
svg { flex-shrink: 0; }
::selection { background: var(--blue); color: #fff; }
[hidden] { display: none !important; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 116px; }
.icon { display: inline-block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #4e637b; font-size: .75rem; line-height: 1.5; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 25px; }
.eyebrow--light { color: #b7c7d8; }
.eyebrow__line { display: block; width: 30px; height: 2px; background: var(--blue); flex-shrink: 0; }
.text-muted { color: #77889a; }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: .9375rem; font-weight: 700; line-height: 1.5; transition: color .35s var(--ease), transform .35s var(--ease); }
.text-link .icon { width: 20px; height: 20px; transition: transform .35s var(--ease); }
.text-link:hover { color: var(--blue); transform: translateX(3px); }
.text-link:hover .icon { transform: translateX(4px); }
.text-link--light { color: #d7e2ee; text-decoration: underline; text-decoration-color: #8295aa; text-underline-offset: 5px; }
.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 56px; padding: 17px 24px; border: 1px solid transparent; border-radius: 8px; background: var(--blue); color: #fff; font-size: .9375rem; font-weight: 700; line-height: 1.4; transition: background-color .35s var(--ease-soft), border-color .35s var(--ease-soft), box-shadow .35s var(--ease), transform .35s var(--ease); }
.button::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(115deg, transparent 10%, #ffffff38 50%, transparent 90%); transform: translateX(-125%); transition: transform .8s var(--ease); }
.button:hover { background: #198aff; box-shadow: 0 16px 34px #087cfa42; transform: translateY(-3px); }
.button:hover::before { transform: translateX(125%); }
.button:active { transform: translateY(-1px) scale(.985); }
.button .icon { width: 20px; height: 20px; transition: transform .35s var(--ease); }
.button:hover .icon { transform: translateX(4px); }
.button--small { min-height: 45px; padding: 12px 17px; font-size: .875rem; gap: 12px; }
.button--full { width: 100%; justify-content: space-between; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 16px; padding: 12px 20px; border-radius: 5px; background: #fff; color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

/* Header */
.header { position: sticky; z-index: 100; top: 0; height: var(--header); border-bottom: 1px solid #ffffff1c; background: var(--ink); color: #dfe8f2; transition: background-color .5s var(--ease-soft), box-shadow .5s var(--ease-soft), backdrop-filter .5s var(--ease-soft); }
.header.scrolled { border-bottom-color: #ffffff2d; background: #081321ed; box-shadow: 0 8px 25px #03091045; backdrop-filter: blur(15px); }
.header__inner { display: flex; align-items: center; gap: 34px; height: 100%; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: 145px; height: auto; }
.nav { display: flex; align-items: center; gap: 29px; margin-left: auto; font-size: .875rem; font-weight: 600; }
.nav a { position: relative; padding-block: 12px; color: #cbd7e4; transition: color .35s var(--ease-soft); }
.nav a::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--cyan); opacity: 0; transform: scaleX(0); transform-origin: left center; transition: opacity .55s var(--ease), transform .55s var(--ease); }
.nav a:hover { color: #fff; }
.nav a:hover::after, .nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.header__cta { margin-left: 10px; }
.menu-button { display: none; position: relative; width: 44px; height: 44px; padding: 11px; border: 1px solid #ffffff35; border-radius: 7px; background: transparent; color: #fff; }
.menu-button span { position: absolute; left: 11px; top: 16px; display: block; width: 20px; height: 1.5px; background: currentColor; transition: transform .35s var(--ease), top .35s var(--ease); }
.menu-button span + span { top: 25px; }
.menu-button[aria-expanded='true'] span { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded='true'] span + span { transform: rotate(-45deg); }
.mobile-menu { position: absolute; top: var(--header); right: 0; left: 0; max-height: calc(100dvh - var(--header)); overflow: auto; padding: 16px 24px 27px; border-top: 1px solid #ffffff25; background: var(--ink); box-shadow: 0 20px 40px #0005; }
.mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid #ffffff18; font-size: 1rem; }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.hero__orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero__orb--one { top: -260px; right: -150px; width: 560px; height: 560px; background: radial-gradient(circle, #197dff3b 0%, #197dff00 70%); }
.hero__orb--two { bottom: -300px; left: 30%; width: 500px; height: 500px; background: radial-gradient(circle, #0b7cff20 0%, #0b7cff00 68%); }
.hero__layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .91fr); gap: 74px; align-items: center; padding-block: 70px 76px; }
.hero__content { min-width: 0; animation: heroContentIn .85s var(--ease) both; }
.hero__content .eyebrow { margin-bottom: 28px; }
.hero h1 { max-width: 630px; font-size: clamp(4rem, 6.3vw, 6.3rem); font-weight: 600; line-height: 1.02; letter-spacing: -.08em; }
.hero h1 span { color: var(--cyan); }
.hero__description { max-width: 560px; margin-top: 28px; color: #b9c6d5; font-size: 1.125rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.hero__promise { display: flex; align-items: center; gap: 10px; max-width: 490px; margin-top: 30px; color: #d8e5f0; font-size: .875rem; }
.promise-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px #8abafa1c, 0 0 16px #8abafa; flex-shrink: 0; }
.hero__channels { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 38px; color: #a7b7c8; font-size: .75rem; }
.hero__channels > span:first-child { width: 100%; margin-bottom: 1px; color: #d1dce7; font-size: .8125rem; }
.hero__channels > span:not(:first-child) { padding: 5px 11px; border: 1px solid #ffffff22; border-radius: 999px; }
.hero__channels > span:nth-child(2) { border-color: #8abafa75; color: #bfd8fa; }
.hero__channels > span:nth-child(3) { border-color: #0b7cff75; color: #b7cde8; }
.hero__channels > span:nth-child(4) { border-color: #afc4dd75; color: #c5d6ea; }
.hero__channels > span:nth-child(5) { border-color: #8abafa75; color: #c0d2e5; }
.hero__visual { position: relative; min-width: 0; padding: 0 40px 28px 22px; animation: heroVisualIn 1s .08s var(--ease) both; }
.hero__photo { height: 615px; overflow: hidden; border-radius: 18px 18px 115px 18px; background: #526c7c; box-shadow: 0 22px 55px #00000035; transition: transform .8s var(--ease), box-shadow .8s var(--ease); }
.hero__photo:hover { transform: scale(1.012) rotate(.15deg); box-shadow: 0 29px 64px #0000004f; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero__chat-card { position: absolute; z-index: 2; top: 47px; right: -22px; width: 350px; padding: 20px 18px 16px; border: 1px solid #ffffff54; border-radius: 15px; background: #f9fcfffa; color: var(--ink); box-shadow: 0 23px 50px #00000035; backdrop-filter: blur(12px); animation: cardIn .9s .34s var(--ease) both; }
.chat-card__top { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #dbe4ed; }
.chat-card__avatar { position: relative; display: flex; align-items: center; justify-content: center; flex: 0 0 38px; width: 38px; height: 38px; overflow: hidden; border-radius: 11px; background: var(--ink); }
.chat-card__avatar img { position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin: 0; object-fit: contain; object-position: center; transform: translate(calc(-50% + .5px), calc(-50% + .5px)); }
.chat-card__top strong, .chat-card__top span { display: block; }
.chat-card__top strong { font-size: .875rem; line-height: 1.3; }
.chat-card__top div > span { margin-top: 2px; color: #718095; font-size: .6875rem; line-height: 1.35; }
.online-dot { display: block; width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #50b68a; box-shadow: 0 0 0 4px #50b68a24; }
.chat-bubble { max-width: 91%; margin-top: 12px; padding: 10px 12px; border-radius: 11px; font-size: .75rem; line-height: 1.5; }
.chat-bubble--incoming { border-bottom-left-radius: 3px; background: #eef4f9; color: #304256; }
.chat-bubble--outgoing { margin-left: auto; border-bottom-right-radius: 3px; background: #e5effc; color: #254a76; }
.chat-card__footer { display: flex; align-items: center; gap: 8px; margin-top: 15px; padding-top: 13px; border-top: 1px solid #dbe4ed; color: #637a91; font-size: .6875rem; }
.chat-card__footer .icon { width: 16px; height: 16px; color: var(--violet); }
.hero__note { position: absolute; bottom: 0; left: -12px; z-index: 3; display: flex; align-items: center; gap: 14px; min-width: 300px; padding: 20px 20px; border-radius: 11px; background: #fff; color: var(--ink); box-shadow: 0 19px 40px #0000002c; animation: noteIn .8s .48s var(--ease) both; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.hero__note:hover { transform: translateY(-6px); box-shadow: 0 26px 50px #0000003b; }
.hero__note-icon { display: flex; align-items: center; justify-content: center; width: 43px; height: 47px; border-radius: 8px; background: #edf4fc; color: var(--blue); }
.hero__note .micro-label { display: block; margin-bottom: 3px; color: #738196; font-size: .6875rem; line-height: 1.4; }
.hero__note strong { display: block; font-family: var(--display); font-size: 1.0625rem; line-height: 1.3; letter-spacing: -.04em; }
.hero__note-arrow { align-self: flex-start; width: 19px; height: 19px; margin-left: 12px; color: var(--blue); }
.hero__vertical { position: absolute; top: 78px; right: -11px; writing-mode: vertical-rl; color: #8e9eaf; font-size: .6875rem; letter-spacing: .2em; }
.hero__bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; border-top: 1px solid #ffffff26; color: #a9b8c8; font-size: .8125rem; }
.hero__bottom a { display: flex; align-items: center; gap: 13px; color: #dce7f1; }
.hero__bottom .icon { width: 18px; height: 18px; transform: rotate(90deg); }

/* About */
.about { background: var(--paper); }
.about__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: start; }
.about__heading h2 { max-width: 590px; }
.about__heading h2 span { color: var(--blue); }
.about__copy { max-width: 535px; padding-top: 48px; }
.about__copy .lead { margin-bottom: 20px; color: var(--ink); font-size: 1.2rem; line-height: 1.55; letter-spacing: -.02em; }
.about__copy p:not(.lead) { color: var(--muted); }
.about__copy .text-link { margin-top: 27px; }
.about__principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 78px; }
.principle { display: flex; gap: 18px; min-height: 146px; padding: 25px 24px; border-top: 3px solid var(--blue); background: #eef6ff; }
.principle--violet { border-color: var(--violet); background: #f0f4f9; }
.principle--green { border-color: var(--green); background: #f3f6f9; }
.principle__number { color: var(--blue); font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: -.04em; }
.principle--violet .principle__number { color: var(--violet); }
.principle--green .principle__number { color: #37699f; }
.principle h3 { margin-bottom: 7px; font-size: 1.1rem; }
.principle p { color: #52667c; font-size: .875rem; line-height: 1.55; }

/* Solutions */
.solutions { background: var(--cloud); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; margin-bottom: 50px; }
.section-heading h2 { max-width: 680px; }
.section-heading h2 span { color: var(--blue); }
.section-heading > p { max-width: 365px; padding-bottom: 7px; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.solutions__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.solution { position: relative; display: flex; min-height: 374px; flex-direction: column; overflow: hidden; padding: 27px 25px 23px; border: 1px solid transparent; border-radius: 14px; background: #fff; transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .35s var(--ease-soft); }
.solution::after { content: ''; position: absolute; right: 24px; bottom: 0; left: 24px; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.solution:hover { border-color: #b8d6f4; box-shadow: 0 21px 40px #07132114; transform: translateY(-8px); }
.solution:hover::after { transform: scaleX(1); }
.solution--dark { background: var(--ink); color: #fff; }
.solution--violet { background: #f0f4f9; }
.solution--coral { background: #f6f8fa; }
.solution--dark::after { background: var(--cyan); }
.solution--violet::after { background: var(--violet); }
.solution--coral::after { background: var(--coral); }
.solution__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 42px; }
.solution__top > span:last-child { color: #718196; font-size: .6875rem; font-weight: 700; letter-spacing: .09em; }
.solution--dark .solution__top > span:last-child { color: #9eb3c8; }
.solution__icon { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 11px; background: #e7f3ff; color: var(--blue); transition: transform .45s var(--ease); }
.solution--dark .solution__icon { background: #15334d; color: var(--cyan); }
.solution--violet .solution__icon { background: #e0eaf6; color: var(--violet); }
.solution--coral .solution__icon { background: #e7edf3; color: #55759a; }
.solution:hover .solution__icon { transform: translateY(-3px) rotate(-5deg); }
.solution__icon .icon { width: 22px; height: 22px; }
.solution h3 { max-width: 230px; margin-bottom: 19px; font-size: 1.45rem; line-height: 1.2; }
.solution p { flex: 1; color: var(--muted); font-size: .9375rem; line-height: 1.65; }
.solution--dark p { color: #b7c7d6; }
.solution__detail { margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); color: #52677e; font-size: .75rem; line-height: 1.5; font-weight: 600; }
.solution--dark .solution__detail { border-color: #ffffff27; color: #9ddfff; }
.solution--violet .solution__detail { border-color: #d0dfed; color: #3c6088; }
.solution--coral .solution__detail { border-color: #d6e0eb; color: #4d637d; }
.solutions__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; color: var(--muted); font-size: .875rem; }
.solutions__footer .text-link { font-size: .875rem; }

/* Journey */
.journey { overflow: hidden; background: linear-gradient(135deg, var(--ink) 0%, #0b1a2e 65%, #122443 100%); color: #fff; }
.journey .section-heading { margin-bottom: 63px; }
.section-heading--light h2 span { color: var(--cyan); }
.section-heading--light > p { color: #a9bbcc; }
.journey__layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.journey__intro { padding-top: 7px; }
.journey__badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid #8abafa59; border-radius: 999px; background: #8abafa0f; color: #c6dcf7; font-size: .75rem; font-weight: 700; }
.journey__badge .icon { width: 17px; height: 17px; }
.journey__intro > p { max-width: 350px; margin-top: 25px; color: #b5c4d3; font-size: 1rem; line-height: 1.75; }
.journey__quote { max-width: 350px; margin-top: 54px; padding-top: 20px; border-top: 1px solid #ffffff2b; }
.journey__quote span { display: block; color: #fff; font-family: var(--display); font-size: 1.125rem; line-height: 1.45; letter-spacing: -.03em; }
.journey__quote small { display: block; margin-top: 12px; color: #8fa4b9; font-size: .75rem; }
.journey__steps { position: relative; list-style: none; margin: 0; padding: 0; }
.journey__steps::before { content: ''; position: absolute; top: 24px; bottom: 24px; left: 24px; width: 1px; background: linear-gradient(180deg, var(--blue), #ffffff27 68%, var(--green)); }
.journey__steps > li { position: relative; display: grid; grid-template-columns: 49px 1fr; gap: 20px; padding-bottom: 32px; }
.journey__steps > li:last-child { padding-bottom: 0; }
.journey__marker { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 49px; height: 49px; border: 5px solid var(--ink-2); border-radius: 50%; color: var(--ink); font-family: var(--display); font-size: .75rem; font-weight: 800; }
.journey__marker--blue { background: var(--blue); }
.journey__marker--cyan { background: var(--cyan); }
.journey__marker--amber { background: var(--amber); }
.journey__marker--violet { background: var(--violet); color: #fff; }
.journey__marker--coral { background: var(--coral); }
.journey__marker--green { background: var(--green); }
.step-kicker { display: block; margin-top: 1px; margin-bottom: 5px; color: #89a0b6; font-size: .6875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journey__steps h3 { margin-bottom: 7px; color: #fff; font-size: 1.2rem; line-height: 1.25; }
.journey__steps p { max-width: 535px; color: #adc0d1; font-size: .9375rem; line-height: 1.65; }

/* Human AI */
.human-ai { background: linear-gradient(135deg, #edf4fc 0%, #f4f7fa 100%); }
.human-ai__layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.human-ai__content h2 { max-width: 655px; }
.human-ai__content h2 span { color: var(--violet); }
.human-ai__lead { max-width: 615px; margin-top: 25px; color: var(--muted); font-size: 1.0625rem; line-height: 1.75; }
.human-ai__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; margin-top: 43px; }
.human-ai__features article { display: flex; align-items: flex-start; gap: 13px; }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 37px; height: 37px; border-radius: 10px; flex-shrink: 0; }
.feature-icon .icon { width: 19px; height: 19px; }
.feature-icon--blue { background: #e2edf9; color: var(--blue); }
.feature-icon--violet { background: #e3ecf6; color: var(--violet); }
.feature-icon--green { background: #e5edf5; color: #37699f; }
.feature-icon--coral { background: #e7edf3; color: #55759a; }
.human-ai__features h3 { margin-bottom: 5px; font-size: .9375rem; line-height: 1.35; }
.human-ai__features p { color: #63768a; font-size: .8125rem; line-height: 1.55; }
.conversation-card { overflow: hidden; border: 1px solid #203a55; border-radius: 18px; background: var(--ink); color: #fff; box-shadow: 0 25px 55px #1127432b; transform: rotate(1deg); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.conversation-card:hover { box-shadow: 0 30px 65px #1127433b; transform: rotate(0) translateY(-7px); }
.conversation-card__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 22px 22px 18px; border-bottom: 1px solid #ffffff20; }
.conversation-card__brand { display: flex; align-items: center; gap: 11px; }
.conversation-card__brand img { width: 39px; height: 39px; padding: 5px; border-radius: 11px; background: #fff; object-fit: contain; }
.conversation-card__brand strong, .conversation-card__brand span { display: block; }
.conversation-card__brand strong { font-size: .875rem; line-height: 1.3; }
.conversation-card__brand span { margin-top: 3px; color: #8ea8c1; font-size: .6875rem; line-height: 1.3; }
.conversation-card__tag { display: inline-flex; align-items: center; gap: 8px; color: #b3d8c4; font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.conversation-card__tag .online-dot { width: 6px; height: 6px; box-shadow: none; }
.conversation-card__body { padding: 23px 22px 20px; }
.conversation-line { margin-bottom: 16px; }
.conversation-line > span { display: block; margin-bottom: 5px; color: #8ca5bb; font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.conversation-line p { padding: 12px 13px; border-radius: 11px; font-size: .8125rem; line-height: 1.55; }
.conversation-line--ai p { border-bottom-left-radius: 3px; background: #16304a; color: #dce9f4; }
.conversation-line--client p { max-width: 90%; margin-left: auto; border-bottom-right-radius: 3px; background: #e5effc; color: #254a76; }
.conversation-card__intent { display: flex; align-items: center; gap: 9px; margin-top: 20px; padding: 11px 12px; border: 1px solid #0b7cff52; border-radius: 9px; background: #0b7cff13; color: #b7cde8; font-size: .6875rem; line-height: 1.45; }
.conversation-card__intent .icon { width: 17px; height: 17px; color: var(--cyan); }
.conversation-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 22px; background: #0e2237; color: #8fa7bc; font-size: .6875rem; }
.conversation-card__footer strong { display: inline-flex; align-items: center; gap: 6px; color: #c0d2e5; font-weight: 600; }
.conversation-card__footer .icon { width: 16px; height: 16px; }

/* Operation */
.operation { background: var(--paper); }
.operation .section-heading h2 span { color: var(--coral); }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.policy-card { position: relative; min-height: 345px; padding: 26px 27px 25px; overflow: hidden; border: 1px solid #cfe1f4; border-radius: 14px; background: #f0f5fb; }
.policy-card--violet { border-color: #d6e1ed; background: #f3f6fa; }
.policy-card--green { border-color: #d8e2ec; background: #f3f6f9; }
.policy-card__number { position: absolute; top: 20px; right: 25px; color: #8db4db; font-family: var(--display); font-size: 1.25rem; font-weight: 800; }
.policy-card--violet .policy-card__number { color: #8ba3bd; }
.policy-card--green .policy-card__number { color: #8ba3bd; }
.policy-card__icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 39px; border-radius: 12px; background: #fff; color: var(--blue); box-shadow: 0 8px 18px #1e72b015; }
.policy-card--violet .policy-card__icon { color: var(--violet); }
.policy-card--green .policy-card__icon { color: #37699f; }
.policy-card__icon .icon { width: 23px; height: 23px; }
.policy-card h3 { margin-bottom: 12px; font-size: 1.25rem; line-height: 1.25; }
.policy-card p { min-height: 79px; color: #5b6f84; font-size: .9375rem; line-height: 1.6; }
.policy-card ul { display: grid; gap: 7px; margin: 20px 0 0; padding: 17px 0 0 19px; border-top: 1px solid #c9deef; color: #35516b; font-size: .8125rem; }
.policy-card--violet ul { border-color: #d6e1ed; color: #455f7d; }
.policy-card--green ul { border-color: #d8e2ec; color: #455f7d; }
.channel-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; margin-top: 60px; padding: 34px 37px; border-radius: 15px; background: var(--ink); color: #fff; }
.channel-band .eyebrow { margin-bottom: 13px; color: #9cb3c8; }
.channel-band h3 { max-width: 350px; font-size: 1.38rem; line-height: 1.3; }
.channel-band__items { display: flex; flex-wrap: wrap; gap: 10px; }
.channel-band__items span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #ffffff27; border-radius: 8px; color: #d6e2ee; font-size: .75rem; }
.channel-band__items span:nth-child(1) { border-color: #8abafa61; color: #bfd8fa; }
.channel-band__items span:nth-child(2) { border-color: #0b7cff61; color: #b7cde8; }
.channel-band__items span:nth-child(3) { border-color: #afc4dd61; color: #c5d6ea; }
.channel-band__items span:nth-child(4) { border-color: #8abafa61; color: #c0d2e5; }
.channel-band__items span:nth-child(5) { border-color: #55759a61; color: #bdcde0; }
.channel-band__items .icon { width: 17px; height: 17px; }

/* Intents */
.intents { background: var(--cloud); }
.intents__layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.intents__intro h2 span { color: var(--blue-deep); }
.intents__intro > p:not(.eyebrow) { max-width: 400px; margin-top: 24px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.intents__note { display: flex; align-items: flex-start; gap: 10px; max-width: 400px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: #3f596f; font-size: .875rem; line-height: 1.6; }
.intents__note .icon { width: 18px; height: 18px; color: #37699f; }
.intent-list { border-top: 1px solid #cfdbe6; }
.intent-list details { border-bottom: 1px solid #cfdbe6; }
.intent-list summary { display: grid; grid-template-columns: 43px 1fr 20px; gap: 15px; align-items: center; list-style: none; padding: 18px 0; cursor: pointer; }
.intent-list summary::-webkit-details-marker { display: none; }
.intent-summary__icon { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 11px; }
.intent-summary__icon .icon { width: 21px; height: 21px; }
.intent-summary__icon--blue { background: #e2edf9; color: var(--blue); }
.intent-summary__icon--green { background: #e5edf5; color: #37699f; }
.intent-summary__icon--amber { background: #e8eef5; color: #496788; }
.intent-summary__icon--coral { background: #e7edf3; color: #55759a; }
.intent-summary__icon--violet { background: #e3ecf6; color: var(--violet); }
.intent-list summary strong, .intent-list summary small { display: block; }
.intent-list summary strong { color: var(--ink); font-size: 1rem; line-height: 1.35; }
.intent-list summary small { margin-top: 3px; color: #758598; font-size: .75rem; line-height: 1.4; }
.intent-chevron { width: 19px; height: 19px; color: #718296; transform: rotate(0); transition: transform .45s var(--ease), color .35s var(--ease-soft); }
.intent-list details[open] .intent-chevron { color: var(--blue); transform: rotate(90deg); }
.intent-list details > p { max-width: 620px; margin: -3px 38px 22px 58px; color: #5c7085; font-size: .875rem; line-height: 1.65; }

/* Control */
.control { overflow: hidden; background: linear-gradient(125deg, #0a1424 0%, #102944 67%, #152b44 100%); color: #fff; }
.control .section-heading { margin-bottom: 56px; }
.control .section-heading h2 span { color: var(--green); }
.control__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.control__grid article { padding-top: 23px; border-top: 1px solid #ffffff35; }
.control__icon { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; margin-bottom: 26px; border-radius: 12px; }
.control__icon .icon { width: 22px; height: 22px; }
.control__icon--blue { background: #8abafa20; color: var(--cyan); }
.control__icon--green { background: #8abafa20; color: var(--green); }
.control__icon--violet { background: #0b7cff25; color: #b7cde8; }
.control__grid h3 { margin-bottom: 9px; font-size: 1.2rem; line-height: 1.3; }
.control__grid p { max-width: 330px; color: #a9bdce; font-size: .9375rem; line-height: 1.65; }
.control__footer { display: flex; align-items: center; gap: 18px; margin-top: 64px; padding-top: 24px; border-top: 1px solid #ffffff2c; color: #a8b9c9; font-size: .875rem; }
.control__footer strong { color: #fff; font-weight: 600; }
.control__footer-line { display: block; width: 60px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--violet)); }

/* FAQ */
.faq { background: var(--paper); }
.faq__layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: start; }
.faq h2 span { color: var(--blue); }
.faq__intro { max-width: 390px; margin-top: 24px; color: var(--muted); line-height: 1.7; }
.faq__list { border-top: 1px solid var(--line); }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; padding: 20px 0; cursor: pointer; color: var(--ink); font-family: var(--display); font-size: 1.05rem; font-weight: 600; letter-spacing: -.03em; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: '+'; color: var(--blue); font-family: var(--font); font-size: 1.5rem; font-weight: 400; transition: transform .35s var(--ease); }
.faq__list details[open] summary::after { transform: rotate(45deg); }
.faq__list details > p { max-width: 670px; padding: 0 42px 22px 0; color: var(--muted); font-size: .9375rem; line-height: 1.65; }

/* Contact */
.contact { overflow: hidden; background: var(--ink); color: #fff; }
.contact__layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.contact__info { padding-top: 21px; }
.contact h2 { max-width: 490px; font-size: clamp(3rem, 5vw, 5rem); font-weight: 600; line-height: 1.03; }
.contact h2 span { color: var(--cyan); }
.contact__info > p:not(.eyebrow) { max-width: 420px; margin-top: 28px; color: #adbdcc; font-size: 1rem; line-height: 1.7; }
.contact__methods { display: grid; gap: 17px; margin-top: 38px; }
.contact-method { display: flex; align-items: center; gap: 14px; max-width: 405px; padding: 10px 12px; margin-left: -12px; border-radius: 10px; transition: background-color .35s var(--ease-soft), transform .35s var(--ease); }
.contact-method:hover { background: #ffffff0d; transform: translateX(6px); }
.contact-method > .icon:first-child { width: 23px; height: 23px; color: #9bb2c7; }
.contact-method span, .contact-method strong { display: block; }
.contact-method span { color: #8fa2b5; font-size: .75rem; line-height: 1.4; }
.contact-method strong { margin-top: 2px; color: #fff; font-size: .9375rem; font-weight: 600; line-height: 1.4; }
.contact-method:hover strong { color: var(--cyan); }
.contact-method__arrow { width: 18px !important; height: 18px !important; margin-left: auto; color: #7790a7; }
.contact__signature { max-width: 410px; margin-top: 58px; padding-top: 24px; border-top: 1px solid #ffffff25; color: #bfcedb; font-family: var(--display); font-size: 1.2rem; letter-spacing: -.03em; }
.contact__signature span { color: var(--cyan); }
.contact__form { padding: 37px; border-radius: 15px; background: #fff; color: var(--ink); box-shadow: 0 25px 55px #0000002b; }
.contact__form .eyebrow { margin-bottom: 12px; }
.contact__form h3 { margin-bottom: 9px; font-size: 1.65rem; line-height: 1.3; }
.form-intro { margin-bottom: 28px; color: var(--muted); font-size: .875rem; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; min-width: 0; margin-bottom: 19px; }
.form-group label { color: #354557; font-size: .875rem; font-weight: 600; line-height: 1.5; }
.form-group label > span { color: var(--blue); }
.form-group input, .form-group select, .form-group textarea { width: 100%; min-width: 0; min-height: 47px; padding: 11px 13px; border: 1px solid #d5dfe9; border-radius: 7px; outline: none; background: #f7f9fb; color: var(--ink); font-size: 1rem; line-height: 1.6; transition: border-color .35s var(--ease-soft), box-shadow .35s var(--ease-soft), background-color .35s var(--ease-soft), transform .35s var(--ease); }
.form-group input::placeholder, .form-group textarea::placeholder { color: #778697; opacity: 1; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px #0b7cff1d; transform: translateY(-1px); }
.form-group select { padding-right: 28px; cursor: pointer; white-space: normal; }
.form-group textarea { min-height: 96px; resize: vertical; }
.form-privacy { margin-block: 1px 21px; color: #6d7a89; font-size: .75rem; line-height: 1.6; }
.form-privacy a { text-decoration: underline; text-underline-offset: 2px; }
.form-privacy a:hover { color: var(--blue); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-message { margin-top: 18px; padding: 13px 15px; border-radius: 7px; font-size: .875rem; line-height: 1.6; }
.form-message.success { border: 1px solid #bce0cd; background: #e9f5ef; color: #206241; }
.form-message.error { border: 1px solid #ebc9c4; background: #fff1f0; color: #92392f; }
.contact__form[aria-busy='true'] button { opacity: .7; transform: none; }

/* Footer */
.footer { padding-block: 39px 25px; border-top: 1px solid #ffffff20; background: var(--ink); color: #fff; }
.footer__top { display: flex; align-items: center; gap: 27px; padding-bottom: 30px; }
.footer__top .brand img { width: 116px; }
.footer__top > p { padding-left: 27px; border-left: 1px solid #ffffff26; color: #99aabc; font-size: .8125rem; }
.footer__links { display: flex; align-items: center; gap: 22px; margin-left: auto; color: #c3d0dc; font-size: .8125rem; }
.footer__links a { transition: color .35s var(--ease-soft), transform .35s var(--ease); }
.footer__links a:hover { color: var(--cyan); transform: translateY(-2px); }
.footer__links .icon { width: 20px; height: 20px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 21px; border-top: 1px solid #ffffff16; color: #8498ab; font-size: .75rem; }
.footer__bottom a:hover { color: #fff; }
.floating-whatsapp { position: fixed; z-index: 80; right: 23px; bottom: 22px; display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; overflow: visible; border: 1px solid #dce6ed; border-radius: 50%; background: #fff; box-shadow: 0 5px 25px #0000002f; transition: background-color .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease); }
.floating-whatsapp::before { content: ''; position: absolute; inset: -5px; border: 1px solid #25d36685; border-radius: 50%; opacity: .75; animation: whatsappPulse 2.5s ease-out infinite; pointer-events: none; }
.floating-whatsapp img { width: 28px; height: 28px; object-fit: contain; transition: filter .35s var(--ease-soft), transform .35s var(--ease); }
.floating-whatsapp:hover { border-color: #25d366; background: #25d366; box-shadow: 0 12px 34px #25d36659; transform: translateY(-6px) scale(1.07); }
.floating-whatsapp:hover::before { animation: none; opacity: 0; }
.floating-whatsapp:hover img { filter: brightness(0) invert(1); transform: scale(1.08); }

/* Motion */
.scroll-progress { position: fixed; z-index: 300; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--violet)); box-shadow: 0 0 13px #8abafa99; pointer-events: none; }
.reveal { opacity: 0; transform: translateY(27px); transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes heroContentIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes heroVisualIn { from { opacity: 0; transform: translateX(25px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes cardIn { from { opacity: 0; transform: translateY(20px) rotate(2deg); } to { opacity: 1; transform: none; } }
@keyframes noteIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes whatsappPulse { 0% { transform: scale(.9); opacity: .7; } 70%, 100% { transform: scale(1.35); opacity: 0; } }

@media (max-width: 1180px) {
  .container { width: min(1240px, calc(100% - 64px)); }
  .hero__layout { gap: 45px; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); }
  .hero h1 { font-size: clamp(3.8rem, 6vw, 5.45rem); }
  .hero__visual { padding-right: 23px; }
  .hero__photo { height: 575px; }
  .hero__chat-card { right: -7px; width: 320px; }
  .hero__note { left: -7px; min-width: 280px; }
  .about__layout { gap: 65px; }
  .journey__layout { gap: 55px; }
  .human-ai__layout { gap: 45px; }
  .contact__layout { gap: 50px; }
}

@media (max-width: 980px) {
  :root { --header: 74px; }
  .container { width: calc(100% - 48px); }
  .section { padding-block: 88px; }
  .nav--desktop { display: none; }
  .header__cta { margin-left: auto; }
  .menu-button { display: block; }
  .brand img { width: 132px; }
  .hero__layout { grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); padding-block: 52px 60px; }
  .hero h1 { font-size: clamp(3.5rem, 6.4vw, 5rem); }
  .hero__description { font-size: 1rem; }
  .hero__photo { height: 515px; }
  .hero__chat-card { top: 31px; width: 298px; padding: 16px 14px 13px; }
  .hero__note { min-width: 257px; padding: 17px 15px; }
  .hero__note strong { font-size: .9375rem; }
  .hero__vertical { display: none; }
  .about__principles { margin-top: 57px; }
  .solutions__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution { min-height: 335px; }
  .journey__layout, .human-ai__layout, .intents__layout, .faq__layout { gap: 50px; }
  .policy-card { min-height: 370px; padding-inline: 22px; }
  .channel-band { gap: 25px; padding-inline: 28px; }
  .contact__layout { grid-template-columns: .82fr 1.18fr; }
  .contact__form { padding: 28px 24px; }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 72px; }
  h2 { font-size: 2.55rem; }
  .header__inner { gap: 12px; }
  .brand img { width: 115px; }
  .header__cta { min-height: 40px; padding: 10px 12px; gap: 8px; font-size: .75rem; }
  .header__cta .icon { width: 15px; height: 15px; }
  .menu-button { width: 40px; height: 40px; padding: 9px; }
  .menu-button span { left: 9px; top: 14px; }
  .menu-button span + span { top: 23px; }
  .menu-button[aria-expanded='true'] span { top: 18px; }
  .hero__layout { display: block; padding-block: 38px 39px; }
  .hero h1 { max-width: 570px; font-size: clamp(3.65rem, 13vw, 5.5rem); }
  .hero__description { max-width: 520px; margin-top: 24px; font-size: 1rem; }
  .hero__actions { gap: 19px; margin-top: 28px; }
  .hero__actions .button { padding: 15px 18px; font-size: .875rem; }
  .hero__promise { margin-top: 25px; font-size: .8125rem; }
  .hero__channels { margin-top: 28px; }
  .hero__visual { max-width: 540px; margin: 42px auto 0; padding: 0 0 21px 16px; }
  .hero__photo { height: 440px; border-radius: 13px 13px 75px 13px; }
  .hero__chat-card { top: 24px; right: -2px; width: min(333px, calc(100% - 4px)); }
  .hero__note { left: -1px; min-width: 255px; }
  .hero__bottom { padding-block: 20px; font-size: .75rem; }
  .hero__bottom > span { max-width: 255px; line-height: 1.5; }
  .hero__bottom a > span { display: none; }
  .hero__bottom .icon { width: 22px; height: 22px; }
  .about__layout, .journey__layout, .human-ai__layout, .intents__layout, .faq__layout, .contact__layout { display: block; }
  .about__copy { max-width: none; padding-top: 30px; }
  .about__copy .lead { font-size: 1.125rem; }
  .about__principles { display: grid; grid-template-columns: 1fr; gap: 13px; margin-top: 47px; }
  .principle { min-height: 0; padding: 20px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { max-width: 500px; margin-top: 21px; padding: 0; }
  .solutions__grid { grid-template-columns: 1fr; gap: 15px; }
  .solution { min-height: 0; padding: 26px 25px 24px; }
  .solution__top { margin-bottom: 29px; }
  .solution h3 { max-width: 360px; font-size: 1.55rem; }
  .solutions__footer { display: block; margin-top: 26px; }
  .solutions__footer .text-link { margin-top: 17px; }
  .journey .section-heading { margin-bottom: 44px; }
  .journey__intro > p { max-width: 520px; }
  .journey__quote { max-width: 520px; margin-top: 34px; margin-bottom: 43px; }
  .journey__steps > li { grid-template-columns: 43px 1fr; gap: 15px; padding-bottom: 27px; }
  .journey__steps::before { left: 21px; }
  .journey__marker { width: 43px; height: 43px; border-width: 4px; font-size: .6875rem; }
  .journey__steps h3 { font-size: 1.1rem; }
  .journey__steps p { font-size: .875rem; }
  .human-ai__lead { font-size: 1rem; }
  .human-ai__features { gap: 21px 15px; margin-top: 34px; }
  .human-ai__features article { gap: 10px; }
  .human-ai__features h3 { font-size: .875rem; }
  .human-ai__features p { font-size: .8125rem; }
  .conversation-card { max-width: 520px; margin: 43px auto 0; transform: none; }
  .conversation-card:hover { transform: translateY(-5px); }
  .policy-grid { grid-template-columns: 1fr; gap: 14px; }
  .policy-card { min-height: 0; padding: 25px 24px; }
  .policy-card p { min-height: 0; }
  .channel-band { display: block; margin-top: 40px; padding: 26px 23px; }
  .channel-band h3 { font-size: 1.2rem; }
  .channel-band__items { margin-top: 22px; }
  .intents__intro > p:not(.eyebrow), .intents__note, .faq__intro { max-width: 540px; }
  .intent-list { margin-top: 42px; }
  .intent-list summary { grid-template-columns: 40px 1fr 18px; gap: 12px; }
  .intent-summary__icon { width: 40px; height: 40px; }
  .intent-list summary strong { font-size: .9375rem; }
  .intent-list details > p { margin-left: 52px; }
  .control__grid { grid-template-columns: 1fr; gap: 30px; }
  .control__grid article { display: grid; grid-template-columns: 45px 1fr; column-gap: 14px; padding-top: 18px; }
  .control__icon { grid-row: span 2; margin-bottom: 0; }
  .control__grid h3 { align-self: end; }
  .control__grid p { max-width: none; margin-top: 5px; }
  .control__footer { flex-wrap: wrap; gap: 12px; margin-top: 44px; }
  .faq__list { margin-top: 42px; }
  .contact__info { padding-top: 0; }
  .contact h2 { max-width: 560px; font-size: 3.35rem; }
  .contact__info > p:not(.eyebrow) { max-width: 540px; }
  .contact__signature { margin-top: 34px; }
  .contact__form-wrapper { margin-top: 43px; }
  .contact__form { padding: 29px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { flex-wrap: wrap; gap: 17px; }
  .footer__top > p { max-width: 260px; padding-left: 18px; font-size: .75rem; }
  .footer__links { width: 100%; margin: 8px 0 0; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 13px; padding-right: 40px; }
  .floating-whatsapp { right: 14px; bottom: 16px; width: 49px; height: 49px; }
  .floating-whatsapp img { width: 25px; height: 25px; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 32px); }
  .header__cta { display: none; }
  .menu-button { margin-left: auto; }
  .hero h1 { font-size: 3.7rem; }
  .hero__photo { height: 378px; }
  .hero__chat-card { width: calc(100% - 2px); padding-inline: 12px; }
  .hero__note { min-width: 231px; padding: 15px 13px; }
  .hero__note strong { font-size: .875rem; }
  .hero__channels > span { font-size: .6875rem; }
  .human-ai__features { grid-template-columns: 1fr; }
  .conversation-card__header, .conversation-card__body, .conversation-card__footer { padding-inline: 16px; }
  .conversation-card__footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .intent-list details > p { margin-left: 0; padding-left: 52px; }
  .contact h2 { font-size: 3rem; }
  .contact__form { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .button:hover, .solution:hover, .hero__photo:hover, .hero__note:hover, .conversation-card:hover { transform: none; }
}
