.login-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;position:relative;overflow:hidden;background-color:#f6f5f4}.login-box{display:flex;width:800px;min-height:400px;background-color:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);overflow:hidden;position:relative}.login-left{flex:1;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.login-logo-container{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:10px}.login-box-logo{width:100px;height:100px}.login-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:0;text-align:center}.login-subtitle{font-size:1rem;color:#666;margin-top:8px;text-align:center;line-height:1.5}.divider{width:1px;background-color:#e0e0e0;margin-top:1rem;margin-bottom:1rem}.login-right{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center}.login-form-group{margin-bottom:20px;display:flex;flex-direction:column;text-align:left}.login-form-group label{margin-bottom:8px;font-size:.9rem;color:#333;font-weight:600}.login-form-group input{padding:12px;border:1px solid #ccc;border-radius:6px;font-size:1rem;outline:none;transition:border-color .2s;font-weight:500}.login-form-group input:focus{border-color:#82296f}.login-button{width:auto;padding:6px 16px;background-color:#82296f;color:#fff;border:1px solid transparent;border-radius:24px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:8px}.button-arrow{display:flex;align-items:center;transition:transform .2s ease}.login-button:hover .button-arrow{transform:translate(4px)}.login-button:hover{background-color:#682159}.login-links{display:flex;justify-content:flex-start;gap:2rem;margin-top:calc(20px + 1rem);font-size:.9rem}.login-link{color:#82296f;text-decoration:none;font-weight:500}.login-link:hover{text-decoration:underline}.login-footer{margin-top:30px;display:flex;gap:30px;color:#333;font-size:.9rem;margin-bottom:8rem}.error-message{color:#dc3545;font-size:.9rem;margin-bottom:15px;text-align:center}.login-actions{display:flex;gap:1.5rem;margin-top:10px;justify-content:flex-end}.login-actions .login-button{margin-top:0}.login-action-link{display:flex;align-items:center;justify-content:center;color:#82296f;text-decoration:none;font-weight:500;font-size:.85rem}.login-action-link:hover{text-decoration:underline}.magic-code-container{display:flex;align-items:center;justify-content:space-between;margin-top:5px;gap:10px}.magic-code-group{display:flex;align-items:stretch;border:1px solid #ccc;border-radius:8px;overflow:hidden;transition:border-color .2s;background-color:#fff;width:83px;height:60px;box-sizing:border-box}.magic-code-group:focus-within{border-color:#82296f;box-shadow:0 0 0 1px #82296f}.login-form-group .magic-code-input{width:40px;height:100%;text-align:center;padding:0;margin:0;border:none;border-radius:0;font-size:2rem;font-weight:600;font-family:inherit;outline:none;background:transparent;appearance:none;-webkit-appearance:none;color:#333;flex:1}.login-form-group .magic-code-input:focus{border:none;box-shadow:none}.magic-group-divider{width:1px;background-color:#ccc;transition:background-color .2s;flex-shrink:0}.magic-code-group:focus-within .magic-group-divider{background-color:#82296f}.magic-code-separator{color:#ccc;font-weight:700;font-size:1.2rem;-webkit-user-select:none;user-select:none}.login-button.secondary{background-color:#fff;color:#333;border-color:#ccc}.login-button.secondary:hover{background-color:#f0f0f0}.login-form-group.checkbox-group{flex-direction:row;align-items:flex-start;gap:10px}.login-form-group.checkbox-group input{width:auto;margin-top:3px}.login-form-group.checkbox-group label{margin:0;font-weight:400;font-size:.85rem;line-height:1.4}.login-form-group.checkbox-group a{color:#82296f;text-decoration:none}.login-form-group.checkbox-group a:hover{text-decoration:underline}@media(max-width:950px){.login-box{flex-direction:column;width:90%;max-width:450px;height:auto}.login-left{padding:30px 20px}.divider{width:auto;height:1px;margin:0 1rem}.login-right{padding:30px 20px}.login-footer{margin-bottom:2rem;flex-direction:row;gap:1.5rem;justify-content:center}}.loading-spinner{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:#09f;animation:spin 1s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-container{display:flex;flex-direction:column;align-items:center;min-height:100vh;background-color:#f6f5f4;padding:20px 20px 40px}.profile-island{display:flex;width:800px;min-height:500px;background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.06);overflow:hidden;margin-top:3rem}.profile-sidebar{flex:1;background-color:#fafafa;border-right:1px solid #eee;padding:20px;display:flex;flex-direction:column}.profile-content{flex:2;padding:20px 40px 40px;display:flex;flex-direction:column}.profile-menu-item{display:flex;align-items:center;padding:8px 12px;margin-bottom:4px;border-radius:6px;cursor:pointer;color:#555;font-weight:500;transition:all .2s;font-size:.95rem}.profile-menu-item:hover{background-color:#82296f1a;color:#82296f}.profile-menu-item.active{background-color:#82296f;color:#fff;font-weight:600}.profile-menu-item svg{margin-right:12px;width:18px;height:18px}.profile-section-title{font-size:1.5rem;font-weight:600;margin-top:0;margin-bottom:1.5rem;color:#333;position:relative}.profile-section-title:after{content:"";display:block;width:45px;height:4px;background:linear-gradient(to right,#82296f,#82296f59);border-radius:2px;margin-top:10px}.switch{position:relative;display:inline-block;width:40px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#82296f}input:checked:disabled+.slider{background-color:#a85c96;opacity:.8;cursor:not-allowed}input:disabled+.slider{cursor:not-allowed}input:focus+.slider{box-shadow:0 0 1px #82296f}input:checked+.slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(16px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}input:disabled+.slider{background-color:#e6e6e6;cursor:not-allowed}.purple-link{color:#82296f;text-decoration:none;cursor:pointer;font-weight:500;font-size:.9rem}.purple-link:hover{text-decoration:underline}.security-toggle-row{display:flex;align-items:flex-start;padding:10px 0}.security-toggle-row .switch{margin-right:15px;margin-top:4px}.security-toggle-row .description{color:#555;flex:1}.password-status-text{color:#333;margin-bottom:8px}.info-box{border:1px solid #82296f;border-radius:8px;padding:12px;color:#000;font-weight:500;font-size:.9rem;margin-top:10px;background-color:#82296f0d;display:flex;align-items:center;gap:10px}.toast-notification{position:fixed;bottom:30px;right:30px;background:#fff;border:1px solid #82296f;border-radius:8px;padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideIn .3s ease-out;min-width:300px;max-width:450px}.toast-notification span{flex:1;color:#333;font-weight:500;font-size:.95rem}.toast-close{background:none;border:none;color:#999;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;margin-left:10px}.toast-close:hover{color:#333}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.alert-box{border-radius:8px;padding:12px;font-weight:500;font-size:.9rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.alert-box.info,.alert-box.error{background-color:#82296f0d;border:1px solid #82296f;color:#333}@media(max-width:950px){.profile-container{padding:20px;background-color:#f6f5f4}.profile-island{width:100%;margin-top:20px;border:1px solid rgba(0,0,0,.06);border-radius:8px;flex-direction:column;min-height:auto}.profile-sidebar{flex-direction:column;width:100%;border-right:none;border-bottom:1px solid #eee;padding:20px;background-color:#fafafa;overflow-x:visible}.profile-sidebar::-webkit-scrollbar{display:block}.profile-menu-item{flex-shrink:1;margin-right:0;margin-bottom:4px;white-space:normal;font-size:.95rem;padding:8px 12px;background-color:transparent;border-radius:6px;width:100%}.profile-menu-item:hover{background-color:#82296f1a;color:#82296f}.profile-menu-item.active{background-color:#82296f;color:#fff}.profile-menu-item svg{margin-right:12px;width:18px;height:18px}.profile-content{padding:20px}.profile-container .header-row{width:100%;margin-top:0}}.device-metadata-row{display:flex;align-items:center;font-size:.75rem;color:#666;margin-top:4px}.device-metadata-label{font-weight:600;border:1px solid #ccc;border-radius:4px;padding:1px 4px;margin-right:6px;background-color:#f5f5f5;flex-shrink:0}.device-metadata-value{word-break:break-all;min-width:0}.alert-box svg,.info-box svg{flex-shrink:0}@font-face{font-family:Noto Sans;src:url(/assets/NotoSans-VariableFont_wdth_wght-CYoOFcCZ.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Noto Sans;src:url(/assets/NotoSans-Italic-VariableFont_wdth_wght-DJsZH3RN.ttf) format("truetype");font-weight:100 900;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-VariableFont_wdth_wght-WOy3sDCz.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Cormorant Garamond;src:url(/assets/CormorantGaramond-VariableFont_wght-B4Q5m-X8.ttf) format("truetype");font-weight:300 700;font-style:normal}@font-face{font-family:Geist;src:url(/assets/Geist-VariableFont_wght-C2BNBXFg.ttf) format("truetype");font-weight:100 900;font-style:normal}body{margin:0;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f6f5f4;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative}.home-container{display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden;min-height:100vh}.cob-button{padding:10px 24px;background-color:#000;color:#fff;border:1px solid transparent;border-radius:24px;font-size:.95rem;font-weight:600;font-family:inherit;line-height:1.5;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.cob-button:hover{background-color:#333}.cob-button-icon{display:flex;align-items:center;transition:transform .2s ease}.cob-button:hover .cob-button-icon.arrow{transform:translate(4px)}.hero-cta-button{padding:12px 28px;border-radius:12px;font-size:1rem}.footer-link{color:#333;text-decoration:none;font-weight:500}.footer-link:hover{text-decoration:underline}.header-logo-img{height:2.5rem;margin-right:1rem;width:auto}.cob-button.compact{padding:6px 16px;font-size:.85rem}.cob-button.secondary{background-color:transparent;color:#000;border:1px solid black}.cob-button.secondary:hover{background-color:#0000000d}.cob-button.primary-purple{background-color:#82296f;color:#fff;border:1px solid #82296f}.cob-button.primary-purple:hover{background-color:#6a215a;border-color:#6a215a}.centered-layout{position:relative;margin:0 auto;display:flex;flex-direction:column;align-items:center;z-index:10;width:100%;max-width:1400px;padding:20px 20px 0;box-sizing:border-box;flex-grow:1}.header-row{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:980px;margin-top:1rem;padding:1rem 2rem;background:#fff;border-radius:8px;border:1px solid #f0f0f0;box-sizing:border-box}.logo-group{display:flex;align-items:center}.header-actions{display:flex;align-items:center;gap:20px}.header-logo-text{font-family:Noto Sans,sans-serif;font-weight:700;font-size:1.375rem;color:#000;text-decoration:none}.header-links{display:flex;gap:1rem;align-items:center}.header-link{font-family:Geist,Roboto,sans-serif;font-size:1rem;color:#000;text-decoration:none;font-weight:500;padding:8px 16px;border-radius:20px;transition:background-color .2s}.header-link:hover{text-decoration:none;background-color:#f0f0f0}.hero-text{margin-top:3rem;text-align:center;color:#333;z-index:1;width:100%}.hero-text h1{font-family:Geist,sans-serif;font-size:clamp(2.5rem,5vw,2.5rem);font-weight:600;line-height:1.1;margin:0;color:#333;text-align:center}.hero-text p{font-family:Geist,sans-serif;font-size:1.25rem;line-height:1.5;color:#555;margin-top:1.25rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.services-grid{display:flex;justify-content:space-between;gap:2rem;margin-top:1rem;width:100%;max-width:980px;flex-wrap:wrap;box-sizing:border-box}.service-box{background:#fff;border-radius:12px;padding:0;flex:1;min-width:250px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:transform .2s ease,box-shadow .2s ease;text-align:left;box-sizing:border-box;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:pointer;position:relative}.service-box:after{content:"";position:absolute;inset:0;border-radius:12px;border:1px solid #ebebeb;pointer-events:none;box-sizing:border-box}.service-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000008;background:#fff}.service-box.highlighted{position:relative;overflow:visible}.service-box.highlighted:after{border:var(--highlight-border-width, 4px) solid var(--highlight-color, #82296f)}.recommended-badge{background-color:var(--highlight-color, #82296f);color:#fff;font-family:Geist,sans-serif;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:12px;letter-spacing:.05em;position:absolute;top:-12px;left:50%;transform:translate(-50%);margin-top:0;z-index:10}.service-box.highlighted h3{margin-top:0}.service-header{padding:1.5rem 1.5rem 0;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:12px 12px 0 0}.service-box h3{font-family:Geist,sans-serif;font-size:1.375rem;font-weight:800;margin:0 0 .5rem;color:#333;letter-spacing:.02em;text-align:center;width:100%}.service-subtitle{font-family:Geist,sans-serif;font-size:1rem;line-height:1.4;color:#555;margin:0 0 1.5rem;text-align:center;width:100%;min-height:2.8em;display:flex;align-items:flex-start;justify-content:center;padding:0;box-sizing:border-box}.service-list{display:flex;flex-direction:column;gap:.8rem;width:100%;background-color:#f7f7f7;padding:1.5rem;box-sizing:border-box;flex-grow:1;border-top:1px solid #f2f2f2;border-radius:0 0 12px 12px}.service-item{display:flex;align-items:flex-start;gap:10px;text-align:left}.service-item-text{font-family:Geist,sans-serif;font-weight:600;font-size:.9rem;color:#333;line-height:1.3}.home-footer{width:100%;max-width:980px;display:flex;justify-content:flex-start;gap:4rem;align-items:center;margin-top:auto;padding-top:3rem;color:#666;font-size:.9rem;z-index:10;box-sizing:border-box;padding-left:2rem}.footer-links-group{display:flex;gap:30px}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#333}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f6f5f4;z-index:1000;display:flex;flex-direction:column;padding:0;box-sizing:border-box;transform:translate(100%);transition:transform .3s ease-in-out}.mobile-menu-overlay.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 40px;padding:.8rem 1.5rem;width:auto;border:1px solid transparent;box-sizing:border-box}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:8px;color:#333}.mobile-menu-content{display:flex;flex-direction:column;gap:20px;align-items:center;width:100%}.mobile-link{font-family:Geist,sans-serif;font-size:1.5rem;font-weight:600;color:#333;text-decoration:none;padding:10px}.mobile-actions{display:flex;flex-direction:row;gap:15px;margin-bottom:20px;width:100%;max-width:350px;justify-content:center}.mobile-actions .cob-button.secondary{background-color:#fff}.mobile-actions .cob-button{width:auto;flex:initial;justify-content:center}.cob-button{white-space:nowrap}.neon-highlight{background-color:#e9ddeb;padding:0 4px;border-radius:2px}@media(max-width:950px){.desktop-only{display:none!important}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center}.header-row{margin-top:0;padding:.8rem 1.5rem}.services-grid{flex-direction:column;align-items:center}.service-box{width:100%;max-width:100%}.hero-text h1{font-size:2rem}.header-row{padding:.8rem 1.5rem}.home-footer{flex-direction:column;gap:1.5rem;align-items:center;text-align:center;padding-left:0}}@media(max-width:480px){.desktop-break{display:none}}.home-dark-section{background-color:#1a1a1a;color:#fcfcfc;width:100%;padding:5rem 2rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box;min-height:400px;margin-top:4rem}.home-dark-section.simple-footer{min-height:auto;padding:0 2rem 3rem;margin-top:auto;width:100%;margin-left:0;margin-right:0;flex-shrink:0}.dark-selector-container{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;padding:4px;background:#333;border-radius:30px;width:fit-content;margin-left:auto;margin-right:auto}.dark-selector-button{background:transparent;border:none;color:#888;padding:8px 24px;border-radius:24px;font-family:Geist,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.selector-icon{display:flex;align-items:center}.selector-icon svg{width:18px;height:18px}.dark-selector-button:hover{color:#fff}.dark-selector-button.active{background-color:#444;color:#fff;font-weight:600}.dark-hero-wrapper{width:calc(100% + 4rem);margin-left:-2rem;margin-right:-2rem;border-bottom:1px solid #444;margin-bottom:0;padding-bottom:4rem;display:flex;justify-content:center;padding-left:2rem;padding-right:2rem;box-sizing:border-box}.dark-content-grid{display:flex;width:100%;max-width:980px;border-left:1px solid #444;border-right:1px solid #444;flex-grow:1}.dark-content-box{flex:1;min-width:0;box-sizing:border-box;padding:2rem;color:#888;font-family:Geist,sans-serif;font-size:1.1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;aspect-ratio:1 / 1}.dark-content-box.left{border-right:1px solid #444}@media(max-width:950px){.dark-content-grid{flex-direction:column;border-left:none;border-right:none}.dark-content-box{width:100%;aspect-ratio:auto;height:auto;max-height:none;min-height:200px;border-left:1px solid #444;border-right:1px solid #444;box-sizing:border-box}.dark-content-box.left{border-right:1px solid #444;border-bottom:1px solid #444}}.home-dark-section h2{font-family:Geist,sans-serif;font-size:2.5rem;font-weight:600;margin:0;color:#fcfcfc;max-width:800px;width:100%}.home-dark-footer{margin-top:auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center;color:#fcfcfc;font-size:.9rem;width:calc(100% + 4rem);margin-left:-2rem;margin-right:-2rem;border-top:1px solid #444;padding-top:3rem;padding-left:2rem;padding-right:2rem;box-sizing:border-box}.home-dark-footer-row{display:flex;justify-content:space-between;width:100%;max-width:980px;align-items:center}.home-dark-footer-links{display:flex;gap:30px}.home-dark-footer a{color:#fcfcfc;text-decoration:none;transition:opacity .2s}.home-dark-footer a:hover{opacity:.8}@media(max-width:950px){.home-dark-footer-row{flex-direction:column;gap:1.5rem}}@media(max-width:600px){.home-dark-section{padding-left:1rem;padding-right:1rem}.dark-selector-container{width:100%;box-sizing:border-box;justify-content:space-between}.dark-selector-button{padding:8px;font-size:.85rem;white-space:nowrap;flex:1;justify-content:center}}.pricing-matrix{display:grid;grid-template-columns:180px 1fr 1fr 1fr;width:100%;max-width:1320px;margin:3rem auto 0;column-gap:20px;row-gap:0;position:relative;padding:10px 190px 10px 10px;box-sizing:border-box}.pm-corner{background:transparent;border:none}.pm-header-col{padding:2rem 1rem;background:#fff;border:1px solid #ebebeb;border-bottom:none;border-radius:12px 12px 0 0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:visible;z-index:1}.pm-corner+.pm-header-col{border-left:1px solid #ebebeb}.pm-header-col:last-child{border-right:1px solid #ebebeb}.pm-title{font-family:Geist,sans-serif;font-size:1.25rem;font-weight:800;margin:1rem 0 .5rem;color:#333;display:flex;align-items:center;gap:8px}.pm-subtitle{font-family:Geist,sans-serif;font-size:.9rem;color:#666;margin:0;line-height:1.4;max-width:220px}.pm-row-label{grid-column:1;padding:.75rem 1rem;font-family:Geist,sans-serif;font-size:.95rem;font-weight:600;color:#333;display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;background:transparent;border:none;border-right:1px solid #ebebeb;text-align:left;position:relative;z-index:0;white-space:nowrap}.pm-row-label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:650%;background:#fff;border-top:1px solid #f0f0f0;border-bottom:none;z-index:-1}.pm-row-label+.pm-cell,.pm-row-label+.pm-cell+.pm-cell,.pm-row-label+.pm-cell+.pm-cell+.pm-cell{border-top:none}.pm-row-label.first-row{margin-top:0}.pm-row-label.first-row+.pm-cell,.pm-row-label.first-row+.pm-cell+.pm-cell,.pm-row-label.first-row+.pm-cell+.pm-cell+.pm-cell{border-top:none}.pm-row-label.last-row:before{border-bottom:none}.pm-row-label.spacer{padding:0;min-height:50px;border-right:none}.pm-row-label.spacer:before{display:none}.pm-cell{padding:.75rem 1rem;font-family:Geist,sans-serif;font-size:.95rem;font-weight:400;color:#333;background:#fff;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;border-top:none;border-bottom:none;border-radius:0;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1}.pm-cell.last-row{border-bottom:none;border-radius:0}.pm-cell.spacer{min-height:50px;border-bottom:1px solid #ebebeb;border-radius:0 0 12px 12px;background:#fff}.pm-cell.align-top{align-items:flex-start;text-align:left}.pm-list{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:.8rem}.pm-list li{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.3}.pm-list li:before{content:"→";color:#333;font-weight:700}.pm-header-col.co-creation{border:4px solid #82296f;border-bottom:none}.pm-cell.co-creation{border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.spacer.co-creation{border-bottom:4px solid #82296f}.pm-header-col.consulting{border:4px solid #000;border-bottom:none}.pm-cell.consulting{border-left:4px solid #000;border-right:4px solid #000}.pm-cell.spacer.consulting{border-bottom:4px solid #000}@media(max-width:900px){.pricing-matrix{display:grid;grid-template-columns:1fr;gap:0;background:transparent;box-shadow:none;border:none;padding:10px;margin:1rem 0 0;overflow-x:visible}.pm-corner,.pm-row-label{display:none}.pm-header-col,.pm-cell{width:100%;box-sizing:border-box}.pm-header-col.co-creation{order:1;border-radius:12px 12px 0 0;border-bottom:none;margin-top:2rem}.pm-cell.co-creation:nth-child(6){order:2;border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.co-creation:nth-child(10){order:3;border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.co-creation:nth-child(14){order:4;border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.co-creation:nth-child(18){order:5;border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.co-creation:nth-child(22){order:6;border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.co-creation:nth-child(26){order:7;border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.co-creation:nth-child(30){order:8;border-left:4px solid #82296f;border-right:4px solid #82296f}.pm-cell.last-row.co-creation{order:9;border:4px solid #82296f;border-top:none;border-radius:0 0 12px 12px;margin-bottom:2rem}.pm-cell.spacer.co-creation{display:none}.pm-header-col.consulting{order:10;border-radius:12px 12px 0 0;border-bottom:none;margin-top:2rem}.pm-cell.consulting:nth-child(7){order:11;border-left:4px solid #000;border-right:4px solid #000}.pm-cell.consulting:nth-child(11){order:12;border-left:4px solid #000;border-right:4px solid #000}.pm-cell.consulting:nth-child(15){order:13;border-left:4px solid #000;border-right:4px solid #000}.pm-cell.consulting:nth-child(19){order:14;border-left:4px solid #000;border-right:4px solid #000}.pm-cell.consulting:nth-child(23){order:15;border-left:4px solid #000;border-right:4px solid #000}.pm-cell.consulting:nth-child(27){order:16;border-left:4px solid #000;border-right:4px solid #000}.pm-cell.consulting:nth-child(31){order:17;border-left:4px solid #000;border-right:4px solid #000}.pm-cell.last-row.consulting{order:18;border:4px solid #000;border-top:none;border-radius:0 0 12px 12px;margin-bottom:2rem}.pm-cell.spacer.consulting{display:none}.pm-header-col:nth-child(4){order:20;border-radius:12px 12px 0 0;border-bottom:none;border:1px solid #ebebeb;margin-top:2rem}.pm-cell:nth-child(8){order:21;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb}.pm-cell:nth-child(12){order:22;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb}.pm-cell:nth-child(16){order:23;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb}.pm-cell:nth-child(20){order:24;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb}.pm-cell:nth-child(24){order:25;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb}.pm-cell:nth-child(28){order:26;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb}.pm-cell:nth-child(32){order:27;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb}.pm-cell.last-row:nth-child(36){order:28;border:1px solid #ebebeb;border-top:none;border-radius:0 0 12px 12px;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;margin-bottom:2rem}.pm-cell.spacer:nth-child(40){display:none}.pm-cell:before{content:attr(data-label);display:block;font-size:.75rem;color:#999;margin-bottom:4px;font-weight:600;text-transform:uppercase}.pm-cell{flex-direction:column;align-items:center;text-align:center;padding:1rem}}.calculator-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;text-align:left}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-family:Geist,sans-serif;font-size:1rem;color:#fff;font-weight:600}.dark-input{background:#333;border:1px solid #444;border-radius:8px;padding:10px 12px;color:#fff;font-family:Geist,sans-serif;font-size:1rem;outline:none;transition:border-color .2s}.dark-input:focus{border-color:#82296f}.form-group.checkbox{flex-direction:row;align-items:center}.form-group.checkbox label{display:flex;align-items:center;gap:8px;cursor:pointer;color:#fff}.form-group.checkbox input[type=checkbox]{accent-color:#82296f;width:16px;height:16px}.calculator-result{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;color:#888}.range-container{display:flex;flex-direction:column;gap:8px;width:100%}.dark-range{-webkit-appearance:none;width:100%;height:6px;background:#444;border-radius:3px;outline:none;margin:10px 0}.dark-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#82296f;cursor:pointer;border:2px solid #fff;box-shadow:0 0 5px #0000004d}.dark-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#82296f;cursor:pointer;border:2px solid #fff;box-shadow:0 0 5px #0000004d}.range-labels{display:flex;justify-content:space-between;font-family:Geist,sans-serif;font-size:.8rem;color:#888}.custom-checkbox-container{display:flex;align-items:center;position:relative;padding-left:35px;cursor:pointer;font-size:1rem;font-weight:600;-webkit-user-select:none;user-select:none;color:#fff;min-height:24px}.custom-checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:50%;left:0;transform:translateY(-50%);height:24px;width:24px;background-color:#333;border:1px solid #555;border-radius:6px;transition:all .2s ease}.custom-checkbox-container:hover input~.checkmark{background-color:#444;border-color:#666}.custom-checkbox-container input:checked~.checkmark{background-color:#82296f;border-color:#82296f}.checkmark:after{content:"";position:absolute;display:none}.custom-checkbox-container input:checked~.checkmark:after{display:block}.custom-checkbox-container .checkmark:after{left:8px;top:4px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.result-subtitle{font-family:Geist,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 1.5rem;text-align:center}.result-boxes{display:flex;gap:1.5rem;width:100%;justify-content:center}.result-box{display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;background:#ffffff08;border-left:3px solid #82296f;border-radius:0;min-width:145px;white-space:nowrap}.result-value{font-family:Geist,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2}.result-label{font-family:Geist,sans-serif;font-size:.9rem;color:#888;margin-top:4px}@media(max-width:600px){.result-boxes{flex-direction:column;align-items:center}.result-box{width:100%;box-sizing:border-box}}.result-box.green{border-left-color:#4caf50}.cob-button.white{background-color:#fff;color:#000;border:1px solid #fff}.cob-button.white:hover{background-color:#e6e6e6;border-color:#e6e6e6}
