/* Illustrations and motion belong only to the business page. */
.business-page .hero-bg {
    background: linear-gradient(120deg, #faf9f6, #f3f1f7);
    opacity: 1;
}
.business-page .hero-bg::after,
.business-page .business-concerns::before,
.business-page .business-concerns::after { display: none; }
.business-page .final-cta-panel { background: #222535; }
.business-page .business-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 1.5rem 2rem;
    width: calc(100% - 3rem);
    max-width: 1200px;
    margin-top: 2rem;
    margin-bottom: 5rem;
    text-align: left;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-color: transparent;
    box-shadow: none;
}
.business-hero-copy { min-width: 0; align-self: end; }
.business-page .business-hero-copy .hero-title { font-size: clamp(2.5rem, 4.8vw, 4.1rem); }
.business-hero-copy .hero-subtitle { margin-bottom: 0; font-size: 1.08rem; line-height: 1.85; }
.business-hero-copy .desktop-break { display: none; }
.business-hero-figure { grid-column: 2; grid-row: 1 / 3; align-self: center; min-width: 0; }
.business-hero-figure img { display: block; width: 100%; height: auto; border-radius: 24px; box-shadow: 0 15px 35px #4c287a0d; }
.business-hero-figure figcaption { margin-top: 1rem; color: #69458a; font-size: 0.95rem; font-weight: 700; text-align: center; }
.business-hero-figure small { display: block; margin-top: 0.35rem; color: #6b7280; font-size: 0.7rem; font-weight: 400; }
.business-hero-cta { grid-column: 1; align-items: stretch; }
.business-hero-cta .hero-actions { justify-content: flex-start; gap: 0.65rem; }
.business-hero-cta .btn { padding: 0.95rem 1.1rem; font-size: 0.92rem; }
.business-hero-cta .cta-note { font-size: 0.8rem; line-height: 1.8; }
.business-page .service-illustration {
    display: block;
    flex: none;
    width: calc(100% + 4.5rem);
    height: auto;
    aspect-ratio: 3 / 2;
    margin: -2.25rem -2.25rem 1.5rem;
    border-radius: 19px 19px 0 0;
    object-fit: cover;
    background: #faf8f4;
    border-bottom: 1px solid #efe8f5;
}
.improvement-motion { margin-top: 3rem; padding: 1.7rem 1.8rem 2rem; border-radius: 24px; background: linear-gradient(125deg, #f7f3fc, #f4f9fa); }
.motion-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem 1.5rem; margin-bottom: 1.25rem; }
.motion-heading > p { color: #4f3e65; font-size: 1.02rem; }
.motion-heading strong { font-weight: 700; }
.motion-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; min-height: 44px; padding: 0.5rem 0.85rem; border: 1px solid #cab9dd; border-radius: 100px; background: white; color: #634087; font: 600 0.8rem var(--font-main); cursor: pointer; }
.motion-toggle[hidden] { display: none; }
.motion-toggle:hover { background: #f1eaf9; }
.motion-toggle-icon { display: block; width: 9px; height: 11px; border-right: 3px solid currentColor; border-left: 3px solid currentColor; }
.motion-toggle[data-user-paused="true"] .motion-toggle-icon { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 0; border-left: 9px solid currentColor; }
.motion-stages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.2rem; list-style: none; }
.motion-stage { position: relative; min-width: 0; }
.workflow-scene { display: block; width: 100%; height: auto; overflow: visible; }
.motion-stage-copy { position: relative; margin-top: 0.2rem; padding-left: 2rem; }
.motion-step-number { position: absolute; top: 0.28rem; left: 0; color: #875ab1; font: 700 0.76rem 'Inter', sans-serif; }
.motion-stage h3 { margin-bottom: 0.5rem; color: #38254e; font-size: 1.16rem; }
.motion-stage-copy p { max-width: 30em; color: #62576f; font-size: 0.86rem; line-height: 1.8; }
.motion-connector { position: absolute; top: 29%; right: -2.7rem; width: 3rem; height: auto; }
.motion-piece { animation-play-state: paused !important; }
[data-motion="running"] .motion-piece { animation-play-state: running !important; }
.task-card { transform-box: fill-box; transform-origin: center; animation: arrange-task 9s ease-in-out infinite; }
.task-card-one { --task-x: 39px; --task-y: 15px; }
.task-card-two { --task-x: 6px; --task-y: -5px; animation-delay: 0.18s; }
.task-card-three { --task-x: -31px; --task-y: 32px; animation-delay: 0.36s; }
.mapping-check { animation: mapping-done 9s ease-in-out infinite; }
.connector-dot { animation: connect-work 4.5s ease-in-out infinite; }
.motion-stage:nth-child(2) .connector-dot { animation-delay: 1.5s; }
.answer-line { transform-box: fill-box; transform-origin: left center; animation: draft-answer 9s ease-in-out infinite; }
.answer-line-two { animation-delay: 0.5s; }
.ai-spark { transform-box: fill-box; transform-origin: center; animation: gentle-spark 4.5s ease-in-out infinite; }
.little-spark { animation: gentle-lift 4.5s ease-in-out infinite; }
.loop-trail { animation: improve-loop 12s linear infinite; }
.review-check { stroke-dasharray: 18; animation: review-task 9s ease-in-out infinite; }
.review-check-two { animation-delay: 0.5s; }
.feedback-bubble { animation: gentle-lift 4.5s ease-in-out 1.5s infinite; }
@keyframes arrange-task { 0%, 8%, 95%, 100% { transform: translate(0, 0) scale(1); } 28%, 76% { transform: translate(var(--task-x), var(--task-y)) scale(0.74); } }
@keyframes mapping-done { 0%, 14%, 94%, 100% { opacity: 0.2; } 32%, 78% { opacity: 1; } }
@keyframes connect-work { 0%, 12% { transform: translateX(0); opacity: 0; } 25% { opacity: 1; } 80% { opacity: 1; } 95%, 100% { transform: translateX(47px); opacity: 0; } }
@keyframes draft-answer { 0%, 24%, 100% { transform: scaleX(0.15); opacity: 0.4; } 50%, 88% { transform: scaleX(1); opacity: 1; } }
@keyframes gentle-spark { 0%, 100% { transform: scale(1) rotate(-5deg); } 50% { transform: scale(1.08) rotate(5deg); } }
@keyframes gentle-lift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes improve-loop { to { stroke-dashoffset: -216; } }
@keyframes review-task { 0%, 45%, 100% { stroke-dashoffset: 18; } 64%, 90% { stroke-dashoffset: 0; } }
@media (max-width: 1050px) {
    .business-page .business-hero-layout { grid-template-columns: minmax(0, 1fr); max-width: 800px; text-align: center; }
    .business-hero-figure { grid-column: 1; grid-row: auto; width: 100%; max-width: 480px; justify-self: center; }
    .business-hero-cta .hero-actions { justify-content: center; }
    .business-page .service-illustration { max-height: 320px; object-fit: contain; }
}
@media (max-width: 768px) {
    .business-page .footer-content { flex-direction: column; align-items: center; text-align: center; }
    .business-page .footer-info { width: 100%; min-width: 0; }
    .business-page .footer-address-line { display: block; }
    .business-page .footer-links { align-items: center; }
    .business-page .business-hero-layout { width: calc(100% - 2rem); margin-top: 0; margin-bottom: 0; gap: 1.5rem; }
    .business-page .business-hero-copy .hero-title { font-size: clamp(2.15rem, 11vw, 3.1rem); }
    .business-hero-copy .hero-subtitle { font-size: 1rem; line-height: 1.8; }
    .business-hero-figure { max-width: 380px; }
    .business-hero-figure img { border-radius: 18px; }
    .business-hero-figure figcaption { font-size: 0.86rem; }
    .business-page .service-illustration { width: calc(100% + 3rem); margin: -1.5rem -1.5rem 1.5rem; }
    .improvement-motion { padding: 1.5rem 1.25rem 2rem; }
    .motion-heading { justify-content: center; text-align: center; gap: 0.65rem; }
    .motion-heading > p { width: 100%; font-size: 0.94rem; }
    .motion-stages { grid-template-columns: minmax(0, 1fr); gap: 3.5rem; }
    .workflow-scene { max-width: 300px; margin: 0 auto; }
    .motion-stage-copy { max-width: 320px; margin: 0 auto; }
    .motion-connector { top: auto; bottom: -2.7rem; right: calc(50% - 1.5rem); transform: rotate(90deg); }
}
@media (prefers-reduced-motion: reduce) {
    .improvement-motion .motion-piece { animation: none !important; }
    .connector-dot { display: none; }
    .business-page .scroll-indicator { display: none; }
}
