/*
Theme Name: BAU24 EXPERTS Editable
Theme URI: https://bau24-experts.de/
Author: BAU24 EXPERTS
Description: WordPress-Theme für BAU24 EXPERTS – Sachverständigenbüro Berlin & Brandenburg.
Version: 3.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: bau24-experts
*/


:root{--navy:#0c3b68;--navy2:#06294c;--orange:#ff7a00;--orange2:#f06f00;--text:#17334d;--muted:#66788a;--light:#f4f8fb;--line:#dfe8ef;--white:#fff;--shadow:0 10px 30px rgba(17,58,91,.09);--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #e9eef2;backdrop-filter:blur(8px)}.header-row{height:74px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;margin-right:auto}.brand img{width:172px;height:auto}.nav{display:flex;align-items:center;gap:28px}.nav a{font-size:14px;font-weight:700;color:#24465f;position:relative;padding:26px 0}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--orange);transform:scaleX(0);transition:.2s}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.header-cta{white-space:nowrap}.menu-btn{display:none;border:0;background:none;font-size:28px;color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;padding:13px 20px;font-weight:800;font-size:15px;border:1px solid transparent;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-orange{background:var(--orange);color:white;box-shadow:0 8px 18px rgba(255,122,0,.2)}.btn-orange:hover{background:var(--orange2)}.btn-outline{border-color:#a9bed0;color:var(--navy);background:white}.btn-white{background:white;color:var(--navy)}.eyebrow{margin:0 0 7px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:var(--orange)}h1,h2,h3,h4{margin-top:0;color:var(--navy2);line-height:1.12}h1{font-size:clamp(38px,4.5vw,62px);letter-spacing:-.035em;margin-bottom:18px}h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.025em;margin-bottom:12px}h3{font-size:20px}p{margin:0 0 14px}.lead{font-size:18px;color:#38556c;max-width:650px}.section{padding:58px 0}.section-sm{padding:42px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.section-head p:last-child{max-width:470px;color:var(--muted)}
/* home hero */.home-hero{position:relative;min-height:520px;background:#eaf1f7;overflow:hidden}.home-hero .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,31,57,.94) 0%,rgba(3,31,57,.75) 34%,rgba(3,31,57,.15) 61%,rgba(3,31,57,0) 78%);z-index:1}.hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center}.hero-copy{width:min(560px,53%);padding:44px 0;color:white}.hero-copy h1,.hero-copy .lead{color:white}.hero-copy h1 span{color:#ff8a1c}.hero-kicker{font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:12px;color:#dce9f4}.hero-list{display:grid;gap:8px;margin:20px 0 26px}.hero-list div{display:flex;align-items:center;gap:10px;font-weight:700}.check{width:20px;height:20px;border-radius:50%;display:inline-grid;place-items:center;background:var(--orange);color:#fff;font-size:13px;flex:0 0 20px}.hero-meta{display:flex;gap:20px;margin-top:20px;font-size:13px;color:#e0ebf4}.signature{font-family:Georgia,serif;font-style:italic;font-size:16px;color:#dce8f0;margin-top:14px}
.trust-strip{border-bottom:1px solid #e7eef4;background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:18px 22px;display:flex;align-items:center;gap:12px;border-right:1px solid #e7eef4}.trust-item:last-child{border-right:0}.trust-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf4f9;color:var(--navy);font-weight:900}.trust-item strong{display:block;color:var(--navy2);font-size:14px}.trust-item span{display:block;color:var(--muted);font-size:12px}
/* service cards */.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(10,49,80,.05);transition:.2s}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service-img{height:164px;overflow:hidden;background:#eaf0f5}.service-img img{width:100%;height:100%;object-fit:cover}.service-copy{padding:18px}.service-copy h3{margin-bottom:7px;font-size:18px}.service-copy p{color:#5c7185;font-size:14px;min-height:42px}.service-copy span{color:var(--orange);font-size:13px;font-weight:900}.service-more{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-more .service-card{display:grid;grid-template-columns:100px 1fr;align-items:stretch}.service-more .service-img{height:100%;min-height:112px}.service-more .service-copy{padding:14px}.service-more .service-copy h3{font-size:16px}.service-more .service-copy p{font-size:12px;min-height:auto}.service-more .service-copy span{font-size:12px}
/* compare */.compare-wrap{padding:22px 0 0}.compare{display:grid;grid-template-columns:1fr 1fr;border-radius:14px;overflow:hidden;border:1px solid #dfe8ef}.compare>div{padding:32px}.compare-dark{background:linear-gradient(135deg,#091a2b,#122e45);color:white}.compare-dark h2{color:white}.compare-light{background:#fff}.compare-list{display:grid;gap:10px;margin-top:18px}.compare-row{display:flex;gap:10px;font-size:14px}.bad,.good{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;flex:0 0 20px;font-weight:900}.bad{background:#586b7d;color:white}.good{background:var(--orange);color:white}
/* about */.about-grid{display:grid;grid-template-columns:340px 1fr;gap:38px;align-items:center}.about-img{height:300px;border-radius:14px;overflow:hidden}.about-img img{width:100%;height:100%;object-fit:cover}.about-lead{font-size:17px;color:#4e6678}.about-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.about-point{padding:16px;border:1px solid var(--line);border-radius:10px}.about-point strong{color:var(--navy2);display:block;margin-bottom:5px}.about-point span{font-size:13px;color:var(--muted)}
/* process */.process{background:#f3f7fa}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{position:relative;padding:20px}.process-num{width:44px;height:44px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center;font-weight:900;margin-bottom:12px}.process-card:not(:last-child):after{content:"→";position:absolute;right:-16px;top:28px;color:#9aafc0;font-size:26px}.process-card h3{font-size:17px;margin-bottom:5px}.process-card p{font-size:13px;color:var(--muted)}
/* prices */.price-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.price-card{border:1px solid var(--line);border-radius:10px;padding:14px;background:#fff;text-align:center}.price-card span{display:block;font-size:11px;color:var(--muted);margin-bottom:4px}.price-card strong{display:block;font-size:18px;color:var(--navy2)}.price-note{margin-top:10px;font-size:12px;color:var(--muted);text-align:right}
.cta{background:linear-gradient(100deg,#07355f,#0d4f7f);color:white;border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2,.cta h3{color:white;margin-bottom:6px}.cta p{color:#d7e5ef;margin:0}.cta-buttons{display:flex;gap:10px;flex-wrap:wrap}
/* internal page hero */.page-hero{position:relative;overflow:hidden;background:#f2f7fb;border-bottom:1px solid #e6edf3}.page-hero-grid{display:grid;grid-template-columns:52% 48%;min-height:470px}.page-hero-copy{padding:58px 40px 50px 0;display:flex;flex-direction:column;justify-content:center}.page-hero-copy h1{font-size:clamp(38px,4.4vw,58px)}.page-hero-image{position:relative;min-height:470px}.page-hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.breadcrumbs{font-size:12px;color:#7990a4;margin-bottom:26px}.hero-bullets{display:grid;gap:9px;margin:18px 0 24px}.hero-bullets div{display:flex;gap:9px;align-items:flex-start;font-weight:700;font-size:14px}.service-price{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid #d7e2ea}.service-price strong{font-size:20px;color:var(--navy2)}.service-price span{font-size:12px;color:var(--muted)}
.feature-strip{background:#f5f9fc;border-bottom:1px solid #e5edf3}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature{padding:28px 24px}.feature h3{font-size:16px;margin-bottom:7px}.feature p{font-size:13px;color:var(--muted)}.feature-mark{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid #f2c69f;color:var(--orange);display:grid;place-items:center;font-weight:900;margin-bottom:10px}
.detail-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px}.panel h2{font-size:26px}.steps3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}.step3 .process-num{width:38px;height:38px}.step3 h3{font-size:16px}.step3 p{font-size:13px;color:var(--muted)}.tick-list{display:grid;gap:10px;margin-top:15px}.tick-list div{display:flex;gap:10px;font-size:14px}.tick-list .check{margin-top:1px}.advantage{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;background:#f5f8fb;border:1px solid var(--line);border-radius:12px;padding:17px;margin-top:18px;font-size:13px;font-weight:800;color:var(--navy)}
/* overview pages */.intro-hero{padding:70px 0 48px;background:linear-gradient(180deg,#f6f9fb,#fff)}.intro-hero .lead{max-width:750px}.services-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audience-card{padding:24px;border:1px solid var(--line);border-radius:12px;background:#fff}.audience-card h3{font-size:17px}.audience-card p{font-size:14px;color:var(--muted)}
/* contact */.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.contact-card,.form-card{border:1px solid var(--line);border-radius:14px;padding:28px;background:#fff}.contact-card{background:linear-gradient(160deg,#08345c,#0b4f7e);color:white}.contact-card h2,.contact-card h3{color:white}.contact-card p,.contact-card a{color:#dce9f3}.contact-items{display:grid;gap:16px;margin-top:22px}.contact-item{padding:14px 0;border-top:1px solid rgba(255,255,255,.17)}label{display:block;font-size:13px;font-weight:800;color:var(--navy);margin-bottom:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field.full{grid-column:1/-1}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #cfdbe4;border-radius:8px;font:inherit;color:var(--text);background:white}textarea{min-height:120px;resize:vertical}.consent{display:flex;gap:10px;font-size:12px;color:var(--muted)}.consent input{width:auto}.form-note{font-size:12px;color:var(--muted);margin-top:10px}.hp{display:none!important}
/* legal */.legal{max-width:860px}.legal h2{margin-top:34px;font-size:24px}.notice{background:#fff6e9;border:1px solid #ffd29f;border-radius:10px;padding:16px;margin:18px 0;color:#774600}
/* footer */.footer{background:#fff;border-top:1px solid #e1e9ef;margin-top:42px}.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:32px;padding:34px 0}.footer-brand img{width:155px;margin-bottom:12px}.footer p,.footer a,.footer span{display:block;font-size:13px;color:#64788b;margin-bottom:7px}.footer h4{font-size:14px;margin-bottom:10px}.footer-bottom{background:#f5f8fb;border-top:1px solid #e3ebf1}.footer-bottom .container{display:flex;justify-content:space-between;padding:13px 0;font-size:12px;color:#708395}
/* responsive */@media(max-width:960px){.nav,.header-cta{display:none}.menu-btn{display:block}.nav.open{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:0;top:74px;left:0;right:0;background:#fff;padding:10px 24px 20px;border-bottom:1px solid #e2eaf0}.nav.open a{padding:12px 0;width:100%}.nav.open a:after{bottom:6px}.home-hero{min-height:500px}.home-hero:before{background:linear-gradient(90deg,rgba(3,31,57,.92) 0%,rgba(3,31,57,.72) 58%,rgba(3,31,57,.22) 100%)}.hero-inner{min-height:500px}.hero-copy{width:70%}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.services-grid,.services-overview-grid{grid-template-columns:1fr 1fr}.service-more{grid-template-columns:1fr}.compare,.about-grid,.contact-grid,.detail-grid{grid-template-columns:1fr}.about-img{height:360px}.price-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:1fr 1fr}.process-card:after{display:none}.page-hero-grid{grid-template-columns:1fr}.page-hero-copy{padding:42px 0}.page-hero-image{min-height:360px}.feature-grid{grid-template-columns:1fr 1fr}.steps3{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.header-row{height:66px}.brand img{width:145px}.nav.open{top:66px}.home-hero{min-height:610px}.hero-inner{min-height:610px;align-items:flex-end}.home-hero .hero-bg{object-position:67% center}.home-hero:before{background:linear-gradient(180deg,rgba(3,31,57,.18) 0%,rgba(3,31,57,.55) 45%,rgba(3,31,57,.95) 72%,rgba(3,31,57,.98) 100%)}.hero-copy{width:100%;padding:200px 0 36px}.hero-copy h1{font-size:37px}.hero-copy .lead{font-size:15px}.hero-meta{flex-direction:column;gap:5px}.section{padding:42px 0}.section-head{display:block}.services-grid,.services-overview-grid{grid-template-columns:1fr}.service-more .service-card{grid-template-columns:88px 1fr}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid #e7eef4}.about-points{grid-template-columns:1fr}.price-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}.page-hero-copy h1{font-size:38px}.feature-grid{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-bottom .container{flex-direction:column;gap:4px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}

/* ==========================================================
   BAU24 EXPERTS V3 – Startseite / optimierte Bildformate
   ========================================================== */
.home-hero-pro{min-height:560px;background:#082f54}.hero-picture{position:absolute;inset:0;display:block;width:100%;height:100%}.home-hero-pro .hero-bg{object-position:center center}.home-hero-pro:before{background:linear-gradient(90deg,rgba(3,31,57,.96) 0%,rgba(3,31,57,.88) 30%,rgba(3,31,57,.46) 49%,rgba(3,31,57,.06) 70%,rgba(3,31,57,0) 82%)}.home-hero-pro .hero-inner{min-height:560px}.home-hero-pro .hero-copy{width:min(600px,51%);padding:60px 0}.home-hero-pro .hero-kicker{color:#ff9a42;margin-bottom:12px}.home-hero-pro h1{font-size:clamp(42px,4.7vw,66px);margin-bottom:20px}.home-hero-pro .lead{font-size:18px;max-width:560px;line-height:1.55;color:#eef5fa}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-hero-outline{border:1px solid rgba(255,255,255,.6);color:#fff;background:rgba(4,36,63,.25);backdrop-filter:blur(5px)}.btn-hero-outline:hover{background:rgba(255,255,255,.1)}.hero-meta-pro{gap:10px 22px;flex-wrap:wrap;margin-top:24px}.hero-meta-pro span{font-weight:700;color:#e7f0f7}.trust-strip-pro{box-shadow:0 8px 30px rgba(7,43,75,.04)}.trust-grid-pro .trust-item{min-height:86px}.trust-grid-pro .trust-icon{border-radius:10px;background:#f2f7fb;color:var(--navy2);font-size:18px}.section-head-pro{align-items:flex-end}.section-intro{max-width:720px!important;color:var(--muted);margin-top:8px}.text-link{color:var(--orange);font-weight:900;white-space:nowrap;padding-bottom:5px}.services-grid-pro .service-card,.service-more-pro .service-card{border-radius:14px}.services-grid-pro .service-img{height:auto;aspect-ratio:1600/690}.services-grid-pro .service-img img,.service-more-pro .service-img img{width:100%;height:100%;object-fit:cover}.service-more-pro .service-card{grid-template-columns:152px 1fr}.service-more-pro .service-img{min-height:124px}.service-copy span{display:inline-block;margin-top:3px}.about-home-pro{padding:72px 0;background:linear-gradient(180deg,#fff,#f7fafc)}.about-pro-grid{display:grid;grid-template-columns:1.05fr 1.05fr .72fr;gap:24px;align-items:stretch}.about-pro-copy{display:flex;flex-direction:column;justify-content:center;padding:14px 12px 14px 0}.about-pro-copy h2{font-size:clamp(32px,3.2vw,44px)}.about-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:18px 0 24px}.about-checks div{display:flex;align-items:flex-start;gap:9px;font-size:14px;color:#38556c}.about-checks span{width:22px;height:22px;display:inline-grid;place-items:center;background:#fff0e3;color:var(--orange);border-radius:50%;font-weight:900;flex:0 0 22px}.about-checks strong{font-weight:800}.about-pro-photo{border-radius:16px;overflow:hidden;min-height:430px;box-shadow:var(--shadow)}.about-pro-photo img{width:100%;height:100%;object-fit:cover}.about-pro-panel{background:linear-gradient(160deg,#07345c,#062844);color:#fff;border-radius:16px;padding:26px;display:grid;align-content:center;gap:0;box-shadow:var(--shadow)}.about-pro-panel>div{display:grid;grid-template-columns:34px 1fr;column-gap:10px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.13)}.about-pro-panel>div:last-child{border-bottom:0}.about-pro-panel b{grid-row:1/3;color:var(--orange);font-size:13px;padding-top:2px}.about-pro-panel span{font-weight:900;font-size:14px}.about-pro-panel small{color:#cfe0ed;font-size:12px;margin-top:4px;line-height:1.45}.process-pro{background:#f3f7fa}.brand-gallery-section{padding-top:66px}.brand-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.brand-gallery figure{margin:0;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 6px 18px rgba(10,49,80,.05)}.brand-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.brand-gallery figcaption{padding:13px 14px;font-size:13px;font-weight:800;color:var(--navy2)}.final-cta-section{padding:12px 0 30px}.final-cta{display:grid;grid-template-columns:.9fr 1.2fr;background:linear-gradient(110deg,#07355f,#082c4b);border-radius:18px;overflow:hidden;min-height:300px;box-shadow:0 18px 40px rgba(7,43,75,.13)}.final-cta-image{position:relative;min-height:300px;overflow:hidden}.final-cta-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,43,75,0) 55%,rgba(6,43,75,.82) 100%)}.final-cta-image img{position:absolute;width:155%;height:100%;object-fit:cover;object-position:73% center;left:-34%}.final-cta-copy{padding:38px 42px;display:flex;flex-direction:column;justify-content:center}.final-cta-copy h2{color:#fff;font-size:clamp(30px,3vw,42px);margin-bottom:10px}.final-cta-copy p:not(.eyebrow){color:#dbe8f2;max-width:640px}.final-cta-copy .eyebrow{color:#ff9b45}.final-cta-copy .cta-buttons{margin-top:18px}.page-hero-image img{object-position:center center}

@media(max-width:1100px){.about-pro-grid{grid-template-columns:1fr 1fr}.about-pro-panel{grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:0}.about-pro-panel>div{border-bottom:0;border-right:1px solid rgba(255,255,255,.13);padding:12px 16px}.about-pro-panel>div:last-child{border-right:0}.brand-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:960px){.home-hero-pro .hero-copy{width:64%}.home-hero-pro:before{background:linear-gradient(90deg,rgba(3,31,57,.95) 0%,rgba(3,31,57,.82) 45%,rgba(3,31,57,.32) 78%,rgba(3,31,57,.05) 100%)}.about-pro-grid{grid-template-columns:1fr}.about-pro-copy{padding-right:0}.about-pro-photo{min-height:440px}.about-pro-panel{grid-column:auto;grid-template-columns:1fr 1fr}.about-pro-panel>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.about-pro-panel>div:nth-last-child(-n+2){border-bottom:0}.final-cta{grid-template-columns:1fr}.final-cta-image{min-height:280px}.final-cta-image:after{background:linear-gradient(180deg,rgba(6,43,75,0) 60%,rgba(6,43,75,.85) 100%)}.final-cta-image img{width:100%;left:0;object-position:center center}.final-cta-copy{padding:30px}}
@media(max-width:640px){.home-hero-pro{min-height:720px}.home-hero-pro .hero-inner{min-height:720px;align-items:flex-end}.home-hero-pro .hero-bg{object-position:center 30%}.home-hero-pro:before{background:linear-gradient(180deg,rgba(3,31,57,.08) 0%,rgba(3,31,57,.14) 32%,rgba(3,31,57,.66) 58%,rgba(3,31,57,.98) 76%,rgba(3,31,57,1) 100%)}.home-hero-pro .hero-copy{width:100%;padding:280px 0 34px}.home-hero-pro h1{font-size:38px}.home-hero-pro .lead{font-size:15px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-meta-pro{display:grid;grid-template-columns:1fr;gap:6px}.section-head-pro .text-link{display:inline-block;margin-top:12px}.services-grid-pro .service-img{aspect-ratio:1600/690}.service-more-pro .service-card{grid-template-columns:110px 1fr}.service-more-pro .service-img{min-height:132px}.about-home-pro{padding:48px 0}.about-pro-photo{min-height:360px}.about-checks{grid-template-columns:1fr}.about-pro-panel{grid-template-columns:1fr}.about-pro-panel>div,.about-pro-panel>div:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}.about-pro-panel>div:last-child{border-bottom:0}.brand-gallery{grid-template-columns:1fr}.final-cta-image{min-height:220px}.final-cta-copy{padding:26px 22px}.final-cta-copy .cta-buttons{display:grid;width:100%}.final-cta-copy .btn{width:100%}.text-link{white-space:normal}}
