@charset "UTF-8";.pay-invoice{min-height:100vh;background:#f0f2f5;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pay-invoice__wrap{max-width:760px;margin:0 auto;padding:32px 24px 60px}.pay-invoice__hero{margin-bottom:24px}.pay-invoice__heroTop{background:linear-gradient(135deg,#15416b,#0f2a45);border-radius:12px;padding:28px 28px 24px;box-shadow:0 4px 24px #00000026,0 1px 4px #00000014;position:relative;overflow:hidden}.pay-invoice__heroTop:after{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;border:32px solid rgba(255,255,255,.07);pointer-events:none}.pay-invoice__brand{position:relative;z-index:1}.pay-invoice__brandName{font-weight:900;color:#fff;font-size:22px;letter-spacing:-.3px}.pay-invoice__brandSub{margin-top:5px;color:#ffffffc7;font-size:13px;font-weight:500;letter-spacing:.1px}.pay-invoice__main{padding-bottom:40px}.pay-invoice__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a;overflow:hidden}.pay-invoice__top{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:28px 28px 0}@media(max-width:560px){.pay-invoice__top{flex-direction:column;gap:20px}}.pay-invoice__kicker{font-size:11px;color:#6b7280}.pay-invoice__title{font-size:22px;font-weight:900;letter-spacing:-.3px;color:#111827}.pay-invoice__sub{margin-top:8px;color:#6b7280;font-size:14px}.pay-invoice__sub strong{color:#111827;font-weight:700}.pay-invoice__totals{text-align:right;flex-shrink:0}@media(max-width:560px){.pay-invoice__totals{text-align:left}}.pay-invoice__amount{font-size:32px;font-weight:950;letter-spacing:-1px;color:#111827;line-height:1;margin-bottom:6px}.pay-invoice__deposit{display:inline-flex;align-items:center;gap:5px;background:#15416b12;color:#15416b;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600;margin-top:4px}.pay-invoice__deposit strong{font-weight:800}.pay-invoice__divider{height:1px;background:#00000012;margin:24px 28px 0}.pay-invoice__tableWrap{overflow-x:auto;padding:0 28px}.pay-invoice__table{width:100%;border-collapse:collapse;font-size:14px}.pay-invoice__table thead th{padding:14px 0 12px;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;border-bottom:2px solid rgba(0,0,0,.07);white-space:nowrap}.pay-invoice__table tbody tr:last-child td{border-bottom:none}.pay-invoice__table tbody tr:hover td{background:#15416b06}.pay-invoice__table tbody td{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:middle;transition:background .1s}.pay-invoice__table .num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:500}.pay-invoice__table .desc{padding-right:20px;font-weight:500;color:#111827}.pay-invoice__table .empty{color:#6b7280;padding:24px 0;text-align:center;font-style:italic}.pay-invoice__table tfoot td{padding:14px 0;border-top:2px solid rgba(0,0,0,.1);font-weight:800;font-size:15px}.pay-invoice__actions{display:flex;gap:12px;flex-wrap:wrap;padding:24px 28px 0}@media(max-width:480px){.pay-invoice__actions{flex-direction:column}.pay-invoice__actions .btn{width:100%;justify-content:center}}.pay-invoice .btn{display:inline-flex;align-items:center;gap:8px;border-radius:6px;padding:13px 22px;font-weight:800;font-size:14px;cursor:pointer;border:1.5px solid transparent;transition:transform .08s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease;letter-spacing:.01em}.pay-invoice .btn:disabled{opacity:.55;cursor:not-allowed}.pay-invoice .btn:active:not(:disabled){transform:translateY(1px)}.pay-invoice .btn--primary{background:#15416b;color:#fff;border-color:transparent;box-shadow:0 2px 8px #15416b4d}.pay-invoice .btn--primary:hover:not(:disabled){background:#0f2a45;box-shadow:0 4px 16px #15416b66;transform:translateY(-1px)}.pay-invoice .btn--ghost{background:#fff;color:#15416b;border-color:#15416b33}.pay-invoice .btn--ghost:hover:not(:disabled){background:#15416b0a;border-color:#15416b66;transform:translateY(-1px)}.pay-invoice__footer{display:flex;align-items:center;gap:8px;padding:20px 28px 24px;margin-top:24px;border-top:1px solid rgba(0,0,0,.06);background:#fafafa}.pay-invoice__lockIcon{width:14px;height:14px;color:#6b7280;flex-shrink:0}.pay-invoice__footnote{font-size:12px;color:#9ca3af;font-weight:500}.pay-invoice__error{margin:12px 28px 0;padding:12px 16px;border-radius:6px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-weight:600;font-size:14px}.pay-invoice__skeleton{height:14px;border-radius:8px;background:linear-gradient(90deg,#11182712,#11182708,#11182712);background-size:200% 100%;animation:shimmer 1.2s infinite linear;margin:12px 0}.pay-invoice__skeleton.short{width:55%}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.5;background-color:#f9fafb;color:#111827}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{margin-top:0;margin-bottom:0;padding-left:1.25rem}a{color:#15416b;text-decoration:none;cursor:pointer;transition:color .15s ease-out}a:hover,a:focus-visible{color:#205a92}button{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.875rem;border:1px solid transparent;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}input,textarea,select{font:inherit;color:inherit}input,textarea,select{border-radius:.25rem;border:1px solid #d1d5db;padding:.5rem .75rem;background-color:#fff;transition:border-color .15s ease-out,box-shadow .15s ease-out,background-color .15s ease-out}input:focus,textarea:focus,select:focus{outline:none;border-color:#15416b;box-shadow:0 0 0 1px #15416b26}input::placeholder,textarea::placeholder,select::placeholder{color:#9ca3af}table{width:100%;border-collapse:collapse}th,td{padding:.5rem .75rem;text-align:left}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-right{text-align:right}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.auth-page{display:flex;justify-content:center;padding:4rem 1rem}.auth-shell{max-width:480px;width:100%}.auth-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 10px #0f172a14}.auth-title{margin-bottom:.5rem}.auth-subtitle{margin-bottom:1.5rem;color:#6b7280}.auth-form .form-group{margin-bottom:1rem}.auth-submit{width:100%;margin-top:.5rem}.auth-note{margin-top:1rem;font-size:.85rem;color:#6b7280;text-align:center}.app-root{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.site-main{flex:1}.page-container{max-width:1100px;margin:0 auto;padding:0 1rem}.section{padding-top:4rem;padding-bottom:4rem}.section--sm{padding-top:2rem;padding-bottom:2rem}.section--lg{padding-top:5rem;padding-bottom:5rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-header__title{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;color:#0f2a45;margin-bottom:.75rem}.section-header__subtitle{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#6b7280;max-width:640px;margin:0 auto;line-height:1.7}.stack{display:flex;flex-direction:column;gap:1rem}.stack--lg{gap:1.5rem}.stack--xl{gap:2rem}.inline{display:flex;align-items:center;gap:.75rem}.two-column{display:grid;grid-template-columns:2fr 1.2fr;gap:2rem}@media(max-width:1024px){.two-column{grid-template-columns:1fr}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:9999px;border:none;background:linear-gradient(135deg,#15416b,#205a92);color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;box-shadow:0 4px 10px #0f172a14;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 25px #0f172a1f;background:linear-gradient(135deg,#205a92,#15416b)}.btn-primary:active{transform:translateY(0);box-shadow:0 4px 10px #0f172a14}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:9999px;border:1px solid #205a92;background-color:#fff;color:#15416b;font-weight:500;font-size:.875rem;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.btn-secondary:hover{background-color:#205a92;color:#fff;border-color:transparent}.card{background:#fff;border-radius:.75rem;box-shadow:0 10px 25px #0f172a1f;padding:1.25rem}.cta{background-color:#2563eb;color:#fff;padding:3.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.cta-inner{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.cta-icon{font-size:2.2rem;margin-bottom:.75rem}.cta-inner h2{font-size:1.9rem;margin-bottom:.75rem}.cta-inner p{max-width:46ch;margin:0 auto 1.7rem;color:#e5edff}.cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.cta-input{min-width:240px;padding:.75rem 1rem;border-radius:999px;border:none;outline:none;font-size:.95rem}.why{background-color:#f9fafb;padding:3.5rem 0}.why-inner{max-width:1120px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2.5rem;align-items:center}.why-text h2{font-size:1.9rem;margin-bottom:.75rem}.why-text p{color:#6b7280;margin-bottom:1.5rem}.why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 2rem}.why-grid ul{list-style:none;padding:0;margin:0}.why-grid li{font-size:.95rem;color:#111827;margin-bottom:.4rem}.why-grid li:before{content:"✔";color:#22c55e;margin-right:.4rem}.why-image img{border-radius:1.5rem;object-fit:cover;width:100%;height:100%;max-height:34%}.site-header{position:sticky;top:0;z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb}.nav-inner{max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#111827;font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:1rem}.nav-logo{height:32px;width:auto;display:block}.nav-main{flex:1;display:flex;justify-content:center}.nav-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-link{position:relative;font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#15416b;text-decoration:none;padding-bottom:.25rem;transition:color .15s ease-out}.nav-link:hover{color:#0f2a45}.nav-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#15416b;transform:scaleX(0);transform-origin:center;transition:transform .2s ease-out}.nav-link:hover:after{transform:scaleX(1)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.875rem;border:1px solid transparent;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out;cursor:pointer;background-color:#1d80f5;color:#fff;border-color:#1d80f5;border-radius:9999px}.nav-cta:hover{background-color:#0a6ee4;border-color:#0a6ee4;box-shadow:0 4px 10px #0f172a14}.nav-actions{display:flex;align-items:center;gap:.75rem}.nav-book-btn{background:var(--phs-blue, #0b5aa6);color:#fff;border:none;border-radius:999px;padding:10px 18px;font-weight:800;cursor:pointer;margin-right:14px}.nav-book-btn:hover{filter:brightness(.95)}.nav-user-icon{font-size:1.5rem;cursor:pointer;color:#0f172a;transition:color .2s ease,transform .2s ease}.nav-user-icon:hover{color:#2563eb;transform:scale(1.08)}.user-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:40}.user-modal{background:#fff;border-radius:1.5rem;padding:2rem 2.25rem;max-width:420px;width:100%;box-shadow:0 24px 60px #0f172a66}.user-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;justify-content:center;text-align:center}.user-modal-title{font-size:1.4rem;color:#111827}.user-modal-subtitle{font-size:.9rem;color:#6b7280;margin-bottom:1.5rem}.user-modal-field{display:block;font-size:.85rem;font-weight:600;margin-bottom:.25rem;color:#0f172a}.user-modal-field input{width:100%;border-radius:.75rem;border:1px solid #e5e7eb;padding:.65rem .8rem;font-size:.9rem;background-color:#f9fafb;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.user-modal-field input:focus{outline:none;border-color:#0ea5e9;background-color:#fff;box-shadow:0 0 0 1px #0ea5e940}.user-modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.user-modal-btn{display:flex;justify-content:center;align-items:center;width:100%;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .15s ease,transform .15s ease}.user-modal-btn:active{transform:scale(.97)}.user-modal-btn-primary{background:#15416b;color:#fff;box-shadow:0 4px 12px #2563eb40}.user-modal-btn-primary:hover{background:#0f2a45;box-shadow:0 6px 18px #2563eb59}.user-modal-btn-secondary{background:#15416b;color:#fff;box-shadow:0 4px 12px #2563eb40}.user-modal-btn-secondary:hover{background:#0f2a45;box-shadow:0 6px 18px #2563eb59}.user-modal-close{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:0;line-height:1;transition:color .2s ease}.user-modal-close:hover{color:red}.user-modal-close-icon{vertical-align:middle;color:red}@media(max-width:640px){.user-modal{margin:0 1rem;padding:1.75rem 1.5rem}.user-modal-actions{gap:.6rem}.user-modal-btn{width:100%;text-align:center}}.nav-hamburger{display:none;width:40px;height:40px;border:1px solid rgba(0,0,0,.12);background:transparent;border-radius:10px;cursor:pointer;align-items:center;justify-content:center}.nav-hamburger svg{width:22px;height:22px}.nav-mobile{display:none;max-height:0;overflow:hidden;transition:max-height .18s ease;border-bottom:1px solid rgba(0,0,0,.08);background:#fff}.nav-mobile-link{display:block;padding:14px 16px;font-weight:700;text-decoration:none;color:inherit}.nav-mobile.is-open{max-height:260px}@media(max-width:640px){.nav-main{display:none}.nav-hamburger{display:inline-flex}.nav-mobile{display:block}.nav-brand-text{display:none}}.hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;background-image:linear-gradient(to bottom,#0f172abf,#0f172ad9),url(/assets/hero-tools-DRIqVYXV.png);background-size:cover;background-position:center}.hero-overlay{width:100%}.hero-content{max-width:1120px;margin:0 auto;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.hero-content h1{font-size:clamp(2.4rem,4vw,3.2rem);line-height:1.1;margin-bottom:1rem;max-width:24ch;color:#fff}.hero-content p{max-width:40ch;color:#6b7280;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero-input{min-width:220px;padding:.75rem 1rem;border-radius:999px;border:none;outline:none;font-size:.95rem}.hero-kicker{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:#38bdf8}.hero-title{font-size:clamp(2.25rem,3vw + 1.5rem,3rem);line-height:1.1}.hero-subtitle{color:#9ca3af;max-width:32rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-width:380px;border-radius:1.5rem;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(15,23,42,.9))}.zip-modal-backdrop{position:fixed;inset:0;background:#0f172acc;display:flex;align-items:center;justify-content:center;z-index:50}.zip-modal{background:#f9fafb;max-width:480px;width:90%;padding:2rem 2.25rem;border-radius:1rem;box-shadow:0 25px 50px #0f172a59}.zip-modal h2{margin-top:0;margin-bottom:.75rem}.zip-modal p{margin:.25rem 0}.zip-modal-actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.btn-primary{padding:.6rem 1.25rem;border-radius:999px;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 40px #d4d4d466}.btn-secondary{padding:.6rem 1.25rem;border-radius:999px;border:1px solid #cbd5f5;background:#fff;cursor:pointer}.btn-ghost{background:transparent;color:#e5e7eb;border-color:#94a3b899}.btn-ghost:hover{background:#0f172ad9;border-color:#38bdf8}.zip-input{padding:.6rem .75rem;border-radius:999px;border:1px solid #d1d5db;min-width:180px;color:#111827}@media(max-width:768px){.hero{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{align-items:center}.hero-actions{justify-content:center}.hero-image img{max-width:320px}}@media(max-width:480px){.hero{min-height:auto;padding-top:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center}}.site-footer{background-color:#111827;color:#e5e7eb;padding:2.5rem 1rem 1.5rem;margin-top:2.5rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:2rem}@media(max-width:1024px){.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.footer-inner{grid-template-columns:1fr}}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-brand .footer-logo-row{display:flex;align-items:center;gap:.5rem}.footer-brand .footer-logo{height:32px;width:auto;display:block}.footer-brand .footer-brand-name{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#f9fafb}.footer-brand p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#d1d5db;line-height:1.7;max-width:260px}.footer-column{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#d1d5db}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column ul li{margin-bottom:.5rem}.footer-column-title,.footer-column h4{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#e5e7eb;margin-bottom:.75rem}.footer-links li{margin-bottom:.5rem}.footer-links li a{color:#9ca3af;text-decoration:none;transition:color .15s ease-out}.footer-links li a:hover{color:#f3f4f6}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#d1d5db}.footer-contact li svg{font-size:.9rem;color:#9ca3af}.footer-bottom{max-width:1100px;margin:1rem auto 0;padding-top:.75rem;border-top:1px solid rgba(148,163,184,.25);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#6b7280}@media(max-width:640px){.footer-bottom{flex-direction:column;align-items:flex-start}}.footer-bottom p{margin:0}.home-page{background-color:#f9fafb;color:#111827}.why{background-color:#f9fafb;padding:4rem 1rem}.why .why-inner{max-width:1100px;margin:0 auto;display:flex;gap:2rem;align-items:center;justify-content:space-between}.why .why-text{flex:1.1}.why .why-text h2{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#0f2a45}.why .why-text p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7;color:#6b7280;margin-bottom:1rem}.why .why-text .why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.why .why-text .why-grid ul{list-style:none;padding:0;margin:0}.why .why-text .why-grid ul li{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#111827;margin-bottom:.5rem}@media(max-width:640px){.why .why-text .why-grid{grid-template-columns:1fr}}.why .why-image{flex:1;display:flex;justify-content:center}.why .why-image img{display:block;max-width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 10px #0f172a14;border:1px solid #e5e7eb}@media(max-width:1024px){.why .why-inner{flex-direction:column;text-align:center}.why .why-text{order:1}.why .why-image{order:2;margin-top:1.5rem}}.choose-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.choose-left{display:flex;flex-direction:column;gap:1.25rem}.choose-title{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.choose-text{color:#475569;line-height:1.7;max-width:90%}.choose-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;margin-top:1rem}.choose-list-item{display:flex;gap:.5rem;font-size:.95rem;color:#0f172a}.choose-list-item span{color:#22c55e}.choose-right{display:flex;justify-content:center;align-items:center}.choose-right img{width:70%;max-width:360px;opacity:.95}@media(max-width:900px){.choose-section{grid-template-columns:1fr;text-align:center}.choose-left{align-items:center}.choose-text{max-width:100%}.choose-list{grid-template-columns:1fr;gap:.5rem}.choose-right img{width:55%;max-width:300px;margin-bottom:1.5rem}}@media(max-width:480px){.choose-title{font-size:1.9rem}.choose-text{font-size:.95rem}.choose-right img{width:50%}}.services-section{background-color:#fff;padding:4rem 1rem}.services-section .services-inner{max-width:1100px;margin:0 auto}.services-section .services-header{text-align:center;margin-bottom:2.5rem}.services-section .services-header h2{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;color:#0f2a45;margin-bottom:.75rem}.services-section .services-header p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto}.services-section .services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media(max-width:1024px){.services-section .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.services-section .services-grid{grid-template-columns:1fr}}.services-section .service-card{background-color:#f9fafb;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;padding:1.5rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out}.services-section .service-card:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0f172a14;border-color:#205a92}.services-section .service-card .service-icon{font-size:2rem;color:#15416b;margin-bottom:.5rem}.services-section .service-card h3{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;color:#0f2a45;margin-bottom:.25rem}.services-section .service-card p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#6b7280;flex:1}.services-section .service-card .service-meta{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#6b7280;margin-top:.5rem}.services-section .service-card .service-cta{margin-top:1rem}.services-section .service-card .service-cta .service-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.875rem;border:1px solid transparent;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out;cursor:pointer;width:100%;justify-content:center;background-color:#15416b;color:#fff;border-color:#15416b}.services-section .service-card .service-cta .service-btn:hover{background-color:#0f2a45;border-color:#0f2a45;box-shadow:0 4px 10px #0f172a14}.services-page-hero{background-color:#f9fafb;padding:4rem 1rem 3rem}.services-page-hero .section-header{max-width:900px;margin:0 auto;text-align:center}.services-page-hero .section-header h1{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;color:#0f2a45;margin-bottom:.75rem}.services-page-hero .section-header p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#6b7280;max-width:640px;margin:0 auto;line-height:1.7}.services-page-hero .services-hero-actions{margin-top:1.5rem;display:flex;justify-content:center}.services-work-section{background-color:#fff;padding:0 1rem 4rem}.services-work-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.4fr);gap:2rem}@media(max-width:1024px){.services-work-inner{grid-template-columns:1fr}}.services-work-text h2{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;margin-bottom:.75rem;color:#0f2a45}.services-work-text p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7;color:#111827;margin-bottom:1rem}.services-work-text ul{list-style:none;padding:0;margin:0}.services-work-text ul li{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#111827;margin-bottom:.5rem}.services-work-text ul li:before{content:"•";color:#15416b;margin-right:.5rem}.services-imgbtn{border:0;padding:0;background:transparent;cursor:pointer;border-radius:.75rem;overflow:hidden;display:block;width:100%;height:100%}.services-imgbtn img{width:100%;height:100%;object-fit:cover;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;transition:transform .2s ease-out}.services-imgbtn:hover img{transform:scale(1.02)}.services-work-gallery{display:grid;grid-template-columns:1.3fr 1fr;gap:.75rem}@media(max-width:768px){.services-work-gallery{grid-template-columns:1fr}}.services-work-gallery img{width:100%;height:100%;border-radius:.75rem;object-fit:cover;box-shadow:0 1px 2px #0f172a0d}.services-work-gallery .services-work-main{min-height:260px}.services-work-gallery .services-work-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:120px;gap:.5rem}@media(max-width:640px){.services-work-gallery .services-work-side{grid-auto-rows:100px}}.contact-info-section{background-color:#f9fafb;padding:0 1rem 4rem}.contact-info-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1.2fr);gap:2rem}@media(max-width:1024px){.contact-info-inner{grid-template-columns:1fr}}.contact-text h2{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;margin-bottom:.75rem;color:#0f2a45}.contact-text p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#111827;margin-bottom:.75rem;line-height:1.7}.contact-text h3{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;margin-top:1rem;margin-bottom:.5rem;color:#15416b}.contact-text ul{list-style:none;padding:0;margin:0}.contact-text ul li{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#111827;margin-bottom:.25rem}.contact-map iframe{width:100%;height:100%;min-height:320px;border:0;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;display:block;margin-top:2rem}@media(max-width:1024px){.contact-map iframe{margin-top:0;min-height:260px}}.services-lightbox{position:fixed;inset:0;z-index:9999;background:#000000bf;display:grid;place-items:center;padding:1rem}.services-lightbox-inner{position:relative;width:min(1100px,96vw);max-height:88vh;border-radius:.75rem;overflow:hidden;background:#000}.services-lightbox-inner img{width:100%;height:100%;max-height:88vh;object-fit:contain;display:block}.services-lightbox-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#00000059;color:#fff;font-size:26px;line-height:1;cursor:pointer;z-index:2}.services-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#00000059;color:#fff;font-size:34px;line-height:1;cursor:pointer;display:grid;place-items:center;z-index:2}.services-lightbox-nav.prev{left:10px}.services-lightbox-nav.next{right:10px}@media(max-width:640px){.services-lightbox-nav{width:40px;height:40px;font-size:30px}}.services-lightbox-count{position:absolute;bottom:10px;left:10px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#00000059;color:#fff;font-size:12px;font-weight:700;z-index:2}.contact-page{background-color:#f9fafb;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 3rem}.contact-header{padding:4rem 1rem 2.5rem;text-align:center;max-width:640px;margin:0 auto 3rem}.contact-header h1{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.4rem;font-weight:700;color:#0f2a45;margin-bottom:.75rem}.contact-header p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7;color:#6b7280}.contact-main{max-width:1100px;margin:0 auto;padding:0 1rem 4rem;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.2fr);gap:2rem}@media(max-width:1024px){.contact-main{grid-template-columns:1fr;padding-bottom:3rem}}.contact-form-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 30px #0f172a0a}.contact-form-card h2{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;margin-bottom:1rem;color:#0f2a45}.contact-form-card form{display:flex;flex-direction:column;gap:1rem}.contact-form-card .form-row{display:flex;gap:1rem}@media(max-width:768px){.contact-form-card .form-row{flex-direction:column}}.contact-form-card .form-field{flex:1}.contact-form-card input,.contact-form-card textarea,.contact-form-card select{width:100%}.contact-form-card label{display:block;font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.25rem;color:#111827}.contact-form-card textarea{min-height:120px;resize:vertical}.contact-form-card .form-helper{font-size:.75rem;color:#6b7280;margin-top:.25rem}.contact-form-card .form-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.contact-form-card .submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.875rem;border:1px solid transparent;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out;cursor:pointer;background-color:#15416b;color:#fff;border-color:#15416b}.contact-form-card .submit-btn:hover{background-color:#0f2a45;border-color:#0f2a45;box-shadow:0 4px 10px #0f172a14}@media(max-width:640px){.contact-form-card .submit-btn{width:100%;justify-content:center}}.contact-form-card .form-status{font-size:.875rem}.contact-form-card .form-status--success{color:#16a34a}.contact-form-card .form-status--error{color:#dc2626}.contact-info-card{background-color:#f9fafb;padding:1.5rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 30px #0f172a0a;display:flex;flex-direction:column;gap:1rem}.contact-info-card h2{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;margin-bottom:.5rem;color:#0f2a45}.contact-info-card .info-group{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#111827}.contact-info-card .info-group h3{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;margin-bottom:.25rem;color:#15416b}.contact-info-card .info-group p{margin-bottom:.25rem}.contact-info-card .info-group a{color:#15416b;text-decoration:none}.contact-info-card .info-group a:hover{color:#205a92}.contact-info-card .info-note{font-size:.75rem;color:#6b7280}.contact-trust{max-width:1100px;margin:0 auto;padding:0 1rem 3rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#6b7280}.contact-trust span{display:inline-flex;align-items:center;gap:.25rem}@media(max-width:768px){.contact-page{padding:3rem 1rem 2.5rem}.contact-header{padding:2.5rem .75rem 2rem;margin-bottom:2rem}.contact-header h1{font-size:1.875rem}}.about-page{background-color:#f9fafb}.about-header{padding:4rem 1rem 2.5rem;text-align:center;max-width:800px;margin:0 auto}.about-header h1{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;color:#0f2a45;margin-bottom:.75rem}.about-header p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7;color:#6b7280}.about-content{max-width:1100px;margin:0 auto;padding:0 1rem 4rem;display:grid;grid-template-columns:2fr 1.2fr;gap:2rem}@media(max-width:1024px){.about-content{grid-template-columns:1fr}}.about-content .about-story{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;border:1px solid #e5e7eb}.about-content .about-story h2{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;margin-bottom:.75rem;color:#0f2a45}.about-content .about-story p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7;color:#111827;margin-bottom:.75rem}.about-content .about-sidecard{display:flex;flex-direction:column;gap:1rem}.about-content .about-service-area,.about-content .about-values{background-color:#f9fafb;padding:1.25rem;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0f172a0d}.about-content .about-service-area h3,.about-content .about-values h3{font-family:Kanit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;margin-bottom:.5rem;color:#15416b}.about-content .about-service-area ul,.about-content .about-values ul{list-style:none;padding:0;margin:0}.about-content .about-service-area ul li,.about-content .about-values ul li{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#111827;margin-bottom:.25rem}.about-content .about-service-area p,.about-content .about-values p{font-family:Atkinson Hyperlegible,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#6b7280}.about-content .about-image{display:flex;justify-content:center}.about-content .about-image img{width:100%;border-radius:.75rem;box-shadow:0 4px 10px #0f172a14;border:1px solid #e5e7eb;object-fit:cover}.about-cta{padding:0 1rem 4rem}.about-cta-inner{background:linear-gradient(135deg,#0f172a,#1e293b);padding:3rem 2rem;border-radius:1.25rem;max-width:900px;margin:4rem auto;text-align:center;color:#e2e8f0}.about-cta-inner a{display:inline-block;padding:.85rem 1.75rem;border-radius:1rem;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e2e8f0;border:1px solid rgba(255,255,255,.18);font-weight:600;cursor:pointer;transition:all .25s ease;margin-top:1.5rem}.about-cta-inner a:hover{background:#ffffff38;border-color:#ffffff59;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #ffffff1a}.about-cta-inner p{max-width:600px;margin:0 auto}
