@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#182329;--muted:#606b74;--blue:#2e5de4;--pale:#eef3ff;--line:#e3e7eb;--bg:#fafbf9;--radius:24px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}h1,h2,h3,.brand{font-family:Manrope,sans-serif;line-height:1.15;letter-spacing:-.045em}h1{font-size:clamp(40px,5.1vw,72px);font-weight:650;margin:20px 0 24px}h2{font-size:clamp(28px,3vw,40px);font-weight:650;margin:12px 0 20px}h3{font-size:22px;font-weight:650;margin:16px 0}p{margin:0 0 20px;color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button,a{touch-action:manipulation}:focus-visible{outline:3px solid #e2a633;outline-offset:5px}header{max-width:1440px;margin:auto;height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:25px;white-space:nowrap}.brand-dot{color:var(--blue);margin-left:-10px}.brand-icon{position:relative;background:var(--blue);border-radius:11px;color:white;width:35px;height:37px;padding:5px 9px;font-size:25px}.brand-icon span{position:absolute;right:6px;top:1px;color:#bcd3ff;font-size:25px}nav{display:flex;gap:28px;font-size:14px;font-weight:550}nav a{padding:7px 0;border-bottom:2px solid transparent}nav a.active{color:var(--blue);border-color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--blue);color:white;border:1px solid var(--blue);border-radius:100px;padding:14px 24px;font-size:15px;font-weight:600;line-height:1.4}.button:hover{background:#234bc1}.button.small{padding:11px 19px;font-size:14px}.button.secondary{background:white;color:var(--ink);border-color:var(--line)}.button.ghost{background:transparent;color:var(--blue);border-color:transparent;padding-left:0}.menu{display:none}main{min-height:65vh;outline:none}.wrap{max-width:1280px;margin:auto;padding:48px 40px 80px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}.hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:65px;padding-top:42px;padding-bottom:65px}.hero h1 span{color:var(--blue)}.hero p{max-width:440px;font-size:18px}.actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.hero-art{height:490px;border-radius:160px 160px 28px 28px;background:#e5eef1;position:relative;overflow:hidden}.hero-art img{height:100%;width:100%;object-fit:cover}.photo-note{position:absolute;left:22px;bottom:22px;right:22px;background:#fffffff0;backdrop-filter:blur(10px);border-radius:18px;padding:20px 24px;font-size:19px;font-family:Manrope,sans-serif;letter-spacing:-.03em}.photo-note small{display:block;font:12px 'DM Sans',sans-serif;letter-spacing:.07em;margin-top:7px;color:var(--muted)}.gentle{font-size:13px;display:flex;gap:9px;align-items:center;color:var(--muted);margin-top:27px}.gentle span{color:var(--blue)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:22px}.section-heading p{margin-bottom:22px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:white}.path{position:relative;min-height:245px;transition:transform .2s,border-color .2s}.path:hover{transform:translateY(-4px);border-color:#a9bcec}.path p{font-size:15px;max-width:275px}.path .arrow{position:absolute;right:28px;top:27px;font-size:22px}.icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:12px;background:#eff3ff;color:var(--blue);font-size:22px}.path:nth-child(2) .icon{background:#fff0de;color:#986127}.path:nth-child(3) .icon{background:#e8f2ed;color:#346e59}.meta{font-size:12px;color:var(--muted)}.feature-band{margin-top:64px;background:#edf2ff;border-radius:28px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.feature-band h2{font-size:30px;margin-bottom:12px}.feature-band p{margin:0;max-width:650px}.intro{max-width:730px;margin-bottom:40px}.intro h1{font-size:clamp(38px,4.5vw,58px)}.intro p{font-size:18px}.two-col{display:grid;grid-template-columns:1.5fr 1fr;gap:28px}.stack{display:grid;gap:20px}.notice{background:var(--pale);padding:20px 24px;border-radius:16px;color:#3f536c;font-size:14px}.tag{display:inline-block;font-size:12px;font-weight:600;padding:5px 11px;border-radius:30px;background:var(--pale);color:var(--blue)}label{display:block;font-weight:600;font-size:14px;margin:20px 0 7px}input,textarea,select{width:100%;border:1px solid #cdd5dc;background:white;color:var(--ink);border-radius:12px;padding:12px 14px}textarea{min-height:120px;resize:vertical}input[type=checkbox],input[type=radio]{width:auto;margin-right:9px}.progress{height:5px;background:#e7ecf7;border-radius:8px;overflow:hidden;margin:20px 0 35px}.progress>div{height:100%;background:var(--blue)}.option{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;padding:15px;margin:10px 0;font-size:16px;font-weight:400;cursor:pointer}.option:has(input:checked){background:var(--pale);border-color:var(--blue)}.space-between{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:28px}.search{max-width:700px;margin-bottom:25px}details{border-bottom:1px solid var(--line);padding:20px 0}summary{font-family:Manrope,sans-serif;cursor:pointer;font-size:19px;font-weight:600;list-style:none;padding-right:25px;position:relative}summary:after{content:'+';position:absolute;right:0;color:var(--blue)}details[open] summary:after{content:'−'}details p{padding:16px 30px 0 0;margin-bottom:0}.source{display:inline-block;color:var(--blue);font-size:14px;text-decoration:underline;margin-top:25px}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.tabs button{background:white;border:1px solid var(--line);padding:10px 20px;border-radius:30px;color:var(--muted)}.tabs button.selected{background:var(--ink);color:white;border-color:var(--ink)}.empty{border:1px dashed #b8c7df;min-height:230px;border-radius:20px;background:#f4f7ff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}.empty p{max-width:450px;margin:12px 0}.empty .icon{width:60px;height:60px;font-size:30px}.chat-log{display:flex;flex-direction:column;gap:16px;min-height:220px;margin-bottom:24px}.bubble{background:var(--pale);padding:18px 22px;border-radius:20px 20px 20px 3px;max-width:85%}.bubble.user{align-self:flex-end;background:var(--blue);color:white;border-radius:20px 20px 3px 20px}.chat-input{display:flex;gap:12px}.chat-input .button{flex-shrink:0}.reels-layout{display:grid;grid-template-columns:1fr 430px;gap:80px;align-items:start;max-width:1000px;margin:auto}.reels{height:690px;max-height:80vh;overflow-y:auto;scroll-snap-type:y mandatory;border-radius:28px;background:#14223b;scrollbar-width:none}.reel{height:100%;scroll-snap-align:start;scroll-snap-stop:always;position:relative;padding:35px;color:white;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#264f69,#1c2946)}.reel:nth-child(2){background:linear-gradient(145deg,#61716c,#253e43)}.reel:nth-child(3){background:linear-gradient(145deg,#74635c,#3f3549)}.reel h2{font-size:39px;line-height:1.2}.reel p{color:#e3e9f0}.reel .tag{background:#ffffff22;color:white}.reel-middle{position:relative;z-index:1}.reel video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.reel.has-video:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,#0009)}.reel-top,.reel-bottom{position:relative;z-index:2}.reel-bottom{display:flex;justify-content:space-between;align-items:center}.reel button{border:1px solid #ffffff55;border-radius:40px;color:white;background:#ffffff19;padding:10px 16px}.reel.has-video .reel-middle{margin-top:auto}.reel.has-video h2{font-size:30px}.reel.has-video .reel-middle p{display:none}.admin-row{border:1px solid var(--line);padding:20px;border-radius:16px;margin-bottom:16px}.admin-row label{margin-top:0}.admin-row .button{margin-top:12px;padding:8px 14px;font-size:13px}.muted{color:var(--muted)}footer{max-width:1280px;margin:0 auto;padding:35px 40px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr;gap:20px;font-size:14px}footer .brand{font-size:22px}footer p{margin:0;text-align:right}footer div{display:flex;flex-wrap:wrap;gap:22px}footer small{color:var(--muted);text-align:right;font-size:12px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;border-radius:12px;padding:14px 25px;z-index:9;display:none;max-width:90vw}.skip{position:fixed;top:-80px;left:20px;padding:12px;background:white;z-index:100}.skip:focus{top:10px}.hidden{display:none!important}.result-row{padding:18px 0;border-bottom:1px solid var(--line)}.result-row strong{display:block}.file-label{display:inline-block;border:1px solid var(--line);border-radius:25px;padding:10px 20px;cursor:pointer;background:white}#image-preview{max-height:220px;max-width:100%;border-radius:15px;margin-top:20px}.count{font-size:45px;color:var(--blue);font-family:Manrope,sans-serif}.link{color:var(--blue);text-decoration:underline}.admin-warning{margin-bottom:25px} @media(max-width:1000px){header{gap:15px}nav{gap:14px;font-size:13px}header>.button{display:none}.hero{gap:35px}.hero-art{height:420px}.reels-layout{gap:35px;grid-template-columns:1fr 380px}}@media(max-width:700px){header{height:78px;padding:0 22px}.brand{font-size:23px}.menu{display:block;border:0;background:transparent;font-size:25px}nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--bg);z-index:10;padding:20px 25px;border-bottom:1px solid var(--line);flex-direction:column;font-size:16px}nav.open{display:flex}.wrap{padding:25px 22px 50px}.hero{grid-template-columns:1fr;padding-top:22px;gap:34px;padding-bottom:40px}.hero h1{font-size:48px}.hero p{font-size:17px}.hero-art{height:340px;border-radius:100px 100px 24px 24px}.grid,.two-col{grid-template-columns:1fr}.path{min-height:215px}.section-heading{display:block}.section-heading p{margin-top:-8px}.feature-band{padding:28px;display:block;margin-top:35px}.feature-band .button{margin-top:20px}.card{padding:24px}.reels-layout{display:flex;flex-direction:column;gap:20px}.reels-layout>.intro{margin:0}.reels-layout>.intro h1{font-size:36px}.reels-layout>.intro p{font-size:16px}.reels{width:100%;height:calc(100svh - 95px);max-height:none;border-radius:22px}.reel{padding:28px}.reel h2{font-size:36px}footer{padding:28px 22px;grid-template-columns:1fr}footer p,footer small{text-align:left}.chat-input{flex-wrap:wrap}.chat-input .button{width:100%}.intro{margin-bottom:28px}.actions{gap:12px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{header,footer,.button,.notice{display:none}.wrap{padding:0}.card{border:0}}

