:root{--pc-navy:#061725;--pc-navy-2:#0a2233;--pc-cyan:#10c8ee;--pc-ink:#102b3c;--pc-muted:#607586;--pc-soft:#f3f7f9;--pc-line:#dce7ed;--pc-white:#fff;--pc-shadow:0 24px 65px rgba(5,27,43,.12)}
.pc-page{overflow:hidden;background:#fff;color:var(--pc-ink)}
.pc-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.pc-section{padding:88px 0}
.pc-kicker{display:block;margin-bottom:13px;color:#00a8cf;font-size:.74rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.pc-page h1,.pc-page h2,.pc-page h3{margin-top:0;line-height:1.02;letter-spacing:-.035em}
.pc-page h1{margin-bottom:20px;font-size:clamp(3.3rem,6vw,6.25rem);color:#fff;max-width:820px}.pc-page h1 span{color:var(--pc-cyan)}
.pc-page h2{margin-bottom:18px;font-size:clamp(2.15rem,4vw,4.15rem)}
.pc-page p{line-height:1.72}
.pc-btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border-radius:10px;font-size:.86rem;font-weight:900;text-decoration:none;transition:.2s ease}
.pc-btn--primary{background:var(--pc-cyan);color:#052031}.pc-btn--primary:hover{transform:translateY(-2px);background:#35d5f2}
.pc-btn--glass{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff}.pc-btn--glass:hover{background:rgba(255,255,255,.15)}
.pc-btn--dark{background:var(--pc-navy);color:#fff}
.pc-actions{display:flex;gap:12px;flex-wrap:wrap}
.pc-hero{position:relative;min-height:760px;display:flex;align-items:center;padding:72px 0 112px;background:var(--pc-navy);isolation:isolate}
.pc-hero__media,.pc-hero__shade{position:absolute;inset:0;width:100%;height:100%}.pc-hero__media{z-index:-3;object-fit:cover;object-position:center}.pc-hero__shade{z-index:-2;background:linear-gradient(90deg,rgba(3,16,27,.97) 0%,rgba(4,22,35,.91) 49%,rgba(4,22,35,.62) 100%)}
.pc-hero__layout{display:grid;grid-template-columns:minmax(0,1.15fr) 410px;gap:72px;align-items:center}
.pc-breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:28px;color:#9fb3c0;font-size:.76rem}.pc-breadcrumbs a{color:#d9e5eb;text-decoration:none}
.pc-hero .pc-kicker{color:var(--pc-cyan)}
.pc-hero__lead{max-width:700px;margin:0 0 28px;color:#d2dee5;font-size:1.05rem}
.pc-hero__ticks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 22px;margin:27px 0 0;padding:0;list-style:none;color:#dce7ec;font-size:.82rem;font-weight:800}.pc-hero__ticks li:before{content:'✓';margin-right:8px;color:var(--pc-cyan)}
.pc-quote{padding:29px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 26px 75px rgba(0,0,0,.27);color:var(--pc-ink)}
.pc-quote__label{color:#008dab;font-size:.71rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pc-quote h2{margin:8px 0 8px;font-size:2rem}.pc-quote>p{margin:0 0 20px;color:var(--pc-muted);font-size:.86rem}
.pc-quote form,.pc-final__form form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pc-quote label,.pc-final__form label{display:grid;gap:6px;color:#294455;font-size:.72rem;font-weight:850}.pc-quote label:nth-of-type(3),.pc-quote label:nth-of-type(4),.pc-quote button,.pc-quote small,.pc-final__form label:nth-of-type(3),.pc-final__form label:nth-of-type(4),.pc-final__form button,.pc-final__form small{grid-column:1/-1}.pc-quote input,.pc-quote select,.pc-final__form input,.pc-final__form select{width:100%;height:45px;padding:0 12px;border:1px solid #cad9e1;border-radius:9px;background:#fff;font:inherit}.pc-quote button,.pc-final__form button{width:100%;border:0;cursor:pointer}.pc-quote small,.pc-final__form small{color:#748694;font-size:.7rem}
.pc-proof{position:relative;z-index:4;margin-top:-44px}.pc-proof__grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--pc-line);border-radius:18px;background:#fff;box-shadow:var(--pc-shadow)}.pc-proof article{display:flex;gap:14px;align-items:center;min-height:112px;padding:22px 24px;border-right:1px solid var(--pc-line)}.pc-proof article:last-child{border-right:0}.pc-proof article>span{color:#05afd2;font-size:.7rem;font-weight:900}.pc-proof strong,.pc-proof p{display:block}.pc-proof strong{font-size:.9rem}.pc-proof p{margin:3px 0 0;color:var(--pc-muted);font-size:.75rem;line-height:1.4}
.pc-intro{padding:82px 0;background:#fff}.pc-intro__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);gap:52px;align-items:center}.pc-intro__copy h2{max-width:700px;margin-bottom:17px}.pc-intro__copy>p{max-width:670px;color:var(--pc-muted);margin-bottom:12px}.pc-intro__points{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.pc-intro__points span{padding:8px 11px;border:1px solid var(--pc-line);border-radius:999px;background:#f7fafb;font-size:.73rem;font-weight:850}.pc-intro__image{height:360px;margin:0;overflow:hidden;border-radius:20px;box-shadow:var(--pc-shadow)}.pc-intro__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 55%}
.pc-surfaces{background:var(--pc-soft)}.pc-heading{max-width:760px;margin-bottom:38px}.pc-heading>p{color:var(--pc-muted)}.pc-heading--split{max-width:none;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);gap:60px;align-items:end}.pc-heading--split>p{margin:0 0 7px}
.pc-surface-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pc-surface-card{position:relative;min-height:205px;display:flex;flex-direction:column;padding:25px;border:1px solid var(--pc-line);border-radius:16px;background:#fff;transition:.2s ease}.pc-surface-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(10,42,61,.09)}.pc-surface-card__number{color:#00a6ca;font-size:.7rem;font-weight:900}.pc-surface-card h3{margin:20px 0 9px;font-size:1.18rem}.pc-surface-card p{margin:0;color:var(--pc-muted);font-size:.83rem;line-height:1.58}.pc-surface-card__tag{margin-top:auto;padding-top:17px;color:#0989a5;font-size:.7rem;font-weight:900}.pc-surface-note{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-top:17px;padding:17px 20px;border-radius:13px;background:var(--pc-navy);color:#fff}.pc-surface-note span{color:#c8d8e0;font-size:.82rem}.pc-surface-note a{color:var(--pc-cyan);font-size:.82rem;font-weight:900;text-decoration:none}
.pc-process{background:var(--pc-navy);color:#fff}.pc-heading--light p{color:#b9ccd7}.pc-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.12)}.pc-process__grid article{min-height:245px;padding:30px;background:var(--pc-navy-2)}.pc-process__grid article>span{color:var(--pc-cyan);font-size:.72rem;font-weight:900}.pc-process__grid h3{margin:42px 0 12px;font-size:1.15rem}.pc-process__grid p{margin:0;color:#b9ccd8;font-size:.83rem;line-height:1.6}
.pc-results{background:#fff}.pc-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pc-gallery figure{aspect-ratio:4/3;margin:0;overflow:hidden;border-radius:18px;background:#dce6ec}.pc-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.pc-gallery figure:hover img{transform:scale(1.025)}.pc-gallery figcaption{display:none}.pc-inline-cta{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:18px;padding:21px 23px;border:1px solid var(--pc-line);border-radius:15px;background:#f7fafc}.pc-inline-cta strong,.pc-inline-cta span{display:block}.pc-inline-cta span{margin-top:4px;color:var(--pc-muted);font-size:.82rem}.pc-inline-cta__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.pc-text-link{color:#0085a3;font-weight:900;text-decoration:none;white-space:nowrap}
.pc-problems{padding:78px 0;background:var(--pc-soft)}.pc-problems__layout{display:grid;grid-template-columns:minmax(380px,.88fr) minmax(0,1.12fr);gap:52px;align-items:center}.pc-problems__visual{height:350px;overflow:hidden;border-radius:20px;box-shadow:var(--pc-shadow)}.pc-problems__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.pc-problems__copy h2{margin-bottom:16px}.pc-problems__copy>p{max-width:650px;margin-bottom:0;color:var(--pc-muted)}.pc-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px 18px;margin:19px 0 18px;padding:0;list-style:none}.pc-check-grid li{font-size:.82rem;font-weight:850}.pc-check-grid li:before{content:'✓';margin-right:8px;color:#00a8cd}
.pc-sealing{background:var(--pc-navy);color:#fff}.pc-sealing__box{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.72fr);gap:70px;align-items:center}.pc-sealing__intro p{max-width:690px;color:#bfd0d9}.pc-sealing__panel{padding:31px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.07)}.pc-sealing__panel h3{margin:0 0 17px;font-size:1.22rem}.pc-sealing__panel ul{display:grid;gap:12px;margin:0 0 24px;padding:0;list-style:none}.pc-sealing__panel li{color:#c8d8e0;font-size:.84rem}.pc-sealing__panel li:before{content:'✓';margin-right:9px;color:var(--pc-cyan);font-weight:900}
.pc-faq{background:var(--pc-soft)}.pc-faq__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.pc-faq details{padding:0 19px;border:1px solid var(--pc-line);border-radius:13px;background:#fff}.pc-faq summary{display:flex;justify-content:space-between;gap:14px;align-items:center;min-height:66px;cursor:pointer;list-style:none;font-size:.86rem;font-weight:900}.pc-faq summary::-webkit-details-marker{display:none}.pc-faq summary span{color:#00a5ca;font-size:1.25rem}.pc-faq details[open] summary span{transform:rotate(45deg)}.pc-faq details p{margin:0 0 18px;color:var(--pc-muted);font-size:.84rem}
.pc-nearby{background:#fff}.pc-nearby__links{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.pc-nearby__links a,.pc-nearby__area{position:relative;display:block;padding:18px 39px 17px 18px;border:1px solid var(--pc-line);border-radius:13px;color:var(--pc-ink);text-decoration:none}.pc-nearby__links a:hover{border-color:#09b9e0;background:#f0fbfd}.pc-nearby__links span,.pc-nearby__links small{display:block}.pc-nearby__area{background:#f8fbfc}.pc-nearby__area small{font-style:normal}.pc-nearby__links span{font-weight:900}.pc-nearby__links small{margin-top:3px;color:var(--pc-muted)}.pc-nearby__links b{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#00a6cb}
.pc-final{padding:0;background:var(--pc-navy)}.pc-final__box{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.7fr);gap:72px;align-items:center;padding:92px 0;color:#fff;isolation:isolate}.pc-final__box>img,.pc-final__shade{position:absolute;inset:0;left:50%;width:100vw;height:100%;transform:translateX(-50%)}.pc-final__box>img{z-index:-3;object-fit:cover}.pc-final__shade{z-index:-2;background:linear-gradient(90deg,rgba(3,16,27,.98),rgba(4,22,35,.93) 54%,rgba(4,22,35,.72))}.pc-final__content{max-width:650px}.pc-final__content p{max-width:610px;color:#cad9e2}.pc-final__contact{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:#c9d8e1;font-size:.84rem}.pc-final__contact a{color:var(--pc-cyan);font-weight:900;text-decoration:none}.pc-final__form{padding:27px;border-radius:20px;background:#fff;color:var(--pc-ink);box-shadow:0 22px 60px rgba(0,0,0,.25)}
@media(max-width:1050px){.pc-hero__layout{grid-template-columns:minmax(0,1fr) 380px;gap:42px}.pc-intro__layout,.pc-problems__layout{gap:44px}.pc-process__grid{grid-template-columns:repeat(2,1fr)}.pc-nearby__links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.pc-hero{min-height:auto}.pc-hero__shade{background:linear-gradient(180deg,rgba(3,16,27,.96),rgba(4,22,35,.91))}.pc-hero__layout,.pc-intro__layout,.pc-problems__layout,.pc-sealing__box,.pc-final__box{grid-template-columns:1fr}.pc-quote{max-width:680px}.pc-proof__grid{grid-template-columns:repeat(2,1fr)}.pc-proof article:nth-child(2){border-right:0}.pc-proof article:nth-child(-n+2){border-bottom:1px solid var(--pc-line)}.pc-heading--split{grid-template-columns:1fr;gap:12px}.pc-surface-grid{grid-template-columns:repeat(2,1fr)}.pc-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-final__box{gap:38px}.pc-final__form{max-width:680px}}
@media(max-width:650px){.pc-container{width:min(100% - 28px,1180px)}.pc-section{padding:62px 0}.pc-hero{padding:38px 0 72px}.pc-page h1{font-size:clamp(2.65rem,12.5vw,4rem)}.pc-page h2{font-size:clamp(2rem,9vw,3rem)}.pc-actions{display:grid;grid-template-columns:1fr;width:100%}.pc-btn{width:100%}.pc-hero__ticks{grid-template-columns:1fr}.pc-quote{padding:21px}.pc-quote form,.pc-final__form form{grid-template-columns:1fr}.pc-quote label,.pc-quote label:nth-of-type(3),.pc-quote label:nth-of-type(4),.pc-quote button,.pc-quote small,.pc-final__form label,.pc-final__form label:nth-of-type(3),.pc-final__form label:nth-of-type(4),.pc-final__form button,.pc-final__form small{grid-column:1}.pc-proof{margin-top:-26px}.pc-proof__grid{grid-template-columns:1fr}.pc-proof article{border-right:0;border-bottom:1px solid var(--pc-line)}.pc-proof article:last-child{border-bottom:0}.pc-intro{padding-top:72px}.pc-surface-grid,.pc-process__grid,.pc-faq__grid,.pc-nearby__links{grid-template-columns:1fr}.pc-surface-card{min-height:178px}.pc-surface-note{grid-template-columns:1fr;gap:5px}.pc-gallery{grid-template-columns:1fr;gap:12px}.pc-gallery figure{aspect-ratio:4/3}.pc-inline-cta{align-items:flex-start;flex-direction:column}.pc-inline-cta__actions{width:100%;align-items:flex-start;flex-direction:column}.pc-check-grid{grid-template-columns:1fr}.pc-final__box{padding:66px 0}.pc-final__form{padding:21px}}

/* Compact service-story sections */
@media (max-width:1050px){.pc-intro__image{height:330px}.pc-problems__visual{height:330px}}
@media (max-width:850px){.pc-intro,.pc-problems{padding:66px 0}.pc-intro__image,.pc-problems__visual{height:auto;aspect-ratio:16/10}.pc-intro__image img,.pc-problems__visual img{height:100%}}
@media (max-width:650px){.pc-intro,.pc-problems{padding:56px 0}.pc-intro__layout,.pc-problems__layout{gap:30px}.pc-intro__image,.pc-problems__visual{aspect-ratio:4/3;border-radius:16px}.pc-intro__points{margin-top:15px}}

/* SEO and authority sections */
.pc-why{background:#fff}.pc-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pc-why__grid article{min-height:225px;padding:26px;border:1px solid var(--pc-line);border-radius:16px;background:#f8fbfc}.pc-why__grid article>span{color:#00a6ca;font-size:.7rem;font-weight:900}.pc-why__grid h3{margin:28px 0 10px;font-size:1.14rem}.pc-why__grid p{margin:0;color:var(--pc-muted);font-size:.82rem;line-height:1.62}
.pc-project{background:#fff}.pc-project__layout{display:grid;grid-template-columns:minmax(380px,.92fr) minmax(0,1.08fr);gap:58px;align-items:center}.pc-project__image{height:410px;margin:0;overflow:hidden;border-radius:20px;box-shadow:var(--pc-shadow)}.pc-project__image img{width:100%;height:100%;display:block;object-fit:cover}.pc-project__copy>p{color:var(--pc-muted)}.pc-project__facts{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin:24px 0;background:var(--pc-line);border:1px solid var(--pc-line);border-radius:14px;overflow:hidden}.pc-project__facts div{padding:17px;background:#fff}.pc-project__facts dt{color:#008ca9;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.pc-project__facts dd{margin:5px 0 0;font-size:.82rem;font-weight:800}
.pc-related{background:var(--pc-navy);color:#fff}.pc-related .pc-heading>p{color:#bfd0d9}.pc-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pc-related__grid a{position:relative;min-height:145px;padding:23px 44px 22px 22px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.06);color:#fff;text-decoration:none;transition:.2s ease}.pc-related__grid a:hover{transform:translateY(-2px);border-color:rgba(16,200,238,.7);background:rgba(255,255,255,.09)}.pc-related__grid strong,.pc-related__grid span{display:block}.pc-related__grid strong{font-size:.95rem}.pc-related__grid span{margin-top:8px;color:#b9ccd7;font-size:.78rem;line-height:1.55}.pc-related__grid b{position:absolute;right:19px;top:22px;color:var(--pc-cyan)}
.pc-mobile-cta{display:none}
@media(max-width:850px){.pc-why__grid,.pc-related__grid{grid-template-columns:repeat(2,1fr)}.pc-project__layout{grid-template-columns:1fr;gap:34px}.pc-project__image{height:auto;aspect-ratio:16/10}}
@media(max-width:650px){.pc-why__grid,.pc-related__grid,.pc-project__facts{grid-template-columns:1fr}.pc-why__grid article{min-height:auto}.pc-mobile-cta{position:fixed;z-index:9999;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(6,23,37,.96);box-shadow:0 16px 45px rgba(0,0,0,.28);backdrop-filter:blur(12px)}.pc-mobile-cta a{display:flex;min-height:46px;align-items:center;justify-content:center;border-radius:9px;color:#fff;font-size:.79rem;font-weight:900;text-decoration:none}.pc-mobile-cta a:last-child{background:var(--pc-cyan);color:#052031}.pc-page{padding-bottom:76px}}

/* CraftCore Service Template v1.0 — final interaction and accessibility polish */
.pc-gallery__open{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden;color:inherit;text-align:left}
.pc-gallery__open:focus-visible{outline:3px solid var(--pc-cyan);outline-offset:4px}
.pc-gallery__hint{position:absolute;right:14px;bottom:14px;padding:8px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(3,16,27,.72);color:#fff;font-size:.7rem;font-weight:900;opacity:0;transform:translateY(5px);transition:opacity .22s ease,transform .22s ease;backdrop-filter:blur(8px)}
.pc-gallery__open:hover .pc-gallery__hint,.pc-gallery__open:focus-visible .pc-gallery__hint{opacity:1;transform:none}
.pc-lightbox[hidden]{display:none}.pc-lightbox{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:70px 82px;background:rgba(2,12,20,.94);backdrop-filter:blur(14px)}
.pc-lightbox figure{position:relative;display:grid;place-items:center;width:min(1180px,100%);height:min(80vh,820px);margin:0}
.pc-lightbox img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.pc-lightbox figcaption{position:absolute;left:50%;bottom:-42px;transform:translateX(-50%);width:min(760px,90vw);color:#d7e4ea;text-align:center;font-size:.82rem}
.pc-lightbox__close,.pc-lightbox__nav{position:absolute;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.09);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}
.pc-lightbox__close{top:22px;right:22px;width:48px;height:48px;border-radius:50%;font-size:1.75rem}
.pc-lightbox__nav{top:50%;width:52px;height:66px;border-radius:14px;transform:translateY(-50%);font-size:2rem}.pc-lightbox__prev{left:22px}.pc-lightbox__next{right:22px}
.pc-lightbox__close:hover,.pc-lightbox__nav:hover,.pc-lightbox__close:focus-visible,.pc-lightbox__nav:focus-visible{background:var(--pc-cyan);color:#052031;outline:none}
.pc-lightbox__count{position:absolute;top:34px;left:50%;transform:translateX(-50%);color:#d7e4ea;font-size:.78rem;font-weight:850}
body.pc-lightbox-open{overflow:hidden}
.pc-btn:focus-visible,.pc-text-link:focus-visible,.pc-nearby__links a:focus-visible,.pc-related__grid a:focus-visible,.pc-mobile-cta a:focus-visible,.pc-faq summary:focus-visible{outline:3px solid var(--pc-cyan);outline-offset:4px}
.pc-faq summary span{transition:transform .2s ease}
@media(max-width:650px){.pc-gallery__hint{opacity:1}.pc-lightbox{padding:64px 14px 86px}.pc-lightbox figure{height:72vh}.pc-lightbox__nav{top:auto;bottom:16px;width:48px;height:48px;border-radius:50%;transform:none}.pc-lightbox__prev{left:calc(50% - 58px)}.pc-lightbox__next{right:calc(50% - 58px)}.pc-lightbox__close{top:12px;right:12px}.pc-lightbox__count{top:26px}}
@media(prefers-reduced-motion:reduce){.pc-page *,.pc-page *::before,.pc-page *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Conversion-focused final quotation form */
.pc-final__form{padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.34)}
.pc-final__form-head{padding:25px 28px 20px;border-bottom:1px solid #e3edf2;background:linear-gradient(145deg,#f9fdff,#eefaff)}
.pc-final__stars{margin-bottom:5px;color:#f5a623;font-size:.9rem;letter-spacing:.12em;line-height:1}
.pc-final__form-head p{margin:0 0 13px;color:#557184;font-size:.68rem;font-weight:850;letter-spacing:.02em}
.pc-final__form-head h3{margin:0 0 7px;color:var(--pc-ink);font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.1}
.pc-final__form-head>span{display:block;color:#607789;font-size:.78rem;line-height:1.55}
.pc-final__form form{padding:22px 28px 26px;gap:14px}
.pc-final__form label{gap:7px;font-size:.73rem}
.pc-final__form label span{letter-spacing:.01em}
.pc-final__form input,.pc-final__form select{height:49px;border-color:#bfd2dc;border-radius:11px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.pc-final__form input::placeholder{color:#98a9b4}
.pc-final__form input:focus,.pc-final__form select:focus{outline:0;border-color:var(--pc-cyan);box-shadow:0 0 0 4px rgba(0,196,232,.14);background:#fff}
.pc-final__form .pc-final__help{grid-column:1/-1}
.pc-final__form button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;margin-top:2px;font-size:.86rem;box-shadow:0 12px 25px rgba(0,196,232,.22)}
.pc-final__form button b{font-size:1.1rem;transition:transform .2s ease}
.pc-final__form button:hover b{transform:translateX(4px)}
.pc-final__reassurance{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:10px 18px;flex-wrap:wrap;padding-top:2px;color:#355668;font-size:.67rem;font-weight:800}
.pc-final__reassurance span{white-space:nowrap}
.pc-final__form small{display:block;text-align:center;color:#6f8390;font-size:.67rem}
@media(max-width:650px){.pc-final__form-head{padding:22px 21px 18px}.pc-final__form form{padding:20px 21px 23px}.pc-final__reassurance{justify-content:flex-start;gap:8px 14px}}

/* Recent project spacing refinement: reduce the oversized gap after the gallery. */
.pc-project.pc-section{
  padding-top:58px;
  padding-bottom:88px;
}
@media(max-width:650px){
  .pc-project.pc-section{
    padding-top:46px;
    padding-bottom:62px;
  }
}


/* Local Crewe authority section — premium contained layout */
.pc-local{padding:76px 0;background:linear-gradient(180deg,#f5f9fb 0%,#fff 100%)}
.pc-local__panel{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:0;overflow:hidden;border:1px solid var(--pc-line);border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(7,35,53,.10)}
.pc-local__panel:before{content:'';position:absolute;inset:0 auto 0 0;width:5px;background:var(--pc-cyan)}
.pc-local__intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:52px 48px;background:linear-gradient(145deg,#071a29 0%,#0b2a3e 100%);color:#fff}
.pc-local__intro .pc-kicker{color:var(--pc-cyan)}
.pc-local__intro h2{max-width:560px;margin-bottom:17px;font-size:clamp(2.35rem,4vw,3.85rem)}
.pc-local__intro>p{max-width:500px;margin:0 0 26px;color:#c6d7df;font-size:.95rem;line-height:1.7}
.pc-local__content{padding:48px 50px}
.pc-local__lead{margin:0 0 22px;color:var(--pc-ink);font-size:1rem;font-weight:650;line-height:1.75}
.pc-local__areas{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.pc-local__areas span{padding:8px 12px;border:1px solid #cfe0e8;border-radius:999px;background:#f5fafc;color:#244659;font-size:.72rem;font-weight:900}
.pc-local__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:22px}
.pc-local__features article{padding:20px;border:1px solid var(--pc-line);border-radius:14px;background:#f8fbfc}
.pc-local__features strong,.pc-local__features span{display:block}
.pc-local__features strong{margin-bottom:7px;color:var(--pc-ink);font-size:.88rem}
.pc-local__features span{color:var(--pc-muted);font-size:.77rem;line-height:1.55}
.pc-local__foot{margin:0;color:var(--pc-muted);font-size:.84rem;line-height:1.7}
.pc-local__foot .pc-text-link{white-space:normal}
@media(max-width:900px){.pc-local__panel{grid-template-columns:1fr}.pc-local__intro,.pc-local__content{padding:40px}.pc-local__intro h2{max-width:720px}.pc-local__intro>p{max-width:680px}}
@media(max-width:650px){.pc-local{padding:56px 0}.pc-local__panel{border-radius:18px}.pc-local__intro,.pc-local__content{padding:30px 24px}.pc-local__intro h2{font-size:clamp(2rem,10vw,2.8rem)}.pc-local__features{grid-template-columns:1fr}.pc-local__areas{gap:7px}.pc-local__areas span{padding:7px 10px}}


/* 5.6.8 — visually distinct common-problems section */
.pc-problems{position:relative;isolation:isolate;overflow:hidden;padding:92px 0;background:#071724;color:#fff}
.pc-problems__backdrop{position:absolute;inset:0;z-index:-2}
.pc-problems__backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,29,.98) 0%,rgba(4,18,29,.94) 58%,rgba(4,18,29,.84) 100%)}
.pc-problems__backdrop img{width:100%;height:100%;object-fit:cover;opacity:.22;filter:saturate(.7) contrast(1.05)}
.pc-problems__inner{position:relative}
.pc-problems__heading{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:72px;align-items:end;margin-bottom:38px}
.pc-problems__heading h2{max-width:760px;margin:10px 0 0;color:#fff}
.pc-problems__heading>p{margin:0;color:#b9c7d2;font-size:1.02rem;line-height:1.72}
.pc-problems .pc-kicker{color:var(--pc-cyan)}
.pc-problems__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.pc-problems__grid article{min-height:190px;padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.pc-problems__grid article:hover{transform:translateY(-3px);border-color:rgba(0,204,255,.42);background:rgba(255,255,255,.075)}
.pc-problems__grid article>span{display:block;margin-bottom:24px;color:var(--pc-cyan);font-size:.69rem;font-weight:900;letter-spacing:.14em}
.pc-problems__grid strong{display:block;margin-bottom:9px;color:#fff;font-size:1rem}
.pc-problems__grid p{margin:0;color:#aebfcb;font-size:.86rem;line-height:1.58}
.pc-problems__footer{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.13)}
.pc-problems__footer p{max-width:720px;margin:0;color:#b9c7d2}
.pc-problems__footer .pc-btn{flex:0 0 auto}
@media(max-width:1050px){.pc-problems__heading{grid-template-columns:1fr;gap:16px}.pc-problems__heading>p{max-width:760px}.pc-problems__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.pc-problems{padding:64px 0}.pc-problems__grid{grid-template-columns:1fr}.pc-problems__grid article{min-height:0}.pc-problems__footer{align-items:flex-start;flex-direction:column}.pc-problems__footer .pc-btn{width:100%}}


/* 5.6.9 — Patio master-template QA and design-system hardening */
.pc-page{
  --pc-section-space:88px;
  --pc-section-space-compact:64px;
  --pc-radius-sm:13px;
  --pc-radius-md:18px;
  --pc-radius-lg:24px;
  --pc-focus-ring:0 0 0 4px rgba(16,200,238,.20);
}
.pc-section{padding-block:var(--pc-section-space)}
#patio-quote,.pc-faq details,.pc-related__grid a,.pc-nearby__links a{scroll-margin-top:150px}
.pc-page a,.pc-page button,.pc-page input,.pc-page select,.pc-page summary{-webkit-tap-highlight-color:transparent}
.pc-quote input:focus,.pc-quote select:focus{outline:0;border-color:var(--pc-cyan);box-shadow:var(--pc-focus-ring)}
.pc-breadcrumbs a:hover,.pc-text-link:hover{text-decoration:underline;text-underline-offset:4px}
.pc-related__grid{align-items:stretch}
.pc-related__grid a,.pc-related__coming-soon{min-height:168px}
.pc-related__coming-soon{position:relative;display:flex;flex-direction:column;padding:22px;border:1px solid var(--pc-line);border-radius:var(--pc-radius-sm);background:#f7fafc;color:var(--pc-ink)}
.pc-related__coming-soon strong,.pc-related__coming-soon span,.pc-related__coming-soon small{display:block}
.pc-related__coming-soon strong{font-size:.93rem}
.pc-related__coming-soon span{margin-top:8px;color:var(--pc-muted);font-size:.78rem;line-height:1.55}
.pc-related__coming-soon small{margin-top:auto;padding-top:18px;color:#087f99;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.pc-gallery img[loading="lazy"],.pc-intro__image img[loading="lazy"]{content-visibility:auto}
@media(max-width:900px){.pc-page{--pc-section-space:74px}}
@media(max-width:650px){.pc-page{--pc-section-space:58px}.pc-related__grid a,.pc-related__coming-soon{min-height:0}}


/* v6.0 — Sprint 2 quote-card conversion polish */
.pc-quote__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.pc-quote__rating{flex:0 0 auto;color:#087f99;font-size:.66rem;font-weight:900;letter-spacing:.025em}
.pc-quote__proof{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 12px;color:#647786;font-size:.66rem;font-weight:850}
@media(max-width:390px){.pc-quote__topline{align-items:flex-start;flex-direction:column;gap:5px}}


/* Patio Cleaning Crewe first-draft refinements */
.pc-page{overflow:hidden;background:#fff}.pc-hero__media{object-position:center 58%}.pc-materials__grid,.pc-problems__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.pc-material-card,.pc-problem-card{background:#fff;border:1px solid rgba(8,29,54,.1);border-radius:22px;padding:28px;box-shadow:0 14px 38px rgba(5,24,45,.07)}.pc-material-card span,.pc-problem-card span{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:rgba(0,204,255,.12);color:#006f8a;font-weight:900;margin-bottom:18px}.pc-material-card h3,.pc-problem-card h3{margin:0 0 10px}.pc-material-card p,.pc-problem-card p{margin:0;color:#526274}.pc-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pc-gallery__grid figure{margin:0;border-radius:22px;overflow:hidden;background:#eaf0f4;min-height:260px}.pc-gallery__grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.pc-gallery__grid figure:hover img{transform:scale(1.025)}.pc-process__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pc-process__grid article{padding:26px;border-radius:22px;background:#0b1b32;color:#fff}.pc-process__grid b{display:block;color:#00ccff;font-size:.82rem;letter-spacing:.12em;margin-bottom:14px}.pc-process__grid h3{color:#fff;margin:0 0 10px}.pc-process__grid p{margin:0;color:rgba(255,255,255,.72)}.pc-sealing__layout{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.pc-sealing__panel{background:#07182c;color:#fff;padding:38px;border-radius:26px}.pc-sealing__panel h3{color:#fff}.pc-sealing__panel ul{padding:0;margin:22px 0 0;list-style:none;display:grid;gap:13px}.pc-sealing__panel li:before{content:'✓';color:#00ccff;font-weight:900;margin-right:10px}.pc-nearby__links{grid-template-columns:repeat(5,minmax(0,1fr))}.pc-image-note{font-size:.82rem;color:#68788a;margin-top:12px}.pc-hero__copy .pc-kicker{color:#78e9ff}.pc-quote__topline{gap:12px}.pc-quote__rating{white-space:nowrap}@media(max-width:980px){.pc-materials__grid,.pc-problems__grid,.pc-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-sealing__layout{grid-template-columns:1fr}.pc-nearby__links{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.pc-materials__grid,.pc-problems__grid,.pc-process__grid,.pc-gallery__grid{grid-template-columns:1fr}.pc-gallery__grid figure{min-height:225px}.pc-nearby__links{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-material-card,.pc-problem-card{padding:22px}.pc-sealing__panel{padding:26px}}

/* v10.3.8 — Patio authority, content and conversion pass */
.patio-page-v10 .patio-hero-v10 .dc-hero__lead{max-width:720px}
.patio-page-v10 .patio-hero-v10 .dc-hero__ticks{grid-template-columns:max-content max-content;width:max-content;max-width:680px;column-gap:38px;row-gap:9px}
.patio-page-v10 .patio-hero-v10 .dc-quote small{display:block;text-align:center}
.patio-method{background:#f5f9fb}
.patio-method__layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:64px;align-items:center}
.patio-method__copy h2{max-width:720px;margin:10px 0 20px}
.patio-method__copy p{max-width:690px;color:#536675;line-height:1.76}
.patio-method__cards{display:grid;gap:12px}
.patio-method__cards article{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start;padding:22px 24px;border:1px solid rgba(7,35,53,.11);border-radius:16px;background:#fff;box-shadow:0 14px 35px rgba(7,35,53,.06)}
.patio-method__cards article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#071a29;color:#00ccff;font-size:.72rem;font-weight:950;letter-spacing:.08em}
.patio-method__cards h3{margin:1px 0 7px;font-size:1.02rem}
.patio-method__cards p{margin:0;color:#617381;font-size:.86rem;line-height:1.62}
.patio-care{background:#fff}
.patio-care__box{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:64px;padding:50px;border:1px solid rgba(7,35,53,.10);border-radius:24px;background:linear-gradient(145deg,#f7fbfd 0%,#fff 72%);box-shadow:0 22px 65px rgba(7,35,53,.08)}
.patio-care__box>div:first-child h2{margin:10px 0 18px}
.patio-care__box>div:first-child p{margin:0;color:#576a78;line-height:1.75}
.patio-care__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.patio-care__grid article{padding:20px;border:1px solid rgba(7,35,53,.10);border-radius:14px;background:#fff}
.patio-care__grid strong{display:block;margin-bottom:7px;color:#0a2638;font-size:.9rem}
.patio-care__grid p{margin:0;color:#627482;font-size:.8rem;line-height:1.58}
@media(max-width:900px){.patio-method__layout,.patio-care__box{grid-template-columns:1fr;gap:34px}.patio-page-v10 .patio-hero-v10 .dc-hero__ticks{max-width:none}}
@media(max-width:650px){.patio-page-v10 .patio-hero-v10 .dc-hero__ticks{grid-template-columns:1fr;width:100%}.patio-method__cards article{grid-template-columns:42px 1fr;padding:19px}.patio-method__cards article>span{width:42px;height:42px}.patio-care__box{padding:28px 22px;border-radius:18px}.patio-care__grid{grid-template-columns:1fr}}


/* v10.3.10 — Patio final polish and sign-off pass */
.patio-page-v10 .patio-hero-v10 .dc-quote__proof{padding-top:14px;border-top:1px solid rgba(7,35,53,.10)}
.patio-page-v10 .patio-hero-v10 .dc-quote__proof span::before{content:'✓';display:inline-grid;flex:0 0 17px;width:17px;height:17px;place-items:center;border-radius:50%;background:rgba(0,204,255,.13);color:#008fb3;font-size:.67rem;font-weight:950;line-height:1}
.patio-page-v10 .patio-hero-v10 .dc-quote small{text-align:center}
.patio-page-v10 .dc-process__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.patio-page-v10 .dc-process__grid article{min-height:225px}
.patio-page-v10 .dc-process__grid h3{margin-top:28px}
.patio-page-v10 .dc-results .dc-heading p{max-width:590px}
@media(max-width:900px){.patio-page-v10 .dc-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.patio-page-v10 .patio-hero-v10 .dc-quote__proof{align-items:flex-start}.patio-page-v10 .dc-process__grid{grid-template-columns:1fr}.patio-page-v10 .dc-process__grid article{min-height:0}.patio-page-v10 .dc-process__grid h3{margin-top:20px}}
