/* Talerum / Landing independente. Sem biblioteca visual ou fonte embutida. */
:root {
  color-scheme: light;
  --white: #fff;
  --ink: #211d1a;
  --muted: #6e6762;
  --faint: #f8f7f5;
  --line: #e9e5e1;
  --brand: #a95425;
  --brand-bright: #c46a2d;
  --brand-soft: #f6ede5;
  --brand-light: #e3a570;
  --dark: #24211e;
  --radius: 16px;
  --gutter: clamp(22px, 4.5vw, 80px);
  --font: "Inter Display", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, p { margin: 0; }
button { border: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; border-radius: 4px; }
::selection { color: var(--ink); background: #efd6c2; }
.container { width: min(1280px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 21px; height: 21px; flex: none; display: inline-block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 55px; padding: 15px 23px; border-radius: 8px; color: #fff; background: var(--brand); font-size: 14px; font-weight: 550; line-height: 1.4; transition: background .2s, transform .2s, box-shadow .2s; white-space: nowrap; }
.button:hover { background: #88411f; transform: translateY(-2px); box-shadow: 0 7px 18px #28140e12; }
.button .icon { width: 19px; height: 19px; }
.button-small { min-height: 43px; padding: 11px 16px; gap: 20px; font-size: 13px; }
.button-dark { background: var(--ink); }
.button-dark:hover { background: #3b3029; }
.text-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 0; background: none; font-size: 13px; font-weight: 550; line-height: 1.4; }
.text-button:hover { color: var(--brand); }
.mini-play { display: inline-grid; place-items: center; width: 27px; height: 27px; border: 1px solid #d9d0c8; border-radius: 50%; }
.mini-play .icon { width: 17px; height: 17px; transform: translateX(-1px); }
.icon-button { display: inline-grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); transition: background .2s; }
.icon-button:hover { background: var(--brand-soft); }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 999; padding: 12px 20px; color: #fff; background: var(--ink); transform: translateY(-200%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: #ffffffed; backdrop-filter: blur(16px); border-bottom: 1px solid #ece9e280; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 25px; }
.brand { display: inline-block; flex: none; }
.brand img { width: 162px; height: auto; }
.desktop-nav { display: flex; gap: 31px; align-items: center; margin-left: auto; margin-right: 28px; }
.desktop-nav a { color: #5f5954; font-size: 13px; padding-block: 14px; position: relative; }
.desktop-nav a:hover { color: var(--brand); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 7px; height: 1px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.mobile-menu { padding: 8px var(--gutter) 24px; border-top: 1px solid var(--line); }
.mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; font-size: 15px; }
.hero { padding: 86px 0 0; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: .96fr 1.08fr; gap: 45px; align-items: center; }
.hero-copy { padding-bottom: 18px; position: relative; z-index: 1; }
h1 { font-size: clamp(60px, 5.7vw, 82px); font-weight: 520; line-height: 1.045; letter-spacing: -.065em; }
h1 span { color: var(--brand); white-space: nowrap; }
.hero-copy > p:not(.hero-note) { max-width: 400px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.75; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 32px; }
.hero-note { max-width: 390px; color: #827a74; font-size: 11px; margin-top: 24px; line-height: 1.65; }
.hero-media { position: relative; margin-right: -35px; transform: translateY(17px); }
.hero-media::before { content: ""; position: absolute; z-index: -1; inset: 5% -10% -25% -18%; background: radial-gradient(ellipse at 62% 57%, #e9c3a47a, #f4e2d72c 48%, transparent 69%); pointer-events: none; }
.film-shell { border: 1px solid #e7dfd7; border-radius: 15px; overflow: hidden; background: #fff; box-shadow: 0 4px 8px #37201403, 0 25px 55px -20px #57382030; transform: none; transition: box-shadow .35s ease, border-color .35s ease; }
.film-shell:hover { border-color: #dccfc4; box-shadow: 0 8px 18px #37201408, 0 30px 62px -24px #57382038; }
.film-viewport { position: relative; aspect-ratio: 16/9; background: #faf9f7; overflow: hidden; }
.hero-teaser { width: 100%; height: 100%; object-fit: contain; transform: none; filter: none; image-rendering: auto; backface-visibility: hidden; }
.film-controls { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 8px; }
.teaser-toggle { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #ffffffa8; border-radius: 50%; background: #ffffffe3; color: var(--ink); box-shadow: 0 6px 14px #2d191007; }
.teaser-toggle .icon { width: 16px; height: 16px; }
.film-footer { min-height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 13px 22px; gap: 10px; border-top: 1px solid #eee7e2; font-size: 11px; }
.film-footer > span { display: flex; align-items: center; gap: 8px; color: #736861; }
.film-marker { width: 5px; height: 5px; border-radius: 50%; background: var(--brand-bright); }
.film-meta { color: #64594f; font-weight: 550; }
.film-meta span { color: #8b8077; font-weight: 400; margin-left: 6px; }
.film-caption { display: flex; align-items: center; justify-content: center; gap: 8px; color: #918173; font-size: 10px; margin-top: 24px; }
.film-caption .icon { width: 13px; height: 13px; }
.journey-strip { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); align-items: center; gap: 28px; padding-block: 31px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 89px; }
.journey-strip > p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.journey-strip > p strong { color: var(--ink); font-weight: 550; }
.journey-item { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; white-space: nowrap; }
.journey-item > span { font-size: 10px; color: var(--brand); letter-spacing: .06em; font-weight: 500; }
.journey-item .icon { width: 15px; height: 15px; color: #b3a69b; margin-left: auto; }
.section-space { padding-block: 108px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 53px; }
.eyebrow { color: var(--brand); font-size: 10px; font-weight: 650; letter-spacing: .16em; line-height: 1.6; margin-bottom: 21px; }
h2 { font-size: clamp(37px, 3.5vw, 51px); line-height: 1.1; letter-spacing: -.055em; font-weight: 500; }
.section-heading > p { max-width: 330px; font-size: 14px; line-height: 1.85; color: var(--muted); padding-bottom: 5px; }
.platform-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 55px; align-items: center; }
.platform-tabs { display: flex; flex-direction: column; }
.platform-tab { display: grid; grid-template-columns: 25px 1fr 18px; align-items: start; gap: 11px; text-align: left; background: none; padding: 27px 18px 27px 0; border-top: 1px solid var(--line); transition: border-color .2s; }
.platform-tab:last-child { border-bottom: 1px solid var(--line); }
.tab-number { color: #a89b91; font-size: 10px; line-height: 26px; }
.platform-tab strong { display: block; font-size: 18px; font-weight: 500; letter-spacing: -.035em; }
.platform-tab > span > span { display: block; color: var(--muted); font-size: 12px; line-height: 1.85; max-width: 228px; margin-top: 10px; }
.platform-tab > .icon { width: 17px; height: 17px; margin-top: 4px; color: #b5a79c; transition: transform .2s; }
.platform-tab[aria-selected="true"] { border-top-color: var(--brand); }
.platform-tab[aria-selected="true"] strong, .platform-tab[aria-selected="true"] > .icon, .platform-tab[aria-selected="true"] .tab-number { color: var(--brand); }
.platform-tab:hover .icon { transform: translate(2px, -2px); }
.product-showcase { min-width: 0; border-radius: 14px; background: var(--faint); padding: 10px; border: 1px solid var(--line); box-shadow: 0 12px 24px -20px #39261b3b; }
.product-window-bar { padding: 8px 10px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }
.window-brand { display: flex; align-items: center; gap: 8px; color: #554b44; }
.window-brand img { width: 15px; height: 18px; }
.window-status { color: #8b8179; font-size: 9px; }
.product-panels { border: 1px solid #e3ddd7; border-radius: 10px; background: #fff; overflow: hidden; }
.product-panel { position: relative; aspect-ratio: 1440/1000; display: grid; place-items: center; padding: 18px 12px 10px; background: #fff; }
.product-panel > img { width: 96%; height: auto; max-height: 100%; object-fit: contain; border-radius: 9px; box-shadow: 0 20px 34px -30px #2d191048; transform: none; image-rendering: auto; }
.expand-product { position: absolute; bottom: 14px; right: 14px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #ddd3ca; border-radius: 7px; background: #ffffffed; color: var(--brand); box-shadow: 0 4px 12px #28140e0d; }
.expand-product .icon { width: 17px; height: 17px; }
.expand-product:hover { background: var(--brand-soft); }
.product-caption { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 9px; color: #86796e; padding: 12px 0 2px; }
.caption-line { height: 1px; width: 12px; background: #cfbdaa; }
.nora-section { color: #fff; background: var(--dark); overflow: hidden; position: relative; }
.nora-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.nora-copy .eyebrow { color: #dda074; }
.nora-copy h2 { font-size: clamp(37px, 3.5vw, 50px); line-height: 1.15; letter-spacing: -.047em; }
.nora-copy h2 span { color: var(--brand-light); }
.nora-copy > p:not(.eyebrow) { color: #b9b1ab; font-size: 14px; line-height: 1.9; max-width: 325px; margin-top: 24px; }
.nora-steps { list-style: none; padding: 0; margin: 33px 0 35px; display: flex; gap: 28px; }
.nora-steps li { font-size: 13px; }
.nora-steps li span { display: block; font-size: 9px; color: #bd8b64; letter-spacing: .05em; margin-bottom: 7px; }
.text-button-light { color: #e9dfd5; font-size: 12px; gap: 20px; border-bottom: 1px solid #78695d; padding-bottom: 12px; }
.text-button-light:hover { color: var(--brand-light); }
.text-button-light .icon { width: 17px; height: 17px; }
.nora-demo-wrap { position: relative; }
.nora-demo { position: relative; background: #fdfcfb; color: var(--ink); border-radius: 13px; border: 1px solid #f6e9d920; box-shadow: 0 26px 70px #0003; }
.nora-demo-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e9e2dc; padding: 18px 23px; gap: 12px; }
.nora-identity { display: flex; align-items: center; gap: 10px; }
.nora-identity img { width: 34px; height: 39px; object-fit: contain; }
.nora-identity strong { font-size: 13px; font-weight: 600; display: block; line-height: 1.5; }
.nora-identity small { color: #8a7a6f; font-size: 9px; display: block; }
.demo-label { font-size: 8px; color: #948477; letter-spacing: .1em; }
.nora-chat { padding: 23px; }
.user-message { background: #f1e9e2; border: 1px solid #e9dfd4; border-radius: 9px 9px 2px 9px; padding: 13px 16px; font-size: 12px; line-height: 1.7; margin-left: 27px; }
.assistant-label { display: flex; gap: 6px; align-items: center; margin-top: 21px; color: #837164; font-size: 10px; }
.assistant-label .icon { width: 14px; height: 14px; color: var(--brand); }
.nora-state { min-height: 235px; border: 1px solid #e8e0d8; background: #fff; border-radius: 8px; padding: 20px 18px 16px; margin-top: 8px; }
.nora-card-label { color: var(--brand); font-size: 8px; letter-spacing: .1em; font-weight: 600; margin-bottom: 7px; }
.nora-state h3 { font-size: 19px; font-weight: 500; letter-spacing: -.035em; line-height: 1.3; }
.nora-state > p { color: #887a6f; font-size: 10px; line-height: 1.7; margin-top: 6px; }
.reminder-summary { display: flex; align-items: center; gap: 9px; padding: 16px 0 19px; }
.reminder-icon { background: var(--brand-soft); width: 34px; height: 34px; border-radius: 6px; display: grid; place-items: center; color: var(--brand); }
.reminder-icon .icon { width: 16px; height: 16px; }
.reminder-summary strong { font-size: 10px; display: block; line-height: 1.5; font-weight: 550; }
.reminder-summary small { font-size: 9px; display: block; color: #927f72; line-height: 1.7; }
.preview-chip { margin-left: auto; color: #986c4d; font-size: 8px; background: #f6eee8; padding: 3px 7px; border-radius: 4px; }
.nora-action { width: 100%; min-height: 37px; padding: 11px 15px; font-size: 11px; border-radius: 5px; justify-content: space-between; }
.nora-action .icon { width: 15px; height: 15px; }
.nora-demo-foot { border-top: 1px solid #e9e2dc; padding: 13px 23px; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: 9px; color: #8a7a6d; }
.nora-demo-foot > span { display: flex; align-items: center; gap: 6px; }
.nora-demo-foot .icon { width: 12px; height: 12px; }
.nora-demo-foot button { display: flex; gap: 5px; align-items: center; font-size: 9px; color: #817064; padding: 4px 0; background: none; }
.nora-demo-foot button:hover { color: var(--brand); }
.nora-demo-caption { color: #a4978c; font-size: 9px; text-align: center; margin-top: 18px; }
.message-preview { border-left: 2px solid #d9b392; padding: 8px 11px; background: #faf6f2; font-size: 11px; line-height: 1.75; margin: 13px 0; color: #625247; }
.nora-success { color: #427058; }
.nora-success .success-circle { background: #e9f2ec; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 13px; }
.nora-success > p { color: #6d7d70; font-size: 12px; line-height: 1.8; margin-top: 12px; }
.nora-success .success-note { font-size: 10px; color: #859283; margin-top: 18px; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.team-column { padding: 26px 34px 0; border-left: 1px solid var(--line); }
.team-column:first-child { padding-left: 0; border: 0; }
.team-column:last-child { padding-right: 0; }
.team-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.team-meta > span { color: var(--brand); font-size: 9px; letter-spacing: .1em; }
.team-meta .icon { width: 26px; height: 26px; color: #ad7951; }
.team-column h3 { font-size: 26px; font-weight: 500; line-height: 1.25; letter-spacing: -.045em; }
.team-column > p { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 19px; min-height: 80px; }
.team-outcome { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); color: #7b6a5c; font-size: 10px; }
.team-outcome .icon { width: 15px; height: 15px; }
.team.section-space { padding-bottom: 0; }
.team-closing { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 56px; padding-top: 52px; padding-bottom: 20px; border-top: 1px solid var(--line); text-align: center; }
.team-closing img { flex: none; width: 64px; height: auto; }
.team-closing p { font-size: clamp(30px, 3.05vw, 44px); line-height: 1.18; color: #87786d; letter-spacing: -.045em; text-wrap: balance; }
.team-closing strong { font-weight: 550; color: var(--ink); }

.pricing.section-space { padding-top: 18px; }
.pricing { background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px 28px 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 40px -32px #2d191029; }
.price-card.featured { border-color: var(--brand); box-shadow: 0 24px 45px -30px #a954253b; }
.plan-recommendation { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); padding: 5px 14px; border-radius: 5px; color: #fff; background: var(--brand); font-size: 10px; font-weight: 550; line-height: 1.7; white-space: nowrap; }
.price-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.price-top h3 { font-size: 26px; line-height: 1.25; letter-spacing: -.04em; font-weight: 550; }
.price-label { color: #7d7066; font-size: 11px; white-space: nowrap; }
.price-description { min-height: 3.7em; color: var(--muted); font-size: 13px; line-height: 1.85; }
.price-amount { display: flex; align-items: baseline; gap: 7px; margin-top: 24px; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-currency { align-self: flex-start; padding-top: 6px; font-size: 19px; font-weight: 500; line-height: 1.3; }
.price-amount strong { font-size: clamp(52px, 4.2vw, 60px); line-height: 1; font-weight: 550; letter-spacing: -.055em; }
.price-period { color: var(--muted); font-size: 13px; }
.featured .price-amount { color: var(--brand); }
.price-billing { margin-top: 10px; color: #7d7066; font-size: 11px; }
.price-list { list-style: none; padding: 23px 0 0; margin: 22px 0 28px; display: grid; gap: 12px; border-top: 1px solid var(--line); }
.price-list li { position: relative; padding-left: 20px; color: #5d5148; font-size: 12px; line-height: 1.75; }
.price-list li::before { content: ""; position: absolute; left: 1px; top: .47em; width: 5px; height: 9px; border: solid var(--brand); border-width: 0 1.6px 1.6px 0; transform: rotate(45deg); }
.price-list li strong { color: var(--ink); font-weight: 550; }
.button-outline { border: 1px solid #d3b8a4; background: #fff; color: var(--brand); }
.button-outline:hover { color: var(--brand); background: var(--brand-soft); border-color: var(--brand); }
.price-cta { margin-top: auto; width: 100%; justify-content: space-between; min-height: 48px; padding: 13px 17px; font-size: 12px; gap: 10px; }
.plans-common { padding-block: 25px; margin-top: 7px; }
.plans-common > p { margin-bottom: 13px; color: #6c5a4c; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.plans-common ul { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 36px; margin: 0; padding: 0; list-style: none; }
.plans-common li { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #61564d; }
.plans-common .icon { width: 16px; height: 16px; color: var(--brand); }
.enterprise-plan { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 30px; padding: 28px; border: 1px solid #e4d8cc; border-radius: 14px; background: #f8f3ee; }
.enterprise-copy h3 { font-size: 24px; font-weight: 500; letter-spacing: -.035em; line-height: 1.3; }
.enterprise-copy h3 span { color: var(--brand); }
.enterprise-copy p { max-width: 550px; margin-top: 10px; font-size: 12px; color: var(--muted); line-height: 1.85; }
.price-from { color: #7d7066; font-size: 11px; }
.enterprise-price .price-amount { margin-top: 6px; gap: 5px; }
.enterprise-price .price-amount strong { font-size: 36px; }
.enterprise-price .price-currency { font-size: 15px; padding-top: 3px; }
.enterprise-price .price-period { font-size: 11px; }
.enterprise-plan .button { min-height: 45px; padding: 13px 17px; font-size: 12px; gap: 20px; }
.pricing-notes { max-width: 1010px; margin-top: 24px; color: #786b60; font-size: 11px; line-height: 1.85; }
.pricing-notes p + p { margin-top: 7px; }
.pricing-notes a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.pricing-notes .icon { width: 13px; height: 13px; margin-left: 4px; }
#faq-nora-usage { scroll-margin-top: 12px; }
.faq-list details p + p { margin-top: 12px; }
.faq { background: #f8f7f5; border-block: 1px solid #efebe7; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: 105px; }
.faq-heading h2 { font-size: clamp(36px, 3vw, 44px); }
.faq-heading > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 21px; }
.inline-link { display: inline-flex; gap: 18px; align-items: center; color: var(--brand); font-size: 12px; font-weight: 500; padding: 10px 0 7px; margin-top: 21px; border-bottom: 1px solid #cba084; }
.inline-link .icon { width: 17px; height: 17px; }
.faq-list { padding-top: 7px; }
.faq-list details { border-bottom: 1px solid #dfd9d2; }
.faq-list details:first-child { border-top: 1px solid #dfd9d2; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; list-style: none; cursor: pointer; font-size: 14px; font-weight: 500; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 17px; height: 17px; color: #a7856c; transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details[open] summary { color: var(--brand); }
.faq-list details > div { padding: 0 32px 25px 0; }
.faq-list details p { font-size: 12px; line-height: 1.9; color: var(--muted); }
.contact { background: #f2e5d9; overflow: hidden; }
.contact-inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; padding-block: 88px; }
.contact-copy { position: relative; z-index: 1; }
.contact h2 { font-size: clamp(40px, 3.7vw, 53px); letter-spacing: -.05em; line-height: 1.12; }
.contact-copy > p:not(.eyebrow) { font-size: 13px; color: #85705f; line-height: 1.9; margin-top: 22px; }
.contact .button { margin-top: 27px; font-size: 12px; gap: 39px; }
.contact-note { display: block; color: #8c7564; font-size: 9px; margin-top: 14px; }
.contact-symbol { min-height: 360px; display: grid; place-items: center; position: relative; isolation: isolate; }
.contact-symbol::before { content: ""; position: absolute; inset: 50% auto auto 50%; width: 230px; height: 230px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, #d97a2f24 0%, #d97a2f12 38%, transparent 72%); z-index: 0; }
.contact-symbol img { width: 215px; height: auto; position: relative; z-index: 1; filter: drop-shadow(0 24px 18px #88411f12); transform: rotate(4deg); transform-origin: center center; }
.symbol-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid #ceac8e50; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); transform-origin: center center; will-change: transform, opacity; }
.orbit-one { width: 365px; height: 365px; }
.orbit-two { width: 500px; height: 500px; }

@keyframes symbolFloat {
  0%, 100% { transform: translateY(0) rotate(4deg) scale(1); }
  50% { transform: translateY(-10px) rotate(2deg) scale(1.012); }
}
@keyframes orbitPulseOne {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .42; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: .9; }
}
@keyframes orbitPulseTwo {
  0%, 100% { transform: translate(-50%, -50%) scale(1.02); opacity: .28; }
  50% { transform: translate(-50%, -50%) scale(1.12); opacity: .68; }
}
@keyframes orbitDriftOne {
  0%, 100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
  50% { transform: translate(-50%, -50%) scale(1.08) rotate(6deg); }
}
@keyframes orbitDriftTwo {
  0%, 100% { transform: translate(-50%, -50%) scale(1.02) rotate(0deg); }
  50% { transform: translate(-50%, -50%) scale(1.12) rotate(-5deg); }
}
@keyframes glowPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .65; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}
@media (prefers-reduced-motion: no-preference) {
  .contact-symbol::before { animation: glowPulse 8s ease-in-out infinite; }
  .contact-symbol img { animation: symbolFloat 7.5s ease-in-out infinite; }
  .orbit-one { animation: orbitDriftOne 7.2s ease-in-out infinite, orbitPulseOne 7.2s ease-in-out infinite; }
  .orbit-two { animation: orbitDriftTwo 9.6s ease-in-out infinite 1s, orbitPulseTwo 9.6s ease-in-out infinite 1s; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-symbol::before, .contact-symbol img, .orbit-one, .orbit-two { animation: none !important; }
}
.site-footer { padding-top: 38px; }
.footer-main { display: flex; align-items: center; gap: 35px; padding-bottom: 31px; }
.footer-main .brand img { width: 145px; }
.footer-main p { font-size: 11px; color: #938273; }
.social-link { display: flex; align-items: center; gap: 9px; font-size: 11px; margin-left: auto; color: #776454; }
.social-link .icon { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: center; gap: 25px; padding: 19px 0; border-top: 1px solid var(--line); font-size: 9px; color: #91867e; }
.footer-bottom > span:nth-child(2) { margin-left: auto; }
.footer-bottom button { background: none; font-size: 9px; color: #776454; padding: 6px 0; }
dialog { color: var(--ink); border: 0; border-radius: 14px; padding: 0; box-shadow: 0 30px 100px #0005; max-width: calc(100vw - 40px); max-height: calc(100dvh - 48px); }
dialog::backdrop { background: #17130fce; backdrop-filter: blur(8px); }
.video-dialog { width: min(1100px, calc(100vw - 60px)); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; }
.dialog-top .eyebrow { margin-bottom: 7px; font-size: 8px; }
.dialog-top h2 { font-size: 22px; line-height: 1.3; letter-spacing: -.03em; }
.dialog-close { flex: none; width: 36px; height: 36px; }
.dialog-close .icon { width: 17px; height: 17px; }
#full-film { width: 100%; aspect-ratio: 16/9; object-fit: contain; background: #f9f7f5; }
.video-dialog-foot { padding: 16px 26px; display: flex; gap: 20px; align-items: center; justify-content: space-between; font-size: 10px; color: #8c7d70; }
.video-dialog-foot a { color: var(--brand); display: flex; align-items: center; gap: 6px; }
.video-dialog-foot .icon { width: 14px; height: 14px; }
.video-status { font-size: 13px; color: var(--brand); padding: 15px 26px 0; }
.film-transcript { margin: 0 26px 20px; border-top: 1px solid var(--line); padding-top: 13px; }
.film-transcript summary { font-size: 11px; color: #7d6b5d; cursor: pointer; }
.film-transcript p { font-size: 12px; color: var(--muted); margin-top: 14px; line-height: 1.8; }
.image-dialog { width: min(1360px, calc(100vw - 48px)); }
.image-dialog > img { max-height: calc(100dvh - 160px); width: 100%; object-fit: contain; background: #f8f7f5; }
.image-dialog-caption { font-size: 11px; padding: 14px 24px; color: var(--muted); }
.info-dialog { width: 550px; }
.info-copy { padding: 0 26px 26px; font-size: 14px; color: var(--muted); }
.info-copy p { margin-top: 17px; line-height: 1.8; }
.noscript-note { padding: 20px; text-align: center; font-size: 14px; background: var(--brand-soft); }
.noscript-note a { text-decoration: underline; }
@media (min-width: 1450px) { .hero-grid { gap: 55px; } .hero { padding-top: 98px; } }
@media (max-width: 1180px) {
  .desktop-nav { gap: 24px; margin-right: 12px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  h1 { font-size: 65px; }
  .hero-media { margin-right: -20px; }
  .hero-copy > p:not(.hero-note) { font-size: 15px; }
  .hero-actions { gap: 9px 16px; }
  .hero-actions .button { min-height: 49px; font-size: 12px; padding: 14px 18px; gap: 13px; }
  .hero-actions .text-button { font-size: 11px; gap: 7px; }
  .hero-actions .mini-play { width: 24px; height: 24px; }
  .film-footer { padding-inline: 15px; font-size: 10px; }
  .journey-strip { gap: 18px; }
  .journey-item { font-size: 12px; gap: 9px; }
  .platform-layout { grid-template-columns: 285px minmax(0,1fr); gap: 35px; }
  .nora-layout { gap: 55px; }
  .nora-copy h2 { font-size: 39px; }
  .team-column { padding-inline: 24px; }
  .team-column h3 { font-size: 24px; }
  .faq-layout { gap: 65px; }
}
@media (max-width: 950px) {
  .header-inner { height: 76px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: grid; width: 36px; height: 36px; border-color: transparent; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { text-align: center; padding-bottom: 0; }
  h1 { font-size: clamp(65px, 8.5vw, 84px); }
  .hero-copy > p:not(.hero-note) { margin: 24px auto 0; max-width: 420px; font-size: 16px; }
  .hero-actions { justify-content: center; margin-top: 25px; gap: 26px; }
  .hero-actions .button { font-size: 13px; padding: 15px 21px; gap: 25px; }
  .hero-actions .text-button { font-size: 12px; }
  .hero-note { margin: 22px auto 0; font-size: 10px; }
  .hero-media { width: min(680px, 100%); margin: 0 auto; transform: none; }
  .film-shell { transform: none; }
  .film-caption { margin-top: 20px; }
  .journey-strip { margin-top: 51px; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .journey-strip > p { grid-column: 1/-1; text-align: center; font-size: 11px; }
  .journey-strip > p br { display: none; }
  .journey-strip > p strong { margin-left: 3px; }
  .journey-item { font-size: 11px; }
  .section-space { padding-block: 78px; }
  .section-heading { gap: 30px; margin-bottom: 38px; }
  .section-heading > p { max-width: 275px; font-size: 12px; }
  .platform-layout { grid-template-columns: 235px 1fr; gap: 27px; }
  .platform-tab { padding: 20px 6px 20px 0; gap: 8px; grid-template-columns: 20px 1fr 15px; }
  .platform-tab strong { font-size: 15px; }
  .platform-tab > span > span { font-size: 11px; }
  .nora-layout { grid-template-columns: 1fr 1fr; gap: 35px; }
  .nora-copy h2 { font-size: 33px; }
  .nora-copy > p:not(.eyebrow) { font-size: 12px; }
  .nora-demo-head { padding: 16px; }
  .nora-chat { padding: 16px; }
  .user-message { margin-left: 15px; font-size: 11px; }
  .nora-state { padding: 17px 13px; }
  .nora-state h3 { font-size: 17px; }
  .nora-demo-foot { padding: 13px 16px; font-size: 8px; gap: 10px; }
  .nora-demo-foot button { font-size: 8px; }
  .nora-steps { gap: 25px; }
  .nora-demo-caption { font-size: 8px; }
  .team-column { padding-inline: 19px; }
  .team-column h3 { font-size: 20px; }
  .team-column > p { font-size: 11px; min-height: 85px; }
  .team-outcome { font-size: 9px; gap: 8px; }
  .team-meta { margin-bottom: 24px; }
  .team-meta > span { font-size: 8px; }
  .team-meta .icon { width: 22px; height: 22px; }
  .faq-layout { gap: 35px; }
  .faq-heading h2 { font-size: 33px; }
  .faq-list summary { font-size: 12px; }
  .contact-inner { padding-block: 72px; gap: 25px; }
  .contact h2 { font-size: 38px; }
  .contact-symbol::before { width: 200px; height: 200px; }
  .contact-symbol img { width: 175px; }
  .orbit-one { width: 285px; height: 285px; }
  .orbit-two { width: 410px; height: 410px; }
}
@media (max-width: 680px) {
  :root { --gutter: 23px; }
  html { scroll-padding-top: 88px; }
  .header-inner { height: 71px; gap: 16px; }
  .brand img { width: 136px; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero { padding-top: 50px; }
  h1 { font-size: clamp(48px, 9.4vw, 64px); letter-spacing: -.059em; line-height: 1.075; }
  .hero-copy > p:not(.hero-note) { font-size: 14px; line-height: 1.85; max-width: 325px; margin-top: 23px; }
  .hero-actions { gap: 12px 21px; margin-top: 26px; }
  .hero-actions .button { font-size: 12px; min-height: 48px; padding-inline: 18px; gap: 21px; }
  .hero-actions .text-button { font-size: 10px; gap: 7px; }
  .hero-note { max-width: 260px; font-size: 10px; margin-top: 16px; }
  .hero-grid { gap: 32px; }
  .film-shell { border-radius: 9px; }
  .film-footer { min-height: 47px; padding: 9px 12px; gap: 5px; font-size: 8px; }
  .film-footer > span { gap: 5px; }
  .film-meta { font-size: 8px; }
  .film-meta span { display: none; }
  .film-caption { font-size: 9px; margin-top: 15px; }
  .film-controls { right: 8px; bottom: 8px; gap: 6px; }
  .teaser-toggle { width: 26px; height: 26px; }
  .teaser-toggle .icon { width: 13px; height: 13px; }
  .journey-strip { grid-template-columns: 1fr 1fr; gap: 21px 30px; margin-top: 34px; padding-block: 23px 27px; }
  .journey-strip > p { font-size: 10px; }
  .journey-item { font-size: 11px; gap: 10px; }
  .journey-item span { font-size: 8px; }
  .journey-item .icon { width: 12px; height: 12px; }
  .journey-item:nth-child(3) .icon { display: none; }
  .section-space { padding-block: 65px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .eyebrow { font-size: 8px; letter-spacing: .13em; margin-bottom: 16px; }
  h2 { font-size: 36px; letter-spacing: -.05em; line-height: 1.12; }
  .section-heading > p { max-width: 335px; margin-top: 20px; font-size: 12px; line-height: 1.85; }
  .platform-layout { grid-template-columns: 1fr; gap: 25px; }
  .platform-tabs { flex-direction: row; border-bottom: 1px solid var(--line); gap: 13px; }
  .platform-tab { flex: 1; padding: 16px 0; border: 0; grid-template-columns: 1fr; gap: 6px; position: relative; }
  .platform-tab:last-child { border-bottom: 0; }
  .platform-tab .tab-number { line-height: 1.3; font-size: 9px; }
  .platform-tab strong { font-size: 13px; line-height: 1.5; max-width: 90px; letter-spacing: -.025em; }
  .platform-tab > span > span { display: none; }
  .platform-tab > .icon { display: none; }
  .platform-tab[aria-selected="true"]::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--brand); }
  .product-showcase { padding: 8px; border-radius: 8px; }
  .product-window-bar { font-size: 9px; padding: 6px 3px 12px; }
  .window-status { font-size: 8px; }
  .window-brand img { width: 12px; height: 15px; }
  .product-panel { padding: 13px 8px 8px; }
  .product-panel > img { width: 97%; }
  .product-caption { font-size: 8px; padding-block: 10px 2px; }
  .expand-product { bottom: 9px; right: 9px; width: 30px; height: 30px; }
  .expand-product .icon { width: 15px; height: 15px; }
  .nora-layout { grid-template-columns: 1fr; gap: 39px; }
  .nora-copy h2 { font-size: 36px; }
  .nora-copy > p:not(.eyebrow) { font-size: 12px; max-width: 285px; margin-top: 20px; }
  .nora-steps { margin: 27px 0 25px; gap: 42px; }
  .nora-steps li { font-size: 12px; }
  .nora-demo-wrap { max-width: 425px; width: 100%; margin-inline: auto; }
  .nora-demo-head { padding: 18px; }
  .nora-chat { padding: 18px; }
  .nora-demo-foot { padding: 12px 18px; font-size: 8px; }
  .nora-state { padding: 18px 15px; min-height: 235px; }
  .nora-demo-caption { font-size: 8px; }
  .user-message { font-size: 11px; }
  .nora-action { font-size: 11px; min-height: 41px; }
  .text-button-light { font-size: 11px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-column, .team-column:first-child, .team-column:last-child { padding: 28px 0; border: 0; border-top: 1px solid var(--line); }
  .team-column:first-child { padding-top: 22px; }
  .team-meta { margin-bottom: 19px; }
  .team-meta > span { font-size: 9px; }
  .team-meta .icon { width: 24px; height: 24px; }
  .team-column h3 { font-size: 29px; }
  .team-column > p { font-size: 12px; line-height: 1.9; min-height: 0; max-width: 330px; margin-top: 14px; }
  .team-outcome { border: 0; padding: 0; margin-top: 19px; font-size: 10px; justify-content: flex-start; gap: 25px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-heading h2 { font-size: 36px; }
  .faq-heading > p:not(.eyebrow) { margin-top: 18px; font-size: 12px; }
  .inline-link { margin-top: 12px; font-size: 11px; }
  .faq-list { padding: 0; }
  .faq-list summary { padding-block: 23px; font-size: 13px; gap: 15px; }
  .faq-list summary .icon { width: 15px; height: 15px; }
  .faq-list details p { font-size: 12px; }
  .contact-inner { grid-template-columns: 1fr; padding-block: 63px; gap: 38px; }
  .contact h2 { font-size: 37px; }
  .contact-copy > p:not(.eyebrow) { font-size: 12px; margin-top: 19px; }
  .desktop-break { display: none; }
  .contact .button { margin-top: 23px; }
  .contact-note { font-size: 8px; }
  .contact-symbol { min-height: 220px; }
  .contact-symbol::before { width: 150px; height: 150px; }
  .contact-symbol img { width: 140px; }
  .orbit-one { width: 215px; height: 215px; }
  .orbit-two { width: 300px; height: 300px; }
  .site-footer { padding-top: 30px; }
  .footer-main { flex-wrap: wrap; gap: 17px 25px; padding-bottom: 24px; }
  .footer-main .brand img { width: 125px; }
  .footer-main p { order: 3; width: 100%; font-size: 11px; }
  .social-link { font-size: 10px; }
  .social-link .icon { width: 14px; height: 14px; }
  .footer-bottom { gap: 10px 22px; flex-wrap: wrap; font-size: 8px; padding-block: 16px; }
  .footer-bottom > span:nth-child(2) { order: 3; width: 100%; margin: 0; }
  .footer-bottom button { margin-left: auto; font-size: 9px; }
  dialog { max-height: calc(100dvh - 30px); max-width: calc(100vw - 24px); border-radius: 10px; }
  .video-dialog, .image-dialog { width: calc(100vw - 24px); }
  .dialog-top { padding: 18px; gap: 15px; }
  .dialog-top h2 { font-size: 17px; }
  .dialog-top .eyebrow { font-size: 7px; }
  .dialog-close { width: 31px; height: 31px; }
  .video-dialog-foot { flex-wrap: wrap; gap: 10px; padding: 15px 18px; font-size: 9px; }
  .film-transcript { margin: 0 18px 18px; }
  .film-transcript summary { font-size: 10px; }
  .film-transcript p { font-size: 11px; }
  .image-dialog-caption { padding: 12px 18px; font-size: 9px; }
  .info-copy { padding: 0 18px 22px; font-size: 12px; }
}
@media (max-width: 360px) {
  :root { --gutter: 19px; }
  h1 { font-size: 44px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .hero-copy > p:not(.hero-note) { font-size: 13px; }
  .film-footer { font-size: 7px; }
  .contact h2 { font-size: 32px; }
  .nora-demo-head { padding-inline: 14px; }
  .demo-label { font-size: 7px; }
  .nora-chat { padding: 14px; }
  .nora-demo-foot { padding-inline: 14px; }
}
@media (max-width: 1180px) {
  .price-card { padding: 28px 22px 24px; }
  .price-top h3 { font-size: 24px; }
  .price-description { min-height: 5.55em; }
  .plan-recommendation { font-size: 9px; padding-inline: 10px; }
  .enterprise-plan { grid-template-columns: minmax(0, 1fr) auto; gap: 22px 30px; }
  .enterprise-copy { grid-row: span 2; }
  .enterprise-price { justify-self: start; }
  .enterprise-plan .button { grid-column: 2; }
}
@media (max-width: 950px) {
  .team-closing { gap: 20px; margin-top: 44px; padding-top: 40px; padding-bottom: 18px; }
  .team-closing img { width: 52px; }
  .team-closing p { font-size: 32px; }
  .pricing.section-space { padding-top: 20px; }
  .pricing-grid { gap: 16px; }
  .price-card { padding: 27px 16px 22px; }
  .price-top { display: block; }
  .price-top h3 { font-size: 23px; }
  .price-label { display: block; margin-top: 5px; font-size: 10px; }
  .price-description { min-height: 7.4em; font-size: 12px; }
  .price-amount { gap: 4px; }
  .price-amount strong { font-size: 49px; }
  .price-currency { font-size: 16px; }
  .price-period { font-size: 11px; }
  .price-billing { font-size: 10px; }
  .price-list li { font-size: 11px; }
  .price-cta { padding-inline: 10px; font-size: 11px; }
  .price-cta .icon { width: 15px; height: 15px; }
  .plan-recommendation { font-size: 8px; padding-inline: 8px; }
  .plans-common ul { gap: 10px 24px; }
  .plans-common li { font-size: 11px; }
}
@media (max-width: 680px) {
  .team-closing { flex-direction: column; gap: 17px; margin-top: 10px; padding-top: 26px; padding-bottom: 14px; }
  .team-closing img { width: 50px; }
  .team-closing p { font-size: clamp(25px, 6.5vw, 31px); line-height: 1.22; }
  .team-closing p > span, .team-closing strong { display: block; }
  .pricing.section-space { padding-top: 16px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 27px; }
  .pricing .section-heading { margin-bottom: 37px; }
  .price-card { padding: 29px 25px 25px; border-radius: 14px; }
  .price-top { display: flex; }
  .price-top h3 { font-size: 28px; }
  .price-label { font-size: 11px; margin: 0; }
  .price-description { min-height: 0; font-size: 13px; }
  .price-amount { margin-top: 21px; gap: 6px; }
  .price-amount strong { font-size: 60px; }
  .price-currency { font-size: 20px; }
  .price-period { font-size: 13px; }
  .price-billing { font-size: 11px; }
  .price-list { margin-top: 21px; padding-top: 21px; gap: 12px; }
  .price-list li { font-size: 12px; }
  .price-cta { font-size: 12px; padding-inline: 17px; }
  .plan-recommendation { font-size: 9px; padding-inline: 12px; }
  .plans-common { margin: 0; padding-block: 27px; }
  .plans-common ul { display: grid; gap: 12px; }
  .plans-common li { font-size: 12px; }
  .enterprise-plan { grid-template-columns: 1fr; padding: 25px; gap: 22px; }
  .enterprise-copy { grid-row: auto; }
  .enterprise-copy h3 { font-size: 25px; }
  .enterprise-copy h3 span { display: block; }
  .enterprise-price .price-amount strong { font-size: 44px; }
  .enterprise-plan .button { grid-column: auto; justify-content: space-between; }
  .pricing-notes { font-size: 11px; margin-top: 20px; }
}
@media (max-width: 360px) {
  .price-card { padding-inline: 20px; }
  .price-top h3 { font-size: 25px; }
  .price-label { font-size: 10px; }
  .enterprise-plan { padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .film-shell, .film-shell:hover { transform: none; }
  .button:hover { transform: none; }
}
@media print {
  .site-header { position: static; }
  .hero-media, .menu-toggle, .header-cta, .nora-demo-wrap, .expand-product, .contact-symbol, dialog, .footer-bottom button { display: none !important; }
  .hero-grid, .nora-layout, .contact-inner { display: block; }
  .section-space { padding-block: 35px; }
  .hero { padding-top: 25px; }
  .journey-strip { margin-top: 30px; }
  .nora-section { color: var(--ink); background: #fff; }
  a { text-decoration: underline; }
}


/* V1.4 — microinterações de refinamento. Movimento discreto e sempre opcional. */
@keyframes heroCopyIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroMediaIn {
  from { opacity: 0; transform: translateY(28px) scale(.985); }
  to { opacity: 1; transform: translateY(17px) scale(1); }
}
@keyframes productPanelIn {
  from { opacity: 0; transform: translateY(7px) scale(.995); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
html.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s cubic-bezier(.22,.61,.36,1), transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
}
html.motion-ready .reveal-item.reveal-in { opacity: 1; transform: translateY(0); }
.product-panel:not([hidden]) { animation: productPanelIn .42s cubic-bezier(.22,.61,.36,1) both; }
.platform-tab { transition: border-color .2s, transform .22s ease, color .22s ease; }
.platform-tab:hover { transform: translateX(3px); }
.journey-item .icon { transition: transform .22s ease, color .22s ease; }
.journey-item:hover .icon { transform: translateX(4px); color: var(--brand); }
.team-column { transition: transform .28s ease; }
.team-column:hover { transform: translateY(-4px); }
.team-outcome .icon { transition: transform .22s ease; }
.team-column:hover .team-outcome .icon { transform: translateX(4px); }
.price-card { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.price-card:hover { transform: translateY(-5px); box-shadow: 0 28px 54px -38px #2d191045; }
.price-card.featured:hover { box-shadow: 0 32px 58px -36px #a954254d; }
.plans-common li { transition: color .22s ease, transform .22s ease; }
.plans-common li:hover { color: var(--ink); transform: translateY(-1px); }
.enterprise-plan { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.enterprise-plan:hover { transform: translateY(-3px); border-color: #d7c3b2; box-shadow: 0 22px 42px -36px #2d191034; }
.nora-demo { transition: transform .35s ease, box-shadow .35s ease; }
.nora-demo:hover { transform: translateY(-3px); box-shadow: 0 30px 76px #0003; }
.contact .button .icon, .button .icon, .inline-link .icon { transition: transform .22s ease; }
.contact .button:hover .icon, .button:hover .icon, .inline-link:hover .icon { transform: translateX(3px); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy h1 { animation: heroCopyIn .78s cubic-bezier(.22,.61,.36,1) .04s both; }
  .hero-copy > p:not(.hero-note) { animation: heroCopyIn .78s cubic-bezier(.22,.61,.36,1) .13s both; }
  .hero-actions { animation: heroCopyIn .78s cubic-bezier(.22,.61,.36,1) .22s both; }
  .hero-note { animation: heroCopyIn .78s cubic-bezier(.22,.61,.36,1) .3s both; }
  .hero-media { animation: heroMediaIn .9s cubic-bezier(.22,.61,.36,1) .12s both; }
}
@media (max-width: 950px) and (prefers-reduced-motion: no-preference) {
  @keyframes heroMediaInMobile {
    from { opacity: 0; transform: translateY(22px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  .hero-media { animation-name: heroMediaInMobile; }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready .reveal-item, html.motion-ready .reveal-item.reveal-in { opacity: 1; transform: none; transition: none; }
  .product-panel:not([hidden]) { animation: none; }
  .platform-tab:hover, .team-column:hover, .price-card:hover, .enterprise-plan:hover, .nora-demo:hover { transform: none; }
}