/* Persistent, compact bilingual control; stays available on mobile. */
.language-switch{display:flex;flex-shrink:0;border:1px solid var(--line);border-radius:30px;padding:3px;gap:2px}.language-switch button{border:0;border-radius:24px;padding:7px 10px;background:transparent;color:var(--muted);font-size:13px;font-weight:600}.language-switch button[aria-pressed=true]{background:var(--blue);color:white}html[lang=ms-MY] header>.button{display:none}html[lang=ms-MY] .hero h1{font-size:clamp(40px,4.7vw,66px)}html[lang=ms-MY] .reel h2{font-size:clamp(28px,3vw,36px)}.reel-middle{min-height:0}.reel h2{overflow-wrap:break-word}header{gap:18px}nav{gap:20px}@media(max-width:1150px){header>.button{display:none}nav{gap:14px}}@media(max-width:800px){header{height:auto;min-height:78px;flex-wrap:wrap;padding-top:15px;padding-bottom:15px}.menu{display:block;margin-left:auto;border:0;background:transparent;font-size:25px}nav{display:none;order:5;flex-basis:100%;flex-direction:column;background:var(--bg);position:static;font-size:16px;padding:12px 0}nav.open{display:flex}.language-switch{order:3}.language-switch button{padding:7px 9px}html[lang=ms-MY] .hero h1{font-size:46px}.reel{min-height:660px}.reels{min-height:660px}html[lang=ms-MY] .reel h2{font-size:31px}}
/* Supplied knowledge and video samples. Preserve all infographic text. */
.knowledge-faq{margin-top:38px;max-width:920px}.content-source{margin-top:24px}.infographic-section{margin-top:58px}.infographic-card{padding:20px;display:flex;flex-direction:column;gap:12px}.infographic-card h3{margin:3px 0;font-size:22px}.infographic-card p{font-size:15px;margin:0 0 10px}.infographic-card .stack{margin-top:auto}.infographic-card .tag{align-self:flex-start}.infographic-image{display:block;background:#eef3fa;border-radius:14px;overflow:hidden;margin-bottom:8px}.infographic-image img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.notice p:last-child{margin-bottom:0}.notice strong+p{margin-top:10px}.reels.real-videos{height:760px;max-height:90vh;min-height:640px}.reel.real-video{height:100%;min-height:640px;padding:24px;display:flex;gap:15px;background:#152336}.real-video .reel-top{display:flex;align-items:center;justify-content:space-between}.real-video .meta{color:#d4deec}.real-video .lesson-heading h2,html[lang=ms-MY] .real-video .lesson-heading h2{font-size:25px;line-height:1.25;margin:0}.real-video .video-stage{width:100%;min-height:150px;flex:1;position:relative;background:#060a10;border-radius:12px;overflow:hidden}.real-video video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain}.real-video .reel-caption p{font-size:14px;line-height:1.5;margin:0 0 8px}.real-video .reel-caption a{font-size:13px;text-decoration:underline;color:#d8e6ff;display:block}.real-video .video-fallback{margin-top:7px}.real-video .reel-bottom{gap:12px;font-size:12px}.real-video .reel-bottom button{white-space:nowrap}.real-video .reel-caption{position:relative}.real-video .reel-bottom{margin-top:auto}@media(max-width:700px){.reels.real-videos{height:calc(100svh - 20px);max-height:none;min-height:610px}.reel.real-video{min-height:610px;padding:20px;gap:13px}.real-video .lesson-heading h2,html[lang=ms-MY] .real-video .lesson-heading h2{font-size:23px}.infographic-section{margin-top:40px}}
@media(max-width:850px){.reels-layout{display:flex;flex-direction:column;gap:24px}.reels-layout>.intro{max-width:650px;margin:0}.reels.real-videos{width:100%;max-width:470px;align-self:center}}
.real-video iframe{position:absolute;inset:0;display:block;width:100%;height:100%;border:0}
.admin-bar .site-header{margin-top:32px}
@media(max-width:782px){.admin-bar .site-header{margin-top:46px}}
.custom-logo-link{display:flex;align-items:center;flex-shrink:0}.custom-logo{display:block;width:auto;max-width:210px;height:48px;object-fit:contain}

/* Video grid on the learn page: facade cards with 9:16 embeds. */
.video-filters{display:flex;gap:10px;margin:22px 0 26px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.video-filters::-webkit-scrollbar{display:none}
.video-pill{flex-shrink:0;background:var(--pale);color:var(--ink);border:0;border-radius:100px;padding:11px 20px;font-size:14px;font-weight:600}
.video-pill.active{background:var(--blue);color:white}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.video-card{display:flex;flex-direction:column;gap:10px;min-width:0}
.video-card.is-hidden{display:none}
.video-facade{display:block;width:100%;padding:0;border:0;background:transparent;border-radius:16px;text-align:left}
.video-ratio{display:block;position:relative;width:100%;aspect-ratio:9/16;background:var(--pale);border-radius:16px;overflow:hidden}
.video-play{position:absolute;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;background:white;border-radius:50%;box-shadow:0 6px 18px rgba(24,35,41,.18)}
.video-play::after{content:'';position:absolute;left:24px;top:20px;border-left:18px solid var(--blue);border-top:12px solid transparent;border-bottom:12px solid transparent}
.video-facade iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-cat{align-self:flex-start;color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.video-card h3{margin:0;font-size:19px;overflow-wrap:break-word}
@media(max-width:1000px){.video-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.video-grid{grid-template-columns:1fr}}


/* Vertical reels feed: Livid iframe stage and poster facade. */
.real-video .video-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.reel-poster{position:absolute;inset:0;display:block;background:#060a10}
.reel-poster .video-play{z-index:1}
.reel.is-hidden{display:none}
.reels-layout>.intro .video-filters{max-width:100%}

/* SPCA-MY screening checklist (#saringan): answers only, no score. */
.screening{max-width:920px;margin:auto;padding:20px 5% 80px}
.screening-notice{margin-top:8px}
.screening-form{margin-top:34px}
.screening-domain{margin-top:34px}
.screening-domain h2{margin-bottom:16px}
.screening-item{border:0;border-top:1px solid var(--line);padding:18px 0 6px;margin:0}
.screening-item legend{font-weight:600;line-height:1.45;padding:0;float:left;width:100%;margin-bottom:12px}
.screening-item legend::after{content:'';display:block;clear:both}
.screening-num{display:inline-block;background:var(--pale);color:var(--blue);border-radius:9px;min-width:30px;padding:2px 7px;font-size:14px;font-weight:700;margin-right:9px;text-align:center}
.screening-pills{display:flex;flex-wrap:wrap;gap:9px}
.screening-pill{display:inline-flex;align-items:center;gap:8px;background:white;border:1px solid var(--line);border-radius:100px;padding:9px 15px;font-size:14px;font-weight:550;cursor:pointer}
.screening-pill:has(input:checked){background:var(--blue);border-color:var(--blue);color:white}
.screening-pill input{accent-color:var(--blue);margin:0}
.screening-note{margin:10px 0 0;font-size:14px;color:var(--muted)}
.screening-field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}
.screening-field label{font-weight:600;font-size:15px}
.screening-field input,.screening-field select,.screening-field textarea{border:1px solid var(--line);border-radius:12px;padding:11px 14px;background:white;color:var(--ink);max-width:460px}
.screening-field textarea{min-height:110px;max-width:640px}
.screening-age .screening-age-row{display:flex;gap:12px}
.screening-age .screening-mini{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:550;color:var(--muted)}
.screening-age .screening-mini input{width:110px;border:1px solid var(--line);border-radius:12px;padding:11px 14px}
.screening-consent{display:flex;align-items:flex-start;gap:11px;margin:26px 0;font-size:14px;color:var(--muted);max-width:640px}
.screening-consent input{margin-top:3px;accent-color:var(--blue)}
.screening-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.screening-submit{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.screening-progress{margin:0;font-size:13px;font-weight:600;color:var(--muted)}
#screening-status{margin:0;min-height:22px;font-size:14px;color:var(--muted)}
#screening-status:empty{min-height:0}
#screening-status .button{margin-left:10px}
.screening-success .screening-summary{white-space:pre-wrap;background:var(--pale);border-radius:14px;padding:18px;font:13px/1.55 'DM Sans',sans-serif;color:var(--ink);overflow-x:auto;margin:20px 0}
@media(max-width:680px){.screening{padding-top:8px}.screening-pills{gap:7px}.screening-pill{padding:8px 13px;font-size:13px}.screening-age .screening-age-row{flex-wrap:wrap}}