:root{--green: #3dba5f;--green-light: #4aca70;--green-dim: #2a9948;--bg: #0c0f1a;--surface: #141928;--surface-mid: #1c2235;--surface-high: #232a40;--nav-bg: #0d1120;--border: #1e2d45;--border-light: #253454;--text: #e2e8f5;--text-muted: #8b95b0;--text-subtle: #5a6478;--accent: #90caf9;--accent-bright:#60b4f7;--navy: #1e2d4f;--navy-light: #253761;--white: #ffffff;--off-white: #141928;--light-grey: #1e2d45;--mid-grey: #8b95b0;--dark-grey: #090c16;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--radius: 8px;--shadow: 0 2px 12px rgba(0,0,0,.5);--shadow-lg: 0 8px 32px rgba(0,0,0,.7);--max-width: 1140px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);line-height:1.6;background:var(--bg)}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{color:var(--green)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0;background:var(--bg)}.section--grey{background:var(--surface)}.section--navy{background:var(--nav-bg);color:var(--text)}.section-title{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:.75rem;line-height:1.2}.section-subtitle{font-size:1.1rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:600px}.section-header{margin-bottom:2.5rem}.btn{display:inline-block;padding:.85rem 2rem;border-radius:var(--radius);font-weight:600;font-size:1rem;cursor:pointer;border:2px solid transparent;transition:all .2s ease;text-align:center}.btn-primary{background:var(--green);color:#0c1a10;border-color:var(--green)}.btn-primary:hover{background:var(--green-light);border-color:var(--green-light);color:#0c1a10;transform:translateY(-1px);box-shadow:0 4px 16px #3dba5f59}.btn-outline{background:transparent;color:var(--white);border-color:#ffffffb3}.btn-outline:hover{background:#ffffff1a;color:var(--white);border-color:var(--white)}.btn-navy{background:var(--surface-mid);color:var(--text);border-color:var(--border-light)}.btn-navy:hover{background:var(--surface-high);border-color:var(--accent);color:var(--accent)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;transition:box-shadow .2s ease,transform .2s ease,border-color .2s}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-light);transform:translateY(-2px)}.badge{display:inline-block;background:var(--green-dim);color:#d4f7de;padding:.25rem .75rem;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.site-header{background:var(--nav-bg);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000080;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:-.5px}.logo span{color:var(--accent)}.logo:hover{color:var(--white)}.header-cta{display:flex;align-items:center;gap:1rem}.header-phone{color:#ffffffd9;font-weight:600;font-size:.95rem}.header-phone:hover{color:var(--white)}.hero{color:var(--white);padding:5rem 0;position:relative;overflow:hidden;background:var(--nav-bg)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c0f1ac7,#0d1120b3 60%,#0c0f1abf);z-index:1}.hero-slides{position:absolute;inset:0;z-index:0}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:heroFade 30s infinite;will-change:opacity}.hero-slide:nth-child(1){animation-delay:0s}.hero-slide:nth-child(2){animation-delay:6s}.hero-slide:nth-child(3){animation-delay:12s}.hero-slide:nth-child(4){animation-delay:18s}.hero-slide:nth-child(5){animation-delay:24s}@keyframes heroFade{0%{opacity:0}8%{opacity:1}20%{opacity:1}28%{opacity:0}to{opacity:0}}.hero-content{max-width:680px;position:relative;z-index:1}.hero-badge{display:inline-block;background:#90caf926;color:var(--accent);padding:.4rem 1rem;border-radius:100px;font-size:.875rem;font-weight:600;margin-bottom:1.25rem;border:1px solid rgba(144,202,249,.25)}.hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.5px}.hero h1 span{color:var(--accent)}.hero p{font-size:1.15rem;color:#e2e8f5d9;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;transition:all .2s ease;border-top:4px solid var(--border-light)}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-top-color:var(--green)}.service-icon{width:52px;height:52px;background:var(--surface-mid);border:1px solid var(--border-light);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.service-card h3{font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.service-card p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.service-list{list-style:none;margin-bottom:1.5rem}.service-list li{padding:.35rem 0;font-size:.9rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.service-list li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0}.process-step{text-align:center;padding:1.5rem}.step-number{width:56px;height:56px;background:var(--surface-mid);border:2px solid var(--border-light);color:var(--accent);border-radius:50%;font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.process-step h3{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.process-step p{color:var(--text-muted);font-size:.95rem}.about-grid{max-width:720px}.about-text h2{margin-bottom:1rem}.about-text p{color:var(--text-muted);margin-bottom:1rem;line-height:1.8}.about-photo{border-radius:var(--radius)}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{font-weight:700;color:var(--text);font-size:1.05rem;margin-bottom:.75rem}.faq-answer{color:var(--text-muted);line-height:1.7}.cta-section{background:linear-gradient(135deg,#163d22,#1a4d2a);padding:4rem 0;text-align:center;color:var(--white);border-top:1px solid var(--green-dim);border-bottom:1px solid var(--green-dim)}.cta-section h2{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#d4f7de}.cta-section p{font-size:1.1rem;color:#d4f7ded9;margin-bottom:2rem;max-width:540px;margin-left:auto;margin-right:auto}.site-footer{background:#070a12;color:var(--text-muted);padding:3rem 0 1.5rem;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand .logo{font-size:1.3rem;margin-bottom:.75rem}.footer-brand p{font-size:.9rem;line-height:1.7;color:var(--text-muted)}.footer-col h4{color:var(--text);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer-col ul li a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-subtle)}.breadcrumb{background:var(--surface);padding:.75rem 0;font-size:.875rem;border-bottom:1px solid var(--border)}.breadcrumb ol{list-style:none;display:flex;gap:.5rem;align-items:center}.breadcrumb li{display:flex;align-items:center;gap:.5rem}.breadcrumb li:not(:last-child):after{content:"›";color:var(--text-subtle)}.breadcrumb a{color:var(--accent)}.breadcrumb span{color:var(--text-muted)}.location-hero{background:linear-gradient(135deg,#0d1120,#141928);color:var(--text);padding:4rem 0;border-bottom:1px solid var(--border)}.location-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--white)}.location-hero p{font-size:1.1rem;color:var(--text-muted);max-width:580px;margin-bottom:2rem}.issues-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}.issue-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--surface);border:1px solid var(--border);padding:1rem;border-radius:var(--radius);font-size:.9rem;color:var(--text)}.issue-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.pricing-grid--4{grid-template-columns:repeat(4,1fr)}.pricing-bedroom-list{list-style:none;margin-bottom:1rem}.pricing-bedroom-list li{display:flex;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.9rem;color:var(--text)}.pricing-bedroom-list li:last-child{border-bottom:none}.pricing-bedroom-list li span:last-child{font-weight:600;color:var(--green)}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.pricing-card.featured{border-color:var(--green);background:var(--surface-mid);position:relative}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--green);color:#0c1a10;padding:.25rem 1rem;border-radius:100px;font-size:.8rem;font-weight:700;white-space:nowrap}.price{font-size:2.2rem;font-weight:800;color:var(--text);line-height:1;margin:1rem 0 .25rem}.price-note{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.pricing-features{list-style:none;margin-bottom:1.5rem}.pricing-features li{padding:.4rem 0;font-size:.9rem;color:var(--text);display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border)}.pricing-features li:before{content:"✓";color:var(--green);font-weight:700}.pricing-table{width:100%;border-collapse:collapse}.pricing-table th{background:var(--green);color:#fff;padding:.75rem 1.25rem;text-align:left;font-weight:600}.pricing-table th:last-child{text-align:right}.pricing-table td{padding:.75rem 1.25rem;border-bottom:1px solid var(--border);color:var(--text)}.pricing-table td:last-child{text-align:right;font-weight:600;color:var(--green)}.pricing-table tbody tr:hover{background:var(--surface-mid)}.pricing-table tbody tr:last-child td{border-bottom:none}@media(max-width:900px){.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.pricing-grid,.pricing-grid--4{grid-template-columns:1fr}}@media(max-width:600px){.section{padding:2.5rem 0}.hero{padding:3rem 0}.grid-2,.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.issues-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.about-photo{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.inspector-photo{width:100%;max-width:380px;border-radius:var(--radius);box-shadow:0 8px 32px #00000080;display:block;border:1px solid var(--border-light)}.inspector-photo--placeholder{aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;background:var(--off-white);color:var(--mid-grey);font-size:.95rem;border:1px dashed var(--border-light);box-shadow:none}.inspector-name{text-align:center}.inspector-name strong{display:block;font-size:1.1rem;margin-bottom:.3rem;color:var(--text)}.inspector-name span{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media(max-width:768px){.about-photo{flex-direction:column-reverse}}.coming-soon-banner{background:#1a1500;border-bottom:2px solid #a06800;padding:.85rem 0}.coming-soon-banner .container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.coming-soon-icon{font-size:1.4rem;flex-shrink:0}.coming-soon-banner strong{display:block;color:#f5cc5a;font-size:.95rem}.coming-soon-banner span{color:#c9a43a;font-size:.85rem;line-height:1.4}.coming-soon-cta{margin-left:auto;background:#b07800;color:#fff9e6;font-weight:700;font-size:.85rem;padding:.5rem 1.1rem;border-radius:100px;text-decoration:none;white-space:nowrap;transition:background .2s}.coming-soon-cta:hover{background:#cc8c00;color:#fff}.badge--soon{background:#7a5500;color:#f5cc5a;border:1px solid #a06800}@media(max-width:600px){.coming-soon-cta{margin-left:0;width:100%;text-align:center}}.logo[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.5rem}.flags[data-astro-cid-3ef6ksr2]{display:inline-flex;gap:.3rem}.flag[data-astro-cid-3ef6ksr2]{width:26px;height:13px;border-radius:2px;box-shadow:0 0 0 1px #ffffff40;display:block}.logo-text[data-astro-cid-3ef6ksr2]{color:inherit}.header-phone[data-astro-cid-3ef6ksr2],.header-email[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.4rem;color:var(--text);text-decoration:none;font-size:.9rem;font-weight:500;white-space:nowrap;transition:color .2s}.header-phone[data-astro-cid-3ef6ksr2]:hover,.header-email[data-astro-cid-3ef6ksr2]:hover{color:var(--green)}.contact-icon[data-astro-cid-3ef6ksr2]{width:1.2rem;height:1.2rem;flex-shrink:0}.burger[data-astro-cid-3ef6ksr2]{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:2.5rem;height:2.5rem;padding:.5rem;background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer}.burger-bar[data-astro-cid-3ef6ksr2]{display:block;height:2px;width:100%;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.burger[data-astro-cid-3ef6ksr2].is-open .burger-bar[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(6px) rotate(45deg)}.burger[data-astro-cid-3ef6ksr2].is-open .burger-bar[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.burger[data-astro-cid-3ef6ksr2].is-open .burger-bar[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-panel[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;border-top:1px solid var(--border);margin-top:1rem}.nav-panel[data-astro-cid-3ef6ksr2].is-open{display:flex}.nav-panel[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--text-muted);padding:.85rem .25rem;font-size:.95rem;font-weight:500;border-bottom:1px solid var(--border);transition:color .2s}.nav-panel[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--text)}.nav-panel-cta[data-astro-cid-3ef6ksr2]{display:none}@media(max-width:768px){.contact-label[data-astro-cid-3ef6ksr2]{display:none}.contact-icon[data-astro-cid-3ef6ksr2]{width:1.4rem;height:1.4rem}.header-phone[data-astro-cid-3ef6ksr2],.header-email[data-astro-cid-3ef6ksr2]{padding:.3rem}}@media(max-width:600px){.header-phone[data-astro-cid-3ef6ksr2],.header-email[data-astro-cid-3ef6ksr2],.header-cta[data-astro-cid-3ef6ksr2] .btn-primary[data-astro-cid-3ef6ksr2]{display:none}.nav-panel-cta[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:.6rem;padding:1.1rem .25rem .25rem}.nav-panel-cta[data-astro-cid-3ef6ksr2] .btn[data-astro-cid-3ef6ksr2]{text-align:center}}
