.consult-root{--c-navy:#0a1628;--c-steel:#1b3a5c;--c-azure:#1a6fb5;--c-sky:#2e9cca;--c-silver:#b8c8d8;--c-zinc:#e8ecf0;--c-white:#f7f9fb;--c-red:#c8282c;--c-gold:#c89628;--c-text:#1c2b3a;--c-muted:#5a7088;background:var(--c-white);color:var(--c-text);scroll-behavior:smooth;min-height:100vh;font-family:IBM Plex Sans Thai,Sarabun,sans-serif;display:block;overflow-x:hidden}.consult-root *,.consult-root :before,.consult-root :after{box-sizing:border-box}.consult-root .hero{background:var(--c-navy);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.consult-root .hero:before{content:"";background-image:linear-gradient(#1e64b414 1px,#0000 1px),linear-gradient(90deg,#1e64b414 1px,#0000 1px);background-size:48px 48px;animation:20s linear infinite consultGridDrift;position:absolute;inset:0}@keyframes consultGridDrift{0%{background-position:0 0}to{background-position:48px 48px}}.consult-root .hero:after{content:"";pointer-events:none;background:linear-gradient(135deg,#1a6fb52e,#2e9cca0f 60%,#0000);width:55%;height:130%;position:absolute;top:-10%;right:-5%;transform:skew(-12deg)}.consult-root .topbar{z-index:10;border-bottom:1px solid #b8c8d81f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 60px;display:flex;position:relative}.consult-root .logo-area{align-items:center;gap:14px;min-width:0;display:flex}.consult-root .logo-badge{background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.consult-root .logo-badge img{object-fit:contain;width:100%;height:100%;display:block}.consult-root .logo-text{color:#ffffffe6;font-size:15px;font-weight:500;line-height:1.4}.consult-root .logo-sub{color:var(--c-silver);font-size:12px;font-weight:300}.consult-root .deadline-badge{background:linear-gradient(135deg,var(--c-red),#a01e22);color:#fff;letter-spacing:.04em;border-radius:6px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:600;animation:2.5s ease-in-out infinite consultPulseBadge;display:flex;box-shadow:0 4px 20px #c8282c59}@keyframes consultPulseBadge{0%,to{box-shadow:0 4px 20px #c8282c59}50%{box-shadow:0 4px 32px #c8282ca6}}.consult-root .deadline-dot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite consultBlink}@keyframes consultBlink{0%,to{opacity:1}50%{opacity:.3}}.consult-root .hero-body{z-index:2;flex-direction:column;flex:1;justify-content:center;max-width:900px;padding:60px 60px 80px;display:flex;position:relative}.consult-root .eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--c-sky);opacity:0;align-items:center;gap:10px;margin-bottom:28px;font-family:IBM Plex Mono,monospace;font-size:12px;animation:.6s .2s forwards consultFadeUp;display:inline-flex}.consult-root .eyebrow:before{content:"";background:var(--c-sky);width:32px;height:1px;display:block}.consult-root .hero-title{color:#fff;opacity:0;margin-bottom:14px;font-size:clamp(24px,3.4vw,44px);font-weight:700;line-height:1.25;animation:.7s .35s forwards consultFadeUp}.consult-root .hero-title em{background:linear-gradient(90deg,var(--c-sky),#6dd5fa);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.consult-root .hero-sub{color:var(--c-silver);opacity:0;max-width:640px;margin-bottom:48px;font-size:19px;font-weight:300;line-height:1.75;animation:.7s .5s forwards consultFadeUp}.consult-root .hero-sub strong{color:#fff;font-weight:500}.consult-root .hero-cta{opacity:0;flex-wrap:wrap;gap:16px;animation:.7s .65s forwards consultFadeUp;display:flex}.consult-root .btn-primary{cursor:pointer;background:linear-gradient(135deg,var(--c-azure),var(--c-sky));color:#fff;border:none;border-radius:8px;align-items:center;gap:10px;padding:15px 32px;font-family:inherit;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 30px #1a6fb573}.consult-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #1a6fb599}.consult-root .btn-ghost{cursor:pointer;color:var(--c-silver);background:#ffffff0a;border:1px solid #b8c8d859;border-radius:8px;align-items:center;gap:10px;padding:15px 28px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.consult-root .btn-ghost:hover{border-color:var(--c-sky);color:var(--c-sky);background:#2e9cca14}.consult-root .stats-strip{z-index:2;opacity:0;border-top:1px solid #b8c8d81a;gap:0;margin-top:auto;animation:.7s .8s forwards consultFadeUp;display:flex;position:relative}.consult-root .stat-item{border-right:1px solid #b8c8d81a;flex-direction:column;flex:1;gap:4px;padding:24px 60px;display:flex}.consult-root .stat-item:last-child{border-right:none}.consult-root .stat-num{color:#fff;font-size:34px;font-weight:700}.consult-root .stat-num span{color:var(--c-sky);margin-left:4px;font-size:15px}.consult-root .stat-label{color:var(--c-muted);font-size:13px;font-weight:400}@keyframes consultFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.consult-root .intro-section{background:var(--c-zinc);grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:80px 60px;display:grid}.consult-root .intro-label{letter-spacing:.14em;text-transform:uppercase;color:var(--c-azure);align-items:center;gap:8px;margin-bottom:16px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}.consult-root .intro-label:before{content:"";background:var(--c-azure);width:24px;height:1px;display:block}.consult-root .intro-heading{color:var(--c-navy);margin-bottom:20px;font-size:36px;font-weight:700;line-height:1.3}.consult-root .intro-body{color:var(--c-muted);font-size:17px;line-height:1.85}.consult-root .intro-body strong{color:var(--c-text)}.consult-root .info-cards{flex-direction:column;gap:14px;display:flex}.consult-root .info-card{border-left:3px solid var(--c-azure);background:#fff;border-radius:12px;align-items:flex-start;gap:14px;padding:20px 22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #0a16280f}.consult-root .info-card:hover{transform:translate(4px);box-shadow:0 4px 20px #0a16281a}.consult-root .info-card-icon{background:linear-gradient(135deg,var(--c-azure),var(--c-sky));color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.consult-root .info-card-title{color:var(--c-text);margin-bottom:4px;font-size:16px;font-weight:600}.consult-root .info-card-desc{color:var(--c-muted);font-size:14px;line-height:1.6}.consult-root .standards-section{background:var(--c-white);padding:80px 60px}.consult-root .section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:48px;display:flex}.consult-root .section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--c-azure);align-items:center;gap:8px;margin-bottom:10px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}.consult-root .section-label:before{content:"";background:var(--c-azure);width:24px;height:1px;display:block}.consult-root .section-title{color:var(--c-navy);font-size:34px;font-weight:700;line-height:1.3}.consult-root .section-note{color:var(--c-muted);text-align:right;max-width:300px;font-size:15px;line-height:1.6}.consult-root .standards-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.consult-root .std-card{border:1px solid var(--c-zinc);background:#fff;border-radius:16px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px #0a16280f}.consult-root .std-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0a16281f}.consult-root .std-card-accent{height:4px}.consult-root .std-card-header{border-bottom:1px solid var(--c-zinc);padding:24px 26px 18px}.consult-root .std-badge-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.consult-root .std-badge{letter-spacing:.06em;background:var(--c-zinc);color:var(--c-steel);border-radius:20px;padding:5px 12px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500}.consult-root .type-badge{letter-spacing:.08em;text-transform:uppercase;color:#fff;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.consult-root .type-ppgi{background:linear-gradient(135deg,#1a6fb5,#2e9cca)}.consult-root .type-ppgl{background:linear-gradient(135deg,#1b5e3b,#27ae60)}.consult-root .type-zamlo{background:linear-gradient(135deg,#6b3a8a,#9b59b6)}.consult-root .type-zamhi{background:linear-gradient(135deg,#b8541a,#e67e22)}.consult-root .std-title{color:var(--c-navy);white-space:pre-line;margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.4}.consult-root .std-english{color:var(--c-muted);font-size:12px;font-style:italic;line-height:1.5}.consult-root .std-card-body{flex:1;padding:20px 26px}.consult-root .std-specs{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.consult-root .spec-key{text-transform:uppercase;letter-spacing:.08em;color:var(--c-muted);margin-bottom:3px;font-size:11px}.consult-root .spec-val{color:var(--c-text);font-size:15px;font-weight:600}.consult-root .std-tags{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.consult-root .tag{background:var(--c-zinc);color:var(--c-steel);border-radius:12px;padding:3px 10px;font-size:11px;font-weight:500}.consult-root .tag.highlight{color:var(--c-azure);background:#eaf4ff}.consult-root .std-desc{color:var(--c-muted);font-size:14px;line-height:1.65}.consult-root .std-cta{background:var(--c-zinc);border-top:1px solid #e0e6ed;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 26px;display:flex}.consult-root .std-cta-text{color:var(--c-muted);font-size:13px}.consult-root .std-cta-btn{cursor:pointer;color:#fff;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.consult-root .std-cta-btn:hover{transform:translateY(-1px)}.consult-root .process-section{background:var(--c-navy);padding:80px 60px;position:relative;overflow:hidden}.consult-root .process-section:before{content:"";background-image:linear-gradient(#1e64b40d 1px,#0000 1px),linear-gradient(90deg,#1e64b40d 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.consult-root .process-section .section-title{color:#fff}.consult-root .process-section .section-label{color:var(--c-sky)}.consult-root .process-section .section-label:before{background:var(--c-sky)}.consult-root .process-steps{z-index:1;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid;position:relative}.consult-root .process-step{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;padding:28px 24px;transition:background .2s,border-color .2s;position:relative}.consult-root .process-step:hover{background:#ffffff14;border-color:#2e9cca66}.consult-root .step-num{color:var(--c-sky);letter-spacing:.1em;margin-bottom:16px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500}.consult-root .step-icon{margin-bottom:14px;font-size:28px;display:block}.consult-root .step-title{color:#fff;margin-bottom:8px;font-size:17px;font-weight:700}.consult-root .step-desc{color:var(--c-silver);font-size:14px;line-height:1.7}.consult-root .process-steps .process-step:not(:last-child):after{content:"→";color:#2e9cca66;z-index:2;font-size:20px;position:absolute;top:50%;right:-18px;transform:translateY(-50%)}.consult-root .why-section{background:var(--c-zinc);grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:80px 60px;display:grid}.consult-root .why-visual{background:var(--c-navy);border-radius:20px;padding:36px;position:relative;overflow:hidden}.consult-root .why-visual:before{content:"";background:radial-gradient(circle,#1a6fb533,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.consult-root .why-table{border-collapse:collapse;z-index:1;width:100%;position:relative}.consult-root .why-table th{text-transform:uppercase;letter-spacing:.1em;color:var(--c-sky);text-align:left;border-bottom:1px solid #ffffff1a;padding:10px 14px;font-family:IBM Plex Mono,monospace;font-size:12px}.consult-root .why-table td{color:var(--c-silver);border-bottom:1px solid #ffffff0f;padding:12px 14px;font-size:14px;line-height:1.5}.consult-root .why-table td:first-child{color:#fff;font-weight:600}.consult-root .why-table tr:last-child td{border-bottom:none}.consult-root .why-chip{border-radius:10px;margin-left:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.consult-root .chip-ppgi{color:#6dd5fa;background:#1a6fb540}.consult-root .chip-ppgl{color:#6edba0;background:#1b5e3b40}.consult-root .chip-zamlo{color:#cf9fff;background:#6b3a8a40}.consult-root .chip-zamhi{color:#ffb86c;background:#b8541a40}.consult-root .why-points{flex-direction:column;gap:20px;display:flex}.consult-root .why-point{background:#fff;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex;box-shadow:0 2px 10px #0a16280d}.consult-root .why-point-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.consult-root .bg-blue{background:#eaf4ff}.consult-root .bg-green{background:#e8f8ee}.consult-root .bg-orange{background:#fff3e8}.consult-root .why-point-title{color:var(--c-text);margin-bottom:5px;font-size:16px;font-weight:700}.consult-root .why-point-desc{color:var(--c-muted);font-size:14px;line-height:1.65}.consult-root .cta-banner{background:linear-gradient(135deg,var(--c-steel) 0%,var(--c-navy) 100%);text-align:center;padding:70px 60px;position:relative;overflow:hidden}.consult-root .cta-banner:before{content:"";background:radial-gradient(circle,#1a6fb526,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.consult-root .cta-banner-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--c-sky);margin-bottom:16px;font-family:IBM Plex Mono,monospace;font-size:12px}.consult-root .cta-banner h2{color:#fff;margin-bottom:12px;font-size:42px;font-weight:700}.consult-root .cta-banner p{color:var(--c-silver);margin-bottom:36px;font-size:19px}.consult-root .cta-buttons{z-index:1;flex-wrap:wrap;justify-content:center;gap:16px;display:flex;position:relative}.consult-root .consult-footer{background:#060e1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:36px 60px;display:flex}.consult-root .footer-left{color:#ffffff80;font-size:13px;line-height:1.7}.consult-root .footer-left strong{color:#ffffffbf}.consult-root .footer-links{flex-wrap:wrap;gap:24px;display:flex}.consult-root .footer-links a{color:#ffffff80;font-size:13px;text-decoration:none;transition:color .2s}.consult-root .footer-links a:hover{color:var(--c-sky)}@media(max-width:900px){.consult-root .topbar,.consult-root .hero-body,.consult-root .intro-section,.consult-root .standards-section,.consult-root .process-section,.consult-root .why-section,.consult-root .cta-banner,.consult-root .consult-footer{padding-left:24px;padding-right:24px}.consult-root .topbar{padding-top:16px;padding-bottom:16px}.consult-root .hero-body{padding-top:40px;padding-bottom:60px}.consult-root .standards-section,.consult-root .process-section,.consult-root .why-section,.consult-root .intro-section{padding-top:56px;padding-bottom:56px}.consult-root .standards-grid{grid-template-columns:1fr}.consult-root .process-steps{grid-template-columns:1fr 1fr}.consult-root .intro-section,.consult-root .why-section{grid-template-columns:1fr;gap:40px}.consult-root .stat-item{border-bottom:1px solid #b8c8d81a;border-right:none;padding:18px 24px}.consult-root .stat-item:last-child{border-bottom:none}.consult-root .stats-strip{flex-direction:column}.consult-root .section-note{text-align:left}.consult-root .process-step:after{display:none}.consult-root .cta-banner h2{font-size:32px}.consult-root .intro-heading{font-size:28px}.consult-root .section-title{font-size:26px}}@media(max-width:540px){.consult-root .std-specs,.consult-root .process-steps{grid-template-columns:1fr}.consult-root .deadline-badge{padding:6px 14px;font-size:11px}}
