:root{--navy:#072d5b;--navy2:#083c70;--teal:#0ea5b5;--teal2:#078a9c;--sky:#eef7fb;--line:#dbe9f1;--text:#0a2e59;--muted:#536b81;--orange:#f37b22;--green:#32a36a;--shadow:0 16px 40px rgba(7,45,91,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.45}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.skip{position:fixed;left:-9999px;top:8px;background:#fff;padding:10px;z-index:99}.skip:focus{left:8px}.header{height:86px;background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(8,60,112,.08)}.header-row{height:100%;display:flex;align-items:center;gap:36px}.brand{display:flex;width:220px;flex:0 0 220px}.brand img{width:100%;height:58px;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;justify-content:center;gap:38px;flex:1;height:100%}.nav a{color:#052b57;text-decoration:none;font-weight:700;font-size:14px;height:100%;display:flex;align-items:center;position:relative}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--teal)}.nav .chev{font-size:17px;margin-left:7px}.phone{height:48px;padding:0 20px;border-radius:12px;background:linear-gradient(135deg,var(--teal),#0a7392);color:white;text-decoration:none;display:flex;align-items:center;gap:11px;font-weight:800;white-space:nowrap;box-shadow:0 7px 18px rgba(14,165,181,.22)}.phone svg{width:21px;fill:#fff}.menu-button{display:none;border:0;background:transparent;width:44px;height:44px;padding:8px}.menu-button span{display:block;height:3px;background:var(--navy);margin:5px;border-radius:3px}.mobile-nav{display:none}
.hero{min-height:520px;position:relative;overflow:hidden;background:#fff}.hero-photo{position:absolute;right:0;top:0;width:65%;height:100%;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 35%,rgba(255,255,255,.92) 45%,rgba(255,255,255,.36) 63%,rgba(255,255,255,0) 78%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:54% 46%;min-height:520px;align-items:center}.hero-content{padding:42px 0 34px;max-width:610px}.eyebrow{display:inline-flex;border:1.5px solid var(--teal);color:#057d98;background:#f7ffff;border-radius:999px;padding:5px 13px;font-size:12px;font-weight:800;letter-spacing:.03em;margin-bottom:18px}.hero h1{font-size:48px;line-height:1.02;letter-spacing:-.035em;margin:0 0 16px;color:#082e5a}.hero-text{font-size:17px;line-height:1.55;max-width:515px;margin:0 0 10px}.hero-price{font-size:18px;font-weight:800;margin:8px 0 14px}.hero-price strong{font-size:36px;color:#0b9cad;margin-left:6px}.hero-list{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:7px;font-size:14px}.hero-list li{position:relative;padding-left:24px}.hero-list li:before{content:"✓";position:absolute;left:0;top:0;color:#06a6b5;font-weight:900;border:1px solid #06a6b5;width:15px;height:15px;border-radius:50%;display:grid;place-items:center;font-size:10px}.hero-buttons{display:flex;gap:14px;align-items:center}.btn{min-height:47px;padding:0 21px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:12px;letter-spacing:.015em;transition:.2s}.btn.primary{background:linear-gradient(135deg,#0ca9b7,#087f99);color:#fff;box-shadow:0 7px 18px rgba(14,165,181,.24)}.btn.primary:hover{transform:translateY(-1px)}.btn.outline{border:1.5px solid #557da0;color:#0a3a69;background:#fff}.btn span{font-size:21px;margin-left:12px}.secure{display:flex;align-items:center;gap:7px;font-size:11px;color:#52697f;margin:12px 0 0}.secure svg{width:14px;height:14px;fill:none;stroke:#516f8d;stroke-width:2}
.trust-band{padding:0 0 22px;background:#fff}.trust-row{border-radius:13px;background:linear-gradient(180deg,#f6fafd,#edf5f9);display:grid;grid-template-columns:repeat(5,1fr);padding:23px 20px;box-shadow:inset 0 0 0 1px #edf4f8}.trust-row article{display:flex;gap:13px;align-items:center;padding:0 18px;border-right:1px solid #d8e5ed;min-width:0}.trust-row article:last-child{border-right:0}.trust-icon{width:46px;flex:0 0 46px;height:46px;border:2px solid #0d4c83;border-radius:11px;display:grid;place-items:center;font-size:28px;color:#0d4c83;background:#fff}.euro-icon,.pin-icon,.badge-icon{border-radius:50%}.trust-row h3{font-size:11px;line-height:1.25;margin:0 0 5px}.trust-row p{font-size:10px;line-height:1.35;margin:0;color:#405d77}
.section{padding:22px 0}.section h2,.why-section h2,.process h2,.faq h2{font-size:22px;text-align:center;margin:0 0 22px;color:#082e5a}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.solution-card{min-height:315px;display:flex;overflow:hidden;border-radius:13px;background:#f7fafc;box-shadow:inset 0 0 0 1px #edf2f5}.solution-photo{width:35%;flex:0 0 35%;overflow:hidden}.solution-photo.right{order:2;width:37%;flex-basis:37%}.solution-photo img{width:100%;height:100%;object-fit:cover}.solution-copy{padding:20px 18px;flex:1;min-width:0}.tag{display:inline-block;border-radius:999px;padding:3px 9px;font-size:9px;font-weight:800;border:1px solid currentColor;background:#fff;margin-bottom:11px}.tag.green{color:var(--green)}.tag.blue{color:#0b8cd1}.tag.orange{color:var(--orange)}.solution-card h3{font-size:20px;line-height:1.08;margin:0 0 9px}.solution-card p{font-size:12px;margin:0 0 13px}.solution-card ul{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:7px;font-size:10.5px}.solution-card li{padding-left:18px;position:relative}.solution-card li:before{content:"✓";position:absolute;left:0;font-weight:900;color:#069dae}.solution-card.family li:before{color:var(--green)}.solution-card.renewal li:before{color:var(--orange)}.small-btn{display:inline-flex;border:1.5px solid currentColor;padding:8px 15px;border-radius:6px;text-decoration:none;font-size:10px;font-weight:800;background:#fff}.small-btn.green{color:var(--green)}.small-btn.blue{color:#0986cb}.small-btn.orange{color:var(--orange)}
.results{padding-top:12px}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.result-card{border-radius:11px;overflow:hidden;background:#fff;box-shadow:0 7px 20px rgba(7,45,91,.08)}.compare{--pos:50%;position:relative;aspect-ratio:1.72/1;overflow:hidden;touch-action:none;cursor:ew-resize;background:#dae5ec}.compare img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.compare img.after{clip-path:inset(0 0 0 var(--pos))}.compare .line{position:absolute;z-index:3;top:0;bottom:0;left:var(--pos);width:2px;background:#fff;transform:translateX(-50%)}.compare .handle{position:absolute;z-index:4;left:var(--pos);top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#0b7090;font-weight:900;box-shadow:0 4px 13px rgba(0,0,0,.18)}.compare .label{position:absolute;z-index:5;bottom:12px;padding:5px 13px;border-radius:5px;color:#fff;font-size:10px;font-weight:800}.compare .before{left:14px;background:rgba(23,26,29,.82)}.compare .after-label{right:14px;background:#11a9b8}.result-dots{text-align:center;margin:13px 0}.result-dots i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#c4d4df;margin:0 3px}.result-dots i.active{background:#0c789e}.result-more{display:flex;width:max-content;margin:0 auto}
.services{padding-top:15px}.service-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #d9e8f0;border-radius:11px;overflow:hidden}.service{text-decoration:none;color:inherit;text-align:center;padding:18px 22px;border-right:1px solid #d9e8f0;min-height:235px}.service:last-child{border-right:0}.service img{height:104px;width:100%;max-width:230px;object-fit:contain;margin:0 auto 2px;display:block}.service h3{font-size:18px;margin:2px 0 10px}.service p{font-size:11px;line-height:1.45;margin:0;color:#3f5a73}.service small{font-size:10px;color:#0a6994}.why-section{padding:16px 0 20px}.why-row{display:grid;grid-template-columns:repeat(6,1fr);border-radius:11px;background:linear-gradient(180deg,#f8fbfd,#eef5f8);padding:18px 15px}.why-row article{padding:0 13px;border-right:1px solid #d7e5ec;display:grid;grid-template-columns:34px 1fr;column-gap:8px;align-items:start}.why-row article:last-child{border-right:0}.why-row span{grid-row:1/3;font-size:29px;color:#10a2b4}.why-row h3{font-size:11px;line-height:1.25;margin:0 0 5px}.why-row p{font-size:9.5px;line-height:1.4;margin:0;color:#506a80}
.process{padding-top:6px}.process-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.process-row article{display:grid;grid-template-columns:28px 28px 1fr;gap:7px;align-items:start;flex:1}.process-row article b{width:25px;height:25px;border-radius:50%;background:#0795a8;color:#fff;display:grid;place-items:center;font-size:12px}.process-row article>span{font-size:24px;color:#08a0b2}.process-row h3{font-size:11px;margin:0 0 5px}.process-row p{font-size:9.5px;margin:0;color:#4f697e}.process-row>i{font-style:normal;font-size:28px;color:#275b85}
.reviews{padding-top:5px}.section-head{display:flex;justify-content:center;align-items:center;position:relative}.section-head h2{margin-bottom:16px}.section-head a{position:absolute;right:0;top:3px;color:#0683a5;font-size:10px;text-decoration:none}.section-head a strong{color:#4285f4;font-size:17px;margin-left:5px}.review-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;border:1px solid #dde9f0;border-radius:11px;padding:16px}.review-row article{border:1px solid #e1ebf1;border-radius:8px;padding:15px;min-height:145px;background:#fff}.stars{color:#ffb000;letter-spacing:2px;font-size:14px}.review-row h3{font-size:12px;margin:8px 0}.review-row p{font-size:10px;line-height:1.45;color:#4e667b}.review-row a{font-size:10px;color:#078bac;text-decoration:none;font-weight:700}
.faq{padding-top:5px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}.faq details{border:1px solid #dce8ef;border-radius:7px;background:#fff}.faq summary{list-style:none;padding:12px 35px 12px 14px;font-size:11px;font-weight:600;cursor:pointer;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"⌄";position:absolute;right:13px;color:#0a6f98;font-size:17px;top:7px}.faq details[open] summary:after{transform:rotate(180deg)}.faq details p{padding:0 14px 13px;font-size:10px;color:#536a7f;margin:0}
.final-cta{padding:12px 0 0}.cta-row{background:linear-gradient(135deg,#0bafba,#08718d);min-height:92px;border-radius:12px 12px 0 0;color:#fff;display:grid;grid-template-columns:95px 1fr auto;align-items:center;padding:15px 32px}.calendar{font-size:42px;text-align:center}.cta-row h2{text-align:left;color:#fff;margin:0 0 3px;font-size:22px}.cta-row p{margin:0;font-size:13px}.btn.white{background:#fff;color:#07345e;min-width:290px}
footer{background:#062b5c;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.25fr;gap:35px;padding:28px 34px 22px}.footer-brand img{width:170px;height:70px;object-fit:contain;filter:brightness(0) invert(1);object-position:left center}.footer-brand p,.footer-grid p{font-size:10px;line-height:1.5;color:#d5e4ee}.footer-grid h3{font-size:10px;margin:6px 0 12px}.footer-grid a{display:block;color:#fff;text-decoration:none;font-size:10px;margin:0 0 6px}.socials{display:flex;gap:10px;margin-top:12px}.socials span{font-size:16px}.footer-contact{border-left:1px solid rgba(255,255,255,.25);padding-left:25px}.footer-contact a{font-size:15px;font-weight:700;margin-bottom:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.20);padding:10px 34px 14px;display:flex;gap:42px;font-size:9px;color:#d8e3eb}.footer-bottom a{color:#d8e3eb;text-decoration:none}
@media(max-width:1000px){.wrap{width:min(940px,calc(100% - 28px))}.header{height:72px}.brand{width:160px;flex-basis:160px}.brand img{height:54px}.nav{gap:20px}.nav a{font-size:12px}.phone{padding:0 13px}.hero{min-height:500px}.hero-grid{min-height:500px}.hero h1{font-size:41px}.trust-row{grid-template-columns:repeat(3,1fr);gap:18px}.trust-row article{border-right:0}.solution-grid{grid-template-columns:1fr}.solution-card{min-height:280px}.solution-photo{width:28%;flex-basis:28%}.result-grid{gap:12px}.why-row{grid-template-columns:repeat(3,1fr);gap:16px}.why-row article{border-right:0}.process-row{display:grid;grid-template-columns:1fr 1fr}.process-row>i{display:none}.review-row{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-contact{border:0;padding:0}}
@media(max-width:760px){.wrap{width:min(100% - 22px,620px)}.header{height:68px}.header-row{gap:10px}.brand{width:137px;flex-basis:137px}.brand img{height:50px}.nav{display:none}.phone{margin-left:auto;width:44px;padding:0;justify-content:center;height:44px;border-radius:10px}.phone span{display:none}.menu-button{display:block}.mobile-nav{position:absolute;top:68px;left:0;right:0;background:#fff;border-top:1px solid #e4edf2;box-shadow:0 14px 25px rgba(5,45,85,.12);padding:10px 18px;transform:translateY(-130%);opacity:0;pointer-events:none;transition:.2s}.mobile-nav.open{transform:none;opacity:1;pointer-events:auto}.mobile-nav a{display:block;padding:12px 4px;border-bottom:1px solid #eef3f6;color:#07335f;text-decoration:none;font-weight:700}.hero{min-height:auto;padding-bottom:0}.hero-photo{position:relative;order:2;width:100%;height:330px}.hero-fade{display:none}.hero-grid{display:block;min-height:0}.hero-content{padding:28px 0 24px}.hero h1{font-size:37px}.hero-text{font-size:15px}.hero-price{font-size:16px}.hero-price strong{font-size:31px}.hero-buttons{display:grid}.btn{width:100%}.hero-photo{margin-top:0}.trust-band{padding-top:12px}.trust-row{grid-template-columns:1fr 1fr;padding:15px 10px;gap:0}.trust-row article{padding:12px}.trust-row article:last-child{grid-column:1/3}.solution-grid{gap:12px}.solution-card{min-height:295px}.solution-photo,.solution-photo.right{width:34%;flex-basis:34%}.solution-copy{padding:18px 14px}.solution-card h3{font-size:18px}.result-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.result-card{min-width:88%;scroll-snap-align:center}.service-row{grid-template-columns:1fr 1fr}.service{border-bottom:1px solid #d9e8f0}.service:nth-child(2){border-right:0}.why-row{grid-template-columns:1fr 1fr}.process-row{grid-template-columns:1fr}.review-row{display:flex;overflow-x:auto}.review-row article{min-width:78%}.faq-grid{grid-template-columns:1fr}.cta-row{grid-template-columns:60px 1fr;padding:18px}.cta-row .btn{grid-column:1/3;margin-top:14px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px;padding:24px 12px}.footer-brand{grid-column:1/3}.footer-contact{grid-column:1/3}.footer-bottom{padding:12px;gap:10px;flex-wrap:wrap}}
@media(max-width:430px){.hero h1{font-size:32px}.hero-photo{height:280px}.solution-card{min-height:315px}.solution-photo,.solution-photo.right{width:33%;flex-basis:33%}.solution-card h3{font-size:16px}.service-row{grid-template-columns:1fr}.service{border-right:0}.why-row{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr}.trust-row article:last-child{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:auto}}


.cta-visible{min-width:260px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-weight:900;letter-spacing:.01em}
.final-cta .cta-visible{background:#fff!important;color:#06345f!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 12px 28px rgba(6,52,95,.18)!important;padding:18px 28px!important;border-radius:16px!important}
.final-cta .cta-visible:hover{opacity:.97}

.seo-local-boost{background:#f5f9fc}.seo-local-boost p{color:#57758b}.local-home-links,.guide-home-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}.local-home-links a,.guide-home-links a{background:#fff;border:1px solid #d9e8f0;border-radius:14px;padding:14px;text-decoration:none;font-weight:850;color:#06345f;box-shadow:0 8px 20px rgba(6,52,95,.05)}.guide-home-links{margin-top:14px}@media(max-width:760px){.local-home-links,.guide-home-links{grid-template-columns:1fr 1fr}}@media(max-width:430px){.local-home-links,.guide-home-links{grid-template-columns:1fr}}


/* V16 services + zones */
.section-intro{max-width:920px;margin:-10px auto 22px;text-align:center;color:#57758b;font-size:15px;line-height:1.55}.service-row-expanded{grid-template-columns:repeat(3,1fr);border-radius:16px}.service-row-expanded .service{min-height:270px;border-bottom:1px solid #d9e8f0}.service-row-expanded .service:nth-child(3n){border-right:0}.service-row-expanded .service:nth-last-child(-n+3){border-bottom:0}.service-row-expanded .service img{height:110px;object-fit:cover;border-radius:12px;max-width:250px}.zones-only a{display:flex;flex-direction:column;gap:4px}.zones-only a span{font-size:12px;color:#607b91;font-weight:650}.zone-actions{margin-top:22px;text-align:center}.zone-actions .btn{display:inline-flex;width:auto}.secondary-service-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.secondary-service-links a{background:#fff;border:1px solid #d9e8f0;border-radius:14px;padding:15px;text-decoration:none;font-weight:850;color:#06345f}
@media(max-width:760px){.service-row-expanded{grid-template-columns:1fr 1fr}.service-row-expanded .service:nth-child(3n){border-right:1px solid #d9e8f0}.service-row-expanded .service:nth-child(2n){border-right:0}.service-row-expanded .service:nth-last-child(-n+3){border-bottom:1px solid #d9e8f0}.service-row-expanded .service:last-child{border-bottom:0}.secondary-service-links{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.service-row-expanded{grid-template-columns:1fr}.service-row-expanded .service{border-right:0!important}.secondary-service-links{grid-template-columns:1fr}}

.useful-links-home{background:#f7fbfd}.useful-links-home .guide-home-links{margin-top:18px}

/* V33 logo normalization */
.header .brand{display:flex!important;align-items:center!important;flex:0 0 auto!important}
.header .brand img,.brand img{width:150px!important;height:auto!important;max-height:64px!important;object-fit:contain!important}
@media(max-width:620px){.header .brand img,.brand img{width:132px!important;max-height:58px!important}}


/* V34 - correction definitive logo header/footer */
.header{min-height:82px;overflow:visible!important}
.header-row{height:82px!important;min-height:82px!important;align-items:center!important}
.header .brand,.brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:210px!important;min-width:210px!important;max-width:210px!important;flex:0 0 210px!important;height:82px!important;overflow:visible!important}
.header .brand img,.brand img{display:block!important;width:180px!important;max-width:180px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important;filter:none!important;transform:none!important;background:transparent!important;padding:0!important;border-radius:0!important}
footer .footer-brand img,footer .footer-grid img,.footer .footer-grid img,.footer img{width:170px!important;max-width:170px!important;height:auto!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important;filter:none!important;background:#fff!important;border-radius:12px!important;padding:7px!important;box-sizing:border-box!important}
@media(max-width:760px){.header{min-height:68px}.header-row{height:68px!important;min-height:68px!important}.header .brand,.brand{width:155px!important;min-width:155px!important;max-width:155px!important;flex:0 0 155px!important;height:68px!important}.header .brand img,.brand img{width:138px!important;max-width:138px!important;max-height:50px!important}}


/* V35 correction globale : logo header/footer et boutons CTA visibles */
body > header .brand, .header .brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:190px!important;
  min-width:190px!important;
  max-width:190px!important;
  flex:0 0 190px!important;
  height:76px!important;
  overflow:hidden!important;
}
body > header .brand img, .header .brand img, a.brand > img{
  display:block!important;
  width:170px!important;
  max-width:170px!important;
  height:auto!important;
  max-height:54px!important;
  object-fit:contain!important;
  object-position:left center!important;
  aspect-ratio:540/150!important;
  filter:none!important;
  transform:none!important;
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
}
.cta-band .btn,
.cta-band a.btn,
.cta-band .btn.outline,
.cta-band a.btn.outline,
.cta-row .btn,
.final-cta .btn{
  color:#06345f!important;
  background:#fff!important;
  border:2px solid rgba(255,255,255,.88)!important;
  text-shadow:none!important;
  opacity:1!important;
  visibility:visible!important;
}
.cta-band .btn:hover,
.cta-row .btn:hover,
.final-cta .btn:hover{filter:brightness(.98)}
@media(max-width:760px){
  body > header .brand, .header .brand{width:155px!important;min-width:155px!important;max-width:155px!important;flex-basis:155px!important;height:68px!important;}
  body > header .brand img, .header .brand img, a.brand > img{width:138px!important;max-width:138px!important;max-height:48px!important;}
}


/* V36 avis Google réels */
.reviews-intro{max-width:820px;margin:0 auto 18px;text-align:center;color:#4e667b;font-size:13px;line-height:1.6}.real-reviews-row .real-review-card,.google-review-card{background:#fff;border:1px solid #dfeaf1;border-radius:14px;padding:18px;box-shadow:0 10px 24px rgba(7,45,91,.06)}.real-reviews-row .real-review-card h3,.google-review-card h3{font-size:15px;margin:8px 0 8px;color:#06345f}.real-reviews-row .real-review-card p,.google-review-card p{font-size:12px;line-height:1.6;color:#405d77;margin:0 0 12px}.real-reviews-row .real-review-card span,.google-review-card span{display:inline-block;font-size:11px;font-weight:850;color:#078a9c}.google-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.reviews-google-link{text-align:center;margin-top:26px}.stars{color:#ffb000;letter-spacing:1px;font-weight:900}@media(max-width:900px){.google-reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.google-reviews-grid{grid-template-columns:1fr}.real-reviews-row{grid-template-columns:1fr!important}.section-head a{position:static;display:block;text-align:center;margin-bottom:12px}}

