@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--kh2-green:#00C16A;--kh2-green-dark:#009952;--kh2-text:#1A1A1A;--kh2-sub:#4b5563;--kh2-bg:#F8FAF8;--kh2-yellow:#FFC83D;--kh2-teal:#317B74;--kids-hero-bg:#F8FAF8;--kids-hero-green:#00C16A;--kids-hero-teal:#317B74}@keyframes kh2-float-a{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(3deg)}}@keyframes kh2-float-b{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-6px) rotate(-3deg)}}@keyframes kh2-float-c{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-5px) rotate(2deg)}66%{transform:translateY(3px) rotate(-2deg)}}@keyframes kh2-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.45)}}@keyframes kh2-slide-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes kh2-card-enter{0%{opacity:0;transform:scale(.94) translateY(18px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes kh2-badge-attention{0%{box-shadow:0 4px 24px rgba(0,193,106,.18),0 0 0 0 rgba(0,193,106,.5)}50%{box-shadow:0 4px 24px rgba(0,193,106,.18),0 0 0 10px rgba(0,193,106,0)}to{box-shadow:0 4px 24px rgba(0,193,106,.18),0 0 0 0 rgba(0,193,106,0)}}@keyframes kh2-arrow-nudge{0%,to{transform:translateX(0)}50%{transform:translateX(3px)}}@keyframes kh2-icon-ring{0%,to{box-shadow:0 0 0 0 rgba(0,193,106,.38)}60%{box-shadow:0 0 0 6px rgba(0,193,106,0)}}.kh2-section{background:var(--kh2-bg);width:100%;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;min-height:100vh;box-sizing:border-box}@media (min-width:1025px){.kh2-section{height:100vh;justify-content:center}}.kh2-inner{width:100%;max-width:1400px;display:flex;flex-direction:row;align-items:center;gap:clamp(32px,4vw,72px);padding:clamp(80px,9vh,110px) clamp(28px,5vw,80px) clamp(20px,3vh,40px);flex:1 1;min-height:0;box-sizing:border-box}@media (max-width:1024px){.kh2-inner{min-height:calc(100vh - 90px)}}@media (min-width:1200px) and (max-width:1300px){.kh2-inner{margin-left:200px}}.kh2-left{flex:1.15 1;display:flex;flex-direction:column;align-items:flex-start;animation:kh2-slide-up .55s ease both}.kh2-badge-wrap{margin-bottom:22px;margin-top:10px}.kh2-badge{display:inline-flex;align-items:stretch;border-radius:12px;cursor:pointer;font-family:Inter,sans-serif;white-space:nowrap;overflow:hidden;border:none;outline:none;background:#ffffff;padding:0;box-shadow:0 4px 24px rgba(0,193,106,.18),0 1px 4px rgba(0,0,0,.06);animation:kh2-badge-attention 3s ease-in-out infinite;transition:transform .22s ease,box-shadow .22s ease;position:relative}.kh2-badge:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px rgba(0,193,106,.28);animation:none}.kh2-badge:active{transform:scale(.98)}.kh2-badge-char{width:62px;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:12px 0 0 12px;overflow:hidden;flex-shrink:0;padding:4px 0 0 2px}.kh2-badge-char-img{width:48px;height:48px;object-fit:contain;display:block;margin:auto}.kh2-badge-body{display:flex;flex-direction:column;justify-content:center;gap:2px;padding:10px 14px 10px 12px;background:#ffffff;position:relative;border-right:none;min-width:0}.kh2-badge-eyebrow{display:flex;align-items:center;gap:5px}.kh2-live-tag{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#00C16A}.kh2-badge-title{display:flex;align-items:baseline;gap:3px;line-height:1}.kh2-title-kids{color:#1A1A1A}.kh2-title-kids,.kh2-title-play{font-size:18px;font-weight:900;font-family:Inter,sans-serif}.kh2-title-play{color:#00C16A}.kh2-title-zone{font-size:18px;font-weight:900;color:#f59e0b;font-family:Inter,sans-serif}.kh2-badge-subtext{font-size:9.5px;font-weight:600;color:#9ca3af;letter-spacing:.01em}.kh2-badge-decos{position:absolute;top:0;right:0;display:flex;gap:3px;padding:5px 8px 0 0;pointer-events:none}.kh2-deco-leaf-tl{display:inline-flex;transform:rotate(-30deg);opacity:.9;animation:kh2-float-a 3s ease-in-out infinite}.kh2-deco-star{display:inline-flex;animation:kh2-float-b 2.5s ease-in-out .4s infinite}.kh2-badge-leaf-br{position:absolute;bottom:4px;right:6px;transform:rotate(40deg);opacity:.7;animation:kh2-float-c 3.5s ease-in-out infinite;pointer-events:none}.kh2-badge-notch{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 7px;background:#f3fdf7;border-top:1.5px solid rgba(0,193,106,.15);border-bottom:1.5px solid rgba(0,193,106,.15);flex-shrink:0}.kh2-notch-dot{width:4px;height:4px;border-radius:50%;background:rgba(0,193,106,.25)}.kh2-badge:hover .kh2-badge-cta{background:linear-gradient(135deg,#009952,#007a3f)}.kh2-badge-cta-label{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#fff;line-height:1}.kh2-badge-cta-arrow{display:flex;align-items:center;animation:kh2-arrow-nudge 2s ease-in-out infinite}.kh2-title{font-size:clamp(24px,3.5vw,48px);font-weight:700;line-height:1.15;color:var(--kh2-text);letter-spacing:-.02em;margin:0 0 20px;animation:kh2-slide-up .55s ease .08s both;white-space:normal}.kh2-highlight{position:relative;display:inline-block;background:linear-gradient(135deg,#00C16A,#009952);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kh2-underline-svg{position:absolute;bottom:-6px;left:0;width:100%;height:14px;pointer-events:none}.kh2-desc{font-size:clamp(15px,1.15vw,18px);line-height:1.65;color:var(--kh2-sub);max-width:420px;margin:0 0 28px;animation:kh2-slide-up .55s ease .16s both}.kh2-mobile-stats{display:none!important}.kh2-cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;animation:kh2-slide-up .55s ease .22s both}.kh2-btn-primary{background:linear-gradient(135deg,#00C16A,#009952);color:#fff;border:none;padding:16px 38px;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 6px 24px rgba(0,193,106,.35);transition:transform .2s ease,box-shadow .2s ease;font-family:Inter,sans-serif;white-space:nowrap;letter-spacing:-.01em}.kh2-btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 32px rgba(0,193,106,.45)}.kh2-btn-primary:active{transform:scale(.98)}.kh2-btn-secondary{background:transparent;color:var(--kh2-text);border:2px solid #d1d5db;padding:14px 30px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;white-space:nowrap}.kh2-btn-secondary:hover{border-color:var(--kh2-text);background:var(--kh2-text);color:#fff}.kh2-right{flex:1 1;display:flex;align-items:center;justify-content:flex-end;animation:kh2-card-enter .65s ease .2s both}.kh2-hero-card{position:relative;width:clamp(450px,48vw,680px);aspect-ratio:1.5;height:auto;overflow:visible;flex-shrink:0;background:transparent}.kh2-card-img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:100%;height:100%;object-fit:contain;object-position:bottom center;z-index:2}.kh2-trust-band{width:100%;background:#fff;border-top:1px solid #e6f0eb;padding:22px 0;box-shadow:0 -2px 14px rgba(0,0,0,.02)}.kh2-trust-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 clamp(28px,5vw,80px);gap:12px}.kh2-trust-item{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.kh2-trust-item:not(:last-child):after{content:"";position:absolute;right:-6px;top:10%;height:80%;width:1px;background:#e5e7eb}.kh2-trust-val{font-size:clamp(22px,2.2vw,32px);font-weight:800;color:var(--kh2-green);line-height:1.1}.kh2-trust-label{font-size:clamp(9px,.72vw,11px);color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}@media (max-width:1100px){.kh2-inner{padding:90px 48px 48px;gap:0;min-height:auto}.kh2-hero-card{width:clamp(380px,55vw,600px);max-width:none;height:auto;aspect-ratio:1.5}.kh2-trust-band{display:none}}@media (max-width:1100px) and (max-height:650px){.kh2-inner{flex-direction:row!important;align-items:center!important;margin-top:-80px!important;gap:32px!important;min-height:auto!important;margin-left:80px!important}.kh2-left{display:flex!important;flex-direction:column!important;align-items:flex-start!important;flex:1.2 1!important;order:0!important}.kh2-badge-wrap{order:unset!important;margin-bottom:14px!important}.kh2-title{font-size:30px!important;margin-bottom:10px!important;width:auto!important}.kh2-desc,.kh2-title{text-align:left!important}.kh2-desc{font-size:13px!important;max-width:340px!important;margin-bottom:16px!important}.kh2-cta-row{flex-direction:row!important;width:auto!important;order:unset!important}.kh2-btn-primary{padding:12px 28px!important;font-size:14px!important}.kh2-btn-secondary{padding:10px 22px!important;font-size:14px!important}.kh2-right{order:1!important;display:flex!important;flex:1 1!important;width:auto!important;justify-content:center!important}.kh2-hero-card{width:clamp(280px,40vw,400px)!important;height:auto!important;aspect-ratio:1.5!important;max-width:none!important}.kh2-mobile-stats,.kh2-trust-band{display:none!important}.kh2-badge-char{width:50px!important}.kh2-badge-char-img{width:42px!important;height:42px!important}.kh2-title-kids,.kh2-title-play,.kh2-title-zone{font-size:15px!important}.kh2-badge-subtext{display:none!important}.kh2-badge-cta-label{font-size:11px!important}}@media (max-width:767px){.kh2-section{overflow:visible}.kh2-inner{flex-direction:column;align-items:center;padding:75px 20px 32px;gap:0;min-height:auto}.kh2-left{display:contents}.kh2-badge-wrap{order:1;width:100%;display:flex;justify-content:center;margin-bottom:18px}.kh2-title{order:2;text-align:center;font-size:clamp(30px,11.5vw,54px)!important;margin-bottom:14px;width:100%}.kh2-desc{order:3;text-align:center;font-size:14.5px!important;max-width:320px;margin:0 auto 20px}.kh2-right{order:4;width:100%;display:flex;justify-content:center;margin-bottom:22px}.kh2-mobile-stats{display:none!important}.kh2-cta-row{order:6;flex-direction:column;width:100%;gap:10px}.kh2-hero-card{width:min(430px,98vw);height:auto;aspect-ratio:1.5}.kh2-btn-primary,.kh2-btn-secondary{width:100%;height:56px;padding:0 24px;border-radius:16px;font-size:16px;display:flex;align-items:center;justify-content:center}.kh2-trust-band{display:none}.kh2-badge-char{width:54px}.kh2-badge-char-img{width:44px;height:44px}.kh2-title-kids,.kh2-title-play,.kh2-title-zone{font-size:16px}.kh2-badge-subtext{font-size:9px}.kh2-badge-cta{padding:0 14px 0 12px}.kh2-badge-cta-label{font-size:11px}}@media (max-width:390px){.kh2-inner{padding:65px 16px 24px}.kh2-title{font-size:30px!important}.kh2-hero-card{width:98vw;height:auto;aspect-ratio:1.5}.kh2-badge-char{width:46px}.kh2-badge-char-img{width:38px;height:38px}.kh2-title-kids,.kh2-title-play,.kh2-title-zone{font-size:14px}.kh2-badge-decos,.kh2-badge-leaf-br,.kh2-badge-subtext{display:none}.kh2-badge-cta{padding:0 12px}.kh2-badge-cta-label{font-size:10px}}.kh2-badge-cta{display:flex;align-items:center;gap:8px;padding:0 18px 0 16px;background:linear-gradient(135deg,#00C16A,#009952);border-radius:0 12px 12px 0;flex-shrink:0;transition:background .18s ease;position:relative;overflow:hidden}.kh2-badge-cta:before{content:"";position:absolute;inset:0;border-radius:0 12px 12px 0;box-shadow:inset 0 0 0 3px rgba(255,255,255,.45);animation:kh2-cta-ring 2s ease-out infinite;pointer-events:none}@keyframes kh2-cta-ring{0%{box-shadow:inset 0 0 0 3px rgba(255,255,255,.45);opacity:1}70%{box-shadow:inset 0 0 0 8px rgba(255,255,255,0);opacity:0}to{box-shadow:inset 0 0 0 3px rgba(255,255,255,.45);opacity:1}}.kh2-badge-cta-arrow,.kh2-badge-cta-label{animation:kh2-cta-pop 2s ease-in-out infinite}@keyframes kh2-cta-pop{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.kh2-badge-cta-arrow{animation:kh2-cta-arrow-pulse 2s ease-in-out infinite}@keyframes kh2-cta-arrow-pulse{0%,to{transform:translateX(0) scale(1)}40%{transform:translateX(3px) scale(1.1)}60%{transform:translateX(1px) scale(1)}}.kh2-badge:hover .kh2-badge-cta:before{animation:none;opacity:0}.kh2-badge:hover .kh2-badge-cta-label{animation:none}.kh2-badge:hover .kh2-badge-cta-arrow{animation:none;transform:translateX(3px)}