/* Datarevio — colori ricavati dal logo fornito. */
.form-data-note { font-size: .8125rem; line-height: 1.65; color: #617085; margin-top: 18px; }
.email-draft { margin-top: 24px; padding: 24px; border: 1px solid #bbd4f6; background: #f5f8fc; border-radius: 12px; }
.email-draft h3 { font-size: 1.25rem; margin-bottom: 12px; }
.email-draft p { color: #4d5d71; font-size: .9375rem; margin-bottom: 16px; }
.email-draft details { border-top: 1px solid #dce4ed; margin-top: 22px; padding-top: 18px; }
.email-draft summary { color: #0059d6; cursor: pointer; font-size: .875rem; padding-block: 8px; }
.email-draft details p { margin-block: 12px; }
.email-draft label { display: block; font-size: .8125rem; font-weight: 600; margin-block: 12px 8px; }
.email-draft textarea { display: block; width: 100%; padding: 12px; border: 1px solid #dce4ed; border-radius: 8px; resize: vertical; color: #122239; background: white; }
:root {
  --navy: #122239;
  --blue: #006ffd;
  --blue-dark: #0059d6;
  --text: #4d5d71;
  --muted: #617085;
  --line: #dce4ed;
  --light: #f5f8fc;
  --blue-light: #eaf2ff;
  --white: #fff;
  --radius: 20px;
  --page-width: 1240px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--navy);
  background: var(--white);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; font-size: 1rem; line-height: 1.65; overflow-wrap: anywhere; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button { color: inherit; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { line-height: 1.15; font-weight: 650; text-wrap: balance; }
p { text-wrap: pretty; }
button, a { touch-action: manipulation; }
[hidden] { display: none !important; }
::selection { background: #cce0ff; color: var(--navy); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.container { width: min(var(--page-width), calc(100% - 96px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 100; padding: 12px 22px; background: var(--navy); color: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgb(255 255 255 / 96%); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: 1.7rem; font-weight: 730; letter-spacing: -.055em; line-height: 1; }
.brand img { width: 40px; height: auto; }
.brand-dot { color: var(--blue); }
.navigation { display: flex; align-items: center; gap: 28px; font-size: .875rem; font-weight: 550; }
.navigation > a:not(.button) { padding-block: 12px; transition: color .2s; }
.navigation > a:not(.button):hover { color: var(--blue-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; max-width: 100%; text-align: center; padding: 15px 24px; background: var(--blue-dark); color: white; border: 1px solid transparent; border-radius: 8px; font-size: 1rem; font-weight: 600; line-height: 1.5; transition: background .2s, box-shadow .2s, transform .2s; }
.button:hover { background: #004bb6; box-shadow: 0 7px 18px rgb(0 89 214 / 13%); }
.button .icon { width: 20px; height: 20px; transition: transform .2s; }
.button:hover .icon { transform: translateX(3px); }
.button-small { font-size: .875rem; min-height: 46px; padding: 11px 18px; gap: 16px; }
.menu-toggle { display: none; }
.hero { padding-top: 68px; }
.hero-grid { display: grid; grid-template-columns: 1.16fr 1fr; align-items: center; gap: 58px; padding-bottom: 58px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: .75rem; font-weight: 700; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; color: var(--blue-dark); margin-bottom: 24px; }
.eyebrow > span { width: 20px; height: 2px; background: currentColor; }
h1 { font-size: clamp(3rem, 4.7vw, 4.25rem); letter-spacing: -.052em; line-height: 1.075; margin-bottom: 27px; }
h1 > span { color: var(--blue-dark); }
.hero-description { color: var(--text); max-width: 560px; font-size: 1.0625rem; line-height: 1.8; margin-bottom: 28px; }
.hero-description strong { font-weight: 550; color: var(--navy); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; max-width: 100%; font-size: .875rem; font-weight: 550; color: var(--blue-dark); }
.text-link .icon { width: 18px; height: 18px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-note { display: flex; align-items: center; gap: 8px; font-size: .875rem; line-height: 1.65; color: var(--navy); margin-top: 22px; }
.hero-note .icon { width: 17px; height: 17px; color: var(--blue-dark); }
.response-note { font-size: .8125rem; color: var(--muted); margin-top: 7px; }
.process-figure { position: relative; background: var(--light); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 45px -30px rgb(18 34 57 / 24%); overflow: hidden; }
.process-heading { margin: 25px 28px 0; display: flex; align-items: center; justify-content: space-between; font-size: .875rem; font-weight: 600; }
.process-heading .icon { color: var(--blue); width: 21px; height: 21px; }
.process-canvas { position: relative; width: 100%; aspect-ratio: 500 / 360; background-image: radial-gradient(#c8d7e7 .8px, transparent .8px); background-size: 18px 18px; mask-image: linear-gradient(transparent, black 14%, black 92%, transparent); }
.flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.flow-track { stroke: #c7d7ed; stroke-width: 1.5; }
.flow-travel { stroke: var(--blue); stroke-width: 2; stroke-dasharray: 8 180; animation: flow 12s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -376; } }
.data-sheet { position: absolute; width: 15%; height: 20%; background: white; border: 1px solid #d8e2ee; border-radius: 8px; padding: 7% 3% 3%; box-shadow: 0 5px 14px rgb(18 34 57 / 5%); }
.sheet-one { top: 14%; left: 9%; transform: rotate(-6deg); }
.sheet-two { top: 40%; left: 9%; }
.sheet-three { top: 66%; left: 9%; transform: rotate(5deg); }
.sheet-corner { position: absolute; top: 19%; left: 20%; width: 16%; height: 14%; background: #b3d3ff; border-radius: 2px; }
.sheet-row { display: block; height: 3px; background: #dce5ef; border-radius: 2px; margin: 0 0 6px; width: 72%; }
.sheet-row.long { width: 100%; background: #a8bed7; }
.sheet-row.short { width: 50%; }
.automation-node { position: absolute; left: 43%; top: 32%; width: 26%; height: 36%; border: 1px solid #cbdcf3; outline: 9px solid rgb(0 111 253 / 4%); border-radius: 20px; background: white; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 14px 30px -15px rgb(0 89 214 / 25%); }
.automation-node img { width: 47%; }
.automation-node span { font-size: clamp(.75rem, 1.1vw, .9375rem); font-weight: 650; letter-spacing: -.035em; }
.organized-data { position: absolute; top: 33%; left: 77%; width: 18%; border: 1px solid #c8d9ed; background: white; border-radius: 8px; padding: 0 8px 6px; box-shadow: 0 5px 20px rgb(18 34 57 / 5%); }
.organized-title { height: 22px; margin: 0 -8px 6px; padding: 9px; display: flex; gap: 3px; border-bottom: 1px solid #dce4ed; background: #eaf2ff; border-radius: 8px 8px 0 0; }
.organized-title span { width: 4px; height: 4px; background: #8db8f1; border-radius: 50%; }
.organized-data > div:not(:first-child) { display: flex; align-items: center; gap: 4px; height: 20px; border-bottom: 1px solid #edf1f7; }
.organized-data i { width: 5px; height: 5px; background: #c4dcff; border-radius: 1px; }
.organized-data b { width: 45%; height: 3px; background: #c6d3e3; border-radius: 2px; }
.organized-data .icon { width: 13px; height: 13px; color: var(--blue-dark); margin-left: auto; }
.process-steps { display: grid; grid-template-columns: 1fr 1.2fr 1fr; margin: -9px 22px 29px; text-align: center; gap: 5px; }
.process-steps > div > span { display: block; color: var(--blue-dark); font-size: .6875rem; letter-spacing: .08em; font-weight: 650; margin-bottom: 7px; }
.process-steps p { font-size: .8125rem; line-height: 1.55; font-weight: 550; }
.process-footer { padding: 19px; text-align: center; border-top: 1px solid var(--line); color: var(--muted); background: rgb(255 255 255 / 75%); font-size: .75rem; }
.process-footer span { display: block; margin-bottom: 4px; }
.process-footer strong { display: block; color: var(--navy); font-size: .9375rem; font-weight: 600; }
.hero-benefits { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--line); padding-block: 26px; gap: 25px; }
.hero-benefits p { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: .875rem; font-weight: 500; }
.hero-benefits .icon { width: 20px; height: 20px; color: var(--blue-dark); background: var(--blue-light); border-radius: 50%; padding: 3px; }
.section { padding-block: 104px; }
h2 { font-size: clamp(2rem, 3.25vw, 3rem); letter-spacing: -.043em; line-height: 1.13; }
h3 { font-size: 1.25rem; letter-spacing: -.022em; line-height: 1.35; }
.section-intro { margin-bottom: 44px; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.section-description { color: var(--text); font-size: 1.0625rem; line-height: 1.8; }
.section-description strong { font-weight: 650; color: var(--navy); }
.split-intro .section-description { max-width: 465px; padding-bottom: 4px; }
.benefits-section { background: var(--light); }
.benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.benefits-hint, .benefits-navigation { display: none; }
.benefit-card { grid-column: span 2; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.benefit-card:nth-child(-n+2) { grid-column: span 3; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 10px; background: var(--blue-light); color: var(--blue-dark); flex-shrink: 0; }
.card-number { color: var(--muted); font-size: .75rem; font-variant-numeric: tabular-nums; }
.benefit-card h3 { max-width: 380px; margin-bottom: 15px; }
.benefit-card p { color: var(--text); font-size: 1rem; line-height: 1.75; }
.benefit-featured { background: var(--navy); border-color: var(--navy); color: white; }
.benefit-featured .icon-box { background: #253a57; color: #81b6ff; }
.benefit-featured .card-number { color: #a2b6cf; }
.benefit-featured p { color: #c7d3e2; }
.growth-section { padding-block: 88px 62px; background: var(--navy); color: white; position: relative; }
.growth-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 55px 105px; }
.growth-section .eyebrow { color: #91c0ff; }
.growth-section h2 { max-width: 600px; font-size: clamp(2rem, 3.4vw, 3.2rem); }
.growth-copy { align-self: center; }
.growth-copy p { color: #c0cddd; line-height: 1.85; }
.growth-copy p + p { margin-top: 18px; }
.growth-copy .growth-emphasis { color: white; font-weight: 600; }
.growth-bottom { display: flex; align-items: center; justify-content: space-between; grid-column: 1 / -1; gap: 32px; padding-top: 34px; border-top: 1px solid #35445a; }
.growth-bottom > p { font-size: 1.125rem; font-weight: 550; line-height: 1.65; }
.growth-bottom > p span { color: #a7bbd4; font-weight: 400; }
.button-white { background: white; color: var(--navy); }
.button-white:hover { background: #e6effc; }
.growth-section :focus-visible { outline-color: #91c0ff; }
.activities-grid { display: grid; grid-template-columns: .92fr 1.1fr; gap: 100px; }
.activities-intro h2 { max-width: 460px; margin-bottom: 25px; }
.activity-note { display: flex; align-items: flex-start; gap: 15px; padding-top: 28px; margin-top: 35px; border-top: 1px solid var(--line); color: var(--muted); }
.activity-note .icon { color: var(--blue-dark); }
.activity-note p { font-size: .875rem; line-height: 1.8; }
.activity-item { display: flex; align-items: flex-start; gap: 22px; padding-block: 30px; border-bottom: 1px solid var(--line); }
.activity-item:first-child { padding-top: 0; }
.activity-item:last-child { border-bottom: 0; padding-bottom: 0; }
.activity-item h3 { margin-bottom: 12px; }
.activity-item p { color: var(--text); font-size: 1rem; line-height: 1.75; }
.activity-item .activity-benefit { color: var(--blue-dark); font-weight: 600; margin-bottom: 5px; }
.savings-section { background: var(--light); border-block: 1px solid var(--line); }
.centered-intro { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-intro .eyebrow { justify-content: center; }
.centered-intro h2 { margin-bottom: 23px; }
.centered-intro .section-description { max-width: 680px; margin-inline: auto; }
.evaluation-intro { text-align: center; color: var(--text); margin-bottom: 25px; }
.evaluation-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.evaluation-step { padding: 28px; }
.evaluation-step + .evaluation-step { border-left: 1px solid var(--line); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.step-top > span { font-size: .875rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.step-top .icon { color: var(--blue-dark); }
.evaluation-step h3 { font-size: 1.125rem; margin-bottom: 12px; }
.evaluation-step p { color: var(--text); font-size: 1rem; }
.evaluation-outcome { max-width: 690px; margin: 36px auto 0; text-align: center; }
.evaluation-outcome > p:first-child { color: var(--text); margin-bottom: 25px; font-size: 1rem; }
.evaluation-outcome strong { font-weight: 600; color: var(--navy); }
.evaluation-outcome .microcopy { font-size: .8125rem; margin-top: 15px; color: var(--muted); }
.faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 85px; }
.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: 22px; min-height: 80px; padding-block: 24px; font-size: 1.0625rem; line-height: 1.55; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-indicator { width: 24px; height: 24px; position: relative; flex-shrink: 0; color: var(--blue-dark); }
.faq-indicator::before, .faq-indicator::after { content: ""; background: currentColor; position: absolute; width: 12px; height: 1.5px; top: 11px; left: 6px; transition: transform .2s; }
.faq-indicator::after { transform: rotate(90deg); }
details[open] .faq-indicator::after { transform: rotate(0); }
details[open] summary { color: var(--blue-dark); }
.faq-answer { padding: 0 45px 27px 0; color: var(--text); line-height: 1.8; }
.contact-section { background: #edf3fb; padding-block: 94px; border-top: 1px solid #e2eaf6; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 80px; }
.contact-copy { padding-top: 19px; }
.contact-copy h2 { max-width: 480px; font-size: clamp(2.25rem, 3.8vw, 3.4rem); margin-bottom: 26px; }
.contact-copy > p:not(.eyebrow) { color: var(--text); max-width: 440px; line-height: 1.85; font-size: 1.0625rem; }
.contact-aside { display: flex; align-items: center; gap: 17px; margin-top: 42px; padding-top: 30px; border-top: 1px solid #cedcec; max-width: 440px; }
.contact-aside .icon { width: 35px; height: 35px; color: var(--blue-dark); }
.contact-aside p { color: var(--text); font-size: .9375rem; line-height: 1.8; }
.contact-aside strong { color: var(--navy); font-weight: 550; }
.form-card { border: 1px solid var(--line); border-radius: 16px; padding: 34px; background: white; box-shadow: 0 14px 45px -32px rgb(18 34 57 / 28%); }
.form-notice { padding: 12px 15px; color: var(--text); font-size: .8125rem; background: var(--light); border: 1px solid var(--line); border-radius: 6px; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; font-size: .875rem; line-height: 1.6; font-weight: 600; margin-bottom: 8px; }
.field label > span:not(.optional) { color: var(--blue-dark); }
.field label .optional { font-weight: 400; color: var(--muted); font-size: .75rem; }
.field input, .field textarea { display: block; width: 100%; border: 1px solid #c6d1df; border-radius: 6px; padding: 12px 13px; color: var(--navy); background: #fff; font-size: 1rem; line-height: 1.5; transition: border-color .2s, box-shadow .2s; }
.field input { min-height: 48px; }
.field textarea { resize: vertical; min-height: 150px; }
.field textarea::placeholder { color: #65758b; font-size: .875rem; line-height: 1.7; opacity: 1; }
.field input:hover, .field textarea:hover { border-color: #899cb4; }
.field input:focus, .field textarea:focus { border-color: var(--blue-dark); outline: 2px solid #b5d4ff; outline-offset: 2px; }
.field [aria-invalid="true"] { border-color: #b42332; }
.field-error { color: #a61e2d; font-size: .8125rem; line-height: 1.6; margin-top: 6px; }
.form-privacy { font-size: .75rem; color: var(--muted); line-height: 1.8; margin-block: 20px; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; color: var(--blue-dark); }
.submit-button { width: 100%; font-size: .875rem; padding-inline: 14px; gap: 12px; }
.button:disabled { background: #e2e9f2; border-color: #d3dde9; color: #526175; cursor: not-allowed; transform: none; box-shadow: none; }
.form-followup { font-size: .75rem; color: var(--muted); text-align: center; margin-top: 14px; line-height: 1.75; }
.form-error { border-left: 3px solid #b42332; background: #fff3f3; color: #9a2030; padding: 15px; border-radius: 4px; margin-top: 22px; font-size: .875rem; }
.form-error a { text-decoration: underline; }
.spinner { display: inline-block; width: 18px; height: 18px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-success { padding-block: 45px; text-align: center; }
.success-icon { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin: 0 auto 25px; border-radius: 50%; background: var(--blue-light); color: var(--blue-dark); }
.success-icon .icon { width: 30px; height: 30px; }
.form-success h3 { font-size: 1.75rem; margin-bottom: 16px; }
.form-success p { color: var(--text); }
.site-footer { padding-top: 55px; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 40px; }
.footer-brand > p { font-size: .9375rem; color: var(--text); margin-top: 18px; line-height: 1.8; }
.company-info { font-size: .8125rem; color: var(--text); padding-top: 5px; }
.company-info p + p { margin-top: 12px; }
.company-info strong { color: var(--navy); font-weight: 600; }
.company-info > a { display: inline-block; margin-top: 12px; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 22px; border-top: 1px solid var(--line); font-size: .75rem; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.footer-links a { padding-block: 8px; }
.footer-links a:hover { color: var(--blue-dark); }
.back-to-top { display: inline-flex; align-items: center; gap: 7px; }
.back-to-top .icon { width: 16px; height: 16px; transform: rotate(-90deg); }
.privacy-info { display: none; padding-block: 25px; border-top: 1px solid var(--line); }
.privacy-info:target { display: block; }
.privacy-info h2 { font-size: 1.25rem; margin-bottom: 10px; }
.privacy-info p { font-size: .875rem; color: var(--text); }
.reveal-visible { animation: reveal .65s cubic-bezier(.2,.7,.3,1) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.problem-section { border-top: 1px solid var(--line); padding-block: 80px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.problem-grid article { padding-left: 22px; border-left: 1px solid var(--line); }
.problem-grid article:first-child { padding-left: 0; border: 0; }
.problem-grid .icon { color: var(--blue-dark); margin-bottom: 20px; }
.problem-grid h3 { font-size: 1.125rem; margin-bottom: 12px; }
.problem-grid p { font-size: .9375rem; line-height: 1.75; color: var(--text); }
.problem-answer { margin-top: 35px; padding: 22px 26px; border: 1px solid #dce8fa; border-radius: 10px; display: flex; align-items: center; gap: 18px; background: #f3f7fd; }
.problem-answer p { font-size: .9375rem; color: var(--text); }
.problem-answer strong { color: var(--navy); font-weight: 600; }
.problem-answer .icon-box { background: transparent; width: 30px; height: 30px; }
.cost-calculator { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: white; }
.calculator-inputs { padding: 35px; }
.small-label { color: var(--blue-dark); font-size: .75rem; font-weight: 600; letter-spacing: .035em; }
.calculator-inputs h3 { margin-top: 12px; font-size: 1.375rem; }
.calculator-help { color: var(--text); font-size: .875rem; margin-top: 12px; line-height: 1.7; }
.calculator-fields { display: grid; grid-template-columns: .78fr 1.22fr; gap: 20px; margin-top: 25px; }
.calculator-fields label { min-height: 44px; }
.calculator-fields input { font-size: 1.125rem; font-weight: 550; padding-block: 14px; }
.range-field { margin-top: 25px; }
.range-label { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 14px; font-size: .875rem; font-weight: 550; }
.range-label output { color: var(--blue-dark); padding: 3px 9px; border-radius: 5px; background: var(--blue-light); }
.range-field input { display: block; accent-color: var(--blue-dark); width: 100%; height: 26px; margin: 0; cursor: pointer; }
.range-field p { color: var(--muted); font-size: .8125rem; margin-top: 10px; }
.calculator-result { background: #edf4ff; border-left: 1px solid #d3e1f4; padding: 35px 40px; }
.cost-total > span, .cost-routine > span { display: block; color: var(--text); font-size: .875rem; line-height: 1.7; }
.cost-total output { display: block; font-size: 1.75rem; line-height: 1.35; letter-spacing: -.045em; font-weight: 600; margin-top: 7px; }
.cost-routine { margin-top: 26px; border-top: 1px solid #cadbf1; padding-top: 24px; }
.cost-routine output { display: block; color: var(--blue-dark); font-size: clamp(2.6rem, 4vw, 3.75rem); font-weight: 650; line-height: 1.2; letter-spacing: -.055em; margin-top: 8px; overflow-wrap: anywhere; }
.cost-bar { margin-top: 23px; height: 9px; border-radius: 5px; background: #c7d6ea; overflow: hidden; }
.cost-bar > span { display: block; height: 100%; background: var(--blue-dark); border-radius: 5px; transition: width .2s; }
.cost-legend { display: flex; gap: 22px; color: var(--text); font-size: .75rem; margin-top: 10px; }
.cost-legend > span { display: inline-flex; align-items: center; gap: 6px; }
.cost-legend i { width: 7px; height: 7px; background: var(--blue-dark); border-radius: 2px; }
.cost-legend > span:last-child i { background: #b3c6df; }
.cost-explanation { font-size: .875rem; color: var(--text); margin-top: 21px; line-height: 1.8; }
.cost-explanation strong { color: var(--navy); font-weight: 600; }
.calculator-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 25px; }
.calculator-bottom > p { max-width: 630px; color: var(--muted); font-size: .8125rem; line-height: 1.8; }
.calculator-bottom .button { flex-shrink: 0; font-size: .875rem; padding-inline: 19px; }
.time-example { margin-top: 67px; padding-top: 45px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.time-copy .eyebrow { margin-bottom: 18px; }
.time-copy h3 { font-size: 1.65rem; line-height: 1.3; margin-bottom: 16px; }
.time-copy > p:not(.eyebrow) { color: var(--text); font-size: .9375rem; line-height: 1.8; max-width: 490px; }
.time-comparison { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.time-values { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 17px; margin-block: 24px; }
.time-values span { display: block; color: var(--muted); font-size: .75rem; margin-bottom: 8px; }
.time-values strong { display: block; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.2; letter-spacing: -.03em; }
.time-values > div:last-child strong { color: var(--blue-dark); }
.time-values .icon { width: 21px; height: 21px; color: var(--blue-dark); }
.time-comparison > p:last-child { color: var(--muted); font-size: .8125rem; line-height: 1.8; }
.trial-section { background: var(--navy); color: white; padding-block: 84px 65px; }
.trial-intro { display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; gap: 85px; }
.trial-section .eyebrow { color: #92c0ff; }
.trial-intro h2 { font-size: clamp(2.1rem, 3.6vw, 3.25rem); max-width: 780px; }
.trial-intro > div > p:not(.eyebrow) { margin-top: 23px; max-width: 630px; color: #c5d3e6; line-height: 1.8; }
.trial-stamp { justify-self: end; text-align: center; width: 260px; padding: 28px 24px; border-radius: 16px; background: #1b3353; border: 1px solid #355172; }
.trial-stamp > strong { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 10px; font-size: 6rem; line-height: 1; letter-spacing: -.065em; font-weight: 650; }
.trial-stamp > strong span { font-size: 1.6rem; font-weight: 500; letter-spacing: -.04em; }
.trial-intro .trial-stamp > p { color: #91bfff; font-size: 1.75rem; font-weight: 600; letter-spacing: -.035em; line-height: 1.3; margin-top: 3px; }
.trial-stamp > span { display: block; font-size: .75rem; padding-top: 19px; margin-top: 19px; border-top: 1px solid #355172; color: #cbdaed; }
.journey-grid { list-style: none; padding: 0; margin: 45px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.journey-grid li { padding-top: 25px; border-top: 1px solid #41536b; }
.journey-number { font-size: .8125rem; color: #99c5ff; }
.journey-grid h3 { margin-top: 16px; margin-bottom: 14px; font-size: 1.1875rem; }
.journey-grid p { font-size: .9375rem; line-height: 1.85; color: #bfcfe3; }
.journey-grid strong { color: #e2ecf9; font-weight: 550; }
.trial-bottom { border-top: 1px solid #354962; margin-top: 39px; padding-top: 31px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.trial-bottom p { font-size: 1.0625rem; line-height: 1.8; font-weight: 550; }
.trial-bottom p span { font-weight: 400; color: #b6c9e2; }
#trial-terms { display: inline-block; text-decoration: underline; text-underline-offset: 3px; font-size: .8125rem; margin-top: 14px; color: #b6c9e2; }
.trial-section :focus-visible { outline-color: #91c0ff; }
.contact-promises { display: grid; gap: 12px; margin-top: 30px; }
.contact-promises p { display: flex; align-items: center; gap: 10px; font-size: .875rem; color: var(--navy); }
.contact-promises .icon { width: 18px; height: 18px; color: var(--blue-dark); }
.direct-contact { border-top: 1px solid #cbd9eb; padding-top: 24px; margin-top: 30px; max-width: 440px; }
.direct-contact > span { display: block; color: var(--text); font-size: .875rem; margin-bottom: 7px; }
.direct-contact a { display: inline-flex; align-items: center; gap: 13px; max-width: 100%; font-size: 1.25rem; color: var(--blue-dark); font-weight: 550; }
.direct-contact .icon { width: 20px; height: 20px; }
.form-notice a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
@media (min-width: 1600px) { .hero { padding-top: 100px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .navigation { gap: 18px; font-size: .8125rem; }
  .brand { font-size: 1.5rem; }
  .brand img { width: 33px; }
  .navigation .button { font-size: .8125rem; padding-inline: 14px; }
  .hero-grid { gap: 32px; }
  h1 { font-size: 3.5rem; }
  .benefit-card { padding: 26px; }
  .growth-grid, .activities-grid { gap: 55px; }
  .contact-grid { gap: 45px; }
  .form-card { padding: 26px; }
  .evaluation-step { padding: 23px; }
  .calculator-inputs, .calculator-result { padding: 28px; }
  .time-example { gap: 30px; }
  .trial-intro { gap: 45px; }
  .calculator-bottom { align-items: flex-start; }
  .calculator-bottom .button { flex-shrink: 1; max-width: 340px; }
}
@media (max-width: 960px) {
  .header-inner { flex-wrap: wrap; min-height: 76px; padding-block: 18px; }
  .navigation { width: 100%; flex-wrap: wrap; justify-content: space-between; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--line); background: white; border-radius: 6px; min-height: 44px; padding: 8px 12px; font-size: .875rem; }
  .menu-lines { position: relative; width: 19px; height: 16px; }
  .menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; width: 19px; height: 1.5px; background: var(--navy); transition: transform .2s; }
  .menu-lines::before { top: 4px; }
  .menu-lines::after { bottom: 4px; }
  .menu-open .menu-lines::before { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-lines::after { transform: translateY(-3.5px) rotate(-45deg); }
  .js .navigation { display: none; }
  .js .menu-open .navigation { display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 4px 0 5px; max-height: calc(100dvh - 100px); overflow-y: auto; }
  .js .navigation > a:not(.button) { font-size: .9375rem; padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .js .navigation .button { margin-top: 14px; font-size: .9375rem; }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  h1 { font-size: 2.9rem; }
  .hero-description { font-size: 1rem; line-height: 1.7; }
  .process-heading { margin-inline: 20px; }
  .process-steps { margin-inline: 12px; }
  .process-steps p { font-size: .75rem; }
  .hero-benefits { gap: 15px; }
  .hero-benefits p { align-items: flex-start; justify-content: flex-start; font-size: .8125rem; }
  .hero-benefits .icon { margin-top: 2px; }
  .section { padding-block: 76px; }
  .split-intro { gap: 40px; }
  .benefit-card { grid-column: span 3; }
  .benefit-card:last-child { grid-column: span 6; }
  .benefit-card:last-child h3 { max-width: 100%; }
  .growth-grid { gap: 35px; }
  .growth-bottom { flex-direction: column; align-items: flex-start; }
  .activities-grid { grid-template-columns: .9fr 1.1fr; gap: 38px; }
  .activity-item { gap: 15px; }
  .activity-item .icon-box { width: 38px; height: 38px; }
  .evaluation-grid { grid-template-columns: 1fr 1fr; }
  .evaluation-step:nth-child(3) { border-left: 0; }
  .evaluation-step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .faq-grid { grid-template-columns: .65fr 1.35fr; gap: 38px; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy { padding-top: 0; }
  .contact-copy h2, .contact-copy > p:not(.eyebrow) { max-width: 660px; }
  .contact-aside { margin-top: 25px; padding-top: 20px; }
  .form-card { padding: 32px; }
  .form-grid { gap: 24px; }
  .hero-grid { grid-template-columns: 1.05fr 1fr; }
  .hero-note { align-items: flex-start; font-size: .8125rem; }
  .hero-note .icon { margin-top: 3px; }
  .hero-actions .button { font-size: .875rem; gap: 13px; padding-inline: 17px; }
  .problem-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .problem-grid article:nth-child(3) { border: 0; padding-left: 0; }
  .cost-calculator { grid-template-columns: 1fr 1fr; }
  .calculator-inputs, .calculator-result { padding: 24px; }
  .calculator-fields { grid-template-columns: 1fr; gap: 15px; }
  .calculator-fields label { min-height: 0; }
  .calculator-result { display: flex; flex-direction: column; justify-content: center; }
  .cost-routine output { font-size: 2.75rem; }
  .calculator-bottom { flex-direction: column; gap: 20px; }
  .calculator-bottom .button { max-width: 100%; }
  .time-example { grid-template-columns: 1fr; gap: 27px; }
  .time-copy > p:not(.eyebrow) { max-width: 650px; }
  .time-values { justify-content: flex-start; gap: 45px; }
  .trial-intro { grid-template-columns: 1.5fr .8fr; gap: 30px; }
  .trial-stamp { width: 225px; padding: 25px 18px; }
  .journey-grid { gap: 24px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 96px; }
  .container { width: calc(100% - 40px); }
  .hero { padding-top: 42px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 32px; }
  h1 { font-size: clamp(2.8rem, 9.5vw, 4rem); }
  .eyebrow { font-size: .6875rem; margin-bottom: 20px; }
  .hero-description { max-width: 100%; }
  .hero-note { max-width: 100%; }
  .process-figure { max-width: 520px; width: 100%; margin-inline: auto; }
  .process-steps p { font-size: .8125rem; }
  .automation-node span { font-size: .875rem; }
  .hero-benefits { grid-template-columns: 1fr; gap: 13px; padding-block: 23px; }
  .hero-benefits p { font-size: .875rem; }
  .section { padding-block: 64px; }
  h2 { font-size: 2.2rem; }
  .section-intro { margin-bottom: 30px; }
  .split-intro { grid-template-columns: 1fr; gap: 22px; }
  .section-description { font-size: 1rem; }
  .benefits-hint { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .8125rem; margin-bottom: 16px; }
  .benefits-hint > span { color: var(--blue-dark); font-size: 1.25rem; }
  .benefits-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(88%, 360px);
    gap: 14px;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #9bb7dc transparent;
    padding-block: 2px 14px;
  }
  .benefit-card, .benefit-card:nth-child(-n+2), .benefit-card:last-child { grid-column: auto; min-width: 0; padding: 24px; scroll-snap-align: center; }
  .benefit-card.reveal-visible { animation: none; }
  .benefits-navigation { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 10px; }
  .benefits-position { color: var(--muted); font-size: .8125rem; }
  .benefits-position > span { color: var(--navy); font-variant-numeric: tabular-nums; font-weight: 600; margin-left: 6px; }
  .benefits-arrows { display: flex; gap: 10px; }
  .benefits-arrow { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid #c6d4e5; border-radius: 50%; background: white; color: var(--blue-dark); transition: background .2s, border-color .2s; }
  .benefits-arrow:hover:not([aria-disabled="true"]) { background: var(--blue-light); border-color: var(--blue-dark); }
  .benefits-arrow[aria-disabled="true"] { color: #8190a3; background: var(--light); cursor: default; }
  .benefits-arrow .icon { width: 20px; height: 20px; }
  .benefits-previous .icon { transform: rotate(180deg); }
  .card-top { margin-bottom: 22px; }
  .benefit-card h3 { max-width: 100%; }
  .growth-section { padding-block: 61px 45px; }
  .growth-grid { grid-template-columns: 1fr; gap: 28px; }
  .growth-section h2 { font-size: 2.35rem; }
  .growth-bottom { gap: 24px; padding-top: 25px; }
  .growth-bottom > p { font-size: 1rem; }
  .growth-bottom .button { font-size: .875rem; padding-inline: 17px; gap: 15px; }
  .activities-grid { grid-template-columns: 1fr; gap: 36px; }
  .activity-note { margin-top: 25px; padding-top: 23px; }
  .activities-intro h2 { max-width: 100%; }
  .activity-item { gap: 18px; padding-block: 26px; }
  .activity-item h3 { font-size: 1.1875rem; }
  .centered-intro { text-align: left; }
  .centered-intro .eyebrow { justify-content: flex-start; }
  .evaluation-intro { text-align: left; font-size: .875rem; }
  .evaluation-step { padding: 23px 20px; }
  .evaluation-step h3 { font-size: 1.0625rem; }
  .evaluation-step p { font-size: .9375rem; }
  .step-top { margin-bottom: 23px; }
  .evaluation-outcome { text-align: left; margin-top: 25px; }
  .evaluation-outcome .button { font-size: .875rem; gap: 12px; padding-inline: 18px; width: 100%; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  #faq-title br { display: none; }
  #faq-title br::after { content: " "; }
  .faq-list summary { font-size: 1rem; }
  .faq-answer { padding-right: 20px; }
  .contact-section { padding-block: 60px; }
  .contact-copy h2 { font-size: 2.5rem; }
  .contact-copy > p:not(.eyebrow) { font-size: 1rem; }
  .contact-aside { display: none; }
  .contact-grid { gap: 30px; }
  .form-card { padding: 24px; border-radius: 12px; }
  .form-grid { grid-template-columns: 1fr; gap: 19px; }
  .field label { font-size: .875rem; }
  .submit-button { font-size: .875rem; }
  .site-footer { padding-top: 40px; }
  .footer-main { flex-direction: column; gap: 29px; padding-bottom: 27px; }
  .footer-bottom { flex-direction: column-reverse; align-items: flex-start; gap: 14px; padding-block: 18px 25px; }
  .footer-links { flex-wrap: wrap; gap: 24px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-actions { gap: 17px; align-items: flex-start; flex-direction: column; }
  .hero-actions .button { font-size: 1rem; padding-inline: 19px; }
  .hero-note { font-size: .875rem; }
  .response-note { font-size: .8125rem; }
  .hero .eyebrow { font-size: .625rem; letter-spacing: .08em; }
  .problem-section { padding-block: 60px; }
  .problem-grid { gap: 27px 20px; }
  .problem-grid article { padding-left: 18px; }
  .problem-grid h3 { font-size: 1.0625rem; }
  .problem-grid p { font-size: .875rem; }
  .problem-answer { padding: 20px; align-items: flex-start; gap: 13px; }
  .problem-answer p { font-size: .875rem; }
  .cost-calculator { grid-template-columns: 1fr; }
  .calculator-inputs { padding: 25px; }
  .calculator-fields { grid-template-columns: .85fr 1.15fr; gap: 17px; }
  .calculator-fields label { min-height: 64px; font-size: .8125rem; }
  .calculator-result { padding: 28px 25px; border-left: 0; border-top: 1px solid #d3e1f4; }
  .cost-routine output { font-size: 3.1rem; }
  .calculator-bottom .button { width: 100%; font-size: .875rem; gap: 10px; padding-inline: 14px; }
  .time-example { margin-top: 42px; padding-top: 32px; }
  .time-copy h3 { font-size: 1.5rem; }
  .time-comparison { padding: 23px; }
  .time-values { justify-content: space-between; gap: 12px; }
  .time-values strong { font-size: 1.3rem; }
  .time-values span { font-size: .6875rem; }
  .time-values .icon { width: 18px; }
  .trial-section { padding-block: 60px 45px; }
  .trial-intro { grid-template-columns: 1fr; gap: 26px; }
  .trial-stamp { justify-self: stretch; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; align-items: center; padding: 23px; text-align: left; }
  .trial-stamp > strong { justify-content: flex-start; grid-row: span 2; font-size: 4.8rem; }
  .trial-stamp > strong span { font-size: 1.4rem; }
  .trial-intro .trial-stamp > p { font-size: 1.4rem; margin: 0; }
  .trial-stamp > span { margin: 0; padding: 0; border: 0; }
  .journey-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 32px; }
  .journey-grid h3 { margin-top: 10px; font-size: 1.25rem; }
  .trial-bottom { flex-direction: column; align-items: flex-start; margin-top: 30px; padding-top: 26px; gap: 24px; }
  .trial-bottom > .button { width: 100%; font-size: .9375rem; }
  .contact-copy h2 { font-size: 2.35rem; }
  .direct-contact { margin-top: 24px; padding-top: 20px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: 2.65rem; }
  .button { font-size: .875rem; padding-inline: 16px; gap: 12px; }
  .process-heading { font-size: .8125rem; margin-inline: 16px; }
  .process-steps p { font-size: .75rem; }
  .automation-node { border-radius: 14px; }
  .automation-node span { font-size: .75rem; }
  .organized-data { padding-inline: 6px; }
  .organized-title { margin-inline: -6px; }
  .organized-data > div:not(:first-child) { height: 17px; }
  .form-card { padding: 20px; }
  .evaluation-grid { grid-template-columns: 1fr; }
  .evaluation-step + .evaluation-step { border-left: 0; border-top: 1px solid var(--line); }
  .hero-actions .button { font-size: .875rem; padding-inline: 16px; }
  .problem-grid { grid-template-columns: 1fr; gap: 23px; }
  .problem-grid article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 23px; }
  .problem-grid article:first-child { padding-top: 0; }
  .calculator-fields { grid-template-columns: 1fr; }
  .calculator-fields label { min-height: 0; }
  .time-values { flex-wrap: wrap; row-gap: 20px; }
  .time-values strong { font-size: 1.17rem; }
  .time-comparison { padding-inline: 20px; }
  .trial-stamp { gap: 10px; padding: 20px; }
  .trial-stamp > strong { font-size: 4rem; }
  .trial-stamp > strong span { font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
