.hero{padding:140px 24px 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(ellipse 60% 50% at 20% -10%,rgba(37,99,235,.08) 0%,transparent 100%);pointer-events:none}.hero-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:center}.hero-text{text-align:left}.hero-text h1{font-size:clamp(36px,4vw,52px);font-weight:800;line-height:1.08;letter-spacing:-.03em;max-width:540px;margin:0 0 20px;color:var(--gray-900)}.hero-text h1 .gradient{background:linear-gradient(135deg,var(--blue-600) 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text p{font-size:17px;color:var(--gray-500);max-width:480px;margin:0 0 36px;line-height:1.6}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero .security-badges{justify-content:flex-start}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--green-50);border:1px solid var(--green-100);border-radius:100px;font-size:13px;font-weight:600;color:var(--green-600);margin-bottom:24px}.hero-badge .dot{width:6px;height:6px;background:var(--green-600);border-radius:50%;animation:pulse 2s infinite}.hero-dashboard{position:relative}.dashboard-frame{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;box-shadow:0 20px 80px #00000014,0 1px 3px #0000000a;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);transition:transform .4s ease;max-height:520px}.dashboard-frame:hover{transform:perspective(1200px) rotateY(0) rotateX(0)}.dash-toolbar{display:flex;align-items:center;padding:10px 16px;background:#fff;border-bottom:1px solid var(--gray-200);gap:8px}.dash-dots{display:flex;gap:6px;margin-right:8px}.dash-dots span{width:10px;height:10px;border-radius:50%}.dash-dots span:nth-child(1){background:#ff5f57}.dash-dots span:nth-child(2){background:#febc2e}.dash-dots span:nth-child(3){background:#28c840}.dash-url{flex:1;background:var(--gray-100);border-radius:6px;padding:5px 12px;font-size:11px;color:var(--gray-400);display:flex;align-items:center;gap:6px}.dash-url svg{width:11px;height:11px;flex-shrink:0}.dash-topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#fff;border-bottom:1px solid var(--gray-100)}.dash-topbar-left{display:flex;align-items:center;gap:10px}.mini-icon{width:22px;height:22px;background:var(--blue-600);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mini-icon svg{width:12px;height:12px}.dash-topbar-brand{font-weight:700;font-size:13px;color:var(--gray-900);margin-right:6px}.dash-topbar-tabs{display:flex;gap:3px}.dash-topbar-tabs span{padding:3px 8px;font-size:11px;font-weight:500;color:var(--gray-400);border-radius:4px;cursor:pointer}.dash-topbar-tabs span.active{color:var(--blue-600);background:var(--blue-50);font-weight:600}.dash-topbar-right{display:flex;align-items:center;gap:8px}.dash-btn-new{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;background:var(--blue-600);color:#fff;border-radius:5px;font-size:10px;font-weight:600;border:none;cursor:pointer}.dash-btn-new svg{width:11px;height:11px}.dash-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--blue-200) 0%,var(--purple-500) 100%);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}.live-call-banner{display:flex;align-items:center;gap:8px;padding:7px 14px;background:linear-gradient(90deg,#ecfdf5,#eff6ff);border-bottom:1px solid var(--green-100);cursor:pointer}.live-pulse{position:relative;width:8px;height:8px}.live-pulse .dot{width:8px;height:8px;background:var(--green-500);border-radius:50%;position:relative;z-index:1}.live-pulse .ring{position:absolute;top:-3px;left:-3px;width:14px;height:14px;border:2px solid var(--green-500);border-radius:50%;opacity:0;animation:ring-expand 2s infinite}@keyframes ring-expand{0%{transform:scale(.6);opacity:.8}to{transform:scale(1.4);opacity:0}}.live-call-text{font-size:10px;font-weight:600;color:var(--green-600);flex:1}.live-call-join{font-size:9px;font-weight:600;color:var(--blue-600);background:#fff;padding:3px 8px;border-radius:4px;border:1px solid var(--blue-200)}.dash-main{padding:14px;background:var(--gray-50)}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px}.stat-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:10px 12px}.stat-label{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);font-weight:600;margin-bottom:3px}.stat-value{font-size:20px;font-weight:700;color:var(--gray-900);letter-spacing:-.02em}.stat-change{font-size:10px;font-weight:600;margin-top:2px}.stat-change.up{color:var(--green-600)}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dash-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}.dash-card-header{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;border-bottom:1px solid var(--gray-100)}.dash-card-header h3{font-size:11px;font-weight:600;color:var(--gray-900)}.view-all{font-size:10px;font-weight:500;color:var(--blue-600);cursor:pointer}.appt-row{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid var(--gray-50);gap:8px;cursor:default}.appt-row:last-child{border-bottom:none}.appt-row:hover{background:var(--gray-50)}.appt-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.appt-icon svg{width:13px;height:13px}.appt-icon.blue{background:var(--blue-50);color:var(--blue-600)}.appt-icon.green{background:var(--green-50);color:var(--green-600)}.appt-icon.orange{background:var(--orange-50);color:var(--orange-500)}.appt-title{font-size:11px;font-weight:600;color:var(--gray-900)}.appt-meta{font-size:10px;color:var(--gray-400)}.appt-badge{padding:2px 7px;border-radius:100px;font-size:9px;font-weight:600;flex-shrink:0}.appt-badge.confirmed{background:var(--green-50);color:var(--green-600)}.appt-badge.pending{background:var(--orange-50);color:var(--orange-500)}.call-row{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid var(--gray-50);gap:8px}.call-row:last-child{border-bottom:none}.call-row:hover{background:var(--gray-50)}.call-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.call-status-dot.success{background:var(--green-500)}.call-title{font-size:11px;font-weight:500;color:var(--gray-900)}.call-time{font-size:9px;color:var(--gray-400)}.call-duration{font-size:10px;color:var(--gray-400);font-variant-numeric:tabular-nums;flex-shrink:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.step{position:relative}.step-num{width:48px;height:48px;background:var(--blue-600);border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff;margin-bottom:20px}.step:not(:last-child):after{content:"";position:absolute;top:24px;left:64px;right:-32px;height:2px;background:linear-gradient(90deg,var(--blue-200) 0%,var(--gray-200) 100%)}.step h3{font-size:18px;font-weight:600;margin-bottom:8px}.step p{font-size:15px;color:var(--gray-500);line-height:1.6}.transcript-card{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:28px;box-shadow:0 4px 24px #0000000a}.transcript-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--gray-100)}.transcript-dot{width:10px;height:10px;background:var(--green-600);border-radius:50%;animation:pulse 2s infinite}.transcript-header span{font-size:12px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.transcript-line{display:flex;gap:12px;margin-bottom:14px;font-size:13px;line-height:1.5}.transcript-line:last-child{margin-bottom:0}.transcript-speaker{font-weight:600;color:var(--blue-600);min-width:72px;text-align:right;flex-shrink:0}.transcript-speaker.other{color:var(--gray-400)}.transcript-text{color:var(--gray-700)}.waveform{display:flex;align-items:center;gap:2px;height:20px;margin-top:16px;padding-top:14px;border-top:1px solid var(--gray-100)}.waveform span{display:block;width:3px;border-radius:3px;background:var(--blue-600);animation:wave 1.2s ease-in-out infinite}.waveform span:nth-child(1){height:8px;animation-delay:0s}.waveform span:nth-child(2){height:14px;animation-delay:.1s}.waveform span:nth-child(3){height:6px;animation-delay:.2s}.waveform span:nth-child(4){height:18px;animation-delay:.3s}.waveform span:nth-child(5){height:10px;animation-delay:.4s}.waveform span:nth-child(6){height:14px;animation-delay:.5s}.waveform span:nth-child(7){height:7px;animation-delay:.6s}.waveform span:nth-child(8){height:16px;animation-delay:.7s}.waveform span:nth-child(9){height:9px;animation-delay:.8s}.waveform span:nth-child(10){height:12px;animation-delay:.9s}.waveform-label{font-size:11px;color:var(--gray-400);margin-left:8px;font-weight:500}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@media(max-width:900px){.hero-layout{grid-template-columns:1fr}.hero-text{text-align:center}.hero-buttons,.hero .security-badges{justify-content:center}.hero-dashboard{display:none}.steps{grid-template-columns:1fr;gap:32px}.step:after{display:none}}
