.voice-demo{padding:80px 0 30px;background:linear-gradient(180deg,#f0f0f5,#fafafa);overflow:hidden;border-top:1px solid rgba(0,0,0,.06);box-shadow:inset 0 20px 60px -20px rgba(0,0,0,.04)}.voice-demo__container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.voice-demo__header{text-align:center;margin-bottom:60px}.voice-demo__overline{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.voice-demo__title{font-size:2.5rem;font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--color-text);margin-bottom:16px}.voice-demo__subtitle{font-size:1.125rem;line-height:1.6;color:var(--color-text-secondary);max-width:560px;margin:0 auto}.voice-demo__layout{gap:20px;max-width:900px;margin:0 auto}.voice-demo__layout,.voice-demo__phone-center{display:flex;flex-direction:column;align-items:center}.voice-demo__phone-center{gap:0}.voice-demo__cta-hint{font-size:.875rem;font-weight:500;color:var(--color-accent);text-align:center;margin-bottom:20px;opacity:.85;letter-spacing:.01em;display:flex;align-items:center;gap:8px}.voice-demo__cta-hint:before{content:"\2193";font-size:1rem;opacity:.6}.voice-demo__iphone-new{position:relative;width:100%;overflow:visible}.voice-demo__iphone-new .scene{position:relative;width:340px;margin:0 auto;overflow:visible}.voice-demo__iphone-new .iphone-anim{width:280px;margin:0 auto;background:linear-gradient(145deg,#2a2a2e,#1c1c1e 20%,#141416);border-radius:50px;padding:14px;box-shadow:0 0 0 1px rgba(255,255,255,.15),0 0 0 2px #000,0 60px 100px -20px rgba(0,0,0,.7),0 30px 60px -10px rgba(0,0,0,.5),0 8px 24px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.02),inset 1px 0 0 rgba(255,255,255,.08),inset -1px 0 0 rgba(255,255,255,.04);position:relative}.voice-demo__iphone-new .iphone-anim .screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(125deg,rgba(255,255,255,.08),rgba(255,255,255,.03) 15%,transparent 30%,transparent 60%,rgba(255,255,255,.02) 80%,rgba(255,255,255,.06));border-radius:36px;z-index:100;pointer-events:none}.voice-demo__iphone-new .iphone-anim:before{content:"";position:absolute;left:-3px;top:100px;width:3px;height:36px;background:#2c2c2e;border-radius:2px 0 0 2px;box-shadow:0 46px 0 #2c2c2e,0 90px 0 #2c2c2e}.voice-demo__iphone-new .iphone-anim:after{content:"";position:absolute;right:-3px;top:120px;width:3px;height:70px;background:#2c2c2e;border-radius:0 2px 2px 0}.voice-demo__iphone-new .screen{background:linear-gradient(180deg,#1a1a2e,#0d0d1a);border-radius:36px;overflow:hidden;position:relative;height:520px;display:flex;flex-direction:column}.voice-demo__iphone-new .island{width:120px;height:34px;background:#000;border-radius:0 0 20px 20px;margin:0 auto;position:relative;z-index:10;flex-shrink:0;transition:width .4s cubic-bezier(.34,1.56,.64,1)}.voice-demo__iphone-new .island.listening{width:200px}.voice-demo__iphone-new .status{display:flex;justify-content:space-between;padding:6px 20px 0;font-size:11px;font-weight:600;color:rgba(255,255,255,.7);flex-shrink:0}.voice-demo__iphone-new .app-header{text-align:center;padding:12px 16px 0;flex-shrink:0}.voice-demo__iphone-new .app-name{font-size:15px;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.9)}.voice-demo__iphone-new .app-name span{color:#818CF8}.voice-demo__iphone-new .ambient{position:absolute;top:30%;left:50%;transform:translateX(-50%);width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(80,70,229,.25) 0,transparent 70%);pointer-events:none;animation:ambientPulse 3s ease-in-out infinite}@keyframes ambientPulse{0%,to{opacity:.5;transform:translateX(-50%) scale(1)}50%{opacity:1;transform:translateX(-50%) scale(1.15)}}.voice-demo__iphone-new .voice-ui{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px 16px 24px;position:relative}.voice-demo__iphone-new .voice-ui__top{width:100%}.voice-demo__iphone-new .voice-ui__bottom{display:flex;flex-direction:column;align-items:center;gap:14px}.voice-demo__iphone-new .state-label{text-align:center;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:6px;transition:opacity .3s ease}.voice-demo__iphone-new .transcript{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px 14px;font-size:12px;font-weight:500;color:rgba(255,255,255,.9);text-align:center;line-height:1.55;min-height:52px;display:flex;align-items:center;justify-content:center;transition:all .5s ease;width:100%}.voice-demo__iphone-new .transcript.megler-question{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);border-radius:14px 14px 14px 4px;text-align:left;font-style:italic;color:rgba(255,255,255,.85)}.voice-demo__iphone-new .transcript.ai-response{background:rgba(80,70,229,.12);border-color:rgba(80,70,229,.25);color:#a5b4fc;text-align:left;display:block;border-radius:14px 14px 4px 14px}.voice-demo__iphone-new .transcript strong{color:#c4b5fd}.voice-demo__iphone-new .wave-anim{display:flex;align-items:center;justify-content:center;gap:3px;height:70px;width:100%;margin:4px 0}.voice-demo__iphone-new .bar{width:3px;border-radius:3px;background:linear-gradient(180deg,#818CF8,#5046E5 50%,#3730A3);height:4px;transition:height .12s ease}.voice-demo__iphone-new .wave-anim.idle .bar{height:4px!important;opacity:.3}.voice-demo__iphone-new .wave-anim.listening .bar{animation:waveUp .5s ease-in-out infinite alternate}.voice-demo__iphone-new .wave-anim.thinking .bar{background:linear-gradient(180deg,#c4b5fd,#7C3AED 50%,#4C1D95);animation:waveThink 1.2s ease-in-out infinite alternate}.voice-demo__iphone-new .wave-anim.responding .bar{background:linear-gradient(180deg,#a78bfa,#7C3AED 50%,#5B21B6);animation:waveRespond .9s ease-in-out infinite alternate}@keyframes waveUp{0%{height:4px;opacity:.6}to{opacity:1}}@keyframes waveThink{0%{height:4px;opacity:.4}to{height:14px;opacity:.8}}@keyframes waveRespond{0%{height:4px;opacity:.5}to{height:20px;opacity:.9}}.voice-demo__iphone-new .bar:first-child{--peak:8px;animation-delay:0s}.voice-demo__iphone-new .bar:nth-child(2){--peak:22px;animation-delay:.05s}.voice-demo__iphone-new .bar:nth-child(3){--peak:38px;animation-delay:.1s}.voice-demo__iphone-new .bar:nth-child(4){--peak:52px;animation-delay:.15s}.voice-demo__iphone-new .bar:nth-child(5){--peak:58px;animation-delay:.2s}.voice-demo__iphone-new .bar:nth-child(6){--peak:62px;animation-delay:.25s}.voice-demo__iphone-new .bar:nth-child(7){--peak:64px;animation-delay:.3s}.voice-demo__iphone-new .bar:nth-child(8){--peak:66px;animation-delay:.35s}.voice-demo__iphone-new .bar:nth-child(9){--peak:64px;animation-delay:.3s}.voice-demo__iphone-new .bar:nth-child(10){--peak:58px;animation-delay:.25s}.voice-demo__iphone-new .bar:nth-child(11){--peak:54px;animation-delay:.2s}.voice-demo__iphone-new .bar:nth-child(12){--peak:48px;animation-delay:.15s}.voice-demo__iphone-new .bar:nth-child(13){--peak:60px;animation-delay:.1s}.voice-demo__iphone-new .bar:nth-child(14){--peak:66px;animation-delay:.05s}.voice-demo__iphone-new .bar:nth-child(15){--peak:62px;animation-delay:0s}.voice-demo__iphone-new .bar:nth-child(16){--peak:56px;animation-delay:.05s}.voice-demo__iphone-new .bar:nth-child(17){--peak:48px;animation-delay:.1s}.voice-demo__iphone-new .bar:nth-child(18){--peak:36px;animation-delay:.15s}.voice-demo__iphone-new .bar:nth-child(19){--peak:22px;animation-delay:.2s}.voice-demo__iphone-new .bar:nth-child(20){--peak:12px;animation-delay:.25s}.voice-demo__iphone-new .bar:nth-child(21){--peak:6px;animation-delay:.3s}.voice-demo__iphone-new .wave-anim.listening .bar{animation-name:waveCustom}@keyframes waveCustom{0%{height:3px;opacity:.5}to{height:var(--peak);opacity:1}}.voice-demo__iphone-new .mic-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#5046E5,#7C3AED);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(80,70,229,.45);transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;flex-shrink:0}.voice-demo__iphone-new .mic-btn svg{width:24px;height:24px;color:#fff}.voice-demo__iphone-new .mic-btn.pulsing{animation:micPulse 1.6s ease-in-out infinite}@keyframes micPulse{0%{box-shadow:0 4px 20px rgba(80,70,229,.4),0 0 0 0 rgba(80,70,229,.4)}50%{box-shadow:0 4px 20px rgba(80,70,229,.4),0 0 0 18px rgba(80,70,229,0)}to{box-shadow:0 4px 20px rgba(80,70,229,.4),0 0 0 0 rgba(80,70,229,0)}}.voice-demo__iphone-new .badge{position:absolute;top:-14px;right:-8px;background:#16A34A;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;padding:5px 10px;border-radius:6px;box-shadow:0 4px 12px rgba(22,163,74,.4);animation:badgePop .5s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.8s;opacity:0;z-index:50}@keyframes badgePop{0%{opacity:0;transform:scale(.7) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.voice-demo__iphone-new .card{display:none}.voice-demo__iphone-new .step-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.voice-demo__iphone-new .dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2);transition:background .3s ease,transform .3s ease}.voice-demo__iphone-new .dot.active{background:#818CF8;transform:scale(1.3)}.voice-transcript{display:flex;flex-direction:column;gap:0;width:100%;max-width:520px}.voice-transcript__context+.voice-transcript__step.shown,.voice-transcript__step.shown+.voice-transcript__step.shown{margin-top:16px}.voice-transcript__step{opacity:0;transform:translateY(16px);transition:all .5s var(--ease-out);display:flex;gap:12px;align-items:flex-start;max-height:0;overflow:hidden;margin:0;padding:0}.voice-transcript__step.shown{opacity:1;transform:translateY(0);max-height:200px;overflow:visible}.voice-transcript__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.voice-transcript__icon--user{background:rgba(80,70,229,.1)}.voice-transcript__icon--user svg{width:16px;height:16px;color:var(--color-accent)}.voice-transcript__icon--ai{background:linear-gradient(135deg,rgba(80,70,229,.15),rgba(124,58,237,.15))}.voice-transcript__icon--ai svg{width:16px;height:16px;color:#7C3AED}.voice-transcript__step:last-of-type .voice-transcript__icon--ai{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(5,150,105,.15))}.voice-transcript__step:last-of-type .voice-transcript__icon--ai svg{color:var(--color-success)}.voice-transcript__content{flex:1}.voice-transcript__speaker{font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-tertiary);margin-bottom:4px}.voice-transcript__text{font-size:.9375rem;line-height:1.6;color:var(--color-text)}.voice-transcript__text strong{color:var(--color-accent)}.voice-transcript__typing{display:inline-flex;gap:4px;align-items:center;padding:4px 0}.voice-transcript__typing span{width:6px;height:6px;border-radius:50%;background:var(--color-accent);opacity:.4;animation:typingDot 1.2s ease-in-out infinite}.voice-transcript__typing span:nth-child(2){animation-delay:.2s}.voice-transcript__typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.voice-transcript__context{gap:8px;padding:8px 14px;background:var(--color-accent-subtle,rgba(80,70,229,.06));border-radius:980px;font-size:.75rem;width:fit-content;margin-bottom:4px}.voice-demo__play,.voice-transcript__context{display:flex;align-items:center;font-weight:600;color:var(--color-accent)}.voice-demo__play{justify-content:center;gap:10px;margin-top:24px;padding:12px 28px;background:rgba(255,255,255,.65);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:980px;cursor:pointer;font-family:inherit;font-size:.875rem;transition:all .3s ease;box-shadow:0 2px 12px rgba(0,0,0,.04)}.voice-demo__play:hover{background:rgba(255,255,255,.85);box-shadow:0 4px 20px rgba(80,70,229,.12);transform:translateY(-1px)}.voice-demo__play svg{width:18px;height:18px}@media (max-width:768px){.voice-demo__layout{grid-template-columns:1fr;gap:40px}.voice-demo{padding:60px 0 20px}.voice-demo__title{font-size:clamp(1.5rem,5vw,2rem)}.voice-demo__header{margin-bottom:40px}.voice-demo__iphone-new .scene{width:280px}.voice-demo__iphone-new .iphone-anim{width:240px;border-radius:42px;padding:12px}.voice-demo__iphone-new .screen{border-radius:30px;height:460px}}@media (max-width:480px){.voice-demo__iphone-new .scene{width:260px}.voice-demo__iphone-new .iphone-anim{width:220px}.voice-demo__iphone-new .screen{height:420px}}.car-demo{padding:40px 0 120px;background:#ffffff;overflow:hidden}.car-demo__container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.car-demo__header{text-align:center;margin-bottom:60px}.car-demo__overline{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.car-demo__title{font-size:2.5rem;font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--color-text);margin-bottom:16px}.car-demo__subtitle{font-size:1.125rem;line-height:1.6;color:var(--color-text-secondary);max-width:560px;margin:0 auto}.car-demo__scene-wrapper{display:flex;justify-content:center;margin:0 auto;max-width:100%;position:relative}.car-demo__scene-wrapper:after{content:"";position:absolute;bottom:-60px;left:10%;right:10%;height:80px;background:radial-gradient(ellipse at 50% 0,rgba(80,70,229,.1) 0,rgba(80,70,229,.03) 40%,transparent 70%);filter:blur(8px);pointer-events:none}.tesla-dashboard-wrapper{width:100%;max-width:980px;margin:0 auto;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 48px 100px rgba(0,0,0,.35),0 16px 40px rgba(0,0,0,.25),0 0 0 1px rgba(255,255,255,.06),inset 0 1px 0 rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.1);opacity:0;transform:translateY(60px) scale(.95);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1)}.tesla-dashboard-wrapper.scene-visible{opacity:1;transform:translateY(0) scale(1)}.tesla-svg{width:100%;height:auto;display:block;border-radius:24px}.tesla-dest-dot{animation:teslaPulseRed 2s infinite}@keyframes teslaPulseRed{0%,to{r:6;opacity:1}50%{r:12;opacity:0}}.tesla-bar{animation:teslaBarPulse 1.2s ease-in-out infinite;transform-origin:center}.tesla-bar:first-child{animation-delay:0s}.tesla-bar:nth-child(2){animation-delay:.08s}.tesla-bar:nth-child(3){animation-delay:.16s}.tesla-bar:nth-child(4){animation-delay:.24s}.tesla-bar:nth-child(5){animation-delay:.32s}.tesla-bar:nth-child(6){animation-delay:.24s}.tesla-bar:nth-child(7){animation-delay:.16s}.tesla-bar:nth-child(8){animation-delay:.08s}.tesla-bar:nth-child(9){animation-delay:.16s}.tesla-bar:nth-child(10){animation-delay:.24s}@keyframes teslaBarPulse{0%,to{transform:scaleY(.4);opacity:.5}50%{transform:scaleY(1);opacity:1}}.tesla-ai-panel{transform:translateX(60px);opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1)}.tesla-dashboard-wrapper.scene-visible .tesla-ai-panel{transform:translateX(0);opacity:1}.tesla-ai-card{transition:all .8s cubic-bezier(.16,1,.3,1) 1.5s}.tesla-dashboard-wrapper.scene-visible .tesla-ai-card{opacity:1!important}.tesla-nav-panel{transition:all 1s cubic-bezier(.16,1,.3,1) .3s}.tesla-dashboard-wrapper.scene-visible .tesla-nav-panel{transform:scale(.95);opacity:.7}.tesla-mic-btn{animation:teslaMicGlow 2s ease-in-out infinite}@keyframes teslaMicGlow{0%,to{filter:drop-shadow(0 0 8px rgba(80,70,229,.3))}50%{filter:drop-shadow(0 0 20px rgba(80,70,229,.6))}}.tesla-route-line{stroke-dasharray:500;stroke-dashoffset:500;transition:stroke-dashoffset 2s ease-out .5s}.tesla-dashboard-wrapper.scene-visible .tesla-route-line{stroke-dashoffset:0}.tesla-speedo{opacity:0;transition:opacity .8s ease .3s}.tesla-dashboard-wrapper.scene-visible .tesla-speedo{opacity:1}.tesla-status-pill{animation:teslaStatusPulse 2s ease-in-out infinite}@keyframes teslaStatusPulse{0%,to{fill-opacity:.15}50%{fill-opacity:.3}}.tesla-voice-bubble{position:absolute;bottom:22%;left:3%;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:12px 18px;max-width:280px;box-shadow:0 12px 40px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.2);opacity:0;transform:translateY(10px) scale(.95);transition:all .5s cubic-bezier(.16,1,.3,1);z-index:10;pointer-events:none}.tesla-voice-bubble.visible{opacity:1;transform:translateY(0) scale(1)}.tesla-voice-icon{font-size:11px;font-weight:600;color:#5046E5;margin-bottom:4px;letter-spacing:.02em}.tesla-voice-text{font-size:14px;font-weight:500;color:#1D1D1F;line-height:1.4;display:block}.tesla-waveform.idle .tesla-bar{animation:teslaBarIdle 2s ease-in-out infinite}.tesla-waveform.listening .tesla-bar{animation:teslaBarPulse .8s ease-in-out infinite}.tesla-waveform.thinking .tesla-bar{animation:teslaBarThink 1.6s ease-in-out infinite}.tesla-waveform.responding .tesla-bar{animation:teslaBarRespond 1.2s ease-in-out infinite;fill:#7C3AED}@keyframes teslaBarIdle{0%,to{transform:scaleY(.3);opacity:.3}50%{transform:scaleY(.5);opacity:.4}}@keyframes teslaBarThink{0%,to{transform:scaleY(.4);opacity:.3}50%{transform:scaleY(.7);opacity:.5}}@keyframes teslaBarRespond{0%,to{transform:scaleY(.5);opacity:.6}50%{transform:scaleY(1);opacity:1}}@media (max-width:768px){.tesla-dashboard-wrapper,.tesla-svg{border-radius:12px}.car-demo__title{font-size:clamp(1.5rem,5vw,2rem)}.car-demo{padding:40px 0 80px}.car-demo__header{margin-bottom:40px}.tesla-voice-bubble{max-width:200px;padding:8px 12px;border-radius:10px;font-size:12px}.tesla-voice-text{font-size:11px}}@media (max-width:480px){.car-demo__scene-wrapper{margin:0 -16px}.tesla-dashboard-wrapper,.tesla-svg{border-radius:8px}}.bento{padding:88px var(--gutter);background:var(--color-fill-secondary)}.bento__container{max-width:1100px;margin:0 auto}.bento__overline{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.bento__overline,.bento__title{font-weight:600;text-align:center}.bento__title{font-size:clamp(2rem,3.5vw,2.8rem);letter-spacing:-.02em;margin-bottom:16px;line-height:1.15}.bento__subtitle{font-size:1.0625rem;color:var(--color-text-secondary);text-align:center;max-width:560px;margin:0 auto 64px;line-height:1.6}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.bento-card{padding:28px;border-radius:20px;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.04);transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;display:flex;flex-direction:column;grid-column:span 4}.bento-card--hero,.bento-card--medium{grid-column:span 6}.bento-card--small{grid-column:span 3}.bento-card--wide{grid-column:span 12;padding:36px}.bento-card:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);pointer-events:none}.bento-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 24px 60px rgba(0,0,0,.08),0 8px 24px rgba(0,0,0,.04),0 0 40px rgba(80,70,229,.04),0 0 0 1px rgba(80,70,229,.06)}.bento-card__badge{position:absolute;top:16px;right:16px;background:rgba(80,70,229,.08);color:#5046E5;font-size:.6875rem;font-weight:600;padding:4px 12px;border-radius:100px}.bento-card__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.bento-card--small .bento-card__icon{width:36px;height:36px;border-radius:10px;margin-bottom:12px}.bento-card__icon svg{width:22px;height:22px}.bento-card--small .bento-card__icon svg{width:18px;height:18px}.bento-icon--purple{background:rgba(80,70,229,.08);color:#5046E5}.bento-icon--amber{background:var(--color-warning-light);color:var(--color-warning)}.bento-icon--green{background:var(--color-success-light);color:var(--color-success)}.bento-icon--indigo{background:rgba(129,140,248,.08);color:#818CF8}.bento-icon--pink{background:rgba(236,72,153,.08);color:#EC4899}.bento-icon--blue{background:rgba(59,130,246,.08);color:#3B82F6}.bento-icon--teal{background:rgba(20,184,166,.08);color:#14B8A6}.bento-card__title{font-size:1.125rem;font-weight:600;margin-bottom:8px;color:var(--color-text)}.bento-card--small .bento-card__title{font-size:.9375rem;margin-bottom:6px}.bento-card__text{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.bento-card--small .bento-card__text{font-size:.8125rem;line-height:1.5}.bento-card__preview{margin-top:auto;padding-top:20px;border-top:1px solid rgba(0,0,0,.05)}.bento-mini-row{font-size:.8125rem;color:var(--color-text-secondary);padding:6px 0;display:flex;align-items:center;gap:10px}.bento-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bento-dot--green{background:var(--color-success)}.bento-dot--blue{background:#3B82F6}.bento-dot--red{background:var(--color-error)}.bento-charts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.05)}.mini-chart{background:rgba(0,0,0,.02);border-radius:14px;padding:20px;position:relative}.mini-chart__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-tertiary);margin-bottom:4px}.mini-chart__value{font-size:1.375rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em;margin-bottom:12px}.mini-chart__value span{font-size:.8125rem;font-weight:500;margin-left:6px}.mini-chart__value span.positive{color:var(--color-success)}.chart-line{width:100%;height:48px}.chart-line path{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chart-line .line-fill{stroke:none}.chart-bars{display:flex;align-items:flex-end;gap:4px;height:48px;width:100%}.chart-bars .bento-bar{flex:1;border-radius:3px 3px 0 0}.bento-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:16px}.bento-stat__value{font-size:1.25rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em}.bento-stat__label{font-size:.6875rem;color:var(--color-text-tertiary);margin-top:2px}.bento-card .bento-motion{position:absolute;bottom:0;right:0;width:80px;height:80px;opacity:.06;pointer-events:none;transition:opacity .4s ease}.bento-card:hover .bento-motion{opacity:.12}@media (max-width:768px){.bento{padding:80px var(--gutter)}.bento-grid{grid-template-columns:1fr}.bento-card,.bento-card--hero,.bento-card--medium,.bento-card--small,.bento-card--wide{grid-column:span 1}.bento-stats-row{grid-template-columns:repeat(2,1fr)}.bento-charts{grid-template-columns:1fr}.bento__subtitle{margin-bottom:40px}}@media (max-width:480px){.bento{padding:60px var(--gutter)}.bento-stats-row{grid-template-columns:1fr}.bento-card{padding:20px}.bento-card--wide{padding:24px}}