:root{--blue:#1291e6;--blue-dark:#0d6fb8;--grad-start:#7b5cff;--grad-end:#2f8bff;--navy:#16233f;--text:#23324a;--muted:#8a93a3;--border:#e6e9ef;--page-bg:#f5f7fa;--white:#ffffff;--danger-bg:#fdecec;--danger-text:#c0392b;--success-bg:#e8f6ec;--success-text:#1f8a4c;--font:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}@media (min-width:901px){body.landing-pro .pro-product::after,body.landing-pro .pro-product::before{content:none!important;display:none!important}}*{box-sizing:border-box}html{min-height:100%;overflow-x:hidden}body{margin:0;min-height:100%;background:var(--page-bg);color:var(--text);font-family:var(--font);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit}.wrap{max-width:900px;margin:0 auto;padding:0 32px}.topbar{background:var(--white);border-bottom:1px solid var(--border)}.topbar-inner{max-width:1200px;margin:0 auto;padding:10px 32px;display:flex;align-items:center;justify-content:space-between;gap:10px}.brand{display:flex;align-items:center;gap:10px;min-width:0;font-size:17px;font-weight:700;color:var(--navy);text-decoration:none;animation:brandTextPulse 4.8s ease-in-out infinite}.brand .mark{position:relative;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;box-shadow:0 0 0 rgba(18,145,230,0);animation:brandMarkGlow 4.8s ease-in-out infinite}.brand .mark::after{content:"";position:absolute;inset:-45%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.72) 50%,transparent 65%);transform:translateX(-130%) rotate(12deg);animation:brandShine 4.8s ease-in-out infinite;pointer-events:none}.brand .mark svg{width:18px;height:18px}.brand .mark img{width:100%;height:100%;border-radius:inherit;object-fit:cover}@keyframes brandShine{0%,100%,58%{transform:translateX(-130%) rotate(12deg)}70%{transform:translateX(130%) rotate(12deg)}}@keyframes brandMarkGlow{0%,100%,58%{box-shadow:0 0 0 rgba(18,145,230,0)}68%{box-shadow:0 0 22px rgba(18,145,230,.32)}}@keyframes brandTextPulse{0%,100%,58%{color:var(--navy)}68%{color:var(--blue-dark)}}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:7px;min-width:0}.pill-btn{display:inline-flex;align-items:center;gap:6px;background:var(--blue);color:#fff;border:none;min-height:30px;padding:0 10px;border-radius:999px;font-family:inherit;font-size:11.5px;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap}.pill-btn .info-dot{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:10px}.login-link{display:inline-flex;align-items:center;gap:6px;min-height:30px;color:var(--blue);font-size:12px;font-weight:500;text-decoration:none;white-space:nowrap}body.admin-page .topbar-actions{flex-wrap:nowrap;gap:9px}body.admin-page .topbar-actions .pill-btn{min-height:30px;padding:0 10px;font-size:11.5px}body.admin-page .topbar-actions .login-link{min-height:30px;font-size:12px}.settings-back-btn{flex:0 0 auto;min-height:30px;padding:0 10px;border-radius:999px;font-size:11.5px}.page-loading-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:rgba(245,247,250,.74);backdrop-filter:blur(7px);opacity:0;pointer-events:none;transition:opacity .18s ease}.page-loading-overlay.show{opacity:1}.page-loading-card{position:relative;display:grid;place-items:center;gap:12px;min-width:240px;padding:22px 26px 20px;border:1px solid rgba(230,233,239,.92);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 24px 70px rgba(22,35,63,.15);transform:translateY(8px) scale(.98);transition:transform .18s ease}.page-loading-overlay.show .page-loading-card{transform:translateY(0) scale(1)}.page-loading-ring{width:38px;height:38px;border-radius:50%;border:3px solid rgba(18,145,230,.14);border-top-color:var(--blue);animation:loadingSpin .8s linear infinite}.page-loading-card #page-loading-text{color:var(--navy);font-size:15px;font-weight:800}.page-loading-bar{position:relative;width:150px;height:3px;overflow:hidden;border-radius:999px;background:#e8edf5}.page-loading-bar::after{content:"";position:absolute;inset:0;width:45%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),#7b5cff);animation:loadingBar 1s ease-in-out infinite}@keyframes loadingSpin{to{transform:rotate(360deg)}}@keyframes loadingBar{0%{transform:translateX(-110%)}100%{transform:translateX(240%)}}.stepper-bar{background:var(--white);border-bottom:1px solid var(--border)}.stepper{max-width:1200px;margin:0 auto;padding:22px 32px 18px;display:flex;align-items:flex-start}.step{display:flex;flex-direction:column;align-items:center;position:relative;min-width:90px}.step .circle{width:30px;height:30px;border-radius:50%;background:#eef0f4;color:var(--muted);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:background .15s,color .15s;z-index:1}.step .label{margin-top:8px;font-size:12px;color:var(--muted);font-weight:500;white-space:nowrap}.step.active .circle{background:var(--blue);color:#fff}.step.active .label{color:var(--navy);font-weight:600}.step.done .circle{background:var(--blue);color:#fff}.step-line{flex:1;height:1px;background:var(--border);margin-top:15px;min-width:40px}.step-line.done{background:var(--blue)}.step-panel{display:none}.step-panel.active{display:block}.content-area{padding:40px 0 80px}.content-area h2{font-size:20px;font-weight:700;color:var(--navy);margin:0 0 20px}.list-cards{display:flex;flex-direction:column;gap:14px}.list-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:18px 22px;cursor:pointer;transition:border-color .12s,box-shadow .12s;position:relative;touch-action:pan-y}.list-card:hover{border-color:#c9d3e0}.list-card.selected{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.list-card input{position:absolute;opacity:0;pointer-events:none}.list-card h3{margin:0 0 6px;font-size:15px;font-weight:600;color:var(--navy)}.list-card .meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;font-size:13px;color:var(--muted)}.list-card .meta svg{width:14px;height:14px;flex-shrink:0}.service-meta-item{display:inline-flex;align-items:center;gap:6px}.list-card .subtitle{font-size:13px;color:var(--muted);margin-top:2px}.list-card .check{position:absolute;top:18px;right:20px;width:20px;height:20px;border-radius:50%;border:2px solid #d5dae2;display:flex;align-items:center;justify-content:center}.list-card.selected .check{background:var(--blue);border-color:var(--blue)}.list-card.selected .check::after{content:"";width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translate(-1px,-1px)}.list-card-staff{display:flex;align-items:center;gap:16px;padding:14px 22px}.list-card-staff .avatar{width:52px;height:52px;border-radius:50%;background:#111;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.list-card-staff .avatar img{width:100%;height:100%;object-fit:cover}.list-card-staff h3{margin:0}.date-picker{margin-bottom:28px}.date-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:10px}.date-picker-month{font-size:15px;font-weight:700;color:var(--navy);text-transform:capitalize}.date-picker-controls{display:flex;align-items:center;gap:8px}.btn-calendar{position:relative;display:inline-flex;align-items:center;gap:7px;font-family:var(--font);font-size:13px;font-weight:600;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:8px;padding:8px 14px;cursor:pointer;transition:border-color .12s,color .12s}.btn-calendar svg{width:16px;height:16px;flex-shrink:0}.btn-calendar:hover{border-color:var(--blue);color:var(--blue)}.btn-calendar input[type=date]{position:absolute;inset:0;width:100%;height:100%;opacity:0;border:0;padding:0;margin:0;cursor:pointer}.date-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:var(--white);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;transition:border-color .12s,color .12s;flex-shrink:0}.date-nav-btn svg{width:16px;height:16px}.date-nav-btn:hover{border-color:var(--blue);color:var(--blue)}.date-nav-btn:disabled{opacity:.35;cursor:not-allowed}.date-strip{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.date-strip::-webkit-scrollbar{display:none}.admin-table-wrap,.landing-links,.lp-links,.table-scroll{overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}@media (max-width:768px){body,html{overscroll-behavior-y:auto}.content-area,.stepper-bar,.topbar,body,footer,main{overflow-anchor:auto}.landing-hero,.lp-hero{min-height:auto}}.day-card{scroll-snap-align:start;flex:0 0 64px;display:flex;flex-direction:column;align-items:center;gap:5px;padding:12px 6px 10px;background:var(--white);border:1px solid var(--border);border-radius:12px;cursor:pointer;font-family:var(--font);transition:border-color .12s,background .12s,color .12s}.day-card:hover:not(.day-card-disabled){border-color:var(--blue)}.day-name{font-size:11px;font-weight:700;letter-spacing:.02em;color:var(--muted);text-transform:uppercase}.day-card.weekend .day-name{color:#e0663f}.day-num{font-size:17px;font-weight:700;color:var(--navy)}.day-dot{width:5px;height:5px;border-radius:50%;background:var(--success-text)}.day-card.day-card-disabled{cursor:not-allowed;opacity:.55}.day-card.day-card-disabled .day-name{color:var(--muted)}.day-card.day-card-disabled .day-dot{background:0 0}.day-card.selected{background:var(--blue);border-color:var(--blue)}.day-card.selected .day-name,.day-card.selected .day-num{color:#fff}.day-card.selected .day-dot{background:#fff}.slots-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;padding:44px 20px;background:var(--page-bg);border-radius:12px;color:var(--muted)}.slots-placeholder svg{width:34px;height:34px;opacity:.8}.slots-placeholder p{margin:0;font-size:13.5px;font-weight:500}.field{margin-bottom:22px;max-width:320px}.field label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:8px}.field input[type=date],.field input[type=tel],.field input[type=text],.field select,.field textarea{width:100%;background:var(--white);border:1px solid var(--border);color:var(--text);padding:11px 14px;border-radius:8px;font-family:var(--font);font-size:14px}.field input:focus,.field textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,145,230,.12)}.field textarea{resize:vertical;min-height:70px;max-width:100%}.slots-label{display:none}.slots-grid{display:block;max-width:none}.slots-legend{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:14px}.legend-items{display:flex;align-items:center;gap:18px}.legend-item{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--muted)}.dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dot-available{background:var(--success-text)}.dot-taken{background:#d64545}.btn-toggle-taken{display:inline-flex;align-items:center;gap:7px;font-family:var(--font);font-size:13px;font-weight:600;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:8px;padding:6px 12px;cursor:pointer;transition:border-color .12s,color .12s}.btn-toggle-taken svg{width:14px;height:14px}.btn-toggle-taken:hover{border-color:var(--blue);color:var(--blue)}.slots-section{margin-bottom:22px}.slots-section-title{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:12px}.slots-section-title svg{width:15px;height:15px;color:var(--muted)}.slots-row-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (max-width:560px){.slots-row-grid{grid-template-columns:repeat(3,1fr)}}.slot-btn{position:relative;font-family:var(--font);font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;min-height:49px;padding:12px 34px;text-align:center;border:1px solid var(--border);background:var(--white);color:var(--navy);border-radius:9px;cursor:pointer;transition:all .12s}.slot-btn .dot{position:absolute;top:10px;right:11px;width:6px;height:6px}.slot-btn:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}.slot-btn.selected{background:var(--blue);border-color:var(--blue);color:#fff}.slot-btn.selected .dot{background:#fff}.slot-btn.taken,.slot-btn:disabled{opacity:.55;cursor:not-allowed;color:var(--muted);background:#f6f7f9}.slots-grid.hide-taken .slot-btn.taken{display:none}.slots-empty{font-size:13px;color:var(--muted);padding:10px 0;grid-column:1/-1}.summary-card{background:linear-gradient(135deg,rgba(123,92,255,.08),rgba(47,139,255,.08));border:1px solid var(--border);border-radius:12px;padding:20px 24px;margin-bottom:20px}.summary-card h3{margin:0 0 14px;font-size:14px;font-weight:700;color:var(--navy)}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.summary-item{display:flex;flex-direction:column;gap:4px}.summary-item span:last-child{font-size:14px;font-weight:600;color:var(--navy)}.summary-label{font-size:12px;color:var(--muted)}@media (max-width:640px){.summary-grid{grid-template-columns:repeat(2,1fr)}}.info-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:22px 24px;margin-bottom:24px}.info-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:18px}.info-card-header h3{margin:0;font-size:15px;font-weight:700;color:var(--navy)}.link-muted{color:var(--blue);font-size:13px;font-weight:600;text-decoration:none}.link-muted:hover{text-decoration:underline}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}.superadmin-form-grid{grid-template-columns:1fr 1fr;gap:18px 24px}.field-grid .field{margin-bottom:0;max-width:none}@media (max-width:560px){.field-grid{grid-template-columns:1fr}.telegram-actions-field .login-submit{max-width:none;width:100%}}.req{color:#d64545}.field-hint{display:block;font-size:11.5px;color:var(--blue);margin-top:6px}.telegram-actions-field .login-submit{max-width:240px}.telegram-clear-row{margin-top:10px}.checkbox-row{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:var(--text);margin-top:12px;cursor:pointer}.checkbox-row input[type=checkbox]{margin-top:2px;width:15px;height:15px;accent-color:var(--blue);flex-shrink:0;cursor:pointer}.removed-checkbox-row{display:none}.step-nav{display:flex;align-items:stretch;gap:12px;margin-top:24px}.btn-back-icon{width:52px;flex-shrink:0;background:var(--white);border:1px solid var(--border);border-radius:12px;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer}.btn-back-icon:hover{border-color:#c9d3e0}.btn-back-icon svg{width:18px;height:18px}.btn-continue{flex:1;height:52px;border:none;border-radius:999px;font-family:var(--font);font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;background:var(--blue);color:#fff;transition:background .12s}.btn-continue svg{width:17px;height:17px}.btn-continue:hover:not(:disabled){background:var(--blue-dark)}.btn-continue:disabled{background:#e5e8ec;color:#9aa3b2;cursor:not-allowed}.btn-continue.is-loading{background:var(--blue-dark);color:#fff;cursor:wait}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:btn-spin .8s linear infinite}.booking-submit-status{margin-top:12px;padding:10px 14px;border:1px solid #cfe0ff;border-radius:10px;background:#f3f7ff;color:var(--muted);font-size:13px;font-weight:600;text-align:center}@media (max-width:640px){.booking-submit-status:not([hidden]){position:fixed;left:14px;right:14px;bottom:14px;z-index:120;margin-top:0;box-shadow:0 12px 30px rgba(15,20,30,.16)}}@media (max-width:980px){.admin-filter-grid,.admin-grid.three-col,.admin-grid.two-col,.admin-quick-form,.admin-settings-grid,.admin-stat-grid,.time-off-form{grid-template-columns:1fr 1fr}.admin-form-wide{grid-column:1/-1}}@media (max-width:620px){.admin-filter-grid,.admin-grid.three-col,.admin-grid.two-col,.admin-quick-form,.admin-settings-grid,.time-off-form{grid-template-columns:1fr}.admin-dashboard{gap:9px}.admin-stat-grid{grid-template-columns:1fr 1fr;gap:8px}.admin-stat-grid article{min-height:70px;padding:10px 11px}.admin-stat-grid small,.admin-stat-grid span{font-size:10.5px}.admin-stat-grid strong{font-size:22px}.admin-head-actions{width:100%}.admin-head-actions .pill-btn,.admin-head-actions .row-action-link{width:100%;justify-content:center}.settings-page .panel-head{gap:12px}.settings-accordion summary{min-height:62px;padding:14px}.settings-accordion summary span{font-size:15px}.settings-accordion summary small{font-size:11.5px}.settings-panel{padding:14px}.settings-subhead{margin-top:16px}.weekday-checks{display:flex;flex-wrap:wrap;gap:5px 8px}.reminder-toggle-row,.weekday-option{min-height:22px;padding:1px 3px;font-size:10.5px}.admin-settings-grid,.time-off-form{grid-template-columns:1fr 1fr;gap:12px}.admin-settings-grid .admin-form-submit,.admin-settings-grid .admin-form-wide,.admin-settings-grid .field:not(.compact-field),.time-off-form .admin-form-submit,.time-off-form .admin-form-wide,.time-off-form .field:not(.compact-field){grid-column:1/-1}.compact-field label{font-size:12px;margin-bottom:6px}.compact-field input,.compact-field select{min-height:38px;padding:0 9px;font-size:13px}}@keyframes btn-spin{to{transform:rotate(360deg)}}.phone-confirm-overlay{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(20,20,20,.64);backdrop-filter:blur(5px)}.phone-confirm-overlay.open{display:flex}.phone-confirm-modal{width:min(100%,346px);border-radius:14px;background:var(--white);color:#111827;padding:29px 29px 28px;text-align:center;box-shadow:0 26px 70px rgba(10,15,25,.28)}.phone-confirm-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:#3b82f6}.phone-confirm-icon svg{width:28px;height:28px}.phone-confirm-modal h3{margin:0 0 6px;color:#111827;font-size:20px;line-height:1.2;font-weight:800;letter-spacing:0}.phone-confirm-modal p{margin:0 0 23px;color:#6b7280;font-size:13px;line-height:1.45}.phone-confirm-number-box{border-radius:10px;background:#f8fafc;padding:15px 18px 16px;margin-bottom:22px}.phone-confirm-number-box span{display:block;margin-bottom:6px;color:#6b7280;font-size:11px;font-weight:500}.phone-confirm-number-box strong{display:block;color:#111827;font-size:29px;line-height:1.08;font-weight:800;letter-spacing:2px}.phone-confirm-question{margin-bottom:18px;color:#6b7280;font-size:13px;font-weight:500}.phone-confirm-actions{display:grid;grid-template-columns:118px 1fr;gap:11px}.phone-confirm-actions button{min-height:43px;border-radius:10px;font-family:var(--font);font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.phone-confirm-actions svg{width:15px;height:15px}.phone-confirm-edit{border:1px solid #d9dee8;background:var(--white);color:#4b5563}.phone-confirm-edit:hover{border-color:#b9c3d3}.phone-confirm-continue{border:1px solid #159cdb;background:#14a2df;color:#fff}.phone-confirm-continue:hover{background:#0d91ca}body.phone-confirm-open{overflow:hidden}@media (max-width:420px){.phone-confirm-overlay{padding:16px}.phone-confirm-modal{padding:26px 20px 22px}.phone-confirm-actions{grid-template-columns:1fr}.phone-confirm-number-box strong{font-size:25px}}.flash{max-width:1200px;margin:16px auto 0;padding:0 32px}.flash-msg{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:10px}.flash-msg.error{background:var(--danger-bg);color:var(--danger-text)}.flash-msg.success{background:var(--success-bg);color:var(--success-text)}.confirm-wrap{max-width:480px;margin:60px auto;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:36px 32px;text-align:center}.confirm-wrap .icon-ok{width:56px;height:56px;border-radius:50%;background:var(--success-bg);color:var(--success-text);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:26px}.confirm-wrap h2{font-size:21px;color:var(--navy);margin:0 0 4px}.confirm-wrap .sub{color:var(--muted);font-size:13px;margin-bottom:24px}.confirm-wrap .row{display:flex;justify-content:space-between;font-size:14px;padding:9px 0;border-bottom:1px solid #f0f2f5;text-align:left}.confirm-wrap .row:last-of-type{border-bottom:none}.confirm-wrap .row span:first-child{color:var(--muted)}.confirm-wrap .row span:last-child{color:var(--navy);font-weight:600}.confirm-wrap a.back{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:46px;margin-top:28px;padding:12px 26px;border-radius:999px;background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(18,145,230,.32);overflow:hidden;font-size:14px;text-decoration:none;font-weight:800;animation:confirm-cta-pulse 1.9s ease-in-out infinite}.confirm-wrap a.back::after{content:"";position:absolute;inset:-40% auto -40% -55%;width:42%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:confirm-cta-shine 2.4s ease-in-out infinite}.confirm-wrap a.back:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 14px 30px rgba(18,145,230,.4)}@keyframes confirm-cta-pulse{0%,100%{box-shadow:0 10px 24px rgba(18,145,230,.28)}50%{box-shadow:0 10px 28px rgba(18,145,230,.55),0 0 0 7px rgba(18,145,230,.1)}}@keyframes confirm-cta-shine{0%{left:-55%}100%,45%{left:115%}}@media (prefers-reduced-motion:reduce){.confirm-wrap a.back,.confirm-wrap a.back::after{animation:none}}.panel-wrap{max-width:1200px;margin:0 auto;padding:32px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.panel-head h1{font-size:22px;color:var(--navy);margin:0}.panel-head .count{font-size:13px;color:var(--muted)}table.ledger{width:100%;border-collapse:collapse;background:var(--white);font-size:13px;border:1px solid var(--border);border-radius:10px;overflow:hidden}table.ledger th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:0;color:var(--muted);background:#fafbfc;border-bottom:1px solid var(--border);padding:12px 14px}table.ledger td{padding:13px 14px;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text)}table.ledger tr:last-child td{border-bottom:none}table.ledger tr:hover td{background:#fafbfc}.badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px}.badge.onaylandi{background:#e6f0fb;color:var(--blue-dark)}.badge.tamamlandi{background:var(--success-bg);color:var(--success-text)}.badge.iptal{background:var(--danger-bg);color:var(--danger-text);text-decoration:line-through}.phone-link{color:var(--blue-dark);font-weight:700;text-decoration:none}.phone-link:hover{color:var(--blue);text-decoration:underline}.row-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.row-actions button{font-size:11px;font-weight:600;border:1px solid var(--border);background:var(--white);padding:6px 10px;border-radius:6px;cursor:pointer}.row-actions button:hover{border-color:var(--blue);color:var(--blue)}.inline-upload-form{display:inline-flex;margin:0}.file-action{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:var(--text);font-size:11px;font-weight:600;cursor:pointer}.file-action:hover{border-color:var(--blue);color:var(--blue)}.file-action input{display:none}.business-logo-admin{display:flex;align-items:center;gap:10px}.business-logo-preview{width:38px;height:38px;flex:0 0 auto;border-radius:9px;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;font-size:12px;font-weight:800}.business-logo-preview img{width:100%;height:100%;object-fit:cover}.admin-logo-settings{display:grid;grid-template-columns:minmax(220px,0.85fr) minmax(360px,1.8fr) minmax(220px,0.9fr);align-items:center;gap:22px 30px}.admin-logo-settings .field{margin:0}.admin-logo-settings .admin-form-wide{grid-column:auto}.admin-logo-preview{align-items:center;min-height:44px}.admin-logo-preview .business-logo-preview{width:48px;height:48px}.admin-logo-preview .field-hint{margin-top:0;overflow-wrap:anywhere}.admin-logo-settings input[type=file]{width:100%;min-height:52px;padding:12px 14px}.admin-logo-settings .admin-form-submit{align-self:center;align-items:center}.admin-logo-settings .admin-form-submit .login-submit{width:100%;max-width:none;min-height:48px;margin-top:18px}@media (max-width:980px){.admin-logo-settings{grid-template-columns:minmax(180px,0.8fr) minmax(280px,1.2fr)}.admin-logo-settings .admin-form-submit{grid-column:1/-1;justify-self:center;width:min(100%,320px)}.admin-logo-settings .admin-form-submit .login-submit{margin-top:0}}@media (max-width:620px){.admin-logo-settings{grid-template-columns:1fr;gap:14px}.admin-logo-preview-field,.admin-logo-settings .admin-form-wide{text-align:center}.admin-logo-preview{justify-content:center;flex-direction:column;gap:8px}.admin-logo-settings .admin-form-submit{width:100%}}.display-setting-form,.duration-setting-form{display:flex;align-items:center;gap:8px;margin:0}.duration-setting-row{margin:0;white-space:nowrap}.duration-setting-form button,.row-actions button[form]{min-height:30px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:var(--text);font-size:11px;font-weight:600;cursor:pointer}.duration-setting-form button:hover,.row-actions button[form]:hover{border-color:var(--blue);color:var(--blue)}.table-select{min-height:30px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:var(--text);font-family:var(--font);font-size:12px;padding:5px 8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.row-action-link{font-size:11px;font-weight:600;border:1px solid var(--border);background:var(--white);padding:6px 10px;border-radius:6px;color:var(--text);text-decoration:none}.row-action-link:hover{border-color:var(--blue);color:var(--blue)}.superadmin-business-table .row-actions .link-muted{display:inline-flex;align-items:center;min-height:30px}.appointment-action-select{width:118px;min-height:34px;border:1px solid var(--border);border-radius:7px;background:var(--white);color:var(--text);font-family:var(--font);font-size:12px;font-weight:600;padding:0 9px;cursor:pointer}.appointment-action-select:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,145,230,.12)}.appointment-edit-form{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:24px}.appointment-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.appointment-edit-grid select{width:100%;height:44px;border:1px solid var(--border);border-radius:8px;padding:0 12px;font-family:var(--font);color:var(--text);background:#fff}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:22px}.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid var(--border);border-radius:8px;color:var(--text);text-decoration:none;font-weight:600;font-size:13px}.secondary-action:hover{border-color:var(--blue);color:var(--blue)}.admin-dashboard{display:grid;gap:14px}.admin-hero-head{margin-bottom:0}.admin-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-stat-grid article{min-height:82px;padding:12px 14px;background:var(--white);border:1px solid var(--border);border-radius:8px}.admin-stat-grid small,.admin-stat-grid span{display:block;color:var(--muted);font-size:11px;font-weight:700}.admin-stat-grid strong{display:block;margin:3px 0 1px;color:var(--navy);font-size:24px;line-height:1}.admin-grid{display:grid;gap:18px}.admin-grid.two-col{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.admin-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-filter-grid,.admin-quick-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-filter-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.admin-filter-grid .field,.admin-quick-form .field{margin-bottom:0;max-width:none}.admin-filter-grid input,.admin-filter-grid select,.admin-quick-form input,.admin-quick-form select{width:100%;min-height:42px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-family:var(--font);padding:0 12px}.admin-form-wide{grid-column:span 2}.admin-form-submit{display:flex;align-items:flex-end}.admin-form-submit .login-submit{width:100%;max-width:none}.admin-calendar-lines{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.admin-calendar-line{min-height:52px;display:grid;grid-template-columns:1fr;align-content:center;gap:3px;padding:8px 10px;border:1px solid #dfe7f1;border-radius:8px;background:linear-gradient(180deg,#fff 0,#f8fbff 100%);color:var(--text);cursor:pointer;font-size:11px;font-family:var(--font);text-align:left;-webkit-tap-highlight-color:rgba(30,144,229,.16);touch-action:manipulation;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.admin-calendar-line:focus-visible{outline:2px solid rgba(30,144,229,.45);outline-offset:2px}.admin-calendar-line:hover{border-color:rgba(30,144,229,.55);box-shadow:0 8px 22px rgba(15,42,74,.08);transform:translateY(-1px)}.admin-calendar-line:last-child{border-bottom:1px solid #dfe7f1}.admin-calendar-line strong{color:var(--navy);font-size:11px;line-height:1.1}.admin-calendar-line b,.admin-calendar-line span{color:var(--muted);font-size:10px;font-weight:700;line-height:1.1}.admin-calendar-line b{color:var(--blue-dark)}.day-appointments-modal{position:fixed;inset:0;z-index:1300;display:none;align-items:flex-start;justify-content:center;padding:60px 16px;overflow-y:auto;background:rgba(15,20,30,.55)}.day-appointments-modal.open{display:flex}.day-appointments-card{position:relative;width:min(560px,100%);max-height:none;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--white);box-shadow:0 20px 60px rgba(15,20,30,.25);touch-action:pan-y}.day-appointments-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 15px 9px;border-bottom:1px solid var(--border)}.day-appointments-head h2{margin:0 0 4px;color:var(--navy);font-size:16px;line-height:1.2}.day-appointments-head p{margin:0;color:var(--muted);font-size:11px;font-weight:700}.day-appointments-close{position:absolute;top:14px;right:16px;display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;color:var(--muted);background:0 0;cursor:pointer}.day-appointments-close:hover{color:var(--text);background:#f0f2f5}.day-appointments-close svg{width:18px;height:18px}.day-appointments-list{display:grid;gap:5px;max-height:58vh;overflow:auto;padding:7px}.day-appointment-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:6px;padding:6px 7px;border:1px solid var(--border);border-radius:7px;background:#fbfcfd;cursor:pointer;transition:border-color .12s,background .12s,transform .12s}.day-appointment-item:focus-visible,.day-appointment-item:hover{outline:0;border-color:rgba(18,145,230,.42);background:#f7fbff}.day-appointment-item:active{transform:scale(.992)}.day-appointment-time{color:var(--blue-dark);font-size:13px;font-weight:800}.day-appointment-info{min-width:0;display:grid;gap:2px}.day-appointment-info strong{overflow:hidden;color:var(--navy);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.day-appointment-info small,.day-appointment-info span{overflow:hidden;color:var(--muted);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.day-appointment-item .badge{padding:3px 7px;font-size:9.5px}.day-appointments-empty{padding:34px 16px;color:var(--muted);font-size:14px;text-align:center}.mini-report-list{display:grid;gap:10px}.mini-report-list>div:not(.empty-state){display:grid;gap:3px;padding:11px 12px;border:1px solid var(--border);border-radius:8px;background:#fafbfc}.mini-report-list strong{color:var(--navy);font-size:13px}.mini-report-list small,.mini-report-list span{color:var(--muted);font-size:12px}.whatsapp-mini{display:inline-flex;margin-left:6px;color:#128c7e;font-size:11px;font-weight:800;text-decoration:none}.empty-state.compact{padding:16px;font-size:12px}.admin-settings-grid,.time-off-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.business-info-settings-form{width:100%}.business-info-settings-grid{width:min(100%,760px);margin:0 auto;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.business-info-settings-grid .field{text-align:center}.business-info-settings-grid label{text-align:center}.business-info-settings-grid input,.business-info-settings-grid textarea{width:100%;text-align:center}.business-info-settings-grid textarea{min-height:112px;line-height:1.45}.business-info-settings-grid .field-hint{text-align:center}.business-info-settings-grid .admin-form-submit{grid-column:1/-1;width:min(100%,260px);justify-self:center}.admin-settings-grid .field,.time-off-form .field{margin-bottom:0;max-width:none}.admin-settings-grid input,.admin-settings-grid select,.time-off-form input,.time-off-form select{width:100%;min-height:42px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-family:var(--font);padding:0 12px}.weekday-checks{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center}.weekday-option{min-height:24px;display:inline-flex;align-items:center;gap:5px;margin:0;padding:2px 4px;border:0;border-radius:0;background:0 0;color:var(--navy);font-size:11px;font-weight:700}.reminder-toggle-row input[type=checkbox],.weekday-option input[type=checkbox]{width:13px;height:13px;margin:0}.weekday-option span{min-width:0;overflow:hidden;text-overflow:ellipsis}.reminder-toggle-row{min-height:26px;display:inline-flex;align-items:center;gap:6px;margin:7px 0 0;padding:2px 4px;border:0;border-radius:0;background:0 0;color:var(--navy);font-size:11.5px;font-weight:700}@media (max-width:980px){.weekday-checks{gap:6px 9px}}.compact-ledger{margin-top:18px}.settings-page{display:grid;gap:10px}.settings-accordion{background:var(--white);border:1px solid var(--border);border-radius:8px;overflow:hidden}.settings-accordion summary{min-height:42px;padding:8px 12px;display:grid;grid-template-columns:minmax(150px,1fr) auto auto;align-items:center;gap:10px;cursor:pointer;list-style:none}.settings-accordion summary::-webkit-details-marker{display:none}.settings-accordion summary::after{content:"+";width:22px;height:22px;border:1px solid var(--border);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--blue-dark);background:#f7fbff;font-size:16px;font-weight:800;line-height:1}.settings-accordion[open] summary{border-bottom:1px solid var(--border);background:#fafbfc}.settings-accordion[open] summary::after{content:"−"}.settings-accordion summary span{display:block;color:var(--navy);font-size:13px;line-height:1.1;font-weight:800}.settings-accordion summary small{display:block;color:var(--muted);font-size:9.5px;line-height:1.1;font-weight:700;text-align:right}@media (max-width:620px){.settings-page{gap:8px}.settings-accordion summary{min-height:36px;grid-template-columns:minmax(0,1fr) auto;padding:7px 10px}.settings-accordion summary small{display:none}.settings-accordion summary::after{width:20px;height:20px;font-size:15px}}.admin-panel-toggle{background:var(--white);border:1px solid var(--border);border-radius:7px;overflow:hidden}.admin-panel-toggle summary{min-height:38px;padding:7px 12px;display:grid;grid-template-columns:minmax(150px,1fr) auto auto;align-items:center;gap:10px;cursor:pointer;list-style:none}.admin-panel-toggle summary::-webkit-details-marker{display:none}.admin-panel-toggle summary::after{content:"+";width:22px;height:22px;border:1px solid var(--border);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--blue-dark);background:#f7fbff;font-size:16px;font-weight:800;line-height:1}.admin-panel-toggle[open] summary{border-bottom:1px solid var(--border);background:#fafbfc}.admin-panel-toggle[open] summary::after{content:"-"}.admin-panel-toggle summary span{display:block;color:var(--navy);font-size:13px;line-height:1.1;font-weight:800}.admin-panel-toggle summary small{display:block;color:var(--muted);font-size:9.5px;line-height:1.1;font-weight:700;text-transform:uppercase;text-align:right}.admin-panel-toggle-body{padding:12px}@media (max-width:620px){.admin-panel-toggle summary{min-height:34px;grid-template-columns:minmax(0,1fr) auto;padding:6px 10px}.admin-panel-toggle summary small{display:none}.admin-panel-toggle summary::after{width:20px;height:20px;font-size:15px}}.settings-panel{padding:18px}.settings-subhead{margin:20px 0 12px;color:var(--navy);font-size:14px;font-weight:800}.empty-state{text-align:center;padding:60px 20px;color:var(--muted);font-size:14px;background:var(--white);border:1px solid var(--border);border-radius:10px}.gallery-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:34px 0 22px}.gallery-head h2{margin:0 0 6px;color:var(--navy);font-size:28px;line-height:1.2}.gallery-head p{margin:0;color:var(--muted);font-size:14px}.public-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.admin-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.admin-gallery-card{position:relative;overflow:hidden;aspect-ratio:1;border:0;border-radius:2px;background:#eef2f7}.admin-gallery-card img{display:block;width:100%;height:100%;object-fit:cover;background:#eef2f7}.public-gallery-item{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;border-radius:2px;background:#eef2f7;cursor:pointer;aspect-ratio:1}.public-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease,filter .2s ease}.public-gallery-item:hover img{transform:scale(1.035);filter:brightness(.92)}.gallery-lightbox{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(3,12,28,.86)}.gallery-lightbox.open{display:flex}.gallery-lightbox-frame{width:min(940px,100%);margin:0}.gallery-lightbox-frame img{display:block;width:100%;max-height:82vh;object-fit:contain;border-radius:8px;background:#0b1220;box-shadow:0 28px 80px rgba(0,0,0,.35)}.gallery-lightbox-frame figcaption{min-height:20px;margin-top:12px;color:#fff;font-size:14px;text-align:center}.gallery-lightbox-close{position:fixed;top:18px;right:18px;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;color:#fff;background:rgba(255,255,255,.14);cursor:pointer}.gallery-lightbox-close svg{width:22px;height:22px}.admin-gallery-card{display:block}.admin-gallery-card div{position:absolute;left:0;right:0;bottom:0;display:grid;gap:1px;padding:28px 8px 7px;color:#fff;background:linear-gradient(to top,rgba(3,12,28,.76),rgba(3,12,28,0))}.admin-gallery-card strong{overflow:hidden;color:#fff;font-size:11px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.admin-gallery-card small{color:rgba(255,255,255,.78);font-size:10px}.admin-gallery-card form{position:absolute;top:6px;right:6px;padding:0}.admin-gallery-card .danger-action{min-height:24px;padding:4px 8px;border-radius:999px;border-color:rgba(255,255,255,.75);color:#fff;background:rgba(220,38,38,.86);font-size:11px}.gallery-visibility-panel{padding:12px}.gallery-visibility-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--white)}.gallery-visibility-line .checkbox-row{margin:0;min-height:30px}.gallery-visibility-line .row-action-link{flex:0 0 auto;min-height:30px;padding:6px 12px;font-size:12px}.gallery-visibility-form{display:flex;align-items:center;justify-content:space-between;gap:12px}.gallery-visibility-form .login-submit{width:auto;min-width:170px;margin:0}.gallery-visibility-panel p{margin:8px 0 0;color:var(--muted);font-size:12px}.customer-stats-grid{display:grid;grid-template-columns:minmax(0,280px);gap:8px;padding:8px}.customer-stat{min-height:58px;padding:9px 10px;border:1px solid var(--border);border-radius:7px;background:#fbfcfd;display:grid;align-content:center;gap:4px}.customer-profile-summary span,.customer-stat span{color:var(--muted);font-size:11px;line-height:1.25;font-weight:800;text-transform:uppercase}.customer-stat strong{color:var(--navy);font-size:19px;line-height:1}.customer-profile-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px}.customer-profile-summary div{padding:12px;border:1px solid var(--border);border-radius:7px;background:#fbfcfd;display:grid;gap:6px}.customer-profile-summary strong{color:var(--navy);font-size:14px;line-height:1.25}.customer-search-form{align-items:end}.empty-state.compact{padding:22px 18px}@media (max-width:760px){.panel-wrap{padding-top:22px;padding-bottom:42px}.panel-head{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:18px}.panel-head h1{font-size:20px;line-height:1.25}.panel-head .count{align-self:flex-start}.appointment-edit-form{padding:18px}.appointment-edit-grid{grid-template-columns:1fr}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions .login-submit,.secondary-action{width:100%;max-width:none}table.ledger{display:block;border:0;background:0 0;border-radius:0;overflow:visible}table.ledger thead{display:none}table.ledger tbody{display:grid;gap:14px}table.ledger tr{display:grid;gap:0;background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden}table.ledger td{display:grid;grid-template-columns:minmax(108px,38%) minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);min-width:0}table.ledger tr:last-child td{border-bottom:1px solid var(--border)}table.ledger tr td:last-child{border-bottom:0}table.ledger td::before{content:attr(data-label);color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0}table.ledger tr:hover td{background:0 0}.row-actions{justify-content:flex-start;gap:8px}.row-actions a,.row-actions form{display:inline-flex}.row-actions .link-muted,.row-actions button{min-height:34px}.file-input,.table-input,.table-input.narrow{max-width:100%;min-width:0}.staff-photo{width:48px;height:48px}.mobile-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:10px;background:var(--white)}table.ledger.compact-mobile-table{display:table;min-width:860px;border:0;border-collapse:collapse;background:var(--white);border-radius:0}table.ledger.compact-mobile-table thead{display:table-header-group}table.ledger.compact-mobile-table tbody{display:table-row-group}table.ledger.compact-mobile-table tr{display:table-row;border:0;border-radius:0;background:0 0}table.ledger.compact-mobile-table th{padding:9px 10px;font-size:10px;white-space:nowrap}table.ledger.compact-mobile-table td{display:table-cell;padding:9px 10px;border-bottom:1px solid var(--border);font-size:11px;white-space:nowrap;vertical-align:middle}table.ledger.compact-mobile-table td.appointment-action-cell,table.ledger.compact-mobile-table th:last-child{min-width:126px}table.ledger.compact-mobile-table td::before{content:none}table.ledger.compact-mobile-table .row-actions{flex-wrap:nowrap;gap:5px;width:auto;min-width:max-content}table.ledger.compact-mobile-table .row-actions form{flex:0 0 auto}table.ledger.compact-mobile-table .row-actions button{min-height:30px;min-width:54px;padding:5px 8px;font-size:10px;white-space:nowrap;color:var(--text)}table.ledger.compact-mobile-table .appointment-action-select{width:106px;min-height:30px;font-size:11px;padding:0 7px}table.ledger.superadmin-business-table{min-width:1080px}.admin-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.admin-gallery-card{border-radius:4px}.admin-gallery-card img{aspect-ratio:1}.admin-gallery-card div{position:absolute;left:0;right:0;bottom:0;gap:1px;padding:18px 5px 5px;color:#fff;background:linear-gradient(to top,rgba(3,12,28,.72),rgba(3,12,28,0))}.admin-gallery-card strong{overflow:hidden;color:#fff;font-size:9px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.admin-gallery-card small{display:none}.admin-gallery-card form{position:absolute;top:4px;right:4px;padding:0}.admin-gallery-card .danger-action{min-height:22px;padding:3px 7px;border-radius:999px;font-size:10px}.public-gallery-grid{gap:4px}.gallery-visibility-line{margin-bottom:12px;padding:8px 10px}.gallery-visibility-line .checkbox-row{min-width:0;font-size:12px}.gallery-visibility-line .row-action-link{min-height:28px;padding:5px 10px;font-size:11px}.gallery-visibility-form{align-items:stretch;flex-direction:column}.gallery-visibility-form .login-submit{width:100%}.gallery-head{align-items:stretch;flex-direction:column}.customer-profile-summary,.customer-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}table.ledger.customers-table{min-width:920px}table.ledger.customer-history-table{min-width:700px}table.ledger.customer-history-table th{padding:7px 8px;font-size:9px}table.ledger.customer-history-table td{padding:7px 8px;font-size:10px}table.ledger.customer-history-table .badge{font-size:9px;padding:3px 7px}table.ledger.customer-history-table .row-action-link{min-height:28px;padding:5px 8px;font-size:10px}}@media (max-width:420px){table.ledger td{grid-template-columns:1fr;gap:6px}.row-actions{width:100%}.row-actions form{flex:1 1 auto}.row-actions button{width:100%}table.ledger.compact-mobile-table td{display:table-cell}table.ledger.compact-mobile-table .row-actions button{width:auto}table.ledger.compact-mobile-table .row-actions form{flex:0 0 auto}table.ledger.customer-history-table{min-width:640px}table.ledger.customer-history-table td,table.ledger.customer-history-table th{padding:6px 7px;font-size:9.5px}.customer-profile-summary{grid-template-columns:1fr}.customer-stats-grid{grid-template-columns:minmax(0,1fr);gap:7px;padding:6px}.customer-stat{min-height:52px;padding:8px;border-radius:6px}.customer-stat span{font-size:9px}.customer-stat strong{font-size:18px}.admin-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-page{padding-left:0;padding-right:0}.gallery-page .gallery-head{padding-left:16px;padding-right:16px}.gallery-lightbox{padding:14px}.gallery-lightbox-close{top:12px;right:12px}}footer{border-top:1px solid var(--border);padding:24px 0;font-size:12px;color:var(--muted);text-align:center;background:var(--white)}@media (max-width:640px){.panel-wrap,.stepper,.topbar-inner,.wrap{padding-left:16px;padding-right:16px}.topbar-inner{max-width:100%;min-width:0;align-items:center;flex-direction:row;gap:8px}.topbar-actions{width:auto;min-width:0;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;gap:6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.topbar-actions::-webkit-scrollbar{display:none}body.admin-page .topbar-actions{flex-wrap:nowrap;justify-content:flex-end}body.admin-page .topbar-inner{gap:8px}body.admin-page .brand{font-size:14px;gap:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin-page .brand .mark{width:30px;height:30px;flex:0 0 auto}.content-area h2{margin-bottom:16px}.list-cards{gap:8px}.list-card[data-kind=service]{padding:11px 16px;border-radius:8px}.list-card[data-kind=service] h3{margin-bottom:3px;padding-right:30px;font-size:13.5px;line-height:1.25}.list-card[data-kind=service] .meta{font-size:12px}.list-card[data-kind=service] .meta svg{width:13px;height:13px}.list-card[data-kind=service] .check{top:13px;right:16px;width:17px;height:17px}.list-card-staff{gap:12px;padding:10px 16px;border-radius:8px}.list-card-staff .avatar{width:42px;height:42px}.list-card-staff h3{padding-right:28px;font-size:13.5px;line-height:1.25}.date-picker{margin-bottom:22px}.date-picker-header{margin-bottom:10px;gap:8px}.date-picker-month{font-size:14px}.date-picker-controls{gap:6px}.btn-calendar{gap:6px;padding:7px 11px;font-size:12px;border-radius:7px}.btn-calendar svg{width:14px;height:14px}.date-nav-btn{width:30px;height:30px;border-radius:7px}.date-nav-btn svg{width:14px;height:14px}.date-strip{gap:7px;padding-bottom:2px}.day-card{flex-basis:54px;gap:3px;padding:9px 5px 8px;border-radius:9px}.day-name{font-size:10px}.day-num{font-size:15px}.day-dot{width:4px;height:4px}.slots-legend{margin-bottom:12px}.legend-items{gap:12px}.btn-toggle-taken,.legend-item{font-size:11.5px}.btn-toggle-taken{padding:5px 10px}.slots-section{margin-bottom:18px}.slots-section-title{margin-bottom:9px;font-size:12.5px}.slot-btn{min-height:42px;padding:10px 30px;font-size:14px;border-radius:8px}.slot-btn .dot{top:9px;right:10px;width:5px;height:5px}.info-card{padding:16px 18px;border-radius:9px;margin-bottom:18px}.info-card-header{gap:6px;margin-bottom:14px}.info-card-header h3{font-size:14px}.link-muted{font-size:12px}.field-grid{gap:12px}.field label{margin-bottom:6px;font-size:12px}.field input[type=date],.field input[type=tel],.field input[type=text],.field textarea{padding:9px 12px;border-radius:7px;font-size:13px}.field textarea{min-height:44px}.field-hint{margin-top:5px;font-size:10.5px}.checkbox-row{gap:7px;margin-top:10px;font-size:12px}.checkbox-row input[type=checkbox]{width:14px;height:14px}.topbar-inner{align-items:center;flex-direction:row}.brand{max-width:100%;min-width:0;font-size:15px}.topbar-actions{width:auto;justify-content:flex-end;gap:6px}.login-link,.pill-btn{min-height:30px;font-size:11.5px}.pill-btn{border-radius:999px;padding:0 10px}.step .label{display:none}.step{min-width:40px}}.biz-overlay{display:none;position:fixed;inset:0;background:rgba(15,20,30,.55);z-index:100;align-items:flex-start;justify-content:center;padding:60px 16px;overflow-y:auto}.biz-overlay.open{display:flex}.biz-modal{position:relative;background:var(--white);border-radius:16px;width:100%;max-width:700px;padding:28px 28px 24px;box-shadow:0 20px 60px rgba(15,20,30,.25)}.biz-close{position:absolute;top:18px;right:20px;width:30px;height:30px;border:none;background:0 0;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .12s,color .12s}.biz-close:hover{background:#f0f2f5;color:var(--text)}.biz-close svg{width:18px;height:18px}.biz-header{display:flex;gap:16px;margin-bottom:20px;padding-right:30px}.biz-logo{flex-shrink:0;width:64px;height:64px;border-radius:14px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;letter-spacing:.03em}.biz-logo img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.biz-header h3{margin:2px 0 6px;font-size:19px;font-weight:700;color:var(--navy)}.biz-desc{margin:0;font-size:13.5px;color:var(--muted);line-height:1.55}.biz-contact{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.biz-contact-row{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--text)}.biz-contact-row span{color:inherit;text-decoration:none}.biz-contact-row svg{width:17px;height:17px;color:var(--muted);flex-shrink:0}.biz-contact-row a{color:var(--blue);text-decoration:none;font-weight:600}.biz-contact-row a:hover{text-decoration:underline}.biz-contact-row .biz-phone-link,.biz-contact-row .biz-phone-link:active,.biz-contact-row .biz-phone-link:focus,.biz-contact-row .biz-phone-link:hover,.biz-contact-row .biz-phone-link:visited{color:inherit!important;font-weight:400;text-decoration:none!important;text-decoration-line:none!important;-webkit-text-decoration:none!important}.biz-hr{border:none;border-top:1px solid var(--border);margin:4px 0 20px}.biz-qr-accordion{margin:2px 0 18px;border:1px solid var(--border);border-radius:10px;background:#f8fbff;overflow:hidden}.biz-qr-accordion summary{min-height:34px;display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:6px 10px;color:var(--navy);font-size:12.5px;font-weight:700;cursor:pointer;list-style:none}.biz-qr-accordion summary::-webkit-details-marker{display:none}.biz-qr-summary-icon{width:20px;height:20px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--blue);background:#eaf3ff}.biz-qr-chevron,.biz-qr-summary-icon svg{width:13px;height:13px}.biz-qr-chevron{color:var(--muted);transition:transform .15s ease}.biz-qr-accordion[open] .biz-qr-chevron{transform:rotate(180deg)}.biz-qr-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:center;margin:0;padding:14px;border-top:1px solid var(--border);background:#fff}.biz-qr-card img{width:132px;height:132px;padding:8px;border:1px solid #dde6f2;border-radius:10px;background:#fff}.biz-qr-card h4{margin:0 0 6px;color:var(--navy);font-size:15px;font-weight:700}.biz-qr-card p{margin:0 0 8px;color:var(--muted);font-size:13px;line-height:1.45}.biz-qr-download{width:fit-content;min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid rgba(18,145,230,.22);border-radius:999px;color:#0d6fb8;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(234,243,255,.92)),radial-gradient(circle at 16% 20%,rgba(123,92,255,.2),transparent 34%);box-shadow:0 8px 20px rgba(18,145,230,.12),inset 0 1px 0 rgba(255,255,255,.9);font-size:11.5px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap}.biz-qr-download svg{width:13px;height:13px;flex:0 0 auto}.biz-qr-download:focus-visible,.biz-qr-download:hover{color:#fff;border-color:rgba(18,145,230,.42);background:linear-gradient(135deg,#1291e6,#7b5cff);text-decoration:none}.biz-qr-download.is-saving{pointer-events:none;opacity:.72}.biz-qr-actions{position:fixed;inset:0;z-index:90;display:none;align-items:flex-end;justify-content:center;padding:14px;background:rgba(20,34,58,.18)}.biz-qr-actions.open{display:flex}.biz-qr-actions-sheet{width:min(100%,380px);position:relative;padding:14px;border:1px solid rgba(37,211,102,.22);border-radius:16px 16px 10px 10px;background:linear-gradient(180deg,rgba(240,253,244,.98),rgba(255,255,255,.98));box-shadow:0 18px 50px rgba(15,80,44,.2)}.biz-qr-actions-close{position:absolute;top:12px;right:12px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;color:var(--muted);background:#edf1f6;cursor:pointer}.biz-qr-actions-close svg{width:16px;height:16px}.biz-qr-actions-title{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 42px 12px 2px}.biz-qr-actions-title img{width:34px;height:34px;padding:3px;border:1px solid rgba(37,211,102,.34);border-radius:6px;background:#fff}.biz-qr-actions-title span,.biz-qr-actions-title strong{display:block;line-height:1.2}.biz-qr-actions-title strong{color:var(--navy);font-size:13px}.biz-qr-actions-title span{margin-top:2px;color:#128c4a;font-size:12px;font-weight:700}.biz-qr-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.biz-qr-actions-grid button{min-height:66px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;border:1px solid rgba(221,230,242,.9);border-radius:10px;color:var(--navy);background:#fff;font:inherit;font-size:13px;cursor:pointer}.biz-qr-actions-grid button.share-action{border-color:rgba(37,211,102,.38);color:#0f7d43;background:linear-gradient(180deg,#fff,#f0fdf4)}.biz-qr-actions-grid button.share-action:focus-visible,.biz-qr-actions-grid button.share-action:hover{color:#fff;border-color:#25d366;background:linear-gradient(135deg,#25d366,#128c4a)}.biz-qr-actions-grid svg{width:23px;height:23px}.biz-qr-image-link{display:inline-flex;border-radius:10px;text-decoration:none}.biz-qr-image-link:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.biz-section-title{margin:0 0 14px;font-size:15px;font-weight:700;color:var(--navy)}.biz-hours-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}.biz-hours-card{background:var(--page-bg);border-radius:10px;padding:12px 14px}.biz-hours-day{display:block;font-size:12.5px;font-weight:600;color:var(--navy);margin-bottom:3px}.biz-hours-time{display:block;font-size:13px;color:var(--muted)}.biz-hours-card.closed .biz-hours-time{color:#d64545;font-weight:600}@media (max-width:560px){.biz-hours-grid{grid-template-columns:repeat(2,1fr)}}.biz-map{width:100%;height:280px;border-radius:12px;overflow:hidden;border:1px solid var(--border)}@media (max-width:560px){.biz-qr-card{grid-template-columns:1fr;justify-items:center;text-align:center}.biz-qr-download{margin-inline:auto}.biz-modal{padding:22px 18px 18px}.biz-overlay{padding:24px 12px}}.landing-page{background:#fff}.landing-nav{max-width:1180px;margin:0 auto;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.landing-brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-weight:800;text-decoration:none}.landing-brand .mark{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,#0ea5a4,var(--blue));color:#fff;display:inline-flex;align-items:center;justify-content:center}.landing-brand .mark svg{width:19px;height:19px}.landing-links{display:flex;align-items:center;gap:22px;color:#536074;font-size:13px;font-weight:700}.landing-links a,.landing-login{text-decoration:none}.landing-links a:hover,.landing-login:hover{color:var(--blue)}.landing-login{color:var(--navy);border:1px solid var(--border);border-radius:999px;padding:9px 16px;font-size:13px;font-weight:700}.landing-hero{max-width:1180px;min-height:calc(100vh - 150px);margin:0 auto;padding:56px 28px 42px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:center}.landing-hero-copy h1{margin:12px 0 18px;max-width:690px;color:#111827;font-size:64px;line-height:.98;letter-spacing:0}.landing-hero-copy p{max-width:620px;margin:0;color:#566276;font-size:18px;line-height:1.7}.eyebrow{display:inline-flex;color:#0f766e;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-primary,.hero-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:0 22px;font-weight:800;text-decoration:none}.hero-primary{background:#111827;color:#fff}.hero-secondary{background:#f3f6f9;color:var(--navy)}.hero-product{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:18px;box-shadow:0 24px 60px rgba(15,23,42,.12)}.product-top{display:flex;gap:7px;padding-bottom:16px}.product-top span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}.product-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:18px}.product-card.strong{background:#102033;border-color:#102033;color:#fff}.product-card small{display:block;margin-bottom:6px;color:#8b98aa;font-weight:700}.product-card strong{display:block;color:inherit;font-size:22px}.product-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.slot{background:#fff;border:1px solid var(--border);border-radius:8px;padding:14px 8px;text-align:center;color:var(--navy);font-weight:800}.slot.active{background:#e8f6ec;border-color:#bde7cc;color:var(--success-text)}.landing-section{max-width:1180px;margin:0 auto;padding:76px 28px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-top:20px}.stats-row div{border-top:1px solid var(--border);padding-top:20px}.stats-row strong{display:block;color:#111827;font-size:28px}.stats-row span{display:block;color:#64748b;font-size:13px;font-weight:700}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;border-top:1px solid var(--border)}.section-head h2,.split-section h2{margin:10px 0 0;color:#111827;font-size:34px;line-height:1.12}.split-section p{margin:0;color:#536074;font-size:17px;line-height:1.8}.section-head{max-width:720px;margin-bottom:28px}.example-grid,.feature-grid,.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.example-card,.feature-grid article,.price-card{border:1px solid var(--border);border-radius:8px;background:#fff}.feature-grid article{padding:22px}.feature-grid h3,.price-card h3{margin:0 0 10px;color:var(--navy);font-size:16px}.feature-grid p,.price-card li,.price-card p{color:#64748b;font-size:14px}.pricing-grid{grid-template-columns:repeat(3,1fr)}.price-card{padding:24px}.price-card.featured{border-color:#0ea5a4;box-shadow:0 14px 34px rgba(14,165,164,.16)}.price{margin:8px 0 12px;color:#111827!important;font-size:34px!important;font-weight:800}.price span{font-size:14px;color:#64748b}.price-card ul{margin:18px 0 0;padding-left:18px}.example-grid{grid-template-columns:repeat(3,1fr)}.example-card{padding:18px;text-decoration:none;display:grid;gap:6px}.example-card span{width:42px;height:42px;border-radius:8px;background:#eef8f7;color:#0f766e;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.example-card strong{color:var(--navy)}.example-card small{color:#64748b}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--border);border-radius:8px;background:#fff;padding:18px 20px}.faq-list summary{cursor:pointer;color:var(--navy);font-weight:800}.faq-list p{margin:12px 0 0;color:#64748b}.landing-footer{max-width:1180px;margin:0 auto;padding:28px;display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--border)}.panel-subtitle{margin:7px 0 0;color:var(--muted);font-size:13px}.manager-section{margin-top:28px}.panel-head.compact{margin-bottom:16px}.panel-head.compact h1{font-size:18px}.form-title{margin-top:28px}.table-input{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font:inherit}.table-input.narrow{max-width:110px}.file-input{font-size:12px}.delete-actions{margin-top:14px;flex-wrap:wrap}.danger-action{color:var(--danger-text)}.manager-form-grid{display:grid;gap:18px 24px;align-items:end}.manager-form-grid.services-form{grid-template-columns:2fr 1fr 1fr auto}.manager-form-grid.staff-form{grid-template-columns:1.4fr 1.4fr auto}.manager-form-grid .field{margin-bottom:0;max-width:none}.manager-form-grid .login-submit{width:100%;min-width:112px}.manager-form-grid.business-info-settings-grid{align-items:start}.business-info-settings-grid .field{align-self:start}.staff-photo{width:56px;height:56px;display:inline-flex;border-radius:50%;overflow:hidden;background:#111827;border:1px solid var(--border)}.staff-photo img{width:100%;height:100%;object-fit:cover}@media (max-width:860px){.landing-nav{align-items:flex-start;flex-wrap:wrap}.landing-links{order:3;width:100%;overflow-x:auto;padding-bottom:4px}.landing-hero{grid-template-columns:1fr;min-height:auto}.landing-hero-copy h1{font-size:42px}.example-grid,.feature-grid,.manager-form-grid.services-form,.manager-form-grid.staff-form,.pricing-grid,.split-section,.stats-row,.superadmin-form-grid{grid-template-columns:1fr}}@media (max-width:640px){.superadmin-form-grid .field[style*=grid-column]{grid-column:auto!important}.manager-form-grid .login-submit{margin-top:0}.business-info-settings-grid{grid-template-columns:1fr;width:100%;gap:16px}.business-info-settings-grid .admin-form-submit,.business-info-settings-grid .admin-form-wide{grid-column:auto}}.login-form{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:6px}.login-label{font-size:13px;color:var(--muted);margin-top:10px}.login-input{padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:14px}.login-input:focus{outline:0;border-color:var(--blue)}.login-submit{margin-top:18px;padding:11px;border:none;border-radius:8px;background:var(--blue);color:#fff;font-weight:600;cursor:pointer}.login-submit:hover{background:var(--blue-dark)}.landing-v2{background:linear-gradient(90deg,rgba(202,64,255,.06),rgba(18,145,230,.08)),#fbfdff;color:#111827}.lp-nav{position:sticky;top:0;z-index:20;isolation:isolate;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:0 8%;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(226,232,240,.9);backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(15,23,42,.05)}.lp-nav::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:0;background:radial-gradient(circle at 12% 0,rgba(14,165,233,.18),transparent 34%),radial-gradient(circle at 88% 10%,rgba(196,69,245,.18),transparent 32%)}.lp-logo{display:inline-flex;align-items:center;gap:10px;color:#0f172a;font-weight:800;text-decoration:none;min-width:0}.lp-logo-mark{position:relative;overflow:hidden;width:38px;height:38px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 8px 18px rgba(37,99,235,.22)}.lp-logo-mark::after{content:"";position:absolute;inset:-45%;background:linear-gradient(110deg,transparent 36%,rgba(255,255,255,.55) 50%,transparent 64%);transform:translateX(-130%) rotate(12deg);animation:lpLogoShine 5.5s ease-in-out infinite}.lp-logo-mark svg{width:23px;height:23px}@keyframes lpLogoShine{0%,100%,62%{transform:translateX(-130%) rotate(12deg)}74%{transform:translateX(130%) rotate(12deg)}}.lp-links{display:inline-flex;align-items:center;gap:30px;color:#64748b;font-size:14px;font-weight:800;white-space:nowrap}.lp-links a,.lp-login,.lp-nav-demo,.lp-trial{color:inherit;text-decoration:none}.lp-links a:hover,.lp-login:hover{color:#2563eb}.lp-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:18px;font-size:14px;font-weight:800}.lp-login{color:#475569;white-space:nowrap}.lp-nav-demo{min-height:42px;display:inline-flex;align-items:center;gap:10px;padding:0 18px;border-radius:9px;color:#fff;background:linear-gradient(90deg,#ff6b4a,#fb4d62);box-shadow:0 12px 26px rgba(248,81,86,.28);white-space:nowrap;animation:lpNavDemoPulse 1.6s ease-in-out infinite}.lp-nav-demo span{width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.55);animation:lpNavDemoDot 1.6s ease-in-out infinite}.lp-nav-demo:hover{color:#fff;transform:translateY(-1px)}.lp-trial{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 20px;border-radius:9px;color:#fff;white-space:nowrap;background:linear-gradient(90deg,#c445f5,#3b82f6);box-shadow:0 10px 22px rgba(99,102,241,.25)}.lp-trial svg{width:16px;height:16px}@keyframes lpNavDemoPulse{0%,100%{box-shadow:0 12px 26px rgba(248,81,86,.28)}50%{box-shadow:0 16px 34px rgba(248,81,86,.42)}}@keyframes lpNavDemoDot{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.55)}50%{box-shadow:0 0 0 7px rgba(255,255,255,0)}}.lp-hero{position:relative;min-height:calc(100vh - 72px);padding:0 24px 64px;overflow:hidden;background:linear-gradient(rgba(148,163,184,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.1) 1px,transparent 1px);background-size:18px 18px}.lp-hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto;padding-top:72px;text-align:center}.lp-delivery-badge{width:fit-content;max-width:100%;margin:0 auto 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border:1px solid rgba(37,99,235,.2);border-radius:999px;background:rgba(255,255,255,.86);color:#2563eb;font-size:14px;font-weight:900;box-shadow:0 14px 34px rgba(37,99,235,.12)}.lp-delivery-badge::before{content:"";width:9px;height:9px;border-radius:999px;background:linear-gradient(135deg,#10b981,#3b82f6);box-shadow:0 0 0 5px rgba(16,185,129,.12);flex:0 0 auto}.lp-hero h1{margin:0 auto;max-width:760px;color:#111827;font-size:64px;line-height:1.04;letter-spacing:0}.lp-hero h1 span{display:block;color:transparent;background:linear-gradient(90deg,#c02ff0,#2563eb);-webkit-background-clip:text;background-clip:text}.lp-hero p{max-width:680px;margin:24px auto 0;color:#64748b;font-size:20px;line-height:1.45}.lp-hero p strong{color:#1f2937}.lp-hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:42px}.lp-demo-cta,.lp-main-cta{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 28px;border-radius:9px;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 16px 34px rgba(15,23,42,.14)}.lp-main-cta{background:linear-gradient(90deg,#bf46f2,#3b82f6)}.lp-demo-cta{position:relative;overflow:hidden;background:linear-gradient(90deg,#ff7048,#ef4444);animation:lpAttentionPulse 1.2s ease-in-out infinite}.lp-demo-cta::after{content:"";position:absolute;top:-45%;bottom:-45%;left:-70%;width:55%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:lpButtonShine 1.8s ease-in-out infinite}.lp-demo-cta svg{position:relative;z-index:1}.lp-demo-cta span{position:relative;z-index:1}.lp-demo-cta svg,.lp-main-cta svg{width:18px;height:18px}.lp-contact-actions{width:min(760px,100%);margin:24px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;scroll-margin-top:96px}.lp-contact-card{min-height:86px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:16px 18px;border-radius:14px;color:#0f172a;text-align:left;text-decoration:none;box-shadow:0 18px 44px rgba(15,23,42,.12)}.lp-contact-card span{font-size:12px;font-weight:900;text-transform:uppercase}.lp-contact-card strong{font-size:18px;font-weight:950}.lp-contact-card b{font-size:15px;font-weight:900}.lp-contact-whatsapp{border:1px solid rgba(16,185,129,.28);background:linear-gradient(135deg,rgba(236,253,245,.99),rgba(209,250,229,.96))}.lp-contact-whatsapp b,.lp-contact-whatsapp span{color:#047857}.lp-contact-call{border:1px solid rgba(37,99,235,.24);background:linear-gradient(135deg,rgba(239,246,255,.99),rgba(219,234,254,.96))}.lp-contact-call b,.lp-contact-call span{color:#2563eb}.lp-trust{margin-top:28px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:28px;color:#8a93a3;font-size:13px;font-weight:700}.lp-trust span{display:inline-flex;align-items:center;gap:7px}.lp-trust span::before{content:"";width:14px;height:14px;border-radius:50%;background:#10b981;box-shadow:inset 0 0 0 4px #d1fae5}@keyframes lpAttentionPulse{0%,100%{transform:translateY(0) scale(1);box-shadow:0 16px 34px rgba(239,68,68,.22)}50%{transform:translateY(-2px) scale(1.035);box-shadow:0 22px 44px rgba(239,68,68,.36)}}@keyframes lpButtonShine{0%{left:-70%}100%,58%{left:125%}}@keyframes lpCardShine{0%{left:-80%}100%{left:130%}}@keyframes lpDemoCardPulse{0%,100%{transform:translateY(0) scale(1);box-shadow:0 22px 52px rgba(239,68,68,.18)}50%{transform:translateY(-3px) scale(1.025);box-shadow:0 30px 64px rgba(239,68,68,.3)}}.lp-calendar-preview{position:relative;z-index:1;width:min(620px,calc(100% - 32px));margin:74px auto 0;padding:32px;border:10px solid rgba(255,255,255,.76);border-radius:14px;background:rgba(255,255,255,.86);box-shadow:0 36px 70px rgba(15,23,42,.18)}.lp-preview-top{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:10px;margin-bottom:22px}.lp-preview-logo{width:34px;height:34px;border-radius:7px;background:linear-gradient(135deg,#06b6d4,#d946ef)}.lp-preview-top b,.lp-preview-top em,.lp-preview-top i{display:block;border-radius:6px;background:#e5e7eb}.lp-preview-top b{width:104px;height:13px;margin-bottom:8px}.lp-preview-top i{width:78px;height:9px}.lp-preview-top em{width:28px;height:28px}.lp-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.lp-calendar-grid span{aspect-ratio:1;border-radius:7px;display:flex;align-items:center;justify-content:center;background:#f5f6f8;color:#7a8494;font-size:12px;font-weight:800}.lp-calendar-grid span.soft{background:#dff3ff;color:#1687c7}.lp-calendar-grid span.selected{background:linear-gradient(135deg,#10a9d8,#d43bf0);color:#fff}.lp-appointment{margin-top:14px;min-height:56px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.06)}.lp-appointment span{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.lp-appointment small,.lp-appointment strong{display:block}.lp-appointment strong{color:#1f2937;font-size:13px}.lp-appointment small{color:#64748b;font-size:12px;margin-top:2px}.lp-appointment b{padding:5px 10px;border-radius:999px;font-size:11px}.lp-appointment.approved b,.lp-appointment.approved span{background:#dff3ff;color:#1687c7}.lp-appointment.pending b,.lp-appointment.pending span{background:#fbe2ff;color:#c236d9}.lp-section{max-width:1180px;margin:0 auto;padding:72px 24px}.lp-demo{background:linear-gradient(180deg,rgba(240,249,255,.74),rgba(255,255,255,0));max-width:none}.lp-demo>*{max-width:940px;margin-left:auto;margin-right:auto}.lp-section-head{text-align:center;margin-bottom:34px}.lp-section-head h2{margin:0;color:#0f172a;font-size:34px;line-height:1.15}.lp-section-head p{margin:10px auto 0;max-width:620px;color:#64748b;font-size:15px}.lp-test-banner{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;max-width:760px;padding:18px 24px;border-radius:10px;color:#fff;text-decoration:none;background:linear-gradient(100deg,#16a5dd,#d43bf0);box-shadow:0 14px 26px rgba(99,102,241,.18);animation:lpAttentionPulse 1.2s ease-in-out infinite;transition:transform .18s ease,box-shadow .18s ease}.lp-test-banner::after{content:"";position:absolute;top:-50%;bottom:-50%;left:-75%;width:48%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);animation:lpButtonShine 1.8s ease-in-out infinite;pointer-events:none}.lp-test-banner:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(99,102,241,.24)}.lp-test-banner:focus-visible{outline:3px solid rgba(37,99,235,.32);outline-offset:4px}.lp-test-banner>div,.lp-test-banner>span{position:relative;z-index:1}.lp-test-banner,.lp-test-banner *,.lp-test-banner:hover,.lp-test-banner:hover *{text-decoration:none}.lp-test-banner>span{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#16a5dd;font-size:12px;font-weight:900}.lp-test-banner strong{display:block;font-size:16px;margin-bottom:6px}.lp-test-banner p{margin:0;font-size:13px;line-height:1.45}.lp-subtitle{margin-top:44px;margin-bottom:28px;text-align:center;color:#0f172a;font-size:28px}.lp-sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-example-grid a,.lp-how-grid article,.lp-price-grid article,.lp-sector-grid article,.lp-system-grid div{background:rgba(255,255,255,.9);border:1px solid #e2e8f0;border-radius:10px}.lp-sector-grid article{position:relative;overflow:hidden;min-height:285px;padding:28px 32px;box-shadow:0 16px 34px rgba(15,23,42,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.lp-sector-grid article::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#0ea5e9,#8b5cf6,#10b981);opacity:.78}.lp-sector-grid article::after{content:"";position:absolute;top:-42px;right:-48px;width:132px;height:132px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.2),transparent 68%);opacity:0;transition:opacity .22s ease,transform .22s ease}.lp-sector-grid article:hover{transform:translateY(-7px);border-color:rgba(14,165,233,.38);background:#fff;box-shadow:0 24px 50px rgba(15,23,42,.11)}.lp-sector-grid article:hover::after{opacity:1;transform:scale(1.14)}.lp-sector-grid article>*{position:relative;z-index:1}.lp-sector-icon{width:64px;height:64px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;color:#0ea5e9;background:linear-gradient(135deg,#e0f2fe,#f3e8ff);font-size:24px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.76),0 12px 24px rgba(14,165,233,.16);transition:transform .22s ease,box-shadow .22s ease}.lp-sector-grid article:hover .lp-sector-icon{transform:rotate(-3deg) scale(1.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.88),0 16px 30px rgba(139,92,246,.2)}.lp-sector-grid h4{margin:22px 0 14px;color:#0f172a;font-size:18px}.lp-sector-grid ul{display:grid;gap:9px;margin:0 0 22px;padding:0;list-style:none;color:#475569;font-size:13px}.lp-sector-grid li{display:flex;align-items:center;gap:8px}.lp-sector-grid li::before{content:"";width:10px;height:10px;border-radius:50%;background:#10b981;box-shadow:inset 0 0 0 3px #d1fae5}.lp-sector-grid a{display:inline-flex;align-items:center;gap:7px;color:#0284c7;font-size:13px;font-weight:800;text-decoration:none;transition:color .2s ease,transform .2s ease}.lp-sector-grid a::after{content:">";font-size:15px;line-height:1;transition:transform .2s ease}.lp-sector-grid article:hover a{color:#7c3aed;transform:translateX(2px)}.lp-sector-grid article:hover a::after{transform:translateX(4px)}.lp-system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:740px;margin:0 auto}.lp-system-grid div{min-height:126px;display:grid;justify-items:center;align-content:center;gap:7px;text-align:center}.lp-system-grid span{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#0284c7;background:#e0f2fe;font-weight:900;font-size:12px}.lp-system-grid strong{color:#0f172a;font-size:14px}.lp-system-grid small{color:#64748b}.lp-example-grid,.lp-how-grid,.lp-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lp-example-grid a,.lp-how-grid article,.lp-price-grid article{padding:24px;text-decoration:none}.lp-how-grid span{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#0ea5e9,#d946ef);font-weight:900}.lp-how-grid h3,.lp-price-grid h3{margin:18px 0 8px;color:#0f172a}.lp-how-grid p,.lp-price-grid p{color:#64748b;margin:0;line-height:1.55}.lp-price-grid strong{display:block;margin:14px 0 12px;color:#0f172a;font-size:34px}.lp-price-grid small{font-size:14px;color:#64748b}.lp-price-grid .popular{border-color:#c445f5;box-shadow:0 16px 34px rgba(196,69,245,.13)}.lp-example-grid a{display:grid;gap:7px;color:#0f172a}.lp-demo-page-grid{width:min(100%,460px);grid-template-columns:1fr;margin-left:auto;margin-right:auto}.lp-demo-page-card{position:relative;overflow:hidden;min-height:168px;border-color:rgba(239,68,68,.35)!important;background:linear-gradient(135deg,#fff,#fff7ed 46%,#eff6ff)!important;box-shadow:0 22px 52px rgba(239,68,68,.18);animation:lpDemoCardPulse 1.35s ease-in-out infinite}.lp-demo-page-card::after{content:"";position:absolute;top:-50%;bottom:-50%;left:-75%;width:58%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:lpButtonShine 2s ease-in-out infinite}.lp-demo-page-card em,.lp-demo-page-card small,.lp-demo-page-card span,.lp-demo-page-card strong{position:relative;z-index:1}.lp-demo-page-card strong{font-size:20px}.lp-demo-page-card small{overflow-wrap:anywhere}.lp-demo-page-card em{width:fit-content;max-width:100%;margin-top:10px;padding:10px 16px;border-radius:999px;background:linear-gradient(90deg,#ff7048,#ef4444);color:#fff;font-style:normal;font-size:13px;font-weight:950;line-height:1.25;text-align:center;box-shadow:0 12px 24px rgba(239,68,68,.22)}.lp-example-grid span{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#0284c7;background:#e0f2fe;font-weight:900}.lp-example-grid .lp-business-logo{width:64px;height:64px;padding:0;overflow:hidden;color:#f8d65a;background:#080504;box-shadow:0 14px 28px rgba(15,23,42,.18)}.lp-business-logo img{width:100%;height:100%;object-fit:cover}.lp-example-grid small{color:#64748b}.lp-footer{max-width:1180px;margin:0 auto;padding:28px 24px;display:flex;justify-content:space-between;gap:16px;color:#64748b;border-top:1px solid #e2e8f0;background:0 0}.lp-footer strong{color:#0f172a}.lp-kicker{display:inline-flex;margin-bottom:10px;color:#7c3aed;font-size:13px;font-weight:900}.lp-system-head{margin-top:70px}.lp-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lp-feature-grid article,.lp-testimonial-grid article{position:relative;overflow:hidden;padding:26px;border:1px solid #e2e8f0;border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 14px 32px rgba(15,23,42,.04)}.lp-feature-grid article{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.lp-feature-grid article::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(14,165,233,.12),transparent 34%),radial-gradient(circle at 86% 12%,rgba(217,70,239,.14),transparent 30%);opacity:0;transition:opacity .22s ease}.lp-feature-grid article::after{content:"";position:absolute;top:-50%;bottom:-50%;left:-80%;width:42%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);opacity:0}.lp-feature-grid article:hover{transform:translateY(-6px);border-color:rgba(124,58,237,.28);background:#fff;box-shadow:0 24px 52px rgba(15,23,42,.1)}.lp-feature-grid article:hover::before{opacity:1}.lp-feature-grid article:hover::after{opacity:1;animation:lpCardShine 1.05s ease forwards}.lp-feature-grid article>*{position:relative;z-index:1}.lp-feature-grid article>span{width:46px;height:46px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;color:#0284c7;background:linear-gradient(135deg,#e0f2fe,#f3e8ff);font-weight:900;box-shadow:0 12px 24px rgba(14,165,233,.14);transition:transform .22s ease,color .22s ease}.lp-feature-grid article:hover>span{color:#7c3aed;transform:scale(1.08) rotate(3deg)}.lp-feature-grid h3{margin:18px 0 8px;color:#0f172a;font-size:18px}.lp-feature-grid p{margin:0 0 16px;color:#64748b;line-height:1.55}.lp-feature-grid ul,.lp-price-grid ul{display:grid;gap:8px;margin:0;padding:0;list-style:none;color:#475569;font-size:13px}.lp-feature-grid li,.lp-price-grid li{display:flex;align-items:center;gap:8px}.lp-feature-grid li::before,.lp-price-grid li::before{content:"";width:9px;height:9px;border-radius:50%;background:#10b981;box-shadow:inset 0 0 0 3px #d1fae5;flex:0 0 auto}.lp-feature-grid article:hover li::before{background:#0ea5e9;box-shadow:inset 0 0 0 3px #dff3ff,0 0 0 4px rgba(14,165,233,.08)}.lp-price-grid article{position:relative;display:grid;align-content:start;gap:10px}.lp-final-cta a,.lp-price-grid a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-top:8px;border-radius:9px;color:#fff;background:linear-gradient(90deg,#c445f5,#3b82f6);font-weight:900;text-decoration:none}.lp-popular-badge{position:absolute;top:16px;right:16px;padding:5px 10px;border-radius:999px;color:#fff;background:linear-gradient(90deg,#ef4444,#c445f5);font-size:11px}.lp-stats{max-width:none;background:#0f172a;color:#fff}.lp-stats .lp-section-head h2,.lp-stats .lp-section-head p{color:#fff}.lp-cert-grid,.lp-stats-grid{max-width:960px;margin-left:auto;margin-right:auto}.lp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.lp-stats-grid div{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:12px;text-align:center;background:rgba(255,255,255,.05)}.lp-stats-grid strong{display:block;font-size:34px;color:#fff}.lp-stats-grid span{color:#cbd5e1;font-weight:700}.lp-cert-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:26px}.lp-cert-grid span{padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.09);color:#dbeafe;font-weight:800;font-size:13px}.lp-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lp-testimonial-grid p{margin:0 0 18px;color:#475569;line-height:1.65}.lp-testimonial-grid small,.lp-testimonial-grid strong{display:block}.lp-testimonial-grid strong{color:#0f172a}.lp-testimonial-grid small{color:#64748b;margin-top:4px}.lp-final-cta{max-width:960px;margin-bottom:70px;border-radius:18px;text-align:center;color:#fff;background:linear-gradient(120deg,#0ea5e9,#c445f5);box-shadow:0 24px 54px rgba(99,102,241,.18)}.lp-final-cta h2{margin:0;font-size:38px}.lp-final-cta p{max-width:620px;margin:14px auto 0;color:rgba(255,255,255,.88);line-height:1.6}.lp-final-cta a{width:fit-content;min-width:180px;margin:26px auto 0;padding:0 24px;background:#fff;color:#2563eb}.lp-final-demo-cta{animation:lpAttentionPulse 1.2s ease-in-out infinite}.lp-final-cta div{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:22px;color:rgba(255,255,255,.9);font-weight:800}@media (max-width:980px){.lp-nav{height:auto;grid-template-columns:1fr;justify-items:stretch;align-items:stretch;gap:12px;padding:14px 20px}.lp-logo{justify-self:start}.lp-actions{width:100%;justify-self:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:8px;font-size:12px}.lp-login{grid-column:1/-1;justify-self:end;min-height:24px;display:inline-flex;align-items:center}.lp-nav-demo,.lp-trial{justify-content:center;width:100%;min-width:0;min-height:38px;padding:0 12px;border-radius:8px;font-size:12px;line-height:1.15;text-align:center;white-space:normal}.lp-nav-demo{gap:6px;box-shadow:0 8px 18px rgba(248,81,86,.22)}.lp-nav-demo span{width:8px;height:8px}.lp-trial{gap:6px;box-shadow:0 8px 18px rgba(99,102,241,.2)}.lp-trial svg{width:13px;height:13px}.lp-links{grid-column:1/-1;order:3;width:100%;overflow-x:auto;gap:20px;padding-bottom:4px}.lp-hero h1{font-size:52px}.lp-example-grid,.lp-feature-grid,.lp-how-grid,.lp-price-grid,.lp-sector-grid,.lp-testimonial-grid{grid-template-columns:repeat(2,1fr)}.lp-demo-page-grid{grid-template-columns:1fr}.lp-stats-grid,.lp-system-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.lp-nav{grid-template-columns:1fr;justify-items:stretch;align-items:stretch;gap:12px;padding:12px 16px}.lp-logo{justify-self:start}.lp-links{width:100%;order:3;display:flex;justify-content:center;flex-wrap:wrap;overflow:visible;gap:12px 18px;padding-bottom:0;text-align:center;white-space:normal}.lp-actions{width:100%;justify-self:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:8px;font-size:12px}.lp-login{grid-column:1/-1;justify-self:end;min-height:24px;display:inline-flex;align-items:center}.lp-nav-demo,.lp-trial{justify-content:center;width:100%;min-width:0;min-height:38px;padding:0 12px;border-radius:8px;font-size:11px;line-height:1.15;text-align:center;white-space:normal}.lp-nav-demo{gap:6px;box-shadow:0 8px 18px rgba(248,81,86,.22)}.lp-nav-demo span{width:8px;height:8px}.lp-trial{gap:6px;box-shadow:0 8px 18px rgba(99,102,241,.2)}.lp-trial svg{width:13px;height:13px}.lp-logo span:last-child{font-size:14px}.lp-hero{min-height:auto;padding:0 14px 42px}.lp-hero-inner{padding-top:42px}.lp-delivery-badge{margin-bottom:14px;padding:8px 12px;font-size:12px}.lp-hero h1{font-size:38px}.lp-hero p{font-size:16px}.lp-demo-cta,.lp-main-cta{width:100%}.lp-contact-actions{grid-template-columns:1fr;gap:10px}.lp-contact-card{min-height:78px;align-items:center;padding:14px;text-align:center}.lp-contact-card strong{font-size:16px}.lp-trust{gap:12px;align-items:flex-start;flex-direction:column;width:fit-content;margin-left:auto;margin-right:auto}.lp-calendar-preview{width:100%;margin-top:42px;padding:16px;border-width:6px}.lp-preview-top{grid-template-columns:auto 1fr auto auto}.lp-preview-top em:last-child{display:none}.lp-calendar-grid{gap:5px}.lp-calendar-grid span{font-size:10px}.lp-appointment{grid-template-columns:auto 1fr}.lp-appointment b{grid-column:2;justify-self:start}.lp-section{padding:52px 16px}.lp-demo{padding-top:34px}.lp-demo .lp-section-head{margin-bottom:18px}.lp-section-head h2{font-size:28px}.lp-demo .lp-section-head h2{font-size:24px;line-height:1.2}.lp-demo .lp-section-head p{margin-top:6px;font-size:13px}.lp-test-banner{grid-template-columns:1fr;gap:8px;padding:14px 16px;border-radius:9px;box-shadow:0 10px 20px rgba(99,102,241,.14)}.lp-test-banner>span{width:20px;height:20px;font-size:12px}.lp-test-banner strong{font-size:15px;margin-bottom:5px}.lp-test-banner p{font-size:12.5px;line-height:1.45}.lp-subtitle{margin-top:28px;margin-bottom:18px;font-size:22px}.lp-example-grid,.lp-feature-grid,.lp-how-grid,.lp-price-grid,.lp-sector-grid,.lp-stats-grid,.lp-system-grid,.lp-testimonial-grid{grid-template-columns:1fr}.lp-sector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lp-sector-grid article{min-height:218px;padding:16px 12px 14px;text-align:left;border-radius:10px;box-shadow:0 10px 18px rgba(15,23,42,.055)}.lp-sector-grid article::before{height:3px}.lp-sector-grid article::after{display:none}.lp-sector-icon{width:44px;height:44px;border-radius:10px;font-size:19px}.lp-sector-grid h4{min-height:38px;margin:12px 0 9px;font-size:13.5px;line-height:1.25}.lp-sector-grid ul{display:grid;gap:6px;margin-bottom:12px;font-size:11px;line-height:1.25}.lp-sector-grid li{gap:5px}.lp-sector-grid li::before{width:7px;height:7px;flex:0 0 7px;box-shadow:inset 0 0 0 2px #d1fae5}.lp-sector-grid a{justify-content:flex-start;width:100%;gap:4px;font-size:11.5px}.lp-sector-grid a::after{font-size:12px}.lp-how-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lp-how-grid article{min-height:218px;padding:16px 12px 14px;border-radius:10px;box-shadow:0 10px 18px rgba(15,23,42,.055)}.lp-how-grid span{width:44px;height:44px;border-radius:10px;font-size:19px}.lp-how-grid h3{min-height:38px;margin:12px 0 7px;font-size:13.5px;line-height:1.25}.lp-how-grid p{font-size:11px;line-height:1.3}.lp-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lp-feature-grid article{min-height:218px;padding:16px 12px 14px;border-radius:10px;box-shadow:0 10px 18px rgba(15,23,42,.055)}.lp-feature-grid article::before{width:46px;height:46px;opacity:.18}.lp-feature-grid article::after{display:none}.lp-feature-grid article>span{width:44px;height:44px;border-radius:10px;font-size:15px}.lp-feature-grid h3{min-height:38px;margin:12px 0 7px;font-size:13.5px;line-height:1.25}.lp-feature-grid p{margin-bottom:9px;font-size:11px;line-height:1.3}.lp-feature-grid ul{gap:6px;font-size:11px;line-height:1.25}.lp-feature-grid li{gap:5px}.lp-feature-grid li::before{width:7px;height:7px;flex:0 0 7px;box-shadow:inset 0 0 0 2px #d1fae5}.lp-price-grid{grid-template-columns:1fr;gap:12px}.lp-price-grid article{min-height:auto;padding:16px 12px 14px;gap:7px;border-radius:10px;box-shadow:0 10px 18px rgba(15,23,42,.055)}.lp-price-grid h3{margin:0 0 2px;padding-right:86px;font-size:14px;line-height:1.25}.lp-price-grid strong{margin:0;font-size:24px;line-height:1.05}.lp-price-grid small{font-size:11px}.lp-price-grid p{font-size:11px;line-height:1.3}.lp-price-grid ul{gap:6px;font-size:11px;line-height:1.25}.lp-price-grid li{gap:5px}.lp-price-grid li::before{width:7px;height:7px;flex:0 0 7px;box-shadow:inset 0 0 0 2px #d1fae5}.lp-price-grid a{min-height:34px;margin-top:4px;border-radius:8px;font-size:11px}.lp-popular-badge{top:12px;right:12px;padding:4px 8px;font-size:9.5px}.lp-demo-page-grid{grid-template-columns:1fr;width:100%}.lp-demo-page-card{min-height:176px;padding:22px}.lp-demo-page-card em{width:100%;justify-content:center;border-radius:12px;font-size:12px}.lp-final-cta{border-radius:0;margin-bottom:0}.lp-final-cta h2{font-size:28px}.lp-footer{flex-direction:column}}@media (max-width:420px){.lp-nav{grid-template-columns:1fr}.lp-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-self:stretch;width:100%}.lp-login{grid-column:1/-1;justify-self:end}}@media (max-width:980px){.lp-nav{height:auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 18px 14px;background:rgba(255,255,255,.82);border-bottom:1px solid rgba(203,213,225,.66);box-shadow:0 18px 46px rgba(15,23,42,.11)}.lp-nav::before{opacity:1}.lp-logo{min-height:46px;gap:12px;justify-self:start;font-size:15px}.lp-logo-mark{width:40px;height:40px;border-radius:12px;box-shadow:0 13px 28px rgba(37,99,235,.28),inset 0 1px 0 rgba(255,255,255,.32)}.lp-actions{display:contents;width:auto;font-size:12px}.lp-login{grid-column:2;grid-row:1;justify-self:end;min-height:34px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.34);border-radius:999px;background:rgba(255,255,255,.72);color:#334155;box-shadow:0 10px 24px rgba(15,23,42,.07);backdrop-filter:blur(12px)}.lp-nav-demo,.lp-trial{grid-row:2;justify-content:center;width:100%;min-width:0;min-height:32px;padding:0 8px;border-radius:9px;font-size:9.5px;line-height:1.15;text-align:center;white-space:normal;box-shadow:0 10px 20px rgba(15,23,42,.11),inset 0 1px 0 rgba(255,255,255,.25)}.lp-nav-demo{grid-column:1;gap:5px;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.42),transparent 22%),linear-gradient(135deg,#ff765f,#ff3f74 58%,#f43f5e)}.lp-nav-demo span{width:5px;height:5px;box-shadow:0 0 0 2px rgba(255,255,255,.24)}.lp-trial{grid-column:2;gap:5px;background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.34),transparent 24%),linear-gradient(135deg,#b13df2,#6366f1 52%,#0ea5e9)}.lp-trial svg{width:11px;height:11px;flex:0 0 auto}.lp-links{grid-column:1/-1;grid-row:3;order:initial;width:calc(100% + 12px);margin:0 -6px;padding:5px 6px 2px;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;justify-content:start;gap:8px;overflow-x:auto;overflow-y:hidden;color:#64748b;font-size:12px;font-weight:900;text-align:left;white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch}.lp-links::-webkit-scrollbar{display:none}.lp-links a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:rgba(255,255,255,.66);box-shadow:0 8px 18px rgba(15,23,42,.045);backdrop-filter:blur(10px)}.lp-links a:hover{border-color:rgba(59,130,246,.32);background:rgba(239,246,255,.86)}}@media (max-width:640px){.lp-nav{gap:8px;padding:10px 14px 12px}.lp-logo{min-width:0;font-size:14px}.lp-logo span:last-child{max-width:168px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-logo-mark{width:38px;height:38px;border-radius:12px}.lp-login{min-height:32px;padding:0 11px;font-size:12px}.lp-nav-demo,.lp-trial{min-height:32px;border-radius:9px;font-size:9.5px;font-weight:900}.lp-links{width:calc(100% + 28px);margin:0 -14px;padding:5px 14px 2px;gap:7px}.lp-links a{min-height:33px;padding:0 12px}}@media (max-width:420px){.lp-nav{padding-inline:12px}.lp-logo span:last-child{max-width:142px}.lp-nav-demo,.lp-trial{min-height:30px;padding-inline:6px;font-size:8.8px}.lp-links{width:calc(100% + 24px);margin-inline:-12px;padding-inline:12px}}@media (prefers-reduced-motion:reduce){.brand,.brand .mark,.brand .mark::after,.lp-feature-grid article,.lp-feature-grid article::before,.lp-feature-grid article>span,.lp-logo-mark::after,.lp-nav-demo,.lp-nav-demo span,.lp-sector-grid a,.lp-sector-grid a::after,.lp-sector-grid article,.lp-sector-icon{transition:none}.lp-feature-grid article:hover::after{animation:none}}@media (max-width:980px){.admin-filter-grid,.admin-grid.three-col,.admin-grid.two-col,.admin-quick-form,.admin-settings-grid,.admin-stat-grid,.time-off-form{grid-template-columns:1fr 1fr}.admin-form-wide{grid-column:1/-1}}@media (max-width:620px){.admin-filter-grid,.admin-grid.three-col,.admin-grid.two-col,.admin-quick-form,.admin-settings-grid,.admin-stat-grid,.time-off-form{grid-template-columns:1fr}.admin-head-actions{width:100%}.admin-head-actions .pill-btn,.admin-head-actions .row-action-link{width:100%;justify-content:center}}@media (max-width:620px){.admin-dashboard{gap:10px!important}.admin-dashboard>.manager-section{border-radius:8px}.admin-stat-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.admin-stat-grid article{min-height:56px!important;padding:8px 9px!important;border-radius:8px!important}.admin-stat-grid small,.admin-stat-grid span{font-size:9.5px!important;line-height:1.15!important}.admin-stat-grid strong{margin:2px 0!important;font-size:19px!important;line-height:1!important}}.admin-stat-grid{gap:6px!important}.admin-stat-grid article{min-height:38px!important;padding:7px 10px!important;display:grid!important;grid-template-columns:minmax(74px,1fr) auto minmax(88px,1.2fr)!important;align-items:center!important;gap:8px!important;border-radius:7px!important}.admin-stat-grid small,.admin-stat-grid span{font-size:10px!important;line-height:1.1!important}.admin-stat-grid strong{margin:0!important;font-size:18px!important;line-height:1!important;text-align:center!important}@media (max-width:620px){.admin-stat-grid{grid-template-columns:1fr!important;gap:5px!important}.admin-stat-grid article{min-height:34px!important;padding:6px 8px!important}}.admin-quick-form{align-items:end}.admin-quick-form .field{min-width:0}.admin-quick-form input,.admin-quick-form select{min-width:0}.admin-quick-form input[type=date],.admin-quick-form input[type=time]{appearance:none;-webkit-appearance:none;display:block;text-align:left}.admin-quick-form .admin-form-submit{align-items:center}.admin-quick-form .admin-form-submit .login-submit{width:100%;max-width:none;min-height:44px}@media (max-width:620px){.admin-panel-toggle-body .admin-quick-form,.admin-panel-toggle>.admin-panel-toggle-body.admin-quick-form{width:100%}.admin-quick-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important}.admin-quick-form .field{grid-column:1/-1;text-align:left}.admin-quick-form .manual-date-field,.admin-quick-form .manual-time-field{grid-column:auto}.admin-quick-form input,.admin-quick-form select{min-height:40px!important;padding-inline:12px!important}.admin-quick-form .manual-date-field input,.admin-quick-form .manual-time-field input{text-align:center}.admin-quick-form .admin-form-submit{justify-content:center}.admin-quick-form .admin-form-submit .login-submit{width:min(100%,320px)}}.admin-stat-grid{grid-template-columns:1fr 1fr!important}.admin-stat-grid article{min-height:24px!important;padding:3px 2px!important;grid-template-columns:auto auto 1fr!important;gap:5px!important;background:0 0!important;border:0!important;border-bottom:1px solid #dfe6ef!important;border-radius:0!important;box-shadow:none!important}.admin-stat-grid span{font-size:9.5px!important}.admin-stat-grid strong{font-size:16px!important}.admin-stat-grid small{font-size:9px!important}.admin-calendar-lines{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:8px!important}.admin-calendar-line{min-height:50px!important;grid-template-columns:1fr!important;gap:3px!important;padding:8px 10px!important;font-size:10px!important;border:1px solid #dfe7f1!important;border-radius:8px!important;background:linear-gradient(180deg,#fff 0,#f8fbff 100%)!important}.admin-calendar-line b,.admin-calendar-line span,.admin-calendar-line strong{line-height:1.1!important}.admin-calendar-line strong{font-size:10.5px!important}.admin-calendar-line b,.admin-calendar-line span{font-size:9.5px!important}@media (max-width:620px){.admin-stat-grid{grid-template-columns:1fr!important}.admin-stat-grid article{min-height:22px!important;padding:2px 0!important}.admin-calendar-line{min-height:42px!important;padding:7px 8px!important}.admin-calendar-lines{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.admin-calendar-line strong{font-size:10px!important}.admin-calendar-line b,.admin-calendar-line span{font-size:9px!important}.day-appointments-modal{align-items:flex-start;padding:54px 14px 18px}.day-appointments-card{border-radius:16px}.day-appointment-item{grid-template-columns:42px minmax(0,1fr) auto;gap:5px;padding:5px 6px}.day-appointment-item .badge{grid-column:auto;width:max-content;padding:3px 6px;font-size:9px}.day-appointment-time{font-size:12px}.day-appointment-info strong{font-size:11.5px}.day-appointment-info small,.day-appointment-info span{font-size:9.5px}}.manual-appointment-form .admin-quick-form{width:100%}.manual-appointment-form .admin-quick-form .field,.manual-appointment-form .admin-quick-form button,.manual-appointment-form .admin-quick-form input,.manual-appointment-form .admin-quick-form select{max-width:100%}.manual-appointment-form .admin-quick-form input,.manual-appointment-form .admin-quick-form select{display:block;width:100%!important;min-width:0!important}.manual-appointment-form input[type=date],.manual-appointment-form input[type=time]{-webkit-appearance:none;appearance:none;inline-size:100%!important;min-inline-size:100%!important}.manual-appointment-form input[type=date]::-webkit-date-and-time-value,.manual-appointment-form input[type=time]::-webkit-date-and-time-value{text-align:center}@media (max-width:620px){.manual-appointment-form{padding:14px 12px!important}.manual-appointment-form .admin-quick-form{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px 10px!important}.manual-appointment-form .admin-quick-form .field{grid-column:1/-1!important;margin:0!important}.manual-appointment-form .admin-quick-form .manual-date-field,.manual-appointment-form .admin-quick-form .manual-time-field{grid-column:auto!important}.manual-appointment-form .admin-quick-form label{margin-bottom:7px}.manual-appointment-form .admin-quick-form input,.manual-appointment-form .admin-quick-form select{min-height:38px!important;height:38px!important;padding:0 10px!important;line-height:38px!important;border-radius:8px!important}.manual-appointment-form input[type=date],.manual-appointment-form input[type=time]{display:flex!important;align-items:center!important;justify-content:center!important;padding-top:0!important;padding-bottom:0!important}.manual-appointment-form input[type=date]::-webkit-date-and-time-value,.manual-appointment-form input[type=time]::-webkit-date-and-time-value{display:flex;align-items:center;min-height:38px;line-height:38px;padding:0}.manual-appointment-form input[type=date]::-webkit-datetime-edit,.manual-appointment-form input[type=time]::-webkit-datetime-edit{display:flex;align-items:center;min-height:38px;line-height:38px;padding:0}.manual-appointment-form .admin-quick-form .admin-form-submit .login-submit{width:100%!important;min-height:44px!important}}.topbar-inner{min-height:46px!important;align-items:center!important;flex-direction:row!important;gap:8px!important}.topbar-actions,body.admin-page .topbar-actions{width:auto!important;min-width:0!important;flex:0 1 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:6px!important}.topbar-actions .login-link,.topbar-actions .pill-btn,.topbar-actions form .login-link,body.admin-page .topbar-actions .login-link,body.admin-page .topbar-actions .pill-btn{flex:0 0 auto!important;width:auto!important;min-width:max-content!important;min-height:25px!important;height:25px!important;max-height:25px!important;padding:0 8px!important;border-radius:999px!important;font-size:10.5px!important;line-height:1!important;transform:none!important;transition-property:color,background-color,border-color,box-shadow!important}.topbar-actions .login-link:active,.topbar-actions .login-link:focus,.topbar-actions .pill-btn:active,.topbar-actions .pill-btn:focus{transform:none!important}.topbar-actions .login-link svg{width:13px!important;height:13px!important}.topbar-actions .pill-btn .info-dot{width:12px!important;height:12px!important;font-size:8.5px!important}body.landing-neo{--neo-ink:#08111f;--neo-text:#273449;--neo-muted:#657287;--neo-line:rgba(148, 163, 184, .22);--neo-cyan:#06b6d4;--neo-green:#16a34a;--neo-pink:#f43f5e;--neo-violet:#7c3aed;--neo-amber:#f59e0b;background:radial-gradient(circle at 12% 8%,rgba(6,182,212,.22),transparent 28%),radial-gradient(circle at 86% 12%,rgba(244,63,94,.14),transparent 28%),linear-gradient(180deg,#f7fbff 0,#eef6ff 42%,#fff 100%);color:var(--neo-text)}.landing-neo *{box-sizing:border-box}.neo-nav{position:sticky;top:0;z-index:40;width:min(1180px,calc(100% - 32px));min-height:68px;margin:14px auto 0;padding:10px 12px 10px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 22px 70px rgba(15,23,42,.11);backdrop-filter:blur(18px)}.neo-brand,.neo-checks,.neo-hero-actions,.neo-links,.neo-logo-strip,.neo-nav-actions,.neo-proof{display:flex;align-items:center}.neo-brand{min-width:0;gap:10px;color:var(--neo-ink);font-size:16px;font-weight:900;text-decoration:none}.neo-brand-mark{position:relative;width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;overflow:hidden;border-radius:14px;color:#fff;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.35),transparent 24%),linear-gradient(135deg,var(--neo-violet),var(--neo-cyan));box-shadow:0 16px 34px rgba(6,182,212,.28)}.neo-brand-mark::after{content:"";position:absolute;inset:-45%;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.58) 50%,transparent 65%);animation:neoShine 4.4s ease-in-out infinite}.neo-brand-mark svg{position:relative;z-index:1;width:22px;height:22px}.neo-links{justify-content:center;gap:6px}.neo-links a,.neo-login{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#46566c;font-size:13px;font-weight:800;text-decoration:none}.neo-links a:hover,.neo-login:hover{color:#0f172a;background:rgba(241,245,249,.84)}.neo-nav-actions{gap:8px;justify-content:flex-end}.neo-demo-card em,.neo-final a,.neo-nav-cta,.neo-phone a,.neo-price-grid a,.neo-primary,.neo-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900}.neo-nav-cta{min-height:42px;padding:0 16px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#111827,#0e7490);box-shadow:0 15px 32px rgba(14,116,144,.22)}.neo-hero{width:min(1180px,calc(100% - 32px));min-height:calc(100vh - 110px);margin:0 auto;padding:76px 0 34px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);align-items:center;gap:54px}.neo-eyebrow,.neo-kicker{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;color:#075985;font-size:13px;font-weight:900;letter-spacing:0}.neo-eyebrow{min-height:36px;padding:0 13px;border:1px solid rgba(14,165,233,.2);border-radius:999px;background:rgba(224,242,254,.75)}.neo-eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--neo-green);box-shadow:0 0 0 7px rgba(22,163,74,.14)}.neo-final h2,.neo-hero h1,.neo-section h2{margin:0;color:var(--neo-ink);letter-spacing:0;line-height:.98}.neo-hero h1{max-width:760px;margin-top:18px;font-size:clamp(44px, 6.5vw, 82px);font-weight:900}.neo-hero p{max-width:650px;margin:24px 0 0;color:#46566c;font-size:18px;line-height:1.65}.neo-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px}.neo-primary,.neo-secondary{gap:9px;min-height:54px;padding:0 22px;border-radius:14px}.neo-primary{color:#fff;background:linear-gradient(135deg,var(--neo-pink),var(--neo-violet) 52%,#0891b2);box-shadow:0 22px 42px rgba(124,58,237,.25)}.neo-secondary{color:#0f172a;border:1px solid rgba(15,23,42,.1);background:rgba(255,255,255,.78)}.neo-primary svg,.neo-secondary svg{width:19px;height:19px}.neo-proof{flex-wrap:wrap;gap:10px;margin-top:24px}.neo-proof span{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(148,163,184,.18);border-radius:999px;color:#64748b;background:rgba(255,255,255,.6);font-size:13px;font-weight:800}.neo-proof strong{color:#0f172a}.neo-showcase{position:relative;min-height:590px}.neo-showcase::before{content:"";position:absolute;inset:34px 12px 22px;border-radius:42px;background:radial-gradient(circle at 24% 22%,rgba(34,197,94,.3),transparent 20%),radial-gradient(circle at 74% 30%,rgba(244,63,94,.24),transparent 24%),linear-gradient(135deg,rgba(14,165,233,.28),rgba(124,58,237,.18));filter:blur(10px);animation:neoFloat 7s ease-in-out infinite}.neo-phone{position:absolute;z-index:2;right:36px;top:30px;width:min(330px,72vw);padding:16px;border:8px solid #111827;border-radius:38px;background:#f8fbff;box-shadow:0 34px 90px rgba(15,23,42,.28);animation:neoPhone 6s ease-in-out infinite}.neo-phone-top{display:grid;grid-template-columns:36px 1fr 28px;align-items:center;gap:9px;margin-bottom:14px}.neo-phone-top span{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--neo-violet),var(--neo-cyan))}.neo-phone-top b,.neo-phone-top i{display:block;height:12px;border-radius:999px;background:#dbeafe}.neo-phone-top i{width:28px;height:28px;background:#e0f2fe}.neo-live-card{padding:18px;border-radius:22px;color:#fff;background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.28),transparent 30%),linear-gradient(135deg,#0f172a,#155e75)}.neo-live-card small{display:block;color:#bae6fd;font-weight:800}.neo-live-card strong{display:block;margin-top:4px;font-size:52px;line-height:1}.neo-live-card div{height:9px;margin-top:16px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.18)}.neo-live-card div span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#67e8f9);animation:neoBar 3s ease-in-out infinite}.neo-slot-stream{height:172px;margin:14px 0;overflow:hidden;display:grid;gap:10px}.neo-slot-stream span{min-height:38px;padding:0 13px;display:flex;align-items:center;border:1px solid rgba(148,163,184,.18);border-radius:13px;color:#334155;background:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.05);animation:neoStream 5.5s linear infinite}.neo-phone a{width:100%;min-height:48px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#16a34a,#06b6d4)}.neo-gif-wall{position:absolute;z-index:3;left:0;bottom:62px;width:260px;display:grid;gap:12px}.neo-gif-tile{position:relative;min-height:92px;overflow:hidden;padding:16px;display:flex;align-items:flex-end;border:1px solid rgba(255,255,255,.65);border-radius:22px;color:#fff;box-shadow:0 24px 60px rgba(15,23,42,.18)}.neo-gif-tile::after,.neo-gif-tile::before{content:"";position:absolute;inset:0}.neo-gif-tile::before{background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.34),rgba(255,255,255,0));transform:translateX(-120%);animation:neoShimmer 2.8s ease-in-out infinite}.neo-gif-tile::after{background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:18px 18px;opacity:.5}.neo-gif-tile span{position:absolute;top:14px;right:14px;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.25);animation:neoPulse 1.7s ease-in-out infinite}.neo-gif-tile b{position:relative;z-index:1;font-size:14px}.tile-a{background:linear-gradient(135deg,#f43f5e,#f97316)}.tile-b{background:linear-gradient(135deg,#16a34a,#0891b2)}.tile-c{background:linear-gradient(135deg,#7c3aed,#2563eb)}.neo-logo-strip{width:min(1180px,calc(100% - 32px));margin:0 auto 34px;padding:14px;justify-content:space-between;gap:10px;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:rgba(255,255,255,.72)}.neo-logo-strip span{color:#475569;font-size:13px;font-weight:900;white-space:nowrap}.neo-final,.neo-section{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:78px 0}.neo-section-head{max-width:760px;margin-bottom:28px}.neo-final h2,.neo-section h2{margin-top:10px;font-size:clamp(34px, 4.4vw, 58px);font-weight:900}.neo-final p,.neo-section p{color:var(--neo-muted);font-size:16px;line-height:1.7}.neo-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.7fr);align-items:center;gap:44px}.neo-checks{flex-direction:column;align-items:stretch;gap:10px;margin-top:22px}.neo-checks span{position:relative;min-height:42px;padding:10px 14px 10px 38px;border:1px solid var(--neo-line);border-radius:13px;background:rgba(255,255,255,.72);color:#334155;font-weight:800}.neo-checks span::before{content:"";position:absolute;left:15px;top:17px;width:9px;height:9px;border-radius:50%;background:var(--neo-green)}.neo-dashboard{padding:20px;border:1px solid rgba(148,163,184,.24);border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.1)}.neo-dashboard-head,.neo-dashboard-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.neo-dashboard-head{margin-bottom:18px}.neo-dashboard-head span{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--neo-pink),var(--neo-violet))}.neo-dashboard-head strong{flex:1;color:#0f172a}.neo-dashboard-head em{padding:6px 9px;border-radius:999px;color:#047857;background:#dcfce7;font-size:11px;font-style:normal;font-weight:900}.neo-chart{height:190px;padding:18px;display:grid;grid-template-columns:repeat(6,1fr);align-items:end;gap:10px;border-radius:20px;background:linear-gradient(180deg,#f8fafc,#eef6ff)}.neo-chart i{display:block;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,var(--neo-cyan),var(--neo-violet));animation:neoBars 3.6s ease-in-out infinite}.neo-chart i:first-child{height:38%}.neo-chart i:nth-child(2){height:58%;animation-delay:.15s}.neo-chart i:nth-child(3){height:45%;animation-delay:.3s}.neo-chart i:nth-child(4){height:78%;animation-delay:.45s}.neo-chart i:nth-child(5){height:62%;animation-delay:.6s}.neo-chart i:nth-child(6){height:88%;animation-delay:.75s}.neo-dashboard-row{min-height:48px;border-bottom:1px solid #eef2f7;font-size:14px;font-weight:800}.neo-dashboard-row:last-child{border-bottom:0}.neo-dashboard-row strong{color:#0f172a}.neo-demo-grid,.neo-price-grid,.neo-revenue-grid,.neo-sector-grid{display:grid;gap:16px}.neo-sector-grid{grid-template-columns:repeat(4,1fr)}.neo-demo-card,.neo-price-grid article,.neo-revenue-grid article,.neo-sector-grid article{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.2);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 18px 52px rgba(15,23,42,.07)}.neo-sector-grid article{min-height:250px;padding:20px}.neo-sector-grid article::after{content:"";position:absolute;right:-42px;bottom:-42px;width:128px;height:128px;border-radius:36px;background:linear-gradient(135deg,rgba(6,182,212,.2),rgba(244,63,94,.16));transform:rotate(18deg)}.neo-sector-grid span{color:var(--neo-cyan);font-size:12px;font-weight:900}.neo-sector-grid h3{margin:46px 0 10px;color:#0f172a;font-size:22px;line-height:1.15}.neo-sector-grid p{margin:0;font-size:14px}.neo-revenue{padding:72px 34px;border-radius:34px;color:#fff;background:radial-gradient(circle at 18% 22%,rgba(6,182,212,.34),transparent 28%),radial-gradient(circle at 82% 26%,rgba(244,63,94,.28),transparent 26%),#07111f}.neo-revenue .neo-kicker,.neo-revenue .neo-section-head h2,.neo-revenue h2{color:#fff}.neo-revenue-grid{grid-template-columns:repeat(4,1fr)}.neo-revenue-grid article{min-height:156px;padding:22px;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.08);box-shadow:none;backdrop-filter:blur(14px)}.neo-revenue-grid strong{display:block;color:#fff;font-size:44px;line-height:1}.neo-revenue-grid span{display:block;margin-top:12px;color:#cbd5e1;font-weight:800}.neo-price-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.neo-price-grid article{padding:24px}.neo-price-grid article.featured{color:#fff;background:radial-gradient(circle at 80% 12%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#0f172a,#155e75);transform:translateY(-12px)}.neo-price-grid b{position:absolute;top:18px;right:18px;padding:7px 10px;border-radius:999px;color:#0f172a;background:#fef3c7;font-size:11px}.neo-price-grid h3{margin:0 0 18px;color:#0f172a;font-size:22px}.neo-price-grid .featured h3,.neo-price-grid .featured li,.neo-price-grid .featured p,.neo-price-grid .featured strong{color:#fff}.neo-price-grid strong{display:block;color:#0f172a;font-size:42px;line-height:1}.neo-price-grid small{color:#94a3b8;font-size:14px}.neo-price-grid ul{min-height:96px;margin:18px 0;padding:0;display:grid;gap:9px;list-style:none}.neo-price-grid li{color:#475569;font-weight:800}.neo-price-grid a{min-height:46px;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--neo-violet),var(--neo-cyan))}.neo-demo{padding-top:56px}.neo-demo-grid{grid-template-columns:repeat(3,1fr)}.neo-demo-card{min-height:245px;padding:24px;display:flex;flex-direction:column;color:inherit;text-decoration:none}.neo-demo-card span{width:74px;height:74px;display:grid;place-items:center;overflow:hidden;border-radius:22px;color:#fff;background:linear-gradient(135deg,var(--neo-pink),var(--neo-violet));font-size:24px;font-weight:900}.neo-demo-card img{width:100%;height:100%;object-fit:cover}.neo-demo-card strong{margin-top:24px;color:#0f172a;font-size:22px}.neo-demo-card small{margin-top:5px;color:#64748b}.neo-demo-card em{width:max-content;min-height:42px;margin-top:auto;padding:0 14px;border-radius:999px;color:#075985;background:#e0f2fe;font-style:normal}.neo-final{margin-bottom:42px;padding:38px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;border-radius:34px;background:radial-gradient(circle at 12% 20%,rgba(34,197,94,.24),transparent 24%),linear-gradient(135deg,#ecfeff,#f8fafc 48%,#fff1f2);box-shadow:0 22px 70px rgba(15,23,42,.08)}.neo-final p{max-width:720px;margin-bottom:0}.neo-final a{min-height:54px;padding:0 22px;border-radius:15px;color:#fff;background:linear-gradient(135deg,#16a34a,#0891b2);white-space:nowrap}.neo-footer{width:min(1180px,calc(100% - 32px));margin:0 auto 28px;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#64748b;font-size:13px}.neo-footer strong{color:#0f172a}@keyframes neoShine{0%,100%,55%{transform:translateX(-125%) rotate(12deg)}70%{transform:translateX(125%) rotate(12deg)}}@keyframes neoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-14px) scale(1.02)}}@keyframes neoPhone{0%,100%{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-10px) rotate(-1deg)}}@keyframes neoBar{0%,100%{width:62%}50%{width:92%}}@keyframes neoStream{0%,18%{transform:translateY(0);opacity:1}24%,42%{transform:translateY(-48px);opacity:1}48%,66%{transform:translateY(-96px);opacity:1}72%,90%{transform:translateY(-144px);opacity:1}100%{transform:translateY(-144px);opacity:.25}}@keyframes neoShimmer{0%,40%{transform:translateX(-120%)}100%,75%{transform:translateX(120%)}}@keyframes neoPulse{0%,100%{transform:scale(.85);opacity:.72}50%{transform:scale(1.18);opacity:1}}@keyframes neoBars{0%,100%{transform:scaleY(.78)}50%{transform:scaleY(1)}}@media (max-width:1080px){.neo-nav{grid-template-columns:1fr auto}.neo-links{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.neo-links::-webkit-scrollbar{display:none}.neo-hero,.neo-split{grid-template-columns:1fr}.neo-showcase{min-height:520px}.neo-phone{right:10%}.neo-revenue-grid,.neo-sector-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.neo-final,.neo-footer,.neo-hero,.neo-logo-strip,.neo-nav,.neo-section{width:min(100% - 24px,1180px)}.neo-nav{margin-top:10px;grid-template-columns:1fr;gap:10px;border-radius:16px}.neo-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.neo-nav-actions{width:100%;justify-content:stretch}.neo-login,.neo-nav-cta{flex:1}.neo-links{width:calc(100% + 12px);margin-inline:-6px;padding-inline:6px;justify-content:flex-start}.neo-links a{flex:0 0 auto;min-height:34px;padding-inline:12px;font-size:12px}.neo-hero{min-height:auto;padding-top:46px;gap:34px}.neo-hero h1{font-size:42px;line-height:1.03}.neo-hero p{font-size:15px}.neo-primary,.neo-secondary{width:100%}.neo-proof{align-items:stretch}.neo-proof span{width:100%}.neo-showcase{min-height:500px}.neo-phone{left:50%;right:auto;width:min(315px,88vw);transform:translateX(-50%);animation:none}.neo-gif-wall{left:50%;bottom:6px;width:min(330px,88vw);transform:translateX(-50%);grid-template-columns:1fr}.neo-gif-tile{min-height:66px;border-radius:16px}.neo-logo-strip{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.neo-logo-strip::-webkit-scrollbar{display:none}.neo-section{padding:54px 0}.neo-final h2,.neo-section h2{font-size:34px;line-height:1.05}.neo-demo-grid,.neo-price-grid,.neo-revenue-grid,.neo-sector-grid{grid-template-columns:1fr}.neo-sector-grid article{min-height:190px}.neo-revenue{padding:46px 18px;border-radius:24px}.neo-price-grid article.featured{transform:none}.neo-final{grid-template-columns:1fr;padding:28px 18px;border-radius:24px}.neo-final a{width:100%}.neo-footer{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.neo-brand-mark::after,.neo-chart i,.neo-gif-tile span,.neo-gif-tile::before,.neo-live-card div span,.neo-phone,.neo-showcase::before,.neo-slot-stream span{animation:none}}body.landing-neo .neo-logo-strip{margin-bottom:10px}body.landing-neo .neo-section{padding:38px 0}body.landing-neo .neo-section-head{max-width:860px;margin-bottom:18px}body.landing-neo .neo-final h2,body.landing-neo .neo-section h2{max-width:900px;font-size:clamp(28px, 3vw, 42px);line-height:1.02}body.landing-neo .neo-split{display:block}body.landing-neo .neo-split>div:first-child{max-width:100%}body.landing-neo .neo-split p{max-width:860px;margin-bottom:0}body.landing-neo .neo-dashboard{display:none}body.landing-neo .neo-checks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}body.landing-neo .neo-checks span{min-height:88px;padding:38px 14px 14px;border-radius:14px;line-height:1.25}body.landing-neo .neo-checks span::before{top:16px;left:14px}body.landing-neo .neo-sector-grid{gap:12px}body.landing-neo .neo-sector-grid article{min-height:150px;padding:16px;border-radius:16px}body.landing-neo .neo-sector-grid h3{margin:26px 0 8px;font-size:18px}body.landing-neo .neo-sector-grid p{font-size:12px;line-height:1.45}body.landing-neo .neo-revenue{padding:36px 22px;border-radius:22px}body.landing-neo .neo-revenue-grid{gap:12px}body.landing-neo .neo-revenue-grid article{min-height:96px;padding:16px;border-radius:14px}body.landing-neo .neo-revenue-grid strong{font-size:32px}body.landing-neo .neo-revenue-grid span{margin-top:8px;font-size:12px;line-height:1.3}body.landing-neo .neo-price-grid{gap:12px}body.landing-neo .neo-price-grid article{padding:16px;border-radius:16px}body.landing-neo .neo-price-grid article.featured{transform:none}body.landing-neo .neo-price-grid h3{margin-bottom:10px;font-size:17px}body.landing-neo .neo-price-grid strong{font-size:32px}body.landing-neo .neo-price-grid li,body.landing-neo .neo-price-grid p{font-size:12px;line-height:1.35}body.landing-neo .neo-price-grid ul{min-height:72px;margin:12px 0;gap:6px}body.landing-neo .neo-price-grid a{width:max-content;min-height:36px;padding:0 12px;border-radius:10px;font-size:12px}body.landing-neo .neo-demo{padding-top:34px}body.landing-neo .neo-demo-card{min-height:170px;padding:16px;border-radius:16px}body.landing-neo .neo-demo-card span{width:52px;height:52px;border-radius:14px}body.landing-neo .neo-demo-card strong{margin-top:14px;font-size:17px}body.landing-neo .neo-demo-card em{min-height:34px;padding:0 11px;font-size:12px}body.landing-neo .neo-final{margin-top:18px;margin-bottom:22px;padding:26px;border-radius:22px}@media (max-width:760px){body.landing-neo .neo-logo-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;gap:6px}body.landing-neo .neo-logo-strip span{min-height:28px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.7);font-size:9.5px;text-align:center}body.landing-neo .neo-section{padding:26px 0}body.landing-neo .neo-section-head{margin-bottom:12px}body.landing-neo .neo-final h2,body.landing-neo .neo-section h2{font-size:25px}body.landing-neo .neo-final p,body.landing-neo .neo-section p{font-size:12px;line-height:1.45}body.landing-neo .neo-kicker{font-size:10px}body.landing-neo .neo-checks,body.landing-neo .neo-demo-grid,body.landing-neo .neo-sector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body.landing-neo .neo-revenue-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}body.landing-neo .neo-price-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}body.landing-neo .neo-checks span{min-height:74px;padding:30px 10px 10px;border-radius:12px;font-size:10.5px}body.landing-neo .neo-checks span::before{top:12px;left:10px;width:7px;height:7px}body.landing-neo .neo-sector-grid article{min-height:122px;padding:12px;border-radius:12px}body.landing-neo .neo-sector-grid h3{margin:18px 0 6px;font-size:13px}body.landing-neo .neo-sector-grid p{font-size:10px;line-height:1.32}body.landing-neo .neo-revenue{padding:22px 12px;border-radius:16px}body.landing-neo .neo-revenue-grid article{min-height:70px;padding:9px 6px;border-radius:10px}body.landing-neo .neo-revenue-grid strong{font-size:20px}body.landing-neo .neo-revenue-grid span{font-size:8px;line-height:1.2}body.landing-neo .neo-price-grid article{padding:12px;border-radius:12px}body.landing-neo .neo-price-grid article.featured{grid-column:auto}body.landing-neo .neo-price-grid h3{padding-right:0;font-size:10px}body.landing-neo .neo-price-grid strong{font-size:20px}body.landing-neo .neo-price-grid li,body.landing-neo .neo-price-grid p{font-size:8px;line-height:1.25}body.landing-neo .neo-price-grid ul{min-height:auto;margin:9px 0}body.landing-neo .neo-price-grid a{min-height:27px;padding:0 7px;border-radius:7px;font-size:8px}body.landing-neo .neo-price-grid b{position:static;width:max-content;margin-bottom:6px;padding:3px 5px;font-size:7px}body.landing-neo .neo-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.landing-neo .neo-demo-card{min-height:142px;padding:12px;border-radius:12px}body.landing-neo .neo-demo-card span{width:40px;height:40px;border-radius:10px}body.landing-neo .neo-demo-card strong{margin-top:10px;font-size:13px}body.landing-neo .neo-demo-card em,body.landing-neo .neo-demo-card small{font-size:9px}body.landing-neo .neo-demo-card em{min-height:28px;padding:0 8px}body.landing-neo .neo-final{margin-top:8px;padding:18px 12px}}@media (max-width:640px){.topbar-inner{min-height:0!important;padding-top:7px!important;padding-bottom:7px!important;align-items:flex-start!important;flex-direction:column!important;justify-content:flex-start!important;gap:7px!important}.brand{flex:0 0 auto!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important}.brand .mark{width:34px!important;height:34px!important;flex:0 0 34px!important}.topbar-actions,body.admin-page .topbar-actions{width:100%!important;max-width:100%!important;flex:0 0 auto!important;justify-content:flex-start!important;flex-wrap:wrap!important;overflow:visible!important;-webkit-overflow-scrolling:auto!important;scrollbar-width:auto!important}.topbar-actions::-webkit-scrollbar{display:none!important}.topbar-actions .login-link,.topbar-actions .pill-btn,.topbar-actions form .login-link,body.admin-page .topbar-actions .login-link,body.admin-page .topbar-actions .pill-btn{width:auto!important;min-width:max-content!important;min-height:25px!important;height:25px!important;max-height:25px!important;padding:0 8px!important;font-size:10.5px!important}}body.landing-easy{--easy-ink:#101828;--easy-text:#344054;--easy-muted:#667085;--easy-line:#d0d5dd;--easy-bg:#f5f8fb;--easy-card:#ffffff;--easy-blue:#1d4ed8;--easy-green:#128c4a;--easy-orange:#c2410c;margin:0;background:var(--easy-bg);color:var(--easy-text);font-family:var(--font);font-size:18px}.landing-easy a{color:inherit}.easy-header{position:sticky;top:0;z-index:30;width:min(1120px,calc(100% - 28px));min-height:76px;margin:12px auto 0;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:2px solid #e4e7ec;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 36px rgba(16,24,40,.08)}.easy-logo{min-width:0;display:flex;align-items:center;gap:12px;color:var(--easy-ink);text-decoration:none}.easy-logo span{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:14px;color:#fff;background:var(--easy-blue);font-size:18px;font-weight:900}.easy-logo strong{overflow:hidden;font-size:22px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.easy-big-button,.easy-business-card em,.easy-final-actions a,.easy-header-call{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-weight:900}.easy-header-call{min-height:52px;padding:0 22px;border-radius:14px;color:#fff;background:var(--easy-green);font-size:18px;white-space:nowrap}.easy-final,.easy-footer,.easy-hero,.easy-section{width:min(1120px,calc(100% - 28px));margin-left:auto;margin-right:auto}.easy-hero{min-height:calc(100vh - 100px);padding:48px 0 34px;display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:38px}.easy-note{width:max-content;max-width:100%;min-height:36px;padding:0 13px;display:inline-flex;align-items:center;border:2px solid #bfdbfe;border-radius:999px;color:#1e40af;background:#eff6ff;font-size:16px;font-weight:900}.easy-final h2,.easy-hero h1,.easy-section h2{margin:16px 0 0;color:var(--easy-ink);font-size:clamp(44px, 6vw, 76px);line-height:1.02;letter-spacing:0;font-weight:900}.easy-hero p{max-width:720px;margin:22px 0 0;color:var(--easy-text);font-size:24px;line-height:1.45;font-weight:700}.easy-actions{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.easy-big-button{min-height:146px;padding:18px;flex-direction:column;gap:7px;border:3px solid transparent;border-radius:22px;color:#fff;box-shadow:0 18px 42px rgba(16,24,40,.14)}.easy-big-button span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.22);font-size:18px}.easy-big-button strong{font-size:24px;line-height:1.05}.easy-big-button small{color:rgba(255,255,255,.88);font-size:15px}.easy-call{background:var(--easy-green)}.easy-whatsapp{background:#0f9f5f}.easy-demo{background:var(--easy-blue)}.easy-phone-card{padding:18px;border:3px solid #111827;border-radius:30px;background:#fff;box-shadow:0 22px 60px rgba(16,24,40,.16)}.easy-phone-title{min-height:50px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;border-radius:18px;color:#fff;background:var(--easy-blue);font-size:20px;font-weight:900}.easy-appointment{min-height:88px;margin-top:12px;padding:14px;display:grid;grid-template-columns:82px 1fr;gap:4px 12px;align-items:center;border:2px solid #e4e7ec;border-radius:18px;background:#f9fafb}.easy-appointment b{grid-row:span 2;color:var(--easy-blue);font-size:24px}.easy-appointment span{color:var(--easy-ink);font-size:20px;font-weight:900}.easy-appointment em{color:var(--easy-muted);font-style:normal;font-weight:700}.easy-appointment.active{border-color:#bbf7d0;background:#f0fdf4}.easy-section{padding:46px 0}.easy-section-head{max-width:840px;margin-bottom:22px}.easy-final h2,.easy-section h2{font-size:clamp(34px, 4vw, 52px)}.easy-final p,.easy-section-head p{color:var(--easy-text);font-size:22px;line-height:1.45;font-weight:700}.easy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.easy-business-card,.easy-grid article{border:2px solid #e4e7ec;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(16,24,40,.07)}.easy-steps article{min-height:230px;padding:22px}.easy-steps span{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;color:#fff;background:var(--easy-blue);font-size:26px;font-weight:900}.easy-grid h3{margin:22px 0 10px;color:var(--easy-ink);font-size:28px;line-height:1.1}.easy-grid p{margin:0;color:var(--easy-text);font-size:19px;line-height:1.4;font-weight:700}.easy-soft{padding:36px 28px;border-radius:30px;background:#eef6ff}.easy-benefits{grid-template-columns:repeat(4,minmax(0,1fr))}.easy-benefits article{min-height:178px;padding:20px}.easy-benefits strong{display:block;color:var(--easy-ink);font-size:22px;line-height:1.15}.easy-benefits p{margin-top:10px;font-size:17px}.easy-chip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.easy-chip-grid span{min-height:74px;padding:10px;display:flex;align-items:center;justify-content:center;border:2px solid #dbeafe;border-radius:18px;color:#1e3a8a;background:#fff;font-size:19px;font-weight:900;text-align:center}.easy-demo-area{padding-top:38px}.easy-demo-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.easy-business-card{min-height:220px;padding:20px;display:flex;flex-direction:column;color:inherit;text-decoration:none}.easy-business-card span{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:20px;color:#fff;background:var(--easy-blue);font-size:24px;font-weight:900}.easy-business-card img{width:100%;height:100%;object-fit:cover}.easy-business-card strong{margin-top:18px;color:var(--easy-ink);font-size:24px}.easy-business-card small{margin-top:5px;color:var(--easy-muted);font-size:16px;font-weight:800}.easy-business-card em{width:96px;min-height:48px;margin-top:auto;border-radius:14px;color:#fff;background:var(--easy-blue);font-size:20px;font-style:normal}.easy-final{margin-top:24px;margin-bottom:30px;padding:34px;border:3px solid #bbf7d0;border-radius:30px;background:#f0fdf4;text-align:center}.easy-final h2{margin-top:0}.easy-final p{max-width:760px;margin:12px auto 0}.easy-final-actions{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,260px));justify-content:center;gap:14px}.easy-final-actions a{min-height:64px;border-radius:18px;color:#fff;font-size:22px}.easy-footer{padding:18px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--easy-muted);font-size:16px}.easy-footer strong{color:var(--easy-ink)}@media (max-width:980px){.easy-hero{grid-template-columns:1fr}.easy-phone-card{width:min(100%,440px)}.easy-actions,.easy-benefits,.easy-chip-grid,.easy-demo-list,.easy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){body.landing-easy{font-size:16px}.easy-final,.easy-footer,.easy-header,.easy-hero,.easy-section{width:min(100% - 20px,1120px)}.easy-header{min-height:64px;margin-top:8px;padding:8px;border-radius:14px}.easy-logo span{width:42px;height:42px;flex-basis:42px;border-radius:12px;font-size:15px}.easy-logo strong{font-size:16px}.easy-header-call{min-height:44px;padding:0 14px;border-radius:12px;font-size:15px}.easy-hero{min-height:auto;padding:34px 0 20px;gap:22px}.easy-note{min-height:30px;padding:0 10px;font-size:13px}.easy-hero h1{font-size:42px}.easy-hero p{font-size:19px}.easy-actions{grid-template-columns:1fr;gap:10px}.easy-big-button{min-height:92px;display:grid;grid-template-columns:42px 1fr;justify-items:start;text-align:left;border-radius:18px}.easy-big-button span{grid-row:span 2}.easy-big-button strong{font-size:22px}.easy-big-button small{font-size:14px}.easy-phone-card{padding:12px;border-width:2px;border-radius:22px}.easy-phone-title{min-height:42px;font-size:17px}.easy-appointment{min-height:74px;grid-template-columns:70px 1fr;border-radius:14px}.easy-appointment b{font-size:20px}.easy-appointment span{font-size:17px}.easy-appointment em{font-size:14px}.easy-section{padding:32px 0}.easy-final h2,.easy-section h2{font-size:32px}.easy-final p,.easy-section-head p{font-size:17px}.easy-benefits,.easy-chip-grid,.easy-demo-list,.easy-grid{grid-template-columns:1fr;gap:10px}.easy-benefits article,.easy-steps article{min-height:0;padding:16px;border-radius:16px}.easy-steps span{width:46px;height:46px;border-radius:14px;font-size:22px}.easy-grid h3{margin-top:14px;font-size:24px}.easy-benefits p,.easy-grid p{font-size:16px}.easy-soft{padding:24px 10px;border-radius:20px}.easy-benefits strong{font-size:20px}.easy-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.easy-chip-grid span{min-height:58px;border-radius:14px;font-size:15px}.easy-business-card{min-height:166px;padding:14px;border-radius:16px}.easy-business-card span{width:52px;height:52px;border-radius:14px}.easy-business-card strong{margin-top:12px;font-size:20px}.easy-business-card small{font-size:14px}.easy-business-card em{min-height:40px;border-radius:12px;font-size:17px}.easy-final{padding:22px 14px;border-radius:20px}.easy-final-actions{grid-template-columns:1fr}.easy-final-actions a{min-height:58px;font-size:20px}.easy-footer{flex-direction:column;align-items:flex-start;font-size:14px}}body.landing-board{--board-ink:#111827;--board-text:#374151;--board-muted:#6b7280;--board-line:#dbe3ef;--board-bg:#f1f6fb;--board-card:#ffffff;--board-green:#118447;--board-blue:#1957d2;--board-yellow:#f8c344;margin:0;background:linear-gradient(90deg,rgba(219,227,239,.75) 1px,transparent 1px),linear-gradient(rgba(219,227,239,.75) 1px,transparent 1px),var(--board-bg);background-size:42px 42px;color:var(--board-text);font-family:var(--font)}.landing-board a{color:inherit}.board-demo-section,.board-final,.board-footer,.board-hero,.board-section,.board-strip,.board-top{width:min(1160px,calc(100% - 28px));margin-left:auto;margin-right:auto}.board-top{position:sticky;top:12px;z-index:40;min-height:72px;margin-top:12px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:2px solid rgba(17,24,39,.08);border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 18px 44px rgba(17,24,39,.1);backdrop-filter:blur(14px)}.board-brand{min-width:0;display:flex;align-items:center;gap:12px;text-decoration:none}.board-brand span{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:16px;color:#fff;background:var(--board-blue);font-weight:900}.board-brand strong{overflow:hidden;color:var(--board-ink);font-size:21px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.board-top-actions{display:flex;gap:8px}.board-demo-card,.board-demo-card em,.board-final a,.board-main-actions a,.board-mobile-bar a,.board-top-actions a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900}.board-top-actions a{min-height:48px;padding:0 18px;border-radius:15px;color:#fff;background:var(--board-ink)}.board-top-actions a:last-child{background:var(--board-green)}.board-hero{min-height:calc(100vh - 110px);padding:62px 0 30px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(430px,.8fr);align-items:center;gap:44px}.board-label{width:max-content;max-width:100%;min-height:36px;padding:0 13px;display:inline-flex;align-items:center;border:2px solid #bfdbfe;border-radius:999px;color:#1e40af;background:#eff6ff;font-size:14px;font-weight:900}.board-copy h1,.board-heading h2{margin:18px 0 0;color:var(--board-ink);font-size:clamp(50px, 7vw, 92px);line-height:.94;letter-spacing:0;font-weight:900}.board-copy p{max-width:720px;margin:24px 0 0;color:var(--board-text);font-size:26px;line-height:1.35;font-weight:800}.board-main-actions{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.board-main-actions a{min-height:148px;padding:20px;flex-direction:column;align-items:flex-start;border:3px solid transparent;border-radius:26px;color:#fff;box-shadow:0 22px 46px rgba(17,24,39,.16)}.board-main-actions small{color:rgba(255,255,255,.82);font-size:15px}.board-main-actions strong{margin-top:8px;font-size:27px;line-height:1.08}.board-main-actions span{margin-top:7px;font-size:18px;font-weight:800}.board-action-call{background:var(--board-green)}.board-action-message{background:var(--board-blue)}.board-visual{position:relative;min-height:560px}.board-phone,.board-ticket{position:absolute;border:3px solid var(--board-ink);background:var(--board-card);box-shadow:12px 12px 0 rgba(17,24,39,.12)}.board-ticket{width:255px;min-height:126px;padding:16px;border-radius:24px}.board-ticket b{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;color:var(--board-ink);background:var(--board-yellow);font-size:20px}.board-ticket span,.board-ticket strong{display:block}.board-ticket strong{margin-top:12px;color:var(--board-ink);font-size:20px;line-height:1.1}.board-ticket span{margin-top:5px;color:var(--board-muted);font-weight:800}.ticket-one{left:0;top:28px;transform:rotate(-4deg)}.ticket-two{right:0;top:140px;transform:rotate(3deg)}.ticket-three{left:18px;bottom:54px;transform:rotate(2deg)}.board-phone{left:50%;top:108px;width:245px;padding:18px;border-radius:34px;transform:translateX(-50%)}.board-phone-head{min-height:48px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;border-radius:18px;color:#fff;background:var(--board-ink);font-size:21px;font-weight:900}.board-phone button{width:100%;min-height:52px;margin-top:10px;border:2px solid var(--board-line);border-radius:16px;background:#fff;color:var(--board-ink);font:inherit;font-size:17px;font-weight:900}.board-phone button.confirm{border-color:var(--board-green);color:#fff;background:var(--board-green)}.board-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:12px 0 28px}.board-demo-card,.board-final,.board-simple-grid article,.board-strip article{border:2px solid rgba(17,24,39,.1);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 14px 34px rgba(17,24,39,.08)}.board-strip article{min-height:126px;padding:18px}.board-strip strong{display:block;color:var(--board-ink);font-size:22px;line-height:1.1}.board-strip span{display:block;margin-top:8px;color:var(--board-muted);font-size:16px;font-weight:800}.board-demo-section,.board-section{padding:44px 0}.board-heading{max-width:860px;margin-bottom:20px}.board-heading h2{font-size:clamp(38px, 5vw, 64px)}.board-simple-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.board-simple-grid article{min-height:224px;padding:20px}.board-simple-grid span{width:68px;min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:14px;color:#fff;background:var(--board-blue);font-weight:900}.board-simple-grid h3{margin:24px 0 10px;color:var(--board-ink);font-size:27px;line-height:1.08}.board-simple-grid p{margin:0;color:var(--board-text);font-size:18px;line-height:1.4;font-weight:750}.board-demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.board-demo-card{min-height:142px;padding:18px;display:grid;grid-template-columns:72px minmax(0,1fr) 76px;align-items:center;gap:16px}.board-demo-card span{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:20px;color:#fff;background:var(--board-ink);font-size:24px;font-weight:900}.board-demo-card img{width:100%;height:100%;object-fit:cover}.board-demo-card small,.board-demo-card strong{display:block}.board-demo-card strong{color:var(--board-ink);font-size:24px}.board-demo-card small{margin-top:6px;color:var(--board-muted);font-size:16px;font-weight:800}.board-demo-card em{min-height:52px;border-radius:16px;color:#fff;background:var(--board-blue);font-style:normal;font-size:20px}.board-final{margin-top:24px;margin-bottom:26px;padding:26px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;background:#ecfdf3}.board-final span,.board-final strong{display:block}.board-final strong{color:var(--board-ink);font-size:34px;line-height:1.05}.board-final span{margin-top:6px;color:var(--board-text);font-size:19px;font-weight:800}.board-final a{min-height:60px;padding:0 22px;border-radius:18px;color:#fff;background:var(--board-green);font-size:20px;white-space:nowrap}.board-footer{padding:16px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--board-muted);font-weight:800}.board-footer strong{color:var(--board-ink)}.board-mobile-bar{display:none}@media (max-width:1020px){.board-hero{grid-template-columns:1fr;min-height:auto}.board-visual{min-height:480px}.board-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.board-simple-grid{grid-template-columns:1fr}.board-demo-grid{grid-template-columns:1fr}}@media (max-width:640px){body.landing-board{padding-bottom:86px;background-size:28px 28px}.board-demo-section,.board-final,.board-footer,.board-hero,.board-section,.board-strip,.board-top{width:min(100% - 20px,1160px)}.board-top{top:8px;min-height:62px;margin-top:8px;border-radius:16px}.board-brand span{width:42px;height:42px;flex-basis:42px;border-radius:13px}.board-brand strong{font-size:16px}.board-top-actions a{min-height:40px;padding:0 11px;border-radius:12px;font-size:13px}.board-hero{padding:34px 0 18px;gap:18px}.board-label{min-height:30px;padding:0 10px;font-size:12px}.board-copy h1{font-size:43px;line-height:.98}.board-copy p{font-size:19px;line-height:1.35}.board-main-actions{grid-template-columns:1fr;gap:10px}.board-main-actions a{min-height:96px;padding:15px;border-radius:18px}.board-main-actions strong{font-size:22px}.board-main-actions span{font-size:15px}.board-visual{min-height:442px}.board-ticket{width:185px;min-height:104px;padding:12px;border-width:2px;border-radius:18px;box-shadow:7px 7px 0 rgba(17,24,39,.1)}.board-ticket b{width:30px;height:30px;border-radius:10px;font-size:16px}.board-ticket strong{margin-top:8px;font-size:15px}.board-ticket span{font-size:12px}.ticket-one{left:0;top:8px}.ticket-two{right:0;top:98px}.ticket-three{left:0;bottom:8px}.board-phone{top:118px;width:206px;padding:13px;border-width:2px;border-radius:26px;box-shadow:7px 7px 0 rgba(17,24,39,.1)}.board-phone-head{min-height:40px;font-size:17px}.board-phone button{min-height:42px;margin-top:8px;border-radius:13px;font-size:14px}.board-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:16px}.board-strip article{min-height:100px;padding:12px;border-radius:16px}.board-strip strong{font-size:17px}.board-strip span{font-size:12px}.board-demo-section,.board-section{padding:30px 0}.board-heading h2{font-size:34px}.board-simple-grid{gap:10px}.board-simple-grid article{min-height:0;padding:15px;border-radius:18px}.board-simple-grid h3{margin-top:16px;font-size:23px}.board-simple-grid p{font-size:15px}.board-demo-card{min-height:112px;padding:12px;grid-template-columns:52px minmax(0,1fr) 52px;gap:10px;border-radius:18px}.board-demo-card span{width:52px;height:52px;border-radius:14px}.board-demo-card strong{font-size:17px}.board-demo-card small{font-size:12px}.board-demo-card em{min-height:42px;border-radius:13px;font-size:16px}.board-final{grid-template-columns:1fr;padding:18px;border-radius:20px}.board-final strong{font-size:28px}.board-final span{font-size:15px}.board-final a{width:100%}.board-footer{flex-direction:column;align-items:flex-start;font-size:13px}.board-mobile-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:60;min-height:64px;padding:8px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border:2px solid rgba(17,24,39,.12);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 18px 40px rgba(17,24,39,.22);backdrop-filter:blur(14px)}.board-mobile-bar a{min-height:48px;border-radius:15px;color:#fff;background:var(--board-green);font-size:17px}.board-mobile-bar a:last-child{background:var(--board-blue)}}body.landing-pro{--pro-blue:#2468ff;--pro-blue-dark:#1647c7;--pro-navy:#14213d;--pro-text:#4a5872;--pro-muted:#7a879b;--pro-line:#e4e9f2;--pro-soft:#eef5ff;--pro-bg:#ffffff;margin:0;background:var(--pro-bg);color:var(--pro-text);font-family:var(--font)}.landing-pro a{color:inherit}.pro-footer,.pro-header,.pro-hero,.pro-section{width:min(1180px,calc(100% - 32px));margin-left:auto;margin-right:auto}.pro-header{position:sticky;top:0;z-index:50;min-height:78px;padding:12px 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px)}.pro-actions,.pro-brand,.pro-demo-actions,.pro-footer,.pro-footer div,.pro-footer nav,.pro-hero-actions,.pro-nav{display:flex;align-items:center}.pro-brand{min-width:0;gap:11px;color:var(--pro-navy);text-decoration:none}.pro-brand span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:12px;color:#fff;background:0 0;font-weight:900}.pro-brand span img{width:100%;height:100%;display:block;object-fit:contain}.pro-brand strong{font-size:20px;font-weight:900;white-space:nowrap}.pro-nav{justify-content:center;gap:22px}.pro-login,.pro-nav a{color:#516176;font-size:13px;font-weight:900;text-decoration:none;text-transform:uppercase}.pro-login:hover,.pro-nav a:hover{color:var(--pro-blue)}.pro-actions{gap:12px;justify-content:flex-end}.pro-price-grid a,.pro-primary,.pro-secondary,.pro-trial{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-size:14px;font-weight:900;text-decoration:none}.pro-price-grid a,.pro-primary,.pro-trial{color:#fff;background:var(--pro-blue);box-shadow:0 14px 32px rgba(36,104,255,.22)}.pro-secondary{color:var(--pro-blue);border:1px solid #cfe0ff;background:#fff}.pro-hero{min-height:calc(100vh - 90px);padding:74px 0 56px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,.88fr);align-items:center;gap:56px}.pro-card-note,.pro-free{color:var(--pro-blue);font-weight:800}.pro-card-note::before,.pro-free::before{content:"*"}.pro-hero h1{margin:14px 0 20px;color:var(--pro-navy);font-size:clamp(46px, 6.2vw, 84px);line-height:1;letter-spacing:0;font-weight:900}.pro-hero p{max-width:640px;margin:0 0 16px;color:var(--pro-text);font-size:18px;line-height:1.75}.pro-hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px}.pro-card-note{display:block;margin-top:14px;font-size:13px}.pro-product{position:relative;min-height:520px;display:grid;place-items:center}.pro-product::before{content:"";position:absolute;width:82%;height:82%;border-radius:50%;background:radial-gradient(circle,rgba(36,104,255,.18),transparent 66%)}.pro-window{position:relative;width:min(100%,560px);padding:16px;border:1px solid rgba(36,104,255,.12);border-radius:28px;background:#fff;box-shadow:0 36px 100px rgba(20,33,61,.16)}.pro-window-top{height:46px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--pro-line)}.pro-window-top span{width:10px;height:10px;border-radius:50%;background:#d8e0ec}.pro-window-top strong{margin-left:8px;color:var(--pro-navy);font-size:14px}.pro-panel-grid{display:grid;grid-template-columns:132px 1fr;gap:16px;padding-top:16px}.pro-sidebar{min-height:340px;padding:16px;border-radius:20px;background:var(--pro-soft)}.pro-sidebar b{display:block;color:var(--pro-navy);margin-bottom:18px}.pro-sidebar i{display:block;height:34px;margin-top:10px;border-radius:999px;background:#fff}.pro-calendar{min-width:0}.pro-calendar-head,.pro-list-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.pro-calendar-head{margin-bottom:16px}.pro-calendar-head strong{color:var(--pro-navy);font-size:22px}.pro-calendar-head em,.pro-list-row em{padding:6px 10px;border-radius:999px;color:#0f8a48;background:#e8f8ef;font-size:11px;font-style:normal;font-weight:900}.pro-days{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.pro-days span{aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--pro-line);border-radius:10px;color:#65758b;background:#fff;font-size:12px;font-weight:800}.pro-days span.busy{color:var(--pro-blue);background:#eef5ff}.pro-days span.active{color:#fff;background:var(--pro-blue)}.pro-list-row{min-height:54px;margin-top:12px;padding:0 14px;border:1px solid var(--pro-line);border-radius:14px;background:#fff}.pro-list-row b{color:var(--pro-blue)}.pro-list-row span{flex:1;color:var(--pro-navy);font-weight:800}.pro-section{padding:70px 0}.pro-section-head{max-width:820px;margin:0 auto 34px;text-align:center}.pro-about-copy h2,.pro-demo h2,.pro-section-head h2{margin:0;color:var(--pro-navy);font-size:clamp(32px, 4.2vw, 54px);line-height:1.1;letter-spacing:0;font-weight:900}.pro-section-head p{color:var(--pro-muted);font-size:17px}.pro-feature-grid,.pro-price-grid,.pro-step-grid{display:grid;gap:18px}.pro-feature-grid{grid-template-columns:repeat(3,1fr)}.pro-demo-card,.pro-feature-grid article,.pro-price-grid article,.pro-step-grid article{border:1px solid var(--pro-line);border-radius:22px;background:#fff;box-shadow:0 16px 44px rgba(20,33,61,.07)}.pro-feature-grid article{min-height:240px;padding:28px}.pro-feature-grid span,.pro-step-grid span{color:var(--pro-blue);font-weight:900}.pro-feature-grid h3,.pro-price-grid h3,.pro-step-grid h3{margin:28px 0 12px;color:var(--pro-navy);font-size:23px;line-height:1.15}.pro-about-copy li,.pro-about-copy p,.pro-demo p,.pro-feature-grid p,.pro-price-grid p,.pro-step-grid p{color:var(--pro-text);font-size:16px;line-height:1.65}.pro-steps{background:linear-gradient(180deg,#fff,#f7fbff)}.pro-step-grid{grid-template-columns:repeat(4,1fr)}.pro-step-grid article{min-height:260px;padding:24px}.pro-step-grid span{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--pro-blue);font-size:22px}.pro-about{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(0,1fr);align-items:center;gap:54px}.pro-about-media{min-height:480px;display:grid;place-items:center;border-radius:34px;background:radial-gradient(circle at 50% 38%,rgba(36,104,255,.18),transparent 38%),var(--pro-soft)}.pro-phone-mock{width:245px;padding:18px;border:8px solid var(--pro-navy);border-radius:36px;background:#fff;box-shadow:0 24px 70px rgba(20,33,61,.18)}.pro-phone-mock b,.pro-phone-mock span,.pro-phone-mock strong{display:flex;align-items:center;justify-content:center}.pro-phone-mock strong{min-height:54px;border-radius:18px;color:#fff;background:var(--pro-blue);font-size:20px}.pro-phone-mock span{min-height:46px;margin-top:10px;border:1px solid var(--pro-line);border-radius:14px;color:var(--pro-navy);font-weight:800}.pro-phone-mock b{min-height:48px;margin-top:12px;border-radius:999px;color:#fff;background:#16a34a}.pro-about-copy ul{margin:18px 0 0;padding-left:20px}.pro-about-copy li{margin-top:7px}.pro-price-grid{grid-template-columns:repeat(3,1fr)}.pro-price-grid article{position:relative;min-height:260px;padding:26px}.pro-price-grid article.popular{border-color:rgba(36,104,255,.35);box-shadow:0 24px 66px rgba(36,104,255,.14)}.pro-price-grid b{position:absolute;top:18px;right:18px;padding:6px 10px;border-radius:999px;color:var(--pro-blue);background:#eef5ff;font-size:11px}.pro-price-grid h3{margin-top:0}.pro-price-grid strong{display:block;color:var(--pro-navy);font-size:38px}.pro-price-grid small{color:var(--pro-muted);font-size:14px}.pro-price-grid a{width:max-content;margin-top:12px}.pro-demo{margin-bottom:44px;padding:46px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:center;gap:36px;border-radius:34px;background:var(--pro-soft)}.pro-demo-actions{flex-wrap:wrap;gap:12px;margin-top:20px}.pro-demo-card{min-height:230px;padding:24px;display:flex;flex-direction:column;color:inherit;text-decoration:none}.pro-demo-card span{width:74px;height:74px;display:grid;place-items:center;overflow:hidden;border-radius:20px;color:#fff;background:var(--pro-blue);font-size:24px;font-weight:900}.pro-demo-card img{width:100%;height:100%;object-fit:cover}.pro-demo-card strong{margin-top:24px;color:var(--pro-navy);font-size:22px}.pro-demo-card small{margin-top:6px;color:var(--pro-muted);font-weight:800}.pro-footer{min-height:78px;padding:22px 0 34px;justify-content:space-between;gap:20px;border-top:1px solid var(--pro-line)}.pro-footer div{flex-direction:column;align-items:flex-start;gap:4px}.pro-footer strong{color:var(--pro-navy)}.pro-footer a,.pro-footer span{color:var(--pro-muted);font-size:13px;font-weight:800;text-decoration:none}.pro-footer nav{gap:18px}@media (max-width:1020px){.pro-header{grid-template-columns:1fr auto}.pro-nav{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.pro-nav::-webkit-scrollbar{display:none}.pro-about,.pro-demo,.pro-hero{grid-template-columns:1fr}.pro-feature-grid,.pro-price-grid,.pro-step-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.pro-footer,.pro-header,.pro-hero,.pro-section{width:min(100% - 22px,1180px)}.pro-header{min-height:0;padding:10px 0;gap:10px}.pro-brand strong{font-size:16px}.pro-brand span{width:38px;height:38px;flex-basis:38px}.pro-actions{gap:7px}.pro-login{display:none}.pro-trial{min-height:38px;padding:0 12px;font-size:12px}.pro-nav{gap:8px}.pro-nav a{min-height:34px;padding:0 11px;display:inline-flex;align-items:center;border:1px solid var(--pro-line);border-radius:999px;background:#fff;font-size:11px;white-space:nowrap}.pro-hero{min-height:auto;padding:38px 0 34px;gap:26px}.pro-hero h1{font-size:44px}.pro-hero p{font-size:15px;line-height:1.62}.pro-primary,.pro-secondary{width:100%;min-height:46px}.pro-product{min-height:auto}.pro-window{border-radius:20px;padding:10px}.pro-panel-grid{grid-template-columns:1fr}.pro-sidebar{display:none}.pro-days{gap:5px}.pro-days span{border-radius:8px;font-size:10px}.pro-section{padding:42px 0}.pro-section-head{margin-bottom:20px;text-align:left}.pro-about-copy h2,.pro-demo h2,.pro-section-head h2{font-size:31px}.pro-feature-grid,.pro-price-grid,.pro-step-grid{grid-template-columns:1fr;gap:12px}.pro-feature-grid article,.pro-price-grid article,.pro-step-grid article{min-height:0;padding:18px;border-radius:16px}.pro-feature-grid h3,.pro-price-grid h3,.pro-step-grid h3{margin-top:16px;font-size:21px}.pro-about{gap:24px}.pro-about-media{min-height:360px;border-radius:22px}.pro-demo{width:min(100% - 22px,1180px);padding:24px 16px;border-radius:22px}.pro-demo-card{min-height:180px;padding:18px;border-radius:16px}.pro-footer{flex-direction:column;align-items:flex-start}.pro-footer nav{flex-wrap:wrap}}body.landing-pro{background:#fff}body.landing-pro::before{content:"";position:fixed;top:0;left:0;right:0;height:7px;z-index:120;background:#3b3b3b}body.landing-pro .pro-header{position:sticky;top:7px;width:100%;min-height:86px;padding:0 max(24px,calc((100vw - 1180px)/ 2));background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08);backdrop-filter:none}body.landing-pro .pro-brand span{width:52px;height:52px;flex-basis:52px;border:3px solid #1a8dcb;border-radius:50%;color:#1a8dcb;background:#fff;font-size:15px}body.landing-pro .pro-brand strong{color:#0f172a;font-size:26px;letter-spacing:-.02em}body.landing-pro .pro-login,body.landing-pro .pro-nav a{color:#2f3743;font-size:12px}body.landing-pro .pro-actions{gap:0}body.landing-pro .pro-login,body.landing-pro .pro-trial{min-height:42px;padding:0 18px;color:#fff}body.landing-pro .pro-trial{border-radius:999px 0 0 999px;background:#169753}body.landing-pro .pro-login{display:inline-flex;align-items:center;border-radius:0 999px 999px 0;background:#1d5da8}body.landing-pro .pro-hero{position:relative;width:100%;min-height:650px;margin:0;padding:0 max(24px,calc((100vw - 1180px)/ 2));overflow:hidden;grid-template-columns:minmax(0,.85fr) minmax(500px,.9fr);gap:52px;background:linear-gradient(90deg,rgba(0,150,158,.84),rgba(0,40,56,.76) 46%,rgba(255,255,255,0) 82%),url("/static/images/barber-hero.webp") center/cover no-repeat}body.landing-pro .pro-hero::after{content:"";position:absolute;left:-5vw;right:-5vw;bottom:-1px;height:265px;z-index:0;background:rgba(255,255,255,.93);clip-path:polygon(0 62%,100% 0,100% 100%,0 100%);pointer-events:none}body.landing-pro .pro-hero>*{position:relative;z-index:1}body.landing-pro .pro-card-note,body.landing-pro .pro-free{color:#ff8a00}body.landing-pro .pro-hero h1{color:#fff;font-size:clamp(42px, 4.1vw, 62px)}body.landing-pro .pro-hero p{color:#fff;font-size:16px;line-height:1.85;font-weight:800}body.landing-pro .pro-primary{color:#5f6f84;border:1px solid #d7dce4;border-radius:0;background:#fff;box-shadow:none}body.landing-pro .pro-secondary{color:#5f6f84;border:1px solid #d7dce4;border-radius:0;background:#fff}body.landing-pro .pro-product{min-height:560px;align-items:center}body.landing-pro .pro-product::before{display:none}body.landing-pro .pro-window{width:min(100%,620px);min-height:348px;padding:24px 28px 54px;border:18px solid #f7f9fc;border-radius:30px 30px 18px 18px;background:linear-gradient(64deg,rgba(38,147,180,.9) 0 18%,rgba(255,255,255,.9) 18% 78%,rgba(38,147,180,.9) 78%),#fff;box-shadow:0 38px 90px rgba(20,33,61,.2)}body.landing-pro .pro-window::after{content:"";position:absolute;left:50%;bottom:-48px;width:118%;height:54px;border-radius:0 0 54px 54px;background:linear-gradient(180deg,#f8fafc,#dfe5ed);transform:translateX(-50%);box-shadow:0 26px 42px rgba(20,33,61,.16)}body.landing-pro .pro-window-top{height:32px}body.landing-pro .pro-window-top strong{color:#8a96a8;font-size:11px}body.landing-pro .pro-panel-grid{grid-template-columns:1fr;padding-top:12px}body.landing-pro .pro-sidebar{display:none}body.landing-pro .pro-calendar-head strong{color:#374151;font-size:16px}body.landing-pro .pro-days{gap:6px}body.landing-pro .pro-days span{border-radius:4px;font-size:10px}body.landing-pro .pro-list-row{min-height:42px}body.landing-pro #ozellikler{margin-top:-10px}body.landing-pro .pro-section-head h2{font-size:clamp(30px, 3vw, 42px)}body.landing-pro .pro-feature-grid{max-width:950px;margin:0 auto}body.landing-pro .pro-feature-grid article{min-height:270px;padding:34px 30px;border-radius:4px;text-align:center}body.landing-pro .pro-feature-grid span{width:56px;height:56px;margin:0 auto;display:grid;place-items:center;border:3px solid #32c6f4;border-radius:8px;color:#32c6f4;font-size:17px}body.landing-pro .pro-feature-grid h3{font-size:17px}body.landing-pro .pro-feature-grid p{font-size:14px}@media (max-width:1020px){body.landing-pro .pro-header{grid-template-columns:1fr auto}body.landing-pro .pro-hero{grid-template-columns:1fr;min-height:auto;padding-top:64px;padding-bottom:130px}body.landing-pro .pro-product{min-height:440px}}@media (max-width:640px){body.landing-pro .pro-header{top:7px;height:72px;min-height:72px;padding:0 12px;gap:8px}body.landing-pro .pro-brand span{width:38px;height:38px;flex-basis:38px;font-size:12px}body.landing-pro .pro-brand strong{font-size:17px}body.landing-pro .pro-trial{min-height:36px;padding:0 10px;font-size:10px}body.landing-pro .pro-login{display:none}body.landing-pro .pro-hero{width:100%;padding:46px 16px 88px;background-position:26% center}body.landing-pro .pro-hero::after{height:130px;clip-path:polygon(0 64%,100% 22%,100% 100%,0 100%)}body.landing-pro .pro-hero h1{font-size:38px}body.landing-pro .pro-hero p{font-size:14px;line-height:1.65}body.landing-pro .pro-product{min-height:300px}body.landing-pro .pro-window{min-height:246px;padding:12px 12px 36px;border-width:10px;border-radius:20px 20px 12px 12px}body.landing-pro .pro-window::after{bottom:-30px;height:34px}body.landing-pro .pro-feature-grid article{min-height:0;padding:22px 18px}}body.landing-pro .pro-mobile-tools{display:none}body.landing-pro .pro-header-contact{width:34px;height:34px;display:none;place-items:center;border-radius:50%;color:#fff;text-decoration:none;position:relative;overflow:hidden}body.landing-pro .pro-header-contact svg{width:18px;height:18px;position:relative;z-index:1}body.landing-pro .pro-header-contact svg path{stroke:none}body.landing-pro .pro-header-contact b{display:none}body.landing-pro .pro-header-whatsapp{background:0 0;border-radius:7px;box-shadow:0 10px 22px rgba(7,150,41,.26)}body.landing-pro .pro-header-whatsapp svg{width:100%!important;height:100%!important;display:block!important;border-radius:inherit}body.landing-pro .pro-header-whatsapp::before{display:none}body.landing-pro .pro-header-whatsapp::after{display:none}body.landing-pro .pro-header-whatsapp svg path:last-child{fill:none!important;stroke:#baffd0!important}body.landing-pro .pro-header-whatsapp .wa-bubble-outline{fill:none!important;stroke:#fff!important;stroke-width:2.35!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.landing-pro .pro-header-whatsapp .wa-phone-mark{fill:#fff!important;stroke:none!important}body.landing-pro .pro-header-phone{background:0 0;border-radius:7px;box-shadow:0 10px 22px rgba(29,85,231,.24)}body.landing-pro .pro-header-phone svg{width:100%!important;height:100%!important;display:block!important;border-radius:inherit}body.landing-pro .pro-header-phone .phone-mark{fill:#fff!important;stroke:none!important}@keyframes proWhatsappShine{0%,58%{transform:translateX(0) rotate(22deg);opacity:0}68%{opacity:1}100%{transform:translateX(230%) rotate(22deg);opacity:0}}body.landing-pro .pro-mobile-chat{display:none}body.landing-pro .mobile-title{display:none}body.landing-pro #ozellikler .pro-section-head h2{color:#050505;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:600;letter-spacing:0}body.landing-pro #ozellikler .pro-feature-grid article{border-radius:5px;text-align:center;box-shadow:0 5px 16px rgba(15,23,42,.08)}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{position:relative;width:58px;height:58px;margin:0 auto;display:grid;place-items:center;border:0;border-radius:0;color:#20c4e8;font-size:0}body.landing-pro #ozellikler .pro-feature-grid .feature-icon::after,body.landing-pro #ozellikler .pro-feature-grid .feature-icon::before{content:"";position:absolute;display:block}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::before{left:12px;top:5px;width:30px;height:40px;border:3px solid #20c4e8;border-radius:2px;background:linear-gradient(#20c4e8 0 0) 7px 9px/8px 8px no-repeat,linear-gradient(#20c4e8 0 0) 7px 20px/8px 8px no-repeat,linear-gradient(#20c4e8 0 0) 7px 31px/8px 8px no-repeat}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::after{right:6px;top:19px;width:18px;height:18px;border:3px solid #20c4e8;border-radius:50%;background:linear-gradient(#20c4e8 0 0) center/10px 3px no-repeat,linear-gradient(#20c4e8 0 0) center/3px 10px no-repeat,#fff}body.landing-pro #ozellikler .pro-feature-grid .icon-interface::before{left:15px;top:3px;width:30px;height:46px;border:3px solid #20c4e8;border-radius:5px;background:linear-gradient(#20c4e8 0 0) 7px 32px/12px 3px no-repeat,linear-gradient(#20c4e8 0 0) 7px 38px/8px 3px no-repeat}body.landing-pro #ozellikler .pro-feature-grid .icon-interface::after{right:4px;top:15px;width:26px;height:18px;border:3px solid #20c4e8;border-radius:4px;background:radial-gradient(circle,#20c4e8 2px,transparent 3px) 5px 5px/8px 8px,#fff}body.landing-pro #ozellikler .pro-feature-grid .icon-support::before{left:6px;bottom:6px;width:46px;height:30px;border:3px solid #20c4e8;border-top:0;border-radius:0 0 5px 5px;background:radial-gradient(circle at 50% 34%,transparent 8px,#20c4e8 9px,#20c4e8 11px,transparent 12px),linear-gradient(#20c4e8 0 0) center 20px/20px 3px no-repeat}body.landing-pro #ozellikler .pro-feature-grid .icon-support::after{left:3px;top:5px;width:24px;height:24px;border:3px solid #20c4e8;border-radius:50%;box-shadow:28px 14px 0 -9px #fff,28px 14px 0 -6px #20c4e8}body.landing-pro #ozellikler .pro-feature-grid h3{color:#111827;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:600;line-height:1.28}body.landing-pro #ozellikler .pro-feature-grid p{max-width:420px;margin-left:auto;margin-right:auto;color:#5f6673;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:400;line-height:1.55}@media (max-width:640px){body.landing-pro{background:#fff}body.landing-pro::before{display:none}body.landing-pro .pro-header{position:relative;top:auto;width:100%;min-height:150px;padding:18px 26px;grid-template-columns:minmax(0,1fr) auto;align-items:center;background:#fff;box-shadow:none;overflow:hidden}body.landing-pro .pro-brand{min-width:0;gap:12px}body.landing-pro .pro-brand span{width:82px;height:82px;flex-basis:82px;border-width:4px;font-size:22px}body.landing-pro .pro-brand strong{max-width:230px;color:#050505;font-size:27px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.landing-pro .pro-actions,body.landing-pro .pro-nav{display:none}body.landing-pro .pro-mobile-tools{flex:0 0 auto;display:flex;align-items:center;gap:18px}body.landing-pro .pro-mobile-tools span{color:#3f3f46;font-size:22px;font-weight:900}body.landing-pro .pro-mobile-tools button{width:48px;height:44px;padding:0;display:grid;place-items:center;gap:6px;border:0;background:0 0}body.landing-pro .pro-mobile-tools i{width:34px;height:5px;display:block;border-radius:999px;background:#303030}body.landing-pro .pro-hero{width:100%;min-height:1045px;padding:76px 28px 0;display:block;background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.38) 38%,rgba(0,121,132,.38)),url("/static/images/barber-hero.webp") 19% top/auto 720px no-repeat,#041017}body.landing-pro .pro-hero::after{height:265px;clip-path:polygon(0 56%,100% 14%,100% 100%,0 100%);background:rgba(255,255,255,.9)}body.landing-pro .pro-hero-copy{position:relative;z-index:2;max-width:100%;padding-bottom:42px;text-align:center}body.landing-pro .pro-free{display:none}body.landing-pro .pro-hero h1{margin:0 0 26px;color:#fff;font-size:39px;line-height:1.08;text-align:center}body.landing-pro .pro-hero p{max-width:none;margin:0 auto 20px;color:#fff;font-size:22px;line-height:1.72;font-weight:700;text-align:left}body.landing-pro .pro-hero p:nth-of-type(2){margin-top:34px}body.landing-pro .pro-hero-actions{position:relative;margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:6px}body.landing-pro .pro-hero-actions::before{content:"30 Gün Ücretsiz Deneyin";position:absolute;left:0;right:0;top:-38px;color:#ff9800;font-size:24px;font-weight:900;text-align:center}body.landing-pro .pro-primary,body.landing-pro .pro-secondary{width:100%;min-height:82px;padding:0 8px;border:0;border-radius:0;color:#4b5563;background:#fff;font-size:20px;box-shadow:none}body.landing-pro .pro-card-note{margin-top:28px;display:block;color:#ff9800;font-size:20px;text-align:center}body.landing-pro .pro-product{position:absolute;left:0;right:0;bottom:-4px;z-index:2;min-height:280px;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}body.landing-pro .pro-window{width:min(72vw,430px);min-height:210px;padding:9px 10px 30px;border-width:12px;border-radius:20px 20px 12px 12px}body.landing-pro .pro-window::after{bottom:-30px;height:34px}body.landing-pro .pro-window-top{height:24px}body.landing-pro .pro-calendar-head,body.landing-pro .pro-list-row:nth-of-type(n+2){display:none}body.landing-pro .pro-days{grid-template-columns:repeat(4,1fr);gap:5px}body.landing-pro .pro-days span:nth-child(n+17){display:none}body.landing-pro .pro-list-row{min-height:34px;margin-top:8px;border-radius:8px;font-size:10px}body.landing-pro #ozellikler{margin-top:0;padding-top:72px}body.landing-pro .pro-footer,body.landing-pro .pro-section{width:min(100% - 42px,1180px)}body.landing-pro .pro-section{padding:56px 0}body.landing-pro .pro-section-head{margin-bottom:54px;text-align:center}body.landing-pro .pro-about-copy h2,body.landing-pro .pro-demo h2,body.landing-pro .pro-section-head h2{color:#20242c;font-size:38px;line-height:1.35;text-align:center}body.landing-pro .pro-feature-grid,body.landing-pro .pro-price-grid,body.landing-pro .pro-step-grid{grid-template-columns:1fr;gap:52px}body.landing-pro .pro-feature-grid article{min-height:410px;padding:58px 28px 44px;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 5px 18px rgba(15,23,42,.12);text-align:center}body.landing-pro .pro-feature-grid span{width:92px;height:92px;border-width:4px;border-radius:10px;font-size:30px}body.landing-pro .pro-feature-grid h3{margin-top:50px;color:#111827;font-size:26px;line-height:1.25}body.landing-pro .pro-feature-grid p{margin-top:28px;color:#696f7a;font-size:22px;line-height:1.68}body.landing-pro .pro-steps{width:100%;padding:72px 48px;background:#eef3f6}body.landing-pro .pro-steps .pro-section-head h2{text-align:left;font-size:42px;line-height:1.24}body.landing-pro .pro-step-grid{gap:70px}body.landing-pro .pro-step-grid article{min-height:0;padding:0;display:grid;grid-template-columns:120px 1fr;gap:28px;border:0;border-radius:0;background:0 0;box-shadow:none}body.landing-pro .pro-step-grid span{width:116px;height:116px;border:4px solid #168eb9;border-radius:50%;color:#168eb9;background:0 0;font-size:52px}body.landing-pro .pro-step-grid h3{margin:8px 0 18px;color:#1f232a;font-size:30px}body.landing-pro .pro-step-grid p{color:#4f5661;font-size:24px;line-height:1.65}body.landing-pro .pro-about{width:100%;padding-top:0;grid-template-columns:1fr;gap:0}body.landing-pro .pro-about-media{min-height:760px;border-radius:0;background:#eef3f6}body.landing-pro .pro-phone-mock{width:min(70vw,390px);min-height:660px;border-color:rgba(255,255,255,.86);border-width:12px;opacity:.95}body.landing-pro .pro-phone-mock b,body.landing-pro .pro-phone-mock span,body.landing-pro .pro-phone-mock strong{min-height:86px;font-size:22px}body.landing-pro .pro-about-copy{width:min(100% - 42px,1180px);margin:0 auto;padding:46px 0}body.landing-pro .pro-about-copy h2{text-align:left;font-size:32px}body.landing-pro .pro-about-copy li,body.landing-pro .pro-about-copy p{font-size:21px;line-height:1.7}body.landing-pro .pro-demo,body.landing-pro .pro-price-grid article{border-radius:6px}body.landing-pro .pro-demo{width:min(100% - 42px,1180px);padding:34px 20px}}@media (max-width:640px){body.landing-pro::before{display:block;position:fixed;height:8px;background:#333}body.landing-pro .pro-header{position:relative;top:8px;min-height:94px;height:94px;padding:0 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;background:#fff}body.landing-pro .pro-brand{gap:8px;min-width:0}body.landing-pro .pro-brand span{width:64px;height:64px;flex:0 0 64px;border-width:3px;font-size:16px}body.landing-pro .pro-brand strong{max-width:190px;color:#000;font-size:22px;line-height:1;letter-spacing:-.04em;overflow:hidden;white-space:nowrap;text-overflow:clip}body.landing-pro .pro-mobile-tools{gap:18px}body.landing-pro .pro-mobile-tools span{color:#3f3f46;font-size:16px;font-weight:800}body.landing-pro .pro-mobile-tools button{width:34px;height:31px;gap:4px}body.landing-pro .pro-mobile-tools i{width:25px;height:4px;border-radius:999px;background:#333}body.landing-pro .pro-hero{top:8px;min-height:665px;height:665px;padding:48px 14px 0;display:block;overflow:hidden;background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.24) 46%,rgba(0,126,136,.22)),url("/static/images/barber-hero-mobile.webp") center top/cover no-repeat,#031016}body.landing-pro .pro-hero::after{left:-4vw;right:-4vw;bottom:-1px;height:145px;background:rgba(255,255,255,.92);clip-path:polygon(0 58%,100% 20%,100% 100%,0 100%)}body.landing-pro .pro-hero-copy{padding-bottom:0;text-align:center}body.landing-pro .pro-hero h1{margin:0 0 24px;color:#fff;font-size:29px;line-height:1.08;text-align:center}body.landing-pro .pro-hero p{margin:0 0 22px;color:#fff;font-size:16px;line-height:1.82;font-weight:600;text-align:left}body.landing-pro .pro-hero p:nth-of-type(2){margin-top:30px}body.landing-pro .pro-hero-actions{margin-top:41px;display:grid;grid-template-columns:1fr 1fr;gap:3px}body.landing-pro .pro-hero-actions::before{top:-34px;color:#ff9800;font-size:18px;line-height:1;font-weight:900}body.landing-pro .pro-primary,body.landing-pro .pro-secondary{min-height:52px;padding:0 6px;border:0;border-radius:0;color:#52525b;background:#fff;font-size:15px;font-weight:800}body.landing-pro .pro-card-note{margin-top:26px;color:#ff9800;font-size:14px;line-height:1;font-weight:900}body.landing-pro .pro-product{position:absolute;left:0;right:0;bottom:-4px;min-height:158px;z-index:2;display:flex;align-items:flex-end;justify-content:center}body.landing-pro .pro-window{width:270px;min-height:142px;padding:6px 7px 18px;border-width:8px;border-radius:14px 14px 8px 8px;box-shadow:0 14px 28px rgba(20,33,61,.2)}body.landing-pro .pro-window::after{bottom:-18px;height:20px;width:122%}body.landing-pro .pro-window-top{height:16px}body.landing-pro .pro-window-top span{width:5px;height:5px}body.landing-pro .pro-window-top strong{font-size:7px}body.landing-pro .pro-days{grid-template-columns:repeat(4,1fr);gap:3px}body.landing-pro .pro-days span{border-radius:3px;font-size:7px}body.landing-pro .pro-list-row{display:none}body.landing-pro #ozellikler{padding-top:70px}body.landing-pro .pro-mobile-chat{position:fixed;right:18px;bottom:20px;z-index:80;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4f63ff;box-shadow:0 10px 22px rgba(79,99,255,.34);text-decoration:none}body.landing-pro .pro-mobile-chat svg{width:42px;height:42px}}@media (max-width:640px){body.landing-pro .pro-header{top:8px!important;height:92px!important;min-height:92px!important;padding:0 16px!important;grid-template-columns:minmax(0,1fr) auto!important}body.landing-pro .pro-brand{gap:10px!important;overflow:hidden!important}body.landing-pro .pro-brand span{width:58px!important;height:58px!important;flex:0 0 58px!important;border-width:3px!important;font-size:15px!important}body.landing-pro .pro-brand strong{max-width:178px!important;font-size:19px!important;line-height:1!important;letter-spacing:-.04em!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:clip!important}body.landing-pro .pro-mobile-tools{gap:16px!important;margin-left:8px!important}body.landing-pro .pro-mobile-tools span{font-size:14px!important}body.landing-pro .pro-mobile-tools button{width:30px!important;height:28px!important;gap:4px!important}body.landing-pro .pro-mobile-tools i{width:23px!important;height:3px!important}body.landing-pro .pro-hero{top:8px!important;height:648px!important;min-height:648px!important;padding:47px 14px 0!important;background:linear-gradient(180deg,rgba(0,0,0,.64),rgba(0,0,0,.28) 47%,rgba(0,126,136,.25)),url("/static/images/barber-hero-mobile.webp") center top/cover no-repeat,#031016!important}body.landing-pro .pro-hero::after{height:138px!important;clip-path:polygon(0 58%,100% 19%,100% 100%,0 100%)!important}body.landing-pro .pro-hero h1{margin:0 0 22px!important;font-size:28px!important;line-height:1.08!important}body.landing-pro .pro-hero p{margin:0 0 20px!important;font-size:15px!important;line-height:1.8!important;font-weight:600!important}body.landing-pro .pro-hero p:nth-of-type(2){margin-top:28px!important}body.landing-pro .pro-hero-actions{width:min(100%,346px)!important;margin:36px auto 0!important;grid-template-columns:1fr 1fr!important;gap:3px!important}body.landing-pro .pro-hero-actions::before{top:-29px!important;font-size:16px!important}body.landing-pro .pro-primary,body.landing-pro .pro-secondary{min-height:45px!important;height:45px!important;padding:0 4px!important;font-size:13px!important;font-weight:700!important;line-height:1!important}body.landing-pro .pro-card-note{margin-top:24px!important;font-size:13px!important}body.landing-pro .pro-product{bottom:-5px!important;min-height:148px!important}body.landing-pro .pro-window{width:258px!important;min-height:132px!important;padding:6px 7px 18px!important;border-width:8px!important;border-radius:14px 14px 8px 8px!important}body.landing-pro .pro-window::after{bottom:-18px!important;height:20px!important}body.landing-pro #ozellikler{padding-top:66px!important}body.landing-pro #ozellikler .pro-section-head{margin-bottom:42px!important}body.landing-pro #ozellikler .pro-section-head h2{max-width:390px!important;margin:0 auto!important;color:#050505!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:26px!important;line-height:1.4!important;font-weight:600!important;letter-spacing:0!important}body.landing-pro #ozellikler .desktop-title{display:none!important}body.landing-pro #ozellikler .mobile-title{display:inline!important}body.landing-pro #ozellikler .pro-feature-grid{gap:32px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:220px!important;padding:28px 18px 26px!important;border-radius:5px!important;box-shadow:0 5px 16px rgba(15,23,42,.08)!important}body.landing-pro #ozellikler .pro-feature-grid span{width:58px!important;height:58px!important;border-width:2px!important;border-radius:3px!important;font-size:0!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{position:relative!important;border:0!important;border-radius:0!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon::after,body.landing-pro #ozellikler .pro-feature-grid .feature-icon::before{content:"";position:absolute;display:block}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::before{content:"";left:12px;top:5px;width:30px;height:40px;border:3px solid #20c4e8;border-radius:2px;background:linear-gradient(#20c4e8 0 0) 7px 9px/8px 8px no-repeat,linear-gradient(#20c4e8 0 0) 7px 20px/8px 8px no-repeat,linear-gradient(#20c4e8 0 0) 7px 31px/8px 8px no-repeat}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::after{right:6px;top:19px;width:18px;height:18px;border:3px solid #20c4e8;border-radius:50%;background:linear-gradient(#20c4e8 0 0) center/10px 3px no-repeat,linear-gradient(#20c4e8 0 0) center/3px 10px no-repeat,#fff}body.landing-pro #ozellikler .pro-feature-grid .icon-interface::before{left:15px;top:3px;width:30px;height:46px;border:3px solid #20c4e8;border-radius:5px;background:linear-gradient(#20c4e8 0 0) 7px 32px/12px 3px no-repeat,linear-gradient(#20c4e8 0 0) 7px 38px/8px 3px no-repeat}body.landing-pro #ozellikler .pro-feature-grid .icon-interface::after{right:4px;top:15px;width:26px;height:18px;border:3px solid #20c4e8;border-radius:4px;background:radial-gradient(circle,#20c4e8 2px,transparent 3px) 5px 5px/8px 8px,#fff}body.landing-pro #ozellikler .pro-feature-grid .icon-support::before{left:6px;bottom:6px;width:46px;height:30px;border:3px solid #20c4e8;border-top:0;border-radius:0 0 5px 5px;background:radial-gradient(circle at 50% 34%,transparent 8px,#20c4e8 9px,#20c4e8 11px,transparent 12px),linear-gradient(#20c4e8 0 0) center 20px/20px 3px no-repeat}body.landing-pro #ozellikler .pro-feature-grid .icon-support::after{left:3px;top:5px;width:24px;height:24px;border:3px solid #20c4e8;border-radius:50%;box-shadow:28px 14px 0 -9px #fff,28px 14px 0 -6px #20c4e8}body.landing-pro #ozellikler .pro-feature-grid h3{margin:26px 0 16px!important;color:#111827!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:16px!important;line-height:1.28!important;font-weight:600!important}body.landing-pro #ozellikler .pro-feature-grid p{max-width:420px!important;margin:0 auto!important;color:#5f6673!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:14px!important;line-height:1.55!important;font-weight:400!important}}@media (min-width:641px){body.landing-pro #ozellikler .pro-section-head h2{max-width:760px;margin:0 auto;font-size:36px;line-height:1.32}body.landing-pro #ozellikler .pro-feature-grid article{min-height:270px;padding:38px 28px 30px}body.landing-pro #ozellikler .pro-feature-grid h3{margin:28px 0 16px;font-size:18px}body.landing-pro #ozellikler .pro-feature-grid p{font-size:15px}}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #paketler .pro-section-head h2,body.landing-pro .pro-about-copy h2{color:#050505;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:600;letter-spacing:0}body.landing-pro #nasil-calisir .pro-step-grid article,body.landing-pro #paketler .pro-price-grid article{border-radius:5px;box-shadow:0 5px 16px rgba(15,23,42,.08)}body.landing-pro #nasil-calisir .pro-step-grid span{border:2px solid #20c4e8;color:#20c4e8;background:#fff;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:600}body.landing-pro #nasil-calisir .pro-step-grid h3,body.landing-pro #paketler .pro-price-grid h3{color:#111827;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:600;line-height:1.28}body.landing-pro #nasil-calisir .pro-step-grid p,body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-section-head p,body.landing-pro .pro-about-copy li,body.landing-pro .pro-about-copy p{color:#5f6673;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:400;line-height:1.55}body.landing-pro .pro-about-media{background:radial-gradient(circle at 50% 38%,rgba(32,196,232,.12),transparent 38%),#eef5ff}body.landing-pro .pro-phone-mock{border-color:#111827}body.landing-pro .pro-phone-mock b,body.landing-pro .pro-phone-mock strong{background:#2468ff}body.landing-pro .pro-phone-mock span{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif}body.landing-pro #paketler .pro-price-grid strong{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-weight:700}body.landing-pro #paketler .pro-price-grid a{border-radius:999px;background:#2468ff;box-shadow:none}@media (min-width:641px){body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #paketler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-size:36px;line-height:1.2}body.landing-pro #nasil-calisir .pro-step-grid article{min-height:210px;padding:28px 24px}body.landing-pro #nasil-calisir .pro-step-grid span{width:48px;height:48px;font-size:24px}body.landing-pro #nasil-calisir .pro-step-grid h3,body.landing-pro #paketler .pro-price-grid h3{font-size:18px}body.landing-pro #nasil-calisir .pro-step-grid p,body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-section-head p,body.landing-pro .pro-about-copy li,body.landing-pro .pro-about-copy p{font-size:15px}}@media (max-width:640px){body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #paketler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:24px!important;line-height:1.28!important;font-weight:600!important}body.landing-pro #nasil-calisir .pro-step-grid article{gap:16px!important;grid-template-columns:70px 1fr!important}body.landing-pro #nasil-calisir .pro-step-grid span{grid-column:1!important;grid-row:1/span 2!important;width:64px!important;height:64px!important;border-width:2px!important;font-size:30px!important;font-weight:500!important}body.landing-pro #nasil-calisir .pro-step-grid h3{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:20px!important;font-weight:600!important;margin:2px 0 8px!important}body.landing-pro #nasil-calisir .pro-step-grid p,body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-section-head p,body.landing-pro .pro-about-copy li,body.landing-pro .pro-about-copy p{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:14px!important;line-height:1.5!important;font-weight:400!important}body.landing-pro .pro-steps{padding:46px 24px!important}body.landing-pro #nasil-calisir .pro-step-grid{gap:34px!important}body.landing-pro .pro-about-media{min-height:430px!important}body.landing-pro .pro-phone-mock{width:min(58vw,250px)!important;min-height:360px!important;border-width:8px!important;border-radius:28px!important}body.landing-pro .pro-phone-mock b,body.landing-pro .pro-phone-mock span,body.landing-pro .pro-phone-mock strong{min-height:48px!important;font-size:13px!important}body.landing-pro .pro-about-copy{padding:30px 0!important}body.landing-pro #paketler .pro-price-grid article{min-height:0!important;padding:16px!important}body.landing-pro #paketler .pro-price-grid h3{font-size:18px!important}body.landing-pro #paketler .pro-price-grid strong{font-size:28px!important}body.landing-pro #paketler .pro-price-grid a{min-height:38px!important;padding:0 13px!important;font-size:12px!important}}@media (max-width:640px){body.landing-pro .pro-steps{width:100%!important;max-width:none!important;padding:74px 22px 30px!important;background:#eef3f5!important}body.landing-pro #nasil-calisir .pro-section-head{margin:0 0 56px!important;text-align:center!important}body.landing-pro #nasil-calisir .pro-section-head h2{max-width:430px!important;margin:0 auto!important;color:#252a30!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:26px!important;line-height:1.15!important;font-weight:700!important;letter-spacing:0!important}body.landing-pro #nasil-calisir .desktop-title{display:none!important}body.landing-pro #nasil-calisir .mobile-title{display:inline!important}body.landing-pro #nasil-calisir .pro-step-grid{display:grid!important;grid-template-columns:1fr!important;gap:58px!important}body.landing-pro #nasil-calisir .pro-step-grid article{min-height:0!important;padding:0!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important;gap:17px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important}body.landing-pro #nasil-calisir .pro-step-grid span{width:64px!important;height:64px!important;display:grid!important;place-items:center!important;border:2px solid #0f92bc!important;border-radius:50%!important;color:#0f92bc!important;background:0 0!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:38px!important;line-height:1!important;font-weight:400!important}body.landing-pro #nasil-calisir .pro-step-grid h3{grid-column:2!important;grid-row:1!important;margin:7px 0 12px!important;color:#2a2e33!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:20px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:0!important}body.landing-pro #nasil-calisir .pro-step-grid p{grid-column:2!important;grid-row:2!important;margin:0!important;color:#4f565c!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:14.5px!important;line-height:1.72!important;font-weight:400!important;letter-spacing:0!important}}body.landing-pro,html:has(body.landing-pro){height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}body.landing-pro main{height:auto!important;min-height:0!important;overflow:visible!important;touch-action:pan-y!important}body.landing-pro .pro-demo{width:100%!important;max-width:none!important;margin:0!important;padding:36px 20px 34px!important;display:block!important;border:0!important;border-radius:0!important;background:linear-gradient(135deg,#536df4 0,#66b8f1 100%)!important;box-shadow:none!important;text-align:center!important}body.landing-pro .pro-demo-copy{width:min(100%,460px)!important;margin:0 auto!important}body.landing-pro .pro-demo h2{margin:0 0 14px!important;color:#fff!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:21px!important;line-height:1.25!important;font-weight:700!important}body.landing-pro .pro-demo-copy>p{display:none!important}body.landing-pro .pro-demo-actions{display:block!important;margin:0!important}body.landing-pro .pro-demo .pro-primary{width:min(100%,214px)!important;min-height:56px!important;margin:0 auto!important;padding:0 22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:0!important;background:#fff!important;color:#34383f!important;box-shadow:0 2px 0 rgba(0,0,0,.18)!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:19px!important;line-height:1!important;font-weight:500!important;text-transform:uppercase!important}body.landing-pro .pro-demo-actions::after{content:"*Kredi Kartı Gerektirmez";margin-top:18px;display:block;color:#fff;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-size:13px;line-height:1.2;font-weight:700}body.landing-pro .pro-demo-card-wrap{display:none!important}body.landing-pro .pro-mobile-chat{display:none!important}body.landing-pro .pro-contact-dock{position:fixed;right:20px;bottom:22px;z-index:120;padding:5px;display:flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.68);border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 12px 26px rgba(10,24,45,.14);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}body.landing-pro .pro-contact-dock a{min-height:36px;padding:0 12px 0 9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;color:#fff;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;line-height:1;font-weight:800;letter-spacing:0;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}body.landing-pro .pro-contact-dock a:hover{transform:translateY(-1px);filter:brightness(1.02)}body.landing-pro .pro-contact-dock svg{width:27px;height:27px;flex:0 0 27px;display:block}body.landing-pro .pro-contact-whatsapp{background:0 0;box-shadow:none}body.landing-pro .pro-contact-whatsapp .wa-bubble-outline{fill:none!important;stroke:#fff!important;stroke-width:2.35!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.landing-pro .pro-contact-whatsapp .wa-phone-mark{fill:#fff!important;stroke:none!important}body.landing-pro .pro-contact-phone{background:0 0;box-shadow:none}body.landing-pro .pro-contact-phone .phone-mark{fill:#fff!important;stroke:none!important}@media (max-width:640px){body.landing-pro .pro-demo{padding:34px 18px 32px!important}body.landing-pro .pro-demo h2{font-size:20px!important}body.landing-pro .pro-demo .pro-primary{width:214px!important;min-height:56px!important;font-size:18px!important}body.landing-pro .pro-contact-dock{right:12px;bottom:14px;padding:6px;gap:6px;box-shadow:0 12px 26px rgba(10,24,45,.18)}body.landing-pro .pro-contact-dock a{min-height:42px;padding:0 12px;gap:6px;font-size:12px}body.landing-pro .pro-contact-dock svg{width:19px;height:19px;flex-basis:19px}}@media (max-width:640px){body.landing-pro .pro-section{width:min(100% - 28px,520px)!important;padding-top:42px!important;padding-bottom:42px!important}body.landing-pro #ozellikler{padding-top:54px!important}body.landing-pro #ozellikler .pro-section-head{margin-bottom:26px!important}body.landing-pro #ozellikler .pro-section-head h2{font-size:23px!important;line-height:1.28!important;font-weight:600!important}body.landing-pro #ozellikler .pro-feature-grid{gap:16px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:0!important;padding:20px 16px 18px!important;border-radius:6px!important;box-shadow:0 4px 13px rgba(15,23,42,.065)!important}body.landing-pro #ozellikler .pro-feature-grid span{width:48px!important;height:48px!important;margin-bottom:0!important}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::before{left:10px!important;top:5px!important;width:24px!important;height:33px!important;border-width:2px!important;background:linear-gradient(#20c4e8 0 0) 6px 8px/6px 6px no-repeat,linear-gradient(#20c4e8 0 0) 6px 17px/6px 6px no-repeat,linear-gradient(#20c4e8 0 0) 6px 26px/6px 6px no-repeat!important}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::after{right:7px!important;top:17px!important;width:15px!important;height:15px!important;border-width:2px!important;background:linear-gradient(#20c4e8 0 0) center/8px 2px no-repeat,linear-gradient(#20c4e8 0 0) center/2px 8px no-repeat,#fff!important}body.landing-pro #ozellikler .pro-feature-grid h3{margin:17px 0 10px!important;font-size:15px!important;line-height:1.25!important}body.landing-pro #ozellikler .pro-feature-grid p{max-width:300px!important;font-size:13px!important;line-height:1.45!important}body.landing-pro .pro-steps{padding:54px 20px 34px!important}body.landing-pro #nasil-calisir .pro-section-head{margin-bottom:38px!important}body.landing-pro #nasil-calisir .pro-section-head h2{font-size:23px!important;line-height:1.22!important;font-weight:600!important}body.landing-pro #nasil-calisir .pro-step-grid{gap:40px!important}body.landing-pro #nasil-calisir .pro-step-grid article{grid-template-columns:54px minmax(0,1fr)!important;gap:16px!important}body.landing-pro #nasil-calisir .pro-step-grid span{width:54px!important;height:54px!important;font-size:31px!important}body.landing-pro #nasil-calisir .pro-step-grid h3{margin:3px 0 8px!important;font-size:18px!important}body.landing-pro #nasil-calisir .pro-step-grid p{font-size:13.5px!important;line-height:1.55!important}body.landing-pro .pro-about{gap:22px!important}body.landing-pro .pro-about-media{min-height:300px!important;border-radius:6px!important}body.landing-pro .pro-phone-mock{width:min(54vw,210px)!important;min-height:292px!important;padding:14px 10px!important;border-width:7px!important}body.landing-pro .pro-phone-mock b,body.landing-pro .pro-phone-mock span,body.landing-pro .pro-phone-mock strong{min-height:38px!important;font-size:11px!important}body.landing-pro .pro-about-copy{padding:8px 0 0!important}body.landing-pro #paketler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-size:24px!important;line-height:1.15!important}body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-section-head p,body.landing-pro .pro-about-copy li,body.landing-pro .pro-about-copy p{font-size:13px!important;line-height:1.5!important}body.landing-pro #paketler .pro-price-grid{gap:14px!important}body.landing-pro #paketler .pro-price-grid article{padding:14px!important;border-radius:6px!important}body.landing-pro #paketler .pro-price-grid h3{font-size:16px!important}body.landing-pro #paketler .pro-price-grid strong{margin:6px 0!important;font-size:24px!important}body.landing-pro .pro-contact-dock span{display:none!important}body.landing-pro .pro-contact-dock a{width:42px!important;min-width:42px!important;padding:0!important}}@media (max-width:640px){body.landing-pro .pro-section{width:min(100% - 22px,520px)!important;padding-top:30px!important;padding-bottom:30px!important}body.landing-pro #ozellikler{padding-top:34px!important}body.landing-pro #ozellikler .pro-section-head{margin-bottom:18px!important}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2,body.landing-pro #paketler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-size:20px!important;line-height:1.18!important;font-weight:600!important}body.landing-pro #ozellikler .pro-feature-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:118px!important;padding:12px 7px 10px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;border-radius:6px!important;overflow:hidden!important}body.landing-pro #ozellikler .pro-feature-grid span{width:34px!important;height:34px!important;flex:0 0 34px!important;margin:0 auto!important;display:block!important;position:relative!important;overflow:hidden!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon::after,body.landing-pro #ozellikler .pro-feature-grid .feature-icon::before{box-sizing:border-box!important;transform:none!important;transform-origin:center!important}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::before{left:8px!important;top:5px!important;width:18px!important;height:24px!important;border-width:2px!important;border-radius:2px!important;background:linear-gradient(#20c4e8 0 0) 5px 6px/5px 5px no-repeat,linear-gradient(#20c4e8 0 0) 5px 13px/5px 5px no-repeat,linear-gradient(#20c4e8 0 0) 5px 20px/5px 5px no-repeat,#fff!important}body.landing-pro #ozellikler .pro-feature-grid .icon-appointment::after{right:4px!important;top:14px!important;width:12px!important;height:12px!important;border-width:2px!important;border-radius:50%!important;background:linear-gradient(#20c4e8 0 0) center/7px 2px no-repeat,linear-gradient(#20c4e8 0 0) center/2px 7px no-repeat,#fff!important}body.landing-pro #ozellikler .pro-feature-grid .icon-interface::before{left:9px!important;top:3px!important;width:17px!important;height:28px!important;border-width:2px!important;border-radius:4px!important;background:linear-gradient(#20c4e8 0 0) 4px 20px/8px 2px no-repeat,linear-gradient(#20c4e8 0 0) 5px 25px/6px 2px no-repeat,#fff!important}body.landing-pro #ozellikler .pro-feature-grid .icon-interface::after{right:2px!important;top:9px!important;width:17px!important;height:13px!important;border-width:2px!important;border-radius:3px!important;background:radial-gradient(circle,#20c4e8 1.5px,transparent 2.5px) 3px 3px/6px 6px,#fff!important}body.landing-pro #ozellikler .pro-feature-grid .icon-support::before{left:4px!important;bottom:4px!important;width:26px!important;height:18px!important;border-width:2px!important;border-top:0!important;border-radius:0 0 4px 4px!important;background:radial-gradient(circle at 50% 34%,transparent 5px,#20c4e8 6px,#20c4e8 7px,transparent 8px),linear-gradient(#20c4e8 0 0) center 13px/12px 2px no-repeat,#fff!important}body.landing-pro #ozellikler .pro-feature-grid .icon-support::after{left:3px!important;top:5px!important;width:15px!important;height:15px!important;border-width:2px!important;border-radius:50%!important;box-shadow:17px 8px 0 -6px #fff,17px 8px 0 -4px #20c4e8!important}body.landing-pro #ozellikler .pro-feature-grid h3{margin:8px 0 0!important;font-size:12px!important;line-height:1.18!important;font-weight:600!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}body.landing-pro #ozellikler .pro-feature-grid p{display:none!important}body.landing-pro .pro-steps{padding:34px 16px 26px!important}body.landing-pro #nasil-calisir .pro-section-head{margin-bottom:24px!important}body.landing-pro #nasil-calisir .pro-step-grid{gap:18px!important}body.landing-pro #nasil-calisir .pro-step-grid article{grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important}body.landing-pro #nasil-calisir .pro-step-grid span{width:42px!important;height:42px!important;border-width:2px!important;font-size:24px!important}body.landing-pro #nasil-calisir .pro-step-grid h3{margin:0 0 4px!important;font-size:15px!important;line-height:1.15!important}body.landing-pro #nasil-calisir .pro-step-grid p{font-size:12px!important;line-height:1.38!important}body.landing-pro .pro-about{display:block!important;padding-top:26px!important;padding-bottom:20px!important}body.landing-pro .pro-about-media{display:none!important}body.landing-pro .pro-about-copy{padding:0!important}body.landing-pro .pro-about-copy h2{margin-bottom:10px!important}body.landing-pro .pro-about-copy p{margin-bottom:9px!important;font-size:12.5px!important;line-height:1.45!important}body.landing-pro .pro-about-copy p:nth-of-type(2),body.landing-pro .pro-about-copy ul{display:none!important}body.landing-pro #paketler{padding-top:24px!important}body.landing-pro #paketler .pro-section-head{margin-bottom:16px!important}body.landing-pro #paketler .pro-section-head p{display:none!important}body.landing-pro #paketler .pro-price-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}body.landing-pro #paketler .pro-price-grid article{min-height:116px!important;padding:10px 8px!important;border-radius:6px!important;overflow:hidden!important}body.landing-pro #paketler .pro-price-grid article.popular{transform:none!important}body.landing-pro #paketler .pro-price-grid article.popular b{display:none!important}body.landing-pro #paketler .pro-price-grid h3{font-size:11.5px!important;line-height:1.15!important;min-height:27px!important}body.landing-pro #paketler .pro-price-grid strong{margin:5px 0!important;font-size:19px!important;line-height:1!important}body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-price-grid small{display:none!important}body.landing-pro #paketler .pro-price-grid a{min-height:28px!important;padding:0 8px!important;font-size:10px!important;white-space:nowrap!important}body.landing-pro .pro-demo{padding:26px 16px 24px!important}body.landing-pro .pro-demo h2{margin-bottom:10px!important;font-size:18px!important}body.landing-pro .pro-demo .pro-primary{width:176px!important;min-height:44px!important;height:44px!important;font-size:14px!important}body.landing-pro .pro-demo-actions::after{margin-top:12px!important;font-size:11px!important}}@media (max-width:640px){body.landing-pro .pro-mobile-tools{gap:7px!important;margin-left:6px!important}body.landing-pro .pro-header-contact{width:28px!important;height:28px!important;display:grid!important;box-shadow:0 6px 14px rgba(15,23,42,.14)!important}body.landing-pro .pro-header-phone,body.landing-pro .pro-header-whatsapp{width:28px!important;min-width:28px!important;height:28px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:50%!important}body.landing-pro .pro-header-contact svg{width:15px!important;height:15px!important}body.landing-pro .pro-mobile-tools span{margin-left:3px!important}body.landing-pro .pro-contact-dock a{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;display:grid!important;place-items:center!important}body.landing-pro .pro-contact-dock svg{width:100%!important;height:100%!important;margin:0!important}}@media (max-width:640px){body.landing-pro .pro-hero{height:650px!important;min-height:650px!important}body.landing-pro .pro-hero-copy{z-index:4!important}body.landing-pro .pro-hero-actions{position:relative!important;z-index:5!important;margin-top:34px!important}body.landing-pro .pro-product{z-index:1!important;bottom:10px!important}body.landing-pro .pro-window{transform:translateY(8px) scale(.9)!important;transform-origin:bottom center!important}}body.landing-pro .pro-hero-slogan{position:relative!important;isolation:isolate!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important;border:1px solid rgba(216,247,255,.22)!important;border-radius:18px!important;background:rgba(255,255,255,.105)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 14px 34px rgba(0,0,0,.13)!important;backdrop-filter:blur(10px) saturate(116%)!important;-webkit-backdrop-filter:blur(10px) saturate(116%)!important}body.landing-pro .pro-hero-slogan::before{content:""!important;position:absolute!important;inset:9px auto 9px 10px!important;width:3px!important;border-radius:999px!important;background:linear-gradient(180deg,#7dd3fc,#ffe68a,#15e0c2)!important;opacity:.86!important;box-shadow:0 0 18px rgba(125,211,252,.42)!important;z-index:-1!important}body.landing-pro .pro-hero-slogan::after{content:""!important;position:absolute!important;left:24px!important;right:24px!important;bottom:12px!important;height:1px!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,rgba(125,211,252,.75),rgba(255,230,138,.9),transparent)!important;opacity:.72!important;animation:sloganFlowLine 5.8s ease-in-out infinite!important;z-index:-1!important}body.landing-pro .pro-hero-slogan>span{position:relative!important;z-index:1!important;letter-spacing:0!important}body.landing-pro .pro-hero-slogan>span:first-child{color:rgba(255,255,255,.92)!important;font-weight:650!important;text-shadow:0 10px 26px rgba(0,0,0,.28)!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#ffe68a!important;font-weight:850!important;text-shadow:0 0 18px rgba(255,214,107,.28),0 12px 30px rgba(0,0,0,.3)!important;animation:sloganSoftGlow 6.4s ease-in-out infinite!important}@keyframes sloganFlowLine{0%,100%{opacity:.34;transform:scaleX(.42);transform-origin:left center}50%{opacity:.88;transform:scaleX(1);transform-origin:left center}}@keyframes sloganSoftGlow{0%,100%{filter:brightness(1)}50%{filter:brightness(1.14)}}@media (min-width:641px){body.landing-pro .pro-hero-slogan{width:500px!important;max-width:500px!important;padding:20px 24px 26px 30px!important;font-size:34px!important;line-height:1.08!important}}@media (max-width:640px){body.landing-pro .pro-hero-slogan{width:min(100%,330px)!important;max-width:300px!important;margin:0 auto!important;padding:18px 22px 24px 28px!important;gap:6px!important;border-radius:20px!important;text-align:left!important;font-size:20px!important;line-height:1.18!important}body.landing-pro .pro-hero-slogan::before{inset:11px auto 11px 12px!important;width:2px!important}body.landing-pro .pro-hero-slogan::after{left:28px!important;right:22px!important;bottom:12px!important}body.landing-pro .pro-hero-slogan>span{white-space:normal!important}body.landing-pro .pro-hero-slogan>span:first-child{font-size:20px!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){font-size:22px!important}}.appointment-calendar-shell{position:relative;overflow:visible;padding:18px;border:1px solid rgba(204,214,230,.92);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,251,255,.9)),radial-gradient(circle at 18% 0,rgba(18,145,230,.12),transparent 28%);box-shadow:0 18px 50px rgba(22,35,63,.08)}.appointment-calendar-shell::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(18,145,230,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(18,145,230,.045) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 72%);pointer-events:none}.appointment-calendar-head{position:relative;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.appointment-calendar-title{display:flex;align-items:center;gap:13px;min-width:0}.appointment-calendar-icon{display:grid;width:42px;height:42px;place-items:center;flex:0 0 auto;border:1px solid rgba(18,145,230,.18);border-radius:8px;color:var(--blue-dark);background:linear-gradient(145deg,#fff,#edf7ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(18,145,230,.13)}.appointment-calendar-icon svg{width:22px;height:22px}.appointment-calendar-title h1{margin:0;color:#13243f;font-size:22px;font-weight:800;letter-spacing:0}.appointment-calendar-title p{margin:2px 0 0;color:#66758b;font-size:13px;font-weight:500}.appointment-calendar-metrics{display:grid;grid-template-columns:repeat(2,minmax(66px,1fr));gap:8px;flex:0 0 auto}.appointment-calendar-metrics div{min-width:70px;padding:9px 11px;border:1px solid rgba(210,219,232,.92);border-radius:8px;background:rgba(255,255,255,.72);box-shadow:0 8px 22px rgba(22,35,63,.05)}.appointment-calendar-metrics span{display:block;color:#7a8798;font-size:10px;font-weight:750}.appointment-calendar-metrics strong{display:block;margin-top:2px;color:#13243f;font-size:22px;line-height:1}.appointment-calendar-grid{position:relative;z-index:1;grid-template-columns:repeat(7,minmax(132px,1fr))!important;gap:10px!important}.appointment-day-card{position:relative;min-height:190px!important;align-content:stretch!important;gap:12px!important;padding:14px!important;border:1px solid rgba(205,216,230,.96)!important;border-radius:8px!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.92))!important;box-shadow:0 10px 26px rgba(21,39,69,.06)}.appointment-day-card.today{border-color:rgba(18,145,230,.46)!important;box-shadow:0 14px 34px rgba(18,145,230,.14)}.appointment-day-card.today::after{content:"Bugün";position:absolute;top:12px;right:12px;padding:3px 7px;border-radius:999px;color:#0d6fb8;background:rgba(18,145,230,.1);font-size:10px;font-weight:800}.appointment-day-card:hover{transform:translateY(-2px)!important;border-color:rgba(18,145,230,.62)!important;box-shadow:0 18px 42px rgba(21,39,69,.1)}.appointment-day-top{display:grid;gap:4px;padding-right:44px}.appointment-day-name{color:#69788e!important;font-size:11px!important;font-weight:800!important;line-height:1!important}.appointment-day-date{color:#14233b!important;font-size:22px!important;font-weight:850!important;line-height:1!important}.appointment-day-date small{color:#8a96a7;font-size:11px;font-weight:750}.appointment-day-count{display:flex;align-items:baseline;gap:6px}.appointment-day-count strong{color:#13243f!important;font-size:34px!important;font-weight:850!important;line-height:.9!important}.appointment-day-count span{color:#6d7a8d!important;font-size:11px!important;font-weight:750!important}.appointment-density{height:7px;overflow:hidden;border-radius:999px;background:#edf2f7}.appointment-density span{display:block;height:100%;min-width:8px;border-radius:inherit;background:linear-gradient(90deg,#23c7a7,#1291e6);box-shadow:0 0 18px rgba(18,145,230,.28)}.appointment-day-card.is-empty .appointment-density span{min-width:0}.appointment-day-preview{display:grid;gap:6px;margin-top:auto}.appointment-day-preview em,.appointment-day-preview span{overflow:hidden;min-height:24px;padding:5px 7px;border:1px solid rgba(218,225,235,.92);border-radius:7px;color:#42516a!important;background:rgba(255,255,255,.76);font-size:11px!important;font-style:normal;font-weight:650!important;line-height:1.2!important;text-overflow:ellipsis;white-space:nowrap}.appointment-day-preview b{margin-right:4px;color:#0d6fb8!important;font-size:11px!important}.appointment-day-preview em{color:#0d6fb8!important;text-align:center}.appointment-day-preview .appointment-day-empty{color:#93a0b2!important;text-align:center;border-style:dashed;background:rgba(248,250,252,.74)}@media (max-width:1100px){.appointment-calendar-grid{grid-template-columns:repeat(4,minmax(150px,1fr))!important}}@media (max-width:720px){.appointment-calendar-shell{padding:14px}.appointment-calendar-head{align-items:stretch;flex-direction:column}.appointment-calendar-metrics{grid-template-columns:repeat(2,1fr)}.appointment-calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.appointment-day-card{min-height:172px!important;padding:12px!important}.appointment-calendar-title h1{font-size:20px}}@media (max-width:460px){.appointment-calendar-grid{grid-template-columns:1fr!important}.appointment-day-card{min-height:150px!important}}.appointment-week-scroll{position:relative;z-index:1;overflow-x:auto;border:1px solid #e4eaf2;border-radius:8px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);-webkit-overflow-scrolling:touch}.appointment-week-board{display:grid;grid-template-columns:70px repeat(7,minmax(118px,1fr));min-width:930px;background:linear-gradient(90deg,#fbf6ed 70px,transparent 70px),#fff}.appointment-week-cell,.appointment-week-corner,.appointment-week-day-head,.appointment-week-time{border-right:1px solid #e8edf4!important;border-bottom:1px solid #e8edf4!important}.appointment-week-corner{position:sticky;left:0;z-index:3;display:grid;min-height:58px;place-items:center;color:#7563d8;background:#fff}.appointment-week-corner svg{width:20px;height:20px}.appointment-week-day-head{display:grid!important;min-height:58px!important;align-content:center!important;justify-items:center;gap:2px!important;padding:8px 6px!important;border-top:0!important;border-left:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;text-align:center!important;transform:none!important}.appointment-week-day-head.today{background:#fbffb9!important}.appointment-week-day-head span{color:#5f75ff!important;font-size:10px!important;font-weight:850!important;line-height:1.1!important}.appointment-week-day-head strong{color:#5f75ff!important;font-size:10px!important;font-weight:800!important;line-height:1.1!important}.appointment-week-day-head b{color:#7f8ca3!important;font-size:9px!important;font-weight:750!important;line-height:1.1!important}.appointment-week-time{position:sticky;left:0;z-index:2;display:flex;align-items:flex-start;justify-content:center;min-height:74px;padding-top:12px;color:#606a7c;background:#fbf6ed;font-size:11px;font-weight:800}.appointment-week-cell{display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;min-height:74px!important;height:auto!important;gap:5px!important;padding:8px 6px!important;border-top:0!important;border-left:0!important;border-radius:0!important;background:rgba(255,255,255,.86)!important;box-shadow:none!important;cursor:pointer;transform:none!important}.appointment-other-chip:hover,.appointment-week-cell:hover,.appointment-week-day-head:hover{border-color:#d8e2ef!important;background:#f8fbff!important;box-shadow:inset 0 0 0 1px rgba(18,145,230,.12)!important;transform:none!important}.appointment-week-cell.has-appointments{background:linear-gradient(180deg,rgba(246,250,255,.96),rgba(255,255,255,.96))!important}.appointment-block{width:min(92px,100%);min-height:36px;padding:5px 7px;border:1px solid rgba(255,255,255,.55);border-radius:5px;color:#fff;background:linear-gradient(135deg,#1d9af2,#0782d8);box-shadow:0 8px 18px rgba(6,130,216,.24);text-align:center}.appointment-block.tamamlandi{background:linear-gradient(135deg,#22b587,#16865f);box-shadow:0 8px 18px rgba(22,134,95,.22)}.appointment-block.iptal{background:linear-gradient(135deg,#f06b6b,#cc3f3f);box-shadow:0 8px 18px rgba(204,63,63,.2)}.appointment-block small,.appointment-block span,.appointment-block strong{display:block;overflow:hidden;color:#fff!important;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.appointment-block strong{font-size:10px!important;font-weight:850!important}.appointment-block span{margin-top:2px;font-size:10px!important;font-weight:800!important}.appointment-block small{margin-top:2px;opacity:.88;font-size:9px!important;font-weight:700!important}.appointment-other-hours{position:relative;z-index:1;padding:12px 0 0}.appointment-other-hours>span{display:block;margin-bottom:8px;color:#5d687a;font-size:12px;font-weight:800}.appointment-other-hours>div{display:flex;flex-wrap:wrap;gap:8px}.appointment-other-chip{display:grid!important;min-height:38px!important;min-width:116px;gap:2px!important;padding:7px 10px!important;border:1px solid #91caff!important;border-radius:5px!important;background:#fff!important;color:#148be6!important;box-shadow:none!important;text-align:left!important}.appointment-other-chip strong{color:#148be6!important;font-size:10px!important;font-weight:850!important}.appointment-other-chip small{color:#148be6!important;font-size:9px!important;font-weight:750!important}@media (max-width:720px){.appointment-week-board{grid-template-columns:58px repeat(7,minmax(108px,1fr));min-width:820px}.appointment-week-board{background:linear-gradient(90deg,#fbf6ed 58px,transparent 58px),#fff}.appointment-week-time{min-height:68px;font-size:10px}.appointment-week-cell{min-height:68px!important}.appointment-block{width:min(86px,100%)}}.appointment-calendar-tools{position:relative;z-index:35;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.calendar-toggle-btn{min-height:34px;padding:0 14px;border-color:rgba(18,145,230,.24);color:#0d6fb8;background:linear-gradient(180deg,#fff,#f2f8ff);box-shadow:0 8px 20px rgba(18,145,230,.1)}.calendar-toggle-btn:hover{border-color:rgba(18,145,230,.55);color:#fff;background:linear-gradient(135deg,#1291e6,#7563d8)}.calendar-panel-collapsed{display:none}.weekly-summary-section{padding:0;border:0;background:0 0;box-shadow:none}.weekly-summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.weekly-summary-card{display:grid!important;min-height:62px!important;align-content:center!important;gap:4px!important;padding:10px 12px!important;border:1px solid #dbe5f1!important;border-radius:8px!important;color:var(--text);background:linear-gradient(180deg,#fff 0,#f8fbff 100%)!important;box-shadow:none!important;text-align:left!important;cursor:pointer}.weekly-summary-card:hover{border-color:rgba(18,145,230,.55)!important;box-shadow:0 8px 22px rgba(15,42,74,.08)!important;transform:translateY(-1px)!important}.weekly-summary-card strong{color:var(--navy)!important;font-size:12px!important;line-height:1.1!important}.weekly-summary-card span{color:var(--muted)!important;font-size:10px!important;font-weight:700!important;line-height:1.1!important}.weekly-summary-card b{color:var(--blue-dark)!important;font-size:10px!important;font-weight:800!important;line-height:1.1!important}@media (max-width:860px){.weekly-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}}.appointment-staff-filter{position:relative;z-index:36;display:flex;align-items:center;gap:8px;min-height:42px;padding:5px 5px 5px 12px;border:1px solid rgba(210,219,232,.96);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:0 8px 22px rgba(22,35,63,.05)}.appointment-calendar-filter-stack{display:grid;gap:6px;width:100%}.appointment-calendar-filter-row{display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:8px}.appointment-calendar-filter-row .calendar-staff-menu{width:100%;min-width:0}.appointment-staff-label{color:#66758b;font-size:11px;font-weight:800}.calendar-staff-menu{position:relative;z-index:40;min-width:148px}.calendar-staff-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:32px;border:1px solid #dfe7f1;border-radius:7px;color:#13243f;background:linear-gradient(180deg,#fff,#f7fbff);font-family:var(--font);font-size:12px;font-weight:750;padding:0 9px 0 11px;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.95)}.calendar-staff-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-staff-trigger svg{width:15px;height:15px;flex:0 0 auto;color:#7c8aa0;transition:transform .16s ease}.calendar-staff-menu.open .calendar-staff-trigger svg{transform:rotate(180deg)}.calendar-staff-trigger:focus{outline:0;border-color:rgba(18,145,230,.72);box-shadow:0 0 0 3px rgba(18,145,230,.12)}.calendar-staff-options{position:absolute;top:calc(100% + 8px);right:0;z-index:80;display:none;width:max(100%,188px);overflow:hidden;padding:5px;border:1px solid rgba(203,214,230,.98);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 18px 42px rgba(22,35,63,.16);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.calendar-staff-menu.open .calendar-staff-options{display:grid;gap:3px}.calendar-staff-options button{display:flex;align-items:center;width:100%;min-height:34px;border:0;border-radius:6px;color:#20304a;background:0 0;font-family:var(--font);font-size:12px;font-weight:750;text-align:left;padding:0 10px;cursor:pointer}.calendar-staff-options button:hover{color:#0d6fb8;background:#eef7ff}.calendar-staff-options button[aria-selected=true]{color:#fff;background:linear-gradient(135deg,#1291e6,#7563d8);box-shadow:0 8px 18px rgba(18,145,230,.22)}@media (max-width:960px){.appointment-calendar-tools{width:100%;align-items:stretch;flex-direction:column}.appointment-staff-filter{justify-content:space-between}.appointment-calendar-filter-row{grid-template-columns:58px minmax(0,1fr)}.calendar-staff-menu{flex:1;min-width:0}}.appointment-calendar-shell{padding:8px!important;border-radius:8px!important}.appointment-calendar-head{gap:10px!important;margin-bottom:8px!important}.appointment-calendar-title{gap:8px!important}.appointment-calendar-icon{width:30px!important;height:30px!important;border-radius:7px!important}.appointment-calendar-icon svg{width:16px!important;height:16px!important}.appointment-calendar-title h1{font-size:20px!important;line-height:1!important}.appointment-calendar-title p{margin-top:1px!important;font-size:11px!important;line-height:1.15!important}.appointment-calendar-tools{gap:7px!important}.appointment-staff-filter{min-height:34px!important;padding:3px 4px 3px 9px!important;gap:6px!important}.appointment-staff-label{font-size:10px!important}.calendar-staff-menu{min-width:130px!important}.calendar-staff-trigger{height:28px!important;padding:0 8px!important;font-size:11px!important}.calendar-staff-options button{min-height:28px!important;font-size:11px!important}.appointment-calendar-metrics{gap:6px!important}.appointment-calendar-metrics div{min-width:56px!important;padding:6px 8px!important;border-radius:7px!important}.appointment-calendar-metrics span{font-size:9px!important}.appointment-calendar-metrics strong{font-size:18px!important}.appointment-week-scroll{border-radius:7px!important}.appointment-week-board{grid-template-columns:54px repeat(7,minmax(112px,1fr))!important;min-width:838px!important;background:linear-gradient(90deg,#fbf6ed 54px,transparent 54px),#fff!important}.appointment-week-corner{min-height:44px!important}.appointment-week-corner svg{width:16px!important;height:16px!important}.appointment-week-day-head{min-height:44px!important;padding:5px 4px!important;gap:1px!important}.appointment-week-day-head span,.appointment-week-day-head strong{font-size:9px!important}.appointment-week-day-head b{font-size:8px!important}.appointment-week-time{min-height:48px!important;padding-top:8px!important;font-size:10px!important}.appointment-week-cell{min-height:48px!important;gap:3px!important;padding:5px 4px!important}.appointment-block{width:min(74px,100%)!important;min-height:28px!important;padding:3px 5px!important;border-radius:4px!important;box-shadow:0 5px 12px rgba(6,130,216,.18)!important}.appointment-block strong{font-size:8.5px!important}.appointment-block span{margin-top:1px!important;font-size:8.5px!important}.appointment-block small{margin-top:1px!important;font-size:7.5px!important}.appointment-other-hours{padding-top:8px!important}.appointment-other-hours>span{margin-bottom:5px!important;font-size:10px!important}.appointment-other-hours>div{gap:5px!important}.appointment-other-chip{min-height:30px!important;min-width:94px!important;padding:5px 7px!important}.appointment-other-chip strong{font-size:9px!important}.appointment-other-chip small{font-size:8px!important}@media (max-width:720px){.appointment-calendar-head{gap:8px!important}.appointment-week-board{grid-template-columns:48px repeat(7,minmax(96px,1fr))!important;min-width:720px!important;background:linear-gradient(90deg,#fbf6ed 48px,transparent 48px),#fff!important}.appointment-week-cell,.appointment-week-time{min-height:44px!important}}.appointment-week-scroll{overflow-x:auto!important;overflow-y:visible!important;touch-action:pan-x pan-y!important;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.appointment-week-cell{touch-action:pan-x pan-y!important}.appointment-week-cell:not(.has-appointments){cursor:default!important}@media (max-width:720px){.appointment-calendar-shell{padding:6px!important}.appointment-calendar-head{gap:6px!important;margin-bottom:6px!important}.appointment-calendar-title{gap:6px!important}.appointment-calendar-icon{width:24px!important;height:24px!important}.appointment-calendar-icon svg{width:13px!important;height:13px!important}.appointment-calendar-title h1{font-size:17px!important;line-height:1!important}.appointment-calendar-title p{font-size:9px!important;line-height:1.05!important}.appointment-calendar-tools{gap:5px!important}.appointment-staff-filter{min-height:29px!important;padding:2px 3px 2px 7px!important}.appointment-staff-label{font-size:9px!important}.calendar-staff-trigger{height:24px!important;font-size:10px!important}.appointment-calendar-metrics{grid-template-columns:repeat(2,1fr)!important;gap:4px!important}.appointment-calendar-metrics div{min-width:0!important;padding:5px 7px!important}.appointment-calendar-metrics span{font-size:8px!important}.appointment-calendar-metrics strong{font-size:15px!important}.appointment-week-board{grid-template-columns:38px repeat(7,74px)!important;min-width:556px!important;background:linear-gradient(90deg,#fbf6ed 38px,transparent 38px),#fff!important}.appointment-week-corner,.appointment-week-day-head{min-height:38px!important}.appointment-week-corner svg{width:13px!important;height:13px!important}.appointment-week-day-head{padding:4px 2px!important}.appointment-week-day-head span,.appointment-week-day-head strong{font-size:7.5px!important}.appointment-week-day-head b{font-size:7px!important}.appointment-week-cell,.appointment-week-time{min-height:39px!important}.appointment-week-time{padding-top:6px!important;font-size:8.5px!important}.appointment-week-cell{gap:2px!important;padding:3px 2px!important}.appointment-block{width:min(58px,100%)!important;min-height:24px!important;padding:2px 3px!important;border-radius:4px!important}.appointment-block span,.appointment-block strong{font-size:7.2px!important}.appointment-block small{font-size:6.5px!important}}@media (max-width:720px){.appointment-week-scroll{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.appointment-week-board{width:100%!important;min-width:0!important;grid-template-columns:31px repeat(7,minmax(0,1fr))!important;background:linear-gradient(90deg,#fbf6ed 31px,transparent 31px),#fff!important}.appointment-week-corner,.appointment-week-day-head{min-height:34px!important}.appointment-week-corner svg{width:11px!important;height:11px!important}.appointment-week-day-head{min-width:0!important;padding:3px 1px!important}.appointment-week-day-head b,.appointment-week-day-head span,.appointment-week-day-head strong{max-width:100%;overflow:hidden;text-overflow:clip;white-space:nowrap}.appointment-week-day-head span,.appointment-week-day-head strong{font-size:6.4px!important;line-height:1.02!important}.appointment-week-day-head b{font-size:5.8px!important;line-height:1!important}.appointment-week-cell,.appointment-week-time{min-height:36px!important}.appointment-week-time{padding-top:5px!important;font-size:7.2px!important}.appointment-week-cell{min-width:0!important;gap:1px!important;padding:2px 1px!important}.appointment-block{width:calc(100% - 4px)!important;min-height:21px!important;padding:2px 1px!important;border-radius:3px!important}.appointment-block small,.appointment-block span,.appointment-block strong{max-width:100%;letter-spacing:0!important}.appointment-block span,.appointment-block strong{font-size:5.8px!important;line-height:1.02!important}.appointment-block small{font-size:5.2px!important;line-height:1!important}}body.landing-pro .pro-brand span{width:36px!important;height:36px!important;min-width:36px!important;flex:0 0 36px!important;border:0!important;border-radius:11px!important;background:0 0!important;overflow:visible!important;box-shadow:none!important}body.landing-pro .pro-brand span img{width:36px!important;height:36px!important;display:block!important;object-fit:contain!important}@media (max-width:460px){body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important}body.landing-pro .pro-brand{gap:9px!important}}@media (max-width:640px){body.landing-pro #paketler .pro-section-head h2{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:25px!important;font-weight:600!important;letter-spacing:0!important}body.landing-pro #paketler .pro-section-head p{color:#5f6673!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:13px!important;line-height:1.48!important;font-weight:400!important}body.landing-pro #paketler .pro-price-grid article{padding:14px 14px 13px!important}body.landing-pro #paketler .pro-price-grid h3{color:#242a33!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:17px!important;line-height:1.18!important;font-weight:600!important;margin-bottom:8px!important}body.landing-pro #paketler .pro-price-grid strong{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:27px!important;font-weight:700!important;margin-bottom:7px!important}body.landing-pro #paketler .pro-price-grid small{font-size:10.5px!important}body.landing-pro #paketler .pro-price-grid p{color:#5f6673!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:13px!important;line-height:1.46!important;font-weight:400!important;margin-bottom:10px!important}body.landing-pro #paketler .pro-price-grid ul{padding-top:10px!important;gap:6px 8px!important}body.landing-pro #paketler .pro-price-grid li{padding-left:17px!important;color:#4b5563!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:12px!important;line-height:1.32!important;font-weight:400!important}body.landing-pro #paketler .pro-price-grid li::before{width:12px!important;height:12px!important;font-size:7.5px!important}body.landing-pro #paketler .pro-price-grid article>a{min-height:38px!important;margin-top:12px!important;font-size:12px!important}}@media (max-width:640px){body.landing-pro #paketler .pro-section-head h2{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:25px!important;line-height:1.16!important;font-weight:600!important}body.landing-pro #paketler .pro-price-grid article li,body.landing-pro #paketler .pro-price-grid article p,body.landing-pro #paketler .pro-section-head p{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;color:#555f6d!important;font-weight:400!important}body.landing-pro #paketler .pro-section-head p{font-size:13px!important;line-height:1.48!important}body.landing-pro #paketler .pro-price-grid article h3{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;color:#242a33!important;font-size:17px!important;line-height:1.18!important;font-weight:600!important}body.landing-pro #paketler .pro-price-grid article strong{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:27px!important;font-weight:700!important}body.landing-pro #paketler .pro-price-grid article p{font-size:13px!important;line-height:1.46!important}body.landing-pro #paketler .pro-price-grid article li{font-size:12px!important;line-height:1.32!important}}body.landing-pro .pro-demo-actions{width:min(100%,320px)!important;margin:18px auto 0!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}body.landing-pro .pro-demo-actions::after{content:none!important;display:none!important}body.landing-pro .pro-demo .pro-demo-actions .pro-primary,body.landing-pro .pro-demo .pro-demo-actions .pro-secondary{width:100%!important;min-height:46px!important;margin:0!important;border-radius:0!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;letter-spacing:0!important}body.landing-pro .pro-demo .pro-demo-actions .pro-primary{color:#fff!important;background:#2468ff!important}body.landing-pro .pro-demo .pro-demo-actions .pro-secondary{border:1px solid #c7d3e5!important;color:#172033!important;background:#fff!important;box-shadow:none!important}@media (max-width:640px){body.landing-pro .pro-demo-actions{width:min(100%,320px)!important;margin:16px auto 0!important;gap:8px!important}body.landing-pro .pro-demo .pro-demo-actions .pro-primary,body.landing-pro .pro-demo .pro-demo-actions .pro-secondary{min-height:42px!important;height:auto!important;padding:0 12px!important;font-size:13px!important}}@media (max-width:640px){body.landing-pro #paketler .pro-section-head h2{font-size:24px!important}body.landing-pro #paketler .pro-section-head p{font-size:11px!important}body.landing-pro #paketler .pro-price-grid article{padding:14px 14px 13px!important}body.landing-pro #paketler .pro-price-grid h3{font-size:16px!important;margin-bottom:7px!important}body.landing-pro #paketler .pro-price-grid strong{font-size:28px!important;margin-bottom:7px!important}body.landing-pro #paketler .pro-price-grid small{font-size:10.5px!important}body.landing-pro #paketler .pro-price-grid p{font-size:11px!important;line-height:1.38!important;margin-bottom:10px!important}body.landing-pro #paketler .pro-price-grid ul{padding-top:10px!important;gap:6px 8px!important}body.landing-pro #paketler .pro-price-grid li{padding-left:17px!important;font-size:9.8px!important;line-height:1.22!important;font-weight:650!important}body.landing-pro #paketler .pro-price-grid li::before{width:12px!important;height:12px!important;font-size:7.5px!important}body.landing-pro #paketler .pro-price-grid article>a{min-height:38px!important;margin-top:12px!important;font-size:12px!important}}@media (max-width:640px){body.landing-pro #paketler{width:100%!important;margin:0!important;padding:38px 14px 150px!important;overflow:hidden!important;background:radial-gradient(circle at 82% 8%,rgba(96,165,250,.08),transparent 30%),radial-gradient(circle at 12% 98%,rgba(15,23,42,.045),transparent 28%),linear-gradient(180deg,#fff 0,#f7fafc 58%,#fff 100%)!important}body.landing-pro #paketler .pro-section-head{width:min(100%,360px)!important;margin:0 auto 18px!important;text-align:center!important}body.landing-pro #paketler .pro-section-head h2{margin:0!important;color:#08162a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:24px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:0!important}body.landing-pro #paketler .pro-section-head p{display:block!important;max-width:310px!important;margin:10px auto 0!important;color:#667085!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:11px!important;line-height:1.45!important;font-weight:500!important}body.landing-pro #paketler .pro-price-grid{width:min(100%,360px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important}body.landing-pro #paketler .pro-price-grid article{position:relative!important;min-height:0!important;padding:16px 14px 14px!important;overflow:hidden!important;border:1px solid rgba(198,210,226,.92)!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.92)),radial-gradient(circle at 94% 0,rgba(96,165,250,.08),transparent 36%)!important;box-shadow:0 18px 46px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.9)!important;transform:none!important}body.landing-pro #paketler .pro-price-grid article::before{content:""!important;position:absolute!important;left:14px!important;right:14px!important;top:0!important;height:2px!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,rgba(96,165,250,.46),rgba(15,23,42,.22),transparent)!important}body.landing-pro #paketler .pro-price-grid article.popular{border-color:rgba(59,130,246,.28)!important;background:radial-gradient(circle at 92% 10%,rgba(96,165,250,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,255,.94))!important;box-shadow:0 20px 50px rgba(30,64,175,.12),inset 0 1px 0 rgba(255,255,255,.92)!important}body.landing-pro #paketler .pro-price-grid article.popular::before{background:linear-gradient(90deg,transparent,rgba(203,213,225,.82),rgba(147,197,253,.58),transparent)!important}body.landing-pro #paketler .pro-price-grid article.popular b{position:absolute!important;top:13px!important;right:14px!important;display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 10px!important;border:1px solid rgba(59,130,246,.18)!important;border-radius:999px!important;color:#1d4ed8!important;background:rgba(59,130,246,.07)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:10px!important;font-weight:850!important;line-height:1!important}body.landing-pro #paketler .pro-price-grid h3{min-height:0!important;margin:0 0 8px!important;color:#0d1b2f!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:16px!important;line-height:1.1!important;font-weight:850!important}body.landing-pro #paketler .pro-price-grid article.popular h3,body.landing-pro #paketler .pro-price-grid article.popular strong{color:#0d1b2f!important}body.landing-pro #paketler .pro-price-grid article.popular p{color:#667085!important}body.landing-pro #paketler .pro-price-grid article.popular li{color:#344054!important}body.landing-pro #paketler .pro-price-grid strong{display:flex!important;align-items:flex-end!important;gap:5px!important;margin:0 0 8px!important;color:#08162a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:28px!important;line-height:1!important;font-weight:950!important}body.landing-pro #paketler .pro-price-grid small{display:inline!important;padding-bottom:3px!important;color:#7a8699!important;font-size:10.5px!important;font-weight:700!important}body.landing-pro #paketler .pro-price-grid article.popular small{color:#7a8699!important}body.landing-pro #paketler .pro-price-grid p{display:block!important;margin:0 0 12px!important;color:#667085!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:11px!important;line-height:1.45!important;font-weight:550!important}body.landing-pro #paketler .pro-price-grid ul{margin:0!important;padding:12px 0 0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px 9px!important;border-top:1px solid rgba(199,211,229,.74)!important}body.landing-pro #paketler .pro-price-grid article.popular ul{border-top-color:rgba(199,211,229,.74)!important}body.landing-pro #paketler .pro-price-grid li{min-width:0!important;padding-left:18px!important;color:#344054!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:9.8px!important;line-height:1.28!important;font-weight:650!important}body.landing-pro #paketler .pro-price-grid li::before{top:0!important;width:13px!important;height:13px!important;color:#fff!important;background:linear-gradient(135deg,#14b8a6,#3b82f6)!important;font-size:8px!important}body.landing-pro #paketler .pro-price-grid article>a{width:100%!important;min-height:38px!important;margin:14px 0 0!important;scroll-margin-bottom:120px!important;border:0!important;border-radius:12px!important;color:#fff!important;background:linear-gradient(135deg,#1d4ed8,#0f766e)!important;box-shadow:0 14px 28px rgba(15,23,42,.1)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:12px!important;font-weight:850!important}body.landing-pro #paketler .pro-price-grid article.popular>a{color:#fff!important;background:linear-gradient(135deg,#1d4ed8,#0f766e)!important;box-shadow:0 14px 28px rgba(15,23,42,.1)!important}}@media (max-width:460px){body.landing-pro .pro-header{width:100%!important;height:72px!important;min-height:72px!important;padding:0 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}body.landing-pro .pro-brand{min-width:0!important;gap:8px!important}body.landing-pro .pro-brand span{width:38px!important;height:38px!important;min-width:38px!important;font-size:14px!important}body.landing-pro .pro-brand strong{min-width:0!important;max-width:none!important;overflow:visible!important;white-space:nowrap!important;font-size:clamp(14px, 3.7vw, 16px)!important;line-height:1!important;letter-spacing:-.01em!important}body.landing-pro .pro-mobile-tools{gap:7px!important;min-width:max-content!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-mobile-tools>a,body.landing-pro .pro-mobile-tools>span:not(:last-child){width:28px!important;height:28px!important;min-width:28px!important}body.landing-pro .pro-mobile-tools>span{font-size:13px!important;font-weight:800!important}body.landing-pro .pro-mobile-tools button{width:29px!important;min-width:29px!important}}@media (max-width:390px){body.landing-pro .pro-header{padding:0 10px!important;gap:6px!important}body.landing-pro .pro-brand{gap:6px!important}body.landing-pro .pro-brand span{width:36px!important;height:36px!important;min-width:36px!important;font-size:14px!important}body.landing-pro .pro-brand strong{font-size:14px!important}body.landing-pro .pro-mobile-tools{gap:5px!important}}@media (max-width:370px){body.landing-pro .pro-mobile-tools>span{display:none!important}body.landing-pro .pro-brand strong{font-size:14px!important}}body.landing-pro .pro-header-phone{color:#fff!important}body.landing-pro .pro-header-phone svg path{stroke:#fff!important;fill:none!important;stroke-width:1.9!important}body.landing-pro .pro-header-phone svg .phone-mark{fill:#fff!important;stroke:none!important}body.landing-pro .pro-header-phone{background:0 0!important;border-radius:7px!important}body.landing-pro .pro-header-phone svg{width:100%!important;height:100%!important;display:block!important;border-radius:inherit!important}@media (max-width:640px){body.landing-pro .pro-header-phone svg{width:100%!important;height:100%!important}}body.landing-pro .pro-hero-kicker{text-decoration:none!important;cursor:pointer!important}body.landing-pro .pro-hero{background:linear-gradient(90deg,rgba(0,182,190,.38),rgba(0,78,92,.24) 46%,rgba(255,255,255,.18) 82%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04)),url("/static/images/barber-hero.webp") center/cover no-repeat!important;background-blend-mode:screen,soft-light,normal!important}@media (max-width:640px){body.landing-pro .pro-hero{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03) 48%,rgba(0,172,184,.1)),linear-gradient(90deg,rgba(0,188,198,.1),rgba(255,255,255,.1) 62%),url("/static/images/barber-hero-mobile.webp") center top/cover no-repeat,#09202a!important;background-blend-mode:screen,soft-light,normal,normal!important}}@media (max-width:640px){body.landing-pro .pro-card-note,body.landing-pro .pro-free{display:none!important}body.landing-pro .pro-hero{padding-top:58px!important}body.landing-pro .pro-hero h1{margin-bottom:24px!important;font-size:31px!important;line-height:1.08!important;font-weight:800!important;text-align:center!important}body.landing-pro .pro-hero p{max-width:475px!important;margin:0 auto 18px!important;font-size:14px!important;line-height:1.62!important;font-weight:500!important;text-align:left!important;letter-spacing:0!important;text-shadow:0 1px 10px rgba(0,0,0,.22)!important}body.landing-pro .pro-hero p:nth-of-type(2){margin-top:22px!important}body.landing-pro .pro-hero-actions{margin-top:32px!important}}body.landing-pro .pro-hero-slogan{max-width:760px!important;margin:0 auto!important;color:#fff!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:clamp(34px, 3.8vw, 56px)!important;line-height:1.12!important;font-weight:700!important;text-align:center!important;letter-spacing:.01em!important;text-transform:none!important;text-shadow:0 2px 0 rgba(0,0,0,.18),0 8px 28px rgba(0,0,0,.48)!important}body.landing-pro .pro-hero-slogan .word{display:inline-block;margin-right:.24em;white-space:nowrap}body.landing-pro .pro-hero-slogan .word:last-child{margin-right:0}body.landing-pro .pro-hero-slogan .slogan-break{display:block}body.landing-pro .pro-hero-slogan .slogan-line{display:block;white-space:nowrap}body.landing-pro .pro-hero-slogan .word span{display:inline-block;animation:sloganGlow 6.2s ease-in-out infinite;animation-delay:calc(var(--i) * .055s)}body.landing-pro .pro-hero-slogan .gap{width:.35em}body.landing-pro .pro-trial-slogan{grid-column:1/-1!important;max-width:360px!important;margin:0 auto 12px!important;color:#ff9800!important;font-size:20px!important;line-height:1.2!important;font-weight:900!important;text-align:center!important;letter-spacing:0!important;text-shadow:0 2px 14px rgba(0,0,0,.34)!important}body.landing-pro .pro-trial-slogan span{display:inline-block;animation:trialGlow 6.2s ease-in-out infinite;animation-delay:calc(2.65s + (var(--i) * .055s))}body.landing-pro .pro-trial-slogan .gap{width:.35em}@keyframes sloganGlow{0%,100%,43%{color:rgba(255,255,255,.94);text-shadow:0 2px 0 rgba(0,0,0,.18),0 8px 24px rgba(0,0,0,.38)}13%{color:#ffd24d;text-shadow:0 0 8px rgba(255,210,77,.85),0 0 22px rgba(255,174,26,.55),0 0 42px rgba(79,99,255,.24)}}@keyframes trialGlow{0%,100%,43%{color:#ff9800;text-shadow:0 2px 12px rgba(0,0,0,.22)}58%{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.72),0 0 24px rgba(255,174,26,.44)}}@media (max-width:640px){body.landing-pro .pro-hero h1{margin-bottom:22px!important}body.landing-pro .pro-hero-slogan{max-width:500px!important;font-size:64px!important;line-height:.92!important;font-weight:700!important;letter-spacing:.005em!important}body.landing-pro .pro-trial-slogan{margin:0 auto 12px!important;font-size:17px!important}body.landing-pro .pro-hero-actions{margin-top:42px!important}body.landing-pro .pro-hero-actions::before{content:none!important;display:none!important}}body.landing-pro .pro-hero-copy{position:relative!important;padding:34px 0 34px!important}body.landing-pro .pro-hero-copy::before{content:"";position:absolute;left:-38px;top:8px;width:4px;height:82%;border-radius:999px;background:linear-gradient(180deg,rgba(255,214,107,0),#ffd66b 22%,#25d3ff 74%,rgba(37,211,255,0));box-shadow:0 0 18px rgba(255,214,107,.45),0 0 36px rgba(37,211,255,.22)}body.landing-pro .pro-hero h1{position:relative!important;max-width:620px!important;margin:0!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:clamp(54px, 4.7vw, 78px)!important;line-height:.92!important;font-weight:950!important;letter-spacing:0!important;text-shadow:0 2px 0 rgba(255,255,255,.06),0 22px 55px rgba(0,0,0,.48)!important}body.landing-pro .pro-hero h1::after{content:none;margin-top:18px;display:block;color:rgba(255,255,255,.62);font-size:11px;line-height:1;font-weight:900;letter-spacing:.24em}body.landing-pro .pro-hero-slogan{position:relative!important;width:max-content!important;max-width:min(100%,820px)!important;margin:28px 0 0!important;padding:0!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:clamp(38px, 3.35vw, 58px)!important;line-height:.98!important;font-weight:950!important;text-align:left!important;letter-spacing:-.01em!important;text-shadow:0 18px 50px rgba(0,0,0,.44)!important}body.landing-pro .pro-hero-slogan::before{content:"";position:absolute;inset:-16px -24px -18px -24px;z-index:-1;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.035)),radial-gradient(circle at 18% 20%,rgba(255,214,107,.16),transparent 34%),radial-gradient(circle at 90% 70%,rgba(37,211,255,.18),transparent 40%);box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 22px 55px rgba(0,0,0,.22);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}body.landing-pro .pro-hero-slogan>span{display:block!important;white-space:nowrap!important;color:#fff!important;animation:futureSloganPulse 6.8s ease-in-out infinite!important}body.landing-pro .pro-hero-slogan>span:first-child{color:#eaf8ff!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#ffd66b!important;animation-delay:.28s!important}body.landing-pro .pro-hero-kicker{width:max-content!important;max-width:100%!important;margin:34px 0 0!important;padding:12px 18px!important;display:inline-flex!important;align-items:center!important;gap:10px!important;border:1px solid rgba(37,211,255,.38)!important;border-radius:999px!important;color:#05131f!important;background:linear-gradient(135deg,#ffd66b,#22d3ee)!important;box-shadow:0 0 0 1px rgba(255,255,255,.18),0 18px 44px rgba(37,211,255,.24),0 12px 32px rgba(255,214,107,.16)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:15px!important;line-height:1!important;font-weight:950!important;text-align:left!important;text-shadow:none!important}body.landing-pro .pro-hero-kicker::before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#06111d;box-shadow:0 0 0 4px rgba(6,17,29,.12)}body.landing-pro .pro-hero-actions{width:min(100%,520px)!important;margin:32px 0 0!important;padding:10px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;background:rgba(255,255,255,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 18px 44px rgba(0,0,0,.18)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}body.landing-pro .pro-trial-slogan{grid-column:1/-1!important;margin:0 0 2px!important;color:#ffd66b!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:15px!important;line-height:1!important;font-weight:950!important;text-align:center!important;text-shadow:0 0 18px rgba(255,214,107,.28)!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{width:100%!important;min-height:52px!important;height:52px!important;border-radius:8px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:14px!important;font-weight:900!important}body.landing-pro .pro-hero-actions .pro-primary{border:0!important;color:#04111f!important;background:linear-gradient(135deg,#fff,#dff8ff)!important;box-shadow:0 12px 30px rgba(37,211,255,.16)!important}body.landing-pro .pro-hero-actions .pro-secondary{border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;background:rgba(255,255,255,.08)!important}@keyframes futureSloganPulse{0%,100%{filter:brightness(1);text-shadow:0 18px 50px rgba(0,0,0,.42)}48%{filter:brightness(1.12);text-shadow:0 0 12px rgba(255,214,107,.52),0 0 34px rgba(37,211,255,.28),0 18px 50px rgba(0,0,0,.4)}}@media (max-width:640px){body.landing-pro .pro-hero-copy{padding:20px 0 26px!important}body.landing-pro .pro-hero-copy::before{display:none!important}body.landing-pro .pro-hero h1{max-width:300px!important;margin:0 auto 18px!important;font-size:34px!important;line-height:1.02!important;text-align:center!important}body.landing-pro .pro-hero h1::after{margin-top:12px!important;font-size:8px!important;letter-spacing:.18em!important}body.landing-pro .pro-hero-slogan{width:max-content!important;max-width:calc(100vw - 28px)!important;margin:0 auto!important;font-size:33px!important;line-height:.96!important;text-align:center!important}body.landing-pro .pro-hero-slogan::before{inset:-12px -12px -14px!important;border-radius:14px!important}body.landing-pro .pro-hero-kicker{margin:26px auto 0!important;padding:10px 13px!important;font-size:12px!important}body.landing-pro .pro-hero-actions{width:min(100%,340px)!important;margin:24px auto 0!important;padding:8px!important;gap:8px!important}body.landing-pro .pro-trial-slogan{font-size:13px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-height:44px!important;height:44px!important;font-size:12px!important}}body.landing-pro .pro-hero-actions::before{content:none!important;display:none!important}body.landing-pro .pro-card-note,body.landing-pro .pro-free{display:none!important}body.landing-pro .pro-hero h1 span,body.landing-pro .pro-hero-slogan>span{display:block}body.landing-pro .pro-hero-slogan{max-width:680px!important;margin:20px 0 0!important;color:#fff!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:clamp(42px, 4.4vw, 68px)!important;line-height:1.02!important;font-weight:700!important;text-align:left!important;letter-spacing:0!important;text-shadow:0 8px 28px rgba(0,0,0,.48)!important}body.landing-pro .pro-hero-slogan>span{color:#ffe28a!important;animation:cleanSloganGlow 5.8s ease-in-out infinite}body.landing-pro .pro-hero-slogan>span:nth-child(2){animation-delay:.35s}body.landing-pro .pro-hero-kicker{margin:18px 0 0!important;color:#ff9800!important;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;font-size:25px!important;line-height:1.15!important;font-weight:700!important;text-align:left!important;text-shadow:0 0 18px rgba(255,152,0,.38)!important}@keyframes cleanSloganGlow{0%,100%{color:#ffe28a;text-shadow:0 8px 28px rgba(0,0,0,.46)}45%{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.68),0 0 26px rgba(255,174,26,.44)}}@media (max-width:640px){body.landing-pro .pro-hero h1{margin-bottom:20px!important}body.landing-pro .pro-hero-slogan{max-width:420px!important;margin:0 auto!important;font-size:46px!important;line-height:.96!important;text-align:center!important}body.landing-pro .pro-hero-kicker{margin:18px auto 0!important;font-size:20px!important;text-align:center!important}body.landing-pro .pro-hero-actions{margin-top:34px!important}}body.landing-pro #paketler .pro-price-grid article{display:flex;flex-direction:column}body.landing-pro #paketler .pro-price-grid ul{margin:16px 0 0;padding:16px 0 0;display:grid;gap:10px;border-top:1px solid #e3e9f2;list-style:none}body.landing-pro #paketler .pro-price-grid li{position:relative;padding-left:25px;color:#253247;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-size:15px;line-height:1.32;font-weight:500}body.landing-pro #paketler .pro-price-grid li::before{content:"✓";position:absolute;left:0;top:1px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#2385e8;font-size:11px;font-weight:900;line-height:1}body.landing-pro #paketler .pro-price-grid article>a{margin-top:auto}@media (min-width:641px){body.landing-pro #paketler .pro-price-grid article{min-height:430px!important;padding:28px 28px 24px!important}}@media (max-width:640px){body.landing-pro #paketler .pro-price-grid{grid-template-columns:1fr!important;gap:12px!important}body.landing-pro #paketler .pro-price-grid article{min-height:0!important;padding:16px!important}body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-price-grid small{display:block!important}body.landing-pro #paketler .pro-price-grid ul{margin-top:10px!important;padding-top:10px!important;gap:6px 8px!important}body.landing-pro #paketler .pro-price-grid li{padding-left:17px!important;font-size:9.8px!important;line-height:1.22!important}body.landing-pro #paketler .pro-price-grid li::before{width:12px!important;height:12px!important;font-size:7.5px!important}}body.landing-pro .pro-hero-copy{isolation:isolate}body.landing-pro .pro-hero h1{max-width:560px!important;margin:0!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:clamp(48px, 4.2vw, 72px)!important;line-height:.96!important;font-weight:900!important;letter-spacing:0!important;text-shadow:0 16px 42px rgba(0,0,0,.36)!important}body.landing-pro .pro-hero-slogan{max-width:610px!important;margin:28px 0 0!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:clamp(35px, 3.15vw, 52px)!important;line-height:1.06!important;font-weight:850!important;text-align:left!important;letter-spacing:0!important;text-shadow:0 14px 34px rgba(0,0,0,.34)!important}body.landing-pro .pro-hero-slogan>span{color:#fff!important;animation:corporateSloganGlow 7s ease-in-out infinite!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#ffd66b!important;animation-delay:.45s!important}body.landing-pro .pro-hero-kicker{width:max-content!important;max-width:100%!important;margin:24px 0 0!important;padding:9px 14px!important;display:inline-flex!important;align-items:center!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;color:#fff!important;background:rgba(255,255,255,.1)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 30px rgba(0,0,0,.14)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:15px!important;line-height:1!important;font-weight:800!important;text-align:left!important;text-shadow:none!important}body.landing-pro .pro-hero-actions{width:min(100%,500px)!important;margin:30px 0 0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;align-items:center!important}body.landing-pro .pro-trial-slogan{grid-column:1/-1!important;margin:0 0 2px!important;color:#ffb020!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:15px!important;line-height:1.2!important;font-weight:900!important;text-align:center!important;text-shadow:0 8px 18px rgba(0,0,0,.28)!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{width:100%!important;min-height:52px!important;height:52px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:3px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:14px!important;font-weight:800!important}body.landing-pro .pro-hero-actions .pro-primary{border:1px solid rgba(255,255,255,.72)!important;color:#172033!important;background:#fff!important}body.landing-pro .pro-hero-actions .pro-secondary{border:1px solid rgba(255,255,255,.38)!important;color:#fff!important;background:rgba(255,255,255,.12)!important}@keyframes corporateSloganGlow{0%,100%{text-shadow:0 12px 28px rgba(0,0,0,.34);filter:brightness(1)}44%{text-shadow:0 0 10px rgba(255,214,107,.42),0 12px 32px rgba(0,0,0,.32);filter:brightness(1.08)}}@media (min-width:641px){body.landing-pro .pro-hero-copy{max-width:620px!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{max-width:340px!important;margin:0 auto 22px!important;font-size:34px!important;line-height:1.02!important;text-align:center!important}body.landing-pro .pro-hero-slogan{max-width:360px!important;margin:0 auto!important;font-size:38px!important;line-height:.98!important;text-align:center!important}body.landing-pro .pro-hero-kicker{margin:20px auto 0!important;padding:8px 12px!important;font-size:13px!important}body.landing-pro .pro-hero-actions{width:min(100%,340px)!important;margin:28px auto 0!important;gap:8px!important}body.landing-pro .pro-trial-slogan{font-size:14px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-height:46px!important;height:46px!important;font-size:13px!important}}@media (min-width:641px){body.landing-pro .pro-hero-copy{max-width:640px!important}body.landing-pro .pro-hero-slogan{max-width:640px!important;margin:18px 0 0!important;text-align:left!important;font-size:clamp(38px, 3.65vw, 56px)!important;line-height:1.08!important}body.landing-pro .pro-hero-actions{width:min(100%,430px)!important;margin:28px 0 0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}body.landing-pro .pro-trial-slogan{grid-column:1/-1!important;max-width:none!important;margin:0 0 4px!important;text-align:center!important;font-size:18px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{width:100%!important;min-height:48px!important;height:48px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}@media (min-width:641px){body.landing-pro .pro-hero{grid-template-columns:minmax(420px,540px) minmax(500px,620px)!important;gap:clamp(44px,5vw,92px)!important;align-items:center!important;min-height:640px!important;padding:72px max(48px,calc((100vw - 1180px)/ 2)) 86px!important;overflow:hidden!important}body.landing-pro .pro-hero-copy{width:100%!important;max-width:540px!important;padding:0!important;z-index:4!important}body.landing-pro .pro-hero-copy::before{left:-24px!important;top:8px!important;height:78%!important}body.landing-pro .pro-hero h1{max-width:430px!important;margin:0 0 18px!important;font-size:clamp(48px, 4vw, 66px)!important;line-height:.95!important}body.landing-pro .pro-hero h1::after{margin-top:14px!important;font-size:10px!important;letter-spacing:.22em!important}body.landing-pro .pro-hero-slogan{width:100%!important;max-width:510px!important;margin:0!important;padding:16px 18px!important;overflow:hidden!important;font-size:clamp(30px, 2.55vw, 42px)!important;line-height:1.06!important;text-align:left!important}body.landing-pro .pro-hero-slogan::before{inset:0!important;border-radius:12px!important}body.landing-pro .pro-hero-slogan>span{display:block!important;max-width:100%!important;white-space:nowrap!important}body.landing-pro .pro-hero-kicker{width:max-content!important;max-width:100%!important;margin:16px 0 0!important;padding:8px 12px!important;font-size:13px!important}body.landing-pro .pro-hero-actions{width:min(100%,410px)!important;margin:22px 0 0!important;padding:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.landing-pro .pro-trial-slogan{grid-column:1/-1!important;margin:0 0 6px!important;font-size:15px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-height:46px!important;height:46px!important;border-radius:0!important;font-size:13px!important}body.landing-pro .pro-hero-actions .pro-secondary{color:#172033!important;background:#fff!important;border-color:rgba(255,255,255,.72)!important}body.landing-pro .pro-product{position:relative!important;z-index:2!important;min-height:500px!important;display:flex!important;align-items:center!important;justify-content:center!important}body.landing-pro .pro-window{width:min(100%,560px)!important;min-height:330px!important}}@media (min-width:641px){body.landing-pro .pro-hero{grid-template-columns:500px 590px!important;justify-content:center!important;gap:88px!important;min-height:650px!important;padding-top:74px!important;padding-bottom:96px!important}body.landing-pro .pro-hero-copy{max-width:500px!important;justify-self:start!important;align-self:center!important}body.landing-pro .pro-hero h1{max-width:440px!important;font-size:clamp(50px, 3.7vw, 66px)!important;line-height:.95!important;margin-bottom:18px!important}body.landing-pro .pro-hero-slogan{box-sizing:border-box!important;width:500px!important;max-width:500px!important;min-height:0!important;margin:0!important;padding:18px 20px!important;overflow:visible!important;font-size:clamp(34px, 2.55vw, 38px)!important;line-height:1.08!important}body.landing-pro .pro-hero-slogan>span{display:block!important;white-space:nowrap!important}body.landing-pro .pro-hero-kicker{margin-top:14px!important}body.landing-pro .pro-hero-actions{width:390px!important;max-width:390px!important;margin:22px 0 0!important;transform:none!important}body.landing-pro .pro-trial-slogan{margin-bottom:8px!important}body.landing-pro .pro-product{width:590px!important;max-width:590px!important;justify-self:center!important}body.landing-pro .pro-window{width:560px!important;max-width:560px!important}}@media (min-width:641px) and (max-width:1180px){body.landing-pro .pro-hero{grid-template-columns:450px 520px!important;gap:48px!important;padding-left:42px!important;padding-right:42px!important}body.landing-pro .pro-hero-copy,body.landing-pro .pro-hero-slogan{width:450px!important;max-width:450px!important}body.landing-pro .pro-hero-slogan{font-size:34px!important}body.landing-pro .pro-product,body.landing-pro .pro-window{width:520px!important;max-width:520px!important}}@media (max-width:640px){body.landing-pro .pro-hero{display:flex!important;flex-direction:column!important;align-items:center!important;min-height:0!important;padding:72px 18px 0!important;overflow:hidden!important}body.landing-pro .pro-hero-copy{width:100%!important;max-width:360px!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;z-index:4!important}body.landing-pro .pro-hero-copy::before{display:none!important}body.landing-pro .pro-hero h1{max-width:280px!important;margin:0 auto 14px!important;font-size:34px!important;line-height:.98!important;text-align:center!important}body.landing-pro .pro-hero h1::after{margin-top:12px!important;font-size:8px!important;letter-spacing:.18em!important;text-align:center!important}body.landing-pro .pro-hero-slogan{box-sizing:border-box!important;width:min(100%,230px)!important;max-width:230px!important;margin:0 auto!important;padding:13px 14px!important;overflow:visible!important;font-size:14px!important;line-height:1.35!important;text-align:left!important}body.landing-pro .pro-hero-slogan>span{display:block!important;white-space:nowrap!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){font-size:15px!important}body.landing-pro .pro-hero-kicker{width:max-content!important;max-width:100%!important;margin:24px auto 0!important;padding:9px 14px!important;font-size:14px!important;line-height:1!important}body.landing-pro .pro-hero-actions{width:min(100%,320px)!important;max-width:320px!important;margin:34px auto 0!important;padding:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transform:none!important;z-index:5!important}body.landing-pro .pro-trial-slogan{grid-column:1/-1!important;margin:0 0 8px!important;font-size:15px!important;line-height:1.1!important;text-align:center!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{width:100%!important;min-height:46px!important;height:46px!important;padding:0 10px!important;border-radius:0!important;color:#172033!important;background:#fff!important;border:1px solid rgba(255,255,255,.82)!important;font-size:13px!important;font-weight:800!important;box-shadow:none!important}body.landing-pro .pro-product{width:100%!important;max-width:300px!important;min-height:0!important;margin:26px auto 0!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;z-index:2!important}body.landing-pro .pro-window{width:250px!important;max-width:250px!important;min-height:250px!important;margin:0 auto!important;transform:none!important}}@media (max-width:640px){body.landing-pro .pro-hero{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;min-height:0!important;height:auto!important;padding:72px 20px 44px!important;gap:0!important;overflow:hidden!important}body.landing-pro .pro-hero-copy{display:contents!important}body.landing-pro .pro-hero h1{order:1!important;width:100%!important;max-width:280px!important;margin:0 auto 14px!important;font-size:34px!important;line-height:.98!important;text-align:center!important;z-index:4!important}body.landing-pro .pro-hero h1::after{margin-top:12px!important;font-size:8px!important;letter-spacing:.18em!important}body.landing-pro .pro-hero-slogan{order:2!important;box-sizing:border-box!important;width:min(100%,254px)!important;max-width:254px!important;margin:0 auto!important;padding:14px 16px!important;overflow:visible!important;font-size:14px!important;line-height:1.35!important;text-align:left!important;z-index:4!important}body.landing-pro .pro-hero-slogan>span{display:block!important;white-space:nowrap!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){font-size:15px!important}body.landing-pro .pro-hero-kicker{order:3!important;margin:24px auto 0!important;padding:9px 14px!important;font-size:14px!important;line-height:1!important;z-index:4!important}body.landing-pro .pro-product{order:4!important;position:relative!important;inset:auto!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;width:100%!important;max-width:320px!important;min-height:0!important;height:auto!important;margin:30px auto 0!important;padding:0!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;z-index:2!important;transform:none!important}body.landing-pro .pro-window{position:relative!important;width:250px!important;max-width:250px!important;min-height:250px!important;margin:0 auto!important;padding:9px 10px 30px!important;border-width:10px!important;border-radius:18px 18px 10px 10px!important;transform:none!important}body.landing-pro .pro-window::after{bottom:-28px!important;height:32px!important}body.landing-pro .pro-hero-actions{order:5!important;position:relative!important;inset:auto!important;width:min(100%,320px)!important;max-width:320px!important;margin:38px auto 0!important;padding:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:4!important;transform:none!important}body.landing-pro .pro-hero-actions::before{content:none!important;display:none!important}body.landing-pro .pro-trial-slogan{display:block!important;grid-column:1/-1!important;margin:0 0 8px!important;color:#ff9800!important;font-size:15px!important;line-height:1.1!important;font-weight:900!important;text-align:center!important;text-shadow:0 6px 16px rgba(0,0,0,.24)!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{width:100%!important;min-height:46px!important;height:46px!important;padding:0 10px!important;border:1px solid rgba(255,255,255,.86)!important;border-radius:0!important;color:#172033!important;background:#fff!important;box-shadow:0 10px 26px rgba(0,0,0,.08)!important;font-size:13px!important;font-weight:800!important}}body.landing-pro .pro-hero-slogan{position:relative!important;isolation:isolate!important;display:flex!important;flex-direction:column!important;gap:5px!important;border:1px solid rgba(142,233,255,.24)!important;border-radius:22px!important;background:radial-gradient(circle at 88% 36%,rgba(50,211,255,.17),transparent 36%),linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.045))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 20px 60px rgba(0,0,0,.18)!important;backdrop-filter:blur(12px) saturate(126%)!important;-webkit-backdrop-filter:blur(12px) saturate(126%)!important}body.landing-pro .pro-hero-slogan::before{content:""!important;position:absolute!important;inset:10px auto 10px 12px!important;width:2px!important;border-radius:999px!important;background:linear-gradient(180deg,#7dd3fc,#ffe68a,#15e0c2)!important;opacity:.86!important;box-shadow:0 0 18px rgba(125,211,252,.42)!important;z-index:-1!important}body.landing-pro .pro-hero-slogan::after{content:""!important;position:absolute!important;left:30px!important;right:24px!important;bottom:12px!important;height:1px!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,rgba(125,211,252,.75),rgba(255,230,138,.9),transparent)!important;opacity:.72!important;animation:sloganFlowLine 5.8s ease-in-out infinite!important;z-index:-1!important}body.landing-pro .pro-hero-slogan>span{position:relative!important;z-index:1!important;letter-spacing:0!important;white-space:normal!important}body.landing-pro .pro-hero-slogan>span:first-child{color:rgba(255,255,255,.92)!important;font-weight:650!important;text-shadow:0 10px 26px rgba(0,0,0,.28)!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#ffe68a!important;font-weight:850!important;text-shadow:0 0 18px rgba(255,214,107,.28),0 12px 30px rgba(0,0,0,.3)!important;animation:sloganSoftGlow 6.4s ease-in-out infinite!important}@media (min-width:641px){body.landing-pro .pro-hero-slogan{width:500px!important;max-width:500px!important;padding:20px 24px 26px 30px!important;font-size:34px!important;line-height:1.08!important}}@media (max-width:640px){body.landing-pro .pro-hero-slogan{width:min(100%,340px)!important;max-width:340px!important;margin:0 auto!important;padding:18px 22px 24px 30px!important;gap:6px!important;border-radius:20px!important;text-align:left!important;font-size:20px!important;line-height:1.18!important}body.landing-pro .pro-hero-slogan>span:first-child{font-size:20px!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){font-size:22px!important}}@media (max-width:760px){body.admin-page .mobile-table-scroll{overflow-x:hidden;border:0;background:0 0}body.admin-page table.ledger.compact-mobile-table{display:block;width:100%;min-width:0;border:0;background:0 0;border-radius:0}body.admin-page table.ledger.compact-mobile-table thead{display:none}body.admin-page table.ledger.compact-mobile-table tbody{display:grid;gap:12px}body.admin-page table.ledger.compact-mobile-table tr{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));width:100%;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--white)}body.admin-page table.ledger.compact-mobile-table td{display:block;min-width:0;padding:8px 6px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);font-size:10px;line-height:1.25;vertical-align:middle;white-space:normal;overflow-wrap:anywhere}body.admin-page table.ledger.compact-mobile-table td::before{content:attr(data-label);display:block;margin-bottom:5px;color:var(--muted);font-size:8px;font-weight:800;line-height:1;text-transform:uppercase}body.admin-page table.ledger.compact-mobile-table td:nth-child(6){border-right:0}body.admin-page table.ledger.compact-mobile-table td.appointment-action-cell,body.admin-page table.ledger.compact-mobile-table td:nth-child(7){grid-column:span 3;padding:10px 12px 12px;border-bottom:0;font-size:11px}body.admin-page table.ledger.compact-mobile-table td:nth-child(7){border-right:1px solid var(--border)}body.admin-page table.ledger.compact-mobile-table td.appointment-action-cell{border-right:0}body.admin-page table.ledger.compact-mobile-table .phone-link,body.admin-page table.ledger.compact-mobile-table .whatsapp-mini{display:block;max-width:100%;white-space:normal}body.admin-page table.ledger.compact-mobile-table .whatsapp-mini{margin-top:3px;font-size:9px}body.admin-page table.ledger.compact-mobile-table .badge{display:inline-block;max-width:100%;padding:5px 8px;font-size:9px;border-radius:999px;white-space:normal}body.admin-page table.ledger.compact-mobile-table .appointment-action-select{width:100%;min-width:0;min-height:34px;padding:0 8px;font-size:11px}}.appointment-row-modal{position:fixed;inset:0;z-index:1400;display:none;align-items:flex-end;justify-content:center;padding:18px;background:rgba(15,23,42,.42)}.appointment-row-modal.open{display:flex}.appointment-row-card{width:min(100%,430px);max-height:min(86vh,620px);overflow:auto;border:1px solid var(--border);border-radius:16px 16px 12px 12px;background:var(--white);box-shadow:0 24px 70px rgba(15,23,42,.22)}.appointment-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 18px 14px;border-bottom:1px solid var(--border)}.appointment-row-head h2{margin:0;color:var(--navy);font-size:18px;line-height:1.15}.appointment-row-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.appointment-row-head p.is-error{color:var(--danger-text);font-weight:700}.appointment-row-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border:1px solid var(--border);border-radius:9px;background:var(--white);color:var(--text);cursor:pointer}.appointment-row-close svg{width:18px;height:18px}.appointment-row-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--border)}.appointment-row-detail-button{min-width:0;padding:12px;border:0;background:var(--white);color:inherit;font-family:var(--font);text-align:left;cursor:pointer}.appointment-row-detail-button:focus-visible,.appointment-row-detail-button:hover{position:relative;z-index:1;outline:1px solid rgba(18,145,230,.45);background:#f7fbff}.appointment-row-detail-button.editing{position:relative;z-index:2;outline:1px solid rgba(18,145,230,.5);background:#f7fbff}.appointment-row-detail-button.changed{background:#f5fbff}.appointment-row-detail-button.changed::before{content:"";position:absolute;top:9px;right:9px;width:5px;height:5px;border-radius:50%;background:var(--blue)}.appointment-row-details span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.appointment-row-details strong{display:block;min-width:0;color:var(--navy);font-size:13px;line-height:1.25;overflow-wrap:anywhere}.appointment-inline-editor{width:100%;min-width:0;min-height:31px;margin-top:2px;border:1px solid rgba(18,145,230,.34);border-radius:7px;background:var(--white);color:var(--navy);font-family:var(--font);font-size:12px;font-weight:700;padding:0 8px;outline:0}.appointment-inline-editor:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,145,230,.1)}.appointment-row-savebar{position:sticky;bottom:0;display:grid;grid-template-columns:minmax(0,112px) minmax(0,132px);justify-content:center;gap:10px;padding:14px 18px 16px;border-top:1px solid rgba(230,233,239,.72);background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(248,251,255,.98));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.appointment-row-reset,.appointment-row-save{min-height:38px;border-radius:999px;font-family:var(--font);font-size:12.5px;font-weight:850;cursor:pointer;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease,background .12s ease}.appointment-row-reset{padding:0 16px;border:1px solid rgba(214,222,232,.9);background:rgba(255,255,255,.86);color:#516073}.appointment-row-save{min-width:0;padding:0 16px;border:1px solid rgba(18,145,230,.42);background:linear-gradient(180deg,#1da1f2,#0d77c5);color:#fff;box-shadow:0 12px 24px rgba(18,145,230,.22)}.appointment-row-reset:not(:disabled):focus-visible,.appointment-row-reset:not(:disabled):hover,.appointment-row-save:not(:disabled):focus-visible,.appointment-row-save:not(:disabled):hover{outline:0;transform:translateY(-1px)}.appointment-row-reset:not(:disabled):focus-visible,.appointment-row-reset:not(:disabled):hover{border-color:rgba(18,145,230,.28);color:var(--blue-dark)}.appointment-row-save:not(:disabled):focus-visible,.appointment-row-save:not(:disabled):hover{box-shadow:0 15px 30px rgba(18,145,230,.28)}.appointment-row-reset:disabled,.appointment-row-save:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}@media (max-width:760px){body.admin-page table.ledger.compact-mobile-table tr{cursor:pointer}body.admin-page table.ledger.compact-mobile-table tr:active{background:#fafbfc}body.admin-page table.ledger.compact-mobile-table td:nth-child(6){border-right:0}body.admin-page table.ledger.compact-mobile-table td.appointment-action-cell,body.admin-page table.ledger.compact-mobile-table td:nth-child(7){display:none}}@media (max-width:760px){body.admin-page table.ledger.compact-mobile-table tbody{gap:10px}body.admin-page table.ledger.compact-mobile-table tr{grid-template-columns:1.12fr 1.28fr 1.08fr 1.08fr 1fr .82fr;border-color:rgba(214,220,230,.78);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 6px 18px rgba(22,35,63,.035)}body.admin-page table.ledger.compact-mobile-table td{display:flex;min-height:48px;flex-direction:column;justify-content:center;gap:3px;padding:7px 7px;border-right:1px solid rgba(230,233,239,.78);border-bottom:0;color:#24324a;font-size:9.5px;font-weight:650;line-height:1.18;background:0 0}body.admin-page table.ledger.compact-mobile-table td::before{margin:0;color:#8b96a8;font-size:7px;font-weight:800;line-height:1}body.admin-page table.ledger.compact-mobile-table .phone-link{color:var(--blue-dark);font-size:9.5px;line-height:1.12}body.admin-page table.ledger.compact-mobile-table .whatsapp-mini{width:max-content;max-width:100%;margin-top:1px;color:#047a68;font-size:8.5px;font-weight:800;line-height:1;text-decoration:none}}@media (max-width:380px){body.admin-page table.ledger.compact-mobile-table tr{grid-template-columns:1.1fr 1.34fr 1fr 1fr .96fr .74fr}body.admin-page table.ledger.compact-mobile-table td{min-height:46px;padding:6px 5px;font-size:8.8px}body.admin-page table.ledger.compact-mobile-table td::before{font-size:6.6px}}@media (max-width:760px){body.admin-page table.ledger.compact-mobile-table tbody{gap:9px}body.admin-page table.ledger.compact-mobile-table tr{position:relative;grid-template-columns:1.05fr 1.35fr 1fr 1fr .96fr .78fr;overflow:hidden;border:1px solid rgba(214,222,232,.62);border-radius:9px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,251,254,.96));box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 10px 26px rgba(22,35,63,.045)}body.admin-page table.ledger.compact-mobile-table tr::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(18,145,230,.055),transparent 34%,rgba(123,92,255,.035))}body.admin-page table.ledger.compact-mobile-table td{position:relative;min-height:43px;padding:7px 6px;border:0;color:#17243c;font-size:9px;font-weight:700;line-height:1.14;letter-spacing:0}body.admin-page table.ledger.compact-mobile-table td:not(:nth-child(6))::after{content:"";position:absolute;top:11px;right:0;bottom:11px;width:1px;background:rgba(214,222,232,.68)}body.admin-page table.ledger.compact-mobile-table td::before{color:#8995a7;font-size:6.4px;font-weight:850;letter-spacing:0}body.admin-page table.ledger.compact-mobile-table .phone-link{color:#0869ad;font-size:9px;font-weight:800}body.admin-page table.ledger.compact-mobile-table .whatsapp-mini{margin-top:2px;color:#00856f;font-size:8px;font-weight:850}}@media (max-width:380px){body.admin-page table.ledger.compact-mobile-table tr{grid-template-columns:1fr 1.34fr .98fr .98fr .92fr .72fr}body.admin-page table.ledger.compact-mobile-table td{min-height:41px;padding:6px 4px;font-size:8.2px}body.admin-page table.ledger.compact-mobile-table td::before{font-size:5.9px}}body.admin-page{background:linear-gradient(180deg,#f8fbff 0,#f2f6fb 46%,#eef3f8 100%)}body.admin-page .topbar{position:sticky;top:0;z-index:900;border-bottom:1px solid rgba(214,223,234,.68);background:rgba(255,255,255,.86);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%)}body.admin-page .topbar-inner{max-width:1180px}body.admin-page .panel-wrap.admin-dashboard{width:min(100%,1120px);padding:30px 24px 76px;gap:18px}body.admin-page .admin-hero-head{position:relative;overflow:hidden;align-items:flex-end;min-height:168px;padding:28px;border:1px solid rgba(190,211,236,.62);border-radius:26px;background:radial-gradient(circle at 9% 0,rgba(18,145,230,.18),transparent 34%),radial-gradient(circle at 90% 16%,rgba(123,92,255,.13),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(246,250,255,.9));box-shadow:0 24px 70px rgba(22,35,63,.09)}body.admin-page .admin-hero-head::before{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.76);border-radius:20px;pointer-events:none}body.admin-page .admin-hero-head>*{position:relative;z-index:1}body.admin-page .admin-hero-head h1{margin:0;color:#101a31;font-size:clamp(28px, 4.3vw, 48px);line-height:.98;letter-spacing:0}body.admin-page .admin-hero-head .panel-subtitle{max-width:560px;margin-top:12px;color:#66758b;font-size:14px}body.admin-page .admin-head-actions{justify-content:flex-end}body.admin-page .admin-head-actions .row-action-link{min-height:42px;padding:0 16px;border:1px solid rgba(18,145,230,.22);border-radius:999px;background:rgba(255,255,255,.82);color:#0d6fb8;font-size:12px;font-weight:850;box-shadow:0 12px 28px rgba(22,35,63,.06)}body.admin-page .admin-head-actions .calendar-toggle-btn{background:linear-gradient(180deg,#1da1f2,#0d77c5);color:#fff;box-shadow:0 14px 30px rgba(18,145,230,.22)}body.admin-page .admin-panel-toggle,body.admin-page .manager-section,body.admin-page .mobile-table-scroll{border:1px solid rgba(214,223,234,.74);border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 18px 52px rgba(22,35,63,.055)}body.admin-page .appointment-calendar-shell{padding:18px;overflow:visible}body.admin-page .appointment-calendar-head{padding:0 0 16px;border-bottom:1px solid rgba(226,232,240,.78)}body.admin-page .appointment-calendar-icon{border-radius:16px;background:linear-gradient(180deg,#e9f6ff,#f5f9ff);color:#0d77c5;box-shadow:inset 0 0 0 1px rgba(18,145,230,.12)}body.admin-page .appointment-calendar-title h1,body.admin-page .panel-head h1,body.admin-page .weekly-summary-section .panel-head h1{color:#121d35;letter-spacing:0}body.admin-page .appointment-calendar-title p{color:#748197}body.admin-page .appointment-week-scroll{margin-top:16px;border-radius:18px;background:linear-gradient(180deg,rgba(247,250,253,.88),rgba(241,246,251,.78))}body.admin-page .appointment-week-board{gap:6px}body.admin-page .appointment-week-cell,body.admin-page .appointment-week-corner,body.admin-page .appointment-week-day-head,body.admin-page .appointment-week-time{border-color:rgba(214,223,234,.68);border-radius:12px;background:rgba(255,255,255,.76);box-shadow:none}body.admin-page .appointment-week-day-head.today{background:linear-gradient(180deg,#eaf6ff,#fff);border-color:rgba(18,145,230,.32)}body.admin-page .appointment-week-cell.has-appointments{background:#f7fbff}body.admin-page .appointment-block{border:1px solid rgba(18,145,230,.16);border-radius:10px;background:linear-gradient(180deg,#fff,#edf7ff);box-shadow:0 8px 18px rgba(18,145,230,.09)}body.admin-page .weekly-summary-section{padding:18px}body.admin-page .weekly-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}body.admin-page .weekly-summary-card{min-height:104px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,250,254,.9))}body.admin-page .admin-panel-toggle{overflow:hidden}body.admin-page .admin-panel-toggle summary{min-height:58px;padding:0 18px;background:rgba(255,255,255,.72)}body.admin-page .admin-panel-toggle summary span{color:#121d35;font-size:15px}body.admin-page .admin-panel-toggle summary::after{width:32px;height:32px;border:1px solid rgba(18,145,230,.16);border-radius:10px;background:#f3f9ff;color:#0d77c5}body.admin-page .admin-panel-toggle-body{padding:18px;border-top:1px solid rgba(226,232,240,.78)}body.admin-page .admin-filter-grid input,body.admin-page .admin-filter-grid select,body.admin-page .admin-quick-form input,body.admin-page .admin-quick-form select{min-height:44px;border-color:rgba(214,223,234,.9);border-radius:12px;background:rgba(255,255,255,.92)}body.admin-page .admin-filter-grid label,body.admin-page .admin-quick-form label{color:#6d7a90;font-size:11px;font-weight:850}body.admin-page .login-submit{border-radius:12px;background:linear-gradient(180deg,#1da1f2,#0d77c5);box-shadow:0 12px 24px rgba(18,145,230,.16)}body.admin-page .panel-head:not(.admin-hero-head){margin:8px 0 0}body.admin-page .panel-head .count{color:#7d8aa0;font-size:12px;font-weight:800}body.admin-page .mobile-table-scroll{padding:12px;overflow:visible}body.admin-page table.ledger{border:0;border-radius:16px;background:0 0}body.admin-page table.ledger th{border-bottom-color:rgba(226,232,240,.86);background:rgba(247,250,253,.9);color:#7d8aa0}body.admin-page table.ledger td{border-bottom-color:rgba(226,232,240,.72)}@media (max-width:920px){body.admin-page .admin-hero-head{align-items:flex-start;flex-direction:column}body.admin-page .admin-head-actions{width:100%}body.admin-page .admin-head-actions .row-action-link{flex:1 1 180px}body.admin-page .weekly-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){body.admin-page .panel-wrap.admin-dashboard{padding:18px 12px 60px;gap:14px}body.admin-page .admin-hero-head{min-height:0;padding:22px;border-radius:22px}body.admin-page .admin-hero-head h1{font-size:32px}body.admin-page .admin-panel-toggle,body.admin-page .appointment-calendar-shell,body.admin-page .mobile-table-scroll,body.admin-page .weekly-summary-section{border-radius:18px}body.admin-page .weekly-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}body.admin-page{background:linear-gradient(rgba(17,25,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,25,42,.035) 1px,transparent 1px),linear-gradient(180deg,#f7fbff 0,#eef6f8 50%,#f8fafc 100%);background-size:28px 28px,28px 28px,auto}body.admin-page .topbar{background:rgba(250,253,255,.78);border-bottom:1px solid rgba(0,180,216,.18);box-shadow:0 14px 42px rgba(15,23,42,.045)}body.admin-page .panel-wrap.admin-dashboard{gap:16px}body.admin-page .admin-hero-head{min-height:148px;border-radius:0;border:1px solid rgba(23,37,84,.16);background:linear-gradient(90deg,rgba(0,180,216,.13),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.92),rgba(244,250,252,.78));box-shadow:0 24px 70px rgba(15,23,42,.07),inset 4px 0 0 #00b4d8,inset 0 -1px 0 rgba(132,204,22,.34)}body.admin-page .admin-hero-head::before{inset:12px;border-radius:0;border-color:rgba(0,180,216,.14);background:linear-gradient(90deg,rgba(0,180,216,.12) 1px,transparent 1px),linear-gradient(rgba(132,204,22,.1) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(90deg,#000,transparent 72%)}body.admin-page .admin-hero-head h1{color:#091427;font-size:clamp(30px, 5vw, 54px);font-weight:920}body.admin-page .admin-hero-head .panel-subtitle{color:#536277;font-weight:650}body.admin-page .admin-head-actions .row-action-link,body.admin-page .topbar-actions .login-link,body.admin-page .topbar-actions .pill-btn{border-radius:0}body.admin-page .admin-head-actions .row-action-link{border-color:rgba(0,180,216,.26);background:rgba(255,255,255,.72);color:#075985;box-shadow:inset 0 -2px 0 rgba(0,180,216,.16)}body.admin-page .admin-head-actions .calendar-toggle-btn,body.admin-page .login-submit{background:linear-gradient(90deg,#00b4d8,#2563eb 72%,#7c3aed);border:0;color:#fff;box-shadow:0 14px 30px rgba(37,99,235,.2)}body.admin-page .admin-panel-toggle,body.admin-page .manager-section,body.admin-page .mobile-table-scroll{border-radius:0;border-color:rgba(23,37,84,.14);background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,252,253,.76));box-shadow:0 18px 48px rgba(15,23,42,.055),inset 0 1px 0 rgba(255,255,255,.9)}body.admin-page .appointment-calendar-shell,body.admin-page .weekly-summary-section{position:relative}body.admin-page .appointment-calendar-shell::after,body.admin-page .mobile-table-scroll::after,body.admin-page .weekly-summary-section::after{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,#00b4d8,#84cc16,#7c3aed);pointer-events:none}body.admin-page .appointment-calendar-head{border-bottom-color:rgba(23,37,84,.1)}body.admin-page .appointment-calendar-icon{border-radius:0;background:#08111f;color:#67e8f9;box-shadow:inset 0 0 0 1px rgba(103,232,249,.28)}body.admin-page .appointment-calendar-title h1,body.admin-page .panel-head h1,body.admin-page .weekly-summary-section .panel-head h1{color:#0b1426;font-weight:900}body.admin-page .appointment-week-scroll{border-radius:0;border:1px solid rgba(23,37,84,.08);background:linear-gradient(rgba(0,180,216,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(124,58,237,.04) 1px,transparent 1px),rgba(248,252,253,.76);background-size:20px 20px,20px 20px,auto}body.admin-page .appointment-week-cell,body.admin-page .appointment-week-corner,body.admin-page .appointment-week-day-head,body.admin-page .appointment-week-time,body.admin-page .weekly-summary-card{border-radius:0;border-color:rgba(23,37,84,.12);background:rgba(255,255,255,.72)}body.admin-page .appointment-week-day-head.today{background:linear-gradient(180deg,rgba(224,242,254,.95),rgba(255,255,255,.78));box-shadow:inset 0 -2px 0 #00b4d8}body.admin-page .appointment-week-cell.has-appointments{background:rgba(240,249,255,.82);box-shadow:inset 0 0 0 1px rgba(0,180,216,.12)}body.admin-page .appointment-block{border-radius:0;border-color:rgba(0,180,216,.24);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(236,253,245,.86));box-shadow:inset 3px 0 0 #00b4d8}body.admin-page .weekly-summary-card{min-height:92px;box-shadow:inset 0 -2px 0 rgba(0,180,216,.18)}body.admin-page .admin-panel-toggle summary{background:rgba(255,255,255,.74)}body.admin-page .admin-panel-toggle summary::after{border-radius:0;background:#08111f;color:#67e8f9}body.admin-page .admin-filter-grid input,body.admin-page .admin-filter-grid select,body.admin-page .admin-quick-form input,body.admin-page .admin-quick-form select{border-radius:0;border-color:rgba(23,37,84,.16);background:rgba(255,255,255,.78);box-shadow:inset 3px 0 0 rgba(0,180,216,.12)}body.admin-page .mobile-table-scroll{position:relative}body.admin-page table.ledger th{background:#08111f;color:#b6e9f4}body.admin-page table.ledger td{background:rgba(255,255,255,.64)}@media (max-width:620px){body.admin-page .admin-hero-head{border-radius:0}body.admin-page .admin-panel-toggle,body.admin-page .appointment-calendar-shell,body.admin-page .mobile-table-scroll,body.admin-page .weekly-summary-section{border-radius:0}}body.admin-page .panel-wrap.admin-dashboard{width:min(100%,1040px);padding-top:22px;gap:12px}body.admin-page .admin-hero-head{min-height:116px;padding:20px 22px;border-radius:22px;box-shadow:0 16px 44px rgba(15,23,42,.055),inset 3px 0 0 rgba(0,180,216,.72),inset 0 -1px 0 rgba(132,204,22,.24)}body.admin-page .admin-hero-head::before{inset:10px;border-radius:16px;background-size:18px 18px}body.admin-page .admin-hero-head h1{font-size:clamp(24px, 4vw, 38px)}body.admin-page .admin-hero-head .panel-subtitle{margin-top:8px;font-size:12.5px}body.admin-page .admin-head-actions{gap:8px}body.admin-page .admin-head-actions .row-action-link,body.admin-page .topbar-actions .login-link,body.admin-page .topbar-actions .pill-btn{min-height:32px;padding:0 11px;border-radius:999px;font-size:10.8px}body.admin-page .admin-panel-toggle,body.admin-page .manager-section,body.admin-page .mobile-table-scroll{border-radius:16px;box-shadow:0 12px 32px rgba(15,23,42,.045),inset 0 1px 0 rgba(255,255,255,.88)}body.admin-page .appointment-calendar-shell,body.admin-page .weekly-summary-section{padding:12px}body.admin-page .appointment-calendar-shell::after,body.admin-page .mobile-table-scroll::after,body.admin-page .weekly-summary-section::after{left:14px;right:14px;top:0;height:1px;border-radius:999px}body.admin-page .appointment-calendar-head{padding-bottom:10px}body.admin-page .appointment-calendar-title{gap:10px}body.admin-page .appointment-calendar-icon{width:34px;height:34px;border-radius:12px}body.admin-page .appointment-calendar-icon svg{width:17px;height:17px}body.admin-page .appointment-calendar-title h1,body.admin-page .panel-head h1,body.admin-page .weekly-summary-section .panel-head h1{font-size:18px}body.admin-page .appointment-calendar-title p{font-size:11.5px}body.admin-page .appointment-calendar-metrics div{min-width:58px;padding:7px 9px;border-radius:12px}body.admin-page .appointment-calendar-metrics strong{font-size:18px}body.admin-page .appointment-week-scroll{margin-top:10px;border-radius:14px;background-size:16px 16px,16px 16px,auto}body.admin-page .appointment-week-board{gap:4px}body.admin-page .appointment-week-cell,body.admin-page .appointment-week-corner,body.admin-page .appointment-week-day-head,body.admin-page .appointment-week-time,body.admin-page .weekly-summary-card{border-radius:11px}body.admin-page .appointment-week-day-head{min-height:48px;padding:6px}body.admin-page .appointment-week-cell,body.admin-page .appointment-week-time{min-height:46px}body.admin-page .appointment-week-day-head b,body.admin-page .appointment-week-day-head span,body.admin-page .appointment-week-day-head strong,body.admin-page .appointment-week-time{font-size:10px}body.admin-page .appointment-block{border-radius:9px;padding:5px 6px}body.admin-page .appointment-block small,body.admin-page .appointment-block span,body.admin-page .appointment-block strong{font-size:9.5px}body.admin-page .weekly-summary-grid{gap:8px}body.admin-page .weekly-summary-card{min-height:76px;padding:10px 12px}body.admin-page .weekly-summary-card strong{font-size:12px}body.admin-page .weekly-summary-card b,body.admin-page .weekly-summary-card span{font-size:10px}body.admin-page .admin-panel-toggle{border-radius:14px}body.admin-page .admin-panel-toggle summary{min-height:46px;padding:0 14px}body.admin-page .admin-panel-toggle summary span{font-size:13px}body.admin-page .admin-panel-toggle summary small{font-size:10.5px}body.admin-page .admin-panel-toggle summary::after{width:26px;height:26px;border-radius:9px}body.admin-page .admin-panel-toggle-body{padding:12px}body.admin-page .admin-filter-grid,body.admin-page .admin-quick-form{gap:10px}body.admin-page .admin-filter-grid input,body.admin-page .admin-filter-grid select,body.admin-page .admin-quick-form input,body.admin-page .admin-quick-form select{min-height:36px;border-radius:10px;font-size:12px}body.admin-page .login-submit{min-height:36px;border-radius:10px;font-size:12px}body.admin-page .mobile-table-scroll{padding:8px;border-radius:15px}@media (max-width:620px){body.admin-page .panel-wrap.admin-dashboard{padding:14px 10px 54px;gap:10px}body.admin-page .admin-hero-head{min-height:0;padding:18px;border-radius:18px}body.admin-page .admin-hero-head h1{font-size:27px}body.admin-page .admin-panel-toggle,body.admin-page .appointment-calendar-shell,body.admin-page .mobile-table-scroll,body.admin-page .weekly-summary-section{border-radius:14px}}body.admin-page .admin-panel-toggle summary::after,body.admin-page .appointment-calendar-icon{background:#eef7ff;color:var(--blue-dark);border-color:rgba(18,145,230,.18);box-shadow:inset 0 0 0 1px rgba(18,145,230,.08)}body.admin-page .appointment-calendar-shell::after,body.admin-page .mobile-table-scroll::after,body.admin-page .weekly-summary-section::after{background:linear-gradient(90deg,#1291e6,#2f8bff)}body.admin-page .admin-hero-head{box-shadow:0 16px 44px rgba(15,23,42,.055),inset 3px 0 0 rgba(18,145,230,.5),inset 0 -1px 0 rgba(18,145,230,.12)}body.admin-page table.ledger th{background:#f4f8fc;color:#7d8aa0}body.admin-page .admin-head-actions .calendar-toggle-btn,body.admin-page .login-submit{background:linear-gradient(180deg,#1da1f2,#0d77c5)}body.admin-page .appointment-block{box-shadow:inset 3px 0 0 rgba(18,145,230,.7)}body.admin-page .appointment-block small,body.admin-page .appointment-block span,body.admin-page .appointment-block strong{color:#23324a;text-shadow:none}body.admin-page .appointment-block span{color:var(--blue-dark)}body.admin-page .appointment-block small{color:#6f7d91}body.admin-page .admin-hero-head{min-height:96px;padding:15px 16px;border-radius:18px}body.admin-page .admin-hero-head::before{inset:8px;border-radius:13px}body.admin-page .admin-hero-head h1{font-size:clamp(21px, 3.6vw, 31px)}body.admin-page .admin-hero-head .panel-subtitle{margin-top:5px;font-size:11.5px}body.admin-page .admin-head-actions .row-action-link{min-height:30px;padding:0 12px;font-size:10.5px}@media (max-width:620px){body.admin-page .admin-hero-head{padding:14px;border-radius:16px}body.admin-page .admin-hero-head h1{font-size:25px}}body.admin-page .admin-hero-head{min-height:74px;padding:10px 12px;border-radius:14px}body.admin-page .admin-hero-head::before{inset:6px;border-radius:10px}body.admin-page .admin-hero-head h1{font-size:clamp(17px, 3vw, 24px)}body.admin-page .admin-hero-head .panel-subtitle{margin-top:3px;font-size:9.8px}body.admin-page .admin-head-actions{gap:6px}body.admin-page .admin-head-actions .row-action-link{min-height:25px;padding:0 9px;font-size:9.2px}@media (max-width:620px){body.admin-page .admin-hero-head{padding:10px;border-radius:13px}body.admin-page .admin-hero-head h1{font-size:20px}}@media (min-width:621px){body.admin-page .admin-hero-head{min-height:148px;padding:28px;border-radius:22px}body.admin-page .admin-hero-head::before{inset:12px;border-radius:16px}body.admin-page .admin-hero-head h1{font-size:clamp(28px, 4.3vw, 48px)}body.admin-page .admin-hero-head .panel-subtitle{margin-top:12px;font-size:14px}body.admin-page .admin-head-actions{gap:10px}body.admin-page .admin-head-actions .row-action-link{min-height:42px;padding:0 16px;font-size:12px}}body.admin-page .appointment-week-board .appointment-block small,body.admin-page .appointment-week-board .appointment-block span,body.admin-page .appointment-week-board .appointment-block strong{color:#17233c!important;text-shadow:none!important;opacity:1!important}body.admin-page .appointment-week-board .appointment-block span{color:#0d6fb8!important}body.admin-page .appointment-week-board .appointment-block small{color:#526176!important}@media (min-width:621px){body.admin-page .admin-hero-head{min-height:118px;padding:22px 24px;border-radius:20px}body.admin-page .admin-hero-head::before{inset:10px;border-radius:15px}body.admin-page .admin-hero-head h1{font-size:clamp(24px, 3.7vw, 40px)}body.admin-page .admin-hero-head .panel-subtitle{margin-top:8px;font-size:12.5px}body.admin-page .admin-head-actions .row-action-link{min-height:36px;padding:0 14px;font-size:11px}}body.admin-page .appointment-week-board .appointment-block{display:grid;place-items:center;gap:1px;width:min(100%,86px);min-height:44px;margin:0 auto;padding:6px 8px;border:1px solid rgba(13,111,184,.18);border-radius:5px;background:linear-gradient(180deg,#1da1f2,#0d77c5);box-shadow:0 8px 18px rgba(18,145,230,.18);text-align:center}body.admin-page .appointment-week-board .appointment-block small,body.admin-page .appointment-week-board .appointment-block span,body.admin-page .appointment-week-board .appointment-block strong{max-width:100%;color:#fff!important;line-height:1.05;text-shadow:none!important;opacity:1!important}body.admin-page .appointment-week-board .appointment-block strong{font-size:10px;font-weight:900}body.admin-page .appointment-week-board .appointment-block span{font-size:10px;font-weight:900}body.admin-page .appointment-week-board .appointment-block small{font-size:8.5px;font-weight:800}@media (max-width:760px){body.admin-page table.ledger.customers-table.compact-mobile-table tr{grid-template-columns:1fr 1.28fr .72fr 1.3fr 1.08fr 1.05fr;border-radius:10px}body.admin-page table.ledger.customers-table.compact-mobile-table td{min-height:40px;padding:5px 5px;font-size:8.4px}body.admin-page table.ledger.customers-table.compact-mobile-table td::before{font-size:5.8px}body.admin-page table.ledger.customers-table.compact-mobile-table .phone-link{font-size:8.6px}body.admin-page table.ledger.customers-table.compact-mobile-table .row-actions{width:100%;gap:0}body.admin-page table.ledger.customers-table.compact-mobile-table .row-action-link{width:100%;min-height:24px;justify-content:center;padding:0 5px;border-radius:999px;background:#eef7ff;color:var(--blue-dark);font-size:7.5px;font-weight:850;line-height:1;text-align:center}}@media (max-width:380px){body.admin-page table.ledger.customers-table.compact-mobile-table tr{grid-template-columns:.95fr 1.28fr .66fr 1.16fr 1fr .98fr}body.admin-page table.ledger.customers-table.compact-mobile-table td{min-height:38px;padding:4px;font-size:7.8px}}@media (max-width:760px){body.admin-page .customers-page .panel-head:not(.admin-hero-head) h1{font-size:16px}body.admin-page .customers-page .panel-head .count{font-size:10px}body.admin-page .customers-page table.ledger.compact-mobile-table tr{border-radius:9px}body.admin-page .customers-page table.ledger.compact-mobile-table td{min-height:34px;padding:4px 4px;font-size:7.2px;line-height:1.08;font-weight:750}body.admin-page .customers-page table.ledger.compact-mobile-table td::before{font-size:5px;line-height:1}body.admin-page .customers-page table.ledger.compact-mobile-table .phone-link{font-size:7.4px;line-height:1}body.admin-page table.ledger.customer-history-table.compact-mobile-table tr{grid-template-columns:.95fr 1fr .72fr .9fr .9fr .7fr .68fr .82fr}body.admin-page table.ledger.customer-history-table.compact-mobile-table td{min-height:36px;padding:4px 3px;font-size:6.8px;line-height:1.08}body.admin-page table.ledger.customer-history-table.compact-mobile-table td::before{font-size:4.8px}body.admin-page table.ledger.customer-history-table.compact-mobile-table .badge{max-width:100%;padding:2px 3px;border-radius:7px;font-size:6.2px;line-height:1.05;white-space:normal;overflow-wrap:anywhere}body.admin-page .customers-page table.ledger.compact-mobile-table .row-action-link{min-height:22px;padding:0 4px;font-size:6.8px;line-height:1}}@media (max-width:380px){body.admin-page .customers-page table.ledger.compact-mobile-table td{min-height:32px;padding:3px;font-size:6.6px}body.admin-page table.ledger.customer-history-table.compact-mobile-table tr{grid-template-columns:.9fr .98fr .68fr .84fr .84fr .66fr .62fr .76fr}body.admin-page table.ledger.customer-history-table.compact-mobile-table td{font-size:6.2px}}@media (max-width:760px){body.admin-page .customers-page table.ledger.compact-mobile-table td{align-items:center;justify-content:center;text-align:center;font-weight:500}body.admin-page .customers-page table.ledger.compact-mobile-table td::before{width:100%;text-align:center;font-weight:650}body.admin-page .customers-page table.ledger.compact-mobile-table .phone-link{font-weight:600;text-align:center}body.admin-page .customers-page table.ledger.compact-mobile-table .row-actions{justify-content:center}body.admin-page .customers-page table.ledger.compact-mobile-table .row-action-link{align-items:center;justify-content:center;font-weight:650}body.admin-page table.ledger.customer-history-table.compact-mobile-table .badge{display:inline-flex;align-items:center;justify-content:center;font-weight:600;text-align:center}}@media (max-width:760px){body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) td{align-items:center;justify-content:center;text-align:center;font-weight:500}body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) td::before{width:100%;text-align:center;font-weight:650}body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) .phone-link{font-weight:600;text-align:center}body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) .whatsapp-mini{margin-left:auto;margin-right:auto;font-weight:650;text-align:center}}.ledger-default-note{margin:2px 0 0;color:#8a96aa;font-size:10px;font-style:italic;font-weight:500;line-height:1.35}@media (max-width:760px){body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) tr{grid-template-columns:1.02fr 1.28fr .94fr .94fr 1.12fr .7fr}body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) td:nth-child(5){white-space:nowrap;word-break:normal;overflow-wrap:normal;font-size:8.2px}}@media (max-width:380px){body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) tr{grid-template-columns:.98fr 1.26fr .9fr .9fr 1.16fr .68fr}body.admin-page table.ledger.compact-mobile-table:not(.customers-table):not(.customer-history-table) td:nth-child(5){font-size:7.4px}}body.admin-page .admin-hero-head h1{font-weight:620!important;line-height:1.08}body.admin-page .appointment-calendar-title h1,body.admin-page .panel-head:not(.admin-hero-head) h1,body.admin-page .weekly-summary-section .panel-head h1{font-weight:560!important;line-height:1.18}body.admin-page .admin-head-actions .row-action-link{font-weight:600!important}body.admin-page .settings-accordion summary span{font-weight:560!important;line-height:1.18}body.admin-page .customers-page .admin-panel-toggle summary span,body.admin-page .customers-page .customer-profile-summary span,body.admin-page .customers-page .customer-stat span{font-weight:560!important;line-height:1.18}body.admin-page .customers-page .customer-profile-summary strong,body.admin-page .customers-page .customer-stat strong{font-weight:620!important}body.landing-pro #paketler .pro-price-grid article{position:relative;overflow:hidden}body.landing-pro #paketler .pro-price-grid .price-deal{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;width:100%!important;margin:0 0 11px!important;padding:6px 8px!important;overflow:hidden!important;border:1px solid rgba(34,211,238,.22)!important;border-radius:10px!important;background:linear-gradient(115deg,rgba(248,253,255,.82),rgba(240,253,250,.66))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72),inset 2px 0 0 rgba(34,211,238,.36)!important;color:#0f172a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;line-height:1!important}body.landing-pro #paketler .pro-price-grid .price-deal::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent),repeating-linear-gradient(90deg,rgba(14,165,233,.055) 0 1px,transparent 1px 10px);opacity:.38;transform:translateX(-62%);animation:priceDealScan 4.8s ease-in-out infinite;pointer-events:none}body.landing-pro #paketler .pro-price-grid .price-deal::after{content:"";position:absolute;right:9px;top:50%;width:28px;height:1px;background:linear-gradient(90deg,transparent,rgba(14,165,233,.42));transform:translateY(-50%);pointer-events:none}body.landing-pro #paketler .pro-price-grid .price-deal span{position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;height:23px!important;padding:0 7px!important;border:1px solid rgba(14,165,233,.3)!important;border-radius:8px!important;background:linear-gradient(135deg,rgba(8,47,73,.9),rgba(15,118,110,.84))!important;color:#e8fbff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)!important;font-size:11px!important;font-weight:600!important;letter-spacing:0!important}body.landing-pro #paketler .pro-price-grid .price-deal em{position:relative!important;z-index:1!important;display:block!important;min-width:0!important;padding-right:26px!important;color:#476070!important;font-style:normal!important;font-size:10.8px!important;font-weight:500!important;line-height:1.22!important}body.landing-pro #paketler .pro-price-grid .price-before{display:inline-flex!important;align-items:center!important;width:fit-content!important;margin:-2px 0 7px!important;padding:0!important;border-radius:999px!important;background:0 0!important;color:#8a94a6!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:11px!important;line-height:1!important;font-weight:500!important;text-decoration:line-through!important;text-decoration-thickness:1px!important;text-decoration-color:rgba(148,163,184,.9)!important}body.landing-pro #paketler .pro-price-grid article.popular .price-deal{margin-top:8px!important;border-color:rgba(59,130,246,.2)!important;background:linear-gradient(115deg,rgba(248,251,255,.84),rgba(240,253,250,.66))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.72),inset 2px 0 0 rgba(59,130,246,.34)!important}body.landing-pro #paketler .pro-price-grid article.popular .price-deal span{border-color:rgba(96,165,250,.3)!important;color:#eef6ff!important;background:linear-gradient(135deg,rgba(30,64,175,.9),rgba(14,165,233,.82))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)!important}@media (max-width:640px){body.landing-pro #paketler .pro-price-grid .price-deal{gap:6px!important;margin-bottom:8px!important;padding:6px 7px!important;border-radius:9px!important}body.landing-pro #paketler .pro-price-grid .price-deal::after{width:18px;right:7px}body.landing-pro #paketler .pro-price-grid .price-deal span{min-width:34px!important;height:21px!important;font-size:9.8px!important}body.landing-pro #paketler .pro-price-grid .price-deal em{padding-right:20px!important;font-size:9.4px!important}body.landing-pro #paketler .pro-price-grid .price-before{margin-bottom:5px!important;font-size:10px!important}}@keyframes priceDealScan{0%,52%{transform:translateX(-68%)}100%,82%{transform:translateX(68%)}}body.landing-pro .pro-hero h1::after{content:none!important;display:none!important}body.landing-pro .pro-hero h1{width:max-content!important;max-width:min(100%,640px)!important;margin:0!important;color:transparent!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:clamp(42px, 4.3vw, 64px)!important;line-height:.94!important;font-weight:800!important;letter-spacing:0!important;text-align:left!important;text-shadow:none!important;filter:drop-shadow(0 14px 28px rgba(0, 0, 0, .3))}body.landing-pro .pro-hero h1 span{position:relative!important;display:block!important;width:fit-content!important;padding:0 .08em .08em!important;color:transparent!important;background:linear-gradient(92deg,#f8ffff 0,#b9f4ff 42%,#fff4c8 74%,#fff 100%);background-size:180% 100%;-webkit-background-clip:text;background-clip:text;text-shadow:none!important;animation:proHeroTitleFlow 9s ease-in-out infinite}body.landing-pro .pro-hero h1 span:first-child{transform:translateX(-6px) rotate(-1.2deg)}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:-4px;transform:translateX(18px) rotate(.6deg)}body.landing-pro .pro-hero h1 span::after{content:"";position:absolute;left:.06em;right:.02em;bottom:.02em;height:.18em;z-index:-1;border-radius:999px;background:linear-gradient(90deg,rgba(151,232,243,.3),rgba(255,224,156,.28));filter:blur(10px);opacity:.55}body.landing-pro .pro-hero h1 span:nth-child(2)::before{content:"";position:absolute;top:.12em;right:-.24em;width:.22em;height:.22em;border-radius:999px;background:#8defff;box-shadow:0 0 0 5px rgba(141,239,255,.1),0 0 16px rgba(141,239,255,.46)}@media (max-width:640px){body.landing-pro .pro-hero h1{width:100%!important;max-width:285px!important;margin:0 auto 16px!important;font-size:clamp(28px, 7.7vw, 35px)!important;line-height:.96!important;text-align:center!important}body.landing-pro .pro-hero h1 span{margin-left:auto!important;margin-right:auto!important}body.landing-pro .pro-hero h1 span:first-child{transform:translateX(-8px) rotate(-1deg)}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:-2px;transform:translateX(10px) rotate(.7deg)}}@keyframes proHeroTitleFlow{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@media (max-width:640px){body.landing-pro .pro-header{top:8px!important;height:58px!important;min-height:58px!important;padding:0 20px!important;align-items:center!important;gap:8px!important}body.landing-pro .pro-brand{gap:8px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:30px!important;height:30px!important;min-width:30px!important;flex-basis:30px!important}body.landing-pro .pro-brand strong{font-size:18px!important;font-weight:700!important;line-height:1!important}body.landing-pro .pro-mobile-tools{gap:8px!important;margin-left:6px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-mobile-tools>a{width:30px!important;height:30px!important;min-width:30px!important}body.landing-pro .pro-header-contact svg{width:16px!important;height:16px!important}body.landing-pro .pro-header-whatsapp svg{width:100%!important;height:100%!important}body.landing-pro .pro-mobile-tools>span{font-size:13px!important;line-height:1!important}body.landing-pro .pro-mobile-tools button{width:28px!important;min-width:28px!important;height:24px!important;gap:3px!important}body.landing-pro .pro-mobile-tools i{width:22px!important;height:3px!important}}@media (max-width:460px){body.landing-pro .pro-header{padding:0 12px!important}body.landing-pro .pro-brand strong{font-size:clamp(14px, 4.15vw, 16px)!important}}@media (max-width:640px){body.landing-pro .pro-hero{padding-top:42px!important}body.landing-pro .pro-hero h1{transform:translateY(-12px)}}body.landing-pro .pro-header-phone{background:0 0!important;border-radius:50%!important;overflow:hidden!important}body.landing-pro .pro-header-phone svg{width:100%!important;height:100%!important;min-width:100%!important;display:block!important;border-radius:inherit!important}body.landing-pro .pro-header-phone svg rect{width:24px!important;height:24px!important}@media (max-width:640px){body.landing-pro .pro-mobile-tools{margin-left:auto!important;justify-self:end!important}body.landing-pro .pro-mobile-tools button{display:none!important}}body.landing-pro #paketler .pro-section-head h2{font-weight:600!important}body.landing-pro .pro-hero{background:linear-gradient(90deg,rgba(2,64,82,.7) 0,rgba(6,103,116,.44) 34%,rgba(255,255,255,.1) 72%),linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.02) 56%,rgba(18,128,140,.12)),url("/static/images/multi-sector-hero.webp") center/cover no-repeat!important;background-blend-mode:multiply,soft-light,normal!important}@media (max-width:640px){body.landing-pro .pro-hero{background:linear-gradient(180deg,rgba(3,40,54,.54) 0,rgba(4,89,100,.28) 46%,rgba(255,255,255,.04) 100%),linear-gradient(90deg,rgba(2,60,76,.58),rgba(255,255,255,.02) 70%),url("/static/images/multi-sector-hero-mobile.webp") center top/cover no-repeat!important;background-blend-mode:multiply,soft-light,normal!important}}@media (max-width:640px){body.landing-pro .pro-hero{justify-content:center!important;min-height:calc(100svh - 58px)!important;padding:42px 22px 68px!important;background:linear-gradient(180deg,rgba(3,14,24,.8) 0,rgba(3,42,54,.7) 52%,rgba(5,94,107,.58) 100%),linear-gradient(135deg,rgba(33,195,255,.2),transparent 42%,rgba(255,230,138,.12)),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 72px),repeating-linear-gradient(180deg,rgba(255,255,255,.045) 0 1px,transparent 1px 72px),url("/static/images/multi-sector-hero-mobile.webp") center top/cover no-repeat!important;background-blend-mode:multiply,screen,overlay,overlay,normal!important}body.landing-pro .pro-hero::after{content:none!important;display:none!important}body.landing-pro .pro-hero-copy{display:contents!important}body.landing-pro .pro-hero h1{max-width:310px!important;margin:0 auto 22px!important;color:rgba(224,249,255,.92)!important;font-size:clamp(32px, 9vw, 42px)!important;line-height:.96!important;text-align:center!important;text-shadow:0 12px 34px rgba(0,0,0,.4)!important;transform:none!important}body.landing-pro .pro-hero h1 span::after,body.landing-pro .pro-hero h1 span:nth-child(2)::before,body.landing-pro .pro-hero h1::after{content:none!important;display:none!important}body.landing-pro .pro-hero-slogan{width:min(100%,410px)!important;max-width:410px!important;margin:0 auto!important;padding:0!important;align-items:center!important;gap:8px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#fff!important;font-size:clamp(24px, 7vw, 34px)!important;line-height:1.05!important;text-align:center!important}body.landing-pro .pro-hero-slogan::after,body.landing-pro .pro-hero-slogan::before{content:none!important;display:none!important}body.landing-pro .pro-hero-slogan>span{display:block!important;max-width:100%!important;white-space:normal!important}body.landing-pro .pro-hero-slogan>span:first-child{color:rgba(255,255,255,.92)!important;font-size:clamp(22px, 6.2vw, 30px)!important;font-weight:650!important;text-shadow:0 10px 28px rgba(0,0,0,.38)!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#ffe68a!important;font-size:clamp(25px, 7.4vw, 36px)!important;font-weight:900!important;text-shadow:0 0 22px rgba(255,230,138,.34),0 12px 34px rgba(0,0,0,.42)!important}body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-kicker,body.landing-pro .pro-product{display:none!important}}body.landing-pro .pro-hero{display:flex!important;align-items:center!important;justify-content:center!important;min-height:min(760px,calc(100svh - 72px))!important;padding:clamp(72px,9vw,118px) 24px clamp(78px,9vw,126px)!important;background:radial-gradient(circle at 50% 44%,rgba(45,212,255,.2),transparent 34%),linear-gradient(180deg,rgba(3,12,24,.78) 0,rgba(4,42,57,.7) 50%,rgba(6,91,106,.6) 100%),linear-gradient(135deg,rgba(32,211,238,.14),transparent 40%,rgba(255,230,138,.1)),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 86px),repeating-linear-gradient(180deg,rgba(255,255,255,.035) 0 1px,transparent 1px 86px),url("/static/images/multi-sector-hero.webp") center/cover no-repeat!important;background-blend-mode:screen,multiply,screen,overlay,overlay,normal!important;overflow:hidden!important}body.landing-pro .pro-hero::after{content:none!important;display:none!important}body.landing-pro .pro-hero-copy{display:flex!important;flex-direction:column!important;align-items:center!important;width:min(100%,760px)!important;max-width:760px!important;margin:0 auto!important;text-align:center!important}body.landing-pro .pro-hero h1{max-width:620px!important;margin:0 auto 28px!important;color:rgba(224,249,255,.92)!important;font-size:clamp(42px, 7vw, 78px)!important;line-height:.94!important;text-align:center!important;text-shadow:0 18px 44px rgba(0,0,0,.42)!important;transform:none!important}body.landing-pro .pro-hero h1 span::after,body.landing-pro .pro-hero h1 span:nth-child(2)::before,body.landing-pro .pro-hero h1::after{content:none!important;display:none!important}body.landing-pro .pro-hero-slogan{width:min(100%,720px)!important;max-width:720px!important;margin:0 auto!important;padding:0!important;align-items:center!important;gap:10px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;font-size:clamp(30px, 4.6vw, 58px)!important;line-height:1.02!important;text-align:center!important}body.landing-pro .pro-hero-slogan::after,body.landing-pro .pro-hero-slogan::before{content:none!important;display:none!important}body.landing-pro .pro-hero-slogan>span{display:block!important;max-width:100%!important;white-space:normal!important}body.landing-pro .pro-hero-slogan>span:first-child{color:rgba(255,255,255,.92)!important;font-size:clamp(28px, 4.1vw, 48px)!important;font-weight:650!important;text-shadow:0 14px 38px rgba(0,0,0,.4)!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#ffe68a!important;font-size:clamp(34px, 5.2vw, 68px)!important;font-weight:900!important;text-shadow:0 0 28px rgba(255,230,138,.32),0 18px 48px rgba(0,0,0,.44)!important}body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-kicker,body.landing-pro .pro-product{display:none!important}@media (max-width:640px){body.landing-pro .pro-hero{min-height:calc(100svh - 58px)!important;padding:42px 22px 68px!important;background:linear-gradient(180deg,rgba(3,14,24,.8) 0,rgba(3,42,54,.7) 52%,rgba(5,94,107,.58) 100%),linear-gradient(135deg,rgba(33,195,255,.2),transparent 42%,rgba(255,230,138,.12)),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 72px),repeating-linear-gradient(180deg,rgba(255,255,255,.045) 0 1px,transparent 1px 72px),url("/static/images/multi-sector-hero-mobile.webp") center top/cover no-repeat!important;background-blend-mode:multiply,screen,overlay,overlay,normal!important}body.landing-pro .pro-hero-copy{display:contents!important}body.landing-pro .pro-hero h1{max-width:310px!important;margin-bottom:22px!important;font-size:clamp(32px, 9vw, 42px)!important}body.landing-pro .pro-hero-slogan{width:min(100%,410px)!important;max-width:410px!important;gap:8px!important;font-size:clamp(24px, 7vw, 34px)!important;line-height:1.05!important}body.landing-pro .pro-hero-slogan>span:first-child{font-size:clamp(22px, 6.2vw, 30px)!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){font-size:clamp(25px, 7.4vw, 36px)!important}}body.landing-pro .pro-hero{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;min-height:0!important;padding:86px 24px 112px!important;gap:34px!important;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.15),transparent 30%),radial-gradient(circle at 24% 64%,rgba(255,137,73,.18),transparent 34%),linear-gradient(180deg,rgba(22,111,162,.92) 0,rgba(40,98,131,.82) 47%,rgba(255,130,70,.58) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.1) 0 1px,transparent 1px 36px),repeating-linear-gradient(180deg,rgba(255,255,255,.08) 0 1px,transparent 1px 36px),url("/static/images/multi-sector-hero.webp") center/cover no-repeat!important;background-blend-mode:screen,screen,multiply,overlay,overlay,normal!important}body.landing-pro .pro-hero::after{content:""!important;display:block!important;position:absolute!important;left:-5%!important;right:-5%!important;bottom:-58px!important;height:116px!important;border-radius:50% 50% 0 0/100% 100% 0 0!important;background:#f5f8fb!important;transform:none!important;z-index:1!important}body.landing-pro .pro-hero-copy{position:relative!important;z-index:3!important;display:flex!important;flex-direction:column!important;align-items:center!important;width:min(100%,900px)!important;max-width:900px!important;margin:0 auto!important;text-align:center!important}body.landing-pro .pro-hero-badges{order:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px 18px!important;width:auto!important;max-width:min(100%,720px)!important;margin:0 auto 24px!important;padding:12px 18px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:999px!important;background:rgba(18,74,112,.62)!important;box-shadow:0 18px 42px rgba(8,42,70,.26)!important;color:rgba(255,255,255,.88)!important;font-size:13px!important;font-weight:750!important}body.landing-pro .pro-hero-badges span{display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important}body.landing-pro .pro-hero-badges span::before{content:""!important;width:7px!important;height:7px!important;border-radius:999px!important;background:#ff9a5c!important;box-shadow:0 0 14px rgba(255,154,92,.68)!important}body.landing-pro .pro-hero-eyebrow{order:2!important;display:block!important;margin:0 0 8px!important;color:rgba(255,255,255,.78)!important;font-size:14px!important;font-weight:850!important;line-height:1.1!important;text-shadow:0 10px 24px rgba(0,0,0,.22)!important}body.landing-pro .pro-hero h1{order:3!important;max-width:760px!important;margin:0 auto 12px!important;color:#ffad76!important;font-size:clamp(46px, 6.4vw, 78px)!important;line-height:.98!important;font-weight:900!important;text-align:center!important;text-shadow:0 14px 34px rgba(72,37,21,.22)!important;transform:none!important}body.landing-pro .pro-hero h1 span{display:inline!important}body.landing-pro .pro-hero h1 span+span::before{content:" "!important}body.landing-pro .pro-hero h1 span::after,body.landing-pro .pro-hero h1 span:nth-child(2)::before,body.landing-pro .pro-hero h1::after{content:none!important;display:none!important}body.landing-pro .pro-hero-slogan{order:4!important;width:min(100%,760px)!important;max-width:760px!important;margin:0 auto!important;padding:0!important;align-items:center!important;gap:3px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#fff!important;font-size:clamp(24px, 3.3vw, 42px)!important;line-height:1.08!important;text-align:center!important}body.landing-pro .pro-hero-slogan::after,body.landing-pro .pro-hero-slogan::before{content:none!important;display:none!important}body.landing-pro .pro-hero-slogan>span{display:inline!important;max-width:100%!important;white-space:normal!important}body.landing-pro .pro-hero-slogan>span:first-child,body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#fff!important;font-size:inherit!important;font-weight:900!important;text-shadow:0 12px 30px rgba(0,0,0,.3)!important}body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#ffe6c8!important}body.landing-pro .pro-hero-description{order:5!important;display:block!important;max-width:760px!important;margin:14px auto 0!important;color:rgba(255,255,255,.82)!important;font-size:clamp(16px, 1.7vw, 21px)!important;line-height:1.56!important;font-weight:650!important;text-shadow:0 10px 24px rgba(0,0,0,.22)!important}body.landing-pro .pro-hero-kicker,body.landing-pro .pro-trial-slogan{display:none!important}body.landing-pro .pro-hero-actions{order:6!important;display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:100%!important;margin:28px auto 0!important;padding:0!important;gap:12px!important;border:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:170px!important;min-height:54px!important;height:54px!important;padding:0 22px!important;border-radius:8px!important;font-size:15px!important;font-weight:850!important;text-decoration:none!important}body.landing-pro .pro-hero-actions .pro-primary{color:#fff!important;border:1px solid rgba(255,132,75,.92)!important;background:#ff8148!important;box-shadow:0 18px 36px rgba(255,129,72,.26)!important}body.landing-pro .pro-hero-actions .pro-secondary{color:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.42)!important;background:rgba(255,255,255,.08)!important}body.landing-pro .pro-hero-stats{order:7!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:30px!important;margin:34px auto 0!important}body.landing-pro .pro-hero-stats span{display:grid!important;gap:3px!important;min-width:78px!important;color:rgba(255,255,255,.72)!important}body.landing-pro .pro-hero-stats strong{color:#ffad76!important;font-size:20px!important;line-height:1!important}body.landing-pro .pro-hero-stats small{color:rgba(255,255,255,.7)!important;font-size:12px!important;font-weight:700!important}body.landing-pro .pro-product{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;width:min(100%,760px)!important;max-width:760px!important;min-height:0!important;margin:6px auto 0!important;transform:none!important}body.landing-pro .pro-window{width:min(100%,620px)!important;min-height:330px!important;border:12px solid rgba(8,14,24,.96)!important;border-bottom-width:18px!important;border-radius:18px!important;background:#f8fbff!important;box-shadow:0 34px 64px rgba(5,26,44,.44)!important}body.landing-pro .pro-window::after{background:linear-gradient(180deg,#273646,#111827)!important}@media (max-width:640px){body.landing-pro .pro-hero{padding:52px 18px 92px!important;gap:26px!important;background:radial-gradient(circle at 82% 16%,rgba(255,255,255,.14),transparent 28%),radial-gradient(circle at 22% 72%,rgba(255,137,73,.18),transparent 36%),linear-gradient(180deg,rgba(19,105,157,.92) 0,rgba(45,94,126,.84) 48%,rgba(255,131,72,.58) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.09) 0 1px,transparent 1px 28px),repeating-linear-gradient(180deg,rgba(255,255,255,.07) 0 1px,transparent 1px 28px),url("/static/images/multi-sector-hero-mobile.webp") center top/cover no-repeat!important;background-blend-mode:screen,screen,multiply,overlay,overlay,normal!important}body.landing-pro .pro-hero-badges{gap:8px 12px!important;margin-bottom:16px!important;padding:10px 14px!important;border-radius:22px!important;font-size:11px!important}body.landing-pro .pro-hero-badges span{white-space:normal!important}body.landing-pro .pro-hero-eyebrow{font-size:12px!important;margin-bottom:8px!important}body.landing-pro .pro-hero h1{max-width:350px!important;margin-bottom:12px!important;font-size:clamp(34px, 10vw, 50px)!important}body.landing-pro .pro-hero-slogan{width:min(100%,360px)!important;max-width:360px!important;font-size:clamp(20px, 6vw, 27px)!important;line-height:1.12!important}body.landing-pro .pro-hero-slogan>span{display:block!important}body.landing-pro .pro-hero-description{max-width:360px!important;margin-top:14px!important;font-size:14px!important;line-height:1.55!important}body.landing-pro .pro-hero-actions{width:min(100%,344px)!important;margin-top:22px!important;gap:10px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{flex:1 1 0!important;min-width:0!important;min-height:48px!important;height:48px!important;padding:0 10px!important;font-size:13px!important}body.landing-pro .pro-hero-stats{gap:16px!important;margin-top:22px!important;opacity:.88!important}body.landing-pro .pro-hero-stats span{min-width:64px!important}body.landing-pro .pro-hero-stats strong{font-size:15px!important}body.landing-pro .pro-hero-stats small{font-size:10px!important;font-weight:650!important}body.landing-pro .pro-product{width:min(100%,360px)!important;max-width:360px!important;margin-top:0!important}body.landing-pro .pro-window{width:min(100%,320px)!important;min-height:228px!important;padding:10px 10px 24px!important;border-width:9px!important;border-bottom-width:15px!important;border-radius:16px!important}}body.landing-pro .pro-hero h1{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:0 .18em!important}body.landing-pro .pro-hero h1{order:1!important}body.landing-pro .pro-hero-slogan{order:2!important}body.landing-pro .pro-hero-actions{order:3!important}body.landing-pro .pro-hero-stats{order:4!important}body.landing-pro .pro-hero-description{order:5!important;margin-top:24px!important}body.landing-pro .pro-hero-eyebrow{order:6!important;margin:18px 0 0!important}body.landing-pro .pro-hero-badges{order:7!important;margin:18px auto 0!important}@media (max-width:640px){body.landing-pro .pro-hero-description{margin-top:20px!important}body.landing-pro .pro-hero-eyebrow{margin-top:14px!important}body.landing-pro .pro-hero-badges{margin-top:14px!important}}body.landing-pro .pro-header{border-bottom:1px solid rgba(255,255,255,.14)!important;background:rgba(8,48,76,.78)!important;box-shadow:0 16px 44px rgba(4,28,48,.24)!important;backdrop-filter:blur(16px) saturate(130%)!important;-webkit-backdrop-filter:blur(16px) saturate(130%)!important}body.landing-pro .pro-brand strong{color:#fff!important;text-shadow:0 8px 20px rgba(0,0,0,.22)!important}body.landing-pro .pro-brand span{background:rgba(255,255,255,.12)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),0 10px 24px rgba(4,28,48,.18)!important}body.landing-pro .pro-mobile-tools>span{color:rgba(255,255,255,.88)!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-mobile-tools>a{box-shadow:0 10px 24px rgba(4,28,48,.22)!important}@media (max-width:640px){body.landing-pro .pro-header{top:0!important;height:64px!important;min-height:64px!important;width:100%!important;padding:0 18px!important;border-radius:0!important;background:linear-gradient(135deg,rgba(9,73,110,.9),rgba(8,47,78,.82))!important}body.landing-pro .pro-brand strong{font-size:clamp(15px, 4vw, 17px)!important;font-weight:800!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:32px!important;height:32px!important;min-width:32px!important;flex-basis:32px!important}body.landing-pro .pro-mobile-tools{gap:9px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-mobile-tools>a{width:31px!important;height:31px!important;min-width:31px!important}}body.landing-pro .pro-header{border-bottom:1px solid rgba(15,23,42,.08)!important;background:rgba(248,250,252,.94)!important;box-shadow:0 14px 34px rgba(15,23,42,.1)!important;backdrop-filter:blur(14px) saturate(118%)!important;-webkit-backdrop-filter:blur(14px) saturate(118%)!important}body.landing-pro .pro-brand strong{color:#0f172a!important;text-shadow:none!important}body.landing-pro .pro-brand span{background:#fff!important;box-shadow:inset 0 0 0 1px rgba(30,144,255,.12),0 8px 20px rgba(15,23,42,.08)!important}body.landing-pro .pro-mobile-tools>span{color:#172033!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-mobile-tools>a{box-shadow:0 8px 18px rgba(15,23,42,.12)!important}@media (max-width:640px){body.landing-pro .pro-header{top:0!important;height:64px!important;min-height:64px!important;padding:0 18px!important;border-radius:0!important;background:rgba(248,250,252,.96)!important}}body.landing-pro .pro-hero-eyebrow{color:rgba(255,255,255,.72)!important;font-size:13px!important;font-weight:750!important}body.landing-pro .pro-hero-badges{gap:10px 20px!important;padding:0!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;color:rgba(255,255,255,.76)!important;font-size:12px!important;font-weight:700!important}body.landing-pro .pro-hero-badges span{gap:8px!important}body.landing-pro .pro-hero-badges span::before{width:5px!important;height:5px!important;background:rgba(255,173,118,.95)!important;box-shadow:0 0 10px rgba(255,173,118,.42)!important}@media (max-width:640px){body.landing-pro .pro-hero-eyebrow{margin-top:18px!important;font-size:12px!important}body.landing-pro .pro-hero-badges{width:min(100%,320px)!important;gap:8px 12px!important;margin-top:10px!important;font-size:11px!important;line-height:1.35!important}}body.landing-pro .pro-hero-eyebrow{position:relative!important;color:rgba(210,247,255,.92)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-shadow:0 0 18px rgba(52,211,255,.28),0 10px 24px rgba(0,0,0,.24)!important}body.landing-pro .pro-hero-badges{position:relative!important;isolation:isolate!important;display:grid!important;grid-template-columns:repeat(3,max-content)!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:max-content!important;max-width:min(100%,720px)!important;padding:10px 12px!important;border:1px solid rgba(126,231,255,.24)!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(10,74,111,.72),rgba(12,39,70,.58)),repeating-linear-gradient(90deg,rgba(255,255,255,.075) 0 1px,transparent 1px 18px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(69,211,255,.1),0 18px 44px rgba(0,24,48,.28),0 0 42px rgba(33,195,255,.12)!important;overflow:hidden!important;color:rgba(235,251,255,.92)!important;font-size:11px!important;font-weight:800!important;backdrop-filter:blur(16px) saturate(140%)!important;-webkit-backdrop-filter:blur(16px) saturate(140%)!important}body.landing-pro .pro-hero-badges::before{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;background:radial-gradient(circle at 18% 0,rgba(255,173,118,.34),transparent 28%),radial-gradient(circle at 84% 100%,rgba(48,213,255,.26),transparent 30%)!important;opacity:.9!important}body.landing-pro .pro-hero-badges::after{content:""!important;position:absolute!important;left:12px!important;right:12px!important;bottom:0!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(125,231,255,.85),rgba(255,173,118,.8),transparent)!important;opacity:.78!important}body.landing-pro .pro-hero-badges span{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:28px!important;padding:0 12px!important;gap:8px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px!important;background:rgba(255,255,255,.055)!important;white-space:nowrap!important}body.landing-pro .pro-hero-badges span::before{width:6px!important;height:6px!important;background:#ff9a5c!important;box-shadow:0 0 0 3px rgba(255,154,92,.13),0 0 16px rgba(255,154,92,.72)!important}@media (max-width:640px){body.landing-pro .pro-hero-eyebrow{margin-top:18px!important;font-size:10px!important;letter-spacing:.07em!important}body.landing-pro .pro-hero-badges{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(100%,354px)!important;max-width:354px!important;margin-top:12px!important;padding:8px!important;gap:5px!important;border-radius:14px!important;font-size:clamp(8.5px, 2.55vw, 10px)!important}body.landing-pro .pro-hero-badges span{min-height:31px!important;padding:0 5px!important;gap:4px!important;white-space:normal!important;line-height:1.12!important}body.landing-pro .pro-hero-badges span::before{width:5px!important;height:5px!important;flex:0 0 5px!important}}body.landing-pro .pro-hero-eyebrow{display:none!important}body.landing-pro .pro-hero h1{font-family:"Segoe UI Variable Display","Aptos Display",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:780!important;font-variation-settings:"wght" 780!important;letter-spacing:0!important;line-height:.96!important;text-rendering:geometricPrecision!important}body.landing-pro .pro-hero h1 span{letter-spacing:0!important}body.landing-pro .pro-hero h1{letter-spacing:0!important;gap:0 .12em!important}body.landing-pro .pro-hero h1 span{letter-spacing:0!important}body.landing-pro .pro-hero h1 span:first-child{transform:translateX(-2px) rotate(-.25deg)!important}body.landing-pro .pro-hero h1 span:nth-child(2){transform:translateX(4px) rotate(.12deg)!important;margin-top:-2px!important}@media (max-width:640px){body.landing-pro .pro-hero h1{font-weight:760!important;font-variation-settings:"wght" 760!important;line-height:.98!important;gap:0 .1em!important}body.landing-pro .pro-hero h1 span:first-child{transform:translateX(-1px) rotate(-.18deg)!important}body.landing-pro .pro-hero h1 span:nth-child(2){transform:translateX(2px) rotate(.08deg)!important;margin-top:-1px!important}}body.landing-pro .pro-hero h1{flex-wrap:wrap!important;white-space:normal!important;max-width:360px!important}body.landing-pro .pro-hero h1 span{display:block!important;white-space:nowrap!important;width:100%!important}body.landing-pro .pro-hero h1 span:nth-child(2){transform:translateX(-10px) rotate(.08deg)!important}@media (max-width:640px){body.landing-pro .pro-hero h1{max-width:310px!important;font-size:clamp(38px, 10.7vw, 48px)!important}body.landing-pro .pro-hero h1 span:nth-child(2){transform:translateX(-8px) rotate(.08deg)!important}}body.landing-pro main{background:#f5f8fb!important}body.landing-pro #ozellikler,body.landing-pro .pro-about,body.landing-pro .pro-steps{width:min(100% - 40px,1120px)!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}body.landing-pro #ozellikler{padding:76px 0 34px!important}body.landing-pro #nasil-calisir .pro-section-head,body.landing-pro #ozellikler .pro-section-head{margin:0 auto 30px!important;text-align:center!important}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2,body.landing-pro .pro-about-copy h2{color:#0f172a!important;font-family:"Segoe UI Variable Display","Aptos Display",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:clamp(28px, 3vw, 40px)!important;line-height:1.08!important;font-weight:760!important;letter-spacing:0!important}body.landing-pro #ozellikler .pro-feature-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}body.landing-pro #ozellikler .pro-feature-grid article{position:relative!important;min-height:220px!important;padding:24px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;overflow:hidden!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;background:radial-gradient(circle at 86% 18%,rgba(32,196,232,.18),transparent 30%),linear-gradient(180deg,#fff,#f9fcff)!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important}body.landing-pro #ozellikler .pro-feature-grid article::before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:3px!important;background:linear-gradient(90deg,#20c4e8,#ff9a5c)!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{width:52px!important;height:52px!important;flex:0 0 52px!important;margin:0 0 20px!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(32,196,232,.14),rgba(255,154,92,.1)),#fff!important;box-shadow:inset 0 0 0 1px rgba(32,196,232,.24),0 12px 26px rgba(14,165,233,.13)!important}body.landing-pro #ozellikler .pro-feature-grid h3{max-width:260px!important;margin:0 0 10px!important;color:#111827!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:17px!important;line-height:1.22!important;font-weight:800!important;text-align:left!important}body.landing-pro #ozellikler .pro-feature-grid p{display:block!important;max-width:none!important;margin:0!important;color:#667085!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:13.5px!important;line-height:1.62!important;text-align:left!important}body.landing-pro .pro-steps{position:relative!important;padding:34px 0 42px!important;background:0 0!important}body.landing-pro #nasil-calisir .pro-step-grid{position:relative!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}body.landing-pro #nasil-calisir .pro-step-grid article{position:relative!important;min-height:230px!important;padding:24px 18px 22px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(239,247,251,.92))!important;box-shadow:0 18px 44px rgba(15,23,42,.07)!important}body.landing-pro #nasil-calisir .pro-step-grid span{width:44px!important;height:44px!important;display:grid!important;place-items:center!important;border:1px solid rgba(32,196,232,.34)!important;border-radius:14px!important;color:#0f92bc!important;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.9),transparent 34%),linear-gradient(135deg,rgba(32,196,232,.14),rgba(255,154,92,.1))!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:18px!important;font-weight:850!important;box-shadow:0 12px 24px rgba(14,165,233,.12)!important}body.landing-pro #nasil-calisir .pro-step-grid h3{margin:4px 0 0!important;color:#111827!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px!important;line-height:1.25!important;font-weight:800!important}body.landing-pro #nasil-calisir .pro-step-grid p{margin:0!important;color:#667085!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:13px!important;line-height:1.58!important}body.landing-pro .pro-about{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;align-items:center!important;gap:28px!important;padding:42px 0 78px!important}body.landing-pro .pro-about-media{min-height:420px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:24px!important;background:radial-gradient(circle at 50% 30%,rgba(32,196,232,.22),transparent 32%),linear-gradient(145deg,#eaf6fb,#fff3eb)!important;box-shadow:0 24px 54px rgba(15,23,42,.09)!important}body.landing-pro .pro-about-copy{padding:0!important}body.landing-pro .pro-about-copy li,body.landing-pro .pro-about-copy p{color:#667085!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:14.5px!important;line-height:1.72!important}body.landing-pro .pro-about-copy ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:20px!important;padding:0!important}body.landing-pro .pro-about-copy li{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:0!important}body.landing-pro .pro-about-copy li::before{content:""!important;width:7px!important;height:7px!important;flex:0 0 7px!important;margin-top:.68em!important;border-radius:999px!important;background:#20c4e8!important;box-shadow:0 0 0 3px rgba(32,196,232,.12)!important}@media (max-width:900px){body.landing-pro #nasil-calisir .pro-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.landing-pro .pro-about{grid-template-columns:1fr!important}}@media (max-width:640px){body.landing-pro #ozellikler,body.landing-pro .pro-about,body.landing-pro .pro-steps{width:min(100% - 28px,520px)!important}body.landing-pro #ozellikler{padding:48px 0 24px!important}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-size:25px!important}body.landing-pro #ozellikler .pro-feature-grid{grid-template-columns:1fr!important;gap:12px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:0!important;padding:18px!important}body.landing-pro #nasil-calisir .pro-step-grid{grid-template-columns:1fr!important;gap:12px!important}body.landing-pro #nasil-calisir .pro-step-grid article{min-height:0!important;padding:18px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:6px 12px!important}body.landing-pro #nasil-calisir .pro-step-grid span{grid-row:1/span 2!important}body.landing-pro #nasil-calisir .pro-step-grid h3,body.landing-pro #nasil-calisir .pro-step-grid p{grid-column:2!important}body.landing-pro .pro-about{padding:32px 0 56px!important}body.landing-pro .pro-about-media{display:none!important}body.landing-pro .pro-about-copy ul{grid-template-columns:1fr!important}}body.landing-pro #ozellikler,body.landing-pro .pro-about,body.landing-pro .pro-steps{width:min(100% - 44px,1040px)!important}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2,body.landing-pro .pro-about-copy h2{color:#121a2b!important;font-size:clamp(27px, 2.7vw, 36px)!important;font-weight:800!important}body.landing-pro #ozellikler .pro-feature-grid{gap:14px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:190px!important;padding:22px 22px 24px!important;border-radius:16px!important;border:1px solid rgba(15,23,42,.075)!important;background:linear-gradient(90deg,rgba(32,196,232,.12),transparent 34%),#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.055)!important}body.landing-pro #ozellikler .pro-feature-grid article::before{height:2px!important;background:linear-gradient(90deg,#21c4e8,#ff9a5c)!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{width:46px!important;height:46px!important;flex-basis:46px!important;margin-bottom:18px!important;border-radius:14px!important;background:rgba(236,251,255,.88)!important;box-shadow:inset 0 0 0 1px rgba(32,196,232,.22)!important}body.landing-pro #ozellikler .pro-feature-grid h3{margin-bottom:9px!important;font-size:17px!important;font-weight:800!important}body.landing-pro #ozellikler .pro-feature-grid p{font-size:13px!important;line-height:1.58!important}body.landing-pro .pro-steps{padding-top:44px!important}body.landing-pro #nasil-calisir .pro-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}body.landing-pro #nasil-calisir .pro-step-grid article{min-height:132px!important;padding:18px!important;display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:4px 14px!important;align-items:start!important;border-radius:16px!important;background:linear-gradient(90deg,rgba(32,196,232,.1),transparent 38%),#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.052)!important}body.landing-pro #nasil-calisir .pro-step-grid span{grid-row:1/span 2!important;width:42px!important;height:42px!important;border-radius:13px!important;background:rgba(236,251,255,.9)!important;box-shadow:inset 0 0 0 1px rgba(32,196,232,.24)!important}body.landing-pro #nasil-calisir .pro-step-grid h3{grid-column:2!important;margin:1px 0 4px!important}body.landing-pro #nasil-calisir .pro-step-grid p{grid-column:2!important;font-size:12.8px!important}body.landing-pro .pro-about{grid-template-columns:1fr!important;padding-top:38px!important}body.landing-pro .pro-about-media{display:none!important}body.landing-pro .pro-about-copy{max-width:760px!important}@media (max-width:640px){body.landing-pro #ozellikler,body.landing-pro .pro-about,body.landing-pro .pro-steps{width:min(100% - 28px,520px)!important}body.landing-pro #ozellikler .pro-feature-grid{grid-template-columns:1fr!important;gap:14px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:202px!important;padding:20px 18px!important}body.landing-pro #nasil-calisir .pro-step-grid{grid-template-columns:1fr!important;gap:12px!important}body.landing-pro #nasil-calisir .pro-step-grid article{min-height:0!important;padding:18px!important}}body.landing-pro #ozellikler{padding-top:48px!important;padding-bottom:22px!important}body.landing-pro #nasil-calisir .pro-section-head,body.landing-pro #ozellikler .pro-section-head{margin-bottom:20px!important}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-size:clamp(24px, 2.4vw, 32px)!important}body.landing-pro #ozellikler .pro-feature-grid{gap:10px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:146px!important;padding:16px!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{width:38px!important;height:38px!important;flex-basis:38px!important;margin-bottom:12px!important;border-radius:12px!important}body.landing-pro #ozellikler .pro-feature-grid h3{margin-bottom:6px!important;font-size:15px!important;line-height:1.18!important}body.landing-pro #ozellikler .pro-feature-grid p{font-size:12px!important;line-height:1.48!important}body.landing-pro .pro-steps{padding-top:24px!important;padding-bottom:28px!important}body.landing-pro #nasil-calisir .pro-step-grid{gap:10px!important}body.landing-pro #nasil-calisir .pro-step-grid article{min-height:104px!important;padding:14px!important;grid-template-columns:40px minmax(0,1fr)!important;gap:2px 12px!important}body.landing-pro #nasil-calisir .pro-step-grid span{width:36px!important;height:36px!important;border-radius:11px!important;font-size:15px!important}body.landing-pro #nasil-calisir .pro-step-grid h3{margin:0 0 3px!important;font-size:14px!important}body.landing-pro #nasil-calisir .pro-step-grid p{font-size:11.5px!important;line-height:1.42!important}@media (max-width:640px){body.landing-pro #ozellikler{padding-top:34px!important;padding-bottom:18px!important}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2{font-size:23px!important;line-height:1.12!important}body.landing-pro #ozellikler .pro-feature-grid{gap:9px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:116px!important;padding:13px 14px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:4px 11px!important;align-items:start!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{grid-row:1/span 2!important;width:36px!important;height:36px!important;flex-basis:36px!important;margin:0!important}body.landing-pro #ozellikler .pro-feature-grid h3{grid-column:2!important;margin:1px 0 3px!important;font-size:14px!important}body.landing-pro #ozellikler .pro-feature-grid p{grid-column:2!important;font-size:11.5px!important;line-height:1.38!important}body.landing-pro .pro-steps{padding-top:20px!important;padding-bottom:22px!important}body.landing-pro #nasil-calisir .pro-section-head{margin-bottom:16px!important}body.landing-pro #nasil-calisir .pro-step-grid article{padding:13px 14px!important;grid-template-columns:38px minmax(0,1fr)!important}}body.landing-pro .pro-feature-showcase{position:relative!important;display:grid!important;grid-template-columns:minmax(0,.94fr) minmax(320px,1.06fr)!important;gap:26px!important;align-items:end!important;margin:0 auto 18px!important;padding:36px 36px 0!important;overflow:hidden!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:24px!important;background:radial-gradient(circle at 82% 16%,rgba(32,196,232,.13),transparent 32%),linear-gradient(180deg,#fbfdff,#f5f9fc)!important;box-shadow:0 18px 44px rgba(15,23,42,.06)!important}body.landing-pro .pro-feature-copy{padding-bottom:34px!important}body.landing-pro .pro-feature-pill{display:inline-flex!important;align-items:center!important;width:max-content!important;margin-bottom:18px!important;padding:8px 12px!important;border-radius:999px!important;color:#0b6ea9!important;background:rgba(32,196,232,.1)!important;font:800 12px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;text-transform:uppercase!important}body.landing-pro .pro-feature-copy h3{max-width:520px!important;margin:0 0 14px!important;color:#121a2b!important;font-family:"Segoe UI Variable Display","Aptos Display",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:clamp(24px, 2.9vw, 38px)!important;line-height:1.08!important;font-weight:800!important}body.landing-pro .pro-feature-copy p{max-width:560px!important;margin:0 0 20px!important;color:#667085!important;font:500 14px/1.7 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body.landing-pro .pro-feature-copy ul{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important}body.landing-pro .pro-feature-copy li{display:flex!important;align-items:center!important;gap:10px!important;color:#344054!important;font:600 13px/1.35 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body.landing-pro .pro-feature-copy li::before{content:""!important;width:15px!important;height:15px!important;flex:0 0 15px!important;border-radius:999px!important;background:radial-gradient(circle at center,#fff 0 2px,transparent 2px),#0b6ea9!important}body.landing-pro .pro-feature-device{align-self:end!important;margin-bottom:-1px!important;padding:10px 10px 12px!important;border:10px solid #101827!important;border-bottom-width:14px!important;border-radius:18px 18px 12px 12px!important;background:#fff!important;box-shadow:0 24px 42px rgba(15,23,42,.16)!important;animation:featureFloat 5.6s ease-in-out infinite!important}body.landing-pro .device-top{display:flex!important;align-items:center!important;gap:6px!important;height:28px!important;padding:0 10px!important;border-radius:8px 8px 0 0!important;background:#253247!important}body.landing-pro .device-top span{width:8px!important;height:8px!important;border-radius:50%!important;background:coral!important}body.landing-pro .device-top span:nth-child(2){background:#ffcf4a!important}body.landing-pro .device-top span:nth-child(3){background:#36d56b!important}body.landing-pro .device-top strong{margin-left:8px!important;color:rgba(255,255,255,.62)!important;font:700 10px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body.landing-pro .device-row{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;min-height:62px!important;margin-top:10px!important;padding:10px 12px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:12px!important;background:#fff!important}body.landing-pro .device-row i{width:36px!important;height:36px!important;border-radius:10px!important;background:#0b6ea9!important}body.landing-pro .device-row.row-wa i{background:#18b978!important}body.landing-pro .device-row.row-call i{background:#ff8148!important}body.landing-pro .device-row strong{display:block!important;color:#111827!important;font:800 12px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body.landing-pro .device-row small{display:block!important;margin-top:3px!important;color:#667085!important;font:500 10px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body.landing-pro .device-row em{color:#16a34a!important;font:800 11px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-style:normal!important}body.landing-pro #ozellikler .pro-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:98px!important;padding:14px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:4px 10px!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{grid-row:1/span 2!important;width:36px!important;height:36px!important;margin:0!important}body.landing-pro #ozellikler .pro-feature-grid h3{grid-column:2!important;margin:0!important;font-size:12.5px!important}body.landing-pro #ozellikler .pro-feature-grid p{grid-column:2!important;font-size:10.8px!important;line-height:1.35!important}@keyframes featureFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:760px){body.landing-pro .pro-feature-showcase{grid-template-columns:1fr!important;gap:16px!important;padding:24px 18px 0!important;border-radius:20px!important}body.landing-pro .pro-feature-copy{padding-bottom:0!important}body.landing-pro .pro-feature-copy h3{font-size:22px!important}body.landing-pro .pro-feature-copy p{font-size:12.5px!important;line-height:1.55!important}body.landing-pro .pro-feature-copy li{font-size:11.5px!important}body.landing-pro .pro-feature-device{width:100%!important;max-width:360px!important;margin:2px auto -1px!important}body.landing-pro #ozellikler .pro-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}body.landing-pro .pro-feature-showcase{display:none!important}body.landing-pro #ozellikler .pro-feature-grid{grid-template-columns:1fr!important;gap:9px!important}body.landing-pro #ozellikler .pro-feature-grid article{min-height:116px!important;padding:13px 14px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:4px 11px!important;align-items:start!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{grid-row:1/span 2!important;width:36px!important;height:36px!important;flex-basis:36px!important;margin:0!important}body.landing-pro #ozellikler .pro-feature-grid h3{grid-column:2!important;margin:1px 0 3px!important;font-size:14px!important}body.landing-pro #ozellikler .pro-feature-grid p{grid-column:2!important;font-size:11.5px!important;line-height:1.38!important}@media (min-width:761px){body.landing-pro #ozellikler .pro-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2,body.landing-pro #paketler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-family:"Instagram Sans","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-weight:740!important;font-variation-settings:"wght" 740!important;letter-spacing:0!important;color:#121826!important}@media (max-width:640px){body.landing-pro #nasil-calisir .pro-section-head h2,body.landing-pro #ozellikler .pro-section-head h2,body.landing-pro #paketler .pro-section-head h2,body.landing-pro .pro-about-copy h2{font-weight:720!important;font-variation-settings:"wght" 720!important}}body.landing-pro #nasil-calisir,body.landing-pro #ozellikler,body.landing-pro .pro-about{font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}body.landing-pro #nasil-calisir .pro-step-grid h3,body.landing-pro #ozellikler .pro-feature-grid h3,body.landing-pro .pro-about-copy h3{font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-weight:690!important;font-variation-settings:"wght" 690!important;letter-spacing:0!important}body.landing-pro #nasil-calisir .pro-step-grid p,body.landing-pro #ozellikler .pro-feature-grid p,body.landing-pro .pro-about-copy li,body.landing-pro .pro-about-copy p{font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-weight:430!important;font-variation-settings:"wght" 430!important;letter-spacing:0!important}body.landing-pro #nasil-calisir .pro-step-grid span{font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-weight:680!important;font-variation-settings:"wght" 680!important}body.landing-pro .pro-about{width:min(100% - 44px,1040px)!important;margin:0 auto!important;padding:32px 0 46px!important;background:0 0!important}body.landing-pro .pro-about-copy{max-width:760px!important;margin:0!important}body.landing-pro .pro-about-copy h2{margin:0 0 14px!important;font-family:"Instagram Sans","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:clamp(24px, 2.4vw, 32px)!important;line-height:1.1!important;font-weight:740!important}body.landing-pro .pro-about-copy p{max-width:680px!important;margin:0 0 12px!important;color:#667085!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:14px!important;line-height:1.66!important;font-weight:430!important}body.landing-pro .pro-about-copy ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px 18px!important;max-width:760px!important;margin:18px 0 0!important;padding:0!important}body.landing-pro .pro-about-copy li{color:#667085!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:13px!important;line-height:1.38!important;font-weight:470!important}body.landing-pro #paketler{padding-top:46px!important;background:radial-gradient(circle at 50% 8%,rgba(32,196,232,.1),transparent 30%),#fff!important}body.landing-pro #paketler .pro-section-head h2{font-family:"Instagram Sans","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-weight:740!important;font-variation-settings:"wght" 740!important}body.landing-pro #paketler .price-deal,body.landing-pro #paketler .pro-price-grid a,body.landing-pro #paketler .pro-price-grid h3,body.landing-pro #paketler .pro-price-grid li,body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-price-grid small,body.landing-pro #paketler .pro-price-grid strong,body.landing-pro #paketler .pro-section-head p{font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}body.landing-pro #paketler .pro-price-grid{gap:14px!important}body.landing-pro #paketler .pro-price-grid article{border-radius:18px!important;border:1px solid rgba(15,23,42,.09)!important;background:rgba(255,255,255,.96)!important;box-shadow:0 16px 40px rgba(15,23,42,.07)!important}body.landing-pro #paketler .pro-price-grid h3{color:#121826!important;font-weight:700!important}body.landing-pro #paketler .pro-price-grid strong{color:#121826!important;font-weight:760!important;font-variation-settings:"wght" 760!important}body.landing-pro #paketler .pro-price-grid li,body.landing-pro #paketler .pro-price-grid p,body.landing-pro #paketler .pro-section-head p{color:#667085!important;font-weight:430!important;font-variation-settings:"wght" 430!important}body.landing-pro #paketler .pro-price-grid article>a{border-radius:12px!important;font-weight:690!important}@media (max-width:640px){body.landing-pro .pro-about{width:min(100% - 28px,520px)!important;padding:28px 0 38px!important}body.landing-pro .pro-about-copy h2{font-size:23px!important}body.landing-pro .pro-about-copy p:nth-of-type(2),body.landing-pro .pro-about-copy ul{display:grid!important}body.landing-pro .pro-about-copy p{font-size:13px!important;line-height:1.58!important}body.landing-pro .pro-about-copy ul{grid-template-columns:1fr!important;gap:8px!important;margin-top:16px!important}body.landing-pro .pro-about-copy li{font-size:12.5px!important}body.landing-pro #paketler{padding-top:34px!important}body.landing-pro #paketler .pro-section-head h2{font-size:24px!important}body.landing-pro #paketler .pro-price-grid article{border-radius:18px!important}}body.landing-pro .pro-demo{width:min(100% - 44px,1040px)!important;max-width:1040px!important;margin:0 auto 0!important;padding:28px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:22px!important;background:radial-gradient(circle at 92% 18%,rgba(32,196,232,.13),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,251,255,.94))!important;box-shadow:0 18px 44px rgba(15,23,42,.07)!important}body.landing-pro .pro-demo-copy{width:auto!important;max-width:560px!important;margin:0!important}body.landing-pro .pro-demo h2{margin:0 0 8px!important;color:#121826!important;font-family:"Instagram Sans","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:clamp(23px, 2.4vw, 32px)!important;line-height:1.1!important;font-weight:740!important}body.landing-pro .pro-demo-copy>p{display:block!important;margin:0!important;color:#667085!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:13px!important;line-height:1.55!important;font-weight:430!important}body.landing-pro .pro-demo-actions{width:auto!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important}body.landing-pro .pro-demo-actions::after{content:none!important;display:none!important}body.landing-pro .pro-demo .pro-demo-actions .pro-primary,body.landing-pro .pro-demo .pro-demo-actions .pro-secondary{width:auto!important;min-width:154px!important;min-height:44px!important;height:44px!important;margin:0!important;padding:0 18px!important;border-radius:12px!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:13px!important;line-height:1!important;font-weight:690!important}body.landing-pro .pro-demo .pro-demo-actions .pro-primary{color:#fff!important;border:0!important;background:linear-gradient(135deg,#2563eb,#0f8b8d)!important;box-shadow:0 12px 26px rgba(37,99,235,.18)!important}body.landing-pro .pro-demo .pro-demo-actions .pro-secondary{color:#121826!important;border:1px solid rgba(15,23,42,.1)!important;background:#fff!important;box-shadow:none!important}body.landing-pro .pro-demo-card-wrap{display:none!important}body.landing-pro .pro-footer{width:min(100% - 44px,1040px)!important;min-height:0!important;margin:0 auto!important;padding:22px 0 34px!important;border-top:0!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}body.landing-pro .pro-footer strong{color:#121826!important;font-size:13px!important;font-weight:700!important}body.landing-pro .pro-footer a,body.landing-pro .pro-footer span{color:#667085!important;font-size:12px!important;font-weight:600!important}body.landing-pro .pro-footer nav{gap:16px!important}@media (max-width:720px){body.landing-pro .pro-demo{width:100%!important;padding:24px 18px!important;grid-template-columns:1fr!important;border-radius:0!important;border-left:0!important;border-right:0!important}body.landing-pro .pro-demo-copy{text-align:center!important;margin:0 auto!important}body.landing-pro .pro-demo-actions{width:min(100%,340px)!important;margin:2px auto 0!important;display:grid!important;grid-template-columns:1fr!important}body.landing-pro .pro-demo .pro-demo-actions .pro-primary,body.landing-pro .pro-demo .pro-demo-actions .pro-secondary{width:100%!important;min-width:0!important}body.landing-pro .pro-footer{width:min(100% - 40px,520px)!important;padding:22px 0 36px!important;align-items:flex-start!important}}@media (min-width:901px){body.landing-pro{background:#f4f8fc!important}body.landing-pro .pro-header{position:absolute!important;top:0!important;left:50%!important;transform:translateX(-50%)!important;z-index:20!important;width:min(100% - 72px,1240px)!important;min-height:92px!important;padding:0!important;border:0!important;background:0 0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.landing-pro .pro-brand strong,body.landing-pro .pro-mobile-tools>span,body.landing-pro .pro-nav a{color:rgba(255,255,255,.94)!important;text-shadow:0 8px 22px rgba(0,28,52,.24)!important}body.landing-pro .pro-brand span{background:rgba(255,255,255,.08)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)!important}body.landing-pro .pro-nav{gap:30px!important}body.landing-pro .pro-nav a{font-size:13px!important;font-weight:700!important}body.landing-pro .pro-login{min-height:42px!important;padding:0 18px!important;border-radius:8px!important;background:rgba(7,99,169,.86)!important}body.landing-pro .pro-trial{min-height:42px!important;padding:0 18px!important;border-radius:8px!important;background:#ff8148!important}body.landing-pro .pro-hero{min-height:960px!important;padding:142px max(42px,calc((100vw - 1240px)/ 2)) 148px!important;display:grid!important;grid-template-columns:minmax(460px,.9fr) minmax(520px,1.1fr)!important;grid-template-rows:minmax(520px,auto) auto!important;align-items:center!important;gap:34px 70px!important;overflow:hidden!important;background:linear-gradient(180deg,rgba(7,81,133,.82) 0,rgba(33,78,116,.7) 48%,rgba(255,129,72,.76) 100%),radial-gradient(circle at 73% 20%,rgba(255,255,255,.18),transparent 30%),repeating-linear-gradient(90deg,rgba(255,255,255,.09) 0 1px,transparent 1px 34px),repeating-linear-gradient(180deg,rgba(255,255,255,.07) 0 1px,transparent 1px 34px),url("/static/images/multi-sector-hero.webp") center/cover no-repeat!important;background-blend-mode:multiply,screen,overlay,overlay,normal!important}body.landing-pro .pro-hero::after{bottom:-72px!important;height:128px!important;background:#f4f8fc!important}body.landing-pro .pro-hero-copy{grid-column:1!important;grid-row:1!important;align-items:flex-start!important;justify-content:center!important;width:100%!important;max-width:560px!important;margin:0!important;text-align:left!important}body.landing-pro .pro-hero-badges{order:1!important;grid-template-columns:repeat(3,max-content)!important;justify-content:start!important;width:max-content!important;max-width:100%!important;margin:0 0 30px!important;padding:9px 14px!important;border-radius:999px!important;background:rgba(24,49,72,.64)!important}body.landing-pro .pro-hero-badges span{min-height:30px!important;padding:0 10px!important;border:0!important;background:0 0!important}body.landing-pro .pro-hero h1{order:2!important;display:block!important;max-width:520px!important;margin:0 0 14px!important;color:#ffb27b!important;font-size:clamp(50px, 4.9vw, 72px)!important;line-height:.98!important;text-align:left!important}body.landing-pro .pro-hero h1 span{display:inline!important;width:auto!important;white-space:normal!important;transform:none!important}body.landing-pro .pro-hero h1 span+span::before{content:" "!important;display:inline!important}body.landing-pro .pro-hero-slogan{order:3!important;width:100%!important;max-width:520px!important;margin:0 0 14px!important;align-items:flex-start!important;color:#fff!important;font-size:20px!important;line-height:1.28!important;text-align:left!important}body.landing-pro .pro-hero-slogan>span{display:inline!important}body.landing-pro .pro-hero-slogan>span:first-child,body.landing-pro .pro-hero-slogan>span:nth-child(2){color:#fff!important;font-weight:840!important}body.landing-pro .pro-hero-description{order:4!important;max-width:560px!important;margin:0!important;color:rgba(255,255,255,.86)!important;font-size:17px!important;line-height:1.7!important;font-weight:620!important;text-align:left!important}body.landing-pro .pro-hero-actions{order:5!important;justify-content:flex-start!important;margin:28px 0 0!important;gap:12px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-width:176px!important;height:54px!important;border-radius:9px!important}body.landing-pro .pro-hero-stats{order:6!important;justify-content:flex-start!important;gap:34px!important;margin:30px 0 0!important}body.landing-pro .pro-hero-stats span{min-width:68px!important}body.landing-pro .pro-product{grid-column:2!important;grid-row:1!important;justify-content:center!important;width:100%!important;max-width:650px!important;margin:30px 0 0!important}body.landing-pro .pro-product::after,body.landing-pro .pro-product::before{position:absolute!important;z-index:4!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:0 22px!important;border:1px solid rgba(15,23,42,.08)!important;background:rgba(255,255,255,.88)!important;box-shadow:0 16px 36px rgba(15,23,42,.18)!important;color:#1f2937!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;white-space:pre-line!important}body.landing-pro .pro-product::before{content:"MESAJLAR\\A Randevu basariyla olusturuldu."!important;width:330px!important;height:74px!important;left:-76px!important;top:18px!important;border-radius:18px!important;font-size:12px!important;font-weight:720!important}body.landing-pro .pro-product::after{content:"YENI RANDEVU\\A Yarin icin online randevu aldi"!important;width:280px!important;height:82px!important;right:-42px!important;bottom:60px!important;border-radius:16px!important;color:#2563eb!important;font-size:12px!important;font-weight:760!important}body.landing-pro .pro-window{width:min(100%,610px)!important;min-height:360px!important;border-width:12px!important;border-bottom-width:18px!important;border-radius:18px!important;transform:translateY(18px)!important}body.landing-pro .pro-sector-strip{grid-column:1/-1!important;grid-row:2!important;position:relative!important;z-index:4!important;display:grid!important;grid-template-columns:repeat(10,minmax(118px,1fr))!important;gap:16px!important;width:min(100vw - 64px,1560px)!important;margin:18px auto -6px!important}body.landing-pro .pro-sector-strip span{position:relative!important;z-index:1!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;min-height:150px!important;padding:0 12px 18px!important;border-radius:18px!important;color:#fff!important;text-align:center!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:13px!important;font-weight:760!important;line-height:1.2!important;text-shadow:0 8px 18px rgba(0,32,54,.32)!important;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.05) 44%,rgba(10,91,138,.9) 100%),rgba(255,255,255,.1)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 18px 38px rgba(39,62,88,.2)!important;backdrop-filter:blur(8px) saturate(120%)!important;-webkit-backdrop-filter:blur(8px) saturate(120%)!important}body.landing-pro .pro-sector-strip span::after{content:""!important;position:absolute!important;inset:auto 14px 14px!important;height:38px!important;border-radius:10px!important;background:rgba(10,105,157,.88)!important;z-index:-1!important}body.landing-pro #ozellikler{padding-top:96px!important}}@media (max-width:900px){body.landing-pro .pro-sector-strip{display:none!important}}@media (min-width:901px){body.landing-pro .pro-header{width:min(100% - 64px,1180px)!important;min-height:74px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:34px!important;height:34px!important;min-width:34px!important}body.landing-pro .pro-brand strong{font-size:25px!important}body.landing-pro .pro-nav{gap:24px!important}body.landing-pro .pro-login,body.landing-pro .pro-trial{min-height:38px!important;padding:0 16px!important;font-size:12px!important}body.landing-pro .pro-hero{min-height:780px!important;padding-top:104px!important;padding-bottom:104px!important;grid-template-columns:minmax(410px,.88fr) minmax(450px,1fr)!important;grid-template-rows:minmax(430px,auto) auto!important;gap:18px 48px!important}body.landing-pro .pro-hero-copy{max-width:500px!important}body.landing-pro .pro-hero-badges{margin-bottom:22px!important;padding:7px 10px!important;gap:4px!important}body.landing-pro .pro-hero-badges span{min-height:24px!important;padding:0 8px!important;gap:6px!important;font-size:10px!important}body.landing-pro .pro-hero-badges span::before{width:5px!important;height:5px!important}body.landing-pro .pro-hero h1{max-width:470px!important;margin-bottom:10px!important;font-size:clamp(42px, 4vw, 58px)!important}body.landing-pro .pro-hero-slogan{max-width:470px!important;margin-bottom:10px!important;font-size:18px!important}body.landing-pro .pro-hero-description{max-width:500px!important;font-size:15px!important;line-height:1.62!important}body.landing-pro .pro-hero-actions{margin-top:22px!important;gap:10px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-width:154px!important;height:46px!important;min-height:46px!important;border-radius:8px!important;font-size:13px!important}body.landing-pro .pro-hero-stats{gap:28px!important;margin-top:24px!important}body.landing-pro .pro-hero-stats strong{font-size:17px!important}body.landing-pro .pro-hero-stats small{font-size:10px!important}body.landing-pro .pro-product{max-width:530px!important;margin-top:12px!important}body.landing-pro .pro-window{width:min(100%,500px)!important;min-height:292px!important;padding:14px 16px 36px!important;border-width:10px!important;border-bottom-width:15px!important;border-radius:16px!important;transform:translateY(8px)!important}body.landing-pro .pro-window-top{height:28px!important}body.landing-pro .pro-calendar-head{margin-bottom:12px!important}body.landing-pro .pro-days{gap:7px!important}body.landing-pro .pro-days span{min-height:43px!important;border-radius:5px!important;font-size:10px!important}body.landing-pro .pro-list-row{min-height:34px!important;margin-top:8px!important;padding:0 12px!important;font-size:12px!important}body.landing-pro .pro-product::before{width:260px!important;height:58px!important;left:-48px!important;top:6px!important;border-radius:14px!important;padding:0 16px!important;font-size:10px!important}body.landing-pro .pro-product::after{width:220px!important;height:62px!important;right:-28px!important;bottom:42px!important;border-radius:14px!important;padding:0 16px!important;font-size:10px!important}body.landing-pro .pro-sector-strip{grid-template-columns:repeat(10,minmax(94px,1fr))!important;gap:12px!important;width:min(100vw - 64px,1320px)!important;margin-top:0!important}body.landing-pro .pro-sector-strip span{min-height:104px!important;padding:0 9px 12px!important;border-radius:14px!important;font-size:10.5px!important}body.landing-pro .pro-sector-strip span::after{inset:auto 10px 10px!important;height:30px!important;border-radius:8px!important}body.landing-pro #ozellikler{padding-top:70px!important}}@media (min-width:901px){body.landing-pro .pro-sector-strip span{position:relative!important;min-height:96px!important;padding:48px 8px 10px!important;overflow:hidden!important;align-items:flex-end!important;justify-content:center!important;color:#fff!important;font-size:9.8px!important;line-height:1.08!important;font-weight:760!important;letter-spacing:0!important;text-wrap:balance!important;overflow-wrap:anywhere!important;background-image:linear-gradient(180deg,rgba(255,255,255,.18),rgba(15,99,139,.1) 46%,rgba(8,106,158,.86) 100%),url("/static/images/multi-sector-hero.webp")!important;background-size:auto,760px auto!important;background-position:center,center!important;background-repeat:no-repeat!important}body.landing-pro .pro-sector-strip span::before{content:attr(data-icon)!important;position:absolute!important;left:50%!important;top:13px!important;width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:11px!important;color:#eaffff!important;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.58),transparent 34%),linear-gradient(135deg,rgba(28,194,231,.76),rgba(255,136,75,.62))!important;box-shadow:0 10px 22px rgba(6,49,78,.22)!important;font-size:15px!important;font-weight:780!important;transform:translateX(-50%)!important;z-index:2!important}body.landing-pro .pro-sector-strip span::after{inset:auto 8px 8px!important;height:30px!important;border-radius:9px!important;background:linear-gradient(135deg,rgba(7,111,169,.95),rgba(9,135,173,.92))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 8px 16px rgba(4,40,72,.18)!important}body.landing-pro .pro-sector-strip span:first-child{background-position:center,26% 62%!important}body.landing-pro .pro-sector-strip span:nth-child(2){background-position:center,38% 34%!important}body.landing-pro .pro-sector-strip span:nth-child(3){background-position:center,24% 48%!important}body.landing-pro .pro-sector-strip span:nth-child(4){background-position:center,50% 18%!important}body.landing-pro .pro-sector-strip span:nth-child(5){background-position:center,72% 48%!important}body.landing-pro .pro-sector-strip span:nth-child(6){background-position:center,55% 20%!important}body.landing-pro .pro-sector-strip span:nth-child(7){background-position:center,30% 68%!important}body.landing-pro .pro-sector-strip span:nth-child(8){background-position:center,62% 74%!important}body.landing-pro .pro-sector-strip span:nth-child(9){background-position:center,88% 18%!important}body.landing-pro .pro-sector-strip span:nth-child(10){background-position:center,52% 10%!important}}@media (min-width:901px){body.landing-pro .pro-hero-copy{max-width:455px!important;padding-left:18px!important;font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}body.landing-pro .pro-hero h1,body.landing-pro .pro-hero h1 span,body.landing-pro .pro-hero-actions a,body.landing-pro .pro-hero-badges,body.landing-pro .pro-hero-badges span,body.landing-pro .pro-hero-copy *,body.landing-pro .pro-hero-description,body.landing-pro .pro-hero-slogan,body.landing-pro .pro-hero-slogan span,body.landing-pro .pro-hero-stats,body.landing-pro .pro-hero-stats small,body.landing-pro .pro-hero-stats strong{font-family:"Instagram Sans","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;letter-spacing:0!important;text-rendering:geometricPrecision!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}body.landing-pro .pro-hero-copy::before{content:""!important;position:absolute!important;left:0!important;top:76px!important;width:2px!important;height:238px!important;border-radius:999px!important;background:linear-gradient(180deg,#33d7ff,#ff9a5c)!important;box-shadow:0 0 18px rgba(51,215,255,.34)!important}body.landing-pro .pro-hero h1{font-family:"Instagram Sans","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;max-width:430px!important;margin-bottom:8px!important;font-size:clamp(36px, 3.35vw, 50px)!important;line-height:.98!important;font-weight:720!important;font-variation-settings:"wght" 720!important;text-shadow:0 10px 24px rgba(0,35,58,.22)!important}body.landing-pro .pro-hero-slogan{max-width:395px!important;margin-bottom:12px!important;font-size:16px!important;line-height:1.24!important;font-weight:680!important;font-variation-settings:"wght" 680!important}body.landing-pro .pro-hero-description{max-width:430px!important;font-size:13.5px!important;line-height:1.58!important;font-weight:470!important;font-variation-settings:"wght" 470!important}body.landing-pro .pro-hero-actions{width:min(100%,410px)!important;margin-top:20px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-width:0!important;width:100%!important;height:42px!important;min-height:42px!important;border-radius:10px!important;font-size:12.5px!important;font-weight:680!important;font-variation-settings:"wght" 680!important}body.landing-pro .pro-hero-badges span{font-weight:650!important;font-variation-settings:"wght" 650!important}body.landing-pro .pro-hero-stats strong{font-weight:720!important;font-variation-settings:"wght" 720!important}body.landing-pro .pro-hero-stats small{font-weight:520!important;font-variation-settings:"wght" 520!important}body.landing-pro .pro-hero-actions .pro-primary{background:linear-gradient(135deg,#ff7848,#ff9a5c)!important;box-shadow:0 12px 24px rgba(255,120,72,.2)!important}body.landing-pro .pro-hero-actions .pro-secondary{border-color:rgba(255,255,255,.3)!important;background:rgba(255,255,255,.055)!important}body.landing-pro .pro-hero-stats{gap:22px!important;margin-top:20px!important}body.landing-pro .pro-hero-stats strong{font-size:15px!important}body.landing-pro .pro-hero-stats small{font-size:9.5px!important}}@media (min-width:901px){body.landing-pro .pro-product{transform:translateY(68px)!important}body.landing-pro .pro-sector-strip{margin-top:76px!important}}@media (min-width:901px){body.landing-pro .pro-sector-strip span{min-height:104px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}body.landing-pro .pro-sector-strip span:first-child{background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/kuafor.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(2){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/guzellik-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(3){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/dis-hekimi.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(4){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/spa-masaj.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(5){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/psikolog.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(6){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/spor-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(7){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/berber.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(8){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/diyetisyen.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(9){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/veteriner.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(10){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/dans-merkezi.webp")!important}}@media (min-width:901px){body.landing-pro .pro-hero{min-height:860px!important;grid-template-rows:minmax(520px,auto) auto!important;gap:32px 48px!important}body.landing-pro .pro-product{align-self:start!important;margin-top:2px!important}body.landing-pro .pro-sector-strip{margin-top:42px!important;width:min(100vw - 64px,1320px)!important;align-self:start!important}body.landing-pro .pro-sector-strip span{min-height:104px!important;padding:0 8px 10px!important;background-image:linear-gradient(180deg,rgba(4,21,33,.02),rgba(4,21,33,.16) 46%,rgba(3,73,111,.72) 100%),url("/static/images/sector-services-strip.webp")!important;background-size:1000% 100%!important;background-repeat:no-repeat!important}body.landing-pro .pro-sector-strip span::before{content:none!important;display:none!important}body.landing-pro .pro-sector-strip span::after{inset:auto 9px 9px!important;height:28px!important;border-radius:9px!important;background:linear-gradient(135deg,rgba(4,117,179,.96),rgba(7,144,181,.94))!important}body.landing-pro .pro-sector-strip span:first-child{background-position:center,0 50%!important}body.landing-pro .pro-sector-strip span:nth-child(2){background-position:center,11.111% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(3){background-position:center,22.222% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(4){background-position:center,33.333% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(5){background-position:center,44.444% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(6){background-position:center,55.556% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(7){background-position:center,66.667% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(8){background-position:center,77.778% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(9){background-position:center,88.889% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(10){background-position:center,100% 50%!important}}@media (min-width:901px){body.landing-pro .pro-product{max-width:390px!important;transform:translate(10px,22px) scale(.86)!important;filter:drop-shadow(0 0 28px rgba(56, 189, 248, .18))!important}body.landing-pro .pro-product::before{content:""!important;display:block!important;inset:-18px!important;width:auto!important;height:auto!important;border-radius:22px!important;background:linear-gradient(90deg,rgba(34,211,238,.18) 1px,transparent 1px),linear-gradient(180deg,rgba(34,211,238,.12) 1px,transparent 1px),radial-gradient(circle at 72% 24%,rgba(37,99,235,.34),transparent 34%)!important;background-size:24px 24px,24px 24px,auto!important;opacity:.72!important}body.landing-pro .pro-window{width:365px!important;padding:8px 9px 18px!important;border:1px solid rgba(125,249,255,.38)!important;border-bottom-width:2px!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(9,20,38,.92),rgba(11,42,58,.86) 55%,rgba(15,23,42,.92)),repeating-linear-gradient(90deg,rgba(125,249,255,.05) 0 1px,transparent 1px 22px)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),inset 0 18px 38px rgba(255,255,255,.035),0 0 0 1px rgba(56,189,248,.16),0 20px 52px rgba(0,0,0,.34),0 0 34px rgba(34,211,238,.18)!important;overflow:hidden!important}body.landing-pro .pro-window-top{height:19px!important;gap:5px!important;border-bottom-color:rgba(125,249,255,.18)!important}body.landing-pro .pro-window-top span{width:6px!important;height:6px!important;background:rgba(125,249,255,.45)!important;box-shadow:0 0 10px rgba(125,249,255,.42)!important}body.landing-pro .pro-window-top strong{color:rgba(224,249,255,.7)!important;font-size:8.5px!important;letter-spacing:.08em!important;text-transform:uppercase!important}body.landing-pro .pro-panel-grid{display:block!important;padding-top:10px!important}body.landing-pro .pro-sidebar{display:none!important}body.landing-pro .pro-calendar-head{margin-bottom:7px!important}body.landing-pro .pro-calendar-head strong{color:#e0f7ff!important;font-size:15px!important;font-weight:760!important}body.landing-pro .pro-calendar-head em,body.landing-pro .pro-list-row em{padding:4px 8px!important;border:1px solid rgba(52,211,153,.32)!important;color:#7dffbf!important;background:rgba(16,185,129,.13)!important;box-shadow:inset 0 0 14px rgba(52,211,153,.1),0 0 16px rgba(52,211,153,.14)!important;font-size:9px!important}body.landing-pro .pro-days{gap:4px!important}body.landing-pro .pro-days span{min-height:27px!important;border:1px solid rgba(125,249,255,.14)!important;border-radius:6px!important;color:rgba(224,249,255,.74)!important;background:rgba(15,23,42,.46)!important;box-shadow:inset 0 0 12px rgba(125,249,255,.04)!important;font-size:8px!important}body.landing-pro .pro-days span.busy{color:#6ee7ff!important;background:rgba(37,99,235,.18)!important;box-shadow:inset 0 0 18px rgba(37,99,235,.18)!important}body.landing-pro .pro-days span.active{color:#fff!important;background:linear-gradient(135deg,#2563eb,#22d3ee)!important;box-shadow:0 0 22px rgba(34,211,238,.38)!important}body.landing-pro .pro-list-row{min-height:24px!important;margin-top:5px!important;padding:0 8px!important;border:1px solid rgba(125,249,255,.14)!important;border-radius:999px!important;background:rgba(15,23,42,.42)!important;box-shadow:inset 0 0 14px rgba(125,249,255,.035)!important;font-size:8.5px!important}body.landing-pro .pro-list-row b{color:#38bdf8!important}body.landing-pro .pro-list-row span{color:#f8fbff!important;font-weight:760!important}}@media (min-width:901px){body.landing-pro .pro-hero-badges{margin-bottom:22px!important}body.landing-pro .pro-hero h1{margin-bottom:16px!important}body.landing-pro .pro-hero-slogan{margin-bottom:16px!important;gap:5px!important}body.landing-pro .pro-hero-description{margin-bottom:2px!important}body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-stats{margin-top:24px!important}}@media (max-width:900px){body.landing-pro .pro-hero-badges{margin-bottom:18px!important}body.landing-pro .pro-hero h1,body.landing-pro .pro-hero-slogan{margin-bottom:14px!important}body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-stats{margin-top:22px!important}}@media (max-width:640px){body.landing-pro .pro-hero{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;min-height:auto!important;padding:26px 18px 78px!important;gap:22px!important}body.landing-pro .pro-hero-copy{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:360px!important;transform:none!important;text-align:center!important}body.landing-pro .pro-hero h1,body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-badges,body.landing-pro .pro-hero-description,body.landing-pro .pro-hero-slogan,body.landing-pro .pro-hero-stats{transform:none!important}body.landing-pro .pro-hero h1{order:1!important;max-width:340px!important;margin:0 0 12px!important;font-size:clamp(34px, 10vw, 46px)!important;line-height:1.04!important}body.landing-pro .pro-hero-slogan{order:2!important;margin:0 0 18px!important}body.landing-pro .pro-hero-actions{order:3!important;width:min(100%,344px)!important;margin:0 0 20px!important}body.landing-pro .pro-hero-stats{order:4!important;margin:0 0 22px!important}body.landing-pro .pro-hero-description{order:5!important;max-width:360px!important;margin:0 0 22px!important;text-align:left!important}body.landing-pro .pro-hero-badges{order:6!important;margin:0!important}body.landing-pro .pro-product{width:min(100%,360px)!important;max-width:360px!important;margin:0 auto!important;transform:none!important}}@media (max-width:640px){body.landing-pro .pro-hero{padding:18px 16px 64px!important;gap:14px!important}body.landing-pro .pro-hero-copy{max-width:300px!important}body.landing-pro .pro-hero h1{max-width:300px!important;margin:0 0 8px!important;font-size:clamp(30px, 8.9vw, 38px)!important;line-height:1.02!important}body.landing-pro .pro-hero-slogan{margin:0 0 12px!important;gap:3px!important}body.landing-pro .pro-hero-slogan>span{font-size:12px!important;line-height:1.28!important}body.landing-pro .pro-hero-description{max-width:316px!important;margin:0 0 14px!important;font-size:13px!important;line-height:1.48!important}body.landing-pro .pro-hero-actions{width:min(100%,288px)!important;margin:0 0 14px!important;gap:8px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-height:40px!important;padding:0 14px!important;border-radius:8px!important;font-size:11.5px!important}body.landing-pro .pro-hero-stats{width:min(100%,244px)!important;margin:0 0 14px!important;gap:14px!important}body.landing-pro .pro-hero-stats strong{font-size:13px!important;line-height:1.1!important}body.landing-pro .pro-hero-stats small{font-size:8.5px!important;line-height:1.15!important}body.landing-pro .pro-hero-badges{width:min(100%,290px)!important;gap:5px!important}body.landing-pro .pro-hero-badges span{min-height:27px!important;padding:4px 8px!important;border-radius:8px!important;font-size:8px!important;line-height:1.05!important}body.landing-pro .pro-product{width:min(100%,300px)!important;max-width:300px!important}body.landing-pro .pro-window{width:280px!important;padding:7px 8px 15px!important;border-radius:12px!important}body.landing-pro .pro-window-top{height:17px!important}body.landing-pro .pro-days{gap:4px!important}body.landing-pro .pro-days span{min-height:26px!important;font-size:7.5px!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{align-self:flex-start!important;width:min(100%,300px)!important;max-width:300px!important;margin:0 0 10px!important;text-align:left!important;font-size:clamp(36px, 10.6vw, 42px)!important;line-height:.96!important;font-weight:720!important;font-variation-settings:"wght" 720!important;letter-spacing:0!important}body.landing-pro .pro-hero h1 span{display:block!important;width:max-content!important;max-width:100%!important;margin:0!important;padding:0!important;text-align:left!important;transform:none!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:2px!important;margin-left:clamp(46px,13vw,58px)!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{width:min(100%,318px)!important;max-width:318px!important;font-family:"Instagram Sans","Segoe UI",Roboto,Arial,sans-serif!important;font-size:clamp(28px, 8.2vw, 34px)!important;line-height:1!important;font-weight:700!important;font-variation-settings:"wght" 700!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:3px!important;margin-left:clamp(72px,20vw,92px)!important}}@media (max-width:640px){body.landing-pro .pro-hero-actions{transform:scale(.86)!important;transform-origin:center top!important;margin-top:-2px!important;margin-bottom:4px!important}}body.landing-pro a.pro-hero-badges,body.landing-pro a.pro-hero-badges:focus,body.landing-pro a.pro-hero-badges:hover,body.landing-pro a.pro-hero-badges:visited{color:rgba(235,251,255,.92)!important;opacity:1!important;text-decoration:none!important}body.landing-pro a.pro-hero-badges span,body.landing-pro a.pro-hero-badges:focus span,body.landing-pro a.pro-hero-badges:hover span,body.landing-pro a.pro-hero-badges:visited span{color:rgba(248,253,255,.96)!important;opacity:1!important;text-decoration:none!important}@media (max-width:640px){body.landing-pro .pro-hero{padding-top:12px!important;gap:10px!important}body.landing-pro .pro-hero h1{font-size:clamp(26px, 7.6vw, 31px)!important;margin-bottom:6px!important}body.landing-pro .pro-hero-slogan{margin-bottom:8px!important}body.landing-pro .pro-hero-description{max-width:292px!important;margin-bottom:10px!important;font-size:12px!important;line-height:1.42!important}body.landing-pro .pro-hero-actions{transform:scale(.8)!important;margin-top:-6px!important;margin-bottom:-2px!important}body.landing-pro .pro-hero-stats{transform:scale(.92)!important;transform-origin:center top!important;margin-bottom:8px!important}body.landing-pro .pro-hero-badges{transform:scale(.92)!important;transform-origin:center top!important;margin-top:-2px!important}body.landing-pro .pro-product{width:min(100%,276px)!important;max-width:276px!important}body.landing-pro .pro-window{width:258px!important;padding:6px 7px 13px!important}body.landing-pro .pro-days span{min-height:24px!important}}@media (max-width:640px){body.landing-pro .pro-header{min-height:48px!important;padding:6px 18px!important}body.landing-pro .pro-brand{gap:8px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:30px!important;height:30px!important}body.landing-pro .pro-brand strong{font-size:16px!important;line-height:1!important}body.landing-pro .pro-mobile-tools{gap:8px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-mobile-tools>a{width:30px!important;height:30px!important}body.landing-pro .pro-header-contact svg{width:30px!important;height:30px!important}body.landing-pro .pro-mobile-tools>span{font-size:13px!important;line-height:1!important}}@media (max-width:640px){body.landing-pro .pro-header{min-height:42px!important;padding:5px 16px!important}body.landing-pro .pro-brand{gap:7px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:26px!important;height:26px!important}body.landing-pro .pro-brand strong{font-size:14.5px!important}body.landing-pro .pro-mobile-tools{gap:7px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-header-contact svg,body.landing-pro .pro-mobile-tools>a{width:26px!important;height:26px!important}body.landing-pro .pro-mobile-tools>span{font-size:12px!important}}@media (max-width:640px){body.landing-pro .pro-header{min-height:38px!important;padding:4px 16px!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(226,232,240,.72)!important;box-shadow:0 1px 0 rgba(15,23,42,.04)!important}body.landing-pro .pro-brand{gap:6px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:23px!important;height:23px!important}body.landing-pro .pro-brand strong{font-size:13px!important;font-weight:700!important;letter-spacing:0!important}body.landing-pro .pro-mobile-tools{gap:6px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-header-contact svg,body.landing-pro .pro-mobile-tools>a{width:24px!important;height:24px!important}body.landing-pro .pro-mobile-tools>span{font-size:11.5px!important;font-weight:700!important}}body.landing-pro a.pro-hero-badges{color:inherit!important;text-decoration:none!important;cursor:pointer!important}body.landing-pro a.pro-hero-badges,body.landing-pro a.pro-hero-badges:focus,body.landing-pro a.pro-hero-badges:hover,body.landing-pro a.pro-hero-badges:visited{color:rgba(235,251,255,.92)!important;opacity:1!important;text-decoration:none!important}body.landing-pro a.pro-hero-badges span,body.landing-pro a.pro-hero-badges:focus span,body.landing-pro a.pro-hero-badges:hover span,body.landing-pro a.pro-hero-badges:visited span{color:rgba(248,253,255,.96)!important;opacity:1!important;text-decoration:none!important}@media (max-width:640px){body.landing-pro .pro-hero h1{align-self:flex-start!important;width:min(100%,300px)!important;max-width:300px!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-left:clamp(46px,13vw,58px)!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{width:min(100%,318px)!important;max-width:318px!important;font-family:"Instagram Sans","Segoe UI",Roboto,Arial,sans-serif!important;font-size:clamp(28px, 8.2vw, 34px)!important;line-height:1!important;font-weight:700!important;font-variation-settings:"wght" 700!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:3px!important;margin-left:clamp(72px,20vw,92px)!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{align-self:center!important;width:max-content!important;max-width:100%!important;margin:0 0 10px!important;text-align:left!important;font-size:clamp(36px, 10.6vw, 42px)!important;line-height:.96!important;font-weight:720!important;font-variation-settings:"wght" 720!important;letter-spacing:0!important}body.landing-pro .pro-hero h1 span{display:block!important;width:max-content!important;max-width:100%!important;margin:0!important;padding:0!important;text-align:left!important;transform:none!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:2px!important}}@media (max-width:640px){body.landing-pro .pro-hero-actions{width:min(100%,410px)!important;margin-top:20px!important;margin-bottom:20px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-width:0!important;width:100%!important;height:42px!important;min-height:42px!important;padding:0 14px!important;border-radius:10px!important;font-size:12.5px!important;font-weight:680!important;font-variation-settings:"wght" 680!important}body.landing-pro .pro-hero-actions .pro-primary{background:linear-gradient(135deg,#ff7848,#ff9a5c)!important;box-shadow:0 12px 24px rgba(255,120,72,.2)!important}body.landing-pro .pro-hero-actions .pro-secondary{background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.3)!important}}@media (max-width:640px){body.landing-pro .pro-hero{padding:18px 16px 64px!important;gap:14px!important}body.landing-pro .pro-hero-copy{max-width:300px!important}body.landing-pro .pro-hero h1{max-width:300px!important;margin:0 0 8px!important;font-size:clamp(30px, 8.9vw, 38px)!important;line-height:1.02!important}body.landing-pro .pro-hero-slogan{margin:0 0 12px!important;gap:3px!important}body.landing-pro .pro-hero-slogan>span{font-size:12px!important;line-height:1.28!important}body.landing-pro .pro-hero-description{max-width:316px!important;margin:0 0 14px!important;font-size:13px!important;line-height:1.48!important}body.landing-pro .pro-hero-actions{width:min(100%,288px)!important;margin:0 0 14px!important;gap:8px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-height:40px!important;padding:0 14px!important;border-radius:8px!important;font-size:11.5px!important}body.landing-pro .pro-hero-stats{width:min(100%,244px)!important;margin:0 0 14px!important;gap:14px!important}body.landing-pro .pro-hero-stats strong{font-size:13px!important;line-height:1.1!important}body.landing-pro .pro-hero-stats small{font-size:8.5px!important;line-height:1.15!important}body.landing-pro .pro-hero-badges{width:min(100%,290px)!important;gap:5px!important}body.landing-pro .pro-hero-badges span{min-height:27px!important;padding:4px 8px!important;border-radius:8px!important;font-size:8px!important;line-height:1.05!important}body.landing-pro .pro-product{width:min(100%,300px)!important;max-width:300px!important}body.landing-pro .pro-window{width:280px!important;padding:7px 8px 15px!important;border-radius:12px!important}body.landing-pro .pro-window-top{height:17px!important}body.landing-pro .pro-days{gap:4px!important}body.landing-pro .pro-days span{min-height:26px!important;font-size:7.5px!important}}@media (max-width:640px){body.landing-pro .pro-hero{padding:18px 16px 64px!important;gap:14px!important}body.landing-pro .pro-hero-copy{max-width:300px!important}body.landing-pro .pro-hero h1{max-width:300px!important;margin-bottom:8px!important;font-size:clamp(30px, 8.9vw, 38px)!important;line-height:1.02!important}body.landing-pro .pro-hero-slogan{margin-bottom:12px!important;gap:3px!important}body.landing-pro .pro-hero-slogan>span{font-size:12px!important;line-height:1.28!important}body.landing-pro .pro-hero-description{max-width:316px!important;margin-bottom:14px!important;font-size:13px!important;line-height:1.48!important}body.landing-pro .pro-hero-actions{width:min(100%,288px)!important;margin-bottom:14px!important;gap:8px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-height:40px!important;padding:0 14px!important;border-radius:8px!important;font-size:11.5px!important}body.landing-pro .pro-hero-stats{width:min(100%,244px)!important;margin-bottom:14px!important;gap:14px!important}body.landing-pro .pro-hero-stats strong{font-size:13px!important;line-height:1.1!important}body.landing-pro .pro-hero-stats small{font-size:8.5px!important;line-height:1.15!important}body.landing-pro .pro-hero-badges{width:min(100%,290px)!important;gap:5px!important}body.landing-pro .pro-hero-badges span{min-height:27px!important;padding:4px 8px!important;border-radius:8px!important;font-size:8px!important;line-height:1.05!important}body.landing-pro .pro-product{width:min(100%,300px)!important;max-width:300px!important}body.landing-pro .pro-window{width:280px!important;padding:7px 8px 15px!important;border-radius:12px!important}body.landing-pro .pro-window-top{height:17px!important}body.landing-pro .pro-days{gap:4px!important}body.landing-pro .pro-days span{min-height:26px!important;font-size:7.5px!important}}@media (min-width:901px){body.landing-pro .pro-product{max-width:420px!important;transform:translate(10px,22px) scale(.92)!important}body.landing-pro .pro-product::before{content:none!important;display:none!important}body.landing-pro .pro-window{width:390px!important;padding:10px 11px 20px!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,251,255,.97))!important}body.landing-pro .pro-panel-grid{padding-top:12px!important}body.landing-pro .pro-calendar-head{margin-bottom:9px!important}body.landing-pro .pro-days{gap:5px!important}body.landing-pro .pro-days span{min-height:31px!important;font-size:8.5px!important}body.landing-pro .pro-list-row{min-height:26px!important;margin-top:6px!important}}@media (min-width:901px){body.landing-pro .pro-product{max-width:390px!important;transform:translate(10px,22px) scale(.86)!important;filter:drop-shadow(0 18px 34px rgba(10, 49, 78, .22))!important}body.landing-pro .pro-product::before{content:""!important;display:block!important;inset:-16px!important;width:auto!important;height:auto!important;border-radius:20px!important;background:linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(37,99,235,.06) 1px,transparent 1px),radial-gradient(circle at 70% 20%,rgba(14,165,233,.2),transparent 34%)!important;background-size:24px 24px,24px 24px,auto!important;opacity:.86!important}body.landing-pro .pro-window{width:365px!important;padding:8px 9px 18px!important;border:1px solid rgba(203,213,225,.92)!important;border-bottom-width:2px!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,251,255,.96)),repeating-linear-gradient(90deg,rgba(37,99,235,.025) 0 1px,transparent 1px 22px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 0 0 1px rgba(255,255,255,.4),0 20px 46px rgba(15,23,42,.2)!important;overflow:hidden!important}body.landing-pro .pro-window-top{height:19px!important;gap:5px!important;border-bottom-color:rgba(203,213,225,.9)!important}body.landing-pro .pro-window-top span{width:6px!important;height:6px!important;background:#cbd5e1!important;box-shadow:none!important}body.landing-pro .pro-window-top strong{color:#64748b!important;font-size:8.5px!important;letter-spacing:.08em!important;text-transform:uppercase!important}body.landing-pro .pro-calendar-head strong{color:#1e293b!important}body.landing-pro .pro-calendar-head em,body.landing-pro .pro-list-row em{border:1px solid rgba(34,197,94,.18)!important;color:#07893f!important;background:#dcfce7!important;box-shadow:none!important}body.landing-pro .pro-days span{border:1px solid #dbe4ef!important;color:#475569!important;background:rgba(255,255,255,.86)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important}body.landing-pro .pro-days span.busy{color:#2563eb!important;background:#eef5ff!important;box-shadow:inset 0 0 14px rgba(37,99,235,.06)!important}body.landing-pro .pro-days span.active{color:#fff!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;box-shadow:0 8px 18px rgba(37,99,235,.28)!important}body.landing-pro .pro-list-row{border:1px solid #dbe4ef!important;background:rgba(255,255,255,.9)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important}body.landing-pro .pro-list-row b{color:#2563eb!important}body.landing-pro .pro-list-row span{color:#0f172a!important}}@media (min-width:901px){body.landing-pro .pro-product{max-width:420px!important;transform:translate(10px,22px) scale(.92)!important}body.landing-pro .pro-product::before{content:none!important;display:none!important}body.landing-pro .pro-window{width:390px!important;padding:10px 11px 20px!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,251,255,.97))!important}body.landing-pro .pro-panel-grid{padding-top:12px!important}body.landing-pro .pro-calendar-head{margin-bottom:9px!important}body.landing-pro .pro-days{gap:5px!important}body.landing-pro .pro-days span{min-height:31px!important;font-size:8.5px!important}body.landing-pro .pro-list-row{min-height:26px!important;margin-top:6px!important}}@media (min-width:901px){body.landing-pro .pro-hero-badges{margin-bottom:22px!important}body.landing-pro .pro-hero h1{margin-bottom:16px!important}body.landing-pro .pro-hero-slogan{margin-bottom:16px!important;gap:5px!important}body.landing-pro .pro-hero-description{margin-bottom:2px!important}body.landing-pro .pro-hero-actions{margin-top:24px!important}body.landing-pro .pro-hero-stats{margin-top:24px!important}}@media (max-width:900px){body.landing-pro .pro-hero-badges{margin-bottom:18px!important}body.landing-pro .pro-hero h1{margin-bottom:14px!important}body.landing-pro .pro-hero-slogan{margin-bottom:14px!important}body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-stats{margin-top:22px!important}}@media (min-width:901px){body.landing-pro .pro-product{max-width:390px!important;transform:translate(10px,22px) scale(.86)!important;filter:drop-shadow(0 0 28px rgba(56, 189, 248, .18))!important}body.landing-pro .pro-product::before{content:""!important;display:block!important;inset:-18px!important;width:auto!important;height:auto!important;border-radius:22px!important;background:linear-gradient(90deg,rgba(34,211,238,.18) 1px,transparent 1px),linear-gradient(180deg,rgba(34,211,238,.12) 1px,transparent 1px),radial-gradient(circle at 72% 24%,rgba(37,99,235,.34),transparent 34%)!important;background-size:24px 24px,24px 24px,auto!important;opacity:.72!important}body.landing-pro .pro-window{width:365px!important;padding:8px 9px 18px!important;border:1px solid rgba(125,249,255,.38)!important;border-bottom-width:2px!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(9,20,38,.92),rgba(11,42,58,.86) 55%,rgba(15,23,42,.92)),repeating-linear-gradient(90deg,rgba(125,249,255,.05) 0 1px,transparent 1px 22px)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),inset 0 18px 38px rgba(255,255,255,.035),0 0 0 1px rgba(56,189,248,.16),0 20px 52px rgba(0,0,0,.34),0 0 34px rgba(34,211,238,.18)!important;overflow:hidden!important}body.landing-pro .pro-window::after{content:""!important;left:20%!important;right:20%!important;bottom:-16px!important;height:16px!important;border-radius:0 0 20px 20px!important;background:linear-gradient(90deg,transparent,rgba(34,211,238,.54),transparent)!important;box-shadow:0 0 24px rgba(34,211,238,.34)!important}body.landing-pro .pro-window-top{height:19px!important;gap:5px!important;border-bottom-color:rgba(125,249,255,.18)!important}body.landing-pro .pro-window-top span{width:6px!important;height:6px!important;background:rgba(125,249,255,.45)!important;box-shadow:0 0 10px rgba(125,249,255,.42)!important}body.landing-pro .pro-window-top strong{color:rgba(224,249,255,.7)!important;font-size:8.5px!important;letter-spacing:.08em!important;text-transform:uppercase!important}body.landing-pro .pro-panel-grid{display:block!important;padding-top:10px!important}body.landing-pro .pro-sidebar{display:none!important}body.landing-pro .pro-calendar-head{margin-bottom:7px!important}body.landing-pro .pro-calendar-head strong{color:#e0f7ff!important;font-size:15px!important;font-weight:760!important}body.landing-pro .pro-calendar-head em,body.landing-pro .pro-list-row em{padding:4px 8px!important;border:1px solid rgba(52,211,153,.32)!important;color:#7dffbf!important;background:rgba(16,185,129,.13)!important;box-shadow:inset 0 0 14px rgba(52,211,153,.1),0 0 16px rgba(52,211,153,.14)!important;font-size:9px!important}body.landing-pro .pro-days{gap:4px!important}body.landing-pro .pro-days span{min-height:27px!important;border:1px solid rgba(125,249,255,.14)!important;border-radius:6px!important;color:rgba(224,249,255,.74)!important;background:rgba(15,23,42,.46)!important;box-shadow:inset 0 0 12px rgba(125,249,255,.04)!important;font-size:8px!important}body.landing-pro .pro-days span.busy{color:#6ee7ff!important;background:rgba(37,99,235,.18)!important;box-shadow:inset 0 0 18px rgba(37,99,235,.18)!important}body.landing-pro .pro-days span.active{color:#fff!important;background:linear-gradient(135deg,#2563eb,#22d3ee)!important;box-shadow:0 0 22px rgba(34,211,238,.38)!important}body.landing-pro .pro-list-row{min-height:24px!important;margin-top:5px!important;padding:0 8px!important;border:1px solid rgba(125,249,255,.14)!important;border-radius:999px!important;background:rgba(15,23,42,.42)!important;box-shadow:inset 0 0 14px rgba(125,249,255,.035)!important;font-size:8.5px!important}body.landing-pro .pro-list-row b{color:#38bdf8!important}body.landing-pro .pro-list-row span{color:#f8fbff!important;font-weight:760!important}}@media (min-width:901px){body.landing-pro .pro-product{max-width:390px!important;transform:translate(10px,22px) scale(.86)!important;filter:drop-shadow(0 0 28px rgba(56, 189, 248, .18))!important}body.landing-pro .pro-product::before{content:""!important;display:block!important;inset:-18px!important;width:auto!important;height:auto!important;border-radius:22px!important;background:linear-gradient(90deg,rgba(34,211,238,.18) 1px,transparent 1px),linear-gradient(180deg,rgba(34,211,238,.12) 1px,transparent 1px),radial-gradient(circle at 72% 24%,rgba(37,99,235,.34),transparent 34%)!important;background-size:24px 24px,24px 24px,auto!important;opacity:.72!important;filter:blur(.2px)!important}body.landing-pro .pro-window{width:365px!important;padding:8px 9px 18px!important;border:1px solid rgba(125,249,255,.38)!important;border-bottom-width:2px!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(9,20,38,.92),rgba(11,42,58,.86) 55%,rgba(15,23,42,.92)),repeating-linear-gradient(90deg,rgba(125,249,255,.05) 0 1px,transparent 1px 22px)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),inset 0 18px 38px rgba(255,255,255,.035),0 0 0 1px rgba(56,189,248,.16),0 20px 52px rgba(0,0,0,.34),0 0 34px rgba(34,211,238,.18)!important;overflow:hidden!important}body.landing-pro .pro-window::after{content:""!important;left:20%!important;right:20%!important;bottom:-16px!important;height:16px!important;border-radius:0 0 20px 20px!important;background:linear-gradient(90deg,transparent,rgba(34,211,238,.54),transparent)!important;box-shadow:0 0 24px rgba(34,211,238,.34)!important}body.landing-pro .pro-window-top{height:19px!important;gap:5px!important;border-bottom-color:rgba(125,249,255,.18)!important}body.landing-pro .pro-window-top span{width:6px!important;height:6px!important;background:rgba(125,249,255,.45)!important;box-shadow:0 0 10px rgba(125,249,255,.42)!important}body.landing-pro .pro-window-top strong{color:rgba(224,249,255,.7)!important;font-size:8.5px!important;letter-spacing:.08em!important;text-transform:uppercase!important}body.landing-pro .pro-panel-grid{display:block!important;padding-top:10px!important}body.landing-pro .pro-sidebar{display:none!important}body.landing-pro .pro-calendar-head{margin-bottom:7px!important}body.landing-pro .pro-calendar-head strong{color:#e0f7ff!important;font-size:15px!important;font-weight:760!important}body.landing-pro .pro-calendar-head em,body.landing-pro .pro-list-row em{padding:4px 8px!important;border:1px solid rgba(52,211,153,.32)!important;color:#7dffbf!important;background:rgba(16,185,129,.13)!important;box-shadow:inset 0 0 14px rgba(52,211,153,.1),0 0 16px rgba(52,211,153,.14)!important;font-size:9px!important}body.landing-pro .pro-days{gap:4px!important}body.landing-pro .pro-days span{min-height:27px!important;border:1px solid rgba(125,249,255,.14)!important;border-radius:6px!important;color:rgba(224,249,255,.74)!important;background:rgba(15,23,42,.46)!important;box-shadow:inset 0 0 12px rgba(125,249,255,.04)!important;font-size:8px!important}body.landing-pro .pro-days span.busy{color:#6ee7ff!important;background:rgba(37,99,235,.18)!important;box-shadow:inset 0 0 18px rgba(37,99,235,.18)!important}body.landing-pro .pro-days span.active{color:#fff!important;background:linear-gradient(135deg,#2563eb,#22d3ee)!important;box-shadow:0 0 22px rgba(34,211,238,.38)!important}body.landing-pro .pro-list-row{min-height:24px!important;margin-top:5px!important;padding:0 8px!important;border:1px solid rgba(125,249,255,.14)!important;border-radius:999px!important;background:rgba(15,23,42,.42)!important;box-shadow:inset 0 0 14px rgba(125,249,255,.035)!important;font-size:8.5px!important}body.landing-pro .pro-list-row b{color:#38bdf8!important}body.landing-pro .pro-list-row span{color:#f8fbff!important;font-weight:760!important}}@media (min-width:901px){body.landing-pro .pro-hero-copy{transform:translateY(-140px)!important}}@media (max-width:900px){body.landing-pro .pro-hero{padding-top:26px!important}body.landing-pro .pro-hero-copy{transform:translateY(-118px)!important}}@media (max-width:640px){body.landing-pro .pro-hero h1,body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-badges,body.landing-pro .pro-hero-description,body.landing-pro .pro-hero-slogan,body.landing-pro .pro-hero-stats{transform:translateY(-106px)!important}}@media (min-width:901px){body.landing-pro .pro-header{width:min(100% - 72px,1160px)!important;min-height:64px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:27px!important;height:27px!important;min-width:27px!important}body.landing-pro .pro-brand strong{font-size:20px!important;font-weight:720!important}body.landing-pro .pro-nav{gap:26px!important}body.landing-pro .pro-nav a{font-size:11.5px!important;font-weight:650!important}body.landing-pro .pro-login,body.landing-pro .pro-trial{min-height:34px!important;padding:0 14px!important;border-radius:7px!important;font-size:11px!important}body.landing-pro .pro-hero{min-height:735px!important;padding:96px max(40px,calc((100vw - 1180px)/ 2)) 62px!important;grid-template-columns:430px 520px!important;grid-template-rows:390px auto!important;justify-content:center!important;align-items:center!important;gap:30px 90px!important}body.landing-pro .pro-hero::after{bottom:-58px!important;height:92px!important}body.landing-pro .pro-hero-copy{max-width:430px!important;padding-left:0!important;align-self:end!important}body.landing-pro .pro-hero-copy::before{display:none!important}body.landing-pro .pro-hero-badges{margin-bottom:18px!important;padding:7px 12px!important;border-radius:999px!important}body.landing-pro .pro-hero-badges span{min-height:22px!important;padding:0 8px!important;font-size:10px!important}body.landing-pro .pro-hero h1{max-width:420px!important;margin-bottom:10px!important;color:#ffad76!important;font-size:clamp(34px, 2.45vw, 45px)!important;line-height:1.02!important;font-weight:650!important;font-variation-settings:"wght" 650!important}body.landing-pro .pro-hero-slogan{max-width:400px!important;margin-bottom:10px!important;font-size:14px!important;line-height:1.28!important;font-weight:640!important;font-variation-settings:"wght" 640!important}body.landing-pro .pro-hero-description{max-width:420px!important;font-size:12.5px!important;line-height:1.58!important;font-weight:460!important}body.landing-pro .pro-hero-actions{width:330px!important;margin-top:18px!important;gap:8px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{height:38px!important;min-height:38px!important;border-radius:7px!important;font-size:11.5px!important;font-weight:650!important}body.landing-pro .pro-hero-stats{gap:26px!important;margin-top:18px!important}body.landing-pro .pro-hero-stats strong{font-size:15px!important}body.landing-pro .pro-hero-stats small{font-size:9px!important}body.landing-pro .pro-product{max-width:510px!important;align-self:end!important;margin-top:0!important}body.landing-pro .pro-window{width:470px!important;min-height:268px!important;padding:12px 14px 32px!important;border-width:8px!important;border-bottom-width:13px!important;border-radius:13px!important;transform:translateY(0)!important;box-shadow:0 24px 46px rgba(5,26,44,.34)!important}body.landing-pro .pro-window::after{left:-26px!important;right:-26px!important;bottom:-36px!important;height:36px!important;border-radius:0 0 42px 42px!important}body.landing-pro .pro-window-top{height:24px!important}body.landing-pro .pro-calendar-head{margin-bottom:10px!important}body.landing-pro .pro-days{gap:6px!important}body.landing-pro .pro-days span{min-height:36px!important;border-radius:4px!important;font-size:9px!important}body.landing-pro .pro-list-row{min-height:30px!important;margin-top:7px!important;padding:0 10px!important;font-size:10.5px!important}body.landing-pro .pro-sector-strip{width:min(100vw - 64px,1420px)!important;margin-top:34px!important;grid-template-columns:repeat(10,122px)!important;justify-content:center!important;gap:14px!important}body.landing-pro .pro-sector-strip span{min-height:128px!important;padding:0 8px 10px!important;border-radius:12px!important;font-size:9.5px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 26px rgba(42,58,77,.16)!important}body.landing-pro .pro-sector-strip span::after{inset:auto 8px 8px!important;height:28px!important;border-radius:7px!important}body.landing-pro #ozellikler{padding-top:64px!important}}@media (min-width:901px){body.landing-pro .pro-product{justify-self:center!important;overflow:visible!important}body.landing-pro .pro-window{position:relative!important;width:470px!important;min-height:0!important;padding:12px 14px 34px!important;overflow:visible!important}body.landing-pro .pro-window::after{left:18%!important;right:18%!important;bottom:-28px!important;height:28px!important;border-radius:0 0 32px 32px!important;transform:none!important;z-index:-1!important}body.landing-pro .pro-panel-grid{min-height:0!important}body.landing-pro .pro-calendar{min-width:0!important}body.landing-pro .pro-days{grid-template-columns:repeat(7,minmax(0,1fr))!important}}@media (min-width:901px){body.landing-pro .pro-hero{grid-template-rows:430px auto!important;align-items:end!important}body.landing-pro .pro-hero-copy,body.landing-pro .pro-product{align-self:end!important}body.landing-pro .pro-product{margin-top:0!important;transform:translateY(22px)!important}body.landing-pro .pro-window{width:435px!important;padding:10px 12px 30px!important;border-width:7px!important;border-bottom-width:11px!important}body.landing-pro .pro-window-top{height:22px!important}body.landing-pro .pro-calendar-head{margin-bottom:8px!important}body.landing-pro .pro-days{gap:5px!important}body.landing-pro .pro-days span{min-height:32px!important;font-size:8.5px!important}body.landing-pro .pro-list-row{min-height:27px!important;margin-top:6px!important;font-size:10px!important}body.landing-pro .pro-window::after{bottom:-24px!important;height:24px!important}}@media (min-width:901px){body.landing-pro .pro-sector-strip span{min-height:104px!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:first-child{background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/kuafor.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(2){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/guzellik-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(3){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/dis-hekimi.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(4){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/spa-masaj.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(5){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/psikolog.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(6){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/spor-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(7){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/berber.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(8){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/diyetisyen.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(9){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/veteriner.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(10){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/dans-merkezi.webp")!important}}@media (min-width:901px){body.landing-pro .pro-product{transform:translateY(68px)!important}body.landing-pro .pro-sector-strip{margin-top:76px!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{font-size:clamp(34px, 9.4vw, 43px)!important;font-weight:690!important;font-variation-settings:"wght" 690!important;line-height:1!important}}@media (min-width:901px){body.landing-pro .pro-product::after,body.landing-pro .pro-product::before{content:none!important;display:none!important}}@media (min-width:901px){body.landing-pro .pro-sector-strip span{min-height:106px!important;padding:0 8px 10px!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}body.landing-pro .pro-sector-strip span::before{content:none!important;display:none!important}body.landing-pro .pro-sector-strip span::after{inset:auto 9px 9px!important;height:28px!important;background:linear-gradient(135deg,rgba(4,117,179,.94),rgba(6,137,174,.92))!important}body.landing-pro .pro-sector-strip span:first-child{background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 52%,rgba(7,68,98,.72)),url("/static/images/services/kuafor.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(2){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/guzellik-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(3){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/dis-hekimi.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(4){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/spa-masaj.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(5){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/psikolog.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(6){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/spor-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(7){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/berber.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(8){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/diyetisyen.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(9){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/veteriner.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(10){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.2) 52%,rgba(7,68,98,.72)),url("/static/images/services/dans-merkezi.webp")!important}}@media (min-width:901px){body.landing-pro .pro-hero{min-height:860px!important;grid-template-rows:minmax(520px,auto) auto!important;gap:32px 48px!important}body.landing-pro .pro-product{align-self:start!important;margin-top:2px!important}body.landing-pro .pro-sector-strip{margin-top:42px!important;width:min(100vw - 64px,1320px)!important;align-self:start!important}body.landing-pro .pro-sector-strip span{min-height:104px!important;padding:0 8px 10px!important;background-image:linear-gradient(180deg,rgba(4,21,33,.02),rgba(4,21,33,.16) 46%,rgba(3,73,111,.72) 100%),url("/static/images/sector-services-strip.webp")!important;background-size:1000% 100%!important;background-repeat:no-repeat!important}body.landing-pro .pro-sector-strip span::before{content:none!important;display:none!important}body.landing-pro .pro-sector-strip span::after{inset:auto 9px 9px!important;height:28px!important;border-radius:9px!important;background:linear-gradient(135deg,rgba(4,117,179,.96),rgba(7,144,181,.94))!important}body.landing-pro .pro-sector-strip span:first-child{background-position:center,0 50%!important}body.landing-pro .pro-sector-strip span:nth-child(2){background-position:center,11.111% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(3){background-position:center,22.222% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(4){background-position:center,33.333% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(5){background-position:center,44.444% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(6){background-position:center,55.556% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(7){background-position:center,66.667% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(8){background-position:center,77.778% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(9){background-position:center,88.889% 50%!important}body.landing-pro .pro-sector-strip span:nth-child(10){background-position:center,100% 50%!important}}@media (min-width:901px){body.landing-pro .pro-product{max-width:420px!important;transform:translate(10px,22px) scale(.92)!important;filter:drop-shadow(0 18px 34px rgba(10, 49, 78, .22))!important}body.landing-pro .pro-product::before{content:none!important;display:none!important}body.landing-pro .pro-window{width:390px!important;padding:10px 11px 20px!important;border:1px solid rgba(203,213,225,.92)!important;border-bottom-width:2px!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,251,255,.97))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 0 0 1px rgba(255,255,255,.4),0 20px 46px rgba(15,23,42,.2)!important;overflow:hidden!important}body.landing-pro .pro-window-top{height:19px!important;gap:5px!important;border-bottom-color:rgba(203,213,225,.9)!important}body.landing-pro .pro-window-top span{width:6px!important;height:6px!important;background:#cbd5e1!important;box-shadow:none!important}body.landing-pro .pro-window-top strong{color:#64748b!important;font-size:8.5px!important;letter-spacing:.08em!important;text-transform:uppercase!important}body.landing-pro .pro-panel-grid{display:block!important;padding-top:12px!important}body.landing-pro .pro-sidebar{display:none!important}body.landing-pro .pro-calendar-head{margin-bottom:9px!important}body.landing-pro .pro-calendar-head strong{color:#1e293b!important;font-size:15px!important;font-weight:760!important}body.landing-pro .pro-calendar-head em,body.landing-pro .pro-list-row em{padding:4px 8px!important;border:1px solid rgba(34,197,94,.18)!important;color:#07893f!important;background:#dcfce7!important;box-shadow:none!important;font-size:9px!important}body.landing-pro .pro-days{gap:5px!important}body.landing-pro .pro-days span{min-height:31px!important;border:1px solid #dbe4ef!important;border-radius:6px!important;color:#475569!important;background:rgba(255,255,255,.86)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important;font-size:8.5px!important}body.landing-pro .pro-days span.busy{color:#2563eb!important;background:#eef5ff!important;box-shadow:inset 0 0 14px rgba(37,99,235,.06)!important}body.landing-pro .pro-days span.active{color:#fff!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;box-shadow:0 8px 18px rgba(37,99,235,.28)!important}body.landing-pro .pro-list-row{min-height:26px!important;margin-top:6px!important;padding:0 8px!important;border:1px solid #dbe4ef!important;border-radius:999px!important;background:rgba(255,255,255,.9)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important;font-size:8.5px!important}body.landing-pro .pro-list-row b{color:#2563eb!important}body.landing-pro .pro-list-row span{color:#0f172a!important;font-weight:760!important}}@media (min-width:901px){body.landing-pro .pro-hero-badges{margin-bottom:22px!important}body.landing-pro .pro-hero h1{margin-bottom:16px!important}body.landing-pro .pro-hero-slogan{margin-bottom:16px!important;gap:5px!important}body.landing-pro .pro-hero-description{margin-bottom:2px!important}body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-stats{margin-top:24px!important}}@media (max-width:900px){body.landing-pro .pro-hero-badges{margin-bottom:18px!important}body.landing-pro .pro-hero h1,body.landing-pro .pro-hero-slogan{margin-bottom:14px!important}body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-stats{margin-top:22px!important}}@media (max-width:640px){body.landing-pro .pro-hero{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;min-height:auto!important;padding:26px 18px 78px!important;gap:22px!important}body.landing-pro .pro-hero-copy{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:360px!important;transform:none!important;text-align:center!important}body.landing-pro .pro-hero h1,body.landing-pro .pro-hero-actions,body.landing-pro .pro-hero-badges,body.landing-pro .pro-hero-description,body.landing-pro .pro-hero-slogan,body.landing-pro .pro-hero-stats{transform:none!important}body.landing-pro .pro-hero h1{order:1!important;max-width:340px!important;margin:0 0 12px!important;font-size:clamp(34px, 10vw, 46px)!important;line-height:1.04!important}body.landing-pro .pro-hero-slogan{order:2!important;margin:0 0 18px!important}body.landing-pro .pro-hero-actions{order:3!important;width:min(100%,344px)!important;margin:0 0 20px!important}body.landing-pro .pro-hero-stats{order:4!important;margin:0 0 22px!important}body.landing-pro .pro-hero-description{order:5!important;max-width:360px!important;margin:0 0 22px!important;text-align:left!important}body.landing-pro .pro-hero-badges{order:6!important;margin:0!important}body.landing-pro .pro-product{width:min(100%,360px)!important;max-width:360px!important;margin:0 auto!important;transform:none!important}}@media (max-width:640px){body.landing-pro .pro-hero{padding:18px 16px 64px!important;gap:14px!important}body.landing-pro .pro-hero-copy{max-width:300px!important}body.landing-pro .pro-hero h1{max-width:300px!important;margin:0 0 8px!important;font-size:clamp(30px, 8.9vw, 38px)!important;line-height:1.02!important}body.landing-pro .pro-hero-slogan{margin:0 0 12px!important;gap:3px!important}body.landing-pro .pro-hero-slogan>span{font-size:12px!important;line-height:1.28!important}body.landing-pro .pro-hero-description{max-width:316px!important;margin:0 0 14px!important;font-size:13px!important;line-height:1.48!important}body.landing-pro .pro-hero-actions{width:min(100%,288px)!important;margin:0 0 14px!important;gap:8px!important}body.landing-pro .pro-hero-actions .pro-primary,body.landing-pro .pro-hero-actions .pro-secondary{min-height:40px!important;padding:0 14px!important;border-radius:8px!important;font-size:11.5px!important}body.landing-pro .pro-hero-stats{width:min(100%,244px)!important;margin:0 0 14px!important;gap:14px!important}body.landing-pro .pro-hero-stats strong{font-size:13px!important;line-height:1.1!important}body.landing-pro .pro-hero-stats small{font-size:8.5px!important;line-height:1.15!important}body.landing-pro .pro-hero-badges{width:min(100%,290px)!important;gap:5px!important}body.landing-pro .pro-hero-badges span{min-height:27px!important;padding:4px 8px!important;border-radius:8px!important;font-size:8px!important;line-height:1.05!important}body.landing-pro .pro-product{width:min(100%,300px)!important;max-width:300px!important}body.landing-pro .pro-window{width:280px!important;padding:7px 8px 15px!important;border-radius:12px!important}body.landing-pro .pro-window-top{height:17px!important}body.landing-pro .pro-days{gap:4px!important}body.landing-pro .pro-days span{min-height:26px!important;font-size:7.5px!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{align-self:flex-start!important;width:min(100%,300px)!important;max-width:300px!important;margin:0 0 10px!important;text-align:left!important;font-size:clamp(36px, 10.6vw, 42px)!important;line-height:.96!important;font-weight:720!important;font-variation-settings:"wght" 720!important;letter-spacing:0!important}body.landing-pro .pro-hero h1 span{display:block!important;width:max-content!important;max-width:100%!important;margin:0!important;padding:0!important;text-align:left!important;transform:none!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:2px!important;margin-left:clamp(46px,13vw,58px)!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{width:min(100%,318px)!important;max-width:318px!important;font-family:"Instagram Sans","Segoe UI",Roboto,Arial,sans-serif!important;font-size:clamp(28px, 8.2vw, 34px)!important;line-height:1!important;font-weight:700!important;font-variation-settings:"wght" 700!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:3px!important;margin-left:clamp(72px,20vw,92px)!important}}@media (max-width:640px){body.landing-pro .pro-hero-actions{transform:scale(.86)!important;transform-origin:center top!important;margin-top:-2px!important;margin-bottom:4px!important}}body.landing-pro a.pro-hero-badges,body.landing-pro a.pro-hero-badges:focus,body.landing-pro a.pro-hero-badges:hover,body.landing-pro a.pro-hero-badges:visited{color:rgba(235,251,255,.92)!important;opacity:1!important;text-decoration:none!important}body.landing-pro a.pro-hero-badges span,body.landing-pro a.pro-hero-badges:focus span,body.landing-pro a.pro-hero-badges:hover span,body.landing-pro a.pro-hero-badges:visited span{color:rgba(248,253,255,.96)!important;opacity:1!important;text-decoration:none!important}@media (max-width:640px){body.landing-pro .pro-hero{padding-top:12px!important;gap:10px!important}body.landing-pro .pro-hero h1{font-size:clamp(26px, 7.6vw, 31px)!important;margin-bottom:6px!important}body.landing-pro .pro-hero-slogan{margin-bottom:8px!important}body.landing-pro .pro-hero-description{max-width:292px!important;margin-bottom:10px!important;font-size:12px!important;line-height:1.42!important}body.landing-pro .pro-hero-actions{transform:scale(.8)!important;margin-top:-6px!important;margin-bottom:-2px!important}body.landing-pro .pro-hero-stats{transform:scale(.92)!important;transform-origin:center top!important;margin-bottom:8px!important}body.landing-pro .pro-hero-badges{transform:scale(.92)!important;transform-origin:center top!important;margin-top:-2px!important}body.landing-pro .pro-product{width:min(100%,276px)!important;max-width:276px!important}body.landing-pro .pro-window{width:258px!important;padding:6px 7px 13px!important}body.landing-pro .pro-days span{min-height:24px!important}}@media (max-width:640px){body.landing-pro .pro-header{min-height:48px!important;padding:6px 18px!important}body.landing-pro .pro-brand{gap:8px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:30px!important;height:30px!important}body.landing-pro .pro-brand strong{font-size:16px!important;line-height:1!important}body.landing-pro .pro-mobile-tools{gap:8px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-mobile-tools>a{width:30px!important;height:30px!important}body.landing-pro .pro-header-contact svg{width:30px!important;height:30px!important}body.landing-pro .pro-mobile-tools>span{font-size:13px!important;line-height:1!important}}@media (max-width:640px){body.landing-pro .pro-header{min-height:38px!important;padding:4px 16px!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(226,232,240,.72)!important;box-shadow:0 1px 0 rgba(15,23,42,.04)!important}body.landing-pro .pro-brand{gap:6px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:23px!important;height:23px!important}body.landing-pro .pro-brand strong{font-size:13px!important;font-weight:700!important;letter-spacing:0!important}body.landing-pro .pro-mobile-tools{gap:6px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-header-contact svg,body.landing-pro .pro-mobile-tools>a{width:24px!important;height:24px!important}body.landing-pro .pro-mobile-tools>span{font-size:11.5px!important;font-weight:700!important}}@media (max-width:640px){body.landing-pro .pro-header{min-height:36px!important;padding:3px 15px!important}body.landing-pro .pro-brand{gap:5px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:22px!important;height:22px!important}body.landing-pro .pro-brand strong{font-size:12.5px!important}body.landing-pro .pro-mobile-tools{gap:5px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-header-contact svg,body.landing-pro .pro-mobile-tools>a{width:23px!important;height:23px!important}body.landing-pro .pro-mobile-tools>span{font-size:11px!important}body.landing-pro .pro-hero{padding-top:8px!important;gap:8px!important}body.landing-pro .pro-hero-copy{padding-top:4px!important}body.landing-pro .pro-hero h1{font-size:clamp(24px, 7vw, 29px)!important;margin-bottom:5px!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:2px!important}body.landing-pro .pro-hero-slogan{margin-bottom:6px!important}body.landing-pro .pro-hero-slogan>span{font-size:11px!important;line-height:1.18!important}body.landing-pro .pro-hero-description{max-width:280px!important;margin-bottom:8px!important;font-size:11.5px!important;line-height:1.38!important}body.landing-pro .pro-hero-actions{transform:scale(.76)!important;margin-top:-8px!important;margin-bottom:-5px!important}body.landing-pro .pro-hero-stats{transform:scale(.88)!important;margin-bottom:5px!important}body.landing-pro .pro-hero-badges{transform:scale(.88)!important;margin-top:-4px!important}body.landing-pro .pro-product{width:min(100%,260px)!important;max-width:260px!important}body.landing-pro .pro-window{width:244px!important;padding:6px 7px 12px!important}body.landing-pro .pro-days span{min-height:23px!important}}@media (max-width:640px){body.landing-pro .pro-header{min-height:34px!important;padding:3px 14px!important}body.landing-pro .pro-brand span,body.landing-pro .pro-brand span img{width:21px!important;height:21px!important}body.landing-pro .pro-brand strong{font-size:12px!important}body.landing-pro .pro-header-contact,body.landing-pro .pro-header-contact svg,body.landing-pro .pro-mobile-tools>a{width:22px!important;height:22px!important}body.landing-pro .pro-mobile-tools>span{font-size:10.5px!important}body.landing-pro .pro-hero{padding-top:6px!important;gap:7px!important}body.landing-pro .pro-hero h1{font-size:clamp(23px, 6.7vw, 28px)!important;margin-bottom:4px!important}body.landing-pro .pro-hero-slogan{margin-bottom:5px!important}body.landing-pro .pro-hero-slogan>span{font-size:10.5px!important}body.landing-pro .pro-hero-description{max-width:270px!important;margin-bottom:7px!important;font-size:11px!important;line-height:1.34!important}body.landing-pro .pro-hero-actions{transform:scale(.72)!important;margin-top:-10px!important;margin-bottom:-7px!important}body.landing-pro .pro-hero-stats{transform:scale(.84)!important;margin-bottom:3px!important}body.landing-pro .pro-hero-badges{transform:scale(.84)!important;margin-top:-6px!important}body.landing-pro .pro-product{width:min(100%,248px)!important;max-width:248px!important}body.landing-pro .pro-window{width:234px!important;padding:5px 6px 11px!important}body.landing-pro .pro-window-top{height:15px!important}body.landing-pro .pro-days{gap:3px!important}body.landing-pro .pro-days span{min-height:22px!important;font-size:7px!important}}body.admin-page .appointment-ledger-toggle summary small{text-transform:uppercase}body.admin-page .admin-panel-toggle{border-radius:12px!important;border-color:rgba(219,226,236,.92)!important;background:rgba(255,255,255,.84)!important;box-shadow:0 8px 24px rgba(15,23,42,.045)!important}body.admin-page .admin-panel-toggle summary{min-height:42px!important;padding:0 13px 0 15px!important;background:rgba(255,255,255,.86)!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}body.admin-page .admin-panel-toggle summary span{color:#111827!important;font-size:13px!important;line-height:1.1!important;font-weight:650!important;letter-spacing:0!important}body.admin-page .admin-panel-toggle summary small{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:9px!important;font-weight:600!important;letter-spacing:0!important}body.admin-page .admin-panel-toggle summary::after{width:24px!important;height:24px!important;border-radius:8px!important;border-color:rgba(0,149,246,.22)!important;background:rgba(239,248,255,.78)!important;color:#0095f6!important;font-size:17px!important;font-weight:500!important;box-shadow:none!important}body.admin-page .appointment-ledger-body .ledger-default-note{margin-top:0}:root{--ig-accordion-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.admin-panel-toggle summary,.biz-qr-accordion summary,.ledger-filter-toggle summary,.settings-accordion summary{font-family:var(--ig-accordion-font)!important;letter-spacing:0!important;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.admin-panel-toggle summary span,.biz-qr-accordion summary,.ledger-filter-toggle summary span,.settings-accordion summary span{color:#111827!important;font-family:var(--ig-accordion-font)!important;font-size:14px!important;line-height:1.22!important;font-weight:600!important;font-variation-settings:"wght" 600!important;letter-spacing:0!important}.admin-panel-toggle summary small,.ledger-filter-toggle summary small,.settings-accordion summary small{font-family:var(--ig-accordion-font)!important;font-size:11px!important;line-height:1.15!important;font-weight:500!important;font-variation-settings:"wght" 500!important;letter-spacing:0!important;text-transform:none!important}.admin-panel-toggle summary::after,.ledger-filter-toggle summary::after,.settings-accordion summary::after{font-family:var(--ig-accordion-font)!important;font-weight:500!important;font-variation-settings:"wght" 500!important}@media (max-width:640px){.admin-panel-toggle summary span,.biz-qr-accordion summary,.ledger-filter-toggle summary span,.settings-accordion summary span{font-size:13.5px!important;line-height:1.2!important;font-weight:600!important;font-variation-settings:"wght" 600!important}}.ledger-filter-toggle{margin:0 0 8px!important;overflow:hidden!important;border:1px solid rgba(219,226,236,.86)!important;border-radius:10px!important;background:rgba(255,255,255,.72)!important}.ledger-filter-toggle summary{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;min-height:34px!important;padding:0 9px 0 11px!important;list-style:none!important;cursor:pointer!important}.ledger-filter-toggle summary::-webkit-details-marker{display:none!important}.ledger-filter-toggle summary span{font-size:12.5px!important;font-weight:600!important}.ledger-filter-toggle summary small{color:#718096!important;font-size:9px!important}.ledger-filter-toggle summary::after{content:"+"!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;border:1px solid rgba(0,149,246,.2)!important;border-radius:7px!important;color:#0095f6!important;background:rgba(239,248,255,.72)!important;font-size:15px!important;line-height:1!important}.ledger-filter-toggle[open] summary{border-bottom:1px solid rgba(226,232,240,.72)!important}.ledger-filter-toggle[open] summary::after{content:"−"!important}.ledger-filter-body{padding:9px!important;gap:8px!important}.ledger-filter-body input,.ledger-filter-body select{min-height:34px!important;border-radius:9px!important;font-size:12px!important}.ledger-filter-body label{margin-bottom:4px!important;font-size:10px!important}@media (max-width:640px){.ledger-filter-toggle summary{min-height:30px!important;padding:0 7px 0 9px!important}.ledger-filter-toggle summary span{font-size:12px!important}.ledger-filter-toggle summary small{display:none!important}.ledger-filter-toggle summary::after{width:18px!important;height:18px!important;border-radius:6px!important;font-size:14px!important}.ledger-filter-body{padding:8px!important;gap:7px!important}}@media (max-width:760px){.settings-page{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.settings-page .settings-panel{padding:10px!important;overflow:visible!important}.settings-page .admin-settings-grid,.settings-page .business-info-settings-grid,.settings-page .gallery-visibility-form,.settings-page .manager-form-grid,.settings-page .services-form,.settings-page .staff-form,.settings-page .time-off-form{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;width:100%!important}.settings-page .admin-form-submit,.settings-page .admin-form-wide,.settings-page .field{grid-column:1/-1!important;min-width:0!important;width:100%!important}.settings-page button,.settings-page input,.settings-page select,.settings-page textarea{max-width:100%!important}.settings-page .mobile-table-scroll{overflow-x:visible!important;border:0!important;background:0 0!important}.settings-page table.ledger.compact-mobile-table{display:block!important;min-width:0!important;width:100%!important;border:0!important;background:0 0!important}.settings-page table.ledger.compact-mobile-table thead{display:none!important}.settings-page table.ledger.compact-mobile-table tbody{display:grid!important;gap:10px!important}.settings-page table.ledger.compact-mobile-table tr{display:grid!important;grid-template-columns:1fr!important;gap:0!important;overflow:hidden!important;border:1px solid rgba(219,226,236,.92)!important;border-radius:12px!important;background:rgba(255,255,255,.86)!important}.settings-page table.ledger.compact-mobile-table td{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-width:0!important;width:100%!important;padding:8px 9px!important;border-right:0!important;border-bottom:1px solid rgba(226,232,240,.78)!important;font-size:11px!important}.settings-page table.ledger.compact-mobile-table td:last-child{border-bottom:0!important}.settings-page table.ledger.compact-mobile-table td::before{content:attr(data-label)!important;min-width:0!important;color:#718096!important;font-size:8.5px!important;font-weight:600!important;line-height:1.1!important;text-transform:uppercase!important}.settings-page table.ledger.compact-mobile-table .staff-photo{width:42px!important;height:42px!important}.settings-page table.ledger.compact-mobile-table .table-input,.settings-page table.ledger.compact-mobile-table input,.settings-page table.ledger.compact-mobile-table select{width:100%!important;min-width:0!important;min-height:34px!important;font-size:11px!important}.settings-page table.ledger.compact-mobile-table input[type=file]{font-size:10px!important}.settings-page table.ledger.compact-mobile-table .row-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;width:100%!important}.settings-page table.ledger.compact-mobile-table .row-actions button,.settings-page table.ledger.compact-mobile-table .row-actions form{width:100%!important}}@media (max-width:420px){.settings-page table.ledger.compact-mobile-table td{grid-template-columns:1fr!important;gap:5px!important}.settings-page table.ledger.compact-mobile-table td::before{margin-bottom:0!important}}@media (max-width:760px){.settings-page .slot-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.settings-page .slot-settings-grid .compact-field{grid-column:auto!important}.settings-page .slot-settings-grid .admin-form-submit,.settings-page .slot-settings-grid .admin-form-wide{grid-column:1/-1!important}.settings-page .slot-settings-grid .field label{margin-bottom:4px!important;font-size:10px!important;line-height:1.05!important}.settings-page .slot-settings-grid input,.settings-page .slot-settings-grid select{min-height:32px!important;padding:0 9px!important;border-radius:8px!important;font-size:11px!important}.settings-page .slot-settings-grid .weekday-checks{display:grid!important;grid-template-columns:repeat(4,minmax(58px,1fr))!important;gap:4px!important;margin-top:3px!important}.settings-page .slot-settings-grid .reminder-toggle-row,.settings-page .slot-settings-grid .weekday-option{min-height:24px!important;padding:3px 6px!important;gap:4px!important;border:1px solid rgba(219,226,236,.82)!important;border-radius:7px!important;background:rgba(255,255,255,.62)!important;font-size:10px!important;line-height:1.05!important}.settings-page .slot-settings-grid .weekday-option{justify-content:flex-start!important}.settings-page .slot-settings-grid .reminder-toggle-row input[type=checkbox],.settings-page .slot-settings-grid .weekday-option input[type=checkbox]{width:12px!important;height:12px!important;margin:0!important;flex:0 0 auto!important}.settings-page .slot-settings-grid .reminder-toggle-row span,.settings-page .slot-settings-grid .weekday-option span{min-width:0!important;font-size:9.5px!important;line-height:1.05!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.settings-page .slot-settings-grid .reminder-toggle-row{margin-top:6px!important}.settings-page .slot-settings-grid input[name=reminder_message]{min-height:34px!important}.settings-page .slot-settings-grid .field-hint{margin-top:4px!important;font-size:9px!important;line-height:1.2!important}.settings-page .slot-settings-grid .admin-form-submit .login-submit{min-height:34px!important;border-radius:9px!important;font-size:12px!important}}@media (max-width:420px){.settings-page .slot-settings-grid .weekday-checks{grid-template-columns:repeat(3,minmax(70px,1fr))!important}}@media (max-width:760px){.settings-page table.services-settings-table tbody{gap:8px!important}.settings-page table.services-settings-table tr{border-radius:10px!important}.settings-page table.services-settings-table td{grid-template-columns:70px minmax(0,1fr)!important;gap:6px!important;padding:6px 8px!important;min-height:0!important}.settings-page table.services-settings-table td::before{font-size:7.8px!important;line-height:1!important}.settings-page table.services-settings-table .table-input,.settings-page table.services-settings-table input{min-height:30px!important;padding:0 9px!important;border-radius:8px!important;font-size:10.5px!important}.settings-page table.services-settings-table .row-actions{gap:6px!important}.settings-page table.services-settings-table .row-actions button{min-height:30px!important;border-radius:8px!important;font-size:10.5px!important}}@media (max-width:420px){.settings-page table.services-settings-table td{grid-template-columns:64px minmax(0,1fr)!important;padding:6px 7px!important}}body.admin-page .admin-hero-head{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:0!important;margin:0 0 4px!important;padding:10px 12px!important;overflow:visible!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important}body.admin-page .admin-hero-head::before{content:none!important;display:none!important}body.admin-page .admin-hero-head>div:first-child{min-width:0!important;padding-left:9px!important;border-left:2px solid #0095f6!important}body.admin-page .admin-hero-head h1{margin:0!important;color:#111827!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:20px!important;line-height:1.08!important;font-weight:650!important;font-variation-settings:"wght" 650!important;letter-spacing:0!important}body.admin-page .admin-hero-head .panel-subtitle{max-width:520px!important;margin:4px 0 0!important;color:#667085!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-size:11.5px!important;line-height:1.28!important;font-weight:500!important;letter-spacing:0!important}body.admin-page .admin-hero-head .admin-head-actions{gap:7px!important}body.admin-page .admin-hero-head .admin-head-actions .row-action-link{min-height:32px!important;padding:0 11px!important;border-radius:9px!important;font-size:11px!important;font-weight:600!important;box-shadow:none!important}@media (max-width:640px){body.admin-page .admin-hero-head{align-items:flex-start!important;flex-direction:column!important;gap:8px!important;padding:8px 10px!important}body.admin-page .admin-hero-head h1{font-size:18px!important}body.admin-page .admin-hero-head .panel-subtitle{max-width:100%!important;font-size:10.5px!important}body.admin-page .admin-hero-head .admin-head-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;gap:6px!important}body.admin-page .admin-hero-head .admin-head-actions .row-action-link{width:100%!important;min-height:30px!important;padding:0 8px!important;font-size:10.5px!important}}.settings-page .admin-logo-settings{padding:12px!important;border:1px solid rgba(219,226,236,.84)!important;border-radius:12px!important;background:rgba(255,255,255,.7)!important}.settings-page .admin-logo-preview{gap:10px!important}.settings-page .admin-logo-preview .business-logo-preview{width:42px!important;height:42px!important;border-radius:10px!important}.settings-page .admin-logo-settings label{font-size:10px!important;font-weight:600!important;letter-spacing:0!important}.settings-page .admin-logo-settings .field-hint{color:#667085!important;font-size:10px!important;line-height:1.25!important}.settings-page .admin-logo-settings input[type=file]{min-height:36px!important;padding:7px 9px!important;border-radius:9px!important;font-size:11px!important}.settings-page .admin-logo-settings .admin-form-submit .login-submit{min-height:38px!important;border-radius:10px!important;font-size:12px!important;font-weight:650!important}@media (max-width:760px){.settings-page .admin-logo-settings{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;padding:10px!important}.settings-page .admin-logo-preview-field{grid-column:1!important;grid-row:1/span 2!important;text-align:center!important}.settings-page .admin-logo-preview{justify-content:center!important;gap:5px!important}.settings-page .admin-logo-preview .business-logo-preview{width:46px!important;height:46px!important}.settings-page .admin-logo-preview .field-hint{display:block!important;max-width:70px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:8.5px!important}.settings-page .admin-logo-settings .admin-form-wide{grid-column:2!important;text-align:left!important}.settings-page .admin-logo-settings .admin-form-wide .field-hint{margin-top:4px!important;font-size:8.8px!important}.settings-page .admin-logo-settings .admin-form-submit{grid-column:2!important;width:100%!important}.settings-page .admin-logo-settings .admin-form-submit .login-submit{width:100%!important;min-height:34px!important;margin-top:0!important}}@media (max-width:420px){.settings-page .admin-logo-settings{grid-template-columns:64px minmax(0,1fr)!important}.settings-page .admin-logo-preview .business-logo-preview{width:40px!important;height:40px!important}.settings-page .admin-logo-settings input[type=file]{font-size:10px!important}}.settings-page #logo .settings-panel{padding:8px 10px 10px!important}.settings-page #logo .admin-logo-settings{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;grid-template-areas:"preview file" "preview action"!important;align-items:center!important;gap:6px 12px!important;padding:10px!important;border-radius:10px!important}.settings-page #logo .admin-logo-preview-field{grid-area:preview!important;width:82px!important;min-width:0!important;text-align:center!important}.settings-page #logo .admin-logo-preview-field>label{margin-bottom:5px!important;font-size:8.8px!important;line-height:1!important}.settings-page #logo .admin-logo-preview{display:grid!important;justify-items:center!important;gap:4px!important}.settings-page #logo .admin-logo-preview .business-logo-preview{width:42px!important;height:42px!important;border-radius:9px!important}.settings-page #logo .admin-logo-preview .field-hint{max-width:72px!important;margin:0!important;overflow:hidden!important;color:#1677c8!important;font-size:8px!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.settings-page #logo .admin-logo-settings .admin-form-wide{grid-area:file!important;min-width:0!important;text-align:left!important}.settings-page #logo .admin-logo-settings .admin-form-wide>label{margin-bottom:5px!important;font-size:9.5px!important;line-height:1!important}.settings-page #logo .admin-logo-settings input[type=file]{width:100%!important;min-height:31px!important;padding:5px 7px!important;font-size:10.5px!important}.settings-page #logo .admin-logo-settings .admin-form-wide .field-hint{margin-top:5px!important;color:#667085!important;font-size:8.5px!important;line-height:1.25!important}.settings-page #logo .admin-logo-settings .admin-form-submit{grid-area:action!important;width:100%!important}.settings-page #logo .admin-logo-settings .admin-form-submit .login-submit{width:100%!important;min-height:34px!important;margin:0!important;border-radius:9px!important;font-size:11.5px!important}@media (max-width:420px){.settings-page #logo .admin-logo-settings{grid-template-columns:60px minmax(0,1fr)!important;gap:6px 9px!important;padding:8px!important}.settings-page #logo .admin-logo-preview-field{width:60px!important}.settings-page #logo .admin-logo-preview .business-logo-preview{width:36px!important;height:36px!important}.settings-page #logo .admin-logo-preview .field-hint{max-width:56px!important}}@media (max-width:640px){body.landing-pro .pro-hero{padding-top:4px!important;gap:6px!important}body.landing-pro .pro-hero-copy{padding-top:2px!important}body.landing-pro .pro-hero h1{font-size:clamp(22px, 6.3vw, 26px)!important;margin-bottom:3px!important;line-height:.98!important}body.landing-pro .pro-hero-slogan{margin-bottom:4px!important}body.landing-pro .pro-hero-slogan>span{font-size:10px!important;line-height:1.14!important}body.landing-pro .pro-hero-description{max-width:260px!important;margin-bottom:6px!important;font-size:10.5px!important;line-height:1.32!important}body.landing-pro .pro-hero-actions{transform:scale(.68)!important;margin-top:-12px!important;margin-bottom:-9px!important}body.landing-pro .pro-hero-stats{transform:scale(.8)!important;margin-bottom:1px!important}body.landing-pro .pro-hero-badges{transform:scale(.8)!important;margin-top:-8px!important}body.landing-pro .pro-product{width:min(100%,236px)!important;max-width:236px!important}body.landing-pro .pro-window{width:224px!important;padding:5px 6px 10px!important}body.landing-pro .pro-window-top{height:14px!important}body.landing-pro .pro-days span{min-height:21px!important;font-size:6.8px!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{align-self:center!important;display:block!important;width:min(100%,260px)!important;max-width:260px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;white-space:normal!important}body.landing-pro .pro-hero h1 span{display:block!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;text-align:center!important;white-space:nowrap!important}body.landing-pro .pro-hero h1 span:nth-child(2){margin-top:1px!important;margin-left:0!important}}@media (max-width:640px){body.landing-pro .pro-hero{padding-top:16px!important}body.landing-pro .pro-hero-copy{padding-top:8px!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{font-size:clamp(21px, 6vw, 25px)!important;margin-bottom:6px!important;line-height:1!important}body.landing-pro .pro-hero-slogan{margin-bottom:8px!important;gap:2px!important}body.landing-pro .pro-hero-slogan>span{font-size:9.5px!important;line-height:1.18!important}body.landing-pro .pro-hero-actions{transform:scale(.64)!important;margin-top:-10px!important;margin-bottom:-6px!important}body.landing-pro .pro-hero-stats{transform:scale(.76)!important;margin-top:2px!important;margin-bottom:5px!important}}@media (max-width:640px){body.landing-pro .pro-hero h1{margin-bottom:9px!important}body.landing-pro .pro-hero-slogan{margin-bottom:11px!important}body.landing-pro .pro-hero-actions{margin-top:-7px!important;margin-bottom:-2px!important}body.landing-pro .pro-hero-stats{margin-top:5px!important;margin-bottom:8px!important}}body.admin-page .admin-dashboard .admin-panel-toggle{overflow:hidden!important;border:1px solid rgba(219,226,236,.92)!important;border-radius:9px!important;background:rgba(255,255,255,.86)!important;box-shadow:none!important}body.admin-page .admin-dashboard .admin-panel-toggle summary{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;min-height:36px!important;padding:0 9px 0 11px!important;background:rgba(255,255,255,.88)!important;border-bottom:0!important}body.admin-page .admin-dashboard .admin-panel-toggle[open] summary{border-bottom:1px solid rgba(226,232,240,.72)!important;background:rgba(255,255,255,.9)!important}body.admin-page .admin-dashboard .admin-panel-toggle summary span{color:#111827!important;font-size:13.5px!important;line-height:1.15!important;font-weight:600!important;font-variation-settings:"wght" 600!important}body.admin-page .admin-dashboard .admin-panel-toggle summary small{color:#718096!important;font-size:9px!important;font-weight:500!important;text-transform:none!important}body.admin-page .admin-dashboard .admin-panel-toggle summary::after{content:"+"!important;width:20px!important;height:20px!important;border:1px solid rgba(0,149,246,.22)!important;border-radius:7px!important;color:#0095f6!important;background:rgba(239,248,255,.78)!important;font-size:14px!important;font-weight:500!important;line-height:1!important;box-shadow:none!important}body.admin-page .admin-dashboard .admin-panel-toggle[open] summary::after{content:"−"!important}body.admin-page .admin-dashboard .admin-panel-toggle-body{padding:10px!important;border-top:0!important}@media (max-width:640px){body.admin-page .admin-dashboard .admin-panel-toggle summary{min-height:34px!important;padding:0 8px 0 10px!important}body.admin-page .admin-dashboard .admin-panel-toggle summary span{font-size:13px!important}body.admin-page .admin-dashboard .admin-panel-toggle summary small{display:none!important}body.admin-page .admin-dashboard .admin-panel-toggle summary::after{width:19px!important;height:19px!important}}body.admin-page .customers-page .customer-stats-grid{gap:8px!important;padding:7px!important}body.admin-page .customers-page .customer-stat{min-height:50px!important;padding:9px 11px!important;border-radius:8px!important;background:rgba(255,255,255,.86)!important;box-shadow:none!important;gap:5px!important}body.admin-page .customers-page .customer-profile-summary span,body.admin-page .customers-page .customer-stat span{color:#111827!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:13px!important;font-weight:600!important;font-variation-settings:"wght" 600!important;line-height:1.15!important;letter-spacing:0!important;text-transform:none!important}body.admin-page .customers-page .customer-profile-summary strong,body.admin-page .customers-page .customer-stat strong{color:#111827!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:15px!important;font-weight:400!important;font-variation-settings:"wght" 400!important;line-height:1!important;letter-spacing:0!important}@media (max-width:640px){body.admin-page .customers-page .customer-stat{min-height:46px!important;padding:8px 10px!important;gap:4px!important}body.admin-page .customers-page .customer-profile-summary span,body.admin-page .customers-page .customer-stat span{font-size:12.5px!important}body.admin-page .customers-page .customer-profile-summary strong,body.admin-page .customers-page .customer-stat strong{font-size:14px!important}}.settings-page .time-off-form{display:grid!important;grid-template-columns:1fr!important;gap:0!important;width:min(100%,720px)!important;margin:0 auto 12px!important;padding:10px!important;overflow:hidden!important;border:1px solid rgba(219,226,236,.92)!important;border-radius:12px!important;background:rgba(255,255,255,.86)!important;box-shadow:none!important}.settings-page .time-off-form .field{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;margin:0!important;padding:7px 0!important;border-bottom:1px solid rgba(226,232,240,.72)!important}.settings-page .time-off-form .field:last-child{border-bottom:0!important}.settings-page .time-off-form .admin-form-submit::before,.settings-page .time-off-form .field label{color:#718096!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:9px!important;font-weight:600!important;font-variation-settings:"wght" 600!important;line-height:1.1!important;letter-spacing:0!important;text-transform:uppercase!important}.settings-page .time-off-form .admin-form-submit::before{content:"İşlem"}.settings-page .time-off-form input,.settings-page .time-off-form select{width:100%!important;min-width:0!important;min-height:34px!important;height:34px!important;padding:0 10px!important;border-radius:8px!important;border-color:rgba(219,226,236,.96)!important;background:rgba(255,255,255,.92)!important;color:#111827!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:12px!important;font-weight:400!important;letter-spacing:0!important}.settings-page .time-off-form .login-submit{width:100%!important;min-height:34px!important;height:34px!important;margin:0!important;border-radius:8px!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:12px!important;font-weight:600!important;box-shadow:none!important}@media (max-width:640px){.settings-page .time-off-form{width:100%!important;padding:8px!important;border-radius:11px!important}.settings-page .time-off-form .field{grid-template-columns:86px minmax(0,1fr)!important;gap:8px!important;padding:6px 0!important}.settings-page .time-off-form .admin-form-submit::before,.settings-page .time-off-form .field label{font-size:8.5px!important}.settings-page .time-off-form .login-submit,.settings-page .time-off-form input,.settings-page .time-off-form select{min-height:32px!important;height:32px!important;font-size:11.5px!important}}.settings-page .settings-panel{--settings-label:#718096;--settings-line:rgba(226, 232, 240, .76);--settings-card-border:rgba(219, 226, 236, .92);--settings-field-bg:rgba(255, 255, 255, .92)}.settings-page .business-info-settings-grid,.settings-page .manager-form-grid:not(.time-off-form):not(.business-info-settings-grid){width:min(100%,720px)!important;margin:0 auto 12px!important;gap:8px!important;padding:10px!important;border:1px solid var(--settings-card-border)!important;border-radius:12px!important;background:rgba(255,255,255,.86)!important;box-shadow:none!important}.settings-page .settings-panel .field label,.settings-page table.ledger.compact-mobile-table td::before{justify-self:start!important;text-align:left!important;color:var(--settings-label)!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:9px!important;font-weight:600!important;font-variation-settings:"wght" 600!important;line-height:1.1!important;letter-spacing:0!important;text-transform:uppercase!important}.settings-page .settings-panel input,.settings-page .settings-panel select,.settings-page .settings-panel textarea,.settings-page table.ledger.compact-mobile-table .table-input{border:1px solid var(--settings-card-border)!important;border-radius:8px!important;background:var(--settings-field-bg)!important;color:#111827!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:12px!important;font-weight:400!important;letter-spacing:0!important;box-shadow:none!important}.settings-page .settings-panel input,.settings-page .settings-panel select,.settings-page table.ledger.compact-mobile-table .table-input{min-height:34px!important;height:34px!important;padding:0 10px!important}.settings-page .settings-panel textarea{min-height:74px!important;padding:9px 10px!important}.settings-page .settings-panel .login-submit,.settings-page table.ledger.compact-mobile-table .danger-action,.settings-page table.ledger.compact-mobile-table .row-actions button{min-height:34px!important;height:34px!important;margin:0!important;border-radius:8px!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:12px!important;font-weight:600!important;line-height:1!important;box-shadow:none!important}@media (max-width:760px){.settings-page .settings-panel{padding:9px!important}.settings-page .business-info-settings-grid,.settings-page .manager-form-grid:not(.time-off-form):not(.business-info-settings-grid){grid-template-columns:1fr!important;padding:8px!important;gap:0!important}.settings-page .business-info-settings-grid .field,.settings-page .manager-form-grid:not(.time-off-form):not(.business-info-settings-grid) .field{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0!important;padding:6px 0!important;border-bottom:1px solid var(--settings-line)!important;text-align:left!important}.settings-page .business-info-settings-grid .field:last-child,.settings-page .manager-form-grid:not(.time-off-form):not(.business-info-settings-grid) .field:last-child{border-bottom:0!important}.settings-page .manager-form-grid .admin-form-submit,.settings-page .manager-form-grid .admin-form-wide{grid-column:1/-1!important}.settings-page .admin-form-submit::before{content:"İşlem";justify-self:start!important;color:var(--settings-label)!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:8.5px!important;font-weight:600!important;line-height:1.1!important;text-transform:uppercase!important}.settings-page .admin-logo-settings .admin-form-submit::before{content:"İşlem"}.settings-page .settings-panel .field label,.settings-page table.ledger.compact-mobile-table td::before{font-size:8.5px!important}.settings-page .settings-panel input,.settings-page .settings-panel select,.settings-page table.ledger.compact-mobile-table .table-input{min-height:32px!important;height:32px!important;font-size:11.5px!important}.settings-page .settings-panel .login-submit,.settings-page table.ledger.compact-mobile-table .danger-action,.settings-page table.ledger.compact-mobile-table .row-actions button{min-height:32px!important;height:32px!important;font-size:11.5px!important}.settings-page table.ledger.compact-mobile-table tbody{gap:9px!important}.settings-page table.ledger.compact-mobile-table tr{border-radius:12px!important;background:rgba(255,255,255,.86)!important;box-shadow:none!important}.settings-page table.ledger.compact-mobile-table td{grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-height:45px!important;padding:6px 8px!important;text-align:left!important}.settings-page table.ledger.compact-mobile-table .staff-photo{justify-self:start!important;width:40px!important;height:40px!important}.settings-page table.ledger.compact-mobile-table .row-actions{grid-template-columns:1fr 1fr!important;gap:7px!important}.settings-page .weekday-checks{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.settings-page .reminder-toggle-row,.settings-page .weekday-option{min-height:30px!important;padding:5px 7px!important;border:1px solid var(--settings-card-border)!important;border-radius:8px!important;background:var(--settings-field-bg)!important}}@media (max-width:420px){.settings-page .business-info-settings-grid .field,.settings-page .manager-form-grid:not(.time-off-form):not(.business-info-settings-grid) .field,.settings-page .time-off-form .field,.settings-page table.ledger.compact-mobile-table td{grid-template-columns:80px minmax(0,1fr)!important}}@media (max-width:760px){.settings-page .slot-settings-grid{width:100%!important;overflow:hidden!important}.settings-page .slot-settings-grid .admin-form-wide{grid-template-columns:1fr!important;gap:7px!important;align-items:start!important}.settings-page .slot-settings-grid .admin-form-wide>label{width:100%!important}.settings-page .slot-settings-grid .weekday-checks{width:100%!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.settings-page .slot-settings-grid .reminder-toggle-row,.settings-page .slot-settings-grid .weekday-option{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;min-height:31px!important;padding:5px 7px!important;gap:5px!important}.settings-page .slot-settings-grid .reminder-toggle-row span,.settings-page .slot-settings-grid .weekday-option span{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:9px!important;line-height:1.05!important}.settings-page .slot-settings-grid .reminder-toggle-row{margin-top:0!important}.settings-page .slot-settings-grid .field-hint{display:block!important;width:100%!important;margin:1px 0 0!important;overflow:hidden!important;color:#0095f6!important;font-size:8.5px!important;line-height:1.2!important;text-align:left!important}.settings-page .slot-settings-grid .admin-form-submit{grid-template-columns:86px minmax(0,1fr)!important}.settings-page #logo .admin-logo-settings{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;grid-template-areas:"preview file" "preview action"!important;align-items:center!important;gap:8px 10px!important;width:100%!important;overflow:hidden!important;padding:9px!important}.settings-page #logo .admin-logo-preview-field{grid-area:preview!important;display:grid!important;grid-template-columns:1fr!important;justify-items:start!important;align-self:center!important;width:72px!important;padding:0!important;border-bottom:0!important}.settings-page #logo .admin-logo-preview-field>label,.settings-page #logo .admin-logo-settings .admin-form-wide>label{justify-self:start!important;margin:0 0 5px!important;text-align:left!important}.settings-page #logo .admin-logo-preview{justify-items:start!important;width:100%!important}.settings-page #logo .admin-logo-settings .admin-form-wide{grid-area:file!important;display:block!important;min-width:0!important;width:100%!important;padding:0!important;border-bottom:0!important}.settings-page #logo .admin-logo-settings input[type=file]{width:100%!important;min-width:0!important;max-width:100%!important}.settings-page #logo .admin-logo-settings .admin-form-wide .field-hint{display:block!important;max-width:100%!important;margin-top:4px!important;overflow:hidden!important;font-size:8.5px!important;line-height:1.25!important}.settings-page #logo .admin-logo-settings .admin-form-submit{grid-area:action!important;display:grid!important;grid-template-columns:1fr!important;width:100%!important;min-width:0!important;padding:0!important;border-bottom:0!important}.settings-page #logo .admin-logo-settings .admin-form-submit::before{content:none!important}}@media (max-width:420px){.settings-page .slot-settings-grid .weekday-checks{grid-template-columns:repeat(3,minmax(0,1fr))!important}.settings-page .slot-settings-grid .admin-form-submit{grid-template-columns:80px minmax(0,1fr)!important}.settings-page #logo .admin-logo-settings{grid-template-columns:62px minmax(0,1fr)!important;gap:7px 8px!important}.settings-page #logo .admin-logo-preview-field{width:62px!important}}body.landing-pro .pro-hero-wa-pulse{display:none}@media (min-width:901px){body.landing-pro .pro-hero{position:relative!important}body.landing-pro .pro-hero-wa-pulse{position:absolute!important;top:72px!important;left:57.8%!important;z-index:6!important;display:grid!important;place-items:center!important;width:56px!important;height:56px!important;border:1px solid rgba(37,211,102,.55)!important;border-radius:18px!important;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.95),rgba(255,255,255,.18) 28%,transparent 44%),linear-gradient(145deg,rgba(37,211,102,.96),rgba(12,177,72,.92))!important;color:#fff!important;text-decoration:none!important;box-shadow:0 18px 34px rgba(3,91,49,.28),0 0 0 0 rgba(37,211,102,.42),inset 0 1px 0 rgba(255,255,255,.36)!important;transform-origin:center!important;animation:heroWaBreath 3.4s ease-in-out infinite!important}body.landing-pro .pro-hero-wa-pulse::after,body.landing-pro .pro-hero-wa-pulse::before{content:""!important;position:absolute!important;inset:-7px!important;border:1px solid rgba(37,211,102,.44)!important;border-radius:22px!important;opacity:0!important;pointer-events:none!important;animation:heroWaRing 3.4s ease-out infinite!important}body.landing-pro .pro-hero-wa-pulse::after{inset:-14px!important;animation-delay:.55s!important}body.landing-pro .pro-hero-wa-pulse span{display:block!important;font-size:25px!important;line-height:1!important;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .16))!important;transform:translateY(1px)!important}body.landing-pro .pro-hero-wa-pulse:focus-visible,body.landing-pro .pro-hero-wa-pulse:hover{animation-duration:2.2s!important;outline:0!important;box-shadow:0 20px 38px rgba(3,91,49,.34),0 0 0 8px rgba(37,211,102,.16),inset 0 1px 0 rgba(255,255,255,.4)!important}}@media (min-width:1200px){body.landing-pro .pro-hero-wa-pulse{top:74px!important;left:57.4%!important}}@keyframes heroWaBreath{0%,100%{transform:translate3d(0,0,0) scale(.94);box-shadow:0 16px 30px rgba(3,91,49,.22),0 0 0 0 rgba(37,211,102,.34),inset 0 1px 0 rgba(255,255,255,.32)}48%{transform:translate3d(0,-2px,0) scale(1.06);box-shadow:0 22px 42px rgba(3,91,49,.34),0 0 0 12px rgba(37,211,102,.1),inset 0 1px 0 rgba(255,255,255,.44)}}@keyframes heroWaRing{0%{opacity:0;transform:scale(.82)}42%{opacity:.72}100%{opacity:0;transform:scale(1.36)}}body.landing-pro .pro-desktop-whatsapp{display:none}@media (min-width:901px){body.landing-pro .pro-actions{align-items:center!important;gap:8px!important}body.landing-pro .pro-hero-wa-pulse{display:none!important}body.landing-pro .pro-desktop-whatsapp{position:relative!important;display:grid!important;place-items:center!important;width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;border:0!important;border-radius:11px!important;background:0 0!important;color:#fff!important;text-decoration:none!important;box-shadow:0 0 0 0 rgba(37,211,102,.28)!important;transform-origin:center!important;animation:headerWaBreath 2.8s cubic-bezier(.34,0,.18,1) infinite!important}body.landing-pro .pro-desktop-whatsapp::after,body.landing-pro .pro-desktop-whatsapp::before{content:""!important;position:absolute!important;inset:-5px!important;border:1.5px solid rgba(37,211,102,.62)!important;border-radius:15px!important;opacity:0!important;pointer-events:none!important;animation:headerWaRing 2.8s ease-out infinite!important}body.landing-pro .pro-desktop-whatsapp::after{inset:-12px!important;border-color:rgba(37,211,102,.38)!important;animation-delay:.42s!important}body.landing-pro .pro-desktop-whatsapp svg{position:relative!important;z-index:1!important;width:32px!important;height:32px!important;overflow:visible!important;filter:drop-shadow(0 9px 15px rgba(0, 0, 0, .24)) drop-shadow(0 0 12px rgba(37, 211, 102, .42))!important}body.landing-pro .pro-desktop-whatsapp .wa-bubble-outline{fill:rgba(255,255,255,.14)!important;stroke:#fff!important;stroke-width:1.35!important;stroke-linejoin:round!important}body.landing-pro .pro-desktop-whatsapp .wa-phone-mark{fill:#fff!important}}@keyframes headerWaBreath{0%,100%{transform:translateY(0) scale(.88);filter:saturate(1)}45%{transform:translateY(-2px) scale(1.22);filter:saturate(1.18)}62%{transform:translateY(-1px) scale(1.12);filter:saturate(1.08)}}@keyframes headerWaRing{0%{opacity:0;transform:scale(.72)}36%{opacity:.92}100%{opacity:0;transform:scale(1.78)}}@media (min-width:901px){body.landing-pro #nasil-calisir,body.landing-pro #ozellikler{display:grid!important;justify-items:center!important;width:100%!important}body.landing-pro #nasil-calisir .pro-section-head,body.landing-pro #ozellikler .pro-section-head{width:min(100% - 40px,980px)!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}body.landing-pro #ozellikler .pro-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(100% - 40px,960px)!important;margin:0 auto!important;justify-content:center!important;justify-items:stretch!important;gap:12px!important}body.landing-pro #ozellikler .pro-feature-grid article{position:relative!important;display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;align-items:start!important;gap:6px 13px!important;min-width:0!important;min-height:112px!important;padding:16px 18px 16px 16px!important;overflow:hidden!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon{position:relative!important;grid-column:1!important;grid-row:1/span 2!important;align-self:start!important;justify-self:center!important;width:38px!important;height:38px!important;min-width:38px!important;margin:1px 0 0!important;overflow:visible!important;transform:none!important}body.landing-pro #ozellikler .pro-feature-grid .feature-icon::after,body.landing-pro #ozellikler .pro-feature-grid .feature-icon::before{max-width:100%!important;max-height:100%!important;transform-origin:center!important}body.landing-pro #ozellikler .pro-feature-grid h3{grid-column:2!important;margin:0!important;min-width:0!important;text-align:left!important}body.landing-pro #ozellikler .pro-feature-grid p{grid-column:2!important;margin:0!important;min-width:0!important;text-align:left!important}body.landing-pro #nasil-calisir .pro-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100% - 40px,1040px)!important;margin:0 auto!important;justify-content:center!important;justify-items:stretch!important;gap:12px!important}body.landing-pro #nasil-calisir .pro-step-grid article{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;align-items:start!important;gap:4px 12px!important;min-width:0!important;min-height:104px!important;padding:16px!important;overflow:hidden!important}body.landing-pro #nasil-calisir .pro-step-grid span{grid-column:1!important;grid-row:1/span 2!important;align-self:start!important;justify-self:center!important;margin:0!important}body.landing-pro #nasil-calisir .pro-step-grid h3,body.landing-pro #nasil-calisir .pro-step-grid p{grid-column:2!important;min-width:0!important;text-align:left!important}}.settings-page .service-visibility-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr)) auto!important;align-items:center!important;gap:8px!important;width:min(100%,720px)!important;margin:0 auto 10px!important;padding:8px!important;border:1px solid rgba(219,226,236,.92)!important;border-radius:12px!important;background:rgba(255,255,255,.86)!important;box-shadow:none!important}.settings-page .service-visibility-toggle{display:inline-flex!important;align-items:center!important;gap:7px!important;min-width:0!important;min-height:32px!important;margin:0!important;padding:5px 8px!important;border:1px solid rgba(219,226,236,.92)!important;border-radius:8px!important;background:rgba(255,255,255,.92)!important;color:#718096!important;font-family:var(--ig-accordion-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:9px!important;font-weight:600!important;line-height:1.1!important;text-transform:uppercase!important}.settings-page .service-visibility-toggle input{width:14px!important;height:14px!important;min-height:14px!important;margin:0!important;padding:0!important;flex:0 0 auto!important;accent-color:#0095f6!important}.settings-page .service-visibility-toggle span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.settings-page .service-visibility-form .login-submit{width:112px!important;min-height:32px!important;height:32px!important;margin:0!important;border-radius:8px!important;font-size:11.5px!important;box-shadow:none!important}@media (max-width:640px){.settings-page .service-visibility-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:8px!important}.settings-page .service-visibility-form .login-submit{grid-column:1/-1!important;width:100%!important}.settings-page .service-visibility-toggle{gap:5px!important;padding:5px 7px!important;font-size:8.5px!important}}:root{--ig-blue:#0095f6;--ig-blue-dark:#1877f2;--ig-ink:#262626;--ig-muted:#737373;--ig-line:#dbdbdb;--ig-bg:#fafafa;--ig-card:#ffffff;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}body,html{background:var(--ig-bg)!important;color:var(--ig-ink)!important;font-family:var(--font)!important}body{min-height:100vh!important}.topbar{position:sticky!important;top:0!important;z-index:100!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--ig-line)!important;box-shadow:none!important;backdrop-filter:blur(12px)!important}.topbar-inner{width:min(100%,760px)!important;min-height:62px!important;padding:10px 16px!important;gap:12px!important}.brand{color:var(--ig-ink)!important;font-size:15px!important;font-weight:700!important;letter-spacing:-.2px!important;animation:none!important}.brand .mark{width:34px!important;height:34px!important;border-radius:10px!important;background:#fff!important;border:1px solid var(--ig-line)!important;box-shadow:none!important}.brand .mark::after{display:none!important}.topbar-actions{gap:6px!important;align-items:center!important}.login-link,.pill-btn{min-height:30px!important;padding:0 11px!important;border-radius:8px!important;font-size:11px!important;font-weight:700!important;letter-spacing:-.1px!important}.pill-btn{background:var(--ig-blue)!important;color:#fff!important;border:1px solid var(--ig-blue)!important;box-shadow:none!important}.pill-btn:focus-visible,.pill-btn:hover{background:var(--ig-blue-dark)!important;border-color:var(--ig-blue-dark)!important}.login-link{padding:0 5px!important;color:var(--ig-blue)!important;background:0 0!important}.stepper-bar{background:#fff!important;border-bottom:1px solid var(--ig-line)!important}.stepper{width:min(100%,760px)!important;padding:17px 16px 15px!important}.step{min-width:32px!important}.step .circle{width:30px!important;height:30px!important;background:#efefef!important;color:#8e8e8e!important;font-size:12px!important;font-weight:600!important}.step.active .circle,.step.done .circle{background:var(--ig-blue)!important;color:#fff!important}.step .label{margin-top:6px!important;color:#8e8e8e!important;font-size:10px!important;font-weight:500!important}.step.active .label{color:var(--ig-ink)!important;font-weight:700!important}.step-line{background:var(--ig-line)!important;margin-top:15px!important;min-width:18px!important}.step-line.done{background:var(--ig-blue)!important}.content-area{width:min(100%,760px)!important;min-height:calc(100vh - 170px)!important;margin:0 auto!important;padding:40px 16px 72px!important;background:var(--ig-bg)!important}.content-area h2{margin:0 0 20px!important;color:var(--ig-ink)!important;font-size:20px!important;font-weight:700!important;letter-spacing:-.35px!important}.list-cards{gap:10px!important}.list-card{padding:16px 18px!important;border:1px solid var(--ig-line)!important;border-radius:12px!important;background:var(--ig-card)!important;box-shadow:none!important;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease!important}.list-card:hover{border-color:#bcbcbc!important}.list-card.selected{border-color:var(--ig-blue)!important;background:#f5fbff!important;box-shadow:0 0 0 1px var(--ig-blue)!important}.list-card h3{color:var(--ig-ink)!important;font-size:14px!important;font-weight:700!important;letter-spacing:-.1px!important}.list-card .meta{color:var(--ig-muted)!important;font-size:12px!important}.list-card .check{border-color:#d0d7dc!important}.list-card.selected .check{background:var(--ig-blue)!important;border-color:var(--ig-blue)!important}.step-nav{gap:10px!important;margin-top:22px!important}.btn-continue,.btn-continue-full,.login-submit{min-height:42px!important;border-radius:10px!important;background:var(--ig-blue)!important;color:#fff!important;box-shadow:none!important;font-size:13px!important;font-weight:700!important}.btn-continue-full:hover,.btn-continue:hover,.login-submit:hover{background:var(--ig-blue-dark)!important}.btn-continue-full:disabled,.btn-continue:disabled{background:#efefef!important;color:#a8a8a8!important;opacity:1!important}.btn-back-icon{width:42px!important;height:42px!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;color:var(--ig-ink)!important}.date-picker,.info-card,.manager-form-grid,.selected-staff-info,.service-settings-card,.settings-panel,.slots-grid,.staff-settings-card,.summary-card{border-color:var(--ig-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.date-picker,.info-card,.summary-card{padding:14px!important}.field input,.field select,.field textarea,.settings-page input,.settings-page select,.settings-page textarea,.table-input{min-height:38px!important;border:1px solid var(--ig-line)!important;border-radius:8px!important;background:#fff!important;color:var(--ig-ink)!important;box-shadow:none!important;font-size:13px!important}.field input:focus,.field select:focus,.field textarea:focus,.settings-page input:focus,.settings-page select:focus,.settings-page textarea:focus{border-color:var(--ig-blue)!important;box-shadow:0 0 0 3px rgba(0,149,246,.12)!important;outline:0!important}.field label,.service-settings-label,.settings-page .settings-panel .field label,.staff-settings-label{color:var(--ig-muted)!important;font-size:10px!important;font-weight:700!important;letter-spacing:.15px!important}.biz-overlay{background:rgba(0,0,0,.45)!important;backdrop-filter:blur(4px)!important}.biz-modal{border:1px solid var(--ig-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 50px rgba(0,0,0,.18)!important}footer{border-top:1px solid var(--ig-line)!important;background:#fff!important;color:#8e8e8e!important;font-size:11px!important}@media (max-width:640px){.topbar-inner{min-height:58px!important;padding:8px 12px!important}.topbar-actions{max-width:calc(100vw - 142px)!important;overflow-x:auto!important;scrollbar-width:none!important}.topbar-actions::-webkit-scrollbar{display:none!important}.login-link,.pill-btn{flex:0 0 auto!important;font-size:10px!important}.stepper{padding:14px 12px 12px!important}.step .label{display:none!important}.step-line{min-width:12px!important}.content-area{min-height:calc(100vh - 130px)!important;padding:28px 12px 56px!important}.content-area h2{margin-bottom:16px!important;font-size:19px!important}.list-card{padding:15px 16px!important}}.settings-page .service-settings-list{display:grid!important;gap:10px!important;width:100%!important}.settings-page .service-settings-card{display:grid!important;width:100%!important;overflow:hidden!important;border:1px solid var(--settings-card-border)!important;border-radius:12px!important;background:#fff!important}.settings-page .service-settings-field{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-width:0!important;min-height:45px!important;margin:0!important;padding:6px 8px!important;border-bottom:1px solid var(--settings-line)!important}.settings-page .service-settings-field:last-child{border-bottom:0!important}.settings-page .service-settings-label{color:var(--settings-label)!important;font-size:8.5px!important;font-weight:600!important;line-height:1.1!important;text-transform:uppercase!important}.settings-page .service-settings-field .table-input{width:100%!important;min-width:0!important;min-height:34px!important}.settings-page .service-settings-actions .row-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important}.settings-page .staff-settings-list{display:grid!important;gap:10px!important;width:100%!important}.settings-page .staff-settings-card{display:grid!important;width:100%!important;overflow:hidden!important;border:1px solid var(--settings-card-border)!important;border-radius:12px!important;background:#fff!important}.settings-page .staff-settings-field{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-width:0!important;min-height:45px!important;margin:0!important;padding:6px 8px!important;border-bottom:1px solid var(--settings-line)!important}.settings-page .staff-settings-field:last-child{border-bottom:0!important}.settings-page .staff-settings-label{color:var(--settings-label)!important;font-size:8.5px!important;font-weight:600!important;line-height:1.1!important;text-transform:uppercase!important}.settings-page .staff-settings-field .table-input{width:100%!important;min-width:0!important;min-height:34px!important}.settings-page .staff-settings-photo-field .staff-photo{justify-self:start!important;width:40px!important;height:40px!important}.settings-page .staff-settings-actions .row-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important}.settings-page .staff-settings-table{display:block!important;width:100%!important;min-width:0!important;background:#fff!important}.settings-page .staff-settings-table thead{display:none!important}.settings-page .staff-settings-table tbody{display:grid!important;gap:10px!important}.settings-page .staff-settings-table tr{display:grid!important;grid-template-columns:minmax(0,1fr)!important;overflow:hidden!important;border:1px solid var(--settings-card-border)!important;border-radius:12px!important;background:#fff!important}.settings-page .staff-settings-table td{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;min-height:45px!important;padding:6px 8px!important;border-bottom:1px solid var(--settings-line)!important}.settings-page .staff-settings-table td:last-child{display:block!important;border-bottom:0!important}.settings-page .staff-settings-table .table-input{width:100%!important;min-width:0!important;min-height:34px!important}.settings-page .staff-settings-table .row-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important}.settings-page #hizmet-ayarlari .settings-panel{background:#fff!important;background-image:none!important}@media (max-width:760px){.settings-page .staff-settings-table{display:block!important;width:100%!important;min-width:0!important;background:#fff!important}.settings-page .staff-settings-table thead{display:none!important}.settings-page .staff-settings-table tbody{display:grid!important;gap:10px!important}.settings-page .staff-settings-table tr{display:grid!important;grid-template-columns:minmax(0,1fr)!important;overflow:hidden!important;border:1px solid var(--settings-card-border)!important;border-radius:12px!important;background:#fff!important}.settings-page .staff-settings-table td{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;min-height:45px!important;padding:6px 8px!important;border-bottom:1px solid var(--settings-line)!important}.settings-page .staff-settings-table td:last-child{display:block!important;border-bottom:0!important}.settings-page .staff-settings-table td::before{min-width:0!important;color:var(--settings-label)!important;font-size:8.5px!important;font-weight:600!important;text-transform:uppercase!important}.settings-page .staff-settings-table .staff-photo{justify-self:start!important;width:40px!important;height:40px!important}.settings-page .staff-settings-table .table-input{width:100%!important;min-width:0!important;min-height:34px!important}.settings-page .staff-settings-table .row-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important}}.settings-page #hizmet-ayarlari .services-settings-table,.settings-page #hizmet-ayarlari .services-settings-table tbody,.settings-page #hizmet-ayarlari .services-settings-table tr{background:#fff!important;background-image:none!important}@media (max-width:760px){.settings-page #hizmet-ayarlari .mobile-table-scroll{padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;overflow:visible!important}.settings-page #hizmet-ayarlari .services-settings-table tr{display:grid!important;grid-template-columns:minmax(0,1fr)!important}.settings-page #hizmet-ayarlari .services-settings-table td,.settings-page #hizmet-ayarlari .services-settings-table td:nth-child(2),.settings-page #hizmet-ayarlari .services-settings-table td:nth-child(3){display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:center!important;width:100%!important}.settings-page #hizmet-ayarlari .services-settings-table td:last-child{display:block!important}.settings-page #hizmet-ayarlari .services-settings-table td:nth-child(2) .table-input,.settings-page #hizmet-ayarlari .services-settings-table td:nth-child(3) .table-input{width:100%!important;min-width:0!important}.settings-page #hizmet-ayarlari .services-settings-table .row-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:901px){body.landing-pro .pro-sector-strip span{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}body.landing-pro .pro-sector-strip span:first-child{background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/kuafor.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(2){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/guzellik-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(3){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/dis-hekimi.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(4){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/spa-masaj.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(5){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/psikolog.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(6){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/spor-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(7){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/berber.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(8){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/diyetisyen.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(9){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/veteriner.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(10){background-image:linear-gradient(180deg,rgba(5,28,43,.02),rgba(5,28,43,.18) 48%,rgba(3,73,111,.72)),url("/static/images/services/dans-merkezi.webp")!important}}@media (max-width:640px){body.landing-pro .pro-header{background:radial-gradient(circle at 82% 16%,rgba(255,255,255,.14),transparent 28%),radial-gradient(circle at 22% 72%,rgba(255,137,73,.18),transparent 36%),linear-gradient(180deg,rgba(19,105,157,.92) 0,rgba(45,94,126,.84) 48%,rgba(255,131,72,.58) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.09) 0 1px,transparent 1px 28px),repeating-linear-gradient(180deg,rgba(255,255,255,.07) 0 1px,transparent 1px 28px),url("/static/images/multi-sector-hero-mobile.webp") center top/cover no-repeat!important;background-blend-mode:screen,screen,multiply,overlay,overlay,normal!important;border-bottom:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}@media (min-width:901px){body.landing-pro .pro-sector-strip{overflow:hidden!important;display:block!important;position:relative!important;padding:2px 0 10px!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)!important;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)!important}body.landing-pro .pro-sector-track{display:flex!important;width:max-content!important;gap:14px!important;will-change:transform!important;animation:pro-sector-marquee 28s linear infinite!important}body.landing-pro .pro-sector-group{display:flex!important;gap:14px!important;flex:0 0 auto!important}body.landing-pro .pro-sector-strip span{flex:0 0 clamp(120px,10vw,164px)!important;min-height:100px!important;padding:14px 14px 12px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:20px!important;overflow:hidden!important;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.02) 34%,rgba(8,47,73,.26) 100%),linear-gradient(135deg,rgba(2,132,199,.78),rgba(14,116,144,.5))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 26px rgba(15,23,42,.16)!important;backdrop-filter:blur(8px) saturate(118%)!important;-webkit-backdrop-filter:blur(8px) saturate(118%)!important;text-shadow:0 1px 2px rgba(2,6,23,.35)!important}body.landing-pro .pro-sector-strip span::before{content:attr(data-icon)!important;position:absolute!important;top:10px!important;left:10px!important;width:24px!important;height:24px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;font-size:12px!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)!important}body.landing-pro .pro-sector-strip span::after{content:""!important;position:absolute!important;inset:auto 10px 10px!important;height:28px!important;border-radius:999px!important;background:linear-gradient(180deg,transparent,rgba(2,132,199,.16))!important}body.landing-pro .pro-sector-strip span{align-items:flex-end!important;justify-content:center!important;color:#fff!important;font-size:10.5px!important;font-weight:700!important;letter-spacing:.01em!important}body.landing-pro .pro-sector-strip span>*{position:relative!important;z-index:1!important}body.landing-pro .pro-sector-strip span:first-child,body.landing-pro .pro-sector-strip span:nth-child(11){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/kuafor.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(12),body.landing-pro .pro-sector-strip span:nth-child(2){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/guzellik-salonu.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(13),body.landing-pro .pro-sector-strip span:nth-child(3){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/dis-hekimi.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(14),body.landing-pro .pro-sector-strip span:nth-child(4){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/spa-masaj.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(15),body.landing-pro .pro-sector-strip span:nth-child(5){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/psikolog.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(16),body.landing-pro .pro-sector-strip span:nth-child(6){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/spor-salonu.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(17),body.landing-pro .pro-sector-strip span:nth-child(7){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/berber.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(18),body.landing-pro .pro-sector-strip span:nth-child(8){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/diyetisyen.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(19),body.landing-pro .pro-sector-strip span:nth-child(9){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/veteriner.webp")!important;background-size:cover!important;background-position:center!important}body.landing-pro .pro-sector-strip span:nth-child(10),body.landing-pro .pro-sector-strip span:nth-child(20){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.24) 52%,rgba(7,68,98,.72)),url("/static/images/services/dans-merkezi.webp")!important;background-size:cover!important;background-position:center!important}}@keyframes pro-sector-marquee{from{transform:translateX(-50%)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){body.landing-pro .pro-sector-track{animation:none!important;transform:translateX(0)!important}}@media (max-width:900px){body.landing-pro .pro-sector-strip{display:block!important;width:100%!important;max-width:100vw!important;min-height:0!important;margin:4px 0 0!important;padding:2px 0 8px!important;overflow:hidden!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)!important;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)!important}body.landing-pro .pro-sector-track{display:flex!important;width:max-content!important;gap:9px!important;animation:pro-sector-marquee 24s linear infinite!important;will-change:transform!important}body.landing-pro .pro-sector-group{display:flex!important;gap:9px!important;flex:0 0 auto!important}body.landing-pro .pro-sector-strip span{flex:0 0 112px!important;width:112px!important;min-height:72px!important;height:72px!important;padding:10px 8px 8px!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.22)!important;font-size:9px!important;line-height:1.12!important;font-weight:700!important;align-items:flex-end!important;justify-content:center!important;text-align:center!important;white-space:normal!important;color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.9)!important;box-shadow:0 8px 18px rgba(15,23,42,.14)!important}body.landing-pro .pro-sector-strip span::before{top:7px!important;left:7px!important;width:20px!important;height:20px!important;font-size:10px!important}body.landing-pro .pro-sector-strip span::after{inset:auto 7px 7px!important;height:22px!important}body.landing-pro .pro-sector-strip span{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}body.landing-pro .pro-sector-strip span:first-child,body.landing-pro .pro-sector-strip span:nth-child(11){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/kuafor.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(12),body.landing-pro .pro-sector-strip span:nth-child(2){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/guzellik-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(13),body.landing-pro .pro-sector-strip span:nth-child(3){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/dis-hekimi.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(14),body.landing-pro .pro-sector-strip span:nth-child(4){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/spa-masaj.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(15),body.landing-pro .pro-sector-strip span:nth-child(5){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/psikolog.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(16),body.landing-pro .pro-sector-strip span:nth-child(6){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/spor-salonu.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(17),body.landing-pro .pro-sector-strip span:nth-child(7){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/berber.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(18),body.landing-pro .pro-sector-strip span:nth-child(8){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/diyetisyen.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(19),body.landing-pro .pro-sector-strip span:nth-child(9){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/veteriner.webp")!important}body.landing-pro .pro-sector-strip span:nth-child(10),body.landing-pro .pro-sector-strip span:nth-child(20){background-image:linear-gradient(180deg,rgba(9,43,67,.04),rgba(9,43,67,.22) 48%,rgba(7,68,98,.78)),url("/static/images/services/dans-merkezi.webp")!important}}@media (max-width:420px){body.landing-pro .pro-sector-strip span{flex-basis:104px!important;width:104px!important;height:68px!important;min-height:68px!important;font-size:8.5px!important}}body.landing-pro .pro-sector-strip span{display:flex!important;align-items:flex-end!important;justify-content:center!important;padding-bottom:12px!important;text-align:center!important;color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.9)!important}@media (max-width:900px){body.landing-pro .pro-sector-strip span{padding-bottom:9px!important}}body.landing-pro #ozellikler .pro-feature-grid .icon-support::before{left:5px!important;bottom:7px!important;width:32px!important;height:23px!important;background:radial-gradient(circle at 50% 34%,transparent 6px,#20c4e8 7px,#20c4e8 9px,transparent 10px),linear-gradient(#20c4e8 0 0) center 15px/16px 3px no-repeat!important}body.landing-pro #ozellikler .pro-feature-grid .icon-support::after{left:2px!important;top:4px!important;width:20px!important;height:20px!important;box-shadow:21px 12px 0 -8px #fff,21px 12px 0 -5px #20c4e8!important}.ui-loading-spinner{width:1em;height:1em;flex:0 0 auto;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:uiLoadingSpin .75s linear infinite}.ui-loading-label{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.is-loading{cursor:wait!important}a.is-loading,button.is-loading{pointer-events:none}.login-link.is-loading,.login-submit.is-loading,.pill-btn.is-loading,.pro-primary.is-loading,.pro-secondary.is-loading,.settings-back-btn.is-loading,a.is-loading,button.is-loading{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}@keyframes uiLoadingSpin{to{transform:rotate(360deg)}}.ig-bottom-nav,.ig-sidebar{font-family:var(--font)!important}.ig-sidebar{position:fixed!important;inset:0 auto 0 0!important;z-index:120!important;display:flex!important;flex-direction:column!important;width:244px!important;padding:28px 12px 22px!important;border-right:1px solid var(--ig-line)!important;background:#fff!important}.ig-sidebar-brand{display:flex!important;align-items:center!important;gap:12px!important;min-height:48px!important;margin:0 10px 36px!important;color:var(--ig-ink)!important;text-decoration:none!important}.ig-sidebar-brand strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:16px!important;font-weight:700!important}.ig-sidebar-logo{display:grid!important;place-items:center!important;flex:0 0 auto!important;width:38px!important;height:38px!important;overflow:hidden!important;border:1px solid var(--ig-line)!important;border-radius:11px!important;background:#fff!important;color:var(--ig-ink)!important;font-size:12px!important;font-weight:700!important}.ig-sidebar-logo img{width:100%!important;height:100%!important;object-fit:cover!important}.ig-sidebar-bottom,.ig-sidebar-links{display:grid!important;gap:6px!important}.ig-sidebar-bottom button,.ig-sidebar-links a{display:flex!important;align-items:center!important;gap:15px!important;width:100%!important;min-height:48px!important;padding:0 14px!important;border:0!important;border-radius:10px!important;background:0 0!important;color:var(--ig-ink)!important;font:inherit!important;font-size:14px!important;font-weight:500!important;text-align:left!important;text-decoration:none!important;cursor:pointer!important}.ig-sidebar-bottom button:hover,.ig-sidebar-links a.active,.ig-sidebar-links a:hover{background:#f2f2f2!important}.ig-sidebar-links a.active,.ig-sidebar-links a.active .ig-nav-icon{font-weight:700!important}.ig-nav-icon{display:inline-grid!important;place-items:center!important;width:24px!important;color:var(--ig-ink)!important;font-size:23px!important;font-weight:400!important;line-height:1!important}.ig-sidebar-bottom{margin-top:auto!important}.ig-sidebar-bottom form{margin:0!important}.ig-bottom-nav{display:none!important}@media (min-width:761px){body.app-shell{padding-left:244px!important}body.app-shell>.topbar{display:none!important}body.app-shell>.content-area,body.app-shell>.stepper-bar,body.app-shell>footer{width:min(100%,760px)!important;margin-left:auto!important;margin-right:auto!important}body.app-shell>.stepper-bar{border-left:1px solid var(--ig-line)!important;border-right:1px solid var(--ig-line)!important}}@media (max-width:760px){.ig-sidebar{display:none!important}.ig-bottom-nav{position:fixed!important;inset:auto 0 0!important;z-index:150!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;height:58px!important;padding:5px 6px calc(5px + env(safe-area-inset-bottom))!important;border-top:1px solid var(--ig-line)!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -4px 18px rgba(0,0,0,.04)!important;backdrop-filter:blur(12px)!important}.ig-bottom-nav a,.ig-bottom-nav button{display:grid!important;place-items:center!important;gap:2px!important;min-width:0!important;border:0!important;background:0 0!important;color:#737373!important;font:inherit!important;text-decoration:none!important}.ig-bottom-nav a>span,.ig-bottom-nav button>span{font-size:22px!important;line-height:22px!important}.ig-bottom-nav small{overflow:hidden!important;max-width:100%!important;font-size:8px!important;font-weight:600!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ig-bottom-nav a.active,.ig-bottom-nav button:focus-visible{color:var(--ig-blue)!important}body.app-shell{padding-bottom:58px!important}body.app-shell>.topbar{display:block!important}body.app-shell>.topbar .topbar-actions{display:none!important}.topbar-inner{justify-content:flex-start!important}body.app-shell .content-area{padding-bottom:78px!important}}.confirmation-page .wrap{width:min(100%,760px)!important;padding:40px 16px 72px!important}.confirmation-page .confirm-wrap{width:min(100%,520px)!important;margin:0 auto!important;padding:30px 24px 24px!important;border:1px solid var(--ig-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.confirmation-page .confirm-wrap .icon-ok{width:58px!important;height:58px!important;margin-bottom:16px!important;background:#e8f5ff!important;color:var(--ig-blue)!important;font-size:25px!important}.confirmation-page .confirm-wrap h2{color:var(--ig-ink)!important;font-size:22px!important;letter-spacing:-.4px!important}.confirmation-page .confirm-wrap .sub{color:var(--ig-muted)!important;margin-bottom:22px!important}.confirmation-page .confirm-wrap .row{min-height:42px!important;padding:10px 0!important;border-bottom-color:var(--ig-line)!important;font-size:13px!important}.confirmation-page .confirm-wrap .row span:first-child{color:var(--ig-muted)!important}.confirmation-page .confirm-wrap .row span:last-child{color:var(--ig-ink)!important;font-weight:600!important;text-align:right!important}.confirmation-page .confirm-wrap a.back{width:100%!important;min-height:42px!important;margin-top:22px!important;border-radius:9px!important;background:var(--ig-blue)!important;box-shadow:none!important;animation:none!important}.confirmation-page .confirm-wrap a.back::after{display:none!important}@media (max-width:640px){.confirmation-page .wrap{padding:28px 12px 70px!important}.confirmation-page .confirm-wrap{padding:26px 16px 18px!important}}body.admin-page{background:var(--ig-bg)!important}body.admin-page .panel-wrap.settings-page{width:min(100%,700px)!important;max-width:700px!important;margin:0 auto!important;padding:28px 16px 80px!important;gap:8px!important}body.admin-page .settings-page .panel-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;min-height:58px!important;margin:0 0 10px!important;padding:0 0 16px!important;border-bottom:1px solid var(--ig-line)!important;background:0 0!important}body.admin-page .settings-page .panel-head h1{margin:0!important;color:var(--ig-ink)!important;font-size:23px!important;font-weight:700!important;letter-spacing:-.45px!important}body.admin-page .settings-page .panel-subtitle{max-width:470px!important;margin:7px 0 0!important;color:var(--ig-muted)!important;font-size:13px!important;line-height:1.45!important}body.admin-page .settings-page .settings-back-btn{flex:0 0 auto!important;min-height:34px!important;padding:0 13px!important;border-radius:8px!important;font-size:12px!important}body.admin-page .settings-page .settings-accordion{border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}body.admin-page .settings-page .settings-accordion summary{min-height:52px!important;grid-template-columns:minmax(0,1fr) auto!important;padding:0 14px!important;color:var(--ig-ink)!important;background:#fff!important}body.admin-page .settings-page .settings-accordion summary span{color:var(--ig-ink)!important;font-size:14px!important;font-weight:600!important}body.admin-page .settings-page .settings-accordion summary small{display:none!important}body.admin-page .settings-page .settings-accordion summary::after{width:22px!important;height:22px!important;border:1px solid var(--ig-line)!important;border-radius:6px!important;background:#fff!important;color:var(--ig-blue)!important;font-size:16px!important;font-weight:500!important}body.admin-page .settings-page .settings-accordion[open] summary{border-bottom:1px solid var(--ig-line)!important;background:#fafafa!important}body.admin-page .settings-page .settings-panel{padding:16px!important;background:#fff!important}body.admin-page .settings-page .settings-panel .field label,body.admin-page .settings-page .settings-panel .service-settings-label,body.admin-page .settings-page .settings-panel .staff-settings-label{color:var(--ig-muted)!important;font-size:10px!important;font-weight:600!important;letter-spacing:.05px!important}body.admin-page .settings-page .settings-panel .field-hint{color:#8e8e8e!important;font-size:11px!important}body.admin-page .settings-page .settings-panel .login-submit,body.admin-page .settings-page .settings-panel .pill-btn{min-height:40px!important;border-radius:8px!important;background:var(--ig-blue)!important;border-color:var(--ig-blue)!important;font-size:13px!important;font-weight:700!important}body.admin-page .settings-page .service-settings-list,body.admin-page .settings-page .staff-settings-list{gap:8px!important}body.admin-page .settings-page .service-settings-card,body.admin-page .settings-page .staff-settings-card{border-color:var(--ig-line)!important;border-radius:10px!important;box-shadow:none!important}body.admin-page .settings-page .service-settings-field,body.admin-page .settings-page .staff-settings-field{min-height:48px!important;padding:7px 10px!important;border-bottom-color:var(--ig-line)!important}body.admin-page .settings-page .service-settings-actions,body.admin-page .settings-page .staff-settings-actions{padding:9px 10px!important;background:#fafafa!important}body.admin-page .settings-page .service-settings-actions button,body.admin-page .settings-page .staff-settings-actions button{min-height:36px!important;border:1px solid var(--ig-line)!important;border-radius:8px!important;background:#fff!important;color:var(--ig-ink)!important;font-size:12px!important;font-weight:600!important}body.admin-page .settings-page .service-settings-actions form:first-child button,body.admin-page .settings-page .staff-settings-actions form:first-child button{border-color:var(--ig-blue)!important;background:var(--ig-blue)!important;color:#fff!important}@media (max-width:760px){body.admin-page .panel-wrap.settings-page{width:100%!important;max-width:none!important;padding:20px 12px 82px!important}body.admin-page .settings-page .panel-head{min-height:50px!important;margin-bottom:8px!important;padding-bottom:14px!important}body.admin-page .settings-page .panel-head h1{font-size:21px!important}body.admin-page .settings-page .panel-subtitle{font-size:12px!important}body.admin-page .settings-page .settings-back-btn{min-height:32px!important;padding:0 10px!important;font-size:11px!important}body.admin-page .settings-page .settings-panel{padding:12px!important}}@media (max-width:430px){body.admin-page .panel-wrap.settings-page{padding-right:10px!important;padding-left:10px!important}body.admin-page .settings-page .panel-head{display:block!important}body.admin-page .settings-page .settings-back-btn{display:inline-flex!important;margin-top:12px!important}}body.admin-page .panel-wrap.customers-page{width:min(100%,700px)!important;max-width:700px!important;margin:0 auto!important;padding:28px 16px 80px!important;gap:14px!important}body.admin-page .customers-page .admin-hero-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;min-height:58px!important;margin:0!important;padding:0 0 16px!important;border-bottom:1px solid var(--ig-line)!important;background:0 0!important}body.admin-page .customers-page .admin-hero-head h1{margin:0!important;color:var(--ig-ink)!important;font-size:23px!important;font-weight:700!important;letter-spacing:-.45px!important}body.admin-page .customers-page .admin-hero-head .panel-subtitle{max-width:470px!important;margin:7px 0 0!important;color:var(--ig-muted)!important;font-size:13px!important;line-height:1.45!important}body.admin-page .customers-page .admin-hero-head .pill-btn{flex:0 0 auto!important;min-height:34px!important;padding:0 13px!important;border-radius:8px!important;font-size:12px!important}body.admin-page .customers-page .customer-stats-grid{display:block!important;margin:0!important}body.admin-page .customers-page .customer-stat{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:58px!important;padding:0 16px!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}body.admin-page .customers-page .customer-stat span{color:var(--ig-ink)!important;font-size:13px!important;font-weight:500!important}body.admin-page .customers-page .customer-stat strong{color:var(--ig-blue)!important;font-size:18px!important;font-weight:700!important}body.admin-page .customers-page .admin-panel-toggle{margin:0!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}body.admin-page .customers-page .admin-panel-toggle summary{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:52px!important;padding:0 14px!important;border-bottom:1px solid transparent!important;color:var(--ig-ink)!important;cursor:pointer!important}body.admin-page .customers-page .admin-panel-toggle[open] summary{border-bottom-color:var(--ig-line)!important;background:#fafafa!important}body.admin-page .customers-page .admin-panel-toggle summary span{color:var(--ig-ink)!important;font-size:14px!important;font-weight:600!important}body.admin-page .customers-page .admin-panel-toggle summary small{color:var(--ig-muted)!important;font-size:11px!important;font-weight:500!important}body.admin-page .customers-page .admin-panel-toggle-body{display:grid!important;grid-template-columns:minmax(0,1fr) 110px!important;align-items:end!important;gap:12px!important;padding:14px!important;background:#fff!important}body.admin-page .customers-page .customer-search-form .field{margin:0!important}body.admin-page .customers-page .customer-search-form .field label{display:block!important;margin-bottom:6px!important;color:var(--ig-muted)!important;font-size:10px!important;font-weight:600!important}body.admin-page .customers-page .customer-search-form input{min-height:40px!important;border:1px solid var(--ig-line)!important;border-radius:8px!important;background:#fff!important;color:var(--ig-ink)!important;box-shadow:none!important;font-size:13px!important}body.admin-page .customers-page .customer-search-form input:focus{border-color:var(--ig-blue)!important;box-shadow:0 0 0 3px rgba(0,149,246,.12)!important;outline:0!important}body.admin-page .customers-page .customer-search-form .login-submit{width:100%!important;min-height:40px!important;border-radius:8px!important;background:var(--ig-blue)!important;border-color:var(--ig-blue)!important;font-size:13px!important;font-weight:700!important}body.admin-page .customers-page>.panel-head:not(.admin-hero-head){min-height:42px!important;margin:8px 0 0!important;padding:0 0 10px!important;border-bottom:1px solid var(--ig-line)!important;background:0 0!important}body.admin-page .customers-page>.panel-head:not(.admin-hero-head) h1{margin:0!important;color:var(--ig-ink)!important;font-size:16px!important;font-weight:700!important}body.admin-page .customers-page>.panel-head .count{color:var(--ig-muted)!important;font-size:10px!important;font-weight:600!important}body.admin-page .customers-page .customer-history-table,body.admin-page .customers-page .customers-table{width:100%!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}body.admin-page .customers-page .customer-history-table tbody,body.admin-page .customers-page .customers-table tbody{background:#fff!important}body.admin-page .customers-page .customer-history-table tr,body.admin-page .customers-page .customers-table tr{border-bottom:1px solid var(--ig-line)!important;background:#fff!important}body.admin-page .customers-page .customer-history-table tr:last-child,body.admin-page .customers-page .customers-table tr:last-child{border-bottom:0!important}body.admin-page .customers-page .customer-history-table td,body.admin-page .customers-page .customers-table td{color:var(--ig-ink)!important;font-size:12px!important}body.admin-page .customers-page .phone-link,body.admin-page .customers-page .row-action-link{color:var(--ig-blue)!important;font-weight:600!important;text-decoration:none!important}body.admin-page .customers-page .row-action-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 12px!important;border-radius:8px!important;background:#eaf5ff!important;font-size:11px!important}body.admin-page .customers-page .empty-state{min-height:64px!important;display:grid!important;place-items:center!important;padding:16px!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;color:var(--ig-muted)!important;font-size:12px!important;text-align:center!important}@media (max-width:760px){body.admin-page .panel-wrap.customers-page{width:100%!important;max-width:none!important;padding:20px 12px 82px!important;gap:10px!important}body.admin-page .customers-page .admin-hero-head{min-height:50px!important;padding-bottom:14px!important}body.admin-page .customers-page .admin-hero-head h1{font-size:21px!important}body.admin-page .customers-page .admin-hero-head .panel-subtitle{font-size:12px!important}body.admin-page .customers-page .admin-panel-toggle-body{grid-template-columns:1fr!important;gap:9px!important}body.admin-page .customers-page .customer-history-table,body.admin-page .customers-page .customers-table{border:0!important;background:0 0!important;overflow:visible!important}body.admin-page .customers-page .customer-history-table tbody,body.admin-page .customers-page .customers-table tbody{display:grid!important;gap:8px!important}body.admin-page .customers-page .customer-history-table tr,body.admin-page .customers-page .customers-table tr{display:grid!important;gap:0!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important}body.admin-page .customers-page .customer-history-table td,body.admin-page .customers-page .customers-table td{min-height:37px!important;padding:8px 10px!important;border-bottom:1px solid #efefef!important;font-size:12px!important}body.admin-page .customers-page .customer-history-table td:last-child,body.admin-page .customers-page .customers-table td:last-child{border-bottom:0!important}body.admin-page .customers-page>.panel-head:not(.admin-hero-head){margin-top:5px!important}}@media (max-width:430px){body.admin-page .panel-wrap.customers-page{padding-right:10px!important;padding-left:10px!important}body.admin-page .customers-page .admin-hero-head{display:block!important}body.admin-page .customers-page .admin-hero-head .pill-btn{display:inline-flex!important;margin-top:12px!important}}body.admin-page .panel-wrap.admin-dashboard:not(.customers-page){width:min(100%,700px)!important;max-width:700px!important;margin:0 auto!important;padding:28px 16px 80px!important;gap:14px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head{display:block!important;min-height:0!important;margin:0!important;padding:0 0 16px!important;border-bottom:1px solid var(--ig-line)!important;background:0 0!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head::before{display:none!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head h1{margin:0!important;color:var(--ig-ink)!important;font-size:23px!important;font-weight:700!important;letter-spacing:-.45px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head .panel-subtitle{max-width:460px!important;margin:7px 0 0!important;color:var(--ig-muted)!important;font-size:13px!important;line-height:1.45!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;margin-top:14px!important;gap:7px!important}.avatar-fallback{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(135deg,#eaf5ff,#dbeafe)!important;color:var(--ig-blue-dark)!important;font-size:18px!important;font-weight:700!important}body.admin-page .admin-dashboard:not(.customers-page) .calendar-panel-collapsed{display:none!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions .row-action-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 12px!important;border:1px solid var(--ig-blue)!important;border-radius:8px!important;background:var(--ig-blue)!important;color:#fff!important;font-size:12px!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions .copy-link-btn{background:#fff!important;color:var(--ig-blue)!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions .row-action-link:hover{background:var(--ig-blue-dark)!important;color:#fff!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions .copy-link-btn:hover{background:#f5fbff!important;color:var(--ig-blue-dark)!important}body.admin-page .admin-dashboard:not(.customers-page)>.admin-panel-toggle{margin:0!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}body.admin-page .admin-dashboard:not(.customers-page)>.admin-panel-toggle summary{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:52px!important;padding:0 14px!important;color:var(--ig-ink)!important}body.admin-page .admin-dashboard:not(.customers-page)>.admin-panel-toggle summary span{color:var(--ig-ink)!important;font-size:14px!important;font-weight:600!important}body.admin-page .admin-dashboard:not(.customers-page)>.admin-panel-toggle summary small{color:var(--ig-muted)!important;font-size:11px!important;font-weight:500!important}body.admin-page .admin-dashboard:not(.customers-page)>.admin-panel-toggle[open] summary{border-bottom:1px solid var(--ig-line)!important;background:#fafafa!important}body.admin-page .admin-dashboard:not(.customers-page)>.admin-panel-toggle>.admin-panel-toggle-body{padding:14px!important;background:#fff!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-quick-form{gap:12px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-quick-form .field label,body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-shell label{color:var(--ig-muted)!important;font-size:10px!important;font-weight:600!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-quick-form input,body.admin-page .admin-dashboard:not(.customers-page) .admin-quick-form select{min-height:40px!important;border:1px solid var(--ig-line)!important;border-radius:8px!important;background:#fff!important;color:var(--ig-ink)!important;box-shadow:none!important;font-size:13px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-quick-form .login-submit{min-height:40px!important;border-radius:8px!important;background:var(--ig-blue)!important;border-color:var(--ig-blue)!important;font-size:13px!important;font-weight:700!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-shell{margin:0!important;border:1px solid var(--ig-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-head{padding:14px!important;border-bottom:1px solid var(--ig-line)!important;background:#fff!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-title h1{color:var(--ig-ink)!important;font-size:16px!important;font-weight:700!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-title p{color:var(--ig-muted)!important;font-size:11px!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-filter-row,body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-metrics>div,body.admin-page .admin-dashboard:not(.customers-page) .appointment-other-hours,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-board{border-color:var(--ig-line)!important;background:#fff!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-metrics strong,body.admin-page .admin-dashboard:not(.customers-page) .calendar-staff-trigger{border-color:var(--ig-line)!important;color:var(--ig-ink)!important}@media (max-width:760px){body.admin-page .panel-wrap.admin-dashboard:not(.customers-page){width:100%!important;max-width:none!important;padding:20px 12px 82px!important;gap:10px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head{min-height:50px!important;padding-bottom:14px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head h1{font-size:21px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head .panel-subtitle{font-size:12px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions{flex-basis:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions .row-action-link{min-height:38px!important;padding:0 8px!important;font-size:11px!important}}@media (max-width:430px){body.admin-page .panel-wrap.admin-dashboard:not(.customers-page){padding-right:10px!important;padding-left:10px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-hero-head{display:block!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions{margin-top:12px!important}body.admin-page .admin-dashboard:not(.customers-page) .admin-head-actions .row-action-link{white-space:normal!important;text-align:center!important}}body.booking-page #panel-3{max-width:680px!important}body.booking-page #panel-3 h2{margin-bottom:12px!important;font-size:19px!important;letter-spacing:-.3px!important}body.booking-page #panel-3 .selected-staff-info{min-height:38px!important;margin-bottom:8px!important;padding:9px 12px!important;border:0!important;border-radius:12px!important;background:#fff!important;color:var(--ig-ink)!important;font-size:12px!important;font-weight:500!important}body.booking-page #panel-3 .date-picker{margin-bottom:12px!important;padding:12px!important;border:0!important;border-radius:12px!important;background:#fff!important}body.booking-page #panel-3 .date-picker-header{margin-bottom:10px!important;gap:7px!important}body.booking-page #panel-3 .date-picker-month{color:var(--ig-ink)!important;font-size:13px!important;font-weight:700!important}body.booking-page #panel-3 .date-picker-controls{gap:5px!important}body.booking-page #panel-3 .btn-calendar,body.booking-page #panel-3 .date-nav-btn{min-height:32px!important;height:32px!important;border-radius:8px!important;font-size:11px!important}body.booking-page #panel-3 .btn-calendar{gap:5px!important;padding:0 9px!important}body.booking-page #panel-3 .btn-calendar svg,body.booking-page #panel-3 .date-nav-btn svg{width:14px!important;height:14px!important}body.booking-page #panel-3 .date-nav-btn{width:32px!important;padding:0!important}body.booking-page #panel-3 .date-strip{gap:6px!important;padding-bottom:0!important}body.booking-page #panel-3 .day-card{flex-basis:54px!important;gap:3px!important;min-height:62px!important;padding:8px 4px 7px!important;border-radius:9px!important}body.booking-page #panel-3 .day-name{font-size:9px!important}body.booking-page #panel-3 .day-num{font-size:15px!important}body.booking-page #panel-3 .day-dot{width:4px!important;height:4px!important}body.booking-page #panel-3 .slots-label{display:none!important}body.booking-page #panel-3 .slots-grid{padding:0!important;border:0!important;background:0 0!important}body.booking-page #panel-3 .slots-legend{margin-bottom:9px!important;gap:7px!important}body.booking-page #panel-3 .legend-items{gap:10px!important}body.booking-page #panel-3 .legend-item{gap:5px!important;font-size:11px!important}body.booking-page #panel-3 .btn-toggle-taken{gap:4px!important;min-height:30px!important;padding:5px 9px!important;border-radius:8px!important;font-size:10px!important}body.booking-page #panel-3 .slots-section{margin-bottom:12px!important;padding:0!important}body.booking-page #panel-3 .slots-section-title{gap:5px!important;margin-bottom:7px!important;color:var(--ig-ink)!important;font-size:12px!important;font-weight:600!important}body.booking-page #panel-3 .slots-section-title svg{width:13px!important;height:13px!important}body.booking-page #panel-3 .slots-row-grid{gap:7px!important}body.booking-page #panel-3 .slot-btn{min-height:42px!important;padding:8px 20px!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important}body.booking-page #panel-3 .slot-btn .dot{top:8px!important;right:9px!important;width:5px!important;height:5px!important}@media (max-width:430px){body.booking-page #panel-3 .date-picker{padding:10px!important}body.booking-page #panel-3 .date-picker-header{align-items:center!important}body.booking-page #panel-3 .date-picker-month{font-size:12px!important}body.booking-page #panel-3 .day-card{flex-basis:51px!important;min-height:60px!important}body.booking-page #panel-3 .slot-btn{min-height:40px!important;padding-right:14px!important;padding-left:14px!important;font-size:12px!important}body.booking-page #panel-3 .step-nav{margin-top:14px!important}}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-shell{position:relative!important;overflow:visible!important;padding:18px!important;border:1px solid rgba(204,214,230,.92)!important;border-radius:8px!important;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,251,255,.9)),radial-gradient(circle at 18% 0,rgba(18,145,230,.12),transparent 28%)!important;box-shadow:0 18px 50px rgba(22,35,63,.08)!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-shell::before{display:block!important;content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(18,145,230,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(18,145,230,.045) 1px,transparent 1px)!important;background-size:28px 28px!important;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 72%)!important;mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 72%)!important;pointer-events:none!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:18px!important;padding:0!important;border-bottom:0!important;background:0 0!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-title{display:flex!important;align-items:center!important;gap:13px!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-icon{width:42px!important;height:42px!important;border-radius:8px!important;background:linear-gradient(145deg,#fff,#edf7ff)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(18,145,230,.13)!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-title h1{color:#13243f!important;font-size:22px!important;font-weight:800!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-title p{color:#66758b!important;font-size:13px!important;font-weight:500!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-tools{position:relative!important;z-index:30!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-filter-row,body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-metrics>div{border-color:rgba(210,219,232,.92)!important;background:rgba(255,255,255,.72)!important;box-shadow:0 8px 22px rgba(22,35,63,.05)!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-scroll{position:relative!important;z-index:1!important;overflow-x:auto!important;border:1px solid #e4eaf2!important;border-radius:8px!important;background:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-board{display:grid!important;grid-template-columns:70px repeat(7,minmax(118px,1fr))!important;min-width:930px!important;background:linear-gradient(90deg,#fbf6ed 70px,transparent 70px),#fff!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-cell,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-corner,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-time{border-right:1px solid #e8edf4!important;border-bottom:1px solid #e8edf4!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head{display:grid!important;min-height:58px!important;align-content:center!important;justify-items:center!important;gap:2px!important;padding:8px 6px!important;border-radius:0!important;background:#fff!important;text-align:center!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head.today{background:#fbffb9!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head span,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head strong{color:#5f75ff!important;font-size:10px!important;font-weight:800!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head b{color:#7f8ca3!important;font-size:9px!important;font-weight:750!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-time{min-height:64px!important;padding:8px!important;color:#718096!important;background:#fbf6ed!important;font-size:10px!important;font-weight:700!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-cell{min-height:64px!important;padding:5px!important;background:#fff!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-cell.has-appointments{background:#f8fbff!important}@media (max-width:720px){body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-head{align-items:stretch!important;flex-direction:column!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-board{grid-template-columns:58px repeat(7,minmax(108px,1fr))!important;min-width:820px!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-cell,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-time{min-height:58px!important}}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-shell{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-head,body.admin-page .admin-dashboard:not(.customers-page) .appointment-calendar-tools,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-scroll{min-width:0!important;max-width:100%!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-scroll{width:100%!important;overflow-x:auto!important;overflow-y:hidden!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-board{width:100%!important;min-width:0!important;grid-template-columns:54px repeat(7,minmax(0,1fr))!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-cell,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head{min-width:0!important;overflow:hidden!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head b,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head span,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head strong{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-block{width:min(100%,86px)!important}@media (max-width:720px){body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-board{grid-template-columns:31px repeat(7,minmax(0,1fr))!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head b,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head span,body.admin-page .admin-dashboard:not(.customers-page) .appointment-week-day-head strong{font-size:7px!important}body.admin-page .admin-dashboard:not(.customers-page) .appointment-block{width:100%!important;padding-right:2px!important;padding-left:2px!important}}