:root{--bg:#0e0e10;--bg-elevated:#16161a;--bg-card:#1c1c22;--bg-card-hover:#24242c;--border:#2a2a32;--border-strong:#3a3a44;--text:#f4f4f5;--text-muted:#a1a1aa;--text-dim:#71717a;--orange:#ff6b00;--orange-hover:#ff8533;--orange-soft:#ff6b001f;--orange-ring:#ff6b0059;--success:#22c55e;--warning:#eab308;--radius:12px;--radius-lg:20px;--shadow:0 20px 50px #00000073;--font:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max:1120px;--header-h:72px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}h1,h2,h3,h4{letter-spacing:-.02em;margin:0 0 .6em;line-height:1.15}p{margin:0 0 1em}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.skip-link{background:var(--orange);color:#000;z-index:1000;padding:.75rem 1rem;font-weight:700;position:absolute;top:0;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.container{width:min(100% - 2rem, var(--max));margin-inline:auto}.container-wide{width:min(100% - 2rem,1280px);margin-inline:auto}.site-header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0e0e10eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.logo{align-items:center;gap:.75rem;min-width:0;display:flex}.logo picture{display:contents}.logo img{object-fit:cover;border-radius:8px;width:44px;height:44px}.logo-text{flex-direction:column;line-height:1.1;display:flex}.logo-text strong{letter-spacing:.08em;font-size:.95rem;font-weight:800}.logo-text span{letter-spacing:.14em;color:var(--orange);font-size:.65rem;font-weight:700}.nav-desktop{align-items:center;gap:.25rem;display:none}.nav-desktop a,.nav-desktop .nav-drop>button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.55rem .85rem;font-size:.92rem;font-weight:500}.nav-desktop a:hover,.nav-desktop .nav-drop>button:hover,.nav-desktop a.active{color:var(--text);background:var(--bg-card)}.nav-drop{position:relative}.nav-drop-menu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);min-width:240px;box-shadow:var(--shadow);padding:.4rem;display:none;position:absolute;top:calc(100% + .35rem);left:0}.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:block}.nav-drop-menu a{color:var(--text-muted);border-radius:8px;padding:.65rem .85rem;font-size:.9rem;display:block}.nav-drop-menu a:hover{background:var(--bg-card);color:var(--text)}.header-actions{flex-shrink:0;align-items:center;gap:.45rem;margin-left:auto;display:flex}.header-cta{padding:.55rem .95rem;font-size:.85rem;display:inline-flex}.header-call{border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .65rem;font-size:.82rem;font-weight:600;display:inline-flex}.header-call:hover{color:var(--text);border-color:var(--orange)}.header-call-icon{color:var(--orange);font-size:.95rem;line-height:1}.header-call-number{display:none}.menu-toggle{border:1px solid var(--border);background:var(--bg-card);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.mobile-nav{border-bottom:1px solid var(--border);background:var(--bg-elevated);padding:.75rem 0 1.25rem;display:none}.mobile-nav.open{display:block}.mobile-nav a{color:var(--text-muted);border-bottom:1px solid var(--border);padding:.75rem 0;font-weight:500;display:block}.mobile-nav a:hover{color:var(--orange)}.mobile-nav .mobile-sub{padding-left:1rem;font-size:.92rem}@media (width>=520px){.header-call-label{display:none}.header-call-number{display:inline}}@media (width>=900px){.nav-desktop{display:flex}.header-actions{margin-left:0}.header-cta{padding:.65rem 1.15rem;font-size:.9rem}.header-call-label{display:none}.header-call-number{display:inline}.menu-toggle{display:none}.mobile-nav{display:none!important}}@media (width<=380px){.logo-text span{display:none}.header-cta{padding:.5rem .75rem}}.btn{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.35rem;font-size:.95rem;font-weight:700;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--orange);color:#111}.btn-primary:hover{background:var(--orange-hover)}.btn-secondary{color:var(--text);border-color:var(--border-strong);background:0 0}.btn-secondary:hover{border-color:var(--orange);color:var(--orange)}.btn-ghost{background:var(--bg-card);color:var(--text);border-color:var(--border)}.btn-ghost:hover{background:var(--bg-card-hover)}.btn-sm{padding:.55rem 1rem;font-size:.85rem}.hero{padding:2.5rem 0 3.5rem;position:relative;overflow:hidden}.hero-grid{align-items:center;gap:2rem;display:grid}@media (width>=900px){.hero{padding:3.5rem 0 4.5rem}.hero-grid{grid-template-columns:1.05fr .95fr;gap:3rem}}.badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.badge{letter-spacing:.02em;background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-accent{color:var(--orange);background:var(--orange-soft);border-color:#ff6b0073}.hero h1{text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800}.hero h1 .accent{color:var(--orange)}.hero-lead{color:var(--text-muted);max-width:38rem;margin-bottom:1.25rem;font-size:1.05rem}.tech-line{border-left:3px solid var(--orange);background:var(--orange-soft);border-radius:0 10px 10px 0;flex-direction:column;gap:.15rem;margin-bottom:1.75rem;padding:.85rem 1rem;display:flex}.tech-line strong{color:var(--text)}.tech-line span{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-visual{border-radius:var(--radius-lg);border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);background:var(--bg-card);position:relative;overflow:hidden}.hero-visual picture{display:block}.hero-visual img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.hero-caption{color:var(--text-muted);background:linear-gradient(#0000,#000000d9);padding:.85rem 1rem;font-size:.82rem;position:absolute;bottom:0;left:0;right:0}.hero-caption strong{color:var(--text)}.hero-visual .compare-slider{margin:0}.hero-visual .compare-caption{margin:0 0 .65rem;font-size:.88rem}.hero-visual .compare-frame{aspect-ratio:5/4;box-shadow:var(--shadow)}.hero-visual .compare-note{margin-top:.65rem;font-size:.8rem;line-height:1.45}.hero-visual .compare-frame picture.compare-img{width:100%;height:100%;display:block}.hero-visual .compare-frame picture.compare-img img{aspect-ratio:auto;object-fit:cover;width:100%;height:100%}@media (width<=899px){.hero-visual{max-width:36rem;margin-inline:auto}}.stats{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2.5rem;display:grid}@media (width>=700px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.stat strong{color:var(--orange);margin-bottom:.2rem;font-size:1.15rem;display:block}.stat span{color:var(--text-muted);font-size:.82rem}.section{padding:3.5rem 0}.section-muted{background:var(--bg-elevated);border-block:1px solid var(--border)}.section-head{max-width:40rem;margin-bottom:2rem}.eyebrow{color:var(--orange);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.6rem;font-size:.78rem;font-weight:700}.section-head h2{margin-bottom:.6rem;font-size:clamp(1.6rem,3vw,2.2rem)}.section-head p{color:var(--text-muted);margin:0}.card-grid{gap:1.25rem;display:grid}@media (width>=700px){.card-grid.cols-2{grid-template-columns:repeat(2,1fr)}.card-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;transition:border-color .15s,transform .15s;display:flex;overflow:hidden}.service-card:hover{border-color:#ff6b0073;transform:translateY(-2px)}.service-card-img{aspect-ratio:16/10;background:#000;overflow:hidden}.service-card-img picture{width:100%;height:100%;display:block}.service-card-img img{object-fit:cover;width:100%;height:100%}.service-card-body{flex-direction:column;flex:1;gap:.65rem;padding:1.25rem 1.35rem 1.5rem;display:flex}.service-card .category{color:var(--orange);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:700}.service-card h3{margin:0;font-size:1.2rem}.service-card p{color:var(--text-muted);flex:1;margin:0;font-size:.95rem}.service-card .price{color:var(--text);font-weight:700}.service-card .price span{color:var(--text-dim);font-size:.85rem;font-weight:500}.cta-band{border-radius:var(--radius-lg);background:linear-gradient(135deg,#1a120c 0%,#16161a 50%,#121018 100%);border:1px solid #ff6b0040;align-items:center;gap:1.25rem;padding:2rem;display:grid}@media (width>=800px){.cta-band{grid-template-columns:1.4fr auto;padding:2.5rem}}.cta-band h2{margin-bottom:.4rem}.cta-band p{color:var(--text-muted);margin:0}.page-hero{border-bottom:1px solid var(--border);background:radial-gradient(ellipse 60% 80% at 100% 0%, #ff6b0014, transparent), var(--bg);padding:2.5rem 0 2rem}.page-hero h1{max-width:18ch;font-size:clamp(1.8rem,4vw,2.8rem)}.page-hero p{color:var(--text-muted);max-width:40rem;font-size:1.05rem}.prose{max-width:42rem}.prose h2{margin-top:2rem;font-size:1.4rem}.prose p,.prose li{color:var(--text-muted)}.prose ul{margin-bottom:1rem;padding-left:1.25rem;list-style:outside}.prose li{margin-bottom:.4rem}.prose a{color:var(--orange);text-underline-offset:3px;text-decoration:underline}.service-layout{gap:2rem;display:grid}@media (width>=900px){.service-layout{grid-template-columns:1.5fr .9fr;align-items:start}}.detail-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);top:calc(var(--header-h) + 1rem);padding:1.5rem;position:sticky}.detail-panel .price-lg{color:var(--orange);font-size:2rem;font-weight:800}.detail-panel .gst{color:var(--text-dim);margin-bottom:1rem;font-size:.9rem}.checklist li{color:var(--text-muted);margin-bottom:.55rem;padding-left:1.4rem;font-size:.95rem;position:relative}.checklist li:before{content:"";background:var(--orange);border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:.45rem;left:0}.feature-grid{gap:1rem;display:grid}@media (width>=700px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.feature h3{margin-bottom:.4rem;font-size:1.05rem}.feature p{color:var(--text-muted);margin:0;font-size:.92rem}.status-row{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.pill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.3rem .7rem;font-size:.75rem;font-weight:700;display:inline-flex}.pill-ok{background:var(--orange-soft);color:var(--orange);border:1px solid #ff6b0059}.pill-pending{color:#facc15;background:#eab3081f;border:1px solid #eab30859}.form,.form-row{gap:1rem;display:grid}@media (width>=700px){.form-row.two{grid-template-columns:1fr 1fr}}label{color:var(--text);gap:.4rem;font-size:.9rem;font-weight:600;display:grid}input,textarea,select{border:1px solid var(--border-strong);background:var(--bg);width:100%;color:var(--text);border-radius:10px;padding:.85rem 1rem}input::placeholder,textarea::placeholder{color:var(--text-dim)}input:focus,textarea:focus,select:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-ring);outline:none}.honeypot{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}.form-note{color:var(--text-dim);margin:0;font-size:.85rem}.contact-grid{gap:2rem;display:grid}@media (width>=900px){.contact-grid{grid-template-columns:.9fr 1.1fr}}.contact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.contact-card a{color:var(--orange);font-weight:600}.contact-card dt{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-top:1rem;font-size:.75rem}.contact-card dd{margin:.25rem 0 0}.blog-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);gap:1rem;display:grid;overflow:hidden}@media (width>=800px){.blog-card{grid-template-columns:280px 1fr}}.blog-card picture{width:100%;display:block}.blog-card img{object-fit:cover;width:100%;height:100%;min-height:180px}.blog-card-body{padding:1.35rem 1.5rem 1.5rem}.blog-meta{color:var(--text-dim);margin-bottom:.5rem;font-size:.82rem}.article{max-width:720px;margin:0 auto}.article picture{width:100%;display:block}.article img.featured{border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;margin:1.5rem 0}.article h2{margin-top:2rem;font-size:1.45rem}.article p,.article li{color:var(--text-muted);font-size:1.05rem}.article ul{margin-bottom:1.25rem;padding-left:1.25rem;list-style:outside}.site-footer{border-top:1px solid var(--border);background:#0a0a0c;margin-top:3rem;padding:2.5rem 0 1.5rem}.footer-grid{gap:2rem;display:grid}@media (width>=800px){.footer-grid{grid-template-columns:1.3fr 1fr 1fr}}.footer-brand p{color:var(--text-muted);max-width:28rem;font-size:.92rem}.footer-col h3{letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.85rem;font-size:.8rem}.footer-col a{color:var(--text-muted);padding:.25rem 0;font-size:.92rem;display:block}.footer-col a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem;margin-top:2rem;padding-top:1.25rem;font-size:.85rem;display:flex}.footer-bottom nav{flex-wrap:wrap;gap:1rem;display:flex}.sim-note{color:var(--text-dim);border:1px dashed var(--border-strong);background:#ffffff05;border-radius:8px;padding:.65rem .85rem;font-size:.8rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.main{min-height:calc(100vh - var(--header-h) - 220px)}.compare-slider{margin:0 0 1.75rem}.compare-caption{color:var(--text);margin:0 0 .75rem;font-size:.95rem;font-weight:600}.compare-frame{aspect-ratio:5/4;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);touch-action:none;-webkit-user-select:none;user-select:none;cursor:ew-resize;width:100%;position:relative;overflow:hidden}.compare-frame picture.compare-img{width:100%;height:100%;display:block;position:absolute;inset:0}.compare-frame picture.compare-img img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.compare-img{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.compare-img-left{z-index:1}.compare-img-right{z-index:2}.compare-tag{z-index:4;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border-strong);color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#0a0a0ed1;border-radius:999px;padding:.42rem .78rem;font-size:.78rem;font-weight:800;position:absolute;top:.85rem;box-shadow:0 6px 18px #00000059}.compare-tag-left{left:.75rem}.compare-tag-right{color:var(--orange);border-color:var(--orange-ring);background:#ff6b001f;right:.75rem}.compare-handle{z-index:5;pointer-events:none;width:0;position:absolute;top:0;bottom:0;transform:translate(-50%)}.compare-handle-line{background:linear-gradient(180deg, #ffa03cf2, var(--orange), #ffa03cf2);width:3px;box-shadow:0 0 0 1px #0006, 0 0 22px var(--orange-ring);border-radius:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.compare-handle-knob{border:2px solid var(--orange);background:linear-gradient(160deg,#282830fa,#121216fa);border-radius:50%;place-items:center;width:48px;height:48px;transition:box-shadow .15s,transform .15s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #00000073,0 0 0 4px #ff6b0029}.compare-handle-knob:before,.compare-handle-knob:after{content:"";border-style:solid;width:0;height:0;position:absolute;top:50%;transform:translateY(-50%)}.compare-handle-knob:before{border-width:6px 8px 6px 0;border-color:transparent var(--orange) transparent transparent;left:10px}.compare-handle-knob:after{border-width:6px 0 6px 8px;border-color:transparent transparent transparent var(--orange);right:10px}.compare-range{z-index:6;opacity:.01;cursor:ew-resize;width:calc(100% - 1.5rem);height:1.5rem;margin:0 .75rem;position:absolute;bottom:.55rem;left:0;right:0}.compare-frame:hover .compare-handle-knob,.compare-frame:active .compare-handle-knob{box-shadow:0 10px 28px #00000080,0 0 0 5px #ff6b0038}.compare-frame:focus-within .compare-handle-knob,.compare-range:focus-visible+.compare-handle .compare-handle-knob{outline:2px solid var(--orange);outline-offset:3px}.compare-range:focus-visible{opacity:.35}.compare-note{margin-top:.75rem}.compare-teaser{margin-top:0}.compare-teaser .section-head{margin-bottom:1.25rem}.compare-teaser-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.browse-inline{color:var(--text-muted);margin:1rem 0 0;font-size:.95rem}.browse-inline a{color:var(--orange);text-underline-offset:3px;font-weight:600;text-decoration:underline}.typical-job{color:var(--text);margin:0 0 .65rem;font-size:.92rem;font-weight:600}.faq-block{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.faq-block h2{margin-bottom:1rem}.faq-list{flex-direction:column;gap:.65rem;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:flex-start;gap:1rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--orange);flex-shrink:0;font-weight:700}.faq-item[open] summary:after{content:"–"}.faq-item p{color:var(--text-muted);margin:.75rem 0 .15rem;font-size:.95rem}.sample-report{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.sample-report>p{color:var(--text-muted);max-width:40rem}.sample-report-card{color:#1a1a1a;border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#f7f7f5;border:1px solid #d4d4d0;margin:1.25rem 0 1rem;overflow:hidden}.sample-report-banner{color:#111;letter-spacing:.04em;text-align:center;text-transform:uppercase;background:#ff6b00;padding:.45rem .75rem;font-size:.78rem;font-weight:800}.sample-report-header{flex-direction:column;gap:.15rem;padding:1.1rem 1.25rem .5rem;display:flex}.sample-report-header strong{font-size:1.05rem}.sample-report-header span,.sample-report-meta{color:#52525b;font-size:.85rem}.sample-report-meta{flex-wrap:wrap;gap:.5rem 1rem;padding:0 1.25rem 1rem;display:flex}.sample-report-grid{grid-template-columns:1fr 1fr;gap:.65rem;padding:0 1.25rem;display:grid}.sample-thumb{aspect-ratio:4/3;color:#fff;text-shadow:0 1px 2px #00000080;background:#1a1a1a;border-radius:8px;align-items:flex-end;padding:.6rem;font-size:.78rem;font-weight:700;display:flex;position:relative;overflow:hidden}.sample-thumb picture{width:100%;height:100%;display:block}.sample-thumb img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sample-thumb span{z-index:1;background:#0000008c;border-radius:4px;padding:.2rem .45rem;position:relative}.sample-thumb-rgb,.sample-thumb-thermal{background:#1a1a1a}.sample-report-body{padding:1.1rem 1.25rem 1.35rem}.sample-report-body h3{margin:.75rem 0 .35rem;font-size:.95rem}.sample-report-body ul{margin-bottom:.5rem;padding-left:1.2rem;list-style:outside}.sample-report-body li,.sample-report-body p{color:#3f3f46;margin-bottom:.3rem;font-size:.88rem}.sample-report-actions{flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem;display:flex}@media (width<=560px){.sample-report-grid{grid-template-columns:1fr}}
