:root{--red:#e30613;--red2:#b3000b;--ink:#101114;--muted:#6c7078;--light:#f5f6f8;--white:#fff;--border:#e5e7eb;--shadow:0 18px 45px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#0b0c0f;color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.topbar a{color:#fff}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{position:relative;display:block;width:260px;height:96px;overflow:hidden;flex:0 0 auto}.logo img{position:absolute;width:300px;height:300px;max-width:none;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain}.footer .logo{background:#fff;border-radius:8px;width:280px;height:105px}.footer .logo img{width:310px;height:310px}.menu{display:flex;align-items:center;gap:28px;font-weight:700}.menu a{position:relative}.menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--red);transition:.25s}.menu a:hover:after,.menu a.active:after{width:100%}.call-pill,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:5px;font-weight:800;transition:.2s}.call-pill{padding:14px 18px;background:var(--red);color:#fff}.call-pill:hover,.btn-primary:hover{background:var(--red2);transform:translateY(-1px)}.mobile-toggle{display:none;background:none;border:0;font-size:28px}.hero{min-height:690px;display:grid;place-items:center;position:relative;color:#fff;background:linear-gradient(90deg,rgba(7,8,10,.88),rgba(7,8,10,.50)),url('https://images.unsplash.com/photo-1609521263047-f8f205293f24?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat}.hero:after{content:"";position:absolute;inset:auto 0 0;height:8px;background:var(--red)}.hero-content{position:relative;z-index:2;max-width:790px;padding:80px 0}.eyebrow{display:inline-flex;gap:9px;align-items:center;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.eyebrow:before{content:"";width:36px;height:3px;background:var(--red)}h1{font-size:clamp(42px,6vw,78px);line-height:.98;margin:18px 0 22px;letter-spacing:-.035em}.hero p{font-size:20px;max-width:660px;color:#e8e9ed}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{min-height:52px;padding:0 24px}.btn-primary{background:var(--red);color:#fff}.btn-dark{background:#111;color:#fff}.btn-outline{border:2px solid #fff;color:#fff}.trust-row{display:flex;flex-wrap:wrap;gap:25px;margin-top:34px;font-weight:700}.trust-row span:before{content:"✓";color:#fff;background:var(--red);border-radius:50%;width:22px;height:22px;display:inline-grid;place-items:center;margin-right:8px}.section{padding:90px 0}.section-light{background:var(--light)}.section-dark{background:#0d0e11;color:#fff}.section-head{max-width:760px;margin-bottom:42px}.kicker{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.11em;font-size:13px}.section h2{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:10px 0 16px;letter-spacing:-.025em}.section-head p{color:var(--muted);font-size:18px}.section-dark .section-head p{color:#c3c6cc}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{position:relative;min-height:390px;overflow:hidden;border-radius:8px;background:#222;box-shadow:var(--shadow);color:#fff}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 25%,rgba(0,0,0,.92) 100%)}.service-card:hover img{transform:scale(1.05)}.service-card .content{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}.service-card h3{font-size:24px;line-height:1.1;margin:0 0 8px}.service-card p{font-size:14px;color:#e6e7ea;margin:0 0 15px}.text-link{color:#fff;font-weight:900}.text-link span{color:var(--red);margin-left:6px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.image-stack{position:relative}.image-stack .main{height:560px;width:100%;object-fit:cover;border-radius:8px}.badge{position:absolute;right:-20px;bottom:36px;background:var(--red);color:#fff;padding:25px 28px;border-radius:6px;box-shadow:var(--shadow);font-weight:800}.badge strong{display:block;font-size:32px;line-height:1}.checks{display:grid;grid-template-columns:1fr 1fr;gap:13px 20px;padding:0;list-style:none;margin:28px 0}.checks li{font-weight:750}.checks li:before{content:"✓";color:var(--red);margin-right:10px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#2a2c31;border:1px solid #2a2c31}.stat{background:#0d0e11;padding:36px 26px;text-align:center}.stat strong{display:block;font-size:38px;color:#fff}.stat span{color:#c5c8ce}.cta-band{background:linear-gradient(90deg,var(--red),#9e0008);color:#fff;padding:50px 0}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h3{font-size:36px;margin:0 0 5px;line-height:1.05}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}.contact-card{background:#111217;color:#fff;padding:42px;border-radius:8px}.contact-card h3{font-size:30px;margin-top:0}.contact-item{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12)}.contact-item small{display:block;color:#aeb2ba}.contact-item strong{font-size:18px}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form .full{grid-column:1/-1}.form input,.form textarea{width:100%;border:1px solid var(--border);padding:15px 16px;font:inherit;border-radius:5px;background:#fff}.form textarea{min-height:160px;resize:vertical}.footer{background:#07080a;color:#fff;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:45px}.footer p,.footer li{color:#afb3bb}.footer ul{padding:0;list-style:none}.footer li{margin:9px 0}.copyright{margin-top:38px;padding-top:20px;border-top:1px solid #202228;color:#8d9199;font-size:14px;display:flex;justify-content:space-between;gap:15px}.page-hero{padding:125px 0 90px;color:#fff;background:linear-gradient(90deg,rgba(6,7,9,.9),rgba(6,7,9,.58)),url('https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1800&q=85') center/cover}.page-hero h1{font-size:58px;max-width:850px}.breadcrumb{font-weight:700;color:#ddd}.content-page{display:grid;grid-template-columns:1fr 330px;gap:50px}.prose h2{font-size:38px}.prose h3{font-size:27px;margin-top:32px}.prose p,.prose li{color:#555b64;font-size:17px}.sidebar{background:var(--light);padding:28px;border-radius:8px;height:max-content}.sidebar h3{margin-top:0}.sidebar a{display:block;padding:13px 0;border-bottom:1px solid #ddd;font-weight:750}.floating-call{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:120;background:var(--red);color:#fff;text-align:center;padding:15px 18px;border-radius:7px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.3)}@media(max-width:980px){.services-grid{grid-template-columns:repeat(2,1fr)}.split,.contact-grid,.content-page{grid-template-columns:1fr}.image-stack .main{height:440px}.badge{right:15px}.footer-grid{grid-template-columns:1fr 1fr}.menu{position:fixed;top:81px;left:0;right:0;background:#fff;padding:22px 20px;display:none;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--border)}.menu.open{display:flex}.mobile-toggle{display:block}.nav>.call-pill{display:none}}@media(max-width:640px){.topbar .container{flex-direction:column;gap:0}.nav{height:72px}.logo{width:220px;height:78px}.logo img{width:260px;height:260px}.footer .logo{width:235px;height:88px}.footer .logo img{width:275px;height:275px}.menu{top:71px}.hero{min-height:610px}.hero-content{padding:60px 0}.hero p{font-size:17px}.section{padding:65px 0}.services-grid,.stats,.form,.checks,.footer-grid{grid-template-columns:1fr}.cta-band .container,.copyright{flex-direction:column;align-items:flex-start}.floating-call{display:block}body{padding-bottom:65px}.page-hero{padding:95px 0 70px}.page-hero h1{font-size:44px}}

.nav-share{color:var(--red)!important;font-weight:900!important}.nav-share:before{content:"⌖";margin-right:5px}.btn-location{background:#fff;color:#111;border:2px solid #fff}.btn-location:hover{background:#f3f4f6;transform:translateY(-1px)}
.area-chips{display:flex;flex-wrap:wrap;gap:11px}.area-chips span{background:#fff;border:1px solid var(--border);padding:10px 14px;border-radius:999px;font-weight:750;box-shadow:0 5px 14px rgba(0,0,0,.04)}.local-seo{background:#fafafa}.area-more{margin-top:30px}.area-chips-large span{font-size:16px;padding:12px 16px}.local-copy{margin-top:50px;max-width:850px}.local-copy h2{font-size:38px}.local-copy h3{font-size:25px;margin-top:30px}.btn-soft{background:#f0f1f3;color:#111;border:1px solid #d7d9de}.btn-soft:hover{background:#e5e7eb}.btn-outline-dark{background:#fff;color:#111;border:2px solid #1b1d22}.full-width{width:100%;margin-top:10px}
.mobile-action-bar{display:none;position:fixed;left:10px;right:10px;bottom:10px;z-index:150;border-radius:9px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.28);background:#fff}.mobile-action-bar a{flex:1;min-height:54px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;letter-spacing:.02em}.mobile-call{background:var(--red);color:#fff}.mobile-share{background:#111;color:#fff}
.share-page-body{min-height:100vh;background:radial-gradient(circle at top,#fff 0,#f6f7f9 50%,#eceef2 100%);padding-bottom:0}.share-header{height:92px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fff}.share-logo{width:235px;height:84px}.share-logo img{width:270px;height:270px}.share-call-mini{font-weight:900;color:var(--red)}.share-location-page{min-height:calc(100vh - 92px);display:grid;place-items:center;padding:34px 18px}.share-location-card{width:min(680px,100%);background:#fff;border-radius:18px;box-shadow:0 25px 65px rgba(0,0,0,.12);padding:46px;text-align:center;border:1px solid #e8e9ed}.share-pin{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:var(--red);color:#fff;font-size:38px;font-weight:900}.share-location-card h1{font-size:clamp(38px,7vw,64px);line-height:1;margin:14px 0 18px;color:#101114}.share-lead{font-size:18px;color:#5b6068;max-width:560px;margin:0 auto 28px}.share-location-button{width:100%;min-height:118px;border:0;border-radius:14px;background:linear-gradient(135deg,#e30613,#b3000b);color:#fff;box-shadow:0 16px 36px rgba(227,6,19,.28);cursor:pointer;padding:20px;transition:.2s}.share-location-button:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(227,6,19,.34)}.share-location-button span{display:block;font-size:clamp(22px,4vw,34px);font-weight:900;line-height:1.05}.share-location-button small{display:block;margin-top:10px;font-size:14px;font-weight:700;opacity:.9}.share-location-button:disabled{opacity:.7;cursor:wait;transform:none}.location-status{margin-top:18px;padding:13px 15px;background:#f5f6f8;border-radius:9px;color:#565b64;font-size:14px}.location-result{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.location-result h2{font-size:30px;margin:8px 0}.success-icon{margin:auto;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#128a42;color:#fff;font-size:28px;font-weight:900}.big-send-btn{display:flex;width:100%;min-height:64px;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:8px;font-size:18px;font-weight:900;margin:18px 0 4px}.privacy-note{margin-top:24px;text-align:left;background:#fff7f7;border:1px solid #ffd9dc;border-radius:10px;padding:14px 16px;color:#5e4547;font-size:13px}.need-help-call{display:inline-block;margin-top:20px;color:var(--red);font-weight:900}
@media(max-width:1120px){.nav{gap:14px}.menu{gap:18px}.logo{width:220px}.call-pill{padding:12px 14px;font-size:14px}}
@media(max-width:980px){.mobile-action-bar{display:flex}body{padding-bottom:74px}.share-page-body{padding-bottom:0}}
@media(max-width:640px){.share-header{height:78px;padding:0 12px}.share-logo{width:190px;height:70px}.share-logo img{width:230px;height:230px}.share-call-mini{font-size:12px}.share-location-page{min-height:calc(100vh - 78px);padding:18px 12px}.share-location-card{padding:28px 18px;border-radius:14px}.share-location-button{min-height:108px}.local-copy h2{font-size:31px}.area-chips span{font-size:14px;padding:9px 12px}}

/* 2026 Speedy logo, navigation, local service-area and content improvements */
.logo{width:250px;height:74px;overflow:visible;display:flex;align-items:center;justify-content:flex-start}.logo img{position:static;width:100%;height:100%;max-width:100%;transform:none;object-fit:contain;object-position:left center}.footer .logo,.footer-logo{background:transparent;width:280px;height:90px}.footer .logo img,.footer-logo img{width:100%;height:100%;object-fit:contain}.share-logo{width:260px;height:72px}.share-logo img{position:static!important;transform:none!important;width:100%!important;height:100%!important;object-fit:contain!important}
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.area-card{display:block;padding:24px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.055);transition:.2s}.area-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.09);border-color:#d3d5da}.area-card h3{margin:0 0 8px;font-size:22px}.area-card p{margin:0;color:var(--muted);font-size:14px}.area-card .text-link{color:var(--red);margin-top:14px}.area-intro{font-size:19px!important;color:#454a52!important}.area-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0 34px}.area-fact{background:#f7f8fa;border:1px solid var(--border);border-radius:8px;padding:18px}.area-fact strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--red);margin-bottom:5px}.area-fact span{font-weight:750}.service-jump-links{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:24px 0 34px}.service-jump{padding:18px;border:1px solid var(--border);border-radius:8px;background:#fff}.service-jump strong{display:block;font-size:18px}.service-jump span{display:block;color:var(--muted);font-size:14px;margin-top:4px}.service-jump:hover{border-color:var(--red)}.prose .callout{background:#fff4f5;border-left:5px solid var(--red);padding:20px 22px;border-radius:6px;margin:28px 0}.prose .callout p{margin:0;color:#3f434a}.prose .faq{border-top:1px solid var(--border);padding:18px 0}.prose .faq h3{font-size:21px;margin:0 0 6px}.prose .faq p{margin:0}.related-areas{margin-top:36px}.related-areas h3{font-size:24px}.inline-area-links{display:flex;flex-wrap:wrap;gap:9px}.inline-area-links a{padding:8px 11px;border-radius:999px;border:1px solid var(--border);font-size:13px;font-weight:750;background:#fff}.inline-area-links a:hover{border-color:var(--red);color:var(--red)}.sidebar-title{margin-top:28px!important}.sidebar-area-links{max-height:430px;overflow:auto;padding-right:5px}.sidebar-area-links a{font-size:13px;padding:8px 0}.sidebar a.current{color:var(--red);font-weight:900}.sidebar-share{color:var(--red);font-weight:900!important}.sticky-sidebar{position:sticky;top:105px}.prose .service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:26px 0}.detail-card{border:1px solid var(--border);border-radius:8px;padding:19px;background:#fff}.detail-card h3{font-size:20px;margin:0 0 6px}.detail-card p{font-size:15px;margin:0}.steps{counter-reset:step;list-style:none;padding:0!important}.steps li{position:relative;padding:0 0 20px 52px;min-height:42px}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:900}.footer-grid-wide{grid-template-columns:1.1fr .65fr 1.5fr}.footer-area-list{display:grid;grid-template-columns:repeat(3,1fr);column-gap:18px}.footer-area-list li{font-size:13px;margin:6px 0}.footer-subhead{margin-top:24px}.footer-call{font-size:25px;font-weight:900;color:#fff}.local-hero{background:linear-gradient(90deg,rgba(6,7,9,.92),rgba(6,7,9,.55)),url('https://images.unsplash.com/photo-1518554845730-8e9517e2e383?auto=format&fit=crop&w=1800&q=84') center/cover}.service-hero-flat{background:linear-gradient(90deg,rgba(6,7,9,.92),rgba(6,7,9,.55)),url('https://images.unsplash.com/photo-1580273916550-e323be2ae537?auto=format&fit=crop&w=1800&q=84') center/cover}.service-hero-spare{background:linear-gradient(90deg,rgba(6,7,9,.92),rgba(6,7,9,.55)),url('https://images.unsplash.com/photo-1578844251758-2f71da64c96f?auto=format&fit=crop&w=1800&q=84') center/cover}.service-hero-jump{background:linear-gradient(90deg,rgba(6,7,9,.92),rgba(6,7,9,.55)),url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1800&q=84') center/cover}.service-hero-fuel{background:linear-gradient(90deg,rgba(6,7,9,.92),rgba(6,7,9,.55)),url('https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=1800&q=84') center/cover}.area-note{font-size:13px;color:#777d86;margin-top:16px}.page-hero p{font-size:19px;max-width:720px;color:#e7e9ee}.section-compact{padding:65px 0}.service-area-index-copy{max-width:900px}.service-area-index-copy p{font-size:17px;color:#565b64}.location-name{color:var(--red)}
@media(max-width:1000px){.area-grid{grid-template-columns:repeat(2,1fr)}.footer-grid-wide{grid-template-columns:1fr 1fr}.footer-areas{grid-column:1/-1}.sticky-sidebar{position:static}.area-facts{grid-template-columns:1fr}.footer-area-list{grid-template-columns:repeat(4,1fr)}}
@media(max-width:640px){.logo{width:205px;height:58px}.footer .logo,.footer-logo{width:235px;height:74px}.area-grid,.service-jump-links,.prose .service-detail-grid{grid-template-columns:1fr}.footer-area-list{grid-template-columns:repeat(2,1fr)}.area-card{padding:20px}}


/* Speedy Google profile, reviews, footer logo and supplied service photos */
.footer .footer-logo{width:320px;height:118px;display:flex;align-items:center;background:transparent!important;overflow:visible}.footer .footer-logo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:left center!important;filter:none!important}.google-profile-link{display:inline-flex;align-items:center;gap:7px;color:#fff!important;font-weight:850;border:1px solid #343741;border-radius:999px;padding:10px 14px;margin-top:4px;transition:.2s}.google-profile-link:hover{border-color:#ff4b55;background:#14161b;transform:translateY(-1px)}
.reviews-section{background:#0b1a28;color:#fff}.reviews-section .kicker{color:#ff5a28}.review-head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:38px}.review-head>div{max-width:760px}.review-head h2{color:#fff;margin-bottom:14px}.review-head p{color:#c9d3dc;margin:7px 0}.review-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:17px}.google-stars{color:#ff641e;letter-spacing:2px;font-weight:900}.google-review-btn{border:1px solid rgba(255,255,255,.26);color:#fff;white-space:nowrap;background:rgba(255,255,255,.04)}.google-review-btn:hover{background:#fff;color:#101114}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{background:#152838;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:26px;min-height:275px;display:flex;flex-direction:column}.review-card-top{display:flex;align-items:center;justify-content:space-between}.quote-mark{width:42px;height:42px;border-radius:10px;background:rgba(255,100,30,.14);display:grid;place-items:center;color:#ff641e;font-size:32px;font-weight:900;line-height:1}.review-card p{color:#e8eef3;font-size:16px;line-height:1.75;flex:1}.review-card strong{color:#fff}.review-card small{color:#9fb0bf;margin-top:2px}.review-cta{margin-top:24px;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.review-cta>div{display:flex;flex-direction:column}.review-cta strong{font-size:22px}.review-cta span{color:#bac8d3}.service-photo{margin:26px 0 34px}.service-photo img{width:100%;max-height:460px;object-fit:cover;border-radius:10px;border:1px solid var(--border);box-shadow:0 14px 36px rgba(0,0,0,.10)}
@media(max-width:900px){.review-grid{grid-template-columns:1fr}.review-head{align-items:flex-start;flex-direction:column}.review-cta{align-items:flex-start;flex-direction:column}.footer .footer-logo{width:285px;height:102px}}
@media(max-width:640px){.footer .footer-logo{width:245px;height:90px}.review-card{min-height:0;padding:21px}}

/* Refined Speedy reviews section — brand-matched red / black / white */
.reviews-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 0%,rgba(227,6,19,.12),transparent 34%),
    radial-gradient(circle at 90% 100%,rgba(227,6,19,.08),transparent 30%),
    #0d0e11;
  color:#fff;
  border-top:1px solid #1f2025;
  border-bottom:1px solid #1f2025;
}
.reviews-section:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,var(--red),#8f0008,var(--red));
}
.reviews-section .container{position:relative;z-index:1}
.reviews-section .kicker{color:var(--red)}
.review-head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:40px}
.review-head>div{max-width:780px}
.review-head h2{color:#fff;margin-bottom:14px}
.review-head p{color:#b7bbc3;margin:7px 0}
.review-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:17px}
.review-summary strong{color:#fff}
.google-stars{color:var(--red);letter-spacing:3px;font-weight:900;text-shadow:0 0 18px rgba(227,6,19,.24)}
.google-review-btn{
  border:1px solid rgba(227,6,19,.55);
  color:#fff;
  white-space:nowrap;
  background:linear-gradient(180deg,rgba(227,6,19,.18),rgba(227,6,19,.06));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.google-review-btn:hover{background:var(--red);border-color:var(--red);color:#fff;transform:translateY(-1px)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#17181d,#121318);
  border:1px solid #2b2d34;
  border-radius:14px;
  padding:28px;
  min-height:282px;
  display:flex;
  flex-direction:column;
  box-shadow:0 16px 40px rgba(0,0,0,.22);
  transition:.25s ease;
}
.review-card:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:linear-gradient(180deg,var(--red),#7e0007);
}
.review-card:hover{transform:translateY(-4px);border-color:rgba(227,6,19,.55);box-shadow:0 22px 50px rgba(0,0,0,.30)}
.review-card-top{display:flex;align-items:center;justify-content:space-between}
.quote-mark{
  width:44px;height:44px;border-radius:50%;
  background:rgba(227,6,19,.12);
  border:1px solid rgba(227,6,19,.28);
  display:grid;place-items:center;
  color:var(--red);
  font-size:30px;font-weight:900;line-height:1;
}
.review-card p{color:#e1e3e7;font-size:16px;line-height:1.78;flex:1;margin-top:20px}
.review-card strong{color:#fff;font-size:15px}
.review-card small{color:#8f949e;margin-top:3px}
.review-cta{
  margin-top:28px;
  border:1px solid #2a2c32;
  border-radius:12px;
  padding:22px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:#121318;
}
.review-cta>div{display:flex;flex-direction:column}
.review-cta strong{font-size:22px;color:#fff}
.review-cta span{color:#aeb2ba}
.review-cta .btn-primary{box-shadow:0 8px 22px rgba(227,6,19,.22)}

@media(max-width:900px){
  .review-grid{grid-template-columns:1fr}
  .review-head{align-items:flex-start;flex-direction:column}
  .review-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .review-card{min-height:0;padding:22px}
  .review-cta{padding:20px}
}
