@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}#root,body,html{max-width:100vw;overflow-x:hidden!important;position:relative;width:100%}*{box-sizing:border-box;margin:0;padding:0}.App{min-height:100vh;position:relative}.App,.main-content{align-items:center;display:flex;flex-direction:column;text-align:center}.main-content{flex:1 0 auto;justify-content:center;min-height:70vh;width:100%}.footer-container{align-items:center;background:#fff;display:flex;flex-shrink:0;justify-content:space-between;margin-top:auto;padding:1rem;position:relative;width:100%;z-index:40}.copyright{color:#666;font-size:.9rem;left:50%;margin:0;position:absolute;text-align:center;transform:translateX(-50%)}.impressum-link-bottom{align-items:center;color:#000;cursor:pointer;display:flex;font-size:.9rem;margin-left:auto;min-height:44px;padding:.5rem;text-decoration:none;transition:color .2s ease}.impressum-link-bottom:hover{color:#333}@media (max-width:768px){.footer-container{flex-direction:column;gap:.5rem;padding:.75rem}.copyright{font-size:.8rem;position:static;text-align:center;transform:none;width:100%}.impressum-link-bottom{font-size:.8rem;justify-content:center;margin-left:0;width:100%}}@media (max-width:480px){.footer-container{padding:.5rem}.copyright,.impressum-link-bottom{font-size:.7rem}}.title{color:#1a1a1a;font-family:Times New Roman,serif;font-size:4rem;font-weight:300;letter-spacing:-.02em;margin-bottom:4rem;min-height:1.2em}.cursor{animation:blink 1s infinite;font-weight:200}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.description{color:#000;font-size:1.2rem;font-weight:300;margin-bottom:4rem}.disciplines{line-height:2;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px}.discipline{color:#000;display:inline;font-size:1rem;font-weight:300;margin-right:1rem}.discipline:not(:last-child):after{content:" "}.founders{color:#000;font-size:1rem;font-weight:300;margin-top:3rem}.page-content{opacity:1;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;will-change:transform,opacity}.page-content.transitioning{opacity:.7;transform:translateY(5%)}.home-overlay{background:#fff;height:100vh;left:0;pointer-events:none;position:fixed;top:0;transform:translateZ(0);transition:transform .1s ease-out,opacity .1s ease-out;width:100%;will-change:transform,opacity;z-index:30}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100vh)}to{opacity:1;transform:translateY(0)}}.bear-icon{animation:fadeIn .5s ease-in-out .5s forwards;background-color:initial;border:3px solid #000;border-radius:50%;cursor:pointer;height:120px;min-height:44px;min-width:44px;opacity:0;position:fixed;right:2rem;top:2rem;width:120px;z-index:50}.bear-icon,.duck-container{align-items:center;display:flex;justify-content:center}.duck-container{transform:scaleX(-1);transform-origin:center}.duck{animation:duckBob 2s ease-in-out infinite;height:45px;position:relative;width:60px}.duck-body{border-radius:50% 50% 60% 40%;bottom:8px;height:25px;transform:translateX(-50%);width:35px}.duck-body,.duck-head{background-color:#000;left:50%;position:absolute}.duck-head{border-radius:50%;height:18px;top:2px;transform:translateX(-30%);width:20px}.duck-beak{background-color:#000;border-radius:0 50% 50% 0;height:4px;left:42px;position:absolute;top:12px;width:8px}.duck-eye{background-color:#fff;border-radius:50%;height:3px;left:35px;position:absolute;top:8px;width:3px}.duck-legs{height:12px;left:50%;transform:translateX(-50%);width:20px}.duck-leg,.duck-legs{bottom:0;position:absolute}.duck-leg{animation:duckWalk .6s ease-in-out infinite;background-color:#000;height:8px;width:2px}.duck-leg.left{left:6px}.duck-leg.right{animation-delay:.3s;right:6px}.duck-leg:after{background-color:#000;border-radius:50%;bottom:-2px;content:"";height:2px;left:-2px;position:absolute;width:6px}@keyframes duckBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes duckWalk{0%,to{transform:rotate(0deg)}50%{transform:rotate(15deg)}}.bear-icon:hover{border-color:#333}.bear-icon:active{transform:scale(.95)}.speech-bubble{animation:bubbleIn .3s ease-out;background-color:#fff;border:1.5px solid #666;border-radius:20px;box-shadow:0 8px 20px #00000026,0 4px 8px #0000001a;color:#000;min-height:44px;min-width:44px;opacity:1;padding:1.2rem;position:fixed;right:3rem;top:9rem;z-index:100}.speech-bubble-content{display:flex;flex-direction:column;gap:.6rem}.category-item{align-items:center;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:.85rem;font-weight:300;justify-content:center;min-height:44px;padding:.4rem .8rem;text-align:center;transition:all .2s ease}.category-item:hover{background-color:#f5f5f5;transform:translateX(3px)}.speech-bubble-arrow{border-bottom:15px solid #666;border-left:12px solid #0000;border-right:12px solid #0000;height:0;position:absolute;right:1.5rem;top:-12px;width:0}.speech-bubble-arrow:after{border-bottom:12px solid #fff;border-left:10px solid #0000;border-right:10px solid #0000;content:"";height:0;left:-10px;position:absolute;top:3px;width:0}@keyframes bubbleIn{0%{opacity:0;transform:translateY(-10px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-15px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.App{padding:2rem 1rem}.title{font-size:2.5rem;line-height:1.2}.main-content{max-width:100%;padding:0 .5rem}.bear-icon{height:100px;right:1rem;top:1rem;width:100px}.bear-head{font-size:3rem}.speech-bubble{box-shadow:0 6px 16px #0000001f,0 3px 6px #00000014;max-width:180px;min-width:160px;right:1rem;top:7rem}.speech-bubble-arrow{right:1rem}.copyright{bottom:1rem;font-size:.8rem;left:1rem;right:1rem;text-align:center;transform:none}.impressum-link-bottom{bottom:3rem;font-size:.8rem;right:1rem}}@media (max-width:480px){.App{padding:1.5rem .5rem}.title{font-size:2rem;line-height:1.2}.main-content{padding:0 .25rem}.bear-icon{height:80px;right:.5rem;top:.5rem;width:80px}.bear-head{font-size:2.5rem}.speech-bubble{max-width:160px;min-width:140px;padding:.8rem;right:.5rem;top:5.5rem}.category-item,.speech-bubble-content{font-size:.8rem}.category-item{padding:.6rem .8rem}.copyright{bottom:.5rem;font-size:.7rem;left:.5rem;right:.5rem}.impressum-link-bottom{bottom:2.5rem;font-size:.7rem;right:.5rem}}@media (hover:none) and (pointer:coarse){.bear-icon,.speech-bubble{min-height:44px;min-width:44px}.category-item{justify-content:center}.category-item,.impressum-link-bottom{align-items:center;display:flex;min-height:44px}.impressum-link-bottom{padding:.5rem}}input,select,textarea{font-size:16px}html{scroll-behavior:smooth}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html body .home-logo{display:block;height:192px;left:1rem;pointer-events:auto;position:absolute;top:1rem;transform:none;width:auto;z-index:100}@media screen and (max-width:768px){html body .home-logo{height:192px;left:.75rem;top:.75rem}}.reveal{opacity:1;transform:none}.op-section{margin:3rem auto;max-width:1100px;padding:0 1rem;text-align:left}.intro-section{margin-top:1rem}.green-bg{padding:4rem 1rem;position:relative}.green-bg:before{background:#e8f4ec;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:-1}.op-title{font-size:3.5rem;margin-bottom:1rem}.op-title.green{color:#4caf50}.op-heading{font-size:2.2rem;font-weight:600;margin-bottom:1rem}.op-subtitle{font-size:1.1rem;font-weight:500;margin-bottom:1rem}.op-text{line-height:1.6;margin-bottom:2rem;max-width:700px}.op-kpis{background:linear-gradient(135deg,#4caf500d,#4caf501a);border-radius:20px;display:flex;gap:4rem;justify-content:center;margin-top:3rem;overflow:hidden;padding:3rem;position:relative}.op-kpis:before{background:radial-gradient(circle at 20% 20%,#4caf501a 0,#0000 50%),radial-gradient(circle at 80% 80%,#4caf501a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.op-kpis.wide{gap:4rem}.op-kpi{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffb3;border-radius:15px;box-shadow:0 4px 15px #4caf501a;display:flex;flex-direction:column;gap:1rem;padding:1rem;position:relative;text-align:center;transition:transform .3s ease;z-index:1}.op-kpi:hover{transform:translateY(-5px)}.op-kpi-value{color:#4caf50;font-size:3.5rem;font-weight:700;line-height:1;text-shadow:0 2px 4px #4caf501a}.op-kpi-label{color:#333;font-size:1.1rem;line-height:1.4;max-width:160px}.op-button{background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:50px;box-shadow:0 4px 15px #4caf504d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin:2rem 0;overflow:hidden;padding:1rem 2.5rem;position:relative;text-align:center;transition:all .3s ease}.op-button:before{background:linear-gradient(135deg,#fff3,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .5s ease;width:100%}.op-button:hover{background:linear-gradient(135deg,#45a049,#3d8b41);box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.op-button:hover:before{transform:translateX(100%)}.op-button:active{box-shadow:0 2px 10px #4caf504d;transform:translateY(1px)}@media (max-width:768px){.op-button{font-size:1.1rem;padding:.9rem 2rem}}@media (max-width:480px){.op-button{font-size:1rem;padding:.8rem 1.8rem}}.op-list,.op-steps{margin-left:1rem}.op-list li,.op-steps li{line-height:1.5;margin-bottom:.5rem}.op-steps{list-style-type:disc;padding-left:1.2rem}.op-steps li{margin-bottom:1rem}.op-steps li ul{list-style-type:circle;margin-top:.5rem;padding-left:1.2rem}.op-steps li ul li{margin-left:0;padding-left:0}.cta-section{background:linear-gradient(180deg,#fff,#f8f8f8);border-radius:24px;margin-top:6rem;padding:4rem 1rem;text-align:center}.cta-container{margin:0 auto;max-width:800px}.cta-content{align-items:center;display:flex;flex-direction:column;gap:2rem}.cta-subtitle{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.cta-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:1rem 0}.cta-feature{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:.75rem;padding:.75rem 1.5rem;transition:transform .3s ease}.cta-feature:hover{transform:translateY(-2px)}.cta-feature span{color:#333;font-weight:500}.cta-stats{display:flex;gap:3rem;justify-content:center;margin:2rem 0}.cta-stat{align-items:center;display:flex;flex-direction:column;gap:.5rem}.cta-stat-number{font-feature-settings:"tnum";color:#4caf50;font-size:2.5rem;font-variant-numeric:tabular-nums;font-weight:700}.cta-stat-label{color:#666;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.cta-button{align-items:center;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:50px;box-shadow:0 4px 15px #4caf504d;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:1.2rem;font-weight:600;gap:.3rem;overflow:hidden;padding:1.2rem 2.5rem;position:relative;transition:all .3s ease}.cta-button:before{background:linear-gradient(135deg,#fff3,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .5s ease;width:100%}.cta-button:hover{background:linear-gradient(135deg,#45a049,#3d8b41);box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.cta-button:hover:before{transform:translateX(100%)}.cta-button:active{box-shadow:0 2px 10px #4caf504d;transform:translateY(1px)}.cta-button-text{font-size:1.2rem;font-weight:600;position:relative;z-index:1}.cta-button-subtext{font-size:.85rem;opacity:.9;position:relative;z-index:1}@media (max-width:768px){.cta-button{padding:1rem 2rem}.cta-button-text{font-size:1.1rem}.cta-button-subtext{font-size:.8rem}}.cta-footer{display:flex;flex-direction:column;gap:.5rem;margin-top:3rem}.cta-email{color:#666;font-size:1rem}.cta-note{color:#888;font-size:.9rem}@media (max-width:768px){.cta-section{margin-top:4rem;padding:3rem 1rem}.cta-features{gap:1rem}.cta-feature{font-size:.9rem;padding:.5rem 1rem}.cta-stats{flex-wrap:wrap;gap:2rem}.cta-stat-number{font-size:2rem}.cta-button{max-width:320px;padding:1rem 2rem;width:90%}}@media (max-width:480px){.cta-features{align-items:center;flex-direction:column}.cta-feature{justify-content:center;max-width:280px;width:100%}.cta-stats{gap:1.5rem}.cta-stat-number{font-size:1.8rem}}.intro-section{align-items:center;display:flex;flex-wrap:wrap;gap:2rem}.intro-content{flex:1 1 400px}.intro-image{flex:1 1 350px;opacity:0;position:relative;text-align:center;transform:translateX(100vw);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;z-index:1}.intro-image.visible{opacity:1;transform:translateX(0)}.intro-image img{display:block;height:auto;margin:0 auto;max-width:100%}@media (max-width:768px){.intro-section{flex-direction:column}}.welcome-section{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2.5rem}.welcome-image{flex:1 1 350px;opacity:0;position:relative;text-align:center;transform:translateX(-100vw);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;z-index:1}.welcome-image.visible{opacity:1;transform:translateX(0)}.welcome-image img{display:block;height:auto;margin:0 auto;max-width:100%}.welcome-content{flex:2 1 500px;min-width:320px}@media (max-width:900px){.welcome-section{flex-direction:column;gap:1.5rem}.welcome-content{min-width:0;order:1}.welcome-image{order:2}}.intro-section,.op-section,.welcome-section{overflow:visible!important}.food-trends-images{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem;position:relative}.food-trend-image{flex:1 1 280px;max-width:350px;opacity:0;position:relative;text-align:center;will-change:transform,opacity;z-index:1}.food-trend-image.left{transform:translateX(-100vw);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.food-trend-image.right{flex:1 1 224px;max-width:280px;transform:translateX(100vw);transition:opacity .7s cubic-bezier(.4,0,.2,1) .5s,transform .7s cubic-bezier(.4,0,.2,1) .5s}.food-trend-image img{display:block;height:auto;margin:0 auto;max-width:100%}.food-trend-image.right img{transform:rotate(20deg)}.food-trend-image.right.visible,.food-trend-image.visible{opacity:1;transform:translateX(0)}.food-trend-image.right.visible img{transform:rotate(20deg)}@media (max-width:900px){.food-trends-images{gap:1.5rem}.food-trend-image{flex:1 1 210px}.food-trend-image.right{flex:1 1 168px}}.ai-coach-container{align-items:flex-start;display:flex;gap:3rem}.ai-coach-content{flex:1 1 60%;min-width:300px}.ai-coach-image{flex:1 1 40%;opacity:0;position:relative;text-align:center;transform:translateX(100vw);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;z-index:1}.ai-coach-image.visible{opacity:1;transform:translateX(0)}.ai-coach-image img{display:block;height:auto;margin:0 auto;max-width:100%}@media (max-width:900px){.ai-coach-container{flex-direction:column;gap:2rem}.ai-coach-content{min-width:0}.ai-coach-image{margin-top:1rem}}.planning-container{align-items:flex-start;display:flex;gap:3rem;margin:0 auto;max-width:1100px}.planning-content{display:flex;gap:3rem;margin:2rem 0}.op-section.green-bg h2.op-heading{font-size:4.4rem;margin-bottom:.5rem;text-align:center}.op-section.green-bg .op-subtitle{font-size:1.3rem;margin-bottom:2rem;text-align:center}.planning-column{display:flex;flex:1 1;flex-direction:column;gap:2rem}.planning-item{background:#ffffffb3;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.planning-item strong{color:#4caf50;display:block;font-size:1.2rem;margin-bottom:1rem}.planning-item ul{list-style-type:disc;padding-left:1.2rem}.planning-item li{line-height:1.5;margin-bottom:.5rem}.planning-image{margin-top:3rem;opacity:0;position:relative;text-align:center;transform:translateY(50px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;z-index:1}.planning-image.visible{opacity:1;transform:translateY(0)}.planning-image img{display:block;height:auto;margin:0 auto;max-width:100%}@media (max-width:900px){.planning-content{flex-direction:column;gap:2rem}.planning-column{gap:1.5rem}.planning-image{margin-top:2rem}.planning-image img{width:100%}.op-section.green-bg h2.op-heading{font-size:3.2rem}}@media (max-width:480px){.op-section.green-bg h2.op-heading{font-size:2.6rem}}.food-scanner-container{align-items:flex-start;display:flex;gap:3rem;margin-top:2rem}.food-scanner-image{flex:1 1 40%;opacity:0;position:relative;text-align:center;transform:translateX(-100vw);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;z-index:1}.food-scanner-image.visible{opacity:1;transform:translateX(0)}.food-scanner-image img{display:block;height:auto;margin:0 auto;max-width:100%}.food-scanner-content{flex:1 1 60%;min-width:300px}.scanner-content-columns{display:flex;flex-direction:column;gap:2rem;margin:2rem 0}.scanner-column{flex:1 1}.scanner-item{background:#ffffffb3;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.scanner-item strong{color:#4caf50;display:block;font-size:1.2rem;margin-bottom:1rem}.scanner-item ul{list-style-type:disc;padding-left:1.2rem}.scanner-item li{line-height:1.5;margin-bottom:.5rem}@media (max-width:900px){.scanner-content-columns{flex-direction:row;gap:1.5rem}.scanner-column{flex:1 1 50%}}@media (max-width:480px){.scanner-content-columns{flex-direction:row;gap:1rem}.scanner-item{padding:1rem}.scanner-item strong{font-size:1.1rem}}.text-center{text-align:center}@media (max-width:900px){.food-scanner-container{flex-direction:column;gap:2rem}.food-scanner-content{min-width:0}.food-scanner-image{margin-bottom:1rem}.scanner-content-columns{flex-direction:column;gap:1.5rem}}.cta-feature.highlight{animation:glowFeature 2s infinite;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#4caf5026;border:1px solid #4caf5033;box-shadow:0 0 20px #ffec1966,0 0 40px #ffec1933;color:#4caf50;position:relative;z-index:1}.cta-feature.highlight:before{animation:glowFeatureBorder 2s infinite;background:linear-gradient(135deg,#ffec1926,#ffec190d);border-radius:inherit;bottom:-2px;content:"";filter:blur(8px);left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes glowFeature{0%{box-shadow:0 0 20px #ffec194d,0 0 40px #ffec1926}50%{box-shadow:0 0 30px #ffec1966,0 0 50px #ffec1933}to{box-shadow:0 0 20px #ffec194d,0 0 40px #ffec1926}}@keyframes glowFeatureBorder{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.cta-benefits{margin-top:1rem}.benefit-tag{background:#f5f5f5;border-radius:20px;color:#333;font-size:.9rem;font-weight:500;margin:.5rem;padding:.5rem 1rem}.benefit-tag.highlight{animation:glowHighlight 2s infinite;background:#4caf501a;border:1px solid #4caf5033;box-shadow:0 0 20px #ffec1966,0 0 40px #ffec1933;color:#4caf50;position:relative;z-index:1}@keyframes glowHighlight{0%{box-shadow:0 0 20px #ffec1966,0 0 40px #ffec1933}50%{box-shadow:0 0 30px #ffec1999,0 0 50px #ffec194d}to{box-shadow:0 0 20px #ffec1966,0 0 40px #ffec1933}}.benefit-tag.highlight:before{animation:glowBorder 2s infinite;background:linear-gradient(135deg,#ffec1933,#ffec191a);border-radius:inherit;bottom:-2px;content:"";filter:blur(8px);left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes glowBorder{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.cta-benefits{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width:768px){.benefit-tag{font-size:.8rem;padding:.5rem 1rem}.benefit-tag.highlight{transform:scale(1.05)}.cta-benefits{gap:.75rem}.benefit-tag{font-size:.85rem;padding:.4rem .8rem}}@media (max-width:480px){.cta-benefits{align-items:center;flex-direction:column;gap:.5rem}.benefit-tag{max-width:280px;text-align:center;width:100%}}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;max-width:500px;padding:2rem;position:relative;width:90%}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px}.modal-close:hover{background:#f5f5f5;color:#333}.modal-content h2{color:#333;font-size:1.8rem;margin-bottom:1rem}.modal-subtitle{color:#666;line-height:1.5;margin-bottom:2rem}.signup-form{gap:1.5rem}.form-group,.signup-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#666;font-size:.9rem;font-weight:500}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.8rem 1rem;transition:all .2s ease}.form-group input:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a;outline:none}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.submit-button{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .2s ease}.submit-button:hover:not(:disabled){background:#43a047;transform:translateY(-1px)}.submit-button:disabled{background:#9e9e9e;cursor:not-allowed}.success-message{padding:2rem 1rem;text-align:center}.success-message h2{color:#4caf50;margin-bottom:1rem}.success-message p{color:#666;line-height:1.6;margin-bottom:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content{padding:1.5rem;width:95%}.modal-content h2{font-size:1.5rem}.form-group input,.modal-subtitle,.submit-button{font-size:.9rem}}.op-section-title{color:#333;font-size:2.5rem;font-weight:700;margin:4rem 0 3rem;padding-bottom:1rem;position:relative;text-align:center}.op-section-title:after{background:linear-gradient(90deg,#4caf50,#45a049);border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@media (max-width:768px){.op-section-title{font-size:2rem;margin:3rem 0 2rem}}@media (max-width:480px){.op-section-title{font-size:1.8rem;margin:2rem 0 1.5rem}}.goals-stats{background:var(--mint-bg);border-radius:1rem;gap:2rem;justify-content:space-around;margin:2rem 0;padding:2rem}.goals-stats,.stat-item{align-items:center;display:flex}.stat-item{background:#fff;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;flex-direction:column;padding:1rem;text-align:center}.stat-value{color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--text-color);font-size:1rem;max-width:200px}@media (max-width:768px){.goals-stats{flex-direction:column;gap:1rem;padding:1rem}.stat-item{width:100%}}.cta-section .stat-item{background:#0000;box-shadow:none}.cta-section .stat-value{font-size:2rem}.cta-section .stat-label{font-size:.9rem;letter-spacing:.05em;text-transform:uppercase}@media screen and (max-width:768px){.op-title{font-size:2rem;line-height:1.2}.op-subtitle{font-size:1.2rem;line-height:1.4}.op-text{font-size:1rem;line-height:1.5;margin:1rem 0}.op-section{padding:2rem 1rem}.ai-coach-image img,.food-scanner-image img,.food-trends-image img,.intro-image img,.planning-image img,.welcome-image img{height:auto;max-width:100%;object-fit:contain;width:100%}.op-kpis{flex-direction:column;gap:1rem;padding:1rem;width:100%}.op-kpi{margin:0;max-width:none;width:100%}.op-kpi-value{font-size:2rem}.op-kpi-label{font-size:.9rem;white-space:normal}.op-button{font-size:1rem;margin:1rem auto;max-width:300px;padding:.8rem 1.5rem;width:100%}.cta-section{padding:2rem 1rem}.cta-stats{flex-direction:column;gap:1.5rem;margin:1.5rem 0}.cta-stat{width:100%}.cta-stat-number{font-size:1.8rem}.cta-stat-label{font-size:.9rem}.op-list{padding-left:1rem}.op-list li{margin-bottom:.8rem}.ai-coach-section,.food-scanner-section,.food-trends-section,.planning-section,.welcome-section{flex-direction:column}.ai-coach-content,.food-scanner-content,.food-trends-content,.planning-content,.welcome-content{padding:1rem 0;width:100%}.op-nav{padding:.5rem}.op-nav-links{gap:.5rem}.op-footer{padding:1rem;text-align:center}}@media screen and (max-width:375px){.op-title{font-size:1.8rem}.op-subtitle{font-size:1.1rem}.op-kpi-value{font-size:1.8rem}.cta-stat-number{font-size:1.6rem}}@media screen and (max-width:768px) and (orientation:landscape){.op-section{min-height:auto;padding:1.5rem 1rem}.op-kpis{flex-direction:row;flex-wrap:wrap;justify-content:center}.op-kpi{width:calc(50% - 1rem)}}@media screen and (max-width:768px){.launch-container{margin:-1rem;transform:scale(.8)}.launch-countdown{font-size:.9rem;padding:.5rem}.launch-date{font-size:.8rem;padding:.2rem .5rem}.countdown-timer{gap:.5rem}.countdown-item{padding:.3rem}.countdown-number{font-size:1rem}.countdown-label{font-size:.7rem}.store-buttons{gap:.5rem;padding:.5rem}.store-button{font-size:.9rem;padding:.3rem .8rem}}@media screen and (max-width:375px){.launch-container{margin:-1.5rem;transform:scale(.7)}.countdown-timer{gap:.3rem}}.onepager-container{margin-top:2rem;max-width:100%;padding:1rem;position:relative;width:100%;z-index:1}@media (max-width:768px){.onepager-container{margin-top:1rem;padding:.5rem}}.pdf-cta-section{background:linear-gradient(135deg,#f8f9fa,#e8f4ec);border-radius:20px;box-shadow:0 10px 30px #4caf501a;margin:6rem auto;max-width:900px;overflow:visible;padding:4rem 2rem;position:relative;text-align:center;z-index:10}.pdf-cta-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234CAF50' fill-opacity='.05' d='M0 0h1v1H0z'/%3E%3C/svg%3E") repeat;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:0}.pdf-cta-content{margin:0 auto;max-width:700px;padding:0;position:relative;z-index:1}.pdf-cta-title{color:#2e7d32;font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1.5rem}.pdf-cta-description{color:#555;font-size:1.2rem;line-height:1.6;margin:0 auto 2.5rem;max-width:600px}.pdf-download-button{align-items:center;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:50px;box-shadow:0 4px 15px #4caf504d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:600;gap:1rem;margin:1rem 0;padding:1.2rem 2.5rem;text-decoration:none;transition:all .3s ease}.pdf-download-button:hover{background:linear-gradient(135deg,#45a049,#3d8b41);box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.pdf-download-button:active{box-shadow:0 2px 10px #4caf504d;transform:translateY(1px)}.pdf-icon{fill:currentColor;flex-shrink:0;height:24px;width:24px}@media (max-width:768px){.pdf-cta-section{margin:4rem 1rem;padding:3rem 1.5rem}.pdf-cta-title{font-size:2rem;margin-bottom:1rem}.pdf-cta-description{font-size:1.1rem;margin-bottom:2rem;padding:0}.pdf-download-button{font-size:1.1rem;justify-content:center;max-width:320px;padding:1rem 2rem;width:100%}}@media (max-width:480px){.pdf-cta-section{margin:3rem .5rem;padding:2rem 1rem}.pdf-cta-title{font-size:1.8rem}.pdf-cta-description{font-size:1rem;margin-bottom:1.5rem}.pdf-download-button{font-size:1rem;padding:.8rem 1.5rem}}img:not(.home-logo){background:#0000!important;border:none!important;box-shadow:none!important;filter:drop-shadow(0 12px 24px rgba(0,0,0,.55));transition:filter .3s ease}img:not(.home-logo):hover{filter:drop-shadow(0 16px 32px rgba(0,0,0,.65))}.op-button,button{filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));transition:filter .3s ease}.op-button:hover,button:hover{filter:drop-shadow(0 16px 32px rgba(0,0,0,.55))}.op-kpi,.stat-item{background:#ffffffb3;filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));transition:filter .3s ease}.op-kpi:hover,.stat-item:hover{filter:drop-shadow(0 16px 32px rgba(0,0,0,.55))}@media (max-width:768px){img:not(.home-logo){filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}img:not(.home-logo):hover{filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.op-button,button{filter:drop-shadow(0 6px 12px rgba(0,0,0,.2))}.op-button:hover,button:hover{filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}.op-kpi,.stat-item{filter:drop-shadow(0 6px 12px rgba(0,0,0,.2))}.op-kpi:hover,.stat-item:hover{filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}}@media (max-width:480px){img:not(.home-logo){filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}img:not(.home-logo):hover{filter:drop-shadow(0 6px 12px rgba(0,0,0,.2))}.op-button,button{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.op-button:hover,button:hover{filter:drop-shadow(0 6px 12px rgba(0,0,0,.2))}.op-kpi,.stat-item{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.op-kpi:hover,.stat-item:hover{filter:drop-shadow(0 6px 12px rgba(0,0,0,.2))}}.error-message{background-color:#ffebee;border-radius:8px;color:#d32f2f;font-size:.9rem;margin-bottom:1rem;padding:.8rem;text-align:center}.about-page{-webkit-overflow-scrolling:touch;background:#fff;box-sizing:border-box;min-height:100vh;padding:0;touch-action:pan-y pinch-zoom}.about-page,body{max-width:100vw;overflow-x:hidden!important;position:relative;width:100%}.about-page *{word-wrap:break-word!important;box-sizing:border-box;-webkit-hyphens:auto!important;hyphens:auto!important;max-width:100%;overflow-wrap:break-word!important}.about-celia-container,.about-feature-content,.about-final-content,.about-hero-content,.about-partner-content,.about-patrik-container,.about-ramune-container,.about-story-container,.about-winston-container{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0 auto;max-width:100%;overflow:hidden;overflow-wrap:break-word;padding:0 20px;width:100%}.about-celia-content,.about-patrik-content,.about-ramune-content,.about-story-content,.about-winston-content{margin:0 auto;overflow:hidden;width:100%}.about-celia-image,.about-patrik-image,.about-ramune-image,.about-story-image,.about-winston-image{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100%}.about-celia-img,.about-hero-image,.about-patrik-img,.about-ramune-img,.about-winston-img{height:auto;max-width:100%;object-fit:contain}.about-celia-section,.about-feature-section,.about-hero,.about-partner-section,.about-patrik-section,.about-ramune-section,.about-story-hero,.about-winston-section{overflow:hidden;position:relative;width:100%}.about-hero{background:#fff;padding:8rem 2rem 4rem;text-align:center}.about-hero-content{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.about-hero-title{color:#1d1d1f;font-size:4rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.about-hero-subtitle,.about-hero-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word}.about-hero-subtitle{color:#86868b;font-size:1.5rem;font-weight:400;letter-spacing:.01em;margin:0}.about-story-hero{background:#fff;padding:8rem 2rem}.about-story-container{margin:0 auto;max-width:1200px;padding:0;width:100%}.about-story-content{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.about-story-text{padding:0}.about-story-title{color:#1d1d1f;font-size:3.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem}.about-story-paragraph,.about-story-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word}.about-story-paragraph{color:#86868b;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem;padding:0}.about-story-image{align-items:center;display:flex;justify-content:center}.about-hero-image{border-radius:20px;box-shadow:0 25px 50px #00000026;height:auto;max-width:500px;transition:transform .3s ease;width:100%}.about-hero-image:hover{transform:scale(1.02)}.about-features{background:#f5f5f7}.about-ramune-section,.about-winston-section{background:#fff;padding:8rem 2rem}.about-celia-section{background:#f5f5f7;padding:8rem 2rem}.about-patrik-section{background:#fff;padding:8rem 2rem}.about-celia-container,.about-patrik-container,.about-ramune-container,.about-winston-container{margin:0 auto;max-width:1200px;padding:0;width:100%}.about-celia-content,.about-patrik-content,.about-ramune-content,.about-winston-content{grid-gap:clamp(2rem,8vw,6rem);align-items:center;display:grid;gap:clamp(2rem,8vw,6rem);grid-template-columns:1fr 1fr}.about-celia-image,.about-patrik-image,.about-ramune-image,.about-winston-image{align-items:center;display:flex;justify-content:center;width:100%}.about-ramune-img,.about-winston-img{max-width:450px}.about-celia-img,.about-patrik-img,.about-ramune-img,.about-winston-img{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000026;height:auto;padding:1rem;transition:transform .3s ease;width:100%}.about-celia-img,.about-patrik-img{max-width:400px}.about-celia-img:hover,.about-patrik-img:hover,.about-ramune-img:hover,.about-winston-img:hover{transform:scale(1.02)}.about-celia-text,.about-patrik-text,.about-ramune-text,.about-winston-text{padding:0}.about-celia-title,.about-patrik-title,.about-ramune-title,.about-winston-title{color:#1d1d1f;font-size:clamp(2rem,6vw,3.5rem);font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.about-winston-subtitle{color:#667eea}.about-ramune-subtitle,.about-winston-subtitle{font-size:clamp(1.1rem,3vw,1.5rem);font-style:italic;font-weight:500;margin-bottom:2rem}.about-ramune-subtitle{color:#e67e22}.about-celia-subtitle{color:#e74c3c}.about-celia-subtitle,.about-patrik-subtitle{font-size:clamp(1.1rem,3vw,1.5rem);font-style:italic;font-weight:500;margin-bottom:2rem}.about-patrik-subtitle{color:#27ae60}.about-celia-paragraph,.about-patrik-paragraph,.about-ramune-paragraph,.about-winston-paragraph{color:#86868b;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6;margin-bottom:1.5rem;padding:0}.about-feature-section{border-bottom:1px solid #d2d2d7;padding:6rem 2rem}.about-feature-section:last-child{border-bottom:none}.about-feature-content{margin:0 auto;max-width:1000px;padding:0;text-align:center}.about-feature-title{color:#1d1d1f;font-size:3rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem}.about-feature-text{color:#86868b;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:900px;padding:0}.about-feature-text:last-child{margin-bottom:0}.about-partner-section{background:#f5f5f7;overflow:hidden;padding:4rem 0;width:100%}.about-partner-content{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center;width:100%}.about-partner-title{color:#1d1d1f;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.about-partner-subtitle{color:#86868b;font-size:1.2rem;margin-bottom:3rem}.about-partner-slider{overflow:hidden;padding:2rem 0;position:relative;width:100%}.about-partner-track{align-items:center;animation:scroll-partners 20s linear infinite;display:flex;width:-webkit-fit-content;width:fit-content}.about-partner-track:hover{animation-play-state:paused}.about-partner-section .about-partner-track img.about-partner-logo{filter:grayscale(100%);height:60px;margin:0 2rem;object-fit:contain;opacity:.7;transition:all .3s ease}.about-partner-section .about-partner-track img.about-partner-logo:hover{filter:grayscale(0);opacity:1;transform:scale(1.1)}.about-partner-logo[alt=Yumora]{height:180px}.about-partner-logo[alt=Noxx],.about-partner-logo[alt=Universit\E4t]{height:135px}@keyframes scroll-partners{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.about-final{background:linear-gradient(135deg,#1d1d1f,#2c2c2e);padding:8rem 2rem;text-align:center}.about-final-content{margin:0 auto;max-width:1000px;padding:0}.about-final-title{color:#fff;font-size:3.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem}.about-final-text{color:#fffc;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:900px;padding:0}.about-final-text:last-child{margin-bottom:0}.about-final-text strong{color:#fff;font-weight:600}@media (max-width:1024px){.about-story-content{gap:4rem}.about-story-text{padding-right:1rem}.about-celia-content,.about-patrik-content,.about-ramune-content,.about-winston-content{gap:4rem}.about-celia-text,.about-patrik-text,.about-ramune-text,.about-winston-text{padding:0 2rem!important}}@media (max-width:768px){.about-hero-title{font-size:2.8rem}.about-hero-subtitle{font-size:1.2rem}.about-story-content{gap:3rem;grid-template-columns:1fr;text-align:center}.about-story-text{padding:0 2rem}.about-story-title{font-size:2.5rem}.about-celia-content,.about-patrik-content,.about-ramune-content,.about-winston-content{gap:3rem;grid-template-columns:1fr;text-align:center}.about-celia-text,.about-patrik-text,.about-ramune-text,.about-winston-text{order:1;padding:0 2rem!important}.about-celia-image,.about-patrik-image,.about-ramune-image,.about-winston-image{order:2}.about-celia-container,.about-patrik-container,.about-ramune-container,.about-winston-container{padding:0 2rem}.about-hero-image{max-width:400px}.about-ramune-img,.about-winston-img{max-width:380px}.about-celia-img,.about-patrik-img{max-width:340px}.about-celia-title,.about-patrik-title,.about-ramune-title,.about-winston-title{font-size:2.5rem}.about-feature-title{font-size:2.2rem}.about-final-title{font-size:2.5rem}.about-feature-text,.about-final-text,.about-story-paragraph,.about-winston-paragraph{font-size:1.1rem}}@media (max-width:480px){.about-hero{padding:6rem 1rem 3rem}.about-celia-section,.about-feature-section,.about-final,.about-patrik-section,.about-ramune-section,.about-story-hero,.about-winston-section{padding:4rem .5rem}.about-hero-title{font-size:2.2rem}.about-story-title,.about-winston-title{font-size:2rem}.about-feature-title{font-size:1.8rem}.about-final-title{font-size:2rem}.references-hero-title{font-size:2.2rem}.references-projects-title{font-size:2rem}.references-project-title{font-size:1.8rem}.references-cta-title,.references-testimonials-title{font-size:2rem}.references-stat-number{font-size:3rem}.about-page{box-sizing:border-box;margin-top:1rem;max-width:100%;padding:0 1rem;width:100%}.about-hero{padding:3rem 1rem 1.5rem}.about-hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.about-hero-subtitle,.about-hero-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-hero-subtitle{font-size:1rem;line-height:1.4}.about-celia-section,.about-feature-section,.about-final,.about-patrik-section,.about-ramune-section,.about-story-hero,.about-winston-section{box-sizing:border-box;max-width:100%;padding:2.5rem 1rem;width:100%}.about-celia-content,.about-patrik-content,.about-ramune-content,.about-story-content,.about-winston-content{box-sizing:border-box;flex-direction:column;gap:1.5rem;max-width:100%;width:100%}.about-celia-title,.about-patrik-title,.about-ramune-title,.about-story-title,.about-winston-title{word-wrap:break-word;font-size:1.8rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;margin-bottom:1rem}.about-celia-subtitle,.about-patrik-subtitle,.about-ramune-subtitle,.about-winston-subtitle{word-wrap:break-word;font-size:1rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin-bottom:1rem}.about-celia-paragraph,.about-patrik-paragraph,.about-ramune-paragraph,.about-story-paragraph,.about-winston-paragraph{word-wrap:break-word;font-size:.95rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.6;margin-bottom:1rem;text-align:justify}.about-celia-text,.about-patrik-text,.about-ramune-text,.about-story-text,.about-winston-text{box-sizing:border-box;max-width:100%;padding:0 .5rem;width:100%}.about-celia-container,.about-patrik-container,.about-ramune-container,.about-winston-container{box-sizing:border-box;max-width:100%;padding:0 1rem;width:100%}.about-celia-image,.about-patrik-image,.about-ramune-image,.about-winston-image{box-sizing:border-box;display:flex;justify-content:center;max-width:100%;padding:0 .5rem;width:100%}.about-hero-image{max-width:280px}.about-hero-image,.about-ramune-img,.about-winston-img{height:auto;margin:0 auto 1rem;padding:.5rem;width:100%}.about-ramune-img,.about-winston-img{max-width:260px}.about-celia-img,.about-patrik-img{height:auto;margin:0 auto 1rem;max-width:240px;padding:.5rem;width:100%}.about-feature-title{font-size:1.6rem;line-height:1.2}.about-feature-text,.about-feature-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1rem}.about-feature-text{font-size:.95rem;line-height:1.6;text-align:justify}.about-final-title{font-size:1.8rem;line-height:1.2}.about-final-text,.about-final-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1rem}.about-final-text{font-size:.95rem;line-height:1.6;text-align:justify}.about-partner-section{padding:3rem 1rem}.about-partner-title{font-size:1.6rem;line-height:1.2;margin-bottom:.75rem}.about-partner-subtitle,.about-partner-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-partner-subtitle{font-size:.95rem;line-height:1.4;margin-bottom:2rem}.about-partner-slider{margin:0 -1rem}.about-partner-track{gap:1.5rem}.about-partner-logo{height:50px;min-width:50px}.about-partner-logo[alt=Yumora]{height:100px}.about-partner-logo[alt=Noxx],.about-partner-logo[alt=Universit\E4t]{height:75px}}@media (max-width:768px){.about-page{overflow-x:hidden}.about-celia-paragraph,.about-feature-text,.about-final-text,.about-patrik-paragraph,.about-ramune-paragraph,.about-story-paragraph,.about-winston-paragraph{word-wrap:break-word;box-sizing:border-box;margin:0 auto 1rem;max-width:95%;overflow-wrap:break-word;padding:0 .5rem;width:95%}.about-story-text{box-sizing:border-box;max-width:100%;padding-left:1rem!important;padding-right:1rem!important;width:100%}.about-story-paragraph{overflow-wrap:break-word;white-space:normal;word-break:break-word}}@media (max-width:480px){.about-story-text{box-sizing:border-box;max-width:100%;padding-left:.5rem!important;padding-right:.5rem!important;width:100%}.about-story-paragraph{overflow-wrap:break-word;white-space:normal;word-break:break-word}}@media (max-width:320px){.about-page{overflow-x:hidden;padding:0 5px}.about-hero-title{font-size:1.3rem;line-height:1.2;padding:0 2px}.about-hero-subtitle{font-size:.75rem;line-height:1.3;padding:0 2px}.about-story-title{font-size:1.2rem;line-height:1.2;padding:0 2px}.about-story-paragraph{font-size:.7rem;line-height:1.4;padding:0 2px}.about-celia-title,.about-patrik-title,.about-ramune-title,.about-winston-title{font-size:1.1rem;line-height:1.2;padding:0 2px}.about-celia-subtitle,.about-patrik-subtitle,.about-ramune-subtitle,.about-winston-subtitle{font-size:.65rem;line-height:1.3;padding:0 2px}.about-celia-paragraph,.about-patrik-paragraph,.about-ramune-paragraph,.about-winston-paragraph{font-size:.65rem;line-height:1.4;padding:0 2px}.about-feature-title{font-size:1rem;line-height:1.2;padding:0 2px}.about-feature-text{font-size:.65rem;line-height:1.4;padding:0 2px}.about-final-title{font-size:1.1rem;line-height:1.2;padding:0 2px}.about-final-text{font-size:.65rem;line-height:1.4;padding:0 2px}.about-celia-text,.about-patrik-text,.about-ramune-text,.about-story-text,.about-winston-text{box-sizing:border-box;max-width:100%;padding:0 2px!important;width:100%}}@media (max-width:768px){.about-page{overflow-x:hidden!important;position:relative;touch-action:pan-y pinch-zoom;width:100vw}.about-hero{padding:4rem 1rem 2rem}.about-hero-content,.about-hero-title{padding:0;width:100%}.about-hero-title{font-size:2rem;margin-bottom:1rem}.about-hero-subtitle{font-size:1.2rem;padding:0;width:100%}.about-celia-section,.about-patrik-section,.about-ramune-section,.about-story-hero,.about-winston-section{padding:2rem 1rem}.about-celia-container,.about-patrik-container,.about-ramune-container,.about-story-container,.about-winston-container{padding:0;width:100%}.about-celia-content,.about-patrik-content,.about-ramune-content,.about-story-content,.about-winston-content{display:flex;flex-direction:column;gap:2rem;padding:0;width:100%}.about-celia-text,.about-patrik-text,.about-ramune-text,.about-story-text,.about-winston-text{padding:0;width:100%}.about-celia-title,.about-patrik-title,.about-ramune-title,.about-story-title,.about-winston-title{font-size:1.8rem;margin-bottom:1rem;padding:0;width:100%}.about-celia-paragraph,.about-patrik-paragraph,.about-ramune-paragraph,.about-story-paragraph,.about-winston-paragraph{display:block;font-size:1rem;line-height:1.5;margin-bottom:1rem;padding:0;width:100%}.about-celia-image,.about-patrik-image,.about-ramune-image,.about-story-image,.about-winston-image{margin:1rem 0;padding:0;width:100%}.about-celia-img,.about-hero-image,.about-patrik-img,.about-ramune-img,.about-winston-img{height:auto;margin:0;padding:0;width:100%}}@media (max-width:480px){.about-page{padding:0}.about-hero{padding:4rem 1rem 2rem}.about-celia-container,.about-feature-content,.about-hero-content,.about-partner-content,.about-patrik-container,.about-ramune-container,.about-story-container,.about-winston-container{margin:0;padding:0;width:100%}.about-celia-text,.about-patrik-text,.about-ramune-text,.about-story-text,.about-winston-text{padding:0;width:100%}.about-celia-paragraph,.about-patrik-paragraph,.about-ramune-paragraph,.about-story-paragraph,.about-winston-paragraph{display:block;font-size:1rem;line-height:1.5;margin-bottom:1rem;width:100%}}@media (max-width:768px){.about-partner-section{padding:2rem 0}.about-partner-track{animation:scroll-partners 10s linear infinite}.about-partner-section .about-partner-track img.about-partner-logo{height:90px!important;margin:0 1.5rem;min-height:90px}}@media (max-width:480px){.about-partner-track{animation:scroll-partners 8s linear infinite}.about-partner-section .about-partner-track img.about-partner-logo{height:90px!important;margin:0 1.2rem;min-height:90px}}.service-page{animation:fadeInUp .6s ease-out;margin:0 auto;padding:2rem;width:100%}.service-section{animation:slideInUp .8s ease-out forwards;background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:4rem;opacity:0;padding:2rem;transform:translateY(30px)}.service-section:first-child{animation-delay:.2s}.service-section:nth-child(2){animation-delay:.4s}.service-section:nth-child(3){animation-delay:.6s}.service-number{animation:bounceIn .6s ease-out forwards;background-color:#000;border-radius:50%;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;height:40px;line-height:40px;margin-bottom:1.5rem;text-align:center;transform:scale(0);width:40px}.service-section:first-child .service-number{animation-delay:.4s}.service-section:nth-child(2) .service-number{animation-delay:.6s}.service-section:nth-child(3) .service-number{animation-delay:.8s}.service-title{animation:slideInRight .8s ease-out forwards;color:#1a1a1a;font-family:Times New Roman,serif;font-size:1.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;opacity:0;transform:translateX(-20px)}.service-section:first-child .service-title{animation-delay:.6s}.service-section:nth-child(2) .service-title{animation-delay:.8s}.service-section:nth-child(3) .service-title{animation-delay:1s}.service-description{animation:fadeIn .8s ease-out forwards;color:#333;font-size:1.1rem;font-weight:300;line-height:1.6;margin-bottom:1.5rem;opacity:0}.service-section:first-child .service-description{animation-delay:.8s}.service-section:nth-child(2) .service-description{animation-delay:1s}.service-section:nth-child(3) .service-description{animation-delay:1.2s}.service-list{list-style:none;padding:0}.service-list li{animation:slideInLeft .6s ease-out forwards;color:#555;font-size:1rem;font-weight:300;line-height:1.5;margin-bottom:.8rem;opacity:0;padding-left:1.5rem;position:relative;transform:translateX(-15px)}.service-section:first-child .service-list li:first-child{animation-delay:1s}.service-section:first-child .service-list li:nth-child(2){animation-delay:1.1s}.service-section:first-child .service-list li:nth-child(3),.service-section:nth-child(2) .service-list li:first-child{animation-delay:1.2s}.service-section:nth-child(2) .service-list li:nth-child(2){animation-delay:1.3s}.service-section:nth-child(2) .service-list li:nth-child(3),.service-section:nth-child(3) .service-list li:first-child{animation-delay:1.4s}.service-section:nth-child(3) .service-list li:nth-child(2){animation-delay:1.5s}.service-section:nth-child(3) .service-list li:nth-child(3){animation-delay:1.6s}.service-list li:before{content:""}.back-button{animation:fadeInUp .6s ease-out 1.8s forwards;background-color:#000;border-radius:8px;color:#fff;font-size:1rem;font-weight:400;margin-top:2rem;opacity:0;padding:1rem 2rem;transform:translateY(20px);transition:all .2s ease}.back-button:hover{background-color:#333;transform:translateY(-2px)}.back-button:active{transform:translateY(0)}@media (max-width:768px){.service-page{margin-top:2rem;padding:1rem .5rem}.service-section{margin-bottom:2.5rem;padding:1.5rem 1rem}.service-title{font-size:1.5rem;line-height:1.3}.service-description{font-size:1rem;line-height:1.5}.service-list li{font-size:.9rem;line-height:1.4}}@media (max-width:480px){.service-page{margin-top:1.5rem;padding:.5rem .25rem}.service-section{margin-bottom:2rem;padding:1.25rem .75rem}.service-number{font-size:1.5rem;height:40px;line-height:40px;width:40px}.service-title{font-size:1.3rem;line-height:1.3;margin-bottom:.75rem}.service-description{font-size:.9rem;line-height:1.4;margin-bottom:1rem}.service-list li{font-size:.85rem;line-height:1.4;margin-bottom:.5rem}}.ai-page{margin:0 auto;min-height:100vh;padding:8rem 2rem 6rem;transform:translateZ(0);width:100%;will-change:transform}.ai-header,.ai-page{animation:fadeInUp .6s ease-out}.ai-header{margin-bottom:6rem;text-align:center}.ai-main-title{color:#000;font-family:Times New Roman,serif;font-size:3rem;font-weight:400;margin-bottom:1.5rem}.ai-subtitle{color:#333;font-size:1.2rem;line-height:1.6;margin:0 auto;width:100%}.ai-content{display:flex;flex-direction:column;gap:6rem}.ai-section-row{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ai-card{padding:2rem 0;text-align:center}.ai-card-title{border-bottom:2px solid #000;color:#000;display:inline-block;font-family:Times New Roman,serif;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.ai-card-text{color:#333;font-size:1rem;line-height:1.6;margin:0 auto;width:100%}.ai-metrics-section{text-align:center}.ai-metrics-title{border-bottom:2px solid #000;color:#000;display:inline-block;font-family:Times New Roman,serif;font-size:2rem;font-weight:600;margin-bottom:3rem;padding-bottom:.5rem}.ai-metrics{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;width:100%}.ai-metric{text-align:center}.ai-metric-value{color:#000;font-family:Times New Roman,serif;font-size:3rem;font-weight:600;margin-bottom:.5rem}.ai-metric-label{color:#333;font-size:1rem;font-weight:500}.ai-transformation-section{margin-top:8rem;padding-top:4rem}.ai-transformation-title{border-bottom:2px solid #000;color:#000;display:inline-block;font-family:Times New Roman,serif;font-size:2rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;text-align:center;width:100%}.ai-transformation-subtitle{color:#333;font-size:1.1rem;line-height:1.6;margin:0 auto 4rem;text-align:center;width:100%}.ai-transform-cards{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.ai-transform-card{padding:2rem 0;text-align:left}.ai-transform-card-title{border-bottom:1px solid #000;color:#000;font-family:Times New Roman,serif;font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.ai-transform-card-text{color:#333;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.ai-transform-list{list-style:none;padding:0}.ai-transform-list li{color:#333;font-size:.95rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.ai-transform-list li:before{color:#000;content:"•";font-weight:700;left:0;position:absolute}@media (max-width:768px){.ai-page{padding:6rem 1rem 4rem}.ai-main-title{font-size:2rem}.ai-subtitle{font-size:1rem}.ai-content{gap:4rem}.ai-metrics,.ai-section-row{gap:2rem;grid-template-columns:1fr}.ai-metric-value{font-size:2.5rem}.ai-transform-cards{gap:2rem;grid-template-columns:1fr}}@media (max-width:480px){.ai-page{padding:4rem .75rem 3rem}.ai-main-title{font-size:1.6rem;line-height:1.2;margin-bottom:.75rem}.ai-main-title,.ai-subtitle{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ai-subtitle{font-size:.9rem;line-height:1.4}.ai-section-row{gap:1.5rem;grid-template-columns:1fr}.ai-card{padding:1rem .75rem}.ai-card-title{font-size:1.1rem;line-height:1.3;margin-bottom:.75rem}.ai-card-text,.ai-card-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ai-card-text{font-size:.85rem;line-height:1.5}.ai-metrics{gap:.75rem;grid-template-columns:repeat(2,1fr)}.ai-metric-value{font-size:1.6rem}.ai-metric-label{font-size:.75rem}.ai-metric-label,.ai-transformation-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ai-transformation-title{font-size:1.5rem;line-height:1.2;margin-bottom:.75rem}.ai-transformation-subtitle{word-wrap:break-word;font-size:.85rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}.ai-transform-cards{gap:1.5rem;grid-template-columns:1fr}.ai-transform-card{padding:1rem .75rem}.ai-transform-card-title{word-wrap:break-word;font-size:1.1rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin-bottom:.75rem}.ai-transform-card-text,.ai-transform-list li{word-wrap:break-word;font-size:.8rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}.ai-transform-list li{margin-bottom:.5rem}}.ki-videos-page{animation:fadeInUp .6s ease-out;margin:0 auto;min-height:100vh;padding:6rem 2rem;width:100%}.ki-videos-hero{margin-bottom:8rem;padding:4rem 0;text-align:center}.ki-videos-title{color:#000;font-family:Times New Roman,serif;font-size:4rem;font-weight:300;letter-spacing:-1px;margin-bottom:2rem}.ki-videos-subtitle{color:#666;font-size:1.3rem;font-weight:300;line-height:1.5;margin:0 auto;width:100%}.ki-videos-features{margin-bottom:10rem}.ki-features-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:6rem}.ki-feature{padding:2rem 1rem;text-align:center}.ki-feature-title{color:#000;font-family:Times New Roman,serif;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.ki-feature-text{color:#666;font-size:1rem;font-weight:300;line-height:1.6}.ki-videos-gallery{margin-bottom:10rem}.ki-gallery-title{color:#000;font-family:Times New Roman,serif;font-size:2.5rem;font-weight:300;letter-spacing:-.5px;margin-bottom:1rem;text-align:center}.ki-gallery-subtitle{color:#666;font-size:1.1rem;font-weight:300;margin-bottom:4rem;text-align:center}.ki-videos-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:4rem}.ki-video-card{animation:fadeInUp .6s ease-out 0s both;animation:fadeInUp .6s ease-out calc(var(--delay, 0s)) both;background:#fff;border:1px solid #00000014;border-radius:24px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;position:relative;transform:translateZ(0);transition:all .5s cubic-bezier(.23,1,.32,1);will-change:transform}.ki-video-card:hover{border:1px solid #0000001f;box-shadow:0 20px 40px #00000026;transform:translateY(-12px) scale(1.02) translateZ(0)}.ki-video-thumbnail{background:#f8f9fa;height:220px;overflow:hidden;position:relative;width:100%}.ki-video-preview{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.ki-video-card:hover .ki-video-preview{transform:scale(1.05)}.ki-video-overlay{align-items:center;background:#0000000d;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:all .3s ease}.ki-video-card:hover .ki-video-overlay{background:#0000001a}.ki-play-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:50%;display:flex;height:80px;justify-content:center;transition:all .3s ease;width:80px}.ki-video-card:hover .ki-play-button{background:#fff;transform:scale(1.1)}.ki-play-icon{color:#333;font-size:1.8rem;margin-left:4px}.ki-video-duration{background:#000c;border-radius:12px;color:#fff;font-size:.85rem;font-weight:500;padding:.3rem .8rem;position:absolute;right:1rem;top:1rem}.ki-video-info{padding:1.5rem}.ki-video-category{color:#000;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.ki-video-title{color:#000;font-family:Times New Roman,serif;font-size:1.3rem;font-weight:500;margin-bottom:.5rem}.ki-video-description{color:#666;font-size:.95rem;font-weight:300;line-height:1.4}.ki-use-cases{text-align:center}.ki-use-cases-title{color:#000;font-family:Times New Roman,serif;font-size:2.5rem;font-weight:300;letter-spacing:-.5px;margin-bottom:4rem}.ki-use-cases-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.ki-use-case{background:#f8f8f899;border:1px solid #00000014;border-radius:16px;padding:2rem;transform:translateZ(0);transition:all .3s ease;will-change:transform}.ki-use-case:hover{background:#f8f8f8e6;border:1px solid #0000001f;transform:translateY(-2px) translateZ(0)}.ki-use-case-title{color:#000;font-family:Times New Roman,serif;font-size:1.2rem;font-weight:500;margin-bottom:1rem}.ki-use-case-text{color:#666;font-size:.95rem;font-weight:300;line-height:1.5}.ki-video-modal{align-items:center;animation:modalFadeIn .3s ease-out;display:flex;height:100vh;justify-content:center;left:0;margin:0;overflow:hidden;padding:0;position:fixed;top:0;width:100vw;z-index:1000}.ki-modal-backdrop{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000e6;bottom:0;left:0;position:absolute;right:0;top:0}.ki-modal-content{animation:modalSlideIn .3s ease-out;background:#000;border-radius:16px;box-shadow:0 20px 60px #00000080;height:90vh;max-height:800px;max-width:1200px;overflow:hidden;position:relative;width:90vw}.ki-modal-close,.ki-modal-content{align-items:center;display:flex;justify-content:center}.ki-modal-close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;height:40px;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px;z-index:10}.ki-modal-close:hover{background:#fff;transform:scale(1.1)}.ki-modal-video-container{align-items:center;background:#000;display:flex;height:100%;justify-content:center;width:100%}.ki-modal-video-player{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.ki-modal-video-player::-webkit-media-controls-panel{background-color:#000c}.ki-modal-video-player::-webkit-media-controls-play-button,.ki-modal-video-player::-webkit-media-controls-timeline,.ki-modal-video-player::-webkit-media-controls-volume-slider{filter:invert(1)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.ki-videos-page{padding:4rem 1rem}.ki-videos-title{font-size:2.5rem}.ki-videos-subtitle{font-size:1rem;padding:0 1rem}.ki-features-grid{gap:2rem;grid-template-columns:1fr}.ki-feature{padding:2rem 1.5rem}.ki-videos-grid{gap:1.5rem;grid-template-columns:1fr}.ki-video-card{margin:0 1rem}.ki-use-cases-grid{gap:2rem;grid-template-columns:1fr}.ki-use-case{padding:2rem 1.5rem}.ki-video-modal{padding:0}.ki-modal-content{height:85vh;max-height:none;max-width:none;width:95vw}.ki-modal-video-player{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.ki-modal-close{font-size:1.5rem;height:35px;right:10px;top:10px;width:35px}}@media (max-width:480px){.ki-videos-page{padding:3rem .5rem}.ki-videos-title{font-size:2rem}.ki-videos-subtitle{font-size:.9rem;padding:0 .5rem}.ki-feature{padding:1.5rem 1rem}.ki-feature-title{font-size:1.1rem}.ki-feature-text{font-size:.9rem}.ki-video-card{margin:0 .5rem}.ki-video-info{padding:1rem}.ki-video-title{font-size:1.1rem}.ki-video-description{font-size:.9rem}.ki-use-case{padding:1.5rem 1rem}.ki-use-case-title{font-size:1.1rem}.ki-use-case-text{font-size:.9rem}.ki-modal-content{height:85vh;max-height:none;max-width:none;width:98vw}.ki-modal-video-player{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.ki-modal-close{font-size:1.2rem;height:30px;right:5px;top:5px;width:30px}}.industries-page{animation:fadeInUp .6s ease-out;margin:0 auto;min-height:100vh;padding:6rem 2rem;width:100%}.industries-header{margin-bottom:6rem;text-align:center}.industries-title{color:#000;font-family:Times New Roman,serif;font-size:3rem;font-weight:300;letter-spacing:-1px;margin-bottom:2rem}.industries-subtitle{color:#666;font-size:1.2rem;font-weight:300;line-height:1.5;margin:0 auto;width:100%}.industries-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:8rem}.industry-card{animation:fadeInUp .6s ease-out 0s both;animation:fadeInUp .6s ease-out calc(var(--delay, 0s)) both;background:#fff;border:none;border-radius:0;box-shadow:none;padding:3rem 2rem;transform:translateZ(0);transition:all .4s ease;will-change:transform}.industry-card:hover{border:none;box-shadow:none;transform:translateY(-4px) translateZ(0)}.industry-card:first-child{--delay:0.1s}.industry-card:nth-child(2){--delay:0.2s}.industry-card:nth-child(3){--delay:0.3s}.industry-card:nth-child(4){--delay:0.4s}.industry-card:nth-child(5){--delay:0.5s}.industry-card:nth-child(6){--delay:0.6s}.industry-icon{align-items:center;background:none;border-radius:0;display:flex;height:60px;justify-content:center;margin:0 auto 2rem;transition:all .3s ease;width:60px}.industry-card:hover .industry-icon{background:none;transform:scale(1.05)}.industry-icon-shape{background:#000;border-radius:0;height:16px;transition:all .3s ease;width:16px}.industry-card:hover .industry-icon-shape{transform:rotate(45deg)}.industry-title{color:#000;font-family:Times New Roman,serif;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.industry-features{list-style:none;margin:0;padding:0}.industry-features li{color:#666;font-size:.95rem;font-weight:300;line-height:1.6;margin-bottom:.8rem;padding-left:0;position:relative}.industry-features li:last-child{margin-bottom:0}.industry-features li:before{color:#000;content:"";font-weight:500;left:0;position:absolute}.industries-cta{animation:fadeInUp .6s ease-out .8s both;background:none;border:none;border-radius:0;padding:4rem 2rem;text-align:center}.industries-cta-title{color:#000;font-family:Times New Roman,serif;font-size:2rem;font-weight:500;margin-bottom:1rem}.industries-cta-text{color:#666;font-size:1.1rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:600px}@media (max-width:768px){.industries-page{padding:4rem 1rem}.industries-title{font-size:2.5rem}.industries-grid{gap:1.5rem;grid-template-columns:1fr}.industry-card{padding:2rem}.industries-cta{padding:3rem 1.5rem}.industries-cta-title{font-size:1.5rem}}@media (max-width:480px){.industries-page{padding:4rem .75rem 3rem}.industries-title{font-size:1.6rem;line-height:1.2;margin-bottom:.75rem}.industries-subtitle,.industries-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.industries-subtitle{font-size:.9rem;line-height:1.4}.industries-grid{gap:1.5rem;grid-template-columns:1fr}.industry-card{padding:1rem .75rem}.industry-icon{height:40px;margin-bottom:.75rem;width:40px}.industry-title{font-size:1.1rem;line-height:1.3;margin-bottom:.75rem}.industry-features li,.industry-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.industry-features li{font-size:.8rem;line-height:1.4}.industries-cta{padding:2rem .75rem}.industries-cta-title{font-size:1.5rem;line-height:1.2;margin-bottom:.75rem}.industries-cta-text,.industries-cta-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.industries-cta-text{font-size:.85rem;line-height:1.6}}.impressum-page{animation:fadeInUp .8s ease-out;flex-direction:column;margin:0 auto;min-height:100vh;padding:8rem 2rem 6rem;position:relative;width:100%}.back-button,.impressum-page{align-items:center;display:flex}.back-button{background:#4caf50;border:none;border-radius:50%;box-shadow:0 2px 8px #4caf5033;cursor:pointer;height:44px;justify-content:center;left:2rem;position:fixed;top:2rem;transition:all .3s ease;width:44px;z-index:100}.back-button:hover{box-shadow:0 4px 12px #4caf504d;transform:translateX(-3px)}.back-button svg{fill:#fff;height:24px;width:24px}.impressum-header{margin-bottom:4rem;text-align:center}.impressum-title{animation:fadeInUp .8s ease-out .2s both;color:#000;font-family:Times New Roman,serif;font-size:3rem;font-weight:400;margin-bottom:1rem}.impressum-content{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:800px;width:100%}.impressum-section{animation:fadeInUp .8s ease-out .4s both;animation:fadeInUp .8s ease-out calc(.4s + var(--delay, 0s)) both;width:100%}.impressum-section:first-child{--delay:0.1s}.impressum-section:nth-child(2){--delay:0.2s}.impressum-section:nth-child(3){--delay:0.3s}.impressum-section:nth-child(4){--delay:0.4s}.impressum-section:nth-child(5){--delay:0.5s}.impressum-section-title{border-bottom:2px solid #000;color:#000;font-family:Times New Roman,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.impressum-info{padding:1.5rem 0}.impressum-company{color:#000;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.impressum-address,.impressum-contact,.impressum-person,.impressum-registration,.impressum-tax,.impressum-title-person{color:#333;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.impressum-link{color:#000;text-decoration:underline;transition:color .2s ease}.impressum-link:hover{color:#333}.impressum-title-person{color:#666;font-style:italic}.impressum-description{color:#333;font-size:1.1rem;font-weight:400;line-height:1.8;margin-bottom:1rem;max-width:800px}@media (max-width:768px){.impressum-page{padding:6rem 1rem 4rem}.impressum-title{font-size:2rem}.impressum-section-title{font-size:1.2rem}.impressum-description{font-size:1rem;line-height:1.6}.copyright{bottom:3rem;font-size:.8rem}.impressum-link-bottom{bottom:1rem;font-size:.8rem;right:1rem}}@media (max-width:480px){.impressum-page{padding:4rem .75rem 3rem}.impressum-title{font-size:1.6rem;line-height:1.2;margin-bottom:.75rem}.impressum-section-title,.impressum-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.impressum-section-title{font-size:1.1rem;line-height:1.3;margin-bottom:.5rem}.impressum-address,.impressum-company,.impressum-contact,.impressum-person{word-wrap:break-word;font-size:.8rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}.impressum-description{font-size:.9rem;line-height:1.5;text-align:justify}}:root{--pointer-x:50%;--pointer-y:50%;--pointer-from-center:0;--pointer-from-top:0.5;--pointer-from-left:0.5;--card-opacity:0;--rotate-x:0deg;--rotate-y:0deg;--background-x:50%;--background-y:50%;--grain:none;--icon:none;--behind-gradient:none;--inner-gradient:none;--sunpillar-1:#ff7a75;--sunpillar-2:#ffed61;--sunpillar-3:#a8ff61;--sunpillar-4:#85fff7;--sunpillar-5:#7a95ff;--sunpillar-6:#d875ff;--sunpillar-clr-1:var(--sunpillar-1);--sunpillar-clr-2:var(--sunpillar-2);--sunpillar-clr-3:var(--sunpillar-3);--sunpillar-clr-4:var(--sunpillar-4);--sunpillar-clr-5:var(--sunpillar-5);--sunpillar-clr-6:var(--sunpillar-6);--card-radius:30px}.pc-card-wrapper{perspective:500px;position:relative;touch-action:none;transform:translateZ(.1px)}.pc-card-wrapper:before{background:inherit;background-image:none;background-image:var(--behind-gradient);background-position:inherit;background-size:100% 100%;border-radius:inherit;content:"";filter:contrast(2) saturate(2) blur(36px);inset:-10px;position:absolute;transform:scale(.8) translateZ(.1px);transition:all .5s ease}.pc-card-wrapper.active,.pc-card-wrapper:hover{--card-opacity:1}.pc-card-wrapper.active:before,.pc-card-wrapper:hover:before{filter:contrast(1) saturate(2) blur(40px) opacity(1);transform:scale(.9) translateZ(.1px)}.pc-card{animation:glow-bg 12s linear infinite;aspect-ratio:.718;background-blend-mode:color-dodge,normal,normal,normal;background-image:radial-gradient(farthest-side circle at 50% 50%,#e2ccff00 4%,hsla(266,50%,80%,0) 10%,hsla(266,25%,70%,0) 50%,#9990 100%),radial-gradient(35% 52% at 55% 20%,#00ffaac4 0,#073aff00 100%),radial-gradient(100% 100% at 50% 50%,#00c1ff 1%,#073aff00 76%),conic-gradient(from 124deg at 50% 50%,#c137ff 0,#07c6ff 40%,#07c6ff 60%,#c137ff 100%);background-image:radial-gradient(farthest-side circle at var(--pointer-x) var(--pointer-y),hsla(266,100%,90%,var(--card-opacity)) 4%,hsla(266,50%,80%,calc(var(--card-opacity)*.75)) 10%,hsla(266,25%,70%,calc(var(--card-opacity)*.5)) 50%,#9990 100%),radial-gradient(35% 52% at 55% 20%,#00ffaac4 0,#073aff00 100%),radial-gradient(100% 100% at 50% 50%,#00c1ff 1%,#073aff00 76%),conic-gradient(from 124deg at 50% 50%,#c137ff 0,#07c6ff 40%,#07c6ff 60%,#c137ff 100%);background-position:0 0,0 0,50% 50%,0 0;background-size:100% 100%;border-radius:30px!important;border-radius:var(--card-radius)!important;-webkit-border-radius:30px!important;-webkit-border-radius:var(--card-radius)!important;-moz-border-radius:30px!important;-moz-border-radius:var(--card-radius)!important;box-shadow:2px 4px 20px -5px #000c;box-shadow:#000c calc(var(--pointer-from-left)*10px - 3px) calc(var(--pointer-from-top)*20px - 6px) 20px -5px;-webkit-clip-path:inset(0 round 30px);clip-path:inset(0 round 30px);-webkit-clip-path:inset(0 round var(--card-radius));clip-path:inset(0 round var(--card-radius));display:grid;height:80svh;max-height:540px;overflow:hidden!important;position:relative;transition:transform 1s ease}.pc-card,.pc-card.active,.pc-card:hover{transform:translateZ(.1px) rotateX(0deg) rotateY(0deg)}.pc-card.active,.pc-card:hover{transform:translateZ(.1px) rotateX(var(--rotate-y)) rotateY(var(--rotate-x));transition:none}.pc-card *{display:grid;grid-area:1/-1;pointer-events:none;transform:translateZ(.1px)}.pc-card *,.pc-inside{border-radius:30px!important;border-radius:var(--card-radius)!important;-webkit-border-radius:30px!important;-webkit-border-radius:var(--card-radius)!important;-moz-border-radius:30px!important;-moz-border-radius:var(--card-radius)!important;overflow:hidden!important}.pc-inside{background-color:#000000e6;background-image:none;background-image:var(--inner-gradient);inset:1px;position:absolute;transform:translateZ(.01px)}.pc-shine{animation:holo-bg 18s linear infinite;filter:brightness(.66) contrast(1.33) saturate(.33) opacity(.5);-webkit-mask-image:none;mask-image:none;-webkit-mask-image:var(--icon);mask-image:var(--icon);mask-mode:luminance;-webkit-mask-position:top -50% left 50%;mask-position:top -50% left 50%;-webkit-mask-position:top calc(200% - var(--background-y)*5) left calc(100% - var(--background-x));mask-position:top calc(200% - var(--background-y)*5) left calc(100% - var(--background-x));-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-size:150%;mask-size:150%;mix-blend-mode:color-dodge;transition:filter .6s ease}.pc-shine,.pc-shine:after{border-radius:30px!important;border-radius:var(--card-radius)!important;-webkit-border-radius:30px!important;-webkit-border-radius:var(--card-radius)!important;-moz-border-radius:30px!important;-moz-border-radius:var(--card-radius)!important;overflow:hidden!important}.pc-shine,.pc-shine:after{--space:5%;--angle:-45deg;background:#0000;background-blend-mode:color,hard-light;background-image:repeating-linear-gradient(0deg,#ff7a75 calc(var(--space)*1),#ffed61 calc(var(--space)*2),#a8ff61 calc(var(--space)*3),#85fff7 calc(var(--space)*4),#7a95ff calc(var(--space)*5),#d875ff calc(var(--space)*6),#ff7a75 calc(var(--space)*7)),repeating-linear-gradient(var(--angle),#0e152e 0,#8fa3a3 3.8%,#8fc1c1 4.5%,#8fa3a3 5.2%,#0e152e 10%,#0e152e 12%),radial-gradient(farthest-corner circle at 50% 50%,#0000001a 12%,#00000026 20%,#00000040 120%);background-image:repeating-linear-gradient(0deg,var(--sunpillar-clr-1) calc(var(--space)*1),var(--sunpillar-clr-2) calc(var(--space)*2),var(--sunpillar-clr-3) calc(var(--space)*3),var(--sunpillar-clr-4) calc(var(--space)*4),var(--sunpillar-clr-5) calc(var(--space)*5),var(--sunpillar-clr-6) calc(var(--space)*6),var(--sunpillar-clr-1) calc(var(--space)*7)),repeating-linear-gradient(var(--angle),#0e152e 0,#8fa3a3 3.8%,#8fc1c1 4.5%,#8fa3a3 5.2%,#0e152e 10%,#0e152e 12%),radial-gradient(farthest-corner circle at var(--pointer-x) var(--pointer-y),#0000001a 12%,#00000026 20%,#00000040 120%);background-position:50%;background-position:0 50%,50% 50%,50%;background-position:0 var(--background-y),var(--background-x) var(--background-y),50%;background-repeat:repeat;background-size:cover;background-size:500% 500%,300% 300%,200% 200%;transform:translateZ(1px);z-index:3}.pc-shine:after,.pc-shine:before{background-position:50%;background-size:cover;content:"";grid-area:1/1;opacity:0}.pc-card.active .pc-shine,.pc-card:hover .pc-shine{animation:none;filter:brightness(.85) contrast(1.5) saturate(.5)}.pc-card.active .pc-shine:after,.pc-card.active .pc-shine:before,.pc-card:hover .pc-shine:after,.pc-card:hover .pc-shine:before{opacity:1}.pc-shine:before{background-blend-mode:color-dodge;background-image:linear-gradient(45deg,#85fff7,#7a95ff,#d875ff,#ff7a75,#ffed61,#a8ff61),radial-gradient(circle at 50% 50%,#b3b3b3 0,#4d4d4d33 90%),none;background-image:linear-gradient(45deg,var(--sunpillar-4),var(--sunpillar-5),var(--sunpillar-6),var(--sunpillar-1),var(--sunpillar-2),var(--sunpillar-3)),radial-gradient(circle at var(--pointer-x) var(--pointer-y),#b3b3b3 0,#4d4d4d33 90%),var(--grain);background-position:50% 50%,50%,.5% .5%;background-position:var(--pointer-x) var(--pointer-y),50%,calc(var(--pointer-x)*.01) calc(var(--pointer-y)*.01);background-size:250% 250%,100% 100%,220px 220px;filter:brightness(2) contrast(2) saturate(.5);filter:brightness(calc(2 - var(--pointer-from-center))) contrast(calc(var(--pointer-from-center) + 2)) saturate(calc(.5 + var(--pointer-from-center)));mix-blend-mode:luminosity}.pc-shine:after{background-position:0 50%,20% 25%,50%;background-position:0 var(--background-y),calc(var(--background-x)*.4) calc(var(--background-y)*.5),50%;background-size:200% 300%,700% 700%,100% 100%;filter:brightness(.8) contrast(1.5);mix-blend-mode:difference}.pc-glare{background-image:radial-gradient(farthest-corner circle at 50% 50%,#c3bfd9 12%,#2e506bcc 90%);background-image:radial-gradient(farthest-corner circle at var(--pointer-x) var(--pointer-y),#c3bfd9 12%,#2e506bcc 90%);border-radius:30px!important;border-radius:var(--card-radius)!important;-webkit-border-radius:30px!important;-webkit-border-radius:var(--card-radius)!important;-moz-border-radius:30px!important;-moz-border-radius:var(--card-radius)!important;filter:brightness(.8) contrast(1.2);mix-blend-mode:overlay;overflow:hidden!important;transform:translateZ(1.1px);z-index:4}.pc-avatar-content{mix-blend-mode:screen;overflow:hidden}.pc-avatar-content .avatar{bottom:2px;left:50%;opacity:1;opacity:calc(1.75 - var(--pointer-from-center));position:absolute;transform:translateX(-50%) scale(1);width:100%}.pc-avatar-content:before{-webkit-backdrop-filter:blur(30px);content:"";inset:0;-webkit-mask:linear-gradient(180deg,#0000 0,#0000 60%,#000 90%,#000);mask:linear-gradient(180deg,#0000 0,#0000 60%,#000 90%,#000);pointer-events:none;z-index:1}.pc-avatar-content:before,.pc-user-info{backdrop-filter:blur(30px);position:absolute}.pc-user-info{-webkit-backdrop-filter:blur(30px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;bottom:20px;justify-content:space-between;left:20px;padding:12px 14px;pointer-events:auto;right:20px;z-index:2}.pc-user-details,.pc-user-info{align-items:center;display:flex}.pc-user-details{gap:12px}.pc-mini-avatar{border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;height:48px;overflow:hidden;width:48px}.pc-mini-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.pc-user-text{align-items:flex-start;display:flex;flex-direction:column;gap:6px}.pc-handle{color:#ffffffe6;font-weight:500}.pc-handle,.pc-status{font-size:14px;line-height:1}.pc-status{color:#ffffffb3}.pc-contact-btn{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;color:#ffffffe6;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.pc-contact-btn:hover{border-color:#fff6;transform:translateY(-1px);transition:all .2s ease}.pc-content{max-height:100%;mix-blend-mode:luminosity;overflow:hidden;position:relative;text-align:center;transform:translate3d(0,0,.1px)!important;transform:translate3d(calc(var(--pointer-from-left)*-6px + 3px),calc(var(--pointer-from-top)*-6px + 3px),.1px)!important;z-index:5}.pc-details{display:flex;flex-direction:column;position:absolute;top:3em;width:100%}.pc-details h3{background-image:linear-gradient(180deg,#fff,#6f6fbe);font-size:min(5svh,3em);margin:0}.pc-details h3,.pc-details p{-webkit-text-fill-color:#0000;background-clip:text;-webkit-background-clip:text;background-size:1em 1.5em;font-weight:600}.pc-details p{background-image:linear-gradient(180deg,#fff,#4a4ac0);font-size:16px;margin:0 auto;position:relative;top:-12px;white-space:nowrap;width:-webkit-min-content;width:min-content}@keyframes glow-bg{0%{--bgrotate:0deg}to{--bgrotate:360deg}}@keyframes holo-bg{0%{background-position:0 50%,0 0,50%;background-position:0 var(--background-y),0 0,50%}to{background-position:0 50%,90% 90%,50%;background-position:0 var(--background-y),90% 90%,50%}}@media (max-width:768px){.pc-card{height:70svh;max-height:450px}.pc-details{top:2em}.pc-details h3{font-size:min(4svh,2.5em)}.pc-details p{font-size:14px}.pc-user-info{bottom:15px;left:15px;padding:10px 12px;right:15px}.pc-mini-avatar{height:28px;width:28px}.pc-user-details{gap:10px}.pc-handle{font-size:13px}.pc-status{font-size:10px}.pc-contact-btn{font-size:11px;padding:6px 12px}}@media (max-width:480px){.pc-card{height:60svh;max-height:380px}.pc-details{top:1.5em}.pc-details h3{font-size:min(3.5svh,2em)}.pc-details p{font-size:12px;top:-8px}.pc-user-info{border-radius:50px;bottom:12px;left:12px;padding:8px 10px;right:12px}.pc-mini-avatar{height:24px;width:24px}.pc-user-details{gap:8px}.pc-handle{font-size:12px}.pc-status{font-size:9px}.pc-contact-btn{border-radius:50px;font-size:10px;padding:5px 10px}}@media (max-width:320px){.pc-card{height:55svh;max-height:320px}.pc-details h3{font-size:min(3svh,1.5em)}.pc-details p{font-size:11px}.pc-user-info{border-radius:50px;padding:6px 8px}.pc-mini-avatar{height:20px;width:20px}.pc-user-details{gap:6px}.pc-handle{font-size:11px}.pc-status{font-size:8px}.pc-contact-btn{border-radius:50px;font-size:9px;padding:4px 8px}}
/*# sourceMappingURL=main.ef60f496.css.map*/