:root{--mentcura-green-primary: #07A76F;--mentcura-green-secondary: #068F5E;--mentcura-beige-bg: #F3f3ed;--text-on-green: white;--text-on-beige: #2C2C2C;--text-on-beige-medium: #555555;--text-faded-beige: #AAAAAA;--input-bg-beige-tint: rgba(0, 191, 99, .05);--input-border-beige-tint: rgba(0, 191, 99, .2);--border-subtle: #E0E0E0;--font-heading: "Poppins", sans-serif;--font-body: "Poppins", sans-serif}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iconPop{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1)}}.mc-demo-page{display:flex;min-height:100vh;font-family:var(--font-body);background-color:var(--mentcura-beige-bg);overflow-x:hidden;justify-content:center;align-items:stretch}.mc-demo-content-wrapper{display:flex;width:100%;align-items:flex-start;margin:0;overflow:visible}.mc-demo-left-section{flex:1;background-color:#07a76f!important;padding:20px 40px;display:flex;flex-direction:column;justify-content:flex-start}.mc-demo-left-heading,.mc-demo-left-subheading,.mc-demo-left-benefits li,.mc-demo-about-heading,.mc-demo-about-text,.mc-demo-help-link{color:var(--text-on-green)}.mc-demo-left-heading{font-family:var(--font-heading);font-size:2em;font-weight:800;line-height:1.1;margin-bottom:20px;max-width:none;text-align:left}.mc-demo-left-subheading{font-size:1.1em;line-height:1.5;margin-bottom:30px;max-width:500px;text-align:left}.mc-demo-left-benefits{list-style:none;padding:0;margin-bottom:40px}.mc-demo-left-benefits li{font-size:1.1em;margin-bottom:15px;display:flex;align-items:flex-start;gap:10px;line-height:1.4}.mc-demo-check-icon{color:#fff;font-size:1.3em}.mc-demo-about-heading{font-family:var(--font-heading);font-size:1.8em;font-weight:700;margin-bottom:15px;text-align:left}.mc-demo-about-text{font-size:1em;line-height:1.6;text-align:left}.mc-demo-help-link{font-size:1em;margin-top:auto;padding-top:250px}.mc-demo-help-link__link{color:#fff;text-decoration:underline;transition:color .3s ease}.mc-demo-help-link__link:hover{color:#f0f0f0;text-decoration:none}.mc-demo-right-section{flex:1;background-color:var(--mentcura-beige-bg);padding:20px 40px;display:flex;flex-direction:column;justify-content:flex-start;align-self:flex-start}.mc-demo-form-heading{color:var(--text-on-beige);font-family:var(--font-heading);font-size:3em;font-weight:800;line-height:1.1;margin-bottom:20px;max-width:100%}.mc-demo-form{display:flex;flex-direction:column;width:100%;max-width:100%;margin-top:20px}.mc-demo-form-row{display:flex;gap:20px;margin-bottom:20px}.mc-demo-form-group{flex:1;display:flex;flex-direction:column;margin-bottom:15px}.mc-demo-half-width{flex:0 0 calc(50% - 10px)}.mc-demo-full-width{flex:0 0 100%}.mc-demo-form-group label{font-size:.9em;color:var(--text-on-beige);margin-bottom:8px;font-weight:500;text-align:left}.mc-demo-form-group .mc-demo-required{color:var(--mentcura-green-primary)}.mc-demo-form input,.mc-demo-form select,.mc-demo-form textarea{background-color:var(--input-bg-beige-tint);border:1px solid var(--input-border-beige-tint);color:var(--text-on-beige);padding:12px 15px;font-size:1em;border-radius:4px;width:100%;box-sizing:border-box;margin-bottom:4px}.mc-demo-form input::placeholder,.mc-demo-form textarea::placeholder{color:var(--text-faded-beige)}.mc-demo-form input:focus,.mc-demo-form select:focus,.mc-demo-form textarea:focus{border-color:var(--mentcura-green-primary);box-shadow:0 0 0 2px #00bf6333;outline:none;transform:scale(1.005)}.mc-demo-form select{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-6.5%200-12.3%203.8-15%209.7-2.8%205.9-1.9%2012.7%202.2%2017.2l128.8%20132c3.7%203.7%208.9%205.9%2014.2%205.9s10.5-2.2%2014.2-5.9l128.8-132c4.1-4.5%205-11.3%202.2-17.2z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 1rem center;background-size:.8em .8em;appearance:none;-webkit-appearance:none;-moz-appearance:none}.mc-demo-privacy-text,.mc-demo-required-note{color:var(--text-on-beige-medium)}.mc-demo-privacy-text .link-text{color:var(--mentcura-green-primary)}.mc-demo-privacy-text .link-text:hover{color:var(--mentcura-green-secondary)}.mc-demo-submit-button{background-color:var(--mentcura-green-primary);color:#fff;border:none;border-radius:6px;padding:15px 25px;font-size:1.1em;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;text-transform:uppercase;letter-spacing:.5px}.mc-demo-submit-button:hover{background-color:var(--mentcura-green-secondary);transform:translateY(-2px) scale(1.01);box-shadow:0 8px 20px #00000040}.mc-demo-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.mc-demo-modal-content{background:#fff;padding:30px;border-radius:8px;max-width:400px;width:90%;text-align:center;box-shadow:0 10px 30px #0000004d}.mc-demo-modal-close-button{background-color:var(--mentcura-green-primary);color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;margin-top:15px}.mc-demo-error-message{color:#d32f2f;background-color:#ffebee;padding:10px;border-radius:4px;margin:10px 0;border:1px solid #ffcdd2}.mc-demo-success-message{color:#388e3c;background-color:#e8f5e8;padding:10px;border-radius:4px;margin:10px 0;border:1px solid #c8e6c9}@media (max-width: 1024px){.mc-demo-content-wrapper{flex-direction:column;min-height:auto}.mc-demo-left-section,.mc-demo-right-section{padding:40px 30px}.mc-demo-form-row{flex-direction:column;gap:0;margin-bottom:0}.mc-demo-form-group{margin-bottom:20px;width:100%!important;flex:1 1 100%!important}.mc-demo-half-width,.mc-demo-full-width{flex:1 1 100%!important;width:100%!important;max-width:100%!important}}@media (max-width: 768px){.mc-demo-left-section,.mc-demo-right-section{padding:30px 20px}.mc-demo-form-heading,.mc-demo-left-heading{font-size:2.2em;text-align:left}.mc-demo-form{max-width:100%}.mc-demo-left-heading,.mc-demo-left-subheading,.mc-demo-about-heading,.mc-demo-about-text,.mc-demo-help-link,.mc-demo-form-heading{text-align:left}.mc-demo-left-benefits li{font-size:1em;margin-bottom:12px;align-items:flex-start;flex-wrap:wrap}.mc-demo-check-icon{font-size:1.1em;margin-top:2px;flex-shrink:0}.mc-demo-form input,.mc-demo-form select,.mc-demo-form textarea{width:100%!important;box-sizing:border-box;font-size:16px;padding:14px 16px}}@media (max-width: 480px){.mc-demo-page{padding:0}.mc-demo-left-section,.mc-demo-right-section{padding:20px 16px}.mc-demo-form-heading,.mc-demo-left-heading{font-size:1.8em;line-height:1.2;text-align:left}.mc-demo-left-subheading{font-size:1em;margin-bottom:20px;text-align:left}.mc-demo-help-link{padding-top:40px;font-size:.9em;text-align:left}.mc-demo-left-heading,.mc-demo-left-subheading,.mc-demo-about-heading,.mc-demo-about-text,.mc-demo-help-link,.mc-demo-form-heading{text-align:left}.mc-demo-left-benefits li{font-size:.95em;margin-bottom:10px;align-items:flex-start;line-height:1.3}.mc-demo-check-icon{font-size:1em;margin-top:1px;flex-shrink:0}.mc-demo-form-row{margin-bottom:0}.mc-demo-form-group{margin-bottom:16px}.mc-demo-form-group label{font-size:14px;margin-bottom:6px;text-align:left}.mc-demo-submit-button{width:100%;padding:16px;font-size:16px;margin-top:10px}}
