.appointment-system{background-color:var(--color-surface)}.as-header{text-align:center;margin-bottom:4rem}.as-eyebrow{display:inline-block;font-family:var(--font-sans);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);margin-bottom:1rem;padding:.25rem .75rem;background:rgba(var(--color-primary-rgb),.08);border-radius:var(--radius-full)}.as-header h2{font-size:2.25rem;letter-spacing:-.02em;color:var(--color-accent)}@media (min-width:768px){.as-header h2{font-size:2.75rem}}.as-header .as-subtitle,.as-subtitle{max-width:600px;margin-left:auto;margin-right:auto}.as-subtitle{color:var(--color-text-muted);font-size:1.125rem;margin-top:.75rem}.as-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:750px;margin:0 auto}@media (min-width:1024px){.as-layout{grid-template-columns:auto auto;gap:4rem;justify-content:center}}.as-feature-list{max-width:380px;display:flex;flex-direction:column;gap:.5rem}.as-feature-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid transparent;background:transparent;cursor:pointer;transition:all .25s ease;text-align:left;width:100%;font-family:inherit;position:relative}.as-feature-row:hover{background:rgba(255,255,255,.6);border-color:rgba(0,0,0,.04)}.as-feature-row.active{background:white;border-color:rgba(var(--color-primary-rgb),.15);box-shadow:0 4px 20px rgba(var(--color-primary-rgb),.08);border-left:3px solid var(--color-primary)}.as-feature-icon{width:44px;height:44px;min-width:44px;background:rgba(var(--color-primary-rgb),.06);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.04);transition:all .25s ease}.as-feature-row.active .as-feature-icon{background:rgba(var(--color-primary-rgb),.12);border-color:rgba(var(--color-primary-rgb),.15)}.as-feature-icon svg{width:20px;height:20px;color:var(--color-primary)}.as-feature-text{display:flex;flex-direction:column;gap:2px;flex:1}.as-feature-title{font-family:var(--font-sans);font-size:1rem;font-weight:700;color:var(--color-text-muted);line-height:1.3;transition:color .25s ease}.as-feature-row.active .as-feature-title{color:var(--color-accent)}.as-feature-benefit{font-size:.85rem;color:var(--color-text-muted);line-height:1.4;transition:color .25s ease}.as-feature-row.active .as-feature-benefit{color:var(--color-text)}.as-feature-arrow{color:transparent;transition:color .25s ease;flex-shrink:0}.as-feature-row.active .as-feature-arrow{color:var(--color-primary)}.as-mockup{display:flex;justify-content:center}.as-phone{width:280px;border-radius:36px;padding:8px;box-shadow:0 24px 64px rgba(0,0,0,.15);position:relative}.as-phone,.as-phone-notch{background:var(--color-accent)}.as-phone-notch{width:100px;height:24px;border-radius:0 0 16px 16px;margin:0 auto;position:absolute;top:8px;left:50%;transform:translateX(-50%);z-index:2}.as-phone-screen{background:white;border-radius:28px;overflow:hidden;display:flex;flex-direction:column;min-height:540px}.as-phone-screen-video{position:relative;padding:0}.as-phone-video{width:100%;height:100%;object-fit:cover;border-radius:28px;transition:opacity .3s ease}.as-phone-video:not(.as-video-active){position:absolute;top:0;left:0}.as-video-active{opacity:1;z-index:1;position:relative}.as-video-hidden{opacity:0;z-index:0}.as-phone-statusbar{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.25rem .25rem}.as-phone-time{font-size:.7rem;font-weight:700;color:var(--color-text)}.as-phone-indicators{display:flex;gap:4px}.as-phone-indicators span{width:12px;height:6px;background:var(--color-text);border-radius:2px;opacity:.3}.as-phone-indicators span:last-child{opacity:.8}.as-app-header{padding:.5rem 1.25rem .75rem;display:flex;justify-content:space-between;align-items:baseline}.as-app-title{font-family:var(--font-serif);font-size:1rem;color:var(--color-accent)}.as-app-date{font-size:.65rem;color:var(--color-text-muted);font-weight:500}.as-app-stats{display:flex;gap:.4rem;padding:0 1rem;margin-bottom:.75rem}.as-app-stat{flex:1;background:#f9fafb;border-radius:8px;padding:.5rem .4rem;text-align:center;border:1px solid #f0f0f0}.as-app-stat.accent{background:rgba(var(--color-primary-rgb),.06);border-color:rgba(var(--color-primary-rgb),.12)}.as-app-stat-num{display:block;font-size:.8rem;font-weight:800;color:var(--color-primary);line-height:1}.as-app-stat-lbl{display:block;font-size:.5rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;margin-top:3px;letter-spacing:.03em}.as-screen-content{flex:1;display:flex;flex-direction:column;animation:screenFadeIn .3s ease-out}@keyframes screenFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.as-app-list-header{padding:0 1.25rem;margin-bottom:.4rem}.as-app-list-header span{font-family:var(--font-sans);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.as-app-appointments{padding:0 .75rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.as-app-appt{display:flex;align-items:center;gap:.6rem;padding:.6rem .5rem;background:#f9fafb;border-radius:10px;border:1px solid #f0f0f0}.as-app-appt.blocked{background:#fef2f2;border-color:#fecaca}.as-app-appt.overdue{background:#fffbeb;border-color:#fde68a}.as-appt-time{font-size:.65rem;font-weight:800;color:var(--color-primary);min-width:32px}.as-app-appt.blocked .as-appt-time{color:#ef4444}.as-appt-info{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.as-appt-name{font-size:.7rem;font-weight:700;color:var(--color-text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.as-app-appt.blocked .as-appt-name{color:#dc2626}.as-appt-service{font-size:.6rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.as-app-appt.blocked .as-appt-service{color:#f87171}.as-appt-price{font-size:.65rem;font-weight:700;color:var(--color-primary);flex-shrink:0}.as-appt-badge{font-size:.55rem;font-weight:800;color:white;background:#ef4444;padding:.15rem .45rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.as-app-appt.overdue .as-appt-badge{background:#f59e0b}.as-appt-tag{font-size:.5rem;font-weight:800;padding:.15rem .4rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.as-appt-tag.service{background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary)}.as-appt-tag.product{background:#ede9fe;color:#7c3aed}.as-installment-status{display:flex;flex-direction:column;gap:3px;align-items:flex-end;min-width:60px}.as-installment-bar{width:60px;height:5px;background:#e5e7eb;border-radius:3px;overflow:hidden}.as-installment-fill{height:100%;background:var(--color-primary);border-radius:3px;transition:width .5s ease}.as-installment-label{font-size:.5rem;font-weight:700;color:var(--color-text-muted)}.as-session-status{flex-direction:column;align-items:flex-end}.as-session-dots,.as-session-status{display:flex;gap:3px}.as-dot{width:8px;height:8px;border-radius:50%;background:#e5e7eb}.as-dot.done{background:var(--color-primary)}.as-session-label{font-size:.5rem;font-weight:700;color:var(--color-text-muted)}.as-setup-video-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:28px}.as-setup-video{width:100%;height:100%;object-fit:cover}.as-staff-avatar{width:32px;height:32px;min-width:32px;background:rgba(var(--color-primary-rgb),.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;color:var(--color-primary)}.as-staff-stats{display:flex;flex-direction:column;align-items:flex-end;gap:1px;flex-shrink:0}.as-staff-revenue{font-size:.65rem;font-weight:800;color:var(--color-primary)}.as-staff-rating{font-size:.55rem;font-weight:600;color:#f59e0b}.as-phone-bottomnav{display:flex;justify-content:space-around;padding:.65rem 1rem;border-top:1px solid #f0f0f0;margin-top:auto}.as-bnav-item{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.as-bnav-item svg{width:18px;height:18px;color:#c4c4c4}.as-bnav-item.active svg{color:var(--color-primary)}.as-store-cta{margin-top:3.5rem}.as-store-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:2.5rem 3rem;background:linear-gradient(145deg,#002a1a,#003d2b 50%,#002a1a);border-radius:20px;position:relative;overflow:hidden}.as-store-cta-inner:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.04) 0,transparent 70%);pointer-events:none}.as-store-content{display:flex;align-items:center;gap:1.25rem;flex:1;min-width:0}.as-store-icon{width:56px;height:56px;min-width:56px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:14px;display:flex;align-items:center;justify-content:center;color:white}.as-store-title{font-family:var(--font-serif);font-size:1.35rem;font-weight:400;color:white;margin:0 0 .3rem;line-height:1.2}.as-store-text{font-size:.88rem;color:rgba(255,255,255,.6);margin:0;line-height:1.5;max-width:420px}.as-store-badges{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.as-store-badge{display:block;transition:opacity .2s ease,transform .2s ease}.as-store-badge:hover{opacity:.85;transform:scale(1.04)}.as-store-badge img{height:50px;width:auto;max-width:100%;display:block}.as-store-badges{flex-wrap:wrap;justify-content:center}@media (min-width:768px){.as-store-badge img{height:70px}}@media (max-width:768px){.as-store-cta-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.as-store-cta{margin-left:-32px;margin-right:-32px;margin-top:2.5rem}.as-store-cta-inner{border-radius:0;padding:2.5rem 1.5rem;gap:1.5rem}.as-store-content{flex-direction:column;gap:1rem}.as-store-text{max-width:none}.as-store-text-extra{display:none}}@media (max-width:1023px){.as-phone{width:160px}.as-phone-screen{min-height:300px}}@media (max-width:768px){.as-subtitle{display:none}.as-header{margin-bottom:1.5rem}.as-layout{grid-template-columns:1fr auto;gap:.75rem;align-items:center;max-width:100%;padding:0 .75rem}.as-layout,.as-mockup{justify-content:center}.as-mockup{order:2;display:flex}.as-feature-list{flex-direction:column;flex-wrap:nowrap;gap:.5rem;max-width:none;order:1}.as-feature-row{padding:.4rem .5rem;gap:.4rem;width:auto;box-sizing:border-box}.as-feature-icon{width:28px;height:28px;min-width:28px;border-radius:6px}.as-feature-icon svg{width:14px;height:14px}.as-feature-title{font-size:.8rem}.as-feature-arrow,.as-feature-benefit{display:none}.as-feature-row.active{border-left:2px solid var(--color-primary)}.as-phone{width:170px;border-radius:24px;padding:5px}.as-phone-notch{width:70px;height:16px;border-radius:0 0 12px 12px}.as-phone-screen{min-height:320px}.as-phone-screen,.as-phone-video{border-radius:20px}.as-phone-statusbar{padding:.35rem .75rem .15rem}.as-phone-time{font-size:.6rem}.as-phone-bottomnav{padding:.4rem .5rem}.as-bnav-label{font-size:.55rem}.as-bnav-item svg{width:16px;height:16px}.as-bnav-add{width:30px;height:30px}.as-bnav-add svg{width:14px;height:14px}}