/* Homepage notebook: native, responsive artwork with a quiet physical presence. */
.product-hero { position: relative; overflow: hidden; background: var(--bg); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.3fr); align-items: center; gap: 24px; max-width: 1424px; margin: auto; padding: clamp(52px, 6vw, 88px) 48px 36px; }
.product-hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.product-hero-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: #666b80; letter-spacing: .015em; margin-bottom: 26px; }
.product-hero-eyebrow > span { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #8795ba; box-shadow: 0 0 0 5px #dfe4ef; }
.product-hero h1 { font-size: clamp(48px, 5vw, 72px); line-height: 1.08; letter-spacing: -.05em; font-weight: 600; color: #303542; }
.product-hero h1 > span { color: #75738c; background: linear-gradient(110deg, #617e99, #8b789b 78%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.product-hero-description { max-width: 420px; margin-top: 25px; font-size: 17px; line-height: 1.7; color: var(--muted); }
.product-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 32px; }
.product-hero-actions .button { padding-inline: 22px; }
.product-hero-actions .text-link { padding-block: 12px; }
.product-hero-figure { min-width: 0; margin: 0; }
.notebook-stage { position: relative; width: 100%; aspect-ratio: 1.4; container-type: inline-size; perspective: 1400px; }
.notebook-art { position: absolute; inset: 0; }
.notebook-word { position: absolute; top: -1%; left: 3%; width: 94%; font-size: 22cqw; font-weight: 650; letter-spacing: -.03em; line-height: 1; text-align: center; color: #e3e6ee; text-shadow: 2px 2px 3px #c8cedb, -3px -3px 5px #fff; opacity: .8; user-select: none; }
.notebook-aura { position: absolute; inset: 4% -12% -4%; border-radius: 50%; background: radial-gradient(ellipse at 26% 48%, #ccdfe9a6, transparent 58%), radial-gradient(ellipse at 78% 57%, #dfcfeaa8, transparent 60%); filter: blur(26px); animation: notebook-light 10s ease-in-out infinite alternate paused; }
.notebook-shadow { position: absolute; left: 10%; bottom: 3%; width: 83%; height: 7%; border-radius: 50%; background: #65748b; filter: blur(19px); opacity: .18; animation: notebook-ground 7s ease-in-out infinite paused; }
.notebook-arrival { position: absolute; width: 97%; left: 2%; top: 15%; perspective: 1400px; }
.notebook-float { animation: notebook-float 7s ease-in-out infinite paused; }
.hero-notebook { transform: translate3d(0, var(--hero-scroll-y, 0px), 0) rotateX(calc(4deg + var(--hero-pitch, 0deg))) rotateY(calc(-8deg + var(--hero-yaw, 0deg))) rotateZ(-2deg) scale(var(--hero-scale, 1)); transform-style: preserve-3d; transform-origin: 50% 75%; will-change: auto; }
.hero-running .hero-notebook { will-change: transform; }
.notebook-lid { position: relative; width: 90%; aspect-ratio: 16 / 10; margin: auto; padding: 2.1% 1.05% 1.25%; border-radius: 15px 15px 5px 5px; background: linear-gradient(145deg, #eff3f8, #7e8b9b 1%, #293444 2%, #131b28 50%, #39495e 98%, #b8c3d2); box-shadow: 1px 1px 0 #edf3fa, -1px 0 0 #7e8c9e, 0 18px 32px #596a842a; }
.notebook-lid::before { content: ''; position: absolute; inset: 3px; border: 1px solid #d1ddec2e; border-radius: 12px 12px 3px 3px; pointer-events: none; }
.notebook-camera { position: absolute; left: 50%; top: 1.5%; width: 4px; height: 4px; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #5c7894, #142234 50%, #050b14); box-shadow: 0 0 0 1px #101622; }
.notebook-screen { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; border-radius: 7px 7px 2px 2px; overflow: hidden; background: #f5f7fb; container-type: inline-size; color: #45526a; line-height: 1.3; box-shadow: inset 0 0 0 1px #dce2ec; }
.notebook-app-bar { display: flex; align-items: center; gap: 3cqw; height: 8cqw; padding-inline: 4cqw; border-bottom: 1px solid #dfe5ee; background: #eaf0f7; }
.notebook-app-brand { font-size: 2.15cqw; font-weight: 600; letter-spacing: .3em; color: #526079; }
.notebook-app-context { font-size: 1.85cqw; margin-left: auto; color: #768297; }
.notebook-avatar { display: grid; place-items: center; width: 4.4cqw; height: 4.4cqw; border-radius: 50%; background: #d6deec; color: #65758e; font-size: 1.6cqw; }
.notebook-app-bar { flex: 0 0 7cqw; }
.notebook-workspace { display: flex; flex-direction: column; flex: 1; min-height: 0; padding: 3cqw 4cqw; }
.notebook-screen-heading { display: flex; justify-content: space-between; align-items: center; gap: 2cqw; margin-bottom: 3cqw; }
.notebook-screen-heading > span:first-child { font-size: 3.5cqw; font-weight: 600; letter-spacing: -.035em; color: #3e4c65; }
.notebook-status { display: inline-flex; align-items: center; gap: .9cqw; color: #587e75; font-size: 1.9cqw; }
.notebook-status i { width: 1cqw; height: 1cqw; border-radius: 50%; background: #75a597; box-shadow: 0 0 0 .6cqw #e1eee9; }
.notebook-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2cqw; }
.notebook-metrics > div { padding: 2.3cqw 2.7cqw; border-radius: 2cqw; background: #e9eff7; border: 1px solid #fff; box-shadow: 0 3px 9px #7189ac08; }
.notebook-metrics > div:nth-child(2) { background: #efeaf6; }
.notebook-metrics > div:nth-child(3) { background: #e7f0ee; }
.notebook-metrics span, .notebook-metrics small { display: block; font-size: 2cqw; color: #64748d; white-space: nowrap; }
.notebook-metrics strong { display: block; font-size: 5.2cqw; font-weight: 600; line-height: 1.2; margin: 1.1cqw 0; letter-spacing: -.035em; }
.notebook-metrics small { display: none; }
.notebook-insights { display: grid; grid-template-columns: 1.25fr 1fr; gap: 3cqw; margin-top: 2.5cqw; flex: 1; min-height: 0; }
.notebook-chart { display: flex; flex-direction: column; min-height: 0; border: 1px solid #e5eaf2; border-radius: 2cqw; padding: 2cqw; background: #fbfcfe; }
.notebook-chart-heading { display: flex; justify-content: space-between; align-items: center; font-size: 2cqw; }
.notebook-chart-heading small { font-size: 1.55cqw; color: #8490a4; }
.notebook-bars { display: flex; align-items: flex-end; flex: 1; min-height: 0; gap: 1.2cqw; padding-top: 2cqw; background: repeating-linear-gradient(to top, #e9edf5 0 1px, transparent 1px 4cqw); }
.notebook-bars i { flex: 1; height: var(--bar-height); border-radius: .55cqw .55cqw 0 0; background: linear-gradient(0deg, #8ca4c5, #c2d1e6); transform-origin: 50% 100%; animation: notebook-bars 5s ease-in-out var(--bar-delay) infinite alternate paused; }
.notebook-bars i:last-child { background: linear-gradient(0deg, #81a89d, #b9d5cc); }
.notebook-chart-labels { display: flex; justify-content: space-between; margin-top: 1.1cqw; font-size: 1.5cqw; color: #7f8da3; }
.notebook-journey { display: flex; flex-direction: column; min-height: 0; }
.notebook-journey > span { display: block; font-size: 2cqw; margin: 1cqw 0; }
.notebook-journey > div { position: relative; display: flex; flex: 1; align-items: center; gap: 2cqw; min-height: 0; }
.notebook-journey > div:not(:last-child)::after { content: ''; position: absolute; top: calc(50% + 1.75cqw); left: 1.65cqw; width: 1px; height: calc(100% - 3.5cqw); background: #c6d6de; }
.notebook-journey i { display: grid; place-items: center; width: 3.5cqw; height: 3.5cqw; flex: none; border-radius: 50%; background: #e4ebf4; font-style: normal; color: #8193aa; font-size: 1.8cqw; }
.notebook-journey > div:last-child i { background: #dcebe6; color: #659a88; }
.notebook-journey > div > span { font-size: 2.1cqw; }
.notebook-journey small { display: none; }
.notebook-screen-sheen { position: absolute; inset: -40%; pointer-events: none; background: linear-gradient(115deg, transparent 42%, #ffffff70 49%, #ffffff05 53%, transparent 57%); transform: translateX(-65%); animation: notebook-sheen 12s ease-in-out infinite paused; }
.notebook-base { position: relative; width: 100%; max-width: none; margin-top: -1px; filter: drop-shadow(0 7px 7px #56647a25); }
.notebook-signal { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid #ffffffeb; border-radius: 18px; background: linear-gradient(120deg, #f9fcffed, #f0edf8e0); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 10px 35px #7685a329, inset 0 1px #fff; font-size: 13px; color: #788096; animation: notebook-signal 7s ease-in-out -2s infinite paused; }
.notebook-signal strong { font-size: 14px; font-weight: 500; color: #58617b; }
.notebook-signal-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #729789; background: #e0eee8; font-size: 17px; box-shadow: inset 0 1px 1px #fff; }
.product-hero-figure figcaption { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 30px; min-height: 44px; color: #727b8d; font-size: 13px; }
.hero-motion-control { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; border: 0; border-radius: 24px; padding: 7px 12px; background: #e8ecf3; color: #646e84; font-size: 13px; }
.hero-motion-control[hidden] { display: none; }
.hero-motion-control:hover { background: #e0e5ef; }
.hero-motion-control > span:first-child { display: grid; place-items: center; width: 17px; height: 20px; font-size: 15px; }
.product-hero-foot { display: flex; justify-content: space-between; align-items: center; gap: 18px; max-width: 1328px; margin: 0 auto; padding: 18px 0 24px; border-top: 1px solid #dce1e9; color: #747d8e; font-size: 13px; }
.product-hero-foot a { display: flex; align-items: center; gap: 14px; min-height: 44px; color: #626a83; }
.product-hero-foot a > span { font-size: 18px; }
.hero-running :is(.notebook-float, .notebook-aura, .notebook-shadow, .notebook-bars i, .notebook-screen-sheen, .notebook-signal) { animation-play-state: running; }
.hero-entered .notebook-arrival { animation: notebook-arrival 1500ms var(--ease) both; }
.hero-entered .product-hero-copy { animation: hero-copy-in 1000ms var(--ease) both; }
.hero-entered:not(.hero-running) :is(.notebook-arrival, .product-hero-copy) { animation-play-state: paused; }
@keyframes notebook-float { 0%, 100% { transform: translateY(4px); } 50% { transform: translateY(-9px); } }
@keyframes notebook-ground { 0%, 100% { transform: scaleX(1); opacity: .18; } 50% { transform: scaleX(.93); opacity: .12; } }
@keyframes notebook-light { from { transform: translate(-2%, 0) scale(.95); opacity: .72; } to { transform: translate(3%, -3%) scale(1.05); opacity: 1; } }
@keyframes notebook-bars { from { transform: scaleY(.68); opacity: .75; } to { transform: scaleY(1); opacity: 1; } }
@keyframes notebook-sheen { 0%, 15% { transform: translateX(-65%); opacity: 0; } 23% { opacity: .65; } 42%, 100% { transform: translateX(65%); opacity: 0; } }
@keyframes notebook-signal { 0%, 100% { transform: translateY(2px); } 50% { transform: translateY(-5px); } }
@keyframes notebook-arrival { from { opacity: 0; transform: translateY(28px) rotateX(9deg) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (max-width: 1424px) { .product-hero-foot { margin-inline: 48px; } }
@media (max-width: 1099px) {
 .product-hero-grid { grid-template-columns: 1fr; gap: 26px; padding: 44px 36px 28px; }
 .product-hero-copy { text-align: center; padding: 0; }
 .product-hero-eyebrow, .product-hero-actions { justify-content: center; }
 .product-hero-eyebrow { margin-bottom: 20px; }
 .product-hero h1 { font-size: clamp(44px, 6.3vw, 64px); }
 .product-hero h1 br { display: none; }
 .product-hero-description { max-width: 580px; margin: 20px auto 0; }
 .product-hero-actions { margin-top: 24px; }
 .product-hero-figure { width: 100%; max-width: 690px; margin: auto; }
 .product-hero-foot { margin-inline: 36px; }
}
@media (max-width: 600px) {
 .product-hero-grid { padding: 38px 20px 20px; gap: 28px; }
 .product-hero-eyebrow { font-size: 12px; letter-spacing: 0; gap: 8px; }
 .product-hero h1 { font-size: clamp(38px, 9.5vw, 54px); line-height: 1.1; }
 .product-hero h1 br { display: block; }
 .product-hero-description { max-width: 380px; font-size: 16px; line-height: 1.65; }
 .product-hero-actions { gap: 6px 20px; }
 .product-hero-actions .button { font-size: 15px; min-height: 46px; padding-inline: 18px; }
 .product-hero-actions .text-link { font-size: 15px; }
 .notebook-stage { aspect-ratio: 1.3; }
 .notebook-arrival { width: 106%; left: -3%; top: 13%; }
 .notebook-lid { border-radius: 9px 9px 3px 3px; }
 .notebook-lid::before { inset: 2px; border-radius: 7px 7px 2px 2px; }
 .notebook-camera { width: 3px; height: 3px; }
 .notebook-screen { border-radius: 4px 4px 1px 1px; }
 .notebook-app-context, .notebook-metrics small, .notebook-journey small, .notebook-chart-heading small { display: none; }
 .notebook-app-bar { height: 9cqw; flex-basis: 9cqw; }
 .notebook-app-brand { font-size: 3cqw; }
 .notebook-avatar { margin-left: auto; font-size: 2.1cqw; }
 .notebook-workspace { padding-block: 2.5cqw; }
 .notebook-screen-heading { margin-bottom: 2cqw; }
 .notebook-screen-heading > span:first-child { font-size: 4.3cqw; }
 .notebook-status { font-size: 2.5cqw; }
 .notebook-metrics > div { padding-block: 1.8cqw; }
 .notebook-metrics span { font-size: 2.8cqw; }
 .notebook-metrics strong { font-size: 6cqw; margin-block: .6cqw; }
 .notebook-chart-heading, .notebook-journey > span { font-size: 2.5cqw; }
 .notebook-journey > div > span { font-size: 3cqw; }
 .notebook-chart-labels { font-size: 2cqw; }
 .notebook-signal { display: none; }
 .notebook-shadow { filter: blur(12px); }
 .product-hero-figure figcaption { justify-content: space-between; gap: 10px; margin-top: 24px; font-size: 12px; }
 .hero-motion-control { padding-inline: 9px; gap: 5px; font-size: 12px; }
 .product-hero-foot { margin-inline: 20px; flex-wrap: wrap; gap: 0 20px; padding-block: 18px; font-size: 12px; }
 .product-hero-foot > span { flex: 1 1 130px; }
 .product-hero-foot > a { margin-top: 8px; }
}
.motion-off .product-hero *, .page-sleeping .product-hero * { animation-play-state: paused !important; }
.motion-off .hero-notebook { transform: rotateX(4deg) rotateY(-8deg) rotateZ(-2deg); }
@media (prefers-reduced-motion: reduce) {
 .product-hero *, .product-hero *::before, .product-hero *::after { animation: none !important; transition: none !important; }
 .hero-notebook { transform: rotateX(4deg) rotateY(-8deg) rotateZ(-2deg); }
 .notebook-screen-sheen { display: none; }
}
@media (forced-colors: active) {
 .product-hero h1 > span { background: none; color: CanvasText; -webkit-text-fill-color: currentColor; }
 .notebook-aura, .notebook-word, .notebook-shadow { display: none; }
 .hero-motion-control, .notebook-lid, .notebook-metrics > div { border: 1px solid ButtonText; }
}
