:root{--teal: #0f766e;--teal-dark: #115e59;--teal-soft: #f0fdfa;--teal-soft-border: #ccfbf1;--ink: #0f172a;--slate: #334155;--muted: #64748b;--faint: #94a3b8;--border: #e2e8f0;--border-light: #f1f5f9;--bg: #f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}.page,.public-page{min-height:100vh;padding:24px;display:grid;gap:16px;max-width:980px;margin:0 auto}.card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 8px 24px #0f172a0f}.hero{background:linear-gradient(120deg,var(--teal-soft) 0%,#ffffff 100%);border-color:var(--teal-soft-border)}.booking-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.booking-hero-top h1{margin-bottom:8px}h1,h2,h3{margin-top:0}ul{margin:0;padding-left:20px}.meta{color:#64748b}.service-list{display:grid;gap:10px}.service-chip{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc;display:flex;justify-content:space-between;text-align:left;cursor:pointer}.service-chip span{color:#334155}.service-chip.selected{border-color:#0f766e;background:#f0fdfa}.service-chip.disabled,.service-chip:disabled{opacity:.45;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0}.input-row{display:flex;flex-direction:column;gap:6px;width:fit-content}.input-row input{border-radius:8px;border:1px solid #cbd5e1;padding:8px;font-size:15px}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;margin-top:14px}.slot{border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:10px;text-align:center;font-weight:600;color:#0f172a}.slot-btn{cursor:pointer;font-family:inherit;font-size:14px;transition:background .15s,border-color .15s,color .15s}.slot-btn:hover{background:#0f766e;border-color:#0f766e;color:#fff}.slot-btn:active{background:#0d6561}.booking-back{background:none;border:none;color:#0f766e;font-size:14px;font-weight:600;cursor:pointer;padding:0 0 12px;font-family:inherit}.booking-summary{background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px;padding:12px 16px;margin-bottom:20px}.booking-summary-row{display:flex;justify-content:space-between;padding:4px 0;font-size:14px;color:#334155}.booking-form{display:flex;flex-direction:column;gap:10px}.booking-label{font-size:13px;font-weight:600;color:#334155}.booking-input{border:1px solid #cbd5e1;border-radius:10px;padding:12px 14px;font-size:16px;font-family:inherit;outline:none;width:100%;box-sizing:border-box}.booking-input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e26}.otp-input{text-align:center;letter-spacing:.3em;font-size:24px;font-weight:700}.booking-error{color:#dc2626;font-size:13px;margin:0}.public-btn{background:#0f766e;color:#fff;border:none;border-radius:10px;padding:14px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.public-btn:hover:not(:disabled){background:#0d6561}.public-btn:disabled{opacity:.6;cursor:not-allowed}.waitlist-btn{background:#854d0e;margin-top:12px}.waitlist-btn:hover:not(:disabled){background:#713f12}.waitlist-prompt{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.link-btn{background:none;border:none;padding:0;color:#0f766e;font:inherit;text-decoration:underline;cursor:pointer}.link-btn:hover{color:#115e59}.booking-success{text-align:center;padding:32px 24px}.booking-success-icon{font-size:48px;color:#0f766e;margin-bottom:12px}.booking-success-detail{font-size:16px;color:#334155;margin:12px 0 6px;line-height:1.6}.debug-otp{background:#fef9c3;border:1px solid #fde047;border-radius:8px;padding:8px 12px;font-size:13px;color:#713f12;margin:0}.barcode-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.barcode-card{border:1px solid #e2e8f0;border-radius:14px;padding:12px;text-decoration:none;color:inherit;background:#f8fafc;display:grid;justify-items:center;gap:8px}.barcode-card img{width:160px;height:160px;border-radius:8px;border:1px solid #e2e8f0}@media (max-width: 700px){.page,.public-page,.card{padding:14px}.service-chip{display:grid;gap:4px}}.admin-shell{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc;color:#0f172a}.admin-header{background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--ink);padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border)}.admin-brand{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.02em}.admin-brand-logo{width:24px;height:24px;display:block}.admin-header-right{display:flex;align-items:center;gap:12px}.live-dot{font-size:12px;color:var(--faint);font-weight:600}.live-dot.connected{color:#059669}.admin-body{display:flex;flex:1}.admin-sidebar{width:210px;min-height:calc(100vh - 56px);background:#fff;border-right:1px solid var(--border);padding:16px 10px;display:flex;flex-direction:column;gap:4px;position:sticky;top:56px;height:calc(100vh - 56px);overflow-y:auto;flex-shrink:0}.nav-item{display:block;width:100%;text-align:left;padding:10px 14px;border-radius:10px;border:none;background:transparent;color:var(--muted);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.nav-item:hover{background:var(--border-light);color:var(--ink)}.nav-item.active{background:var(--teal-soft);color:var(--teal-dark);box-shadow:inset 0 0 0 1px var(--teal-soft-border);font-weight:700}.admin-content{flex:1;padding:24px;max-width:860px}.admin-loading{color:#64748b;padding:32px 0;font-size:15px}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;font-weight:500}.alert-error{background:#fef2f2;color:#b00020;border:1px solid #fecaca}.alert-info{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.section{display:flex;flex-direction:column;gap:16px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.section-title{font-size:20px;font-weight:700;color:#0f172a;margin:0}.section-desc{color:#64748b;font-size:14px;margin:0}.empty-state{color:#94a3b8;font-size:14px;padding:24px;text-align:center;background:#f8fafc;border-radius:10px;border:1px dashed #e2e8f0;margin:0}.apt-filters{display:flex;gap:10px;flex-wrap:wrap}.filter-date,.filter-select{font-size:13px;padding:6px 10px;min-width:130px}.apt-list{display:flex;flex-direction:column;gap:8px}.apt-card{display:flex;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;align-items:flex-start}.apt-card.apt-overdue{border-color:#f59e0b;background:#fffbeb}.apt-time-col{font-size:15px;font-weight:700;color:#0f766e;min-width:48px;padding-top:2px}.apt-date-label{display:block;font-size:11px;font-weight:600;color:#92400e}.walkin-form{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px 18px;margin-bottom:16px}.walkin-title{margin:0 0 4px;font-size:16px}.walkin-hint{margin:0 0 14px;font-size:13px;color:var(--lp-muted)}.walkin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.walkin-service-list{display:grid;gap:6px;max-height:180px;overflow-y:auto}.walkin-service-item{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.walkin-datetime-row{display:flex;gap:8px}.walkin-datetime-row .form-input{flex:1;min-width:0}.walkin-slots{margin-top:10px}.walkin-slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:6px;margin-top:6px;max-height:150px;overflow-y:auto}.walkin-slot{padding:7px 4px;font-size:13px}.walkin-slot-active{background:#0f766e;border-color:#0f766e;color:#fff}.walkin-conflict{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fef3c7;border:1px solid #f59e0b;color:#92400e;border-radius:10px;padding:10px 14px;margin-top:12px;font-size:14px;font-weight:600}.walkin-actions{display:flex;gap:10px;margin-top:14px}@media (max-width: 860px){.walkin-grid{grid-template-columns:1fr}}.overdue-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fef3c7;border:1px solid #f59e0b;color:#92400e;border-radius:10px;padding:10px 14px;margin-bottom:14px;font-size:14px;font-weight:600}.overdue-banner.active{background:#fde68a}.apt-detail{flex:1;display:flex;flex-direction:column;gap:4px}.apt-top-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.apt-service-name{font-size:15px;font-weight:700;color:#0f172a}.apt-customer-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--slate);font-weight:600}.apt-phone{color:var(--teal);font-weight:600;text-decoration:none}.apt-phone:hover{text-decoration:underline}.apt-meta-row{font-size:13px;color:#64748b}.apt-action-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.status-badge{display:inline-block;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap}.status-requested{background:#dbeafe;color:#1e40af}.status-confirmed{background:#d1fae5;color:#065f46}.status-completed{background:#dcfce7;color:#166534}.status-canceled{background:#fee2e2;color:#b91c1c}.status-no_show{background:#fef3c7;color:#92400e}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#f1f5f9;color:#64748b}.data-list{display:flex;flex-direction:column;gap:8px}.data-row{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:4px}.data-row-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.data-row-name{font-size:15px;font-weight:700;color:#0f172a}.data-row-meta{font-size:13px;color:#64748b}.data-row-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px;align-items:center}.staff-service-edit{margin-top:8px;padding:12px;background:#f1f5f9;border-radius:8px}.staff-service-checkbox{display:flex;align-items:center;gap:8px;font-size:14px;padding:4px 0;cursor:pointer}.staff-service-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.confirm-text{font-size:13px;color:#b91c1c;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s,opacity .15s;text-decoration:none;white-space:nowrap;font-family:inherit}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:#0f766e;color:#fff;border-color:#0f766e;padding:10px 18px;font-size:14px}.btn-primary:hover:not(:disabled){background:#0d6561}.btn-teal{background:#e6f7f6;color:#0f766e;border-color:#0f766e;padding:6px 12px;font-size:13px}.btn-ghost{background:transparent;color:#334155;border-color:#cbd5e1;padding:6px 12px;font-size:13px}.btn-ghost:hover:not(:disabled){background:#f1f5f9}.btn-danger{background:#fef2f2;color:#b91c1c;border-color:#fca5a5;padding:6px 12px;font-size:13px}.btn-danger:hover:not(:disabled){background:#fee2e2}.btn-sm{padding:6px 14px;font-size:13px}.btn-xs{padding:4px 10px;font-size:12px;border-radius:6px}.add-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.add-form-title{font-size:12px;font-weight:700;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.06em}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.form-group{display:flex;flex-direction:column;gap:4px}.form-group.span-2{grid-column:span 2}.form-label{font-size:12px;font-weight:600;color:#64748b}.form-input{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:14px;color:#0f172a;background:#fff;width:100%;box-sizing:border-box;font-family:inherit}.form-input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 2px #0f766e26}.form-hint{font-size:13px;color:#64748b;margin:0}.form-row-inline{display:flex;gap:10px;align-items:stretch}.form-row-inline .form-input{flex:1}.qr-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:340px}.qr-image{border-radius:12px;border:1px solid #e2e8f0;display:block}.qr-url{font-size:12px;color:#64748b;word-break:break-all;text-align:center;background:#f1f5f9;padding:8px 12px;border-radius:8px;width:100%;box-sizing:border-box}.qr-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.login-page{min-height:100vh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;position:relative}.login-page-lang{position:absolute;top:20px;right:20px}.login-page-home{position:absolute;top:20px;left:20px;display:inline-flex;align-items:center;gap:6px;color:var(--ink, #0f172a);font-weight:700;font-size:16px;text-decoration:none;background:#fff;border:1px solid var(--border);border-radius:999px;padding:9px 18px;box-shadow:0 2px 8px #0f172a0f}.login-page-home:hover{color:var(--teal);border-color:var(--teal)}.admin-brand a{display:flex}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px 36px;width:100%;max-width:400px;box-shadow:0 8px 32px #0f172a1a;display:flex;flex-direction:column;align-items:center}.login-brand{display:flex;align-items:center;gap:8px;font-size:26px;font-weight:800;color:var(--ink);letter-spacing:-.02em;margin-bottom:4px}.login-brand-mark{width:34px;height:34px;display:block}.login-subtitle{font-size:14px;color:var(--muted);font-weight:600;margin:0 0 28px}.login-form{width:100%;display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:6px}.login-label{font-size:13px;font-weight:600;color:#334155}.login-input{border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px;font-size:15px;color:#0f172a;background:#f8fafc;width:100%;box-sizing:border-box;font-family:inherit}.login-input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e26;background:#fff}.login-error{font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin:0}.login-hint{font-size:12px;color:#64748b;margin:6px 0 0}.login-hint code{background:#f1f5f9;padding:1px 4px;border-radius:4px}.slug-status{font-size:13px;margin:6px 0 0}.slug-ok{color:#15803d}.slug-taken{color:#b91c1c}.slug-suggestion{background:#ecfdf5;border:1px solid #6ee7b7;color:#065f46;border-radius:6px;padding:2px 8px;margin:0 4px 4px 0;cursor:pointer;font-size:12px}.slug-suggestion:hover{background:#d1fae5}.login-mode-toggle{display:flex;gap:0;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;margin-bottom:20px}.login-mode-btn{flex:1;padding:9px;border:none;background:#f8fafc;color:#334155;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.login-mode-btn.active{background:#0f766e;color:#fff;font-weight:700}.login-mode-btn:hover:not(.active){background:#e2e8f0}.login-submit{background:#0f766e;color:#fff;border:none;border-radius:10px;padding:12px;font-size:15px;font-weight:700;cursor:pointer;margin-top:4px;transition:background .15s;font-family:inherit}.login-submit:hover:not(:disabled){background:#0d6561}.login-submit:disabled{opacity:.6;cursor:not-allowed}.lang-switcher{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:#fff}.lang-btn{border:none;background:transparent;padding:5px 12px;font-size:12px;font-weight:700;color:var(--muted);cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.lang-btn:hover:not(.active){background:var(--border-light);color:var(--ink)}.lang-btn.active{background:var(--teal);color:#fff}.analytics-cards{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.analytics-card{background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px;padding:16px 20px;min-width:120px;flex:1}.analytics-card-value{font-size:22px;font-weight:800;color:#0f766e;line-height:1.1}.analytics-card-label{font-size:12px;color:#64748b;margin-top:4px}.analytics-section{margin-bottom:24px}.analytics-section-title{font-size:14px;font-weight:700;color:#334155;margin:0 0 10px;text-transform:uppercase;letter-spacing:.05em}.analytics-bar-list{display:flex;flex-direction:column;gap:8px}.analytics-bar-row{display:flex;align-items:center;gap:10px}.analytics-bar-label{font-size:13px;color:#334155;width:72px;flex-shrink:0;text-transform:capitalize}.analytics-bar-track{flex:1;height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.analytics-bar-fill{height:100%;border-radius:5px;transition:width .3s ease}.analytics-bar-teal,.status-fill-completed{background:#0f766e}.status-fill-confirmed{background:#3b82f6}.status-fill-requested{background:#f59e0b}.status-fill-canceled{background:#ef4444}.status-fill-no_show{background:#94a3b8}.analytics-bar-count{font-size:13px;font-weight:600;color:#334155;width:30px;text-align:right;flex-shrink:0}.analytics-count-badge{font-size:12px;font-weight:600;background:#f0fdfa;color:#0f766e;border:1px solid #99f6e4;border-radius:12px;padding:2px 8px}@media (max-width: 700px){.admin-body{flex-direction:column}.admin-sidebar{width:100%;min-height:auto;height:auto;position:static;flex-direction:row;overflow-x:auto;padding:8px 12px;gap:6px}.nav-item{white-space:nowrap;flex-shrink:0;padding:8px 14px}.admin-content{padding:14px}.form-grid{grid-template-columns:1fr}.form-group.span-2{grid-column:span 1}.section-header{flex-direction:column;align-items:flex-start}.apt-filters{width:100%}.filter-date,.filter-select{flex:1}.login-card{padding:28px 20px}}.manage-link{margin-top:10px;background:none;border:none;color:#0f766e;font-weight:600;font-size:14px;cursor:pointer;padding:0}.manage-link:hover{text-decoration:underline}.danger-link{display:block;color:#b91c1c;font-size:13px}.danger-zone{border-color:#fca5a5;background:#fef2f2}.danger-title{color:#b91c1c}.public-btn.danger-btn{background:#fff;color:#b91c1c;border:1px solid #fca5a5;font-size:14px;padding:10px 16px;margin-top:10px}.public-btn.danger-btn:hover:not(:disabled){background:#fee2e2}.phone-row{display:flex;gap:8px}.phone-row .phone-dial{flex:0 0 auto;width:auto;max-width:46%}.phone-row input{flex:1;min-width:0}.phone-hint{font-size:12px;color:var(--muted);margin:6px 0 0}.legal-page{max-width:780px;margin:0 auto;padding:24px 20px 64px}.legal-top{display:flex;align-items:center;justify-content:space-between;padding:8px 0 24px}.legal-body h1{font-size:28px;letter-spacing:-.02em;margin-bottom:4px}.legal-date{color:var(--muted);font-size:13px;margin-top:0}.legal-body h2{font-size:18px;margin:28px 0 8px}.legal-body p,.legal-body li{color:var(--slate);font-size:15px;line-height:1.7}.legal-body ul{padding-left:20px;margin:8px 0}.legal-body a{color:var(--teal);font-weight:600}.legal-consent{font-size:12px;color:var(--muted);margin:10px 0 0;text-align:center}.legal-consent a,.legal-footer a{color:var(--teal);font-weight:600;text-decoration:none}.legal-consent a:hover,.legal-footer a:hover{text-decoration:underline}.legal-footer{text-align:center;font-size:13px;margin:4px 0 0}.feedback-textarea{resize:vertical;min-height:110px;max-width:560px;font-family:inherit}.feedback-mail{color:var(--teal);font-weight:600}.feedback-ok{color:#059669;font-size:13px;margin:6px 0 0}.danger-link:disabled{opacity:.6;cursor:not-allowed}.appt-list{display:flex;flex-direction:column;gap:12px;margin-top:8px}.appt-item{border:1px solid #e2e8f0;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:6px}.appt-item-main{display:flex;align-items:center;justify-content:space-between;gap:10px}.svc-edit-grid{margin:8px 0}.hours-hint{color:#64748b;font-size:14px;margin:0 0 8px}.hours-editor{display:flex;flex-direction:column;gap:10px}.hours-day{border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;background:#fff}.hours-day.is-closed{background:#f8fafc}.hours-day-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hours-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.hours-toggle input{width:18px;height:18px;accent-color:#0f766e}.hours-day-name{font-weight:600;color:#0f172a;min-width:96px}.hours-times,.hours-break-row{display:flex;align-items:center;gap:8px}.hours-times input[type=time],.hours-break-row input[type=time]{padding:6px 8px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}.hours-dash{color:#94a3b8}.hours-closed-label{color:#94a3b8;font-size:14px;font-style:italic}.hours-breaks{margin-top:12px;padding-top:12px;border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.hours-break-label{font-size:13px;color:#64748b;min-width:40px}.hours-add-break{align-self:flex-start}.hours-actions{margin-top:16px}.landing{--lp-teal: #0f766e;--lp-teal-dark: #115e59;--lp-ink: #0f172a;--lp-muted: #64748b;--lp-bg: #ffffff;--lp-soft: #f0fdfa;--lp-display: "Fraunces", Georgia, "Times New Roman", serif;color:var(--lp-ink);background:var(--lp-bg);font-family:inherit}.landing a{text-decoration:none;color:inherit}.lp-stripe{height:6px;background:repeating-linear-gradient(-55deg,var(--lp-teal) 0 12px,#ffffff 12px 20px,var(--lp-teal-dark) 20px 32px,#ffffff 32px 40px)}.lp-nav{position:sticky;top:0;z-index:20;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0}.lp-nav-inner{max-width:1120px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.lp-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:31px}.lp-brand-mark{width:44px;height:44px;display:block}.lp-brand-name{font-family:var(--lp-display);font-weight:600;letter-spacing:-.01em}.lp-nav-links{display:flex;align-items:center;gap:22px}.lp-nav-links a{color:var(--lp-muted);font-weight:600;font-size:15px}.lp-nav-links a:hover{color:var(--lp-ink)}.lp-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;font-weight:700;font-size:15px;padding:10px 18px;cursor:pointer;transition:transform .05s ease,background .15s ease,box-shadow .15s ease}.lp-btn:active{transform:translateY(1px)}.lp-btn-primary{background:var(--lp-teal);color:#fff;box-shadow:0 6px 16px #0f766e40}.lp-btn-primary:hover{background:var(--lp-teal-dark)}.lp-btn-ghost{background:transparent;color:var(--lp-ink)}.lp-btn-ghost:hover{background:#f1f5f9}.lp-btn-outline{background:#fff;color:var(--lp-teal);border:1.5px solid var(--lp-teal)}.lp-btn-outline:hover{background:var(--lp-soft)}.lp-btn-lg{padding:14px 26px;font-size:16px;border-radius:12px}.lp-hero{max-width:1120px;margin:0 auto;padding:36px 24px 8px;display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:center}.lp-eyebrow{display:inline-block;background:var(--lp-soft);color:var(--lp-teal-dark);font-weight:700;font-size:13px;padding:6px 12px;border-radius:999px;margin-bottom:18px}.lp-hero-text h1{font-family:var(--lp-display);font-size:52px;line-height:1.06;letter-spacing:-.015em;margin:0 0 18px;font-weight:600}.lp-accent{color:var(--lp-teal);font-style:italic}.lp-sub{font-size:18px;line-height:1.6;color:var(--lp-muted);margin:0 0 28px;max-width:520px}.lp-hero-cta{display:flex;gap:14px;flex-wrap:wrap}.lp-reassure{margin-top:16px;font-size:14px;color:var(--lp-muted)}@keyframes lp-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.lp-hero-text>*{animation:lp-rise .55s ease both}.lp-hero-text>*:nth-child(2){animation-delay:.07s}.lp-hero-text>*:nth-child(3){animation-delay:.14s}.lp-hero-text>*:nth-child(4){animation-delay:.21s}.lp-hero-text>*:nth-child(5){animation-delay:.28s}.lp-phone{animation:lp-rise .65s .2s ease both}.lp-app-badge{animation:lp-rise .5s .5s ease both}@media (prefers-reduced-motion: reduce){.landing *,.landing *:before,.landing *:after{animation:none!important}}.lp-hero-visual{position:relative;display:flex;justify-content:center}.lp-phone{width:260px;background:#0f172a;border-radius:34px;padding:12px;box-shadow:0 30px 60px #0f172a40;position:relative}.lp-phone-notch{width:110px;height:22px;background:#0f172a;border-radius:0 0 14px 14px;position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:2}.lp-phone-screen{background:#fff;border-radius:24px;padding:26px 18px 18px}.lp-mock-title{font-weight:800;font-size:18px}.lp-mock-meta{font-size:12px;color:var(--lp-muted);margin-bottom:14px}.lp-mock-chip-row{display:flex;gap:8px;margin-bottom:14px}.lp-mock-chip{font-size:12px;font-weight:600;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#475569}.lp-mock-chip-on{background:var(--lp-teal);color:#fff}.lp-mock-slots{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}.lp-mock-slot{text-align:center;font-size:13px;font-weight:600;padding:9px 0;border-radius:8px;border:1px solid #e2e8f0;color:#334155}.lp-mock-slot-on{background:var(--lp-soft);border-color:var(--lp-teal);color:var(--lp-teal-dark)}.lp-mock-btn{text-align:center;background:var(--lp-teal);color:#fff;font-weight:700;padding:12px;border-radius:10px}.lp-app-badge{position:absolute;bottom:6px;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 12px 30px #0f172a26;padding:14px 16px;width:180px}.lp-app-badge-title{font-size:13px;font-weight:800;color:var(--lp-ink)}.lp-app-badge-sub{font-size:11px;color:var(--lp-muted);margin:2px 0 10px}.lp-app-badge-stores{display:flex;gap:6px;flex-wrap:wrap}.lp-store-pill{font-size:11px;font-weight:700;padding:5px 9px;border-radius:999px;border:1px solid #e2e8f0;color:#475569;background:#f8fafc}a.lp-store-pill{color:var(--lp-teal-dark);border-color:var(--lp-teal);background:var(--lp-soft)}a.lp-store-pill:hover{background:#fff}.lp-app-badge-soon{display:inline-block;margin-top:9px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-teal-dark);background:var(--lp-soft);padding:3px 8px;border-radius:999px}#features.lp-section{padding-top:0}.lp-salon-photo{display:block;width:100%;aspect-ratio:21 / 9;object-fit:cover;border-radius:20px;margin:0 0 44px;box-shadow:0 24px 50px #0f172a24}.lp-video-frame{max-width:760px;margin:0 auto;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;box-shadow:0 24px 50px #0f172a24}.lp-video-frame iframe{display:block;width:100%;height:100%;border:0}.lp-section{max-width:1120px;margin:0 auto;padding:64px 24px}.lp-section-title{font-family:var(--lp-display);font-size:36px;font-weight:600;letter-spacing:-.01em;text-align:center;margin:0 0 10px}.lp-section-sub{text-align:center;color:var(--lp-muted);font-size:17px;margin:0 auto 40px;max-width:560px}.lp-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.lp-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:26px;transition:box-shadow .15s ease,transform .15s ease}.lp-feature-card:hover{box-shadow:0 14px 30px #0f172a14;transform:translateY(-2px)}.lp-feature-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:var(--lp-soft);border:1px solid #ccfbf1;color:var(--lp-teal);margin-bottom:14px}.lp-feature-icon svg{width:24px;height:24px}.lp-feature-card h3{font-size:18px;margin:0 0 8px;font-weight:700}.lp-feature-card p{color:var(--lp-muted);font-size:15px;line-height:1.6;margin:0}.lp-how{background:var(--lp-soft);max-width:none}.lp-how>.lp-section-title{max-width:1120px;margin-left:auto;margin-right:auto}.lp-steps{max-width:1120px;margin:36px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-step{text-align:center;padding:0 12px}.lp-step-num{width:48px;height:48px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:var(--lp-teal);color:#fff;border-radius:50%;font-family:var(--lp-display);font-style:italic;font-weight:600;font-size:22px}.lp-step h3{font-size:19px;margin:0 0 8px}.lp-step p{color:var(--lp-muted);font-size:15px;line-height:1.6;margin:0}.lp-cta-band{background:var(--lp-teal);color:#fff;text-align:center;padding:64px 24px}.lp-cta-band h2{font-family:var(--lp-display);font-size:34px;font-weight:600;margin:0 0 10px;letter-spacing:-.01em}.lp-cta-band p{font-size:17px;opacity:.9;margin:0 0 26px}.lp-cta-band .lp-btn-primary{background:#fff;color:var(--lp-teal-dark);box-shadow:none}.lp-cta-band .lp-btn-primary:hover{background:#ecfeff}.lp-footer{border-top:1px solid #e2e8f0}.lp-footer-inner{max-width:1120px;margin:0 auto;padding:28px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.lp-footer-links{display:flex;gap:20px;align-items:center}.lp-footer-links a,.lp-footer-linkbtn{color:var(--lp-muted);font-weight:600;font-size:14px;background:none;border:none;cursor:pointer}.lp-footer-links a:hover,.lp-footer-linkbtn:hover{color:var(--lp-ink)}.lp-footer-copy{color:var(--lp-muted);font-size:14px}.lp-pricing-card{max-width:420px;margin:0 auto;background:#fff;border:1.5px solid var(--lp-teal);border-radius:20px;padding:0 0 32px;text-align:center;box-shadow:0 14px 30px #0f172a14;overflow:hidden}.lp-pricing-card>.lp-stripe{margin-bottom:28px}.lp-pricing-body{padding:0 28px}.lp-pricing-badge{display:inline-block;background:var(--lp-soft);color:var(--lp-teal-dark);font-weight:800;font-size:12px;letter-spacing:.08em;padding:6px 12px;border-radius:999px}.lp-pricing-price{font-family:var(--lp-display);font-size:46px;font-weight:600;letter-spacing:-.01em;margin:14px 0 4px}.lp-pricing-note{color:var(--lp-muted);font-size:14px;margin:0 0 18px}.lp-pricing-list{list-style:none;padding:0;margin:0 0 22px;text-align:left;display:grid;gap:8px;color:var(--lp-ink);font-size:15px}.lp-faq-list{max-width:760px;margin:0 auto;display:grid;gap:10px}.lp-faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:4px 18px}.lp-faq-item summary{cursor:pointer;font-weight:700;font-size:15px;padding:12px 0;color:var(--lp-ink);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"+";flex:none;font-family:var(--lp-display);font-size:22px;line-height:1;color:var(--lp-teal);transition:transform .2s ease}.lp-faq-item[open] summary:after{transform:rotate(45deg)}.lp-faq-item p{color:var(--lp-muted);font-size:15px;line-height:1.65;margin:0 0 14px}.lp-faq-item a{color:var(--teal);font-weight:600}@media (max-width: 860px){.lp-hero{grid-template-columns:1fr;padding-top:32px}.lp-hero-visual{margin-top:12px}.lp-hero-text h1{font-size:36px}.lp-feature-grid,.lp-steps{grid-template-columns:1fr}.lp-nav-links a{display:none}}
