.kp *,.kp :before,.kp :after{box-sizing:border-box;margin:0;padding:0}.kp{--linen:#f7f5f0;--cream:#ede8e0;--dark:#2c2416;--dark-warm:#1c140a;--terra:#007858;--terra-deep:#005a42;--terra-light:#e8f9f5;--taupe:#7b6b4a;--border:#2c24161a;--font-display:"Libre Baskerville",Georgia,serif;--font-body:"Nunito Sans",system-ui,sans-serif;font-family:var(--font-body);background:var(--linen);color:var(--dark);scroll-behavior:smooth;line-height:1.65;overflow-x:hidden}.kp .kp-reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.kp .kp-reveal.visible{opacity:1;transform:translateY(0)}.kp .kp-reveal-d1{transition-delay:.1s}.kp .kp-reveal-d2{transition-delay:.2s}.kp .kp-reveal-d3{transition-delay:.3s}.kp .kp-reveal-d4{transition-delay:.4s}@media (prefers-reduced-motion:reduce){.kp .kp-reveal{opacity:1;transition:none;transform:none}}.kp .kp-nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#f7f5f0e6;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.25rem 5%;transition:border-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.kp .kp-nav.scrolled{border-color:var(--border);box-shadow:0 1px 24px #2c24160f}.kp .kp-nav-logo{font-family:var(--font-display);color:var(--dark);letter-spacing:-.01em;font-size:1.25rem;font-weight:700;text-decoration:none}.kp .kp-nav-logo em{color:var(--terra);font-style:italic}.kp .kp-nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.kp .kp-nav-links a{color:var(--taupe);letter-spacing:.07em;text-transform:uppercase;font-size:.78rem;font-weight:700;text-decoration:none;transition:color .2s}.kp .kp-nav-links a:hover{color:var(--dark)}.kp .kp-nav-cta{background:var(--terra)!important;color:#fff!important;text-transform:uppercase!important;letter-spacing:.07em!important;border-radius:999px!important;padding:.55rem 1.4rem!important;font-size:.78rem!important;font-weight:700!important;transition:background .2s,transform .15s!important}.kp .kp-nav-cta:hover{background:var(--terra-deep)!important;color:#fff!important;transform:translateY(-1px)!important}.kp .kp-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-end;gap:5px;padding:4px;display:none}.kp .kp-hamburger span{background:var(--dark);border-radius:2px;height:1.5px;transition:transform .3s,opacity .3s,width .3s;display:block}.kp .kp-hamburger span:first-child{width:22px}.kp .kp-hamburger span:nth-child(2){width:16px}.kp .kp-hamburger span:nth-child(3){width:22px}.kp .kp-hamburger.open span:first-child{width:22px;transform:translateY(6.5px)rotate(45deg)}.kp .kp-hamburger.open span:nth-child(2){opacity:0}.kp .kp-hamburger.open span:nth-child(3){width:22px;transform:translateY(-6.5px)rotate(-45deg)}.kp .kp-mobile-nav{z-index:99;background:var(--linen);flex-direction:column;padding:7rem 6% 3rem;display:none;position:fixed;inset:0;overflow-y:auto}.kp .kp-mobile-nav.open{display:flex}.kp .kp-mobile-nav a{font-family:var(--font-display);color:var(--dark);border-bottom:1px solid var(--border);padding:1rem 0;font-size:1.8rem;font-weight:700;text-decoration:none;transition:color .2s}.kp .kp-mobile-nav a:hover,.kp .kp-mobile-nav a:focus{color:var(--terra)}.kp .kp-mobile-nav .kp-mobile-cta{background:var(--terra);text-align:center;border:none;border-radius:14px;margin-top:2rem;padding:1rem 2rem;font-size:1rem;font-weight:700;color:#fff!important}.kp .kp-hero{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;min-height:100vh;padding:8rem 5% 5rem;display:grid;position:relative;overflow:hidden}.kp .kp-hero:before{content:"ภาษาไทย";font-family:var(--font-display);color:#0078580d;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:18vw;font-weight:700;line-height:1;position:absolute;top:50%;right:-1rem;transform:translateY(-50%)}.kp .kp-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);align-items:center;gap:10px;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:inline-flex}.kp .kp-eyebrow:before{content:"";background:var(--terra);width:20px;height:1px;display:block}.kp .kp-hero h1{font-family:var(--font-display);color:var(--dark);letter-spacing:-.025em;margin-bottom:1.5rem;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:700;line-height:1.12}.kp .kp-hero h1 em{color:var(--terra);font-style:italic}.kp .kp-hero h1 strong{color:var(--dark);font-style:normal;font-weight:700}.kp .kp-hero-sub{color:var(--taupe);max-width:460px;margin-bottom:2.5rem;font-size:1.05rem;font-weight:400;line-height:1.8}.kp .kp-hero-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.kp .kp-btn-primary{background:var(--terra);color:#fff;letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:.9rem 2.2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #00785859}.kp .kp-btn-primary:hover{background:var(--terra-deep);color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #00785866}.kp .kp-btn-secondary{color:var(--dark);border-bottom:1.5px solid var(--dark);align-items:center;gap:6px;padding-bottom:2px;font-size:.88rem;font-weight:700;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.kp .kp-btn-secondary:hover{color:var(--terra);border-color:var(--terra)}.kp .kp-hero-stats{border-top:1px solid var(--border);gap:2.5rem;padding-top:2rem;display:flex}.kp .kp-stat-num{font-family:var(--font-display);color:var(--terra);font-size:1.8rem;font-weight:700;line-height:1}.kp .kp-stat-label{color:var(--taupe);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:.7rem}.kp .kp-hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.kp .kp-avatar-frame{aspect-ratio:3/4;background:linear-gradient(145deg,var(--cream)0%,var(--terra-light)100%);border:1px solid #0078582e;border-radius:52% 48% 44% 56%/50% 46% 54% 50%;justify-content:center;align-items:center;width:min(400px,85vw);display:flex;position:relative;overflow:hidden}.kp .kp-avatar-frame img{object-fit:cover;object-position:center top;width:100%;height:100%}.kp .kp-avatar-badge{background:#fff;border-radius:14px;align-items:center;gap:10px;padding:12px 18px;display:flex;position:absolute;bottom:28px;right:-16px;box-shadow:0 8px 32px #2c24161f}.kp .kp-badge-dot{background:var(--terra);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.5s infinite kp-pulse}.kp .kp-badge-text{color:var(--dark);font-size:.78rem;font-weight:700}.kp .kp-badge-sub{color:var(--taupe);margin-top:1px;font-size:.68rem}.kp .kp-float-tag{display:none}.kp .kp-trust{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:2.25rem 5%;display:flex}.kp .kp-trust-item{align-items:center;gap:.85rem;display:flex}.kp .kp-trust-num{font-family:var(--font-display);color:var(--terra);font-size:1.6rem;font-weight:700}.kp .kp-trust-label{color:var(--taupe);text-transform:uppercase;letter-spacing:.06em;max-width:110px;font-size:.75rem;font-weight:700;line-height:1.35}.kp .kp-trust-divider{background:var(--border);width:1px;height:32px}.kp section{padding:7rem 5%}.kp .kp-section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--terra);align-items:center;gap:10px;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-flex}.kp .kp-section-eyebrow:before{content:"";background:var(--terra);width:20px;height:1px;display:block}.kp .kp-section-title{font-family:var(--font-display);color:var(--dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:700;line-height:1.15}.kp .kp-section-title em{color:var(--terra);font-style:italic}.kp .kp-section-sub{color:var(--taupe);max-width:500px;font-size:1rem;line-height:1.78}.kp .kp-audience{background:#fff}.kp .kp-audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3.5rem;display:grid}.kp .kp-audience-card{border:1px solid var(--border);background:var(--linen);cursor:default;border-radius:20px;padding:2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.kp .kp-audience-card:before{content:attr(data-num);font-family:var(--font-display);color:#00785814;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:5.5rem;font-weight:700;line-height:1;position:absolute;top:-.5rem;right:1.5rem}.kp .kp-audience-card:after{content:"";background:var(--terra);transform-origin:0;height:2px;transition:transform .35s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.kp .kp-audience-card:hover{border-color:#00785838;transform:translateY(-4px);box-shadow:0 16px 48px #2c241614}.kp .kp-audience-card:hover:after{transform:scaleX(1)}.kp .kp-audience-icon{display:none}.kp .kp-audience-title{font-family:var(--font-display);color:var(--dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.2;position:relative}.kp .kp-audience-desc{color:var(--taupe);font-size:.88rem;line-height:1.72;position:relative}.kp .kp-why{background:var(--linen)}.kp .kp-why-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:3.5rem;display:grid}.kp .kp-why-card{border:1px solid var(--border);background:#fff;border-radius:20px;align-items:flex-start;gap:1.25rem;padding:2rem;transition:transform .25s,box-shadow .25s;display:flex}.kp .kp-why-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2c241612}.kp .kp-why-card.featured{background:var(--dark-warm);color:#fff;text-align:center;flex-direction:column;grid-column:span 2;justify-content:center;align-items:center;padding:3.5rem}.kp .kp-why-icon{background:var(--terra-light);width:40px;height:40px;color:var(--terra);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.kp .kp-why-card.featured .kp-why-icon{display:none}.kp .kp-why-title{color:var(--dark);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.kp .kp-why-desc{color:var(--taupe);font-size:.84rem;line-height:1.65}.kp .kp-why-card.featured .kp-why-title{color:#fff;font-family:var(--font-display);max-width:520px;margin-bottom:.75rem;font-size:1.6rem;font-weight:700;line-height:1.2}.kp .kp-why-card.featured .kp-why-desc{color:#ffffffad;max-width:460px;font-size:1rem;line-height:1.8}.kp .kp-courses{background:#fff}.kp .kp-courses-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3.5rem;display:grid}.kp .kp-course-card{border:1px solid var(--border);background:var(--linen);border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.kp .kp-course-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #2c24161a}.kp .kp-course-header{padding:2rem 2rem 1.25rem;position:relative}.kp .kp-course-card:first-child .kp-course-header{background:var(--terra-light)}.kp .kp-course-card:nth-child(2) .kp-course-header{background:#eef4ed}.kp .kp-course-card:nth-child(3) .kp-course-header{background:#eef0f8}.kp .kp-course-card:nth-child(4) .kp-course-header{background:#f5eef8}.kp .kp-course-level{letter-spacing:.12em;text-transform:uppercase;color:var(--terra);margin-bottom:.5rem;font-size:.68rem;font-weight:700}.kp .kp-course-card:nth-child(2) .kp-course-level{color:#3f7a45}.kp .kp-course-card:nth-child(3) .kp-course-level{color:#4a5bb0}.kp .kp-course-card:nth-child(4) .kp-course-level{color:#7b4a9e}.kp .kp-course-emoji{display:none}.kp .kp-course-name{font-family:var(--font-display);color:var(--dark);font-size:1.15rem;font-weight:700;line-height:1.25}.kp .kp-course-body{flex-direction:column;flex:1;padding:1.5rem 2rem 2rem;display:flex}.kp .kp-course-desc{color:var(--taupe);margin-bottom:1.25rem;font-size:.84rem;line-height:1.68}.kp .kp-course-tags{flex-wrap:wrap;gap:6px;margin-top:auto;margin-bottom:1.25rem;display:flex}.kp .kp-course-tag{color:var(--taupe);border:1px solid var(--border);letter-spacing:.03em;background:#fff;border-radius:999px;padding:4px 10px;font-size:.67rem;font-weight:700}.kp .kp-course-waitlist{border:1.5px solid var(--terra);color:var(--terra);cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:.65rem 1.25rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.kp .kp-course-waitlist:hover{background:var(--terra);color:#fff}.kp .kp-lead-magnet{background:var(--dark-warm);color:#fff;text-align:center;position:relative;overflow:hidden}.kp .kp-lead-magnet:before{content:"เรียน";font-family:var(--font-display);color:#ffffff05;pointer-events:none;white-space:nowrap;font-size:50vw;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.kp .kp-lm-inner{max-width:600px;margin:0 auto;position:relative}.kp .kp-lm-badge{color:var(--terra-light);letter-spacing:.1em;text-transform:uppercase;background:#0078582e;border:1px solid #00785852;border-radius:999px;align-items:center;gap:8px;margin-bottom:1.75rem;padding:6px 16px;font-size:.7rem;font-weight:700;display:inline-flex}.kp .kp-lm-guide-card{text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:14px;margin-bottom:2.5rem;padding:1rem 1.5rem;display:inline-flex}.kp .kp-lm-guide-icon{flex-shrink:0;font-size:2rem}.kp .kp-lm-guide-title{color:#fff;font-size:.9rem;font-weight:700;line-height:1.35}.kp .kp-lm-guide-sub{color:#fff6;margin-top:2px;font-size:.72rem}.kp .kp-lm-headline{font-family:var(--font-display);color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.75rem);font-weight:700;line-height:1.15}.kp .kp-lm-sub{color:#ffffff9e;margin-bottom:2.5rem;font-size:1rem;line-height:1.78}.kp .kp-lm-form{flex-direction:column;gap:12px;max-width:420px;margin:0 auto 1rem;display:flex}.kp .kp-lm-form input{color:#fff;font-size:.9rem;font-family:var(--font-body);background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:.9rem 1.25rem;transition:border-color .2s,background .2s}.kp .kp-lm-form input::placeholder{color:#ffffff52}.kp .kp-lm-form input:focus{border-color:var(--terra);background:#ffffff1f}.kp .kp-lm-form button{background:var(--terra);color:#fff;font-size:.95rem;font-weight:700;font-family:var(--font-body);cursor:pointer;border:none;border-radius:10px;padding:1rem 2rem;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 24px #00785866}.kp .kp-lm-form button:hover:not(:disabled){background:var(--terra-deep);transform:translateY(-2px);box-shadow:0 8px 32px #00785880}.kp .kp-lm-form button:disabled{opacity:.65;cursor:not-allowed}.kp .kp-lm-msg{margin-top:8px;font-size:.85rem}.kp .kp-lm-trust{color:#ffffff61;font-size:.75rem}.kp .kp-about{background:var(--cream)}.kp .kp-about-inner{grid-template-columns:1fr 1.4fr;align-items:center;gap:6rem;display:grid}.kp .kp-about .kp-section-eyebrow{color:var(--terra)}.kp .kp-about .kp-section-eyebrow:before{background:var(--terra)}.kp .kp-about .kp-section-title{color:var(--dark)}.kp .kp-about .kp-section-title em{color:var(--terra)}.kp .kp-about-photo-frame{aspect-ratio:3/4;border:1px solid var(--border);border-radius:28px;width:100%;position:relative;overflow:hidden}.kp .kp-about-photo-frame img{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.kp .kp-about-photo-label{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1c140ac7;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.kp .kp-about-photo-dot{background:var(--terra);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.5s infinite kp-pulse}.kp .kp-about-photo-text{color:#fff;font-size:.8rem;font-weight:700}.kp .kp-about-photo-sub{color:#ffffff80;font-size:.68rem}.kp .kp-about-desc{color:var(--taupe);margin-bottom:1.75rem;font-size:.95rem;line-height:1.88}.kp .kp-about-pills{flex-wrap:wrap;gap:8px;margin-bottom:2.5rem;display:flex}.kp .kp-about-pill{border:1px solid var(--border);color:var(--taupe);background:#fff;border-radius:999px;padding:6px 16px;font-size:.8rem;font-weight:600}.kp .kp-about-pill.highlight{background:var(--terra-light);color:var(--terra-deep);border-color:#00785847}.kp .kp-testimonials{background:#fff}.kp .kp-testi-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.kp .kp-testi-card{background:var(--linen);border:1px solid var(--border);border-radius:20px;flex-direction:column;padding:2rem;transition:transform .25s,box-shadow .25s;display:flex}.kp .kp-testi-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #2c241612}.kp .kp-testi-stars{color:var(--terra);letter-spacing:2px;margin-bottom:1rem;font-size:.78rem}.kp .kp-testi-text{color:var(--taupe);flex:1;margin-bottom:1.5rem;font-size:.88rem;font-style:italic;line-height:1.78}.kp .kp-testi-text:before{content:"“";font-family:var(--font-display);color:var(--cream);margin-bottom:.75rem;font-size:3rem;line-height:.8;display:block}.kp .kp-testi-author{align-items:center;gap:10px;display:flex}.kp .kp-testi-avatar{background:var(--terra-light);width:40px;height:40px;color:var(--terra);border:1px solid #00785833;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.kp .kp-testi-name{color:var(--dark);font-size:.82rem;font-weight:700}.kp .kp-testi-from{color:var(--taupe);margin-top:1px;font-size:.7rem}.kp .kp-cta{background:var(--terra);text-align:center;padding:7rem 5%;position:relative;overflow:hidden}.kp .kp-cta:before{content:"เรียนภาษาไทย";font-family:var(--font-display);color:#ffffff12;white-space:nowrap;pointer-events:none;font-size:14vw;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.kp .kp-cta h2{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1.15;position:relative}.kp .kp-cta p{color:#ffffffc7;max-width:460px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.78;position:relative}.kp .kp-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.kp .kp-btn-white{color:var(--terra-deep);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:.9rem 2.2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 32px #2c241624}.kp .kp-btn-white:hover{color:var(--terra-deep);transform:translateY(-2px);box-shadow:0 12px 40px #2c241633}.kp .kp-btn-outline-white{color:#fff;background:0 0;border:2px solid #ffffff6b;border-radius:999px;align-items:center;gap:8px;padding:.9rem 2.2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.kp .kp-btn-outline-white:hover{color:#fff;background:#ffffff1f;border-color:#fff}.kp .kp-faq{background:var(--cream);padding:7rem 5%}.kp .kp-faq-inner{max-width:720px;margin:0 auto}.kp .kp-faq-inner .kp-section-title{text-align:left;margin-bottom:3rem}.kp .kp-faq-inner .kp-section-eyebrow{text-align:left}.kp .kp-faq-list{border-top:1px solid #2c24161a;flex-direction:column;display:flex}.kp .kp-faq-item{border-bottom:1px solid #2c24161a}.kp .kp-faq-question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);color:var(--dark);background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.4rem 0;font-size:1rem;font-weight:700;line-height:1.5;transition:color .2s;display:flex}.kp .kp-faq-question:hover,.kp .kp-faq-item.open .kp-faq-question{color:var(--terra)}.kp .kp-faq-icon{color:var(--terra);flex-shrink:0;margin-top:1px;font-size:1.4rem;font-weight:300;line-height:1}.kp .kp-faq-answer{color:var(--taupe);max-width:620px;padding-bottom:1.4rem;font-size:.93rem;line-height:1.78}.kp .kp-faq-contact{color:var(--taupe);text-align:center;margin-top:2.5rem;font-size:.88rem}.kp .kp-faq-contact a{color:var(--terra);font-weight:600;text-decoration:none}.kp .kp-faq-contact a:hover{text-decoration:underline}.kp .kp-footer{background:var(--dark-warm);color:#fff9;padding:3.5rem 5% 2rem}.kp .kp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.kp .kp-footer .kp-nav-logo{color:#fff;margin-bottom:.75rem;display:block}.kp .kp-footer-tagline{color:#ffffff52;max-width:220px;font-size:.82rem;line-height:1.65}.kp .kp-footer-links h4{letter-spacing:.1em;text-transform:uppercase;color:#ffffff52;margin-bottom:1.25rem;font-size:.68rem;font-weight:700}.kp .kp-footer-links ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.kp .kp-footer-links a{color:#ffffff94;font-size:.85rem;text-decoration:none;transition:color .2s}.kp .kp-footer-links a:hover{color:var(--terra-light)}.kp .kp-footer-bottom{border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.kp .kp-footer-copy{color:#ffffff38;font-size:.75rem}.kp .kp-footer-thai{font-family:var(--font-display);color:#00785873;font-size:.85rem}.kp .kp-footer-legal{color:#ffffff38;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.kp .kp-footer-legal a{color:#ffffff59;text-decoration:none;transition:color .2s}.kp .kp-footer-legal a:hover{color:#ffffffb3}@keyframes kp-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:1200px){.kp .kp-courses-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.kp .kp-testi-grid{grid-template-columns:1fr 1fr}.kp .kp-about-inner{grid-template-columns:1fr;gap:3.5rem}.kp .kp-about-photo-frame{aspect-ratio:4/3}}@media (max-width:768px){.kp section{padding:5rem 6%}.kp .kp-nav{padding:1.1rem 6%}.kp .kp-nav-links{display:none}.kp .kp-hamburger{display:flex}.kp .kp-hero{text-align:center;grid-template-columns:1fr;gap:0;padding:7rem 6% 4rem}.kp .kp-hero:before{font-size:30vw}.kp .kp-hero-visual{display:none}.kp .kp-eyebrow{justify-content:center}.kp .kp-hero-sub{margin-left:auto;margin-right:auto}.kp .kp-hero-actions{justify-content:center}.kp .kp-hero-stats{flex-wrap:wrap;justify-content:center;gap:1.5rem}.kp .kp-trust{gap:1.5rem;padding:1.75rem 6%}.kp .kp-trust-divider{display:none}.kp .kp-audience-grid{grid-template-columns:1fr;gap:1rem}.kp .kp-why-grid{grid-template-columns:1fr}.kp .kp-why-card.featured{grid-column:span 1;padding:2.5rem}.kp .kp-courses-grid,.kp .kp-testi-grid{grid-template-columns:1fr}.kp .kp-about-inner{grid-template-columns:1fr;gap:2.5rem}.kp .kp-footer-inner{flex-direction:column;gap:2.5rem}}
