:root{--bg:#ffffff;--text:#222222;--muted:#6b7280;--accent:#0ea5e9;--border:#e5e7eb;--nav-bg:#ffffff;--nav-link:#1f2937;--nav-link-active:#ffffff;--nav-hover:rgba(0,0,0,.06)}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}.container{width:100%;max-width:100%;margin:0;padding:0}.stack{display:grid;gap:1rem}.row{display:flex;gap:1rem}.space-between{justify-content:space-between}.center-v{align-items:center}.vh70{min-height:70vh;display:grid;align-content:center}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.grid.five{grid-template-columns:repeat(5,1fr)}@media (max-width:1200px){.grid.five{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}}@media (max-width:700px){.grid.five{grid-template-columns:repeat(2,1fr)}}.btn,button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--accent);color:#fff;cursor:pointer}.btn.ghost{background:transparent;color:var(--text)}.btn:hover,button:hover{filter:brightness(1.05)}.nav{position:sticky;top:0;z-index:30;background:var(--nav-bg);border-bottom:1px solid var(--border)}.nav .container{padding:0 .75rem}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:56px}.brand{padding-left:40px;display:flex;align-items:center;gap:1rem;font-weight:700}@media (max-width: 767px){.brand{padding-left:0}}.brand .logo{height:28px;width:auto}.nav-menu{display:flex;gap:.25rem;align-items:center}.nav-link{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .85rem;border-radius:10px;color:var(--nav-link)}.nav-link:hover{background:var(--nav-hover)}.nav-link.active{background:var(--accent);color:var(--nav-link-active)}.hamburger{display:none;background:transparent;border:1px solid var(--border);border-radius:10px;padding:.45rem .6rem}.hamburger:focus{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:900px){.hamburger{display:inline-flex}.nav-menu{position:fixed;top:56px;right:0;bottom:0;left:0;display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border);padding:1rem;gap:.5rem;overflow:auto}.nav-menu.open{display:flex}.nav-link{padding:1rem 1.1rem;border-radius:12px;font-size:1rem}}.footer{border-top:1px solid var(--border);margin-top:2rem}.footer-inner{display:grid;gap:.5rem;padding:1rem}.section{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;border:0;border-radius:0}.section .inner{width:min(1400px,100vw);margin:0 auto;padding:0}.section>.inner>*:first-child{margin-top:0}.section--light{background:#fff;color:#222}.section--muted{background:#f6f7f9;color:#222}.section--dark{background:#0f1115;color:#f3f4f6}.section--hero{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff}.section--hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000059,#00000059)}.section--hero>.inner{position:relative;z-index:1}.card-plain{border:1px solid var(--border);padding:.75rem;border-radius:10px;background:#fff}.img-ph{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#eee,#ddd);border-radius:10px}.muted{color:var(--muted)}.lead{max-width:70ch}h1,h2,h3{line-height:1.2}.section--hero{background-image:-webkit-image-set(url(/images/hero-phone.jpg) 1x,url(/images/hero-phone@2x.jpg) 2x);background-image:image-set(url(/images/hero-phone.jpg) 1x,url(/images/hero-phone@2x.jpg) 2x);background-size:cover;background-position:center;background-repeat:no-repeat}@media (min-width: 768px){.section--hero{background-image:-webkit-image-set(url(/images/hero-tablet.jpg) 1x,url(/images/hero-tablet@2x.jpg) 2x);background-image:image-set(url(/images/hero-tablet.jpg) 1x,url(/images/hero-tablet@2x.jpg) 2x)}}@media (min-width: 1024px){.section--hero{background-image:-webkit-image-set(url(/images/hero-desktop.jpg) 1x,url(/images/hero-desktop@2x.jpg) 2x);background-image:image-set(url(/images/hero-desktop.jpg) 1x,url(/images/hero-desktop@2x.jpg) 2x)}}.hero-content h1{font-size:3rem;font-weight:700}.hero-content p{color:#fff;font-size:1.45rem;line-height:1.6}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2vw,2rem);align-items:center}.about-image img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;border-radius:12px}.about-text{background:var(--bg, #fff);color:var(--text, #111);border:1px solid var(--border, #e6e6e6);border-radius:12px;box-shadow:0 2px 10px #0000000f;padding:clamp(1rem,2vw,1.5rem);max-width:60ch;margin-inline:auto}.about-text h2{margin:0 0 .5rem;font-size:clamp(1.5rem,2vw + .75rem,2.25rem);line-height:1.2}.about-text p{font-size:clamp(1rem,.6vw + .9rem,1.125rem);line-height:1.7;margin:0 0 .85rem}.about-text .ticks{list-style:none;padding:0;margin:.25rem 0 1rem;display:grid;gap:.4rem}.about-text .ticks li{position:relative;padding-left:1.5rem}.about-text .ticks li:before{content:"✓";position:absolute;left:0;top:0;transform:translateY(.05em);font-weight:700;color:var(--accent, #0a7)}@media (max-width: 768px){.about-grid{grid-template-columns:1fr}.about-image{order:-1}.about-text{max-width:100%}}.process-grid{list-style:none;padding:0;margin:1rem auto 0;display:grid;gap:clamp(.75rem,1.8vw,1.25rem);grid-template-columns:repeat(4,1fr);justify-items:center;position:relative}.process-grid:before{content:"";position:absolute;left:0;right:0;top:2.75rem;height:2px;background:linear-gradient(to right,var(--border),transparent 30%,transparent 70%,var(--border));opacity:.6;pointer-events:none}.process-step{background:#fff;border:1px solid var(--border, #e7e7e7);border-radius:14px;padding:1rem;min-height:9rem;box-shadow:0 2px 10px #0000000f;position:relative;overflow:hidden;opacity:0;transform:translateY(14px) scale(.985);transition:opacity .52s ease,transform .52s ease}.process-step:nth-child(1){transition-delay:60ms}.process-step:nth-child(2){transition-delay:.12s}.process-step:nth-child(3){transition-delay:.18s}.process-step:nth-child(4){transition-delay:.24s}.process-step:nth-child(5){transition-delay:.3s}.process-step:nth-child(6){transition-delay:.36s}.process-step:nth-child(7){transition-delay:.42s}.process-step:nth-child(8){transition-delay:.48s}.process-step.reveal{opacity:1;transform:none}.process-badge{width:2.25rem;height:2.25rem;border-radius:999px;display:grid;place-items:center;font-weight:700;border:2px solid var(--accent, #0a7);color:var(--accent, #0a7);background:#fff;box-shadow:0 2px 4px #0000001a;margin-bottom:.5rem}.process-thumb{width:56px;height:56px;-o-object-fit:cover;object-fit:cover;border-radius:8px;float:right;margin:.25rem 0 0 .5rem;border:1px solid var(--border, #e7e7e7)}.process-title{margin:0 0 .35rem;font-size:clamp(1rem,.6vw + .9rem,1.125rem);line-height:1.2}.process-desc{margin:0;color:var(--muted, #666);font-size:clamp(.95rem,.5vw + .85rem,1.05rem);line-height:1.6}@media (max-width: 1024px){.process-grid{grid-template-columns:repeat(2,1fr)}.process-step{justify-self:center;width:min(100%,420px)}}@media (max-width: 768px){.process-grid{grid-template-columns:1fr}.process-step{width:min(100%,520px)}}@media (prefers-reduced-motion: reduce){.process-step{opacity:1;transform:none;transition:none}}.gc-container{max-width:100rem;margin:0 auto;padding:0 2rem 2rem}.gc-heading{font-family:Montserrat,Arial,sans-serif;font-size:3rem;line-height:1.3;text-align:center;padding:1.5rem 0;color:#1a1a1a}.gc-heading span{display:block}.gc-gallery{display:flex;flex-wrap:wrap;margin:-1rem}.gc-item{flex:1 0 24rem;margin:1rem;box-shadow:.3rem .4rem .4rem #0006;overflow:hidden;border-radius:10px}.gc-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-out;background:#fff}.gc-image:hover{transform:scale(1.15)}@supports (display: grid){.gc-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));grid-gap:2rem;margin:0}.gc-gallery,.gc-item{margin:0}}@media (min-width: 768px){.gc-rows-3{--gc-gap: 2rem;--gc-row-h: 220px;max-height:calc(3 * var(--gc-row-h) + 2 * var(--gc-gap));overflow-y:auto;padding-right:4px}.gc-gallery{grid-template-columns:repeat(4,1fr)}}.gc-mobile-slider{position:relative;width:100%;max-width:520px;margin:12px auto 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.gc-frame{position:relative;width:100%;aspect-ratio:4 / 3;background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:12px;overflow:hidden;display:grid;place-items:center}.gc-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;background:#fff}.gc-nav{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border, #e5e7eb);background:#fff;color:#111;border-radius:12px;width:44px;height:44px;font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 6px 18px #0000000f}.gc-nav:active{transform:scale(.98)}.hide-on-mobile{display:block}.show-on-mobile{display:none}@media (max-width: 767px){.hide-on-mobile{display:none}.show-on-mobile{display:grid}}---------- For Contact Page ---------- */ .contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:clamp(1rem,2vw,1.5rem)}.contact-card{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 10px #0000000f;padding:clamp(1rem,2vw,1.25rem)}.contact-form .contact-row{gap:1rem}.contact-field{display:grid;gap:.35rem}.contact-field label{font-size:.95rem;color:var(--muted)}.contact-field input,.contact-field textarea{width:100%;padding:.75rem .85rem;border:1px solid var(--border);border-radius:10px;background:#fff;font:inherit}.contact-field input:focus,.contact-field textarea:focus{outline:2px solid var(--accent);outline-offset:2px}.contact-alert{padding:.75rem .9rem;border-radius:10px;font-size:.95rem}.contact-alert--error{background:#fff4f4;border:1px solid #f3c2c2;color:#8b1a1a}.contact-alert--success{background:#f1fff4;border:1px solid #bfe8c8;color:#135d2b}.map-wrap{border:1px solid var(--border);border-radius:12px;overflow:hidden}.map-wrap iframe{width:100%;height:260px;border:0}input.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}@media (max-width: 1024px){.contact-grid{grid-template-columns:1fr}}.about-card{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 10px #0000000f;padding:clamp(1rem,2vw,1.25rem);margin:1rem 0}.certs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:12px}@media (max-width: 767px){.certs-grid{grid-template-columns:1fr}}.cert-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px;cursor:pointer;text-align:left;display:grid;gap:8px;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.cert-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014;border-color:#00000014}.cert-media{width:100%;aspect-ratio:4 / 6;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;display:grid;place-items:center}.cert-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;background:#fff}.cert-meta{font-size:.95rem}.cert-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:999;padding:20px}.cert-lightbox{width:min(980px,96vw);background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--border)}.cert-lightbox-head{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.cert-lightbox-body{padding:14px;display:grid;place-items:center}.cert-lightbox-img{width:100%;height:auto;max-height:min(84vh,1000px);-o-object-fit:contain;object-fit:contain;display:block;background:#fff}@media (prefers-reduced-motion: reduce){.cert-card{transition:none}}:root{--gs-muted:#9aa2b1;--gs-accent:#3b82f6;--gs-border:#1b1f2a;--gs-radius:18px;--gs-shadow:0 8px 24px rgba(0,0,0,.35)}*{box-sizing:border-box}body{background:var(--gs-bg);color:var(--gs-text)}.gs-wrap{width:min(1100px,92%);margin:clamp(16px,3vw,40px) auto;display:flex;gap:clamp(14px,2.5vw,24px);align-items:stretch}.gs-card{background:var(--gs-card);border:1px solid var(--gs-border);border-radius:var(--gs-radius);box-shadow:var(--gs-shadow);padding:clamp(16px,3vw,28px)}.gs-left{flex:1 1 46%}.gs-right{flex:1 1 54%}.gs-title{margin:0 0 6px;font-size:clamp(22px,3.2vw,32px);line-height:1.15}.gs-subtitle{margin:0 0 16px;color:var(--gs-muted)}.gs-steps{counter-reset:step;list-style:none;padding:0;margin:12px 0 18px;display:flex;flex-direction:column;gap:14px}.gs-steps li{position:relative;line-height:1.45;background:linear-gradient(90deg,rgba(59,130,246,.08),transparent 30%);border:1px solid var(--gs-border);border-radius:14px;padding:14px 14px 14px 52px}.gs-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--gs-accent);color:#fff;font-weight:700;font-size:14px}.gs-note{margin-top:10px;color:var(--gs-muted);font-size:.95rem}.gs-form-title{margin:0 0 12px;font-size:clamp(18px,2.6vw,24px)}.gs-form{display:flex;flex-direction:column;gap:14px}.gs-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gs-field{display:flex;flex-direction:column;gap:8px}.gs-field label{font-size:.95rem}.gs-field input,.gs-field textarea{width:100%;color:var(--gs-text);border:1px solid var(--gs-border);border-radius:12px;padding:12px 14px;outline:none}.gs-field textarea{resize:vertical}.gs-btn{margin-top:6px;border:0;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,var(--gs-accent),#2563eb);color:#fff;transition:transform .06s ease,filter .2s ease}.gs-btn:active{transform:translateY(1px)}.gs-btn:hover{filter:brightness(1.05)}@media (max-width: 820px){.gs-wrap{flex-direction:column}.gs-left,.gs-right{flex:1 1 auto}.gs-row{grid-template-columns:1fr}}.footer.section--dark{--surface: #0f1115;--text: #e9ecf1;--muted: #9aa2b1;--border: #1b1f2a;--accent: #3b82f6;background:var(--surface);color:var(--text)}.footer{color:var(--text)}.footer strong{color:var(--text);font-weight:600}.footer .links a{color:var(--text);text-decoration:none;opacity:.85;transition:opacity .2s ease}.footer .links a:hover{opacity:1;text-decoration:underline}.footer .muted{color:var(--muted)}.footer.section--dark{background:var(--surface, #0b0c0f);color:var(--text, #e9ecf1)}.footer-inner{width:min(1100px,92%);margin:0 auto;padding:28px 0}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2.5vw,28px)}@media (max-width: 820px){.footer-grid{grid-template-columns:1fr}}.stack{display:grid;gap:10px}.brand{display:flex;align-items:center;gap:.6rem}.brand-square{width:40px;height:40px;background:var(--accent, #3b82f6);border-radius:6px}.links{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.links a{color:var(--text, #e9ecf1);text-decoration:none;opacity:.95}.links a:hover{opacity:1;text-decoration:underline}.muted{color:var(--muted, #9aa2b1)}.btn{display:inline-block;padding:10px 14px;border-radius:10px;background:var(--accent, #3b82f6);color:#fff;text-decoration:none;font-weight:600}.bottom-bar{margin-top:1rem;border-top:1px solid var(--border, #1b1f2a);padding-top:.75rem;color:var(--muted, #9aa2b1);font-size:.95rem}
