.footer{background:#ddd;padding:40px 0;border-top:3px solid var(--purple-light);margin-top:40px}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.footer-logo img{height:45px}.footer-links{display:flex;gap:30px}.footer-links a{color:var(--purple-dark);text-decoration:none;font-size:14px}.footer-links a:hover{text-decoration:underline}.cookie-consent-banner{background-color:#505050;position:fixed;height:20vh;z-index:20;bottom:0;width:100%;color:#eee;padding:20px}.cookie-consent-container{display:flex;flex-direction:column}.cookie-consent-content{display:flex;flex-direction:row}.cookie-consent-content button{border:solid whitesmoke 2px;border-radius:5px;color:#fff;height:40px;min-width:40px;padding:10px;background:transparent;transition:.2s;transition-property:background-color,color}.cookie-consent-header{justify-content:space-between}.cookie-consent-body{justify-content:center}.cookie-consent-body button{margin:10px}.cookie-consent-footer{margin-top:10px;justify-content:center}.cookie-consent-footer label{margin:15px}.cookie-consent-content h3{text-align:center}.cookie-consent-header button{align-self:flex-start}.cookie-consent-footer input{height:20px;width:20px;margin-right:5px}.cookie-consent-footer label span{line-height:20px;vertical-align:middle;padding-bottom:12px}.cookie-consent-content button:hover{background-color:#fff;color:#505050}.cookie-consent-title{align-items:center;margin-left:30px}:root{--purple-light: #9E769B;--purple-med: #74226C;--purple-dark: #4B2142;--green-light: #97EAD2;--green-dark: #8CC7A1;--background: #f5f5f5;--text-dark: #1f2937;--text-med: #2d3748;--text-light: #374151;--text-grey: #9ca3af;--border-dark: #2d3748;--border-light: #b8bcc1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:SF Pro,Segoe UI,Ubuntu,Cantarell,sans-serif;background:#fefefe;color:#333;line-height:1.6}.hidden{display:none!important}.text-nowrap{white-space:nowrap}.navbar{position:fixed;top:0;width:100%;background:#fefefef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5px 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 20px #4b21420d}.nav-header{display:flex;justify-content:space-between;align-items:center}.menu-toggle{display:none;background:none;border:none;font-size:1.8rem;color:var(--purple-dark);cursor:pointer;padding:.5rem}.logo-space{display:flex;height:60px;align-items:center;justify-content:center}.logo-space img{height:100px;background:#fefefef2;margin-top:30px;padding:5px;border-radius:0 0 7px 7px;box-shadow:0 2px 20px #4b21420d}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links.mobile-open{display:flex}.nav-links a{text-decoration:none;color:var(--purple-dark);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--purple-med)}.cta-button{background:var(--purple-med);color:#f5f5f5;padding:.7rem 1.8rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #9e769b4d}.cta-button:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 6px 25px #4b214266}.hero{margin-top:80px;padding:6rem 5% 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:calc(100vh - 80px)}.hero-content h1{font-size:3.5rem;color:var(--purple-dark);margin-bottom:1.5rem;line-height:1.2}.hero-content .highlight{color:var(--purple-med)}.hero-content p{font-size:1.3rem;color:#666;margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem}.primary-btn{background:var(--purple-med);color:#f5f5f5;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s;box-shadow:0 4px 20px #9e769b66}.primary-btn:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 8px 30px #4b214280}.secondary-btn{background:transparent;color:#343434;padding:1rem 2.5rem;border:2px solid var(--green-dark);border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s}.secondary-btn:hover{background:var(--green-light);color:#343434;transform:translateY(-2px)}p.legal-notice{font-size:15px;margin:1rem}.hero-visual{position:relative;height:500px}a.scroll-down{position:absolute;width:10%;margin-left:40%;margin-right:40%;text-align:center;bottom:4rem;color:var(--purple-dark);text-decoration:none;font-size:1.2rem;transition:all .3s}a.scroll-down:hover{transform:translateY(7px)}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--purple-med) 0%,#B890B5 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#f5f5f5;font-weight:700}.card-title{font-size:1.1rem;font-weight:600;color:var(--purple-dark)}.card-detail{font-size:.9rem;color:#666;margin:.5rem 0}.card-amount{font-size:1.8rem;font-weight:700;color:var(--purple-med);margin-top:1rem}.features{padding:5rem 5%;background:linear-gradient(180deg,#f9f7f9,#fefefe)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.8rem;color:var(--purple-dark);margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #4b214214;transition:all .3s}.feature-icon{width:60px;height:60px;background:var(--purple-light);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem}.feature-card h3{font-size:1.5rem;color:var(--purple-dark);margin-bottom:1rem}.feature-card p{color:#666;line-height:1.8}.social-proof{padding:5rem 5%;text-align:center}.integrations{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.integration-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #4b214214;transition:all .3s;text-align:center}.integration-logo{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#f9f7f9}.integration-card h3{font-size:1.4rem;color:var(--purple-dark);margin-bottom:1rem}.integration-card p{color:#666;line-height:1.7}.cta-section{padding:6rem 5%;background:linear-gradient(135deg,var(--purple-dark) 0%,#6B3162 100%);text-align:center;color:#f5f5f5}.cta-section h2{font-size:2.8rem;margin-bottom:1.5rem}.cta-section p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9}.cta-section .primary-btn{background:#f5f5f5;color:var(--purple-dark)}.cta-section .primary-btn:hover{background:var(--purple-med);color:#f5f5f5}@media (max-width: 768px){nav{flex-wrap:wrap;padding:0}.logo-space{margin-left:10px;margin-top:10px}.logo-space img{height:inherit;background:none;margin-top:0;padding:0;border-radius:0;box-shadow:none}.nav-header{width:100%}.menu-toggle{display:block}.nav-links{display:none;width:100%;flex-direction:column;gap:0;margin-top:1rem;padding-bottom:1rem;background:#f5f5f5;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #4b21421a}.gsi-material-button{margin-top:1rem}.nav-links a{width:100%;padding:1rem 1.5rem;border-bottom:1px solid #F9F7F9;text-align:left}.nav-links a:last-child{border-bottom:none}.nav-links .cta-button{border-radius:0;text-align:center}.hero{grid-template-columns:1fr;padding:4rem 5% 2rem}.hero-content h1{font-size:2.5rem}.hero-buttons{flex-direction:column}.hero-visual{height:400px;margin-top:3rem}a.scroll-down{width:50%;margin-left:20%}}.gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#f5f5f5;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:25px;height:52px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}.gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}.gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.gsi-material-button:disabled{cursor:default;background-color:#ffffff61;border-color:#1f1f1f1f}.gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}.gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}.gsi-material-button:not(:disabled):active .gsi-material-button-state,.gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#303030;opacity:12%}.gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#303030;opacity:8%}
