@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&display=swap";
:root{--cream:#f8f6e7;--white:#fff;--black:#111;--blue:#5368f0;--dark-blue:#2f49c8;--light-blue:#35b5df;--green:#32d064;--yellow:#f6cf26;--orange:#ff861f;--red:#e65748;--light-green:#a8d95c;--border:#ded8c7;--shadow:0 8px 20px #0000001a}html,body{background:var(--white);min-height:100%;color:var(--black);margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{background:var(--cream);border:1px solid var(--border);z-index:100;border-top:0;border-left:0;border-right:0;border-radius:0 0 24px 24px;grid-template-columns:230px 1fr 120px;align-items:center;gap:20px;width:100%;height:96px;margin:0;padding-left:max(28px,50vw - 484px);padding-right:max(28px,50vw - 484px);display:grid;position:sticky;top:0}.brand{align-items:center;width:205px;height:78px;display:flex;overflow:hidden}.brand-logo{object-fit:contain;transform-origin:0;width:188px;height:auto;transform:scale(1.08)}.nav{justify-content:center;align-items:center;gap:32px;font-size:13px;display:flex}.nav a{padding:10px 0;position:relative}.nav a:hover,.nav a.active{color:var(--dark-blue)}.nav a.active:after{content:"";background:var(--light-blue);border-radius:999px;width:100%;height:3px;position:absolute;bottom:3px;left:0}.header-actions{justify-content:flex-end;align-items:center;gap:18px;font-size:13px;display:flex}.menu-button{cursor:pointer;background:0 0;border:0;font-size:19px}.home-hero{grid-template-columns:405px 619px;align-items:center;width:min(1024px,100% - 8px);height:470px;margin:0 auto;display:grid;position:relative;overflow:visible}.hero-left{z-index:20;align-self:center;padding-top:4px;padding-left:36px;position:relative;transform:translate(-180px)}.hero-left h1{letter-spacing:-.8px;color:var(--black);margin:0 0 17px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:43px;font-weight:800;line-height:.96}.word-colors span{display:inline-block}.blue-letter{color:#324fd0}.cyan-letter{color:#35b5df}.green-letter{color:#32d064}.yellow-letter{color:#f6cf26}.orange-letter{color:#ff861f}.red-letter{color:#e65748}.hero-left p{color:#111;width:440px;margin:0;font-size:14px;line-height:1.36}.hero-buttons{gap:28px;margin:29px 0 28px;display:flex}.btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;height:39px;padding:0 28px;font-size:12px;font-weight:500;line-height:1;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);border:1px solid var(--blue);color:#fff;min-width:144px}.btn-primary .arrow{margin-left:8px}.btn-outline{border:1.4px solid var(--blue);min-width:142px;color:var(--blue);background:0 0}.hero-checks{color:#111;z-index:30;align-items:center;gap:25px;max-width:440px;font-size:9px;display:flex;position:relative}.hero-checks span{white-space:nowrap}.hero-checks span:first-letter{color:var(--green);font-weight:700}.hero-right{justify-self:end;width:619px;height:430px;position:relative}.hero-photo-ring{border:28px solid var(--red);z-index:4;background:#fff;border-radius:50%;width:430px;height:290px;position:absolute;top:58px;left:128px;overflow:hidden}.hero-photo-ring img{object-fit:cover;width:100%;height:100%}.blue-shape{background:var(--dark-blue);z-index:1;border-radius:50%;width:172px;height:196px;position:absolute;top:104px;right:4px}.blue-shape:after{content:"";background:var(--white);border-radius:50%;width:82px;height:116px;position:absolute;top:39px;left:30px}.green-half{background:var(--green);z-index:2;border-radius:72px 0 0 72px;width:72px;height:92px;position:absolute;top:48px;left:34px}.yellow-dot{background:var(--yellow);z-index:8;border-radius:50%;width:32px;height:32px;position:absolute;top:43px;right:126px}.orange-dot{background:var(--orange);z-index:8;border-radius:50%;width:24px;height:24px;position:absolute;bottom:58px;right:22px}.blue-dotted-line{border-top:2px dotted var(--light-blue);z-index:9;width:122px;position:absolute;top:112px;left:124px;transform:rotate(-39deg)}.blue-dotted-line .dot,.green-dotted-line .dot{border-radius:50%;position:absolute}.blue-dotted-line .dot{background:var(--light-blue);width:8px;height:8px}.blue-dotted-line .dot-start,.green-dotted-line .dot-start{top:-5px;left:-4px}.blue-dotted-line .dot-end,.green-dotted-line .dot-end{top:-5px;right:-4px}.green-dotted-line{border-top:2px dotted var(--light-green);z-index:9;width:116px;position:absolute;bottom:82px;right:35px;transform:rotate(-42deg)}.green-dotted-line .dot{background:var(--light-green);width:7px;height:7px}.small-ball{z-index:10;background:#f8f6e7f2;border-radius:50%;position:absolute;overflow:hidden}.small-ball img{object-fit:cover;width:100%;height:100%}.left-ball{width:92px;height:92px;bottom:42px;left:130px}.right-ball{width:86px;height:86px;bottom:56px;right:108px}.nav-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown-main{align-items:center;gap:6px;display:inline-flex;position:relative}.nav-dropdown-link{color:#111;padding:10px 0;font-family:Arial,Helvetica,sans-serif;font-size:13px;position:relative}.nav-dropdown-link:hover,.nav-dropdown-link.active{color:var(--dark-blue)}.nav-dropdown-link.active:after{content:"";background:var(--light-blue);border-radius:999px;width:100%;height:3px;position:absolute;bottom:3px;left:0}.nav-arrow-button{color:#111;cursor:pointer;background:0 0;border:0;padding:7px 6px;font-size:10px;line-height:1;transition:transform .2s,color .2s}.nav-arrow-button:hover,.nav-arrow-button.open{color:var(--dark-blue)}.nav-arrow-button.open{transform:rotate(180deg)}.dropdown-menu{background:var(--cream);border:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;z-index:400;border-radius:0 0 22px 22px;min-width:300px;padding:14px 0;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 14px 30px #00000021}.dropdown-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-menu a{color:#111;white-space:nowrap;width:100%;padding:14px 26px;font-size:14px;display:block}.dropdown-menu a:after{display:none}.dropdown-menu a:hover{color:var(--dark-blue);background:#fff}.who-card{background:var(--cream);border:1px solid #d7d1c2;border-radius:0 28px 28px 0;grid-template-columns:135px 1fr;align-items:center;column-gap:34px;width:min(1080px,100% - 64px);min-height:165px;margin:42px auto 54px;padding:24px 36px;display:grid;overflow:hidden;box-shadow:0 12px 24px #00000014}.who-visual{flex-shrink:0;width:118px;height:118px;position:relative}.who-dots{z-index:1;pointer-events:none;width:112px;height:55px;position:absolute;top:3px;left:0}.who-dots span{background:#35b5df;border-radius:50%;width:7px;height:7px;position:absolute}.who-dots span:first-child{top:6px;left:4px}.who-dots span:nth-child(2){top:3px;left:28px}.who-dots span:nth-child(3){top:3px;left:52px}.who-dots span:nth-child(4){top:8px;left:76px}.who-dots span:nth-child(5){top:21px;left:96px}.who-dots span:nth-child(6){top:38px;left:106px}.who-dots span:nth-child(7),.who-dots span:nth-child(8){display:none}.who-icon{z-index:2;width:78px;height:90px;position:absolute;bottom:0;left:20px}.who-head{background:#ff6f6a;border-radius:50%;width:40px;height:40px;position:absolute;top:0;left:19px}.who-body{background:#ff6f6a;border-radius:60px 60px 0 0;width:78px;height:48px;position:absolute;bottom:0;left:0}.who-content h2{color:#111;margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:26px;font-weight:800;line-height:1}.who-content p{color:#111;max-width:720px;margin:0 0 20px;font-size:15px;line-height:1.45}.who-content a{background:var(--blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:260px;height:38px;padding:0 22px;font-size:13px;font-weight:700;line-height:1;transition:all .2s;display:inline-flex}.who-content a:hover{background:var(--dark-blue);transform:translateY(-1px)}.home-content{width:min(1080px,100% - 64px);margin:0 auto;padding:0 0 64px}.audience-section{margin:0 0 58px}.audience-card{background:var(--cream);border:1px solid #d6d1c2;border-radius:26px;width:100%;min-height:340px;padding:34px 48px 32px 88px;position:relative;overflow:hidden;box-shadow:0 12px 24px #00000014}.audience-heading{margin-bottom:28px}.audience-heading h2,.process-heading h2{color:#111;margin:0 0 7px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:28px;font-weight:800;line-height:1}.audience-heading p,.process-heading p{color:#111;margin:0;font-size:15px;line-height:1.35}.audience-grid{grid-template-columns:repeat(3,1fr);gap:28px 36px;display:grid}.audience-item{background:#fff;border-radius:12px;grid-template-columns:52px 1fr;align-items:center;gap:12px;width:100%;min-height:84px;padding:14px;display:grid}.audience-icon{color:#111;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.audience-icon.blue{background:#4059d9}.audience-icon.green{background:#35d96b}.audience-icon.yellow{background:#f4d02b}.audience-icon.cyan{background:#35b5df}.audience-icon.orange{background:#ff981f}.audience-icon.red{background:#ef6657}.audience-icon svg{width:27px;height:27px}.audience-item h3{color:#111;margin:0 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;line-height:1}.audience-item p{color:#111;margin:0;font-size:11px;line-height:1.3}.audience-button{background:var(--blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:220px;height:38px;margin:30px auto 0;font-size:12px;font-weight:700;display:flex}.audience-decoration{pointer-events:none;position:absolute}.green-side{background:#32d064;border-radius:42px 0 0 42px;width:42px;height:42px;top:58px;left:34px;transform:rotate(180deg)}.blue-ring{border:17px solid var(--blue);border-radius:50%;width:70px;height:70px;top:-28px;right:42px}.red-dot{background:#e65748;border-radius:50%;width:22px;height:22px;top:28px;right:128px}.yellow-dot-small{background:#f6e58d;border-radius:50%;width:23px;height:23px;bottom:20px;left:58px}.audience-line{border-top:2px dotted #35b5df;width:60px;height:42px;position:absolute;top:112px;left:46px;transform:rotate(-42deg)}.audience-line span{background:#35b5df;border-radius:50%;width:7px;height:7px;position:absolute}.audience-line span:first-child{top:-5px;left:-4px}.audience-line span:last-child{top:-5px;right:-4px}.section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.section-head h2{color:#111;margin:0 0 5px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:30px;font-weight:800;line-height:1}.section-head p{color:#111;margin:0;font-size:15px}.section-link{color:#5368f0;white-space:nowrap;align-items:center;gap:6px;font-size:14px;display:inline-flex}.services-section{margin-bottom:62px}.service-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.service-card{background:#fff;border:1px solid #d9d9d9;border-radius:22px;min-height:205px;padding:100px 18px 18px;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000001a}.service-badge{z-index:3;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:17px;left:17px}.service-badge.blue{color:#111;background:#4059d9}.service-badge.green{color:#111;background:#35d96b}.service-badge.yellow{color:#111;background:#f4d02b}.service-badge.red{color:#111;background:#ef6657}.service-badge svg{width:21px;height:21px}.service-image{border-radius:50%;width:86px;height:86px;position:absolute;top:17px;right:17px;overflow:hidden}.placeholder-photo-circle{background:linear-gradient(135deg,#ddd,#bfbfbf);width:100%;height:100%}.service-card h3{color:#111;margin:0 0 9px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:19px;font-weight:800;line-height:1.05}.service-card p{color:#111;margin:0 0 14px;font-size:12px;line-height:1.35}.mini-link{font-size:9.5px;text-decoration:underline}.mini-link.blue{color:#5368f0}.mini-link.green{color:#32d064}.mini-link.yellow{color:#e0b91b}.mini-link.red{color:#e65748}.activities-section{margin-bottom:62px}.activity-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.activity-card{background:#fff;border-radius:18px;min-height:132px;overflow:hidden;box-shadow:0 10px 20px #0000001a}.activity-image{width:100%;height:64px}.placeholder-rect{background:linear-gradient(135deg,#d5d5d5,#b9b9b9)}.activity-content{justify-content:space-between;gap:12px;padding:15px 16px;display:flex;position:relative}.activity-card h3{color:#111;margin:0 0 7px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;line-height:1}.activity-card p{color:#111;margin:0;font-size:10px;line-height:1.35}.activity-icon{background:#fff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:-21px;right:14px}.activity-icon svg{width:19px;height:19px}.activity-icon.blue-outline{color:#5368f0;border:1.7px solid #5368f0}.activity-icon.red-outline{color:#ef6657;border:1.7px solid #ef6657}.activity-icon.green-outline{color:#32d064;border:1.7px solid #32d064}.slider-dots{justify-content:center;align-items:center;gap:9px;margin-top:24px;display:flex}.slider-dots span{background:#cfcfcf;border-radius:50%;width:9px;height:9px}.slider-dots span.active{background:#35b5df}.process-section{margin:0 0 58px}.process-card{background:var(--cream);border:1px solid #d6d1c2;border-radius:26px;width:100%;min-height:260px;padding:36px 44px 38px;box-shadow:0 12px 24px #00000014}.process-heading{margin:0 0 32px}.process-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:28px;display:grid}.process-step{background:#fff;border-radius:14px;min-height:132px;padding:72px 16px 16px;position:relative}.process-number{color:#fff;background:#4059d9;border-radius:50%;place-items:center;width:26px;height:26px;font-size:10px;font-weight:800;display:grid;position:absolute;top:14px;left:14px}.process-icon{color:#111;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:absolute;top:18px;left:58px}.process-icon svg{width:30px;height:30px}.process-icon.purple{background:#cdd3f0}.process-icon.green{background:#bfeecb}.process-icon.yellow{background:#f7e8a8}.process-icon.red{background:#f4c6bf}.process-step h3{color:#111;margin:0 0 7px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:13px;font-weight:800;line-height:1.1}.process-step p{color:#111;margin:0;font-size:10px;line-height:1.3}.process-arrow{color:#ff861f;font-size:20px;font-weight:700;position:absolute;top:64px;right:-21px}.founder-section{margin:0 0 70px}.founder-card{background:#fff;border:1px solid #d9d9d9;border-radius:26px;grid-template-columns:150px 1fr;align-items:center;gap:28px;width:100%;min-height:185px;padding:22px;display:grid;overflow:hidden;box-shadow:0 12px 24px #00000014}.founder-image{background:#d1d1d1;border-radius:22px;flex-shrink:0;width:145px;height:145px;overflow:hidden}.founder-image img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.founder-content span{color:#32d064;margin-bottom:7px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;line-height:1;display:inline-block}.founder-content h2{color:#111;margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:24px;font-weight:800;line-height:1.08}.founder-content p{color:#111;max-width:790px;margin:0 0 9px;font-size:13px;line-height:1.42}.founder-content strong{color:#26cf5b;margin-bottom:14px;font-size:13px;line-height:1.35;display:block}.founder-button{color:#fff;background:#3955cc;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-width:190px;height:34px;padding:0 20px;font-size:13px;font-weight:700;display:inline-flex}.home-bottom-section{width:min(1080px,100% - 64px);margin:20px auto 80px}.gallery-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.gallery-header h2,.sport-week-section h2,.final-cta-card h2{color:#111;margin:0;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:26px;font-weight:800;line-height:1}.gallery-header a{color:var(--blue);align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.gallery-header a span{font-size:24px;line-height:1}.gallery-slider{width:100%;margin-bottom:70px;overflow:hidden}.gallery-track{gap:48px;width:max-content;animation:55s linear infinite gallerySlide;display:flex}.gallery-slider:hover .gallery-track{animation-play-state:paused}.gallery-photo{background:#d1d1d1;border-radius:24px;flex-shrink:0;width:170px;height:170px;overflow:hidden;box-shadow:0 8px 18px #00000024}.gallery-photo img{object-fit:cover;width:100%;height:100%}@keyframes gallerySlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.bottom-home-grid{grid-template-columns:520px 1fr;align-items:center;gap:70px;display:grid}.bottom-left{flex-direction:column;gap:26px;display:flex}.sport-week-section{margin-top:10px}.sport-week-section h2{margin-bottom:22px}.sport-week-card{background:#fff;border:1px solid #d9d9d9;border-radius:22px;grid-template-columns:145px 1fr;align-items:center;gap:22px;width:100%;min-height:170px;padding:14px;display:grid;box-shadow:0 10px 22px #0000001f}.sport-week-image{background:#d1d1d1;border-radius:20px;width:130px;height:140px;overflow:hidden}.sport-week-image img{object-fit:cover;width:100%;height:100%}.sport-week-content h3{color:#111;margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:22px;font-weight:800;line-height:1.05}.sport-week-content p{color:#111;max-width:320px;margin:0 0 22px;font-size:13px;line-height:1.4}.sport-week-content a{color:var(--blue);font-size:12px;text-decoration:underline}.final-cta-card{background:#fff;border:1px solid #d9d9d9;border-radius:22px;width:100%;min-height:118px;padding:24px 32px;box-shadow:0 10px 22px #0000001f}.final-cta-card h2{margin-bottom:10px;font-size:22px}.final-cta-card p{color:#111;margin:0 0 22px;font-size:13px;line-height:1.4}.final-cta-buttons{align-items:center;gap:18px;display:flex}.final-primary-btn,.final-outline-btn{border-radius:999px;justify-content:center;align-items:center;height:38px;padding:0 22px;font-size:13px;font-weight:700;display:inline-flex}.final-primary-btn{background:var(--blue);color:#fff;gap:8px}.final-outline-btn{border:1.5px solid var(--blue);color:var(--blue);background:0 0}.bottom-decoration{justify-self:center;width:360px;height:300px;position:relative}.decor-green{background:#32d06452;border-radius:70px 0 0 70px;width:68px;height:68px;position:absolute;top:94px;left:20px;transform:rotate(180deg)}.decor-pink{z-index:2;background:#f4c9c3;border-radius:50%;width:132px;height:132px;position:absolute;top:55px;left:90px}.decor-blue-ring{border:22px solid #4059d959;border-radius:50%;width:90px;height:90px;position:absolute;top:82px;left:190px}.decor-yellow{background:#f6e58d;border-radius:50%;width:28px;height:28px;position:absolute;top:42px;right:42px}.decor-orange{background:#ffd0a3;border-radius:50%;width:24px;height:24px;position:absolute;bottom:58px;right:20px}.decor-line{border-top:2px dotted;width:72px;position:absolute;transform:rotate(-42deg)}.decor-line span{border-radius:50%;width:7px;height:7px;position:absolute;top:-5px}.decor-line span:first-child{left:-4px}.decor-line span:last-child{right:-4px}.decor-line-blue{border-color:#9eddf3;top:70px;left:80px}.decor-line-blue span{background:#9eddf3}.decor-line-green{border-color:#c9eb8a;bottom:92px;right:46px}.decor-line-green span{background:#c9eb8a}.site-footer{background:var(--cream);border:1px solid var(--border);border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;grid-template-columns:1.35fr 1.2fr .95fr .85fr;align-items:center;gap:34px;width:100%;min-height:132px;margin:4px 0 0;padding:22px max(44px,50vw - 468px);display:grid}.footer-brand{align-items:center;width:220px;height:82px;display:flex;overflow:hidden}.footer-logo{object-fit:contain;transform-origin:0;width:210px;height:auto;transform:scale(1.08)}.footer-column{flex-direction:column;gap:6px;display:flex}.footer-column h4{margin:0 0 8px;font-size:14px;font-weight:700}.footer-column a{font-size:12px}.footer-column a:hover{color:var(--dark-blue)}.footer-menu-links{grid-template-columns:1fr 1fr;column-gap:38px;display:grid}.footer-menu-links div{flex-direction:column;gap:6px;display:flex}.socials{align-items:center;gap:18px;display:flex}.socials a{width:36px;height:36px;box-shadow:none;background:0 0;border-radius:50%;place-items:center;transition:transform .2s;display:grid}.socials a:hover{transform:translateY(-2px)}.socials img{object-fit:contain;width:34px;height:34px}.about-page{width:min(1120px,100% - 32px);margin:0 auto;padding:12px 0 28px}.about-hero{grid-template-columns:1.08fr 460px;align-items:center;gap:54px;min-height:290px;margin-bottom:34px;display:grid;position:relative}.about-hero-left{flex-direction:column;justify-content:center;min-height:240px;padding-left:130px;display:flex;position:relative}.about-hero-left h1{margin:0 0 20px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:52px;font-weight:800;line-height:.96}.about-hero-left p{width:500px;margin:0;font-size:14px;line-height:1.55}.about-green-half{background:var(--green);border-radius:86px 0 0 86px;width:86px;height:112px;position:absolute;top:54px;left:0}.about-blue-line{border-top:2px dotted var(--light-blue);width:108px;position:absolute;bottom:20px;left:16px;transform:rotate(-39deg)}.about-blue-line span{background:var(--light-blue);border-radius:50%;width:8px;height:8px;position:absolute;top:-5px}.about-blue-line span:first-child{left:-4px}.about-blue-line span:last-child{right:-4px}.about-hero-visual{width:460px;height:270px;position:relative}.about-photo-ring{border:14px solid var(--red);z-index:4;background:#fff;border-radius:50%;width:292px;height:186px;position:absolute;top:38px;left:102px;overflow:hidden}.about-photo-ring img{object-fit:cover;width:100%;height:100%}.about-blue-shape{background:var(--dark-blue);z-index:1;border-radius:50%;width:100px;height:122px;position:absolute;top:74px;right:18px}.about-blue-shape:after{content:"";background:#fff;border-radius:50%;width:45px;height:70px;position:absolute;top:26px;left:20px}.about-teal-dot{background:#42b8b0;border-radius:50%;width:34px;height:34px;position:absolute;top:40px;left:42px}.about-yellow-dot{background:var(--yellow);z-index:5;border-radius:50%;width:27px;height:27px;position:absolute;top:40px;right:86px}.about-orange-dot{background:var(--orange);border-radius:50%;width:20px;height:20px;position:absolute;bottom:40px;right:8px}.about-green-line{border-top:2px dotted var(--light-green);z-index:5;width:84px;position:absolute;bottom:62px;right:22px;transform:rotate(-42deg)}.about-green-line span{background:var(--light-green);border-radius:50%;width:7px;height:7px;position:absolute;top:-5px}.about-green-line span:first-child{left:-4px}.about-green-line span:last-child{right:-4px}.about-ball{z-index:6;background:var(--cream);border-radius:50%;position:absolute;overflow:hidden}.about-ball img{object-fit:cover;width:100%;height:100%}.about-football{width:72px;height:72px;bottom:22px;left:74px}.about-basketball{width:66px;height:66px;bottom:30px;right:98px}.about-founder-mission-grid{grid-template-columns:1.15fr 1fr;align-items:stretch;gap:34px;margin-bottom:38px;display:grid}.about-founder-card{min-height:270px;box-shadow:var(--shadow);background:#fff;border:1px solid #d9d9d9;border-radius:22px;grid-template-columns:200px 1fr;align-items:center;gap:28px;padding:22px;display:grid}.about-founder-image{background:#d9d9d9;border-radius:18px;width:200px;height:200px;overflow:hidden}.about-founder-image img{object-fit:cover;width:100%;height:100%}.about-founder-text span{color:var(--blue);margin-bottom:8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;display:inline-block}.about-founder-text h2{margin:0 0 14px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:30px;line-height:1}.about-founder-text p{margin:0 0 12px;font-size:12px;line-height:1.55}.about-primary-btn,.about-outline-btn{border-radius:999px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 24px;font-size:12px;font-weight:700;display:inline-flex}.about-primary-btn{background:var(--blue);color:#fff}.about-outline-btn{border:1.5px solid var(--blue);color:var(--blue);background:0 0}.about-mission-vision{grid-template-columns:1fr 1fr;align-self:stretch;gap:26px;display:grid}.about-info-card{min-height:270px;box-shadow:var(--shadow);background:#fff;border:1px solid #d9d9d9;border-radius:22px;padding:24px 22px}.about-info-icon{border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:18px;display:grid}.about-info-icon.green{background:var(--green)}.about-info-icon.yellow{background:var(--yellow)}.about-info-card h3{margin:0 0 14px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:18px;line-height:1}.about-info-card p{margin:0;font-size:11px;line-height:1.65}.about-values-section{margin-bottom:30px}.about-values-section h2{margin:0 0 18px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:28px}.about-values-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.about-value-card{min-height:108px;box-shadow:var(--shadow);background:#fff;border:1px solid #d9d9d9;border-radius:18px;grid-template-columns:52px 1fr;align-items:center;gap:14px;padding:18px;display:grid}.about-value-icon{border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.about-value-icon.blue{background:var(--dark-blue);color:#fff}.about-value-icon.green{background:var(--green)}.about-value-icon.orange{background:var(--orange)}.about-value-icon.cyan{color:#fff;background:#42b8b0}.about-value-icon.red{color:#000;background:#e41b1b}.about-value-card h3{margin:0 0 8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:15px;line-height:1}.about-value-card p{margin:0;font-size:10.4px;line-height:1.45}.about-why-strip{background:var(--cream);border:1px solid var(--border);border-radius:18px;grid-template-columns:1.1fr 1.4fr 1.4fr 1.4fr;align-items:center;gap:26px;min-height:92px;margin-bottom:24px;padding:20px 24px;display:grid;position:relative;overflow:hidden}.about-why-strip h2{margin:0;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:18px;line-height:1.15}.about-why-item{grid-template-columns:28px 1fr;align-items:start;gap:10px;display:grid}.about-why-item span{border:1.5px solid var(--green);width:24px;height:24px;color:var(--green);border-radius:50%;place-items:center;font-size:13px;display:grid}.about-why-item h3{margin:0 0 5px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:13px;line-height:1.05}.about-why-item p{margin:0;font-size:10px;line-height:1.4}.about-strip-dots{width:48px;height:48px;position:absolute;bottom:10px;right:24px}.about-strip-dots span{background:var(--light-blue);border-radius:50%;width:5px;height:5px;position:absolute}.about-strip-dots span:first-child{bottom:0;right:0}.about-strip-dots span:nth-child(2){bottom:10px;right:8px}.about-strip-dots span:nth-child(3){bottom:20px;right:16px}.about-strip-dots span:nth-child(4){bottom:30px;right:24px}.about-cta-strip{background:#eef5ff;border:1px solid #dbe8ff;border-radius:18px;grid-template-columns:72px 1fr auto 28px;align-items:center;gap:24px;min-height:88px;margin-bottom:16px;padding:18px 24px;display:grid}.about-cta-green{background:var(--green);border-radius:54px 54px 0 0;width:54px;height:54px}.about-cta-strip h2{margin:0 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:18px;line-height:1.1}.about-cta-strip p{margin:0;font-size:11px;line-height:1.45}.about-cta-buttons{gap:18px;display:flex}.about-cta-orange{background:var(--orange);border-radius:50%;width:24px;height:24px}@media (max-width:1100px){.about-page{width:calc(100% - 24px)}.about-hero{grid-template-columns:1fr;gap:26px}.about-hero-left{padding-left:96px}.about-hero-left p{width:100%;max-width:560px}.about-hero-visual{margin:0 auto}.about-founder-mission-grid{grid-template-columns:1fr}.about-mission-vision,.about-values-grid,.about-why-strip{grid-template-columns:1fr 1fr}.about-cta-strip{grid-template-columns:1fr;justify-items:start}}@media (max-width:700px){.about-hero-left{padding-left:20px}.about-green-half,.about-blue-line,.about-hero-visual{display:none}.about-founder-card{grid-template-columns:1fr}.about-founder-image{width:100%;max-width:220px;height:220px}.about-mission-vision,.about-values-grid,.about-why-strip{grid-template-columns:1fr}.about-cta-buttons{flex-direction:column;align-items:flex-start}}.about-title{color:#111;margin:0 0 20px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:52px;font-weight:800;line-height:.96}.celspellen-logo-text{white-space:nowrap;display:inline-block}.logo-blue{color:#3651d4}.logo-cyan{color:#3db2e5}.logo-green{color:#39c85c}.logo-yellow{color:#e8c52a}.logo-orange{color:#f08a1f}.about-founder-card,.about-info-card{align-items:start}.about-founder-text>p,.about-info-card>p{margin-bottom:14px}.read-more{margin:6px 0 18px}.read-more summary{width:fit-content;min-width:110px;height:30px;color:var(--blue);cursor:pointer;background:#f1f4ff;border:1px solid #5368f059;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:11.5px;font-weight:700;list-style:none;transition:all .2s;display:inline-flex}.read-more summary::-webkit-details-marker{display:none}.read-more summary:after{content:"↓";margin-left:8px;font-size:12px;transition:transform .2s}.read-more[open] summary:after{transform:rotate(180deg)}.read-more summary:hover{background:var(--blue);color:#fff}.read-more div{border:1px solid var(--border);background:#fff;border-radius:16px;margin-top:14px;padding:16px 18px}.read-more div p{margin:0 0 12px;font-size:12px;line-height:1.65}.read-more div p:last-child{margin-bottom:0}.diensten-page{width:min(1180px,100% - 48px);margin:0 auto;padding:22px 0 40px}.diensten-hero{grid-template-columns:1fr 460px;align-items:center;gap:56px;min-height:290px;margin-bottom:38px;display:grid}.diensten-hero-left{flex-direction:column;justify-content:center;min-height:240px;padding-left:130px;display:flex;position:relative}.diensten-hero-left h1{margin:0 0 18px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:52px;font-weight:800;line-height:.96}.diensten-hero-left p{width:560px;margin:0;font-size:14px;line-height:1.55}.diensten-green-half{background:var(--green);border-radius:86px 0 0 86px;width:86px;height:112px;position:absolute;top:54px;left:0}.diensten-blue-line{border-top:2px dotted var(--light-blue);width:108px;position:absolute;bottom:20px;left:16px;transform:rotate(-39deg)}.diensten-blue-line span,.diensten-green-line span{border-radius:50%;width:8px;height:8px;position:absolute;top:-5px}.diensten-blue-line span{background:var(--light-blue)}.diensten-blue-line span:first-child,.diensten-green-line span:first-child{left:-4px}.diensten-blue-line span:last-child,.diensten-green-line span:last-child{right:-4px}.diensten-hero-visual{width:460px;height:270px;position:relative}.diensten-photo-ring{border:14px solid var(--red);z-index:4;background:#fff;border-radius:50%;width:292px;height:186px;position:absolute;top:38px;left:102px;overflow:hidden}.diensten-photo-ring img{object-fit:cover;width:100%;height:100%}.diensten-blue-shape{background:var(--dark-blue);z-index:1;border-radius:50%;width:100px;height:122px;position:absolute;top:74px;right:18px}.diensten-blue-shape:after{content:"";background:#fff;border-radius:50%;width:45px;height:70px;position:absolute;top:26px;left:20px}.diensten-teal-dot{background:#42b8b0;border-radius:50%;width:34px;height:34px;position:absolute;top:40px;left:42px}.diensten-yellow-dot{background:var(--yellow);z-index:5;border-radius:50%;width:27px;height:27px;position:absolute;top:40px;right:86px}.diensten-orange-dot{background:var(--orange);border-radius:50%;width:20px;height:20px;position:absolute;bottom:40px;right:8px}.diensten-green-line{border-top:2px dotted var(--light-green);z-index:5;width:84px;position:absolute;bottom:62px;right:22px;transform:rotate(-42deg)}.diensten-green-line span{background:var(--light-green)}.diensten-ball{z-index:6;background:var(--cream);border-radius:50%;position:absolute;overflow:hidden}.diensten-ball img{object-fit:cover;width:100%;height:100%}.diensten-football{width:72px;height:72px;bottom:22px;left:74px}.diensten-basketball{width:66px;height:66px;bottom:30px;right:98px}.diensten-section-head{justify-content:space-between;align-items:flex-end;margin-bottom:22px;display:flex}.diensten-section-head h2{margin:0 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:30px;line-height:1}.diensten-section-head p{margin:0;font-size:14px;line-height:1.45}.diensten-aanbod-section,.diensten-keuze-section{margin-bottom:54px}.diensten-aanbod-grid{grid-template-columns:repeat(4,1fr);gap:26px;display:grid}.diensten-aanbod-card,.diensten-keuze-card,.diensten-detail-card{box-shadow:var(--shadow);background:#fff;border:1px solid #d9d9d9;border-radius:22px}.diensten-aanbod-card{flex-direction:column;min-height:250px;padding:24px;display:flex}.diensten-aanbod-icon{border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:18px;display:grid}.diensten-aanbod-icon.blue,.diensten-detail-badge.blue{background:var(--dark-blue);color:#fff}.diensten-aanbod-icon.green,.diensten-detail-badge.green{background:var(--green)}.diensten-aanbod-icon.yellow{background:var(--yellow)}.diensten-aanbod-icon.red,.diensten-detail-badge.red{background:var(--red)}.diensten-aanbod-card span,.diensten-detail-card>div:last-child>span{color:var(--blue);font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:14px;font-weight:800}.diensten-aanbod-card h3,.diensten-keuze-card h3,.diensten-detail-card h2,.diensten-two-column h3,.diensten-phase-grid h3,.diensten-process-strip h3,.diensten-group-strip h2,.diensten-cta-strip h2{font-family:"Baloo 2",Arial,Helvetica,sans-serif}.diensten-aanbod-card h3{margin:8px 0 10px;font-size:22px;line-height:1.05}.diensten-aanbod-card p{margin:0 0 20px;font-size:12px;line-height:1.55}.diensten-aanbod-card a{color:var(--blue);align-items:center;gap:6px;margin-top:auto;font-size:12px;font-weight:700;display:inline-flex}.diensten-keuze-grid{grid-template-columns:repeat(4,1fr);gap:26px;display:grid}.diensten-keuze-card{min-height:270px;padding:24px}.diensten-keuze-card h3{margin:0 0 18px;font-size:20px;line-height:1.05}.diensten-keuze-card div{margin-bottom:14px}.diensten-keuze-card strong{color:var(--blue);margin-bottom:4px;font-size:12px;display:block}.diensten-keuze-card p{margin:0;font-size:11.5px;line-height:1.45}.diensten-detail-card{grid-template-columns:70px 1fr;gap:24px;margin-bottom:42px;padding:34px;scroll-margin-top:120px;display:grid;position:relative}.diensten-detail-badge{border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.diensten-detail-card h2{margin:8px 0 16px;font-size:30px;line-height:1.05}.diensten-detail-card p{margin:0 0 14px;font-size:13px;line-height:1.65}.diensten-detail-points,.diensten-two-column,.diensten-phase-grid{gap:20px;margin-top:24px;display:grid}.diensten-detail-points{grid-template-columns:repeat(3,1fr)}.diensten-detail-points div,.diensten-two-column article,.diensten-phase-grid article{background:var(--cream);border:1px solid var(--border);border-radius:18px;padding:20px}.diensten-detail-points strong,.diensten-phase-grid strong{color:var(--blue);font-size:12px}.diensten-two-column{grid-template-columns:1fr 1fr}.diensten-two-column h3,.diensten-phase-grid h3{margin:0 0 10px;font-size:18px}.diensten-two-column ul{margin:12px 0 0;padding-left:18px;font-size:12px;line-height:1.7}.diensten-phase-grid{grid-template-columns:repeat(5,1fr)}.diensten-phase-grid article{min-height:180px}.diensten-group-strip{background:var(--cream);border:1px solid var(--border);border-radius:20px;margin:10px 0 28px;padding:26px 32px}.diensten-group-strip h2{margin:0 0 8px;font-size:24px}.diensten-group-strip p{max-width:920px;margin:0;font-size:13px;line-height:1.6}.diensten-process-strip{background:var(--cream);border:1px solid var(--border);border-radius:18px;grid-template-columns:repeat(3,1fr);align-items:center;gap:26px;min-height:92px;margin-bottom:28px;padding:20px 28px;display:grid}.diensten-process-strip article{grid-template-columns:42px 1fr;align-items:start;gap:14px;display:grid}.diensten-process-strip span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.diensten-process-strip h3{margin:0 0 5px;font-size:15px}.diensten-process-strip p{margin:0;font-size:11px;line-height:1.45}.diensten-cta-strip{background:#eef5ff;border:1px solid #dbe8ff;border-radius:18px;grid-template-columns:72px 1fr auto 28px;align-items:center;gap:24px;min-height:88px;margin-bottom:16px;padding:18px 24px;display:grid}.diensten-cta-green{background:var(--green);border-radius:54px 54px 0 0;width:54px;height:54px}.diensten-cta-strip h2{margin:0 0 6px;font-size:22px;line-height:1.1}.diensten-cta-strip p{margin:0;font-size:12px;line-height:1.45}.diensten-cta-buttons{gap:18px;display:flex}.diensten-primary-btn,.diensten-outline-btn{border-radius:999px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 24px;font-size:12px;font-weight:700;display:inline-flex}.diensten-primary-btn{background:var(--blue);color:#fff}.diensten-outline-btn{border:1.5px solid var(--blue);color:var(--blue);background:0 0}.diensten-cta-orange{background:var(--orange);border-radius:50%;width:24px;height:24px}@media (max-width:1100px){.diensten-page{width:calc(100% - 24px)}.diensten-hero,.diensten-aanbod-grid,.diensten-keuze-grid,.diensten-detail-points,.diensten-two-column,.diensten-process-strip,.diensten-cta-strip{grid-template-columns:1fr}.diensten-hero-left{padding-left:96px}.diensten-hero-left p{width:100%;max-width:560px}.diensten-hero-visual{margin:0 auto}.diensten-phase-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.diensten-hero-left{padding-left:20px}.diensten-green-half,.diensten-blue-line,.diensten-hero-visual{display:none}.diensten-detail-card,.diensten-phase-grid{grid-template-columns:1fr}.diensten-cta-buttons{flex-direction:column;align-items:flex-start}}.diensten-keuze-card{border:1px solid #0000!important;box-shadow:0 10px 24px #00000014!important}.diensten-keuze-card:first-child{background:#eef3ff!important;border-color:#5368f059!important}.diensten-keuze-card:first-child h3,.diensten-keuze-card:first-child strong{color:#2f49c8!important}.diensten-keuze-card:nth-child(2){background:#effff4!important;border-color:#32d06459!important}.diensten-keuze-card:nth-child(2) h3,.diensten-keuze-card:nth-child(2) strong{color:#1fa84c!important}.diensten-keuze-card:nth-child(3){background:#fff8dc!important;border-color:#f6cf268c!important}.diensten-keuze-card:nth-child(3) h3,.diensten-keuze-card:nth-child(3) strong{color:#c59b00!important}.diensten-keuze-card:nth-child(4){background:#fff0ee!important;border-color:#e6574859!important}.diensten-keuze-card:nth-child(4) h3,.diensten-keuze-card:nth-child(4) strong{color:#d84335!important}#sport-en-spelactiviteiten .diensten-detail-points div{background:#eef3ff!important;border-color:#5368f059!important}#sport-en-spelactiviteiten .diensten-detail-points strong{color:#2f49c8!important}#workshops .diensten-two-column article{background:#effff4!important;border-color:#32d06459!important}#workshops .diensten-two-column h3{color:#1fa84c!important}#young-champions .diensten-phase-grid article{background:#fff0ee!important;border-color:#e6574859!important}#young-champions .diensten-phase-grid strong,#young-champions .diensten-phase-grid h3{color:#d84335!important}.contact-page{width:min(1180px,100% - 48px);margin:0 auto;padding:22px 0 40px}.contact-hero{grid-template-columns:1fr 460px;align-items:center;gap:56px;min-height:290px;margin-bottom:34px;display:grid}.contact-hero-left{flex-direction:column;justify-content:center;min-height:240px;padding-left:130px;display:flex;position:relative}.contact-hero-left h1{margin:0 0 18px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:52px;font-weight:800;line-height:.96}.contact-hero-left p{width:540px;margin:0;font-size:14px;line-height:1.55}.contact-green-half{background:var(--green);border-radius:86px 0 0 86px;width:86px;height:112px;position:absolute;top:54px;left:0}.contact-blue-line{border-top:2px dotted var(--light-blue);width:108px;position:absolute;bottom:20px;left:16px;transform:rotate(-39deg)}.contact-blue-line span,.contact-green-line span{border-radius:50%;width:8px;height:8px;position:absolute;top:-5px}.contact-blue-line span{background:var(--light-blue)}.contact-blue-line span:first-child,.contact-green-line span:first-child{left:-4px}.contact-blue-line span:last-child,.contact-green-line span:last-child{right:-4px}.contact-hero-visual{width:460px;height:270px;position:relative}.contact-photo-ring{border:14px solid var(--red);z-index:4;background:#fff;border-radius:50%;width:292px;height:186px;position:absolute;top:38px;left:102px;overflow:hidden}.contact-photo-ring img{object-fit:cover;width:100%;height:100%}.contact-blue-shape{background:var(--dark-blue);z-index:1;border-radius:50%;width:100px;height:122px;position:absolute;top:74px;right:18px}.contact-blue-shape:after{content:"";background:#fff;border-radius:50%;width:45px;height:70px;position:absolute;top:26px;left:20px}.contact-teal-dot{background:#42b8b0;border-radius:50%;width:34px;height:34px;position:absolute;top:40px;left:42px}.contact-yellow-dot{background:var(--yellow);z-index:5;border-radius:50%;width:27px;height:27px;position:absolute;top:40px;right:86px}.contact-orange-dot{background:var(--orange);border-radius:50%;width:20px;height:20px;position:absolute;bottom:40px;right:8px}.contact-green-line{border-top:2px dotted var(--light-green);z-index:5;width:84px;position:absolute;bottom:62px;right:22px;transform:rotate(-42deg)}.contact-green-line span{background:var(--light-green)}.contact-ball{z-index:6;background:var(--cream);border-radius:50%;position:absolute;overflow:hidden}.contact-ball img{object-fit:cover;width:100%;height:100%}.contact-football{width:72px;height:72px;bottom:22px;left:74px}.contact-basketball{width:66px;height:66px;bottom:30px;right:98px}.contact-main-grid{grid-template-columns:1.45fr .75fr;align-items:stretch;gap:28px;margin-bottom:28px;display:grid}.contact-form-card,.contact-info-card,.contact-faq-card{box-shadow:var(--shadow);background:#fff;border:1px solid #d9d9d9}.contact-form-card{border-radius:22px;padding:26px}.contact-form-card h2,.contact-info-card h2,.contact-faq-section h2,.contact-cta-strip h2{font-family:"Baloo 2",Arial,Helvetica,sans-serif}.contact-form-card h2{margin:0 0 18px;font-size:24px;line-height:1}.contact-form{flex-direction:column;gap:16px;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-form label{flex-direction:column;gap:7px;font-size:11px;font-weight:700;display:flex}.contact-form input,.contact-form select,.contact-form textarea{background:#fff;border:1px solid #dcdcdc;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:Arial,Helvetica,sans-serif;font-size:12px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #5368f01f}.contact-form textarea{resize:vertical;min-height:105px}.contact-form-bottom{align-items:center;gap:18px;display:flex}.contact-form-bottom button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:8px;height:38px;padding:0 24px;font-size:12px;font-weight:700;display:inline-flex}.contact-form-bottom p{color:#111;margin:0;font-size:11px}.contact-form-bottom p:before{content:"✓";color:var(--green);margin-right:6px;font-weight:800}.contact-info-card{border-radius:22px;padding:26px}.contact-info-card h2{margin:0 0 22px;font-size:24px;line-height:1}.contact-info-list{flex-direction:column;gap:22px;display:flex}.contact-info-item{grid-template-columns:44px 1fr;align-items:center;gap:14px;display:grid}.contact-info-icon{color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.contact-info-icon.blue{background:var(--dark-blue)}.contact-info-icon.green{background:var(--green)}.contact-info-item h3{margin:0 0 5px;font-size:13px}.contact-info-item a{color:var(--blue);font-size:12px;font-weight:700}.contact-socials{margin-top:34px}.contact-socials h3{margin:0 0 12px;font-size:14px}.contact-socials>div{gap:14px;display:flex}.contact-social{width:36px;height:36px;box-shadow:none;background:0 0;border-radius:50%;place-items:center;transition:transform .2s;display:grid}.contact-social:hover{transform:translateY(-2px)}.contact-social img{object-fit:contain;width:34px;height:34px}.contact-faq-section{margin-bottom:28px}.contact-faq-section h2{margin:0 0 16px;font-size:24px;line-height:1}.contact-faq-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.contact-faq-card{border-radius:18px;grid-template-columns:46px 1fr 18px;align-items:center;gap:14px;min-height:76px;padding:16px;display:grid}.contact-faq-icon{color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.contact-faq-icon.blue{background:var(--dark-blue)}.contact-faq-icon.green{background:var(--green)}.contact-faq-icon.orange{background:var(--orange)}.contact-faq-card h3{margin:0 0 5px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:14px;line-height:1}.contact-faq-card p{margin:0;font-size:10.5px;line-height:1.35}.contact-faq-card>span{font-size:20px}.contact-cta-strip{background:#eef5ff;border:1px solid #dbe8ff;border-radius:18px;grid-template-columns:72px 1fr auto 28px;align-items:center;gap:24px;min-height:88px;margin-bottom:16px;padding:18px 24px;display:grid}.contact-cta-green{background:var(--green);border-radius:54px 54px 0 0;width:54px;height:54px}.contact-cta-strip h2{margin:0 0 6px;font-size:22px;line-height:1.1}.contact-cta-strip p{margin:0;font-size:12px;line-height:1.45}.contact-cta-buttons{gap:18px;display:flex}.contact-primary-btn,.contact-outline-btn{border-radius:999px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 24px;font-size:12px;font-weight:700;display:inline-flex}.contact-primary-btn{background:var(--blue);color:#fff}.contact-outline-btn{border:1.5px solid var(--blue);color:var(--blue);background:0 0}.contact-cta-orange{background:var(--orange);border-radius:50%;width:24px;height:24px}@media (max-width:1100px){.contact-page{width:calc(100% - 24px)}.contact-hero,.contact-main-grid,.contact-faq-grid,.contact-cta-strip{grid-template-columns:1fr}.contact-hero-left{padding-left:96px}.contact-hero-left p{width:100%;max-width:560px}.contact-hero-visual{margin:0 auto}}@media (max-width:700px){.contact-hero-left{padding-left:20px}.contact-green-half,.contact-blue-line,.contact-hero-visual{display:none}.contact-form-row{grid-template-columns:1fr}.contact-form-bottom,.contact-cta-buttons{flex-direction:column;align-items:flex-start}}.db-page{width:min(1080px,100% - 64px);margin:0 auto;padding:54px 0 90px}.db-hero{background:var(--cream);border:1px solid var(--border);border-radius:26px;margin-bottom:42px;padding:42px 46px;box-shadow:0 12px 24px #00000014}.db-hero span,.db-activity-content span,.db-detail-content>span{color:var(--blue);margin-bottom:10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:14px;font-weight:800;display:inline-block}.db-hero h1,.db-empty-state h2,.db-detail-content h1{color:#111;margin:0 0 12px;font-family:"Baloo 2",Arial,Helvetica,sans-serif}.db-hero h1{font-size:42px;line-height:1.05}.db-hero p{max-width:720px;margin:0;font-size:15px;line-height:1.55}.db-section{margin-top:34px}.db-activity-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.db-activity-card{background:#fff;border:1px solid #d9d9d9;border-radius:22px;overflow:hidden;box-shadow:0 10px 22px #0000001a}.db-activity-image{background:#ddd;height:185px;overflow:hidden}.db-activity-image img,.activity-image img,.db-detail-image img{object-fit:cover;width:100%;height:100%}.db-activity-placeholder{background:linear-gradient(135deg,#ddd,#bfbfbf);width:100%;height:100%}.db-activity-content{padding:22px}.db-activity-content h3{margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:23px;line-height:1.05}.db-activity-content p{margin:0 0 16px;font-size:13px;line-height:1.55}.db-activity-meta{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.db-activity-meta small{background:var(--cream);border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:11px}.db-activity-content a{color:var(--blue);font-size:13px;font-weight:700}.db-empty-state{background:var(--cream);border:1px solid var(--border);text-align:center;border-radius:22px;padding:34px}.db-empty-state.small{text-align:left;padding:22px}.db-detail-card{background:#fff;border:1px solid #d9d9d9;border-radius:26px;grid-template-columns:1.15fr .85fr;gap:34px;padding:34px;display:grid;box-shadow:0 12px 24px #00000014}.db-back-link{color:var(--blue);margin-bottom:20px;font-size:13px;font-weight:700;display:inline-flex}.db-detail-content h1{font-size:42px;line-height:1.05}.db-detail-content>p{max-width:680px;margin:0 0 24px;font-size:15px;line-height:1.6}.db-detail-meta{grid-template-columns:repeat(2,1fr);gap:14px;margin:24px 0;display:grid}.db-detail-meta div{background:var(--cream);border:1px solid var(--border);border-radius:16px;padding:16px}.db-detail-meta strong{color:var(--blue);margin-bottom:5px;font-size:12px;display:block}.db-detail-meta p,.db-detail-text p{margin:0;font-size:13px;line-height:1.6}.db-detail-text{gap:14px;margin-top:22px;display:grid}.db-detail-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.db-primary-btn,.db-outline-btn{border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 22px;font-size:13px;font-weight:700;display:inline-flex}.db-primary-btn{background:var(--blue);color:#fff}.db-outline-btn{border:1.5px solid var(--blue);color:var(--blue)}.db-detail-image{background:#ddd;border-radius:22px;min-height:420px;overflow:hidden}.admin-page{width:min(1120px,100% - 64px);margin:0 auto;padding:54px 0 90px}.admin-header{background:var(--cream);border:1px solid var(--border);border-radius:26px;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;padding:34px;display:flex}.admin-header span{color:var(--blue);margin-bottom:8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-weight:800;display:inline-block}.admin-header h1{margin:0 0 8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:34px;line-height:1.05}.admin-header p{max-width:640px;margin:0;font-size:14px;line-height:1.5}.admin-card{background:#fff;border:1px solid #d9d9d9;border-radius:24px;padding:28px;box-shadow:0 12px 24px #00000014}.admin-primary-link,.admin-empty a,.admin-form-actions button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 22px;font-size:13px;font-weight:700;display:inline-flex}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eee;padding:16px 12px}.admin-table th{color:#555;font-size:12px}.admin-table td strong{margin-bottom:4px;display:block}.admin-table td small{color:#777;font-size:11px;display:block}.admin-status{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.admin-status.published{color:#1fa84c;background:#effff4}.admin-status.draft{color:#b77a00;background:#fff6dd}.admin-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-actions a,.admin-actions button{border:1px solid var(--border);color:#111;cursor:pointer;background:#fff;border-radius:999px;padding:8px 12px;font-size:12px}.admin-actions button.danger{color:#d13f32}.admin-empty{text-align:center;padding:40px 20px}.admin-empty h2{margin:0 0 8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif}.admin-empty p{margin:0 0 22px}.admin-form{gap:20px;display:grid}.admin-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.admin-form label{gap:8px;font-size:13px;font-weight:700;display:grid}.admin-form input,.admin-form textarea,.admin-form select{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:14px;padding:13px 14px}.admin-form textarea{resize:vertical}.admin-checkbox-row{flex-wrap:wrap;gap:22px;display:flex}.admin-checkbox-row label{align-items:center;gap:9px;display:flex}.admin-checkbox-row input{width:auto}.admin-form-actions{align-items:center;gap:14px;margin-top:10px;display:flex}.admin-form-actions a{color:var(--blue);font-size:13px;font-weight:700}@media (max-width:900px){.db-activity-grid,.db-detail-card,.admin-form-grid,.db-detail-meta{grid-template-columns:1fr}.admin-header{flex-direction:column;align-items:flex-start}.db-hero h1,.db-detail-content h1{font-size:34px}}@media (max-width:700px){.db-page,.admin-page{width:calc(100% - 24px);padding-top:32px}.db-hero,.admin-header,.admin-card,.db-detail-card{padding:22px}}.admin-login-page{place-items:center;width:min(1000px,100% - 48px);min-height:calc(100vh - 220px);margin:0 auto;padding:70px 0;display:grid}.admin-login-card{background:var(--cream);border:1px solid var(--border);border-radius:28px;width:min(460px,100%);padding:34px;box-shadow:0 16px 36px #0000001f}.admin-login-brand span,.admin-main-header span,.admin-stat-card span{color:var(--blue);margin-bottom:8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-weight:800;display:inline-block}.admin-login-brand h1,.admin-main-header h1,.admin-next-card h2{color:#111;margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif}.admin-login-brand h1{font-size:36px}.admin-login-brand p{margin:0 0 24px;font-size:14px;line-height:1.5}.admin-login-form{gap:18px;display:grid}.admin-login-form label{gap:8px;font-size:13px;font-weight:700;display:grid}.admin-login-form input{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:14px;padding:13px 14px}.admin-login-form button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:42px;font-size:14px;font-weight:800}.admin-login-error,.admin-login-success{border-radius:14px;margin-bottom:18px;padding:12px 14px;font-size:13px;font-weight:700}.admin-login-error{color:#c7352b;background:#fff1ef;border:1px solid #f2c2bc}.admin-login-success{color:#1fa84c;background:#effff4;border:1px solid #bdecc8}.admin-shell{grid-template-columns:260px 1fr;gap:28px;width:min(1240px,100% - 48px);margin:0 auto;padding:46px 0 90px;display:grid}.admin-sidebar{background:var(--cream);border:1px solid var(--border);border-radius:28px;flex-direction:column;align-self:start;min-height:560px;padding:24px;display:flex;position:sticky;top:120px;box-shadow:0 12px 28px #00000014}.admin-sidebar-brand{margin-bottom:28px}.admin-sidebar-brand span{color:var(--blue);font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:16px;font-weight:800;display:block}.admin-sidebar-brand strong{font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:22px;line-height:1.1;display:block}.admin-sidebar-nav{gap:8px;display:grid}.admin-sidebar-nav a,.admin-sidebar-disabled,.admin-sidebar-bottom a{border-radius:14px;padding:12px 14px;font-size:13px;font-weight:700}.admin-sidebar-nav a{color:#111;background:#fff;border:1px solid #0000}.admin-sidebar-nav a:hover{border-color:var(--blue);color:var(--blue)}.admin-sidebar-disabled{color:#999;cursor:not-allowed;background:#ffffff8c;display:block}.admin-sidebar-bottom{gap:8px;margin-top:auto;display:grid}.admin-sidebar-bottom a{border:1px solid var(--border);color:#111;background:#fff}.admin-sidebar-bottom .admin-logout-link{color:#d13f32}.admin-main{min-width:0}.admin-main-header{background:var(--cream);border:1px solid var(--border);border-radius:28px;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;padding:30px;display:flex;box-shadow:0 12px 28px #00000014}.admin-main-header h1{font-size:36px;line-height:1.05}.admin-main-header p{max-width:720px;margin:0;font-size:14px;line-height:1.5}.admin-stats-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;display:grid}.admin-stat-card,.admin-next-card{background:#fff;border:1px solid #d9d9d9;border-radius:22px;padding:24px;box-shadow:0 10px 22px #00000014}.admin-stat-card strong{margin-bottom:8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:36px;line-height:1;display:block}.admin-stat-card p,.admin-next-card p{margin:0;font-size:13px;line-height:1.5}.admin-next-card h2{font-size:26px}@media (max-width:980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{min-height:auto;position:static}.admin-stats-grid{grid-template-columns:1fr}.admin-main-header{flex-direction:column;align-items:flex-start}}.admin-form-section{border-bottom:1px solid #eee;gap:18px;padding-bottom:26px;display:grid}.admin-form-section:last-of-type{border-bottom:0;padding-bottom:0}.admin-form-section>div:first-child span{color:var(--blue);margin-bottom:6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:13px;font-weight:800;display:inline-block}.admin-form-section h2{margin:0 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:24px;line-height:1.05}.admin-form-section p{color:#555;margin:0;font-size:13px;line-height:1.5}.admin-save-message{color:#1fa84c;background:#effff4;border:1px solid #bdecc8;border-radius:16px;margin-bottom:20px;padding:14px 18px;font-size:13px;font-weight:800}.footer-contact-lines{gap:6px;margin-top:14px;font-size:13px;display:grid}.footer-contact-lines a{color:#111}.footer-contact-lines a:hover{color:var(--blue)}.footer-muted{color:#666;max-width:180px;margin:0;font-size:12px;line-height:1.4}.form-success-message,.form-error-message{border-radius:14px;margin:0 0 18px;padding:12px 14px;font-size:13px;font-weight:700}.form-success-message{color:#1fa84c;background:#effff4;border:1px solid #bdecc8}.form-error-message{color:#c7352b;background:#fff1ef;border:1px solid #f2c2bc}.admin-inquiry-list{gap:18px;display:grid}.admin-inquiry-card{background:#fff;border:1px solid #eee;border-radius:20px;padding:22px}.admin-inquiry-top{justify-content:space-between;gap:24px;margin-bottom:16px;display:flex}.admin-inquiry-top h2{margin:8px 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:24px;line-height:1.05}.admin-inquiry-top p{margin:0;font-size:13px}.admin-inquiry-contact{text-align:right;gap:8px;font-size:13px;font-weight:700;display:grid}.admin-inquiry-contact a{color:var(--blue)}.admin-inquiry-status{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.admin-inquiry-status.new{color:#b77a00;background:#fff6dd}.admin-inquiry-status.read{color:#1fa84c;background:#effff4}.admin-inquiry-status.archived{color:#555;background:#eee}.admin-inquiry-meta{background:var(--cream);border:1px solid var(--border);border-radius:14px;margin-bottom:14px;padding:12px 14px;font-size:13px}.admin-inquiry-message{gap:10px;margin-bottom:18px;display:grid}.admin-inquiry-message p{margin:0;font-size:13px;line-height:1.6}@media (max-width:760px){.admin-inquiry-top{flex-direction:column}.admin-inquiry-contact{text-align:left}}.admin-gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.admin-gallery-card{background:#fff;border:1px solid #eee;border-radius:22px;overflow:hidden;box-shadow:0 8px 18px #0000000f}.admin-gallery-image{background:#ddd;height:230px;overflow:hidden}.admin-gallery-image img{object-fit:cover;width:100%;height:100%}.admin-gallery-content{gap:14px;padding:20px;display:grid}.admin-gallery-content h2{margin:0 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:22px;line-height:1.05}.admin-gallery-content span{color:var(--blue);font-size:12px;font-weight:800;display:inline-block}.admin-gallery-content p{margin:0;font-size:13px;line-height:1.5}.admin-gallery-badges{flex-wrap:wrap;gap:8px;display:flex}.admin-gallery-badges small{background:var(--cream);border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.gallery-checkbox-row{align-content:center;padding-top:22px}.gallery-page{width:min(1120px,100% - 64px);margin:0 auto;padding:56px 0 90px}.gallery-page-hero{background:var(--cream);border:1px solid var(--border);border-radius:28px;margin-bottom:36px;padding:42px 46px;box-shadow:0 12px 28px #00000014}.gallery-page-hero span{color:var(--blue);margin-bottom:8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-weight:800;display:inline-block}.gallery-page-hero h1{margin:0 0 12px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:42px;line-height:1.05}.gallery-page-hero p{max-width:720px;margin:0;font-size:15px;line-height:1.55}.gallery-page-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.gallery-page-card{background:#fff;border:1px solid #d9d9d9;border-radius:24px;overflow:hidden;box-shadow:0 10px 22px #00000014}.gallery-page-image{background:#ddd;height:240px;overflow:hidden}.gallery-page-image img{object-fit:cover;width:100%;height:100%}.gallery-page-content{padding:20px}.gallery-page-content span{color:var(--blue);margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.gallery-page-content h2{margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:22px;line-height:1.05}.gallery-page-content p{margin:0;font-size:13px;line-height:1.5}@media (max-width:920px){.admin-gallery-grid,.gallery-page-grid{grid-template-columns:1fr}}@media (max-width:700px){.gallery-page{width:calc(100% - 24px);padding-top:32px}.gallery-page-hero{padding:24px}.gallery-page-hero h1{font-size:34px}}.request-page{width:min(1120px,100% - 64px);margin:0 auto;padding:56px 0 90px}.request-hero{background:var(--cream);border:1px solid var(--border);border-radius:28px;margin-bottom:36px;padding:42px 46px;box-shadow:0 12px 28px #00000014}.request-hero span,.request-form-section>div span{color:var(--blue);margin-bottom:8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-weight:800;display:inline-block}.request-hero h1{margin:0 0 12px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:42px;line-height:1.05}.request-hero p{max-width:760px;margin:0;font-size:15px;line-height:1.55}.request-layout{grid-template-columns:1fr 330px;align-items:start;gap:28px;display:grid}.request-form-card,.request-info-card{background:#fff;border:1px solid #d9d9d9;border-radius:26px;padding:30px;box-shadow:0 12px 24px #00000014}.request-form{gap:28px;display:grid}.request-form-section{border-bottom:1px solid #eee;gap:18px;padding-bottom:26px;display:grid}.request-form-section:last-of-type{border-bottom:0;padding-bottom:0}.request-form-section h2,.request-info-card h2{margin:0 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:25px;line-height:1.05}.request-form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.request-form label{gap:8px;font-size:13px;font-weight:700;display:grid}.request-form input,.request-form select,.request-form textarea{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:14px;padding:13px 14px}.request-form textarea{resize:vertical}.request-form-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.request-form-actions button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:42px;padding:0 24px;font-size:14px;font-weight:800}.request-form-actions a{color:var(--blue);font-size:13px;font-weight:700}.request-info-card{gap:18px;display:grid;position:sticky;top:130px}.request-info-card div{background:var(--cream);border:1px solid var(--border);border-radius:18px;padding:16px}.request-info-card strong{margin-bottom:6px;font-size:13px;display:block}.request-info-card p{margin:0;font-size:13px;line-height:1.5}.admin-request-list{gap:18px;display:grid}.admin-request-card{background:#fff;border:1px solid #eee;border-radius:22px;padding:22px}.admin-request-top{justify-content:space-between;gap:24px;margin-bottom:18px;display:flex}.admin-request-top h2{margin:8px 0 6px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:24px;line-height:1.05}.admin-request-top p{margin:0;font-size:13px}.admin-request-contact{text-align:right;gap:8px;font-size:13px;font-weight:700;display:grid}.admin-request-contact a{color:var(--blue)}.admin-request-status{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.admin-request-status.new{color:#b77a00;background:#fff6dd}.admin-request-status.contacted{color:#3458d4;background:#eef4ff}.admin-request-status.confirmed{color:#1fa84c;background:#effff4}.admin-request-status.declined{color:#c7352b;background:#fff1ef}.admin-request-status.archived{color:#555;background:#eee}.admin-request-details{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px;display:grid}.admin-request-details div,.admin-request-notes{background:var(--cream);border:1px solid var(--border);border-radius:16px;padding:14px}.admin-request-details strong,.admin-request-notes strong{color:var(--blue);margin-bottom:5px;font-size:12px;display:block}.admin-request-details p,.admin-request-notes p{margin:0;font-size:13px;line-height:1.5}.admin-request-notes{margin-bottom:16px}.mobile-menu-panel{opacity:0;visibility:hidden;pointer-events:none;z-index:900;background:#1111116b;transition:all .2s;position:fixed;inset:0}.mobile-menu-panel.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-inner{background:var(--cream);width:min(380px,100% - 32px);min-height:100%;margin-left:auto;padding:28px;box-shadow:-12px 0 32px #0000002e}.mobile-menu-head{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.mobile-menu-head strong{font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:28px;line-height:1}.mobile-menu-head button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:50%;width:42px;height:42px;font-size:26px}.mobile-menu-links{gap:10px;display:grid}.mobile-menu-links a{color:#111;background:#fff;border-radius:16px;align-items:center;min-height:46px;padding:0 16px;font-size:14px;font-weight:700;display:flex}.mobile-menu-links a.active,.mobile-menu-links a:hover{color:var(--blue);border:1px solid var(--blue)}@media (max-width:900px){.request-layout,.request-form-grid,.admin-request-details{grid-template-columns:1fr}.request-info-card{position:static}.admin-request-top{flex-direction:column}.admin-request-contact{text-align:left}}@media (max-width:700px){.request-page{width:calc(100% - 24px);padding-top:32px}.request-hero,.request-form-card,.request-info-card{padding:22px}.request-hero h1{font-size:34px}}.request-time-group{gap:8px;display:grid}.request-time-group>span{font-size:13px;font-weight:700}.request-time-selects{grid-template-columns:1fr 1fr;gap:12px;display:grid}.request-time-selects label{gap:8px;font-size:13px;font-weight:700;display:grid}.request-time-selects select{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:14px;padding:13px 14px}.admin-news-list{gap:18px;display:grid}.admin-news-card{background:#fff;border:1px solid #eee;border-radius:22px;grid-template-columns:240px 1fr;gap:20px;display:grid;overflow:hidden}.admin-news-image{background:#ddd;min-height:190px}.admin-news-image img{object-fit:cover;width:100%;height:100%}.admin-news-content{gap:16px;padding:22px;display:grid}.admin-news-meta{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.admin-news-meta span{background:var(--cream);border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.admin-news-content h2{margin:0 0 8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:24px;line-height:1.05}.admin-news-content p{margin:0 0 10px;font-size:13px;line-height:1.5}.admin-news-content small{color:#666;font-size:12px}.news-page,.news-detail-page{width:min(1120px,100% - 64px);margin:0 auto;padding:56px 0 90px}.news-hero{background:var(--cream);border:1px solid var(--border);border-radius:28px;margin-bottom:36px;padding:42px 46px;box-shadow:0 12px 28px #00000014}.news-hero span,.news-card-content span,.news-detail-meta span{color:var(--blue);font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-weight:800;display:inline-block}.news-hero h1{margin:8px 0 12px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:42px;line-height:1.05}.news-hero p{max-width:720px;margin:0;font-size:15px;line-height:1.55}.news-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.news-card{background:#fff;border:1px solid #d9d9d9;border-radius:24px;overflow:hidden;box-shadow:0 10px 22px #00000014}.news-card-image{background:#ddd;height:220px}.news-card-image img{object-fit:cover;width:100%;height:100%}.news-card-content{padding:22px}.news-card-content h2{margin:8px 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:23px;line-height:1.05}.news-card-content p{margin:0 0 18px;font-size:13px;line-height:1.5}.news-card-content a,.news-back-link{color:var(--blue);font-size:13px;font-weight:800}.news-detail-card{background:#fff;border:1px solid #d9d9d9;border-radius:28px;padding:38px;box-shadow:0 12px 28px #00000014}.news-detail-meta{flex-wrap:wrap;gap:12px;margin:22px 0 12px;display:flex}.news-detail-card h1{max-width:820px;margin:0 0 14px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:44px;line-height:1.05}.news-detail-excerpt{color:#444;max-width:820px;margin:0 0 28px;font-size:16px;line-height:1.6}.news-detail-image{background:#ddd;border-radius:24px;height:430px;margin-bottom:28px;overflow:hidden}.news-detail-image img{object-fit:cover;width:100%;height:100%}.news-detail-content{gap:16px;max-width:820px;display:grid}.news-detail-content p{margin:0;font-size:15px;line-height:1.75}@media (max-width:920px){.news-grid,.admin-news-card{grid-template-columns:1fr}.admin-news-image{min-height:240px}}@media (max-width:700px){.news-page,.news-detail-page{width:calc(100% - 24px);padding-top:32px}.news-hero,.news-detail-card{padding:24px}.news-hero h1,.news-detail-card h1{font-size:34px}.news-detail-image{height:260px}}.news-hero-actions,.gallery-hero-actions,.news-detail-actions,.news-cta-actions,.gallery-cta-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:24px;display:flex}.news-primary-btn,.gallery-primary-btn,.news-outline-btn,.gallery-outline-btn{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 22px;font-size:13px;font-weight:800;display:inline-flex}.news-primary-btn,.gallery-primary-btn{background:var(--blue);color:#fff}.news-outline-btn,.gallery-outline-btn{border:1.5px solid var(--blue);color:var(--blue);background:0 0}.news-cta-strip,.gallery-cta-strip{background:var(--cream);border:1px solid var(--border);border-radius:28px;justify-content:space-between;align-items:center;gap:28px;margin-top:42px;padding:34px;display:flex;box-shadow:0 12px 28px #00000014}.news-cta-strip span,.gallery-cta-strip span{color:var(--blue);margin-bottom:8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-weight:800;display:inline-block}.news-cta-strip h2,.gallery-cta-strip h2{margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:30px;line-height:1.05}.news-cta-strip p,.gallery-cta-strip p{max-width:680px;margin:0;font-size:14px;line-height:1.55}@media (max-width:800px){.news-cta-strip,.gallery-cta-strip{flex-direction:column;align-items:flex-start;padding:24px}.news-cta-strip h2,.gallery-cta-strip h2{font-size:26px}}.service-card-top{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.service-photo{background:#ddd;border-radius:50%;flex-shrink:0;width:112px;height:112px;overflow:hidden;box-shadow:0 10px 22px #0000001f}.service-photo img{object-fit:cover;width:100%;height:100%}.service-card h3{margin-top:0}@media (max-width:700px){.service-photo{width:96px;height:96px}}.coming-soon-page{width:min(900px,100% - 48px);margin:0 auto;padding:90px 0 120px}.coming-soon-card{background:var(--cream);border:1px solid var(--border);text-align:center;border-radius:32px;padding:52px;box-shadow:0 18px 38px #0000001a}.coming-soon-card span{color:var(--blue);margin-bottom:12px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:18px;font-weight:800;display:inline-block}.coming-soon-card h1{margin:0 0 16px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:46px;line-height:1.05}.coming-soon-card p{max-width:620px;margin:0 auto;font-size:16px;line-height:1.65}.coming-soon-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px;display:flex}.coming-soon-primary,.coming-soon-outline{border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 24px;font-size:14px;font-weight:800;display:inline-flex}.coming-soon-primary{background:var(--blue);color:#fff}.coming-soon-outline{border:1.5px solid var(--blue);color:var(--blue);background:0 0}@media (max-width:700px){.coming-soon-page{width:calc(100% - 24px);padding:44px 0 80px}.coming-soon-card{padding:30px 22px}.coming-soon-card h1{font-size:34px}}html,body{max-width:100%;overflow-x:hidden}*{box-sizing:border-box}img,video{max-width:100%;height:auto}@media (max-width:1100px){.site-header{gap:18px;width:calc(100% - 24px);padding:14px 18px}.brand-logo{width:150px;height:auto}.nav{gap:22px}.home-hero{grid-template-columns:1fr;gap:42px;width:calc(100% - 32px);padding-top:42px}.hero-left{max-width:760px}.hero-left h1{font-size:clamp(44px,7vw,72px)}.hero-right{min-height:430px}.home-content,.gallery-page,.news-page,.news-detail-page,.request-page,.db-page{width:calc(100% - 32px)}.service-grid,.db-activity-grid,.gallery-page-grid,.news-grid,.audience-grid,.process-grid,.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.bottom-home-grid,.request-layout{grid-template-columns:1fr}.bottom-decoration{min-height:360px}}@media (max-width:760px){.site-header{border-radius:0 0 24px 24px;justify-content:space-between;width:100%;padding:12px 16px}.brand-logo{width:140px;height:auto}.nav{display:none}.header-actions{margin-left:auto}.menu-button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:28px;display:inline-flex}.home-hero{grid-template-columns:1fr;gap:28px;width:calc(100% - 24px);padding:32px 0 20px}.hero-left h1{font-size:42px;line-height:.98}.hero-left p{font-size:15px;line-height:1.55}.hero-buttons,.final-cta-buttons,.coming-soon-actions,.news-hero-actions,.gallery-hero-actions,.news-detail-actions,.request-form-actions{flex-direction:column;align-items:stretch}.btn,.final-primary-btn,.final-outline-btn,.coming-soon-primary,.coming-soon-outline,.news-primary-btn,.news-outline-btn,.gallery-primary-btn,.gallery-outline-btn,.request-form-actions button,.request-form-actions a{text-align:center;justify-content:center;width:100%}.hero-checks{grid-template-columns:1fr;gap:10px}.hero-right{transform-origin:top;min-height:320px;transform:scale(.9)}.hero-photo-ring{width:min(310px,90vw);height:min(230px,65vw)}.hero-photo-ring img{object-fit:cover;width:100%;height:100%}.small-ball{width:74px;height:74px}.small-ball img{width:100%;height:100%}.left-ball{left:0}.right-ball{right:0}.who-card,.audience-card,.process-card,.founder-card,.final-cta-card,.sport-week-card,.news-hero,.gallery-page-hero,.request-hero,.request-form-card,.request-info-card,.coming-soon-card,.news-detail-card{border-radius:24px;padding:24px}.who-card,.founder-card,.sport-week-card,.db-detail-card{grid-template-columns:1fr}.who-visual{min-height:220px}.home-content,.gallery-page,.news-page,.news-detail-page,.request-page,.db-page,.coming-soon-page{width:calc(100% - 24px);padding-top:32px}.section-head,.gallery-header,.process-heading,.audience-heading{flex-direction:column;align-items:flex-start;gap:10px}.section-head h2,.audience-heading h2,.process-heading h2,.founder-content h2,.final-cta-card h2,.news-hero h1,.gallery-page-hero h1,.request-hero h1,.coming-soon-card h1,.news-detail-card h1{font-size:34px;line-height:1.05}.service-grid,.audience-grid,.process-grid,.db-activity-grid,.gallery-page-grid,.news-grid,.admin-stats-grid,.request-form-grid,.admin-request-details{grid-template-columns:1fr}.service-card,.audience-item,.process-step,.db-activity-card,.gallery-page-card,.news-card{width:100%}.service-card{min-height:auto;padding:24px}.service-image{width:96px;height:96px;margin-bottom:18px;margin-left:auto;position:static}.service-image img,.service-photo img{object-fit:cover;border-radius:50%;width:100%;height:100%}.placeholder-photo-circle{width:96px;height:96px}.process-arrow{display:none}.founder-image{margin:0 auto}.founder-image img{object-fit:cover;width:220px;height:220px}.gallery-slider{overflow:hidden}.gallery-track{gap:14px}.gallery-photo{width:170px;min-width:170px;height:170px}.gallery-photo img{object-fit:cover;width:100%;height:100%}.sport-week-image img{width:100%;height:auto}.bottom-decoration{display:none}.news-cta-strip,.gallery-cta-strip{flex-direction:column;align-items:flex-start;padding:24px}.news-detail-image{height:240px}.request-info-card{position:static}.admin-shell{grid-template-columns:1fr}.admin-sidebar{width:100%;min-height:auto;position:static}.admin-main{width:100%;padding:20px}.admin-main-header{flex-direction:column;align-items:flex-start;gap:16px}.admin-primary-link{justify-content:center;width:100%}}@media (max-width:420px){.brand-logo{width:120px}.hero-left h1{font-size:36px}.hero-right{min-height:280px;transform:scale(.82)}.who-card,.audience-card,.process-card,.founder-card,.final-cta-card,.sport-week-card,.news-hero,.gallery-page-hero,.request-hero,.request-form-card,.request-info-card,.coming-soon-card,.news-detail-card{padding:20px}.section-head h2,.audience-heading h2,.process-heading h2,.founder-content h2,.final-cta-card h2,.news-hero h1,.gallery-page-hero h1,.request-hero h1,.coming-soon-card h1,.news-detail-card h1{font-size:30px}.mobile-menu-inner{width:100%}}@media (max-width:760px){.home-hero{grid-template-columns:1fr;gap:24px;width:100%;margin:0;padding:28px 18px 16px;display:grid;overflow:hidden}.hero-left{width:100%;max-width:100%;padding:0}.hero-left h1{letter-spacing:-.5px;width:100%;margin:0 0 16px;font-size:clamp(34px,11vw,42px);line-height:1.05;overflow:visible}.word-colors{display:inline}.hero-left p{width:100%;max-width:100%;margin:0 0 18px;font-size:14px;line-height:1.55}.hero-buttons{grid-template-columns:1fr;gap:12px;width:100%;display:grid}.hero-buttons .btn{text-align:center;justify-content:center;width:100%;min-height:44px}.hero-checks{grid-template-columns:1fr;gap:8px;margin-top:18px;font-size:11px;line-height:1.35;display:grid}.hero-right{width:100%;max-width:100%;min-height:285px;margin:0 auto;position:relative;overflow:hidden;transform:none}.hero-photo-ring{z-index:5;width:240px;height:170px;position:absolute;top:55px;right:0}.hero-photo-ring img{object-fit:cover;width:100%;height:100%}.green-half{z-index:1;width:76px;height:76px;position:absolute;top:18px;left:70px}.blue-shape{z-index:1;width:165px;height:165px;position:absolute;top:98px;left:18px}.yellow-dot{z-index:2;width:34px;height:34px;position:absolute;top:198px;left:86px}.orange-dot{z-index:3;width:54px;height:54px;position:absolute;top:185px;left:102px}.blue-dotted-line,.green-dotted-line,.small-ball{display:none}.who-card{grid-template-columns:1fr;gap:18px;width:calc(100% - 24px);margin:14px auto 0;padding:22px;display:grid;overflow:hidden}.who-visual{height:155px;min-height:155px;overflow:hidden}.who-dots{transform-origin:0 0;transform:scale(.72)}.who-icon{transform-origin:50%;transform:scale(.72)}.who-content h2{margin-top:0;font-size:30px;line-height:1.05}.who-content p{font-size:14px;line-height:1.55}.home-content{width:calc(100% - 24px);padding-top:28px}}@media (max-width:420px){.home-hero{padding:24px 14px 12px}.hero-left h1{font-size:34px}.hero-right{min-height:260px}.hero-photo-ring{width:220px;height:155px;top:52px;right:-6px}.green-half{left:54px}.blue-shape{width:150px;height:150px;left:8px}.who-card{width:calc(100% - 20px);padding:20px}.who-visual{height:140px;min-height:140px}}@media (max-width:760px){html,body,main{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.home-hero{flex-direction:column!important;align-items:stretch!important;gap:24px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:30px 18px 28px!important;display:flex!important;overflow:hidden!important;transform:none!important}.hero-left{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:visible!important;transform:none!important}.hero-left h1{letter-spacing:-.4px!important;text-align:left!important;word-break:normal!important;width:100%!important;max-width:100%!important;margin:0 0 16px!important;padding:0!important;font-size:36px!important;line-height:1.05!important;overflow:visible!important}.hero-left p{text-align:left!important;width:100%!important;max-width:100%!important;margin:0 0 18px!important;padding:0!important;font-size:14px!important;line-height:1.55!important}.hero-buttons{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;margin:0!important;display:grid!important}.hero-buttons .btn{text-align:center!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:46px!important;display:flex!important}.hero-checks{grid-template-columns:1fr!important;gap:8px!important;width:100%!important;margin-top:18px!important;font-size:12px!important;line-height:1.4!important;display:grid!important}.hero-right{display:none!important}.who-card{border-radius:24px!important;grid-template-columns:1fr!important;gap:18px!important;width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:8px auto 0!important;padding:22px!important;display:grid!important;overflow:hidden!important}.who-visual{width:100%!important;height:145px!important;min-height:145px!important;overflow:hidden!important}.who-dots{transform-origin:0 0!important;transform:scale(.7)!important}.who-icon{transform-origin:50%!important;transform:scale(.72)!important}.who-content{width:100%!important;max-width:100%!important}.who-content h2{margin:0 0 10px!important;font-size:30px!important;line-height:1.05!important}.who-content p{margin:0 0 12px!important;font-size:14px!important;line-height:1.55!important}.home-content{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:0 auto!important;padding-top:28px!important;overflow:hidden!important}}@media (max-width:420px){.home-hero{padding:26px 16px 24px!important}.hero-left h1{font-size:32px!important}.hero-left p{font-size:13.5px!important}.who-card{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;padding:20px!important}}@media (max-width:760px){.who-card{border-radius:24px!important;grid-template-columns:1fr!important;gap:16px!important;width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:10px auto 0!important;padding:22px 20px!important;display:grid!important;overflow:hidden!important}.who-visual{height:110px!important;min-height:110px!important;position:relative!important;overflow:hidden!important}.who-dots{transform-origin:0 0!important;position:absolute!important;top:0!important;left:0!important;transform:scale(.62)!important}.who-icon{transform-origin:0 0!important;position:absolute!important;top:18px!important;left:6px!important;transform:scale(.65)!important}.who-content{width:100%!important;max-width:100%!important}.who-content h2{margin:0 0 10px!important;font-size:22px!important;line-height:1.05!important}.who-content p{margin:0 0 16px!important;font-size:14px!important;line-height:1.65!important}.who-content a{text-align:center!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 18px!important;font-size:13px!important;font-weight:700!important;display:inline-flex!important}.audience-section{width:100%!important}.audience-card{border-radius:24px!important;width:100%!important;max-width:100%!important;padding:22px 16px 18px!important;position:relative!important;overflow:hidden!important}.audience-decoration,.audience-line{display:none!important}.audience-heading{margin-bottom:18px!important}.audience-heading h2{margin:0 0 8px!important;font-size:28px!important;line-height:1.05!important}.audience-heading p{margin:0!important;font-size:14px!important;line-height:1.55!important}.audience-grid{grid-template-columns:1fr!important;gap:14px!important;display:grid!important}.audience-item{background:#fff!important;border-radius:18px!important;grid-template-columns:54px 1fr!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:auto!important;padding:14px!important;display:grid!important;box-shadow:0 8px 20px #0000000f!important}.audience-icon{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;display:flex!important}.audience-icon svg{width:22px!important;height:22px!important}.audience-item h3{margin:0 0 4px!important;font-size:16px!important;line-height:1.2!important}.audience-item p{margin:0!important;font-size:12px!important;line-height:1.45!important}.audience-button{text-align:center!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:46px!important;margin-top:18px!important;padding:0 18px!important;font-size:14px!important;font-weight:700!important;display:inline-flex!important}}@media (max-width:420px){.who-card{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;padding:20px 16px!important}.who-content h2{font-size:20px!important}.who-content p{font-size:13px!important}.audience-card{padding:20px 14px 16px!important}.audience-heading h2{font-size:26px!important}.audience-item{grid-template-columns:48px 1fr!important;padding:12px!important}.audience-icon{width:40px!important;height:40px!important}.audience-item h3{font-size:15px!important}.audience-item p{font-size:11.5px!important}}.contact-hero h1,.request-hero h1,.db-hero h1,.news-hero h1,.gallery-page-hero h1{background:0 0!important;-webkit-background-clip:initial!important;color:#111!important;background-clip:border-box!important}.contact-hero h1 .logo-colored-word,.contact-hero h1 .logo-colored-word span,.request-hero h1 .logo-colored-word,.request-hero h1 .logo-colored-word span,.db-hero h1 .logo-colored-word,.db-hero h1 .logo-colored-word span,.news-hero h1 .logo-colored-word,.news-hero h1 .logo-colored-word span,.gallery-page-hero h1 .logo-colored-word,.gallery-page-hero h1 .logo-colored-word span{font-size:inherit!important;line-height:inherit!important;font-family:inherit!important;font-weight:inherit!important}@media (max-width:760px){.activities-section{width:100%!important;max-width:100%!important;overflow:hidden!important}.activities-section .section-head{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin-bottom:18px!important;display:grid!important}.activities-section .section-head h2{margin:0!important;font-size:28px!important;line-height:1.05!important}.activities-section .section-head p{margin:4px 0 0!important;font-size:14px!important}.activities-section .section-link{width:fit-content!important;font-size:14px!important}.activity-grid{grid-template-columns:1fr!important;gap:18px!important;width:100%!important;display:grid!important;overflow:visible!important}.activity-card{border-radius:22px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.activity-card a{grid-template-columns:120px 1fr!important;align-items:stretch!important;width:100%!important;min-height:140px!important;display:grid!important}.activity-image{border-radius:0!important;width:120px!important;height:100%!important;min-height:140px!important;overflow:hidden!important}.activity-image img,.activity-image .placeholder-rect{object-fit:cover!important;width:100%!important;height:100%!important}.activity-content{grid-template-columns:1fr auto!important;align-items:start!important;gap:10px!important;padding:16px 14px!important;display:grid!important}.activity-content h3{margin:0 0 7px!important;font-size:17px!important;line-height:1.05!important}.activity-content p{margin:0!important;font-size:12.5px!important;line-height:1.45!important}.activity-icon{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;margin-top:0!important}.activity-icon svg{width:18px!important;height:18px!important}.slider-dots{display:none!important}}@media (max-width:420px){.activity-card a{grid-template-columns:105px 1fr!important;min-height:132px!important}.activity-image{width:105px!important;min-height:132px!important}.activity-content{padding:14px 12px!important}.activity-content h3{font-size:15.5px!important}.activity-content p{font-size:11.5px!important}.activity-icon{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}}@media (max-width:760px){.activities-section{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;overflow:visible!important}.activities-section .section-head{grid-template-columns:1fr!important;gap:6px!important;margin-bottom:18px!important;display:grid!important}.activities-section .section-head h2{margin:0!important;font-size:28px!important;line-height:1.05!important}.activities-section .section-head p{margin:2px 0 0!important;font-size:14px!important;line-height:1.4!important}.activities-section .section-link{margin-top:4px!important;font-size:14px!important}.activity-grid{grid-template-columns:1fr!important;gap:18px!important;width:100%!important;max-width:100%!important;display:grid!important;overflow:visible!important}.activity-card{background:#fff!important;border-radius:24px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;box-shadow:0 12px 28px #0000001a!important}.activity-card a{width:100%!important;max-width:100%!important;min-height:auto!important;color:inherit!important;text-decoration:none!important;display:block!important}.activity-image{background:#eee!important;border-radius:0!important;width:100%!important;height:180px!important;min-height:180px!important;max-height:180px!important;overflow:hidden!important}.activity-image img,.activity-image .placeholder-rect{object-fit:cover!important;border-radius:0!important;width:100%!important;height:100%!important;display:block!important}.activity-content{width:100%!important;min-width:0!important;max-width:100%!important;padding:18px 18px 20px!important;display:block!important;position:relative!important;overflow:visible!important}.activity-content>div:first-child{width:100%!important;max-width:100%!important}.activity-content h3{width:100%!important;max-width:100%!important;margin:0 0 8px!important;font-size:20px!important;line-height:1.05!important}.activity-content p{width:100%!important;max-width:100%!important;margin:0!important;font-size:14px!important;line-height:1.55!important}.activity-icon,.slider-dots{display:none!important}}@media (max-width:420px){.activity-image{height:165px!important;min-height:165px!important;max-height:165px!important}.activity-content{padding:16px 16px 18px!important}.activity-content h3{font-size:18px!important}.activity-content p{font-size:13px!important}}@media (max-width:760px){.site-header{padding-left:18px!important;padding-right:34px!important}.header-actions{margin-left:0!important;margin-right:18px!important}.menu-button{transform:translate(-18px)!important}@media (max-width:760px){.home-hero,.who-card,.audience-card,.services-section,.activities-section,.process-section,.founder-section,.home-bottom-section,.final-cta-card,.request-hero,.contact-hero,.news-hero,.gallery-page-hero,.db-hero{animation:.7s both mobileFadeUp}.who-card{animation-delay:80ms}.audience-card{animation-delay:.14s}.services-section{animation-delay:.18s}.activities-section{animation-delay:.22s}.process-section{animation-delay:.26s}.founder-section{animation-delay:.3s}.site-header{animation:.55s both mobileHeaderDrop;box-shadow:0 10px 26px #00000014!important}.menu-button{transition:transform .2s,opacity .2s!important}.menu-button:active{transform:translate(-16px)scale(.92)!important}.btn,.audience-button,.founder-button,.final-primary-btn,.final-outline-btn,.news-primary-btn,.news-outline-btn,.gallery-primary-btn,.gallery-outline-btn,.request-form-actions button,.coming-soon-primary,.coming-soon-outline{transition:transform .2s,box-shadow .2s,opacity .2s!important}.btn:active,.audience-button:active,.founder-button:active,.final-primary-btn:active,.final-outline-btn:active,.news-primary-btn:active,.news-outline-btn:active,.gallery-primary-btn:active,.gallery-outline-btn:active,.request-form-actions button:active,.coming-soon-primary:active,.coming-soon-outline:active{transform:scale(.97)!important}.who-card,.audience-card,.service-card,.activity-card,.process-card,.founder-card,.sport-week-card,.final-cta-card,.news-card,.gallery-page-card,.request-form-card,.request-info-card,.db-activity-card{transition:transform .25s,box-shadow .25s!important;box-shadow:0 16px 34px #0000001a!important}.service-card:active,.activity-card:active,.audience-item:active,.news-card:active,.gallery-page-card:active,.db-activity-card:active{transform:translateY(-3px)scale(.99)!important;box-shadow:0 20px 42px #00000024!important}.audience-item{opacity:0;animation:.55s both mobileCardIn}.audience-item:first-child{animation-delay:50ms}.audience-item:nth-child(2){animation-delay:.1s}.audience-item:nth-child(3){animation-delay:.15s}.audience-item:nth-child(4){animation-delay:.2s}.audience-item:nth-child(5){animation-delay:.25s}.audience-item:nth-child(6){animation-delay:.3s}.activity-card{opacity:0;animation:.6s both mobileCardIn}.activity-card:first-child{animation-delay:80ms}.activity-card:nth-child(2){animation-delay:.16s}.activity-card:nth-child(3){animation-delay:.24s}.activity-card:nth-child(4){animation-delay:.32s}.audience-icon,.service-badge,.process-icon{animation:3.4s ease-in-out infinite mobileSoftFloat}.audience-item:nth-child(2n) .audience-icon,.service-card:nth-child(2n) .service-badge{animation-delay:.8s}.who-icon{animation:3.8s ease-in-out infinite mobileSoftFloat!important}.who-dots{animation:5s ease-in-out infinite mobileDotsFloat!important}.activity-image img,.gallery-photo img,.founder-image img,.sport-week-image img,.service-image img{transition:transform .35s!important}.activity-card:active .activity-image img,.gallery-photo:active img,.service-card:active .service-image img{transform:scale(1.04)!important}.mobile-menu-panel.is-open .mobile-menu-inner{animation:.28s both mobileMenuSlide}.mobile-menu-links a{transition:transform .2s,background .2s,color .2s!important}.mobile-menu-links a:active{transform:translate(4px)!important}}@keyframes mobileFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileCardIn{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes mobileHeaderDrop{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileSoftFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes mobileDotsFloat{0%,to{transform:scale(.62)translateY(0)}50%{transform:scale(.62)translateY(-6px)}}@keyframes mobileMenuSlide{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.home-hero,.who-card,.audience-card,.services-section,.activities-section,.process-section,.founder-section,.home-bottom-section,.final-cta-card,.request-hero,.contact-hero,.news-hero,.gallery-page-hero,.db-hero,.audience-item,.activity-card,.audience-icon,.service-badge,.process-icon,.who-icon,.who-dots,.site-header,.mobile-menu-panel.is-open .mobile-menu-inner{animation:none!important}*{scroll-behavior:auto!important}}@media (max-width:760px){.mobile-scroll-motion-card{transform:translate3d(0, var(--mobile-scroll-y,0), 0) scale(var(--mobile-scroll-scale,1))!important;opacity:var(--mobile-scroll-opacity,1)!important;will-change:transform, opacity!important;transition:transform .26s ease-out,opacity .26s ease-out,box-shadow .26s!important}.mobile-scroll-motion-card:active{box-shadow:0 22px 46px #00000024!important}}@media (prefers-reduced-motion:reduce){.mobile-scroll-motion-card{opacity:1!important;transition:none!important;transform:none!important}}@media (max-width:760px){header.site-header{border-radius:0 0 22px 22px!important;justify-content:space-between!important;align-items:center!important;width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;margin:8px auto 0!important;padding:10px 14px!important;display:flex!important}header.site-header .brand{margin:0!important;padding:0!important}header.site-header .brand-logo{width:120px!important;height:auto!important;display:block!important}header.site-header .header-actions{justify-content:flex-end!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important}header.site-header .menu-button{justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;font-size:28px!important;display:inline-flex!important;transform:none!important}}@media (max-width:420px){header.site-header{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;margin-top:6px!important;padding:9px 12px!important}header.site-header .brand-logo{width:112px!important}header.site-header .menu-button{width:40px!important;height:40px!important;font-size:27px!important}}footer.site-footer{background:var(--cream)!important;border:1px solid var(--border)!important;text-align:left!important;border-radius:28px 28px 0 0!important;grid-template-columns:1fr!important;gap:24px!important;width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;margin:46px auto 0!important;padding:30px 22px!important;display:grid!important;overflow:hidden!important;box-shadow:0 -10px 30px #00000014!important}footer.site-footer .footer-brand,footer.site-footer .footer-column,footer.site-footer .footer-menu,footer.site-footer .footer-aanbod,footer.site-footer .footer-service,footer.site-footer .footer-socials,footer.site-footer .footer-contact-lines{flex-direction:column!important;align-items:flex-start!important;width:100%!important;display:flex!important}footer.site-footer .footer-brand{gap:12px!important}footer.site-footer .footer-logo{width:155px!important;height:auto!important;display:block!important}footer.site-footer .footer-brand p{max-width:100%!important;margin:0!important;font-size:13.5px!important;line-height:1.55!important;display:block!important}footer.site-footer .footer-contact-lines{gap:6px!important}footer.site-footer h3{color:#111!important;margin:0 0 10px!important;font-family:"Baloo 2",Arial,Helvetica,sans-serif!important;font-size:21px!important;line-height:1.05!important}footer.site-footer .footer-column{border-top:1px solid #00000014!important;padding-top:18px!important}footer.site-footer a{color:#111!important;margin-bottom:8px!important;font-size:14.5px!important;line-height:1.35!important;text-decoration:none!important;display:inline-block!important}footer.site-footer .footer-contact-lines a{color:var(--blue)!important;font-weight:800!important}footer.site-footer .footer-socials a{border:1px solid var(--border)!important;min-height:38px!important;color:var(--blue)!important;background:#fff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin-bottom:8px!important;padding:9px 15px!important;font-weight:800!important;display:inline-flex!important}footer.site-footer .footer-no-socials{margin:0!important;font-size:14px!important;line-height:1.5!important}}@media (max-width:420px){footer.site-footer{width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;padding:26px 18px!important}footer.site-footer .footer-logo{width:145px!important}footer.site-footer h3{font-size:20px!important}footer.site-footer a{font-size:14px!important}}@media (max-width:760px){.home-hero{background:#111!important;border-radius:28px!important;align-items:flex-end!important;width:calc(100% - 18px)!important;max-width:calc(100% - 18px)!important;min-height:500px!important;margin:12px auto 0!important;padding:22px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 38px #00000024!important}.home-hero:before{content:""!important;filter:blur(1px)brightness(.9)saturate(.95)!important;z-index:1!important;background-image:linear-gradient(#0003 0%,#0000008f 58%,#000000c7 100%),url(/images/hero-kinderen.png)!important;background-position:50%!important;background-size:cover!important;position:absolute!important;inset:0!important;transform:scale(1.04)!important}.home-hero:after{content:""!important;z-index:2!important;background:radial-gradient(circle at 100% 0,#ffd22e33,#0000 35%)!important;position:absolute!important;inset:0!important}.home-hero .hero-left{z-index:3!important;-webkit-backdrop-filter:blur(10px)!important;background:#ffffff1a!important;border-radius:24px!important;width:100%!important;max-width:100%!important;padding:20px 18px!important;position:relative!important;box-shadow:0 18px 36px #00000038!important}.home-hero .hero-left h1{color:#fff!important;text-shadow:0 3px 14px #00000059!important;margin:0 0 24px!important;font-size:36px!important;line-height:1.05!important}.home-hero .hero-left p{color:#fffffff0!important;margin:0 0 26px!important;font-size:14px!important;line-height:1.7!important}.home-hero .word-colors span{text-shadow:0 3px 14px #00000059!important}.home-hero .hero-buttons{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;margin-bottom:18px!important;display:grid!important}.home-hero .hero-buttons .btn{border-radius:999px!important;justify-content:center!important;width:100%!important;min-height:46px!important}.home-hero .btn-outline{color:var(--blue)!important;background:#ffffffeb!important;border-color:#0000!important}.home-hero .hero-checks{grid-template-columns:1fr!important;gap:8px!important;margin-top:0!important;display:grid!important}.home-hero .hero-checks span{color:#fff!important;font-size:12px!important;line-height:1.45!important}.home-hero .hero-right,.home-hero .green-half,.home-hero .blue-shape,.home-hero .yellow-dot,.home-hero .orange-dot,.home-hero .blue-dotted-line,.home-hero .green-dotted-line,.home-hero .small-ball,.home-hero .hero-photo-ring{display:none!important}}@media (max-width:420px){.home-hero{border-radius:24px!important;width:calc(100% - 14px)!important;max-width:calc(100% - 14px)!important;min-height:470px!important;padding:18px!important}.home-hero .hero-left{border-radius:20px!important;padding:18px 16px!important}.home-hero .hero-left h1{margin-bottom:22px!important;font-size:33px!important}.home-hero .hero-left p{margin-bottom:24px!important;font-size:13.5px!important}}@media (max-width:760px){.who-card,.audience-section,.services-section,.activities-section,.process-section,.founder-section,.home-bottom-section,.sport-week-section,.final-cta-card{margin-top:34px!important;margin-bottom:34px!important}.audience-card,.process-card,.founder-card,.sport-week-card,.final-cta-card,.service-card,.activity-card{margin-bottom:22px!important}.service-grid,.activity-grid,.process-grid,.audience-grid,.gallery-page-grid,.news-grid,.db-activity-grid{gap:24px!important}.bottom-left{gap:34px!important;display:grid!important}.request-layout,.db-section,.news-grid,.gallery-page-grid,.contact-layout,.news-cta-strip,.gallery-cta-strip{margin-top:34px!important}.contact-hero,.request-hero,.db-hero,.news-hero,.gallery-page-hero,.coming-soon-card{background:#111!important;border-radius:28px!important;flex-direction:column!important;justify-content:flex-end!important;min-height:360px!important;padding:26px 22px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 38px #00000024!important}.contact-hero:before,.request-hero:before,.db-hero:before,.news-hero:before,.gallery-page-hero:before,.coming-soon-card:before{content:""!important;filter:blur(1px)brightness(.92)saturate(.95)!important;z-index:1!important;background-image:linear-gradient(#0000002e 0%,#0000008a 55%,#000000c2 100%),url(/images/hero-kinderen.png)!important;background-position:50%!important;background-size:cover!important;position:absolute!important;inset:0!important;transform:scale(1.04)!important}.contact-hero:after,.request-hero:after,.db-hero:after,.news-hero:after,.gallery-page-hero:after,.coming-soon-card:after{content:""!important;z-index:2!important;background:radial-gradient(circle at 100% 0,#ffd22e38,#0000 36%),radial-gradient(circle at 0 100%,#3558ff2e,#0000 42%)!important;position:absolute!important;inset:0!important}.contact-hero>*,.request-hero>*,.db-hero>*,.news-hero>*,.gallery-page-hero>*,.coming-soon-card>*{z-index:3!important;position:relative!important}.contact-hero span,.request-hero span,.db-hero span,.news-hero span,.gallery-page-hero span,.coming-soon-card span{color:#fff!important;text-shadow:0 2px 12px #00000059!important}.contact-hero h1,.request-hero h1,.db-hero h1,.news-hero h1,.gallery-page-hero h1,.coming-soon-card h1{color:#fff!important;text-shadow:0 3px 14px #00000061!important;margin:10px 0 18px!important;font-size:34px!important;line-height:1.05!important}.contact-hero p,.request-hero p,.db-hero p,.news-hero p,.gallery-page-hero p,.coming-soon-card p{color:#fffffff0!important;text-shadow:0 2px 10px #00000047!important;max-width:100%!important;margin:0!important;font-size:14px!important;line-height:1.7!important}.contact-hero h1 .logo-colored-word,.request-hero h1 .logo-colored-word,.db-hero h1 .logo-colored-word,.news-hero h1 .logo-colored-word,.gallery-page-hero h1 .logo-colored-word{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.contact-hero h1 .logo-colored-word span,.request-hero h1 .logo-colored-word span,.db-hero h1 .logo-colored-word span,.news-hero h1 .logo-colored-word span,.gallery-page-hero h1 .logo-colored-word span{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important;text-shadow:0 3px 14px #00000061!important}.news-hero-actions,.gallery-hero-actions,.coming-soon-actions{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;margin-top:24px!important;display:grid!important}.news-primary-btn,.gallery-primary-btn,.coming-soon-primary,.news-outline-btn,.gallery-outline-btn,.coming-soon-outline{justify-content:center!important;width:100%!important;min-height:46px!important}.news-outline-btn,.gallery-outline-btn,.coming-soon-outline{color:var(--blue)!important;background:#ffffffeb!important;border-color:#0000!important}}@media (max-width:420px){.who-card,.audience-section,.services-section,.activities-section,.process-section,.founder-section,.home-bottom-section,.sport-week-section,.final-cta-card{margin-top:30px!important;margin-bottom:30px!important}.contact-hero,.request-hero,.db-hero,.news-hero,.gallery-page-hero,.coming-soon-card{border-radius:24px!important;min-height:330px!important;padding:24px 18px!important}.contact-hero h1,.request-hero h1,.db-hero h1,.news-hero h1,.gallery-page-hero h1,.coming-soon-card h1{font-size:31px!important}.contact-hero p,.request-hero p,.db-hero p,.news-hero p,.gallery-page-hero p,.coming-soon-card p{font-size:13.5px!important}}@media (max-width:760px){.about-hero,.about-page-hero,.over-ons-hero,.diensten-hero,.diensten-page-hero,.services-hero,.services-page-hero,.page-hero{background:#111!important;border-radius:28px!important;flex-direction:column!important;justify-content:flex-end!important;width:calc(100% - 18px)!important;max-width:calc(100% - 18px)!important;min-height:360px!important;margin:12px auto 34px!important;padding:26px 22px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 38px #00000024!important}.about-hero:before,.about-page-hero:before,.over-ons-hero:before,.diensten-hero:before,.diensten-page-hero:before,.services-hero:before,.services-page-hero:before,.page-hero:before{content:""!important;filter:blur(1px)brightness(.92)saturate(.95)!important;z-index:1!important;background-image:linear-gradient(#0000002e 0%,#0000008a 55%,#000000c2 100%),url(/images/hero-kinderen.png)!important;background-position:50%!important;background-size:cover!important;position:absolute!important;inset:0!important;transform:scale(1.04)!important}.about-hero:after,.about-page-hero:after,.over-ons-hero:after,.diensten-hero:after,.diensten-page-hero:after,.services-hero:after,.services-page-hero:after,.page-hero:after{content:""!important;z-index:2!important;background:radial-gradient(circle at 100% 0,#ffd22e38,#0000 36%),radial-gradient(circle at 0 100%,#3558ff2e,#0000 42%)!important;position:absolute!important;inset:0!important}.about-hero>*,.about-page-hero>*,.over-ons-hero>*,.diensten-hero>*,.diensten-page-hero>*,.services-hero>*,.services-page-hero>*,.page-hero>*{z-index:3!important;position:relative!important}.about-hero h1,.about-page-hero h1,.over-ons-hero h1,.diensten-hero h1,.diensten-page-hero h1,.services-hero h1,.services-page-hero h1,.page-hero h1{color:#fff!important;text-shadow:0 3px 14px #00000061!important;margin:10px 0 18px!important;font-size:34px!important;line-height:1.05!important}.about-hero p,.about-page-hero p,.over-ons-hero p,.diensten-hero p,.diensten-page-hero p,.services-hero p,.services-page-hero p,.page-hero p{color:#fffffff0!important;text-shadow:0 2px 10px #00000047!important;max-width:100%!important;margin:0!important;font-size:14px!important;line-height:1.7!important}.about-hero span,.about-page-hero span,.over-ons-hero span,.diensten-hero span,.diensten-page-hero span,.services-hero span,.services-page-hero span,.page-hero span{text-shadow:0 3px 14px #00000061!important}.about-hero h1 .logo-colored-word,.about-page-hero h1 .logo-colored-word,.over-ons-hero h1 .logo-colored-word,.diensten-hero h1 .logo-colored-word,.diensten-page-hero h1 .logo-colored-word,.services-hero h1 .logo-colored-word,.services-page-hero h1 .logo-colored-word,.page-hero h1 .logo-colored-word,.about-hero h1 .logo-colored-word span,.about-page-hero h1 .logo-colored-word span,.over-ons-hero h1 .logo-colored-word span,.diensten-hero h1 .logo-colored-word span,.diensten-page-hero h1 .logo-colored-word span,.services-hero h1 .logo-colored-word span,.services-page-hero h1 .logo-colored-word span,.page-hero h1 .logo-colored-word span{font-size:inherit!important;line-height:inherit!important;font-family:inherit!important;font-weight:inherit!important}}@media (max-width:420px){.about-hero,.about-page-hero,.over-ons-hero,.diensten-hero,.diensten-page-hero,.services-hero,.services-page-hero,.page-hero{border-radius:24px!important;width:calc(100% - 14px)!important;max-width:calc(100% - 14px)!important;min-height:330px!important;padding:24px 18px!important}.about-hero h1,.about-page-hero h1,.over-ons-hero h1,.diensten-hero h1,.diensten-page-hero h1,.services-hero h1,.services-page-hero h1,.page-hero h1{font-size:31px!important}.about-hero p,.about-page-hero p,.over-ons-hero p,.diensten-hero p,.diensten-page-hero p,.services-hero p,.services-page-hero p,.page-hero p{font-size:13.5px!important}}@media (max-width:760px){.mobile-scroll-motion-card{transform:translate3d(0, var(--mobile-scroll-y,0), 0) scale(var(--mobile-scroll-scale,1))!important;opacity:var(--mobile-scroll-opacity,1)!important;will-change:transform, opacity!important;transition:transform .22s ease-out,opacity .22s ease-out,box-shadow .25s!important}.mobile-scroll-motion-card:active{box-shadow:0 22px 46px #00000026!important}}@media (prefers-reduced-motion:reduce){.mobile-scroll-motion-card{opacity:1!important;transition:none!important;transform:none!important}}@media (max-width:760px){.home-hero{margin-bottom:46px!important}.who-card,.audience-section,.services-section,.activities-section,.process-section,.founder-section,.home-bottom-section{margin-top:44px!important;margin-bottom:44px!important}.audience-card,.service-card,.activity-card,.process-card,.process-step,.founder-card,.sport-week-card,.final-cta-card{margin-bottom:28px!important}.audience-grid,.service-grid,.activity-grid,.process-grid,.gallery-page-grid,.news-grid,.db-activity-grid{gap:30px!important}.bottom-home-grid,.bottom-left{gap:44px!important}.sport-week-section{margin-top:44px!important;margin-bottom:44px!important}.final-cta-card{margin-top:44px!important}.contact-hero,.request-hero,.db-hero,.news-hero,.gallery-page-hero,.coming-soon-card{margin-bottom:46px!important}.contact-layout,.request-layout,.db-section,.news-grid,.gallery-page-grid{margin-top:42px!important;margin-bottom:42px!important}.contact-form-card,.contact-info-card,.request-form-card,.request-info-card,.db-activity-card,.news-card,.gallery-page-card,.news-detail-card,.db-detail-card{margin-bottom:30px!important}.news-cta-strip,.gallery-cta-strip{margin-top:46px!important;margin-bottom:46px!important}}@media (max-width:420px){.home-hero{margin-bottom:40px!important}.who-card,.audience-section,.services-section,.activities-section,.process-section,.founder-section,.home-bottom-section{margin-top:38px!important;margin-bottom:38px!important}.audience-grid,.service-grid,.activity-grid,.process-grid,.gallery-page-grid,.news-grid,.db-activity-grid{gap:26px!important}.contact-hero,.request-hero,.db-hero,.news-hero,.gallery-page-hero,.coming-soon-card{margin-bottom:40px!important}}.diensten-filter-section{background:var(--cream);border:1px solid var(--border);border-radius:34px;width:min(1120px,100% - 32px);margin:70px auto;padding:34px;box-shadow:0 22px 50px #00000014}.diensten-filter-top{grid-template-columns:1.1fr .9fr;align-items:end;gap:28px;margin-bottom:26px;display:grid}.diensten-filter-top span{color:var(--blue);margin-bottom:8px;font-weight:900;display:inline-block}.diensten-filter-top h2{color:#111;margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:clamp(32px,4vw,54px);line-height:.95}.diensten-filter-top p{color:#222;max-width:620px;margin:0;font-size:16px;line-height:1.65}.diensten-search-wrap{flex-direction:column;gap:8px;display:flex}.diensten-search-wrap label{color:#111;font-weight:900}.diensten-search-wrap input{border:1px solid var(--border);color:#111;width:100%;min-height:52px;font:inherit;background:#fff;border-radius:999px;outline:none;padding:0 18px}.diensten-search-wrap input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #5366ff24}.diensten-filter-buttons{flex-wrap:wrap;gap:12px;margin-bottom:28px;display:flex}.diensten-filter-buttons button{border:1px solid var(--border);color:#111;cursor:pointer;background:#fff;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900;transition:transform .2s,background .2s,color .2s,border-color .2s}.diensten-filter-buttons button:hover{border-color:var(--blue);transform:translateY(-2px)}.diensten-filter-buttons button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.diensten-filter-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.diensten-filter-card{border:1px solid var(--border);background:#fff;border-radius:28px;flex-direction:column;min-height:260px;padding:24px;display:flex;box-shadow:0 16px 34px #00000012}.diensten-filter-card span{width:fit-content;color:var(--blue);background:#5366ff1a;border-radius:999px;margin-bottom:18px;padding:8px 13px;font-size:13px;font-weight:900}.diensten-filter-card h3{color:#111;margin:0 0 12px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:29px;line-height:1}.diensten-filter-card p{color:#222;margin:0 0 22px;font-size:15px;line-height:1.6}.diensten-filter-card a{background:var(--blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:46px;margin-top:auto;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex}.diensten-no-results{border:1px solid var(--border);text-align:center;background:#fff;border-radius:26px;padding:28px}.diensten-no-results h3{margin:0 0 8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:30px}.diensten-no-results p{margin:0 0 18px}.diensten-no-results button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900}@media (max-width:760px){.diensten-filter-section{border-radius:28px;width:calc(100% - 18px);margin:42px auto;padding:22px}.diensten-filter-top{grid-template-columns:1fr;gap:20px;margin-bottom:22px}.diensten-filter-top h2{font-size:34px}.diensten-filter-top p{font-size:14px}.diensten-search-wrap input{min-height:48px;font-size:14px}.diensten-filter-buttons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.diensten-filter-buttons button{width:100%;min-height:44px;padding:0 12px;font-size:13px}.diensten-filter-grid{grid-template-columns:1fr;gap:24px}.diensten-filter-card{border-radius:24px;min-height:auto;padding:22px}.diensten-filter-card h3{font-size:27px}.diensten-filter-card p{font-size:14px}}@media (max-width:420px){.diensten-filter-buttons{grid-template-columns:1fr}.diensten-filter-section{width:calc(100% - 14px);padding:18px}}.aanbod-search-section{background:var(--cream);border:1px solid var(--border);border-radius:34px;width:min(1120px,100% - 32px);margin:70px auto;padding:34px;box-shadow:0 22px 50px #00000014}.aanbod-search-head{grid-template-columns:1.1fr .9fr;align-items:end;gap:28px;margin-bottom:26px;display:grid}.aanbod-search-head span{color:var(--blue);margin-bottom:8px;font-weight:900;display:inline-block}.aanbod-search-head h2{color:#111;margin:0 0 10px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:clamp(32px,4vw,54px);line-height:.95}.aanbod-search-head p{color:#222;max-width:650px;margin:0;font-size:16px;line-height:1.65}.aanbod-search-input-wrap{flex-direction:column;gap:8px;display:flex}.aanbod-search-input-wrap label{color:#111;font-weight:900}.aanbod-search-input-wrap input{border:1px solid var(--border);color:#111;width:100%;min-height:52px;font:inherit;background:#fff;border-radius:999px;outline:none;padding:0 18px}.aanbod-search-input-wrap input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #5366ff24}.aanbod-filter-buttons{flex-wrap:wrap;gap:12px;margin-bottom:28px;display:flex}.aanbod-filter-buttons button{border:1px solid var(--border);color:#111;cursor:pointer;background:#fff;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900}.aanbod-filter-buttons button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.aanbod-search-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.aanbod-search-card{border:1px solid var(--border);background:#fff;border-radius:28px;flex-direction:column;min-height:265px;padding:24px;display:flex;box-shadow:0 16px 34px #00000012}.aanbod-search-card span{width:fit-content;color:var(--blue);background:#5366ff1a;border-radius:999px;margin-bottom:16px;padding:8px 13px;font-size:13px;font-weight:900}.aanbod-search-card h3{color:#111;margin:0 0 12px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:28px;line-height:1}.aanbod-search-card p{color:#222;margin:0 0 18px;font-size:15px;line-height:1.6}.aanbod-search-meta{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.aanbod-search-meta small{background:var(--cream);color:#111;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.aanbod-search-card a{background:var(--blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:46px;margin-top:auto;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex}.aanbod-no-results{border:1px solid var(--border);text-align:center;background:#fff;border-radius:26px;padding:28px}.aanbod-no-results h3{margin:0 0 8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:30px}.aanbod-no-results p{margin:0 0 18px}.aanbod-no-results button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900}@media (max-width:760px){.aanbod-search-section{border-radius:28px;width:calc(100% - 18px);margin:42px auto;padding:22px}.aanbod-search-head{grid-template-columns:1fr;gap:20px;margin-bottom:22px}.aanbod-search-head h2{font-size:34px}.aanbod-search-head p{font-size:14px}.aanbod-search-input-wrap input{min-height:48px;font-size:14px}.aanbod-filter-buttons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.aanbod-filter-buttons button{width:100%;min-height:44px;padding:0 12px;font-size:13px}.aanbod-search-grid{grid-template-columns:1fr;gap:24px}.aanbod-search-card{border-radius:24px;min-height:auto;padding:22px}.aanbod-search-card h3{font-size:27px}.aanbod-search-card p{font-size:14px}}@media (max-width:420px){.aanbod-filter-buttons{grid-template-columns:1fr}.aanbod-search-section{width:calc(100% - 14px);padding:18px}}@media (max-width:760px){.aanbod-filter-empty-state{border-radius:22px;padding:24px 18px}.aanbod-filter-empty-state h3{font-size:26px}.aanbod-filter-empty-state p{font-size:14px}}.aanbod-filter-toggle-row{flex-wrap:wrap;gap:12px;margin-bottom:22px;display:flex}.aanbod-filter-toggle-button,.aanbod-filter-clear-button{cursor:pointer;min-height:46px;font-weight:900;font:inherit;border-radius:999px;padding:0 20px}.aanbod-filter-toggle-button{background:var(--blue);color:#fff;border:0}.aanbod-filter-clear-button{border:1px solid var(--border);color:#111;background:#fff}.aanbod-filter-panel{border:1px solid var(--border);background:#fff;border-radius:26px;margin-bottom:24px;padding:22px;box-shadow:0 14px 30px #0000000f}.aanbod-filter-panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.aanbod-filter-panel-head strong{color:#111;margin-bottom:5px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:26px;line-height:1;display:block}.aanbod-filter-panel-head p{color:#222;margin:0;font-size:14px;line-height:1.5}.aanbod-filter-close-button{border:1px solid var(--border);background:var(--cream);color:#111;cursor:pointer;border-radius:999px;flex:0 0 42px;width:42px;height:42px;font-size:28px;line-height:1}.aanbod-active-summary{color:#111;background:#5366ff1a;border-radius:18px;margin-bottom:18px;padding:12px 16px;font-size:14px;font-weight:800}.aanbod-filter-empty-state{border:1px dashed var(--border);text-align:center;background:#fff;border-radius:26px;padding:28px}.aanbod-filter-empty-state h3{color:#111;margin:0 0 8px;font-family:"Baloo 2",Arial,Helvetica,sans-serif;font-size:30px;line-height:1}.aanbod-filter-empty-state p{color:#222;max-width:560px;margin:0 auto;font-size:15px;line-height:1.6}@media (max-width:760px){.aanbod-filter-toggle-row{grid-template-columns:1fr;gap:10px;display:grid}.aanbod-filter-toggle-button,.aanbod-filter-clear-button{width:100%;min-height:48px}.aanbod-filter-panel{border-radius:22px;padding:18px}.aanbod-filter-panel-head{gap:12px}.aanbod-filter-panel-head strong{font-size:24px}.aanbod-filter-close-button{flex-basis:40px;width:40px;height:40px;font-size:26px}.aanbod-filter-buttons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.aanbod-filter-buttons button{width:100%}.aanbod-active-summary{font-size:13px;line-height:1.45}.aanbod-filter-empty-state{border-radius:22px;padding:24px 18px}.aanbod-filter-empty-state h3{font-size:26px}.aanbod-filter-empty-state p{font-size:14px}}@media (max-width:420px){.aanbod-filter-buttons{grid-template-columns:1fr}}@media (min-width:761px) and (max-width:1180px){html,body{overflow-x:hidden!important}.site-header{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:0 auto!important;padding:14px 28px!important}.site-header .brand-logo{width:170px!important;height:auto!important}.nav{gap:24px!important}.home-hero{grid-template-columns:minmax(0,.95fr) minmax(360px,1fr)!important;align-items:center!important;gap:40px!important;width:min(1040px,100% - 56px)!important;max-width:calc(100% - 56px)!important;margin:70px auto 120px!important;display:grid!important;overflow:visible!important}.hero-left{width:100%!important;min-width:0!important;max-width:540px!important;margin:0!important;padding:0!important;transform:none!important}.hero-left h1{font-size:clamp(44px,5vw,62px)!important;line-height:.95!important}.hero-left p{max-width:520px!important;font-size:16px!important;line-height:1.55!important}.hero-buttons{flex-wrap:wrap!important;gap:18px!important;display:flex!important}.hero-checks{flex-wrap:wrap!important;gap:12px 24px!important;display:flex!important}.hero-right{transform-origin:50%!important;width:100%!important;min-width:0!important;height:470px!important;position:relative!important;transform:scale(.82)!important}.who-card,.audience-section{z-index:2!important;position:relative!important}}@media (min-width:761px) and (max-width:1020px){.nav{display:none!important}.menu-button{display:inline-flex!important}.home-hero{text-align:center!important;grid-template-columns:1fr!important;gap:30px!important;width:min(760px,100% - 48px)!important;max-width:calc(100% - 48px)!important;margin:54px auto 90px!important}.hero-left{max-width:680px!important;margin:0 auto!important}.hero-left p{margin-left:auto!important;margin-right:auto!important}.hero-buttons,.hero-checks{justify-content:center!important}.hero-right{height:420px!important;transform:scale(.72)!important}.home-hero{text-align:center!important;grid-template-columns:1fr!important;gap:18px!important;width:min(760px,100% - 48px)!important;max-width:calc(100% - 48px)!important;margin:54px auto 80px!important;display:grid!important;overflow:hidden!important}.hero-left{z-index:3!important;max-width:680px!important;margin:0 auto!important}.hero-left h1{font-size:clamp(42px,6vw,58px)!important;line-height:.95!important}.hero-left p{max-width:620px!important;margin-left:auto!important;margin-right:auto!important}.hero-buttons{justify-content:center!important}.hero-checks{justify-content:center!important;margin-bottom:10px!important}.hero-right{transform-origin:top!important;width:100%!important;max-width:520px!important;height:300px!important;margin:0 auto!important;overflow:visible!important;transform:scale(.35)!important}.who-card{margin-top:40px!important}}@media (min-width:1021px) and (max-width:1180px){.home-hero{grid-template-columns:1fr .9fr!important;gap:26px!important;width:min(980px,100% - 56px)!important;max-width:calc(100% - 56px)!important;margin:70px auto 110px!important;overflow:visible!important}.hero-right{transform-origin:50%!important;height:420px!important;transform:scale(.7)!important}}.page-loading{place-items:center;min-height:60vh;padding:80px 20px;display:grid}.page-loading-card{background:var(--cream);border:1px solid var(--border);border-radius:999px;align-items:center;gap:14px;padding:18px 22px;display:flex;box-shadow:0 16px 34px #00000014}.page-loading-card p{color:#111;margin:0;font-weight:900}.page-loading-spinner{border:3px solid #5366ff33;border-top-color:var(--blue);border-radius:999px;width:22px;height:22px;animation:.8s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}
