@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.care-daily{font-family:DM Sans,sans-serif;background:#fff;color:#111827;line-height:1.6;overflow-x:hidden}.care-daily *,.care-daily *:before,.care-daily *:after{box-sizing:border-box}.care-daily h1,.care-daily h2,.care-daily h3,.care-daily h4,.care-daily h5,.care-daily h6{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;line-height:1.2}.container{max-width:1180px;margin:0 auto;padding:0 24px}.animate-in{animation:fadeInUp .6s ease-out forwards;opacity:0}.animate-in.delay-1{animation-delay:.1s}.animate-in.delay-2{animation-delay:.2s}.animate-in.delay-3{animation-delay:.3s}.animate-in.delay-4{animation-delay:.4s}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:all .5s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;border-radius:100px;text-decoration:none;transition:all .25s ease;cursor:pointer;border:none}.btn--primary{background:#5cb648;color:#fff}.btn--primary:hover{background:#4d993c;transform:translateY(-2px);box-shadow:0 6px 20px #5cb64840}.btn--secondary{background:#fff;color:#111827;border:1.5px solid #e5e7eb}.btn--secondary svg{width:16px;height:16px}.btn--secondary:hover{border-color:#2fa64f;color:#2fa64f;background:#e6f7f5}.btn--outline{background:transparent;color:#4b5563;border:1.5px solid #e5e7eb}.btn--outline:hover{border-color:#2fa64f;color:#2fa64f;background:#e6f7f5}.hero{padding:140px 0 80px;background:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#e6f7f5 0%,transparent 70%);opacity:.5;pointer-events:none}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}@media (max-width: 1024px){.hero__content{grid-template-columns:1fr;text-align:center}}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#e6f7f5;border-radius:100px;font-size:13px;font-weight:600;color:#2fa64f;margin-bottom:20px}.hero__badge svg{width:16px;height:16px}.hero h1{font-size:clamp(36px,5vw,52px);color:#111827;margin-bottom:20px;letter-spacing:-.02em}.hero h1 span{color:#2fa64f}.hero__text>p{font-size:18px;color:#4b5563;margin-bottom:32px;max-width:480px;line-height:1.7}@media (max-width: 1024px){.hero__text>p{max-width:100%;margin:0 auto 32px}}.hero__buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}@media (max-width: 1024px){.hero__buttons{justify-content:center}}.hero__trust{display:flex;align-items:center;gap:16px}@media (max-width: 1024px){.hero__trust{justify-content:center}}@media (max-width: 1024px){.hero__visual{max-width:600px;margin:0 auto}}@media (max-width: 768px){.hero{padding:120px 0 60px}}.trust-avatars{display:flex}.trust-avatars span{width:36px;height:36px;border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;margin-left:-10px}.trust-avatars span:first-child{margin-left:0;background:#2fa64f}.trust-avatars span:nth-child(2){background:#5cb648}.trust-avatars span:nth-child(3){background:#ff9800}.trust-avatars span:nth-child(4){background:#6366f1}.trust-text{font-size:14px;color:#4b5563}.trust-text strong{color:#111827}.app-window,.schedule-window{background:#fff;border-radius:24px;box-shadow:0 10px 25px #0000000f,0 0 0 1px #e5e7eb;overflow:hidden}.app-window{animation:float 6s ease-in-out infinite}.window-header{display:flex;align-items:center;gap:8px;padding:14px 18px;background:#f8f9fa;border-bottom:1px solid #e5e7eb}.window-dot{width:12px;height:12px;border-radius:50%}.window-dot.red{background:#ff5f57}.window-dot.yellow{background:#febc2e}.window-dot.green{background:#28c840}.window-title{flex:1;text-align:center;font-size:13px;font-weight:500;color:#9ca3af;margin-right:52px}.app-content{display:flex;min-height:380px}.app-sidebar{width:200px;background:#f8f9fa;border-right:1px solid #e5e7eb;padding:16px 0;flex-shrink:0}@media (max-width: 1024px){.app-sidebar{display:none}}.app-sidebar__logo{display:flex;align-items:center;gap:8px;padding:0 16px 16px;margin-bottom:8px;border-bottom:1px solid #e5e7eb}.app-sidebar__logo span{font-size:14px;font-weight:700;color:#111827}.app-sidebar__logo-icon{width:28px;height:28px;background:#2fa64f;border-radius:6px;display:flex;align-items:center;justify-content:center}.app-sidebar__logo-icon svg{width:16px;height:16px;fill:#fff}.app-nav-item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:13px;font-weight:500;color:#4b5563;transition:all .2s;cursor:pointer}.app-nav-item svg{width:18px;height:18px;opacity:.7}.app-nav-item:hover{background:#f3f4f6;color:#111827}.app-nav-item.active{background:#e6f7f5;color:#2fa64f}.app-nav-item.active svg{opacity:1}.app-main{flex:1;padding:20px;background:#fff}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.app-header h3{font-size:18px;font-weight:700;color:#111827}.app-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#2fa64f;color:#fff;font-size:12px;font-weight:600;border-radius:8px}.app-btn svg{width:14px;height:14px}.app-stats{display:flex;gap:12px;margin-bottom:20px}.app-stat{flex:1;padding:14px;background:#f8f9fa;border-radius:10px;border:1px solid #f3f4f6}.app-stat__label{font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.app-stat__value{font-size:22px;font-weight:700;color:#111827}.app-stat__change{font-size:11px;font-weight:600;color:#5cb648;display:flex;align-items:center;gap:2px;margin-top:4px}.app-list{background:#f8f9fa;border-radius:10px;overflow:hidden;border:1px solid #f3f4f6}.app-list__header,.app-list__item{display:grid;grid-template-columns:2fr 1fr 1fr 80px;gap:12px;padding:10px 14px}.app-list__header{background:#f3f4f6;border-bottom:1px solid #e5e7eb}.app-list__header span{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.app-list__item{padding:12px 14px;align-items:center;border-bottom:1px solid #f3f4f6;transition:background .2s}.app-list__item:last-child{border-bottom:none}.app-list__item:hover{background:#fff}.client-info{display:flex;align-items:center;gap:10px}.client-avatar{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.client-avatar.teal{background:#2fa64f}.client-avatar.green{background:#5cb648}.client-avatar.orange{background:#ff9800}.client-name{font-size:13px;font-weight:600;color:#111827}.client-id{font-size:11px;color:#9ca3af}.care-type{font-size:12px;color:#4b5563}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status-badge.active{background:#eef7eb;color:#5cb648}.status-badge.pending{background:#fff6e6;color:#ff9800}.next-visit{font-size:11px;color:#9ca3af}.stats-section{padding:70px 0;background:#f8f9fa}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-grid{gap:16px}}.stat-card{background:#fff;padding:28px 24px;border-radius:16px;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:#2fa64f;border-radius:0 0 4px 4px;opacity:0;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px #0000000a,0 2px 4px #00000005}.stat-card:hover:before{opacity:1}@media (max-width: 768px){.stat-card{padding:20px 16px}}.stat-icon{width:44px;height:44px;margin:0 auto 14px;background:#e6f7f5;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:22px;height:22px;color:#2fa64f}.stat-icon.blue{background:#e8f4fc}.stat-icon.blue svg{color:#3b82f6}.stat-icon.amber{background:#fef3e2}.stat-icon.amber svg{color:#f59e0b}.stat-icon.purple{background:#f3e8ff}.stat-icon.purple svg{color:#8b5cf6;fill:#8b5cf6}@media (max-width: 768px){.stat-icon{width:38px;height:38px;margin-bottom:12px}.stat-icon svg{width:18px;height:18px}}.stat-number{font-size:36px;font-weight:700;color:#111827;margin-bottom:6px;line-height:1}@media (max-width: 768px){.stat-number{font-size:28px}}.stat-label{font-size:14px;color:#4b5563;font-weight:500}@media (max-width: 768px){.stat-label{font-size:13px}}.section-header{text-align:center;max-width:600px;margin:0 auto 60px}.section-header h2{font-size:clamp(28px,4vw,40px);color:#111827;margin-bottom:16px}.section-header p{font-size:17px;color:#4b5563;line-height:1.7}.section-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#e6f7f5;border-radius:100px;font-size:12px;font-weight:600;color:#2fa64f;margin-bottom:16px}.features{padding:100px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#fff;padding:32px;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease}.feature-card:hover{border-color:#2fa64f;transform:translateY(-4px);box-shadow:0 4px 6px #0000000a,0 2px 4px #00000005}.feature-card h3{font-size:18px;color:#111827;margin-bottom:12px}.feature-card p{font-size:14px;color:#4b5563;line-height:1.7}.feature-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-icon svg{width:26px;height:26px}.feature-icon.teal{background:#e6f7f5;color:#2fa64f}.feature-icon.green{background:#eef7eb;color:#5cb648}.feature-icon.orange{background:#fff6e6;color:#ff9800}.benefits{padding:100px 0;background:#f8f9fa}.benefits__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width: 1024px){.benefits__content{grid-template-columns:1fr;gap:50px}}.benefits__text h2{font-size:clamp(28px,4vw,38px);color:#111827;margin-bottom:20px}.benefits__text>p{font-size:17px;color:#4b5563;margin-bottom:32px;line-height:1.7}.benefit-list{display:flex;flex-direction:column;gap:20px}.benefit-item{display:flex;gap:16px}.benefit-item h4{font-size:15px;color:#111827;margin-bottom:4px}.benefit-item p{font-size:14px;color:#4b5563}.benefit-check{width:28px;height:28px;background:#eef7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-check svg{width:16px;height:16px;fill:#5cb648}.schedule-content{padding:24px}.schedule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.schedule-header h4{font-size:16px;font-weight:700;color:#111827}.week-nav{display:flex;align-items:center;gap:12px}.week-nav button{width:28px;height:28px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4b5563}.week-nav span{font-size:13px;font-weight:600;color:#111827}.days-row{display:flex;gap:8px;margin-bottom:24px}.day-item{flex:1;padding:12px 8px;text-align:center;border-radius:10px;background:#f8f9fa;cursor:pointer;transition:all .2s}.day-item:hover{background:#f3f4f6}.day-item.active{background:#2fa64f}.day-item.active .day-name{color:#fffc}.day-item.active .day-num{color:#fff}.day-item .day-name{font-size:11px;font-weight:600;color:#9ca3af;margin-bottom:4px}.day-item .day-num{font-size:16px;font-weight:700;color:#111827}.schedule-list{display:flex;flex-direction:column;gap:12px}.schedule-item{display:flex;align-items:center;gap:14px;padding:14px;background:#f8f9fa;border-radius:10px;border-left:3px solid}.schedule-item.teal{border-left-color:#2fa64f}.schedule-item.green{border-left-color:#5cb648}.schedule-item.orange{border-left-color:#ff9800}.schedule-time{font-size:13px;font-weight:600;color:#111827;min-width:60px}.schedule-details{flex:1}.schedule-details h5{font-size:13px;font-weight:600;color:#111827;margin-bottom:2px}.schedule-details span{font-size:12px;color:#9ca3af}.schedule-status{padding:12px 16px;background:#eef7eb;border-radius:10px;display:flex;align-items:center;gap:8px;margin-top:16px}.schedule-status svg{width:18px;height:18px;color:#5cb648}.schedule-status span{font-size:13px;font-weight:600;color:#5cb648}.testimonials{padding:100px 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 1024px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:#fff;padding:32px;border-radius:16px;border:1px solid #e5e7eb}.testimonial-card blockquote{font-size:15px;color:#4b5563;line-height:1.7;margin-bottom:24px}.testimonial-stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-stars svg{width:18px;height:18px;fill:#fbbf24}.testimonial-author{display:flex;align-items:center;gap:14px}.testimonial-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.testimonial-avatar.teal{background:#2fa64f}.testimonial-avatar.green{background:#5cb648}.testimonial-avatar.orange{background:#ff9800}.testimonial-name{font-size:14px;font-weight:700;color:#111827}.testimonial-role{font-size:13px;color:#9ca3af}.demo-modal-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}.demo-modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px #0006;position:relative;max-width:900px;width:100%;max-height:90vh;overflow:hidden;animation:slideUp .3s ease}@media (max-width: 768px){.demo-modal{max-width:100%;margin:10px}}.demo-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#0000001a;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;color:#4b5563}.demo-modal-close svg{width:20px;height:20px}.demo-modal-close:hover{background:#0003;color:#111827}.demo-modal-content{padding:0}.demo-modal-header{padding:24px 24px 16px;text-align:center;border-bottom:1px solid #e5e7eb}.demo-modal-header h2{font-size:22px;font-weight:700;color:#111827;margin-bottom:6px}.demo-modal-header p{font-size:14px;color:#4b5563}@media (max-width: 768px){.demo-modal-header{padding:20px 20px 14px}.demo-modal-header h2{font-size:18px}}.demo-modal-video{position:relative;width:100%;padding-top:56.25%;background:#000}.demo-modal-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.hero-trial-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}.hero-trial-modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;position:relative;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.hero-trial-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;color:#4b5563}.hero-trial-modal-close svg{width:18px;height:18px}.hero-trial-modal-close:hover{background:#e5e7eb;color:#111827}.hero-trial-modal-content{padding:40px 32px;text-align:center}@media (max-width: 768px){.hero-trial-modal-content{padding:32px 24px}}.hero-trial-icon{width:72px;height:72px;background:linear-gradient(135deg,#2fa64f,#1c7a3a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px #2fa64f4d}.hero-trial-icon svg{width:32px;height:32px;color:#fff}.hero-trial-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:12px}@media (max-width: 768px){.hero-trial-title{font-size:24px}}.hero-trial-subtitle{font-size:16px;color:#4b5563;margin-bottom:32px;line-height:1.6}.hero-trial-features{text-align:left;margin-bottom:24px}.hero-trial-feature-item{display:flex;gap:14px;padding:16px;background:#f8f9fa;border-radius:12px;margin-bottom:12px;transition:all .2s}.hero-trial-feature-item:last-child{margin-bottom:0}.hero-trial-feature-item:hover{background:#e6f7f5}.hero-trial-feature-item svg{width:22px;height:22px;color:#5cb648;flex-shrink:0;margin-top:2px}.hero-trial-feature-item div{flex:1}.hero-trial-feature-item strong{display:block;font-size:15px;font-weight:600;color:#111827;margin-bottom:4px}.hero-trial-feature-item span{font-size:14px;color:#4b5563;line-height:1.5}.hero-trial-notice{display:flex;gap:12px;padding:16px;background:#fef3e2;border-radius:12px;margin-bottom:28px;text-align:left}.hero-trial-notice svg{width:20px;height:20px;color:#ff9800;flex-shrink:0;margin-top:2px}.hero-trial-notice span{font-size:14px;color:#4b5563;line-height:1.5}.hero-trial-notice span strong{color:#111827}.hero-trial-actions{display:flex;gap:12px}@media (max-width: 480px){.hero-trial-actions{flex-direction:column}}.hero-trial-btn-secondary{flex:1;padding:14px 24px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:#4b5563;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s}.hero-trial-btn-secondary:hover{border-color:#4b5563;color:#111827}.hero-trial-btn-primary{flex:1;padding:14px 24px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#5cb648,#4d993c);border:none;border-radius:10px;cursor:pointer;transition:all .2s}.hero-trial-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5cb6484d}.cta{padding:100px 0;background:linear-gradient(135deg,#f1faf4,#e9f7ee);text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(47,166,79,.08) 0%,transparent 50%);pointer-events:none}.cta__content{position:relative;z-index:1}.cta h2{font-size:clamp(28px,4vw,40px);color:#1a1a1a;margin-bottom:16px}.cta>p,.cta__content>p:not(.cta__note){font-size:18px;color:#5f6368;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.cta__buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.cta__buttons .btn{padding:16px 32px;font-size:16px}.cta__note{margin-top:20px;font-size:14px;color:#80868b}.modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.modal{background:#fff;border-radius:24px;box-shadow:0 25px 50px #00000040;position:relative;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;color:#4b5563}.modal__close:hover{background:#e5e7eb;color:#111827}.modal__header{text-align:center;padding:32px 32px 0}.modal__header h2{font-size:24px;color:#111827;margin-bottom:8px}.modal__header p{font-size:14px;color:#4b5563}.modal__logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.modal__logo .logo-icon{width:40px;height:40px;background:#2fa64f;border-radius:10px;display:flex;align-items:center;justify-content:center}.modal__logo .logo-icon svg{width:22px;height:22px;fill:#fff}.modal__logo span{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:700;color:#111827}.modal--demo{width:100%;max-width:900px}.modal__video{padding:24px}.modal__video iframe{width:100%;aspect-ratio:16/9;border-radius:12px;background:#000}.modal--trial{width:100%;max-width:480px;padding-bottom:24px}.modal__steps{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px 32px}.modal__steps .step{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#9ca3af;transition:color .2s}.modal__steps .step span{width:28px;height:28px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .2s}.modal__steps .step.active{color:#2fa64f}.modal__steps .step.active span{background:#2fa64f;color:#fff}.modal__steps .step-line{width:40px;height:2px;background:#e5e7eb;border-radius:1px}.modal__form{padding:0 32px}.modal__footer{padding:24px 32px 0;text-align:center}.modal__footer .trust-badges{display:flex;justify-content:center;gap:20px}.modal__footer .trust-badges span{display:flex;align-items:center;gap:6px;font-size:12px;color:#9ca3af}.modal__footer .trust-badges span svg{width:14px;height:14px}.modal__success{padding:48px 32px;text-align:center}.modal__success .success-icon{width:72px;height:72px;background:#eef7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.modal__success .success-icon svg{width:36px;height:36px;color:#5cb648}.modal__success h2{font-size:24px;color:#111827;margin-bottom:12px}.modal__success p{font-size:15px;color:#4b5563;margin-bottom:24px;line-height:1.6}.form-step{display:flex;flex-direction:column;gap:20px}.form-group label{display:block;font-size:13px;font-weight:600;color:#111827;margin-bottom:8px}.form-group--checkbox label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-weight:400;color:#4b5563}.form-group--checkbox label input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#2fa64f;cursor:pointer}.form-group--checkbox label a{color:#2fa64f;text-decoration:none}.form-group--checkbox label a:hover{text-decoration:underline}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper svg{position:absolute;left:14px;width:18px;height:18px;color:#9ca3af;pointer-events:none}.input-wrapper input,.input-wrapper select{width:100%;padding:14px 14px 14px 46px;font-family:DM Sans,sans-serif;font-size:15px;color:#111827;background:#f8f9fa;border:1.5px solid #e5e7eb;border-radius:10px;transition:all .2s;outline:none}.input-wrapper input::placeholder,.input-wrapper select::placeholder{color:#9ca3af}.input-wrapper input:focus,.input-wrapper select:focus{border-color:#2fa64f;background:#fff;box-shadow:0 0 0 3px #2fa64f1a}.input-wrapper select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.form-buttons{display:flex;gap:12px}.form-buttons .btn{flex:1;justify-content:center}.btn--full{width:100%;justify-content:center}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.modal--demo,.modal--trial{max-width:100%}.modal__header{padding:24px 24px 0}.modal__form{padding:0 24px}.modal__footer{padding:20px 24px 0}.modal__video{padding:16px}.modal__steps{padding:20px 24px}.modal__success{padding:32px 24px}.form-group--checkbox label{font-size:13px}}
