:root{--color-blue:#1a4f8a;--color-blue-dark:#143d6b;--color-blue-muted:#e8eef5;--color-orange:#e87722;--color-orange-dark:#c45f18;--color-orange-muted:#fdf4eb;--color-text:#1a1a1a;--color-text-muted:#4a5568;--color-border:#cbd5e1;--color-white:#fff;--font:"Bricolage Grotesque", system-ui, sans-serif;--radius:8px;--shadow:0 4px 24px #1a4f8a14;--shadow-md:0 8px 32px #1a4f8a1a;--max:1120px;--section-y:2.25rem;--container-px:1rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--color-text);background:var(--color-white);margin:0;font-size:1rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--color-blue);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--color-orange)}:focus-visible{outline:3px solid var(--color-orange);outline-offset:2px}.skip-link{z-index:999;background:var(--color-orange);color:var(--color-white);padding:.75rem 1rem;font-weight:700;position:absolute;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.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}.container{width:100%;max-width:var(--max);padding:0 var(--container-px);margin:0 auto}@media (width>=768px){:root{--section-y:3rem;--container-px:1.25rem}}@media (width>=1024px){:root{--section-y:3.5rem}}.btn{font-family:var(--font);border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.35rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--color-orange);color:var(--color-white);border-color:var(--color-orange)}.btn--primary:hover{background:var(--color-orange-dark);border-color:var(--color-orange-dark);color:var(--color-white)}.btn--secondary{background:var(--color-white);color:var(--color-blue);border-color:var(--color-blue)}.btn--secondary:hover{background:var(--color-blue-muted);color:var(--color-blue-dark);border-color:var(--color-blue-dark)}.btn--blue{background:var(--color-blue);color:var(--color-white);border-color:var(--color-blue)}.btn--blue:hover{background:var(--color-blue-dark);border-color:var(--color-blue-dark);color:var(--color-white)}.section{padding:var(--section-y) 0}.section--muted{background:var(--color-blue-muted)}.section__title{color:var(--color-blue);margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.section__lead{color:var(--color-text-muted);max-width:65ch;margin:0 0 1.5rem}.hero{min-height:380px;color:var(--color-white);background:var(--color-blue);align-items:flex-end;display:flex;position:relative}.hero--home{align-items:center;min-height:min(58vh,520px)}.hero--home .hero__inner{padding-top:2.5rem;padding-bottom:2.5rem}.hero--home .hero__headline{max-width:18ch;font-size:clamp(1.85rem,5vw,2.85rem)}.hero--home .hero__headline:after{content:"";background:var(--color-orange);width:3.5rem;height:4px;margin-top:1rem;display:block}.hero--home .hero__sub{max-width:42ch;font-size:clamp(1rem,2.2vw,1.15rem)}.hero--subpage{min-height:320px}.hero--subpage .hero__inner{padding-top:1.75rem;padding-bottom:2rem}.hero--subpage .hero__headline{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:26ch;margin-bottom:.85rem;font-size:clamp(1.65rem,3.5vw,2.35rem);line-height:1.12}.hero--subpage .hero__sub{max-width:52ch;margin-bottom:0;font-size:clamp(.92rem,1.8vw,1.02rem);line-height:1.6}.hero__call-btn{background:var(--color-orange);font-weight:700;font-family:var(--font);white-space:nowrap;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:1rem;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 18px #0000002e;color:var(--color-white)!important;text-decoration:none!important}.hero__call-btn:hover{background:var(--color-orange-dark);transform:translateY(-1px);box-shadow:0 6px 22px #00000038;color:var(--color-white)!important}@media (width>=768px){.hero--subpage{min-height:360px}.hero--subpage .hero__inner{padding-top:2.5rem;padding-bottom:2.5rem}.hero--subpage .hero__headline{max-width:28ch}}.hero__breadcrumb{margin:0 0 .85rem}.hero__breadcrumb ol{flex-wrap:wrap;gap:.4rem .75rem;margin:0;padding:0;font-size:.82rem;line-height:1.4;list-style:none;display:flex}.hero__breadcrumb li{color:#ffffffe0;align-items:center;display:inline-flex}.hero__breadcrumb li:not(:last-child):after{content:"/";color:#fff9;margin-left:.75rem}.hero__breadcrumb a,.hero__breadcrumb span{color:inherit;text-decoration:none}.hero__breadcrumb a:hover{color:var(--color-white);text-decoration:underline}@media (width<=767px){.hero--home{align-items:flex-end;min-height:0}.hero--home .hero__inner{padding-top:1.5rem;padding-bottom:1.5rem}.hero--home .hero__headline{max-width:11ch;font-size:1.95rem;line-height:1.08}.hero--home .hero__headline:after{width:2.75rem;margin-top:.75rem}.hero--home .hero__sub{max-width:30ch;margin-bottom:1rem;font-size:.94rem;line-height:1.45}.hero--home .hero__actions{flex-direction:column;align-items:stretch}.hero--home .hero__actions .btn{width:100%}.hero--home .container{padding-left:.9rem;padding-right:.9rem}.hero--subpage{min-height:0}.hero--subpage .hero__inner{text-align:center;align-items:center;padding-top:1.1rem;padding-bottom:1.35rem}.hero--subpage .hero__breadcrumb ol{justify-content:center}.hero--subpage .hero__headline{-webkit-hyphens:auto;hyphens:auto;max-width:20ch;margin-bottom:.5rem;margin-left:auto;margin-right:auto;font-size:1.35rem;line-height:1.15}.hero--subpage .hero__sub{max-width:34ch;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:.86rem;line-height:1.5}.hero--subpage .hero__actions{flex-flow:wrap;justify-content:center;align-items:center;gap:.55rem;margin-top:.85rem}.hero__call-btn{padding:.5rem .9rem;font-size:.85rem}.hero__breadcrumb{margin-bottom:.5rem}.hero__breadcrumb ol{gap:.2rem .45rem;font-size:.72rem}.hero__breadcrumb li:not(:last-child):after{margin-left:.45rem}}@media (width>=768px){.hero{min-height:420px}.hero--home{min-height:min(70vh,640px)}.hero--home .hero__inner{padding-top:3.5rem;padding-bottom:3.5rem}}@media (width>=1024px){.hero--home{min-height:min(72vh,680px)}}.hero__media{position:absolute;inset:0;overflow:hidden}.hero__media img{object-fit:cover;width:100%;height:100%}.hero__overlay{background:#1a4f8ac7;position:absolute;inset:0}.hero__inner{z-index:1;width:100%;padding:2.25rem 0 2rem;position:relative}@media (width>=768px){.hero__inner{padding:3rem 0 2.5rem}}.hero__headline{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.hero__sub{opacity:.95;max-width:52ch;margin:0 0 1.25rem;font-size:1.05rem}.hero__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.hero--subpage .hero__actions{margin-top:1.1rem}.trust-strip{background:var(--color-orange-muted);border-bottom:1px solid var(--color-border)}.trust-strip ul{color:var(--color-blue);flex-wrap:wrap;justify-content:center;gap:.65rem 1.25rem;margin:0;padding:.85rem 0;font-size:.9rem;font-weight:600;list-style:none;display:flex}@media (width>=768px){.trust-strip ul{gap:1rem 2rem;padding:1rem 0;font-size:.95rem}}.trust-strip li{text-align:left;padding-left:1.35rem;position:relative}.trust-strip li:before{content:"";background:var(--color-orange);border-radius:1px;width:.55rem;height:.55rem;position:absolute;top:.45em;left:0}.home-page .section--home-services{position:relative}.home-page .section--home-services:before{content:"";background:var(--color-border);width:min(100% - 2rem,720px);height:1px;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}.home-page .section__title--home{letter-spacing:-.02em}.home-page .card-grid--home{gap:1rem}@media (width>=640px){.home-page .card-grid--home{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width>=1024px){.home-page .card-grid--home{grid-template-columns:repeat(3,1fr)}}.home-page .tile-card{transition:transform .2s,border-color .15s,box-shadow .15s}.home-page .tile-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.home-page .reference-note{color:var(--color-text-muted);margin:0 0 1rem;font-size:.95rem;font-style:italic}.home-page .reference-grid{gap:1rem;margin-top:1.25rem}@media (width>=640px){.home-page .reference-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.home-page .reference-grid{grid-template-columns:repeat(4,1fr)}}.home-page .reference-grid>div{border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow);overflow:hidden}.home-page .radon-box--home{border-left:4px solid var(--color-blue-dark);position:relative}.home-page .radon-actions{flex-wrap:wrap;align-items:stretch;gap:.75rem;display:flex}.home-page .radon-actions .btn{flex:auto;min-width:min(100%,200px)}.card-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=480px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (width>=640px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}.tile-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.tile-card:hover{border-color:var(--color-blue);color:inherit;box-shadow:0 8px 28px #1a4f8a1f}.tile-card__img{aspect-ratio:4/3;background:var(--color-blue-muted);overflow:hidden}.tile-card__img img{object-fit:cover;width:100%;height:100%}.tile-card__body{padding:1rem 1.1rem 1.25rem}.tile-card__title{color:var(--color-blue);margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.tile-card__text{color:var(--color-text-muted);margin:0;font-size:.95rem}.radon-box{background:var(--color-orange);color:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem 1.5rem}.radon-box h2{margin:0 0 1rem;font-size:1.5rem}.radon-box p{opacity:.98;margin:0 0 1rem}.radon-box .price{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.radon-box .btn--secondary{background:var(--color-white);color:var(--color-orange-dark);border-color:var(--color-white)}.radon-box .btn--secondary:hover{background:var(--color-orange-muted);color:var(--color-orange-dark)}.img-placeholder{background:var(--color-blue-muted);border:2px dashed var(--color-blue);min-height:180px;color:var(--color-blue);text-align:center;justify-content:center;align-items:center;padding:1rem;font-weight:600;display:flex}.cta-band{background:var(--color-blue);color:var(--color-white);text-align:center;padding:2.5rem 0}.cta-band h2{margin:0 0 .75rem;font-size:1.5rem}.cta-band p{opacity:.95;max-width:52ch;margin:0 auto 1.25rem}.cta-band .btn--primary{background:var(--color-orange);border-color:var(--color-orange)}.cta-band .btn{width:100%;max-width:320px}@media (width>=480px){.cta-band .btn{width:auto;max-width:none}}.content-columns{align-items:start;gap:2rem;display:grid}@media (width>=768px){.content-columns--2{grid-template-columns:1fr 1fr}}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;margin-left:calc(-1 * var(--container-px));margin-right:calc(-1 * var(--container-px));padding-left:var(--container-px);padding-right:var(--container-px);overflow-x:auto}.table-responsive .steps-table{min-width:520px}@media (width>=768px){.table-responsive{margin:0;padding:0}.table-responsive .steps-table{min-width:0}}.advantages-list{max-width:65ch;margin:0;padding-left:1.25rem;list-style-position:outside}@media (width>=768px){.advantages-list{columns:2;column-width:280px;column-gap:2rem}.advantages-list li{break-inside:avoid}}.btn--block-sm{width:100%}@media (width>=480px){.btn--block-sm{width:auto}}.steps-table{border-collapse:collapse;width:100%;box-shadow:var(--shadow);border-radius:var(--radius);font-size:.95rem;overflow:hidden}.steps-table th,.steps-table td{text-align:left;border-bottom:1px solid var(--color-border);vertical-align:top;padding:.85rem 1rem}.steps-table thead{background:var(--color-blue);color:var(--color-white)}.steps-table tbody tr:nth-child(2n){background:var(--color-blue-muted)}@media (width<=767px){.steps-table th[scope=row]{min-width:7.5rem}}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-white);margin-bottom:.5rem;overflow:hidden}.faq-item summary{cursor:pointer;min-height:48px;color:var(--color-blue);align-items:center;padding:1rem 1.1rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{border-bottom:1px solid var(--color-border)}.faq-item p{color:var(--color-text-muted);margin:0;padding:1rem 1.1rem}.map-gate{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-blue-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:1.25rem;display:flex}@media (width>=768px){.map-gate{min-height:320px;padding:2rem}}.map-gate button{margin-top:1rem}.map-gate iframe{border-radius:var(--radius);border:0;width:100%;min-height:320px}.form-grid{gap:1rem;max-width:640px;display:grid}@media (width>=768px){.form-grid{max-width:none}}.form-grid .form-submit{margin-top:.25rem}.form-field label{color:var(--color-blue);margin-bottom:.35rem;font-weight:600;display:block}.form-field input[type=checkbox]{width:1.15rem;height:1.15rem;accent-color:var(--color-orange);flex-shrink:0;margin-top:.2rem}.form-field input,.form-field select,.form-field textarea{width:100%;font:inherit;border:1px solid var(--color-border);border-radius:var(--radius);padding:.65rem .75rem}.form-field textarea{resize:vertical;min-height:140px}.form-error{color:#b91c1c;margin-top:.25rem;font-size:.9rem}.form-success{border-radius:var(--radius);color:#065f46;background:#ecfdf5;border:1px solid #10b981;padding:1rem}.cookie-banner{z-index:200;background:var(--color-blue);color:var(--color-white);padding:1rem 1.25rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000001f}.cookie-banner .container{flex-flow:column;justify-content:flex-start;align-items:stretch;gap:1rem;display:flex}.cookie-banner p{flex:1;min-width:0;margin:0;font-size:.9rem;line-height:1.5}.cookie-banner .btn{align-self:flex-start;width:100%}@media (width>=640px){.cookie-banner .container{flex-flow:wrap;justify-content:space-between;align-items:center}.cookie-banner p{min-width:200px;font-size:.95rem}.cookie-banner .btn{align-self:center;width:auto}}.cookie-banner a{color:var(--color-white);text-decoration:underline}.site-header{background:var(--color-blue);color:var(--color-white);z-index:100;box-shadow:var(--shadow);position:sticky;top:0}.site-header__bar{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.75rem;padding-bottom:.75rem;display:flex}.site-header__brand{letter-spacing:.01em;min-width:0;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:700;color:inherit!important;text-decoration:none!important}.site-header__phone{white-space:nowrap;background:var(--color-orange);border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.55rem;margin-left:auto;padding:.55rem .95rem;font-size:clamp(.85rem,2.5vw,1rem);font-weight:700;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 24px #00000024;color:var(--color-white)!important;text-decoration:none!important}.site-header__phone:hover{background:var(--color-orange-dark);transform:translateY(-1px);box-shadow:0 10px 26px #0000002e;color:var(--color-white)!important}.site-header__phone-icon{flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.site-header__phone-icon svg{fill:currentColor;width:100%;height:100%}.site-header__toggle{border:2px solid var(--color-white);color:var(--color-white);border-radius:var(--radius);cursor:pointer;font-weight:600;font-family:var(--font);background:0 0;flex-shrink:0;padding:.45rem .75rem;font-size:.9rem;display:none}.site-nav{background:#ffffff05;border-top:1px solid #fff3}.site-nav__inner{flex-wrap:wrap;align-items:stretch;gap:.25rem;display:flex}.nav-link{border-bottom:3px solid #0000;align-items:center;padding:.9rem 1rem;font-weight:600;display:inline-flex;color:var(--color-white)!important;text-decoration:none!important}.nav-link:hover,.nav-link--active{border-bottom-color:var(--color-orange)}.nav-mega-wrap{position:relative}.nav-mega__trigger{width:100%;font:inherit;color:var(--color-white);cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:3px solid #0000;justify-content:space-between;align-items:center;gap:.5rem;padding:.9rem 1rem;font-weight:600;display:inline-flex}.nav-mega__trigger:hover,.nav-mega-wrap--open .nav-mega__trigger{border-bottom-color:var(--color-orange)}.nav-mega__chevron{border-bottom:2px solid;border-right:2px solid;flex-shrink:0;width:.45rem;height:.45rem;transition:transform .2s;display:inline-block;transform:rotate(45deg)}.nav-mega-wrap--open .nav-mega__chevron{margin-top:.15rem;transform:rotate(-135deg)}.nav-mega{background:var(--color-white);color:var(--color-text);min-width:min(92vw,760px);box-shadow:var(--shadow);z-index:50;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;display:none;position:absolute;top:100%;left:0}.nav-mega__overview{border-bottom:1px solid var(--color-border);grid-column:1/-1;padding-bottom:.5rem;font-weight:700;color:var(--color-blue)!important;text-decoration:none!important}.nav-mega__col-title{color:var(--color-blue);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.nav-mega__col ul{margin:0;padding:0;list-style:none}.nav-mega__col a{align-items:center;min-height:44px;padding:.35rem 0;display:flex;color:var(--color-text)!important;text-decoration:none!important}.nav-mega__col a:hover{color:var(--color-orange)!important}.nav-mega__note{color:var(--color-text-muted);border-top:1px solid var(--color-border);grid-column:1/-1;margin:0;padding-top:.75rem;font-size:.8rem}@media (width>=901px){.site-header__bar{padding-top:.9rem;padding-bottom:.9rem}.site-header__brand{font-size:1.3rem}.site-nav__inner{justify-content:flex-start}.nav-mega__chevron{display:none}.nav-mega__trigger{cursor:pointer;width:auto}.nav-mega-wrap:hover .nav-mega__trigger,.nav-mega-wrap:focus-within .nav-mega__trigger{border-bottom-color:var(--color-orange)}.nav-mega-wrap:hover .nav-mega,.nav-mega-wrap:focus-within .nav-mega{display:grid}.nav-mega__col a{min-height:auto;display:block}.nav-link,.nav-mega__trigger{position:relative}.nav-link:hover,.nav-link--active,.nav-mega__trigger:hover,.nav-mega-wrap:hover .nav-mega__trigger,.nav-mega-wrap:focus-within .nav-mega__trigger{background:#ffffff0d}}@media (width<=900px){.site-header__toggle{display:inline-block}.site-nav{display:none}.site-nav--open{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4.25rem);display:block;overflow-y:auto}.site-nav__inner{flex-direction:column;align-items:stretch!important}.nav-link,.nav-mega__trigger{border-bottom:1px solid #fff3;width:100%;min-height:44px}.site-header__phone{padding:.42rem .72rem;font-size:.82rem}.nav-mega-wrap{width:100%}.nav-mega-wrap--open .nav-mega__trigger{border-bottom-color:var(--color-orange)}.nav-mega{min-width:100%;box-shadow:none;border-radius:var(--radius);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#0000001f;grid-template-columns:1fr;max-height:min(60vh,28rem);margin:0 0 .25rem;padding:.75rem;position:static;overflow-y:auto}.nav-mega-wrap:not(.nav-mega-wrap--open) .nav-mega{display:none!important}.nav-mega-wrap--open .nav-mega{display:grid!important}.nav-mega__overview{border-bottom-color:#ffffff40;color:var(--color-white)!important}.nav-mega__col-title{color:var(--color-orange-muted)}.nav-mega__col a{padding:.5rem 0;color:var(--color-white)!important}.nav-mega__note{color:#ffffffbf;border-top-color:#fff3}}
