@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--navy:#17365d;--navy2:#0c2748;--blue:#2f6da1;--pale:#e9f1f7;--line:#cedbe5;--ink:#172331;--muted:#607385;--white:#fff;--green:#14735b;--shadow:0 14px 38px rgba(23,54,93,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f7f9;color:var(--ink);font-family:'Noto Sans Myanmar','Manrope',sans-serif;line-height:1.65}.progress-wrap{position:fixed;z-index:20;top:0;left:0;right:0;height:5px;background:#dce6ed}.progress-wrap div{height:100%;width:0;background:linear-gradient(90deg,#2d79b8,#16a085);transition:width .2s}.hero{color:white;background:radial-gradient(circle at 82% 10%,rgba(66,145,199,.45),transparent 26%),linear-gradient(145deg,var(--navy2),var(--navy));padding:64px max(24px,calc((100vw - 920px)/2)) 52px}.eyebrow{font:700 12px/1.2 Manrope,sans-serif;letter-spacing:.18em;color:#9ed0ef}.hero h1{font-size:clamp(30px,6vw,56px);line-height:1.25;margin:14px 0 12px;max-width:790px}.hero h1 span{color:#8fd0f5}.hero p{max-width:720px;color:#d7e6f0;font-size:16px}.meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.meta span{padding:7px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.07);font-size:12px}main{width:min(920px,calc(100% - 28px));margin:-22px auto 70px}form{display:grid;gap:15px}.card,.question,.section-head{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.card{border-radius:16px;padding:24px}.card-title,.section-head{display:flex;align-items:center;gap:14px}.card-title>span,.section-head>span{display:grid;place-items:center;min-width:42px;height:42px;border-radius:11px;background:var(--navy);color:#fff;font:800 13px Manrope}.card-title small,.section-head small{color:var(--blue);font-weight:700}.card-title h2,.section-head h2{font-size:18px;margin:2px 0 0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.grid label,.detail{display:grid;gap:7px}.grid label span,.detail span{font-size:13px;font-weight:600;color:#42576a}input[type=text],input[type=tel],input[type=date]{width:100%;border:1px solid #b9cad6;border-radius:10px;padding:12px 13px;font:inherit;font-size:15px;background:#fbfdfe;outline:none}input:focus{border-color:#2f78ad;box-shadow:0 0 0 3px rgba(47,120,173,.13)}.section-head{margin-top:20px;border-radius:15px;padding:16px 20px;background:linear-gradient(100deg,#eef5fa,#fff)}.question{margin:0;border-radius:13px;padding:18px 20px;min-inline-size:0}.question legend{display:flex;align-items:flex-start;gap:11px;width:100%;font-weight:600;padding:0 0 12px;font-size:15px}.qno{display:inline-grid;place-items:center;min-width:30px;height:30px;padding:0 6px;border-radius:8px;background:var(--pale);color:var(--navy);font:800 12px Manrope}.choices{display:flex;flex-wrap:wrap;gap:9px}.choice{position:relative;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #cbd9e3;border-radius:10px;background:#fbfdfe;cursor:pointer;transition:.16s;font-size:13px}.choice:hover{border-color:#6ea1c5;background:#f5faff}.choice input{position:absolute;opacity:0;pointer-events:none}.radio-ui{width:17px;height:17px;border:2px solid #8ba1b1;border-radius:50%;display:inline-block;flex:0 0 auto}.choice:has(input:checked){border-color:#2f78ad;background:#edf7fd;color:#123e61}.choice input:checked+.radio-ui{border:5px solid #2f78ad}.choice:has(input:focus-visible){outline:3px solid #2f78ad;outline-offset:2px}.consent-check:has(input:focus-visible){outline:3px solid #2f78ad;outline-offset:2px;border-radius:8px}button:focus-visible,a:focus-visible{outline:3px solid #2f78ad;outline-offset:2px}.detail{margin-top:11px;max-width:520px}.detail.full{margin-top:0}.consent-check{display:flex;gap:12px;align-items:flex-start;font-size:14px}.consent-check input{width:19px;height:19px;accent-color:var(--navy);margin-top:2px;flex:0 0 auto}.submit-bar{position:sticky;bottom:14px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px 14px 20px;border:1px solid #b9cfdd;border-radius:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 12px 40px rgba(15,45,73,.18)}.submit-bar div{color:var(--muted);font-size:13px}.submit-bar strong{color:var(--navy);font-size:19px}.submit-bar button{border:0;border-radius:11px;background:var(--navy);color:#fff;padding:13px 19px;font:700 14px 'Noto Sans Myanmar';cursor:pointer}.submit-bar button:hover{background:#245581}.submit-bar button span{margin-left:8px}footer{text-align:center;color:#758796;font-size:11px;padding:0 20px 36px}.hidden{position:absolute!important;left:-9999px!important}@media(max-width:640px){.hero{padding-top:45px}.grid{grid-template-columns:1fr}.card{padding:19px}.question{padding:16px}.choices{display:grid}.choice{width:100%}.submit-bar{bottom:8px}.submit-bar button{padding:12px 14px}.section-head{align-items:flex-start}}