/* NEXDOR public website — August 2026 neighbour-led redesign */
:root{
  --ink:#142033;--muted:#5d6b7d;--blue:#1769e0;--blue-dark:#1057bc;
  --paper:#fff;--warm:#f7f5f0;--soft:#eef5fb;--line:#dce4ec;
  --shadow:0 18px 50px rgba(20,32,51,.1);--radius:18px;--shell:1180px;
}

/* Privacy choice — deliberately compact, readable and equally weighted. */
.privacy-panel{position:fixed;z-index:10000;inset:auto 18px 18px;animation:privacy-in .28s ease both}.privacy-panel.is-closing{animation:privacy-out .22s ease both}.privacy-panel__inner{max-width:1120px;margin:auto;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid rgba(148,163,184,.36);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 24px 70px rgba(15,23,42,.22);backdrop-filter:blur(16px);color:#152238}.privacy-panel__eyebrow{margin:0 0 5px;color:#1f63d5;font-size:.74rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.privacy-panel h2{margin:0;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.2}.privacy-panel p{max-width:720px;margin:7px 0 5px;color:#5f6e83;line-height:1.5}.privacy-panel a{color:#1559bd;font-weight:750}.privacy-panel__actions{display:flex;gap:10px;flex:0 0 auto}.privacy-panel button{min-height:46px;padding:0 17px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#18243a;font:inherit;font-weight:800;cursor:pointer}.privacy-panel button:focus-visible{outline:3px solid rgba(37,99,235,.3);outline-offset:2px}.privacy-panel .privacy-panel__accept{border-color:#1f63d5;background:#1f63d5;color:#fff}@keyframes privacy-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes privacy-out{to{opacity:0;transform:translateY(12px)}}
@media(max-width:760px){.privacy-panel{inset:auto 10px 10px}.privacy-panel__inner{padding:18px;display:block;border-radius:18px}.privacy-panel__actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr}.privacy-panel button{padding:0 10px;font-size:.9rem}}
.form__honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.footer__privacy{display:flex;gap:14px;flex-wrap:wrap}.footer__privacy a{color:inherit}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.65 Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}
.skip{position:fixed;z-index:100;left:16px;top:-80px;padding:10px 16px;border-radius:8px;background:var(--ink);color:#fff}.skip:focus{top:12px}
.eyebrow{margin:0 0 14px;color:var(--blue-dark);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{margin-bottom:24px;font-size:clamp(2.8rem,6vw,5.45rem);font-weight:800}h2{margin-bottom:22px;font-size:clamp(2rem,4vw,3.45rem);font-weight:800}h3{font-size:1.25rem}
.btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border:1px solid transparent;border-radius:10px;font-weight:700;line-height:1.2;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue);color:#fff;box-shadow:0 9px 24px rgba(23,105,224,.2)}.btn--primary:hover{background:var(--blue-dark)}.btn--quiet{border-color:var(--line);background:#fff}.btn--quiet:hover{border-color:#aabaca;background:#f8fafc}.btn--large{min-height:54px;padding:14px 22px}.btn--full{width:100%}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-dark);font-weight:750}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}

.topbar{position:sticky;z-index:30;top:0;border-bottom:1px solid rgba(220,228,236,.9);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.topbar__inner{display:flex;min-height:78px;align-items:center;gap:30px}.brand{display:grid;margin-right:auto}.brand img{width:188px;max-height:42px;object-fit:contain;object-position:left center}.brand__tag{margin-top:-2px;color:#66758a;font-size:.62rem;font-weight:750;letter-spacing:.055em}.nav{display:flex;align-items:center;gap:27px}.nav a{color:#364356;font-size:.94rem;font-weight:650}.nav a:hover{color:var(--blue)}.topbar__actions{display:flex;align-items:center;gap:10px}.burger{display:none;width:46px;height:46px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.burger span{display:block;height:2px;margin:5px 0;border-radius:2px;background:var(--ink)}
.drawer{position:fixed;z-index:50;inset:0;pointer-events:none;visibility:hidden}.drawer[data-open="true"]{pointer-events:auto;visibility:visible}.drawer-overlay{position:absolute;inset:0;background:rgba(14,25,42,.46);opacity:0;transition:.25s}.drawer[data-open="true"] .drawer-overlay{opacity:1}.drawer-panel{position:absolute;right:0;top:0;width:min(88vw,390px);height:100%;padding:24px;background:#fff;transform:translateX(100%);transition:.25s ease;box-shadow:-20px 0 50px rgba(20,32,51,.18)}.drawer[data-open="true"] .drawer-panel{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid var(--line)}.drawer-head img{width:175px}.drawer-close{width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff}.drawer-nav{display:grid;padding:22px 0}.drawer-nav a{padding:14px 4px;border-bottom:1px solid var(--line);font-size:1.18rem;font-weight:700}.drawer-cta{display:grid;gap:12px;margin-top:16px}.drawer-cta>a:last-child{margin-top:7px;text-align:center;color:var(--blue-dark);font-weight:700}

.hero{padding:66px 0 72px;background:linear-gradient(120deg,#f7f5f0 0%,#fff 62%)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);align-items:center;gap:70px}.hero__next-door{display:block;color:var(--blue)}.hero__lede{max-width:620px;margin-bottom:32px;color:var(--muted);font-size:1.18rem}.hero__actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.reassurance{display:flex;gap:24px;flex-wrap:wrap;margin:34px 0 0;padding:0;list-style:none;color:#48586a;font-size:.9rem;font-weight:650}.reassurance li{display:flex;align-items:center;gap:8px}.reassurance li:before{content:'\2713';display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:#ddf5e8;color:#117246;font-size:.75rem;font-weight:900}.hero__photo{position:relative;min-width:0;margin:0}.hero__photo img{width:100%;aspect-ratio:4/4.55;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}.hero__photo figcaption{position:absolute;left:22px;right:22px;bottom:20px;display:grid;gap:2px;padding:16px 18px;border-radius:13px;background:rgba(255,255,255,.93);box-shadow:0 10px 25px rgba(20,32,51,.12);backdrop-filter:blur(8px)}.hero__photo figcaption span{color:var(--muted);font-size:.88rem}
.trust{border-block:1px solid var(--line);background:#fff}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust p{display:grid;gap:2px;margin:0;padding:27px 24px;border-left:1px solid var(--line)}.trust p:last-child{border-right:1px solid var(--line)}.trust strong{font-size:.96rem}.trust span{color:var(--muted);font-size:.86rem}

.section{padding:110px 0}.section--soft{background:var(--soft)}.section__head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.65fr);align-items:end;gap:60px;margin-bottom:52px}.section__head h2{max-width:690px;margin-bottom:0}.section__head>p{margin-bottom:4px;color:var(--muted);font-size:1.06rem}.section__head--compact{grid-template-columns:1fr}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.svc{display:flex;min-height:280px;flex-direction:column;padding:29px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(20,32,51,.045);transition:.2s}.svc:hover{border-color:#b9cce2;box-shadow:0 15px 34px rgba(20,32,51,.1);transform:translateY(-3px)}.svc__pill{align-self:flex-start;margin-bottom:26px;padding:6px 9px;border-radius:999px;background:#eaf2fd;color:#155aae;font-size:.68rem;font-weight:800}.svc h3{margin-bottom:12px}.svc p{margin-bottom:22px;color:var(--muted)}.svc__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--blue-dark);font-size:.86rem;font-weight:800}.svc__link span{transition:transform .2s}.svc__link:hover span{transform:translateX(4px)}
.service-showcase{position:relative;height:600svh;background:#07111e}.service-stage{position:sticky;top:0;height:100svh;overflow:hidden;color:#fff;background:#07111e}.service-stage__top{position:absolute;z-index:5;top:104px;right:0;left:0;display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.service-stage__top .eyebrow{margin-bottom:5px;color:#9ac3ff}.service-stage__top p:last-child{margin:0;color:rgba(255,255,255,.74);font-size:.82rem}.service-count{font-size:.82rem;font-weight:750;letter-spacing:.08em}.service-count b{color:#9ac3ff;font-size:1.25rem}.service-slides,.service-slide{position:absolute;inset:0}.service-slide{visibility:hidden;opacity:0;transform:scale(1.025);transition:opacity .65s ease,transform .9s ease,visibility .65s}.service-slide::before,.service-slide::after{content:"";position:absolute;inset:0}.service-slide::before{background-image:var(--service-image);background-position:center;background-size:cover;filter:saturate(.75)}.service-slide::after{background:linear-gradient(90deg,rgba(3,12,24,.94) 0%,rgba(5,18,33,.82) 42%,rgba(5,17,30,.40) 70%,rgba(4,14,27,.62) 100%)}.service-slide.is-active{visibility:visible;opacity:1;transform:none}.service-slide__inner{position:relative;z-index:2;display:flex;height:100%;align-items:center}.service-slide__copy{max-width:720px;padding-top:70px}.service-icon{display:grid;width:64px;height:64px;place-items:center;margin-bottom:24px;border:1px solid rgba(255,255,255,.35);border-radius:18px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px)}.service-icon svg{width:37px;height:37px;fill:none;stroke:#fff;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.service-pill{display:inline-flex;margin-bottom:18px;padding:6px 10px;border-radius:999px;color:#dbeaff;background:rgba(93,154,242,.18);font-size:.72rem;font-weight:800}.service-slide h2{max-width:760px;margin-bottom:22px;color:#fff;font-size:clamp(2.7rem,6vw,5.75rem);letter-spacing:-.055em}.service-slide p{max-width:680px;margin-bottom:30px;color:rgba(255,255,255,.78);font-size:clamp(1.02rem,1.7vw,1.32rem)}.service-slide a{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:800}.service-slide a span{transition:transform .2s}.service-slide a:hover span{transform:translateX(5px)}.service-arrow{position:absolute;z-index:6;top:52%;display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;background:rgba(7,17,30,.30);backdrop-filter:blur(10px);cursor:pointer;font-size:1.3rem;transition:.2s}.service-arrow:hover{border-color:#fff;background:rgba(255,255,255,.16);transform:scale(1.05)}.service-arrow--previous{left:22px}.service-arrow--next{right:22px}.service-dots{position:absolute;z-index:6;right:0;bottom:38px;left:0;display:flex;justify-content:center;gap:9px}.service-dots button{width:28px;height:3px;padding:0;border:0;border-radius:4px;background:rgba(255,255,255,.35);cursor:pointer;transition:.25s}.service-dots button.is-active{width:52px;background:#fff}.service-scroll-hint{position:absolute;z-index:6;bottom:31px;left:max(24px,calc((100vw - var(--shell))/2));margin:0;color:rgba(255,255,255,.68);font-size:.72rem;font-weight:700}.service-scroll-hint span{display:inline-block;margin-left:5px;animation:service-bob 1.7s ease-in-out infinite}@keyframes service-bob{50%{transform:translateY(5px)}}
.story{padding:0 0 110px}.story__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}.story__photo{margin:0}.story__photo img{width:100%;aspect-ratio:1.16/1;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.story__copy>p:not(.eyebrow){color:var(--muted);font-size:1.07rem}.tick-list{display:grid;gap:12px;margin:28px 0 30px;padding:0;list-style:none}.tick-list li{position:relative;padding-left:30px;font-weight:600}.tick-list li:before{content:'\2713';position:absolute;left:0;color:#148557;font-weight:900}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0;padding:0;list-style:none}.steps li{display:flex;gap:20px;padding:29px;border:1px solid #d2e1ee;border-radius:var(--radius);background:rgba(255,255,255,.72)}.steps li>span{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-weight:800}.steps h3{margin:5px 0 10px}.steps p{margin:0;color:var(--muted)}
.coverage{padding:100px 0;background:#17283c;color:#fff}.coverage__grid{display:grid;grid-template-columns:.86fr 1.14fr;align-items:stretch;gap:70px}.coverage .eyebrow{color:#8ebeff}.coverage h2{max-width:680px}.coverage p:not(.eyebrow){max-width:650px;margin:0;color:#c2cfdd;font-size:1.06rem}.coverage__places{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.coverage__places span{padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);font-size:.8rem;font-weight:700}.coverage__map{overflow:hidden;min-height:420px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.2)}.coverage__map iframe{display:block;width:100%;height:365px;border:0}.coverage__map-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 18px;color:var(--ink);background:#fff;font-size:.78rem;font-weight:750}.coverage__map-foot a{color:var(--blue-dark)}
.contact{padding:110px 0;background:var(--warm)}.contact__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px}.contact__intro>p:not(.eyebrow){color:var(--muted);font-size:1.05rem}.contact__details{display:grid;gap:14px;margin-top:35px}.contact__details a{display:grid}.contact__details small{color:var(--muted);font-weight:600}.contact__details strong{font-size:1.03rem}.form{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 35px rgba(20,32,51,.06)}.form__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form label{display:grid;gap:8px}.form label span{font-size:.9rem;font-weight:700}.form__wide{grid-column:1/-1}.form input,.form textarea{width:100%;border:1px solid #c8d3de;border-radius:9px;background:#fff;padding:13px 14px;color:var(--ink);outline:none}.form textarea{resize:vertical}.form input:focus,.form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,105,224,.12)}.form__foot{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:23px}.form__foot p{max-width:420px;margin:0;color:var(--muted);font-size:.78rem}.form-status{margin:12px 0 0;padding:10px;border-radius:8px;background:#eef4fb;color:#31506f;font-weight:650}.form-status[data-state="success"]{background:#e5f6ec;color:#12683f}.form-status[data-state="error"]{background:#fde9ea;color:#a72836}
.enquiry-confirmation[hidden]{display:none}.enquiry-confirmation{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:rgba(10,24,42,.55);opacity:0;backdrop-filter:blur(7px);transition:opacity .22s ease}.enquiry-confirmation.is-visible{opacity:1}.enquiry-confirmation__card{width:min(540px,100%);padding:42px;border-radius:22px;background:#fff;box-shadow:0 30px 80px rgba(10,24,42,.28);transform:translateY(16px) scale(.98);transition:transform .25s ease}.enquiry-confirmation.is-visible .enquiry-confirmation__card{transform:none}.enquiry-confirmation__icon{display:grid;width:58px;height:58px;place-items:center;margin-bottom:22px;border-radius:50%;color:#fff;background:#16835c;font-size:1.5rem;font-weight:900}.enquiry-confirmation h2{margin-bottom:15px;font-size:clamp(1.8rem,4vw,2.7rem)}.enquiry-confirmation__card>p:not(.eyebrow){color:var(--muted)}
.footer{padding:55px 0 100px;border-top:1px solid var(--line);background:#fff}.footer__inner{display:grid;grid-template-columns:1fr auto;align-items:start;gap:40px}.footer img{width:180px;margin-bottom:15px}.footer p{max-width:430px;margin:0;color:var(--muted);font-size:.9rem}.footer__links{display:flex;gap:22px;font-size:.9rem;font-weight:650}.footer__legal{grid-column:1/-1;padding-top:25px;border-top:1px solid var(--line)}.contactbar{display:none}

.js .reveal,.js .reveal-item{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.js .reveal.is-inview,.js .reveal-group.is-inview .reveal-item{opacity:1;transform:none}
@media(max-width:1000px){.nav{display:none}.burger{display:block}.hide-tablet{display:none}.hero__grid{gap:40px}.section__head,.story__grid,.coverage__grid,.contact__grid{gap:45px}.services{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.steps li{min-height:0}}
@media(max-width:760px){html{scroll-padding-top:72px}.shell{width:min(100% - 28px,var(--shell))}.topbar__inner{min-height:70px}.brand img{width:158px}.brand__tag{display:none}.hide-mobile{display:none}.hero{padding:42px 0 50px}.hero__grid{grid-template-columns:1fr}.hero__copy{order:1}.hero__photo{order:2}.hero__photo img{aspect-ratio:1.35/1}.hero__photo figcaption{left:12px;right:12px;bottom:12px}.hero__lede{font-size:1.05rem}.hero__actions{align-items:flex-start;flex-direction:column;gap:16px}.reassurance{display:grid;gap:10px}.trust__grid{grid-template-columns:1fr}.trust p,.trust p:last-child{border-right:0;border-left:0;border-bottom:1px solid var(--line);padding:20px 5px}.trust p:last-child{border-bottom:0}.section{padding:76px 0}.section__head{grid-template-columns:1fr;gap:20px;margin-bottom:35px}.services{grid-template-columns:1fr}.svc{min-height:0}.story{padding-bottom:76px}.story__grid{grid-template-columns:1fr}.story__photo img{aspect-ratio:1.3/1}.coverage{padding:76px 0}.coverage__grid{grid-template-columns:1fr}.coverage__map{min-height:350px}.coverage__map iframe{height:300px}.contact{padding:76px 0 105px}.contact__grid{grid-template-columns:1fr}.form{padding:22px 18px}.form__grid{grid-template-columns:1fr}.form__wide{grid-column:auto}.form__foot{align-items:stretch;flex-direction:column}.form__foot .btn{width:100%}.footer{padding-bottom:110px}.footer__inner{grid-template-columns:1fr}.footer__links{display:grid;grid-template-columns:1fr 1fr}.contactbar{position:fixed;z-index:25;right:10px;bottom:10px;left:10px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(20,32,51,.17)}.contactbar a{padding:13px;text-align:center;font-size:.88rem;font-weight:800}.contactbar a:last-child{background:var(--blue);color:#fff}}
@media(max-width:430px){h1{font-size:2.55rem}.hero__photo figcaption{position:static;margin-top:10px;border:1px solid var(--line);box-shadow:none}.steps li{padding:22px}.brand img{width:145px}.burger{width:42px;height:42px}}
@media(max-width:760px){.service-stage__top{top:88px}.service-stage__top p:last-child{display:none}.service-slide__copy{padding:90px 38px 40px}.service-slide h2{font-size:clamp(2.35rem,12vw,4rem)}.service-slide p{font-size:1rem}.service-arrow{top:auto;bottom:78px;width:44px;height:44px}.service-arrow--previous{left:16px}.service-arrow--next{right:16px}.service-dots{bottom:97px}.service-scroll-hint{display:none}.service-icon{width:54px;height:54px;margin-bottom:18px}.service-icon svg{width:31px;height:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.svc,.text-link span,.service-slide,.service-dots button{transition:none}.service-scroll-hint span{animation:none}.js .reveal,.js .reveal-item{opacity:1;transform:none}}

/* Softer service journey and tighter closing section */
.service-showcase{height:565svh;padding:54px 16px 70px;background:linear-gradient(180deg,#fff 0,#edf2f7 130px,#e7edf4 calc(100% - 120px),#fff 100%)}.service-stage{top:16px;height:calc(100svh - 32px);border:1px solid rgba(255,255,255,.16);border-radius:30px;box-shadow:0 26px 70px rgba(19,37,58,.16)}.service-stage__top{top:72px}.service-slide::before{filter:saturate(.68) contrast(.96)}.service-slide::after{background:linear-gradient(90deg,rgba(6,17,30,.9) 0%,rgba(8,23,39,.78) 43%,rgba(7,21,36,.35) 72%,rgba(6,18,31,.5) 100%)}.service-slide__copy{max-width:670px;padding-top:45px}.service-slide h2{font-size:clamp(2.45rem,5vw,4.65rem);letter-spacing:-.045em}.service-slide p{max-width:620px;font-size:clamp(1rem,1.45vw,1.2rem)}.service-icon{display:inline-grid;width:34px;height:34px;margin:0 0 16px;border:0;border-radius:0;color:#a9cdfd;background:transparent;backdrop-filter:none}.service-icon svg{width:30px;height:30px;stroke:currentColor;stroke-width:1.55}.service-pill{margin-bottom:15px;margin-left:8px;vertical-align:top;color:#d8e8ff;background:rgba(84,143,220,.16)}.story{position:relative;padding:82px 0 110px;background:linear-gradient(180deg,#fff 0,#fbfcfd 72px,#fff 230px)}.footer{padding:34px 0 42px}.footer__inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px 34px}.footer img{width:145px;margin-bottom:8px}.footer p{font-size:.8rem}.footer__links{gap:17px;font-size:.8rem}.footer__legal{padding-top:16px;font-size:.72rem!important}
@media(max-width:1180px){.service-arrow{top:auto;bottom:28px}.service-arrow--previous{right:92px;left:auto}.service-arrow--next{right:28px}.service-dots{right:auto;bottom:48px;left:34px;justify-content:flex-start}.service-scroll-hint{display:none}}
@media(max-width:820px){.service-showcase{height:470svh;padding:28px 8px 48px}.service-stage{top:10px;height:calc(100svh - 20px);border-radius:22px}.service-stage__top{top:70px}.service-slide__copy{padding:65px 28px 110px 18px}.service-slide h2{font-size:clamp(2.15rem,9vw,3.5rem);margin-bottom:17px}.service-slide p{margin-bottom:22px}.service-icon{width:29px;height:29px;margin-bottom:13px}.service-icon svg{width:26px;height:26px}.service-pill{margin-left:5px;padding:5px 8px}.service-arrow{bottom:18px;width:42px;height:42px}.service-arrow--previous{right:68px;left:auto}.service-arrow--next{right:16px}.service-dots{right:125px;bottom:37px;left:20px;gap:6px}.service-dots button{width:18px}.service-dots button.is-active{width:32px}.story{padding:88px 0 76px}.footer{padding:28px 0 95px}.footer__inner{gap:20px}.footer img{width:132px}.footer__legal{padding-top:14px}}
@media(max-width:470px){.service-stage__top{top:52px}.service-count{font-size:.7rem}.service-slide__copy{padding:72px 12px 104px}.service-slide h2{font-size:clamp(2rem,11vw,2.8rem)}.service-pill{font-size:.64rem}.service-dots{right:118px}.footer__links{gap:10px 18px;font-size:.76rem}}
@media(min-width:761px) and (max-width:1050px){.trust__grid{grid-template-columns:repeat(2,1fr)}.trust p:nth-child(2){border-right:1px solid var(--line)}.trust p:nth-child(n+3){border-top:1px solid var(--line)}}

/* Customer reviews — a calm, editorial carousel between coverage and contact */
.reviews-showcase{position:relative;overflow:hidden;padding:118px 0;background:linear-gradient(145deg,#f4f0e9 0%,#fbfaf7 48%,#edf3f8 100%)}.reviews-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px);opacity:.5}.reviews-orb--one{top:-170px;right:-110px;width:430px;height:430px;background:radial-gradient(circle,rgba(73,139,222,.24),rgba(73,139,222,0) 68%);animation:review-float-one 12s ease-in-out infinite}.reviews-orb--two{bottom:-210px;left:-120px;width:510px;height:510px;background:radial-gradient(circle,rgba(198,159,90,.18),rgba(198,159,90,0) 70%);animation:review-float-two 15s ease-in-out infinite}.reviews-shell{position:relative;z-index:1}.reviews-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.62fr);align-items:end;gap:70px;margin-bottom:48px}.reviews-heading h2{max-width:760px;margin:0}.reviews-heading>p{margin:0 0 7px;color:var(--muted);font-size:1.03rem}.reviews-stage{position:relative;min-height:440px;overflow:hidden;padding:64px 76px 50px;border:1px solid rgba(255,255,255,.18);border-radius:28px;color:#fff;background:linear-gradient(130deg,#132b47 0%,#0d2036 58%,#142e4b 100%);box-shadow:0 30px 70px rgba(19,42,70,.2);isolation:isolate;outline:none;transition:opacity .22s ease,transform .38s cubic-bezier(.22,.75,.2,1),box-shadow .25s ease}.reviews-stage:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(105deg,rgba(255,255,255,.055),transparent 38%,rgba(127,179,239,.05));pointer-events:none}.reviews-stage:focus-visible{box-shadow:0 0 0 4px rgba(23,105,224,.2),0 30px 70px rgba(19,42,70,.2)}.reviews-stage.is-changing{opacity:.28;transform:translateY(9px) scale(.994)}.reviews-quote-mark{position:absolute;top:18px;right:50px;color:rgba(158,197,241,.13);font-family:Georgia,serif;font-size:13rem;line-height:1}.reviews-stars{margin-bottom:27px;color:#f0c76d;font-size:.93rem;letter-spacing:.24em}.reviews-stage blockquote{max-width:970px;margin:0}.reviews-stage blockquote p{margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.65rem,3.15vw,3rem);font-weight:400;line-height:1.32;letter-spacing:-.025em}.reviews-stage blockquote p:before{content:'“'}.reviews-stage blockquote p:after{content:'”'}.reviews-stage>footer{display:flex;align-items:center;gap:10px;margin-top:35px}.reviews-stage>footer strong{font-size:.9rem}.reviews-stage>footer span{color:#aebed0;font-size:.82rem}.reviews-stage>footer span:not(:empty):before{content:'·';margin-right:10px;color:#7291b1}.reviews-controls{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:47px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}.reviews-dots{display:flex;align-items:center;gap:8px}.reviews-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.3);cursor:pointer;transition:width .3s ease,background .3s ease}.reviews-dots button.is-active{width:34px;background:#9cc5f5}.reviews-arrows{display:flex;gap:9px}.reviews-arrows button{display:grid;width:45px;height:45px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:rgba(255,255,255,.06);cursor:pointer;font-size:1.05rem;transition:.2s ease}.reviews-arrows button:hover{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.13);transform:translateY(-2px)}@keyframes review-float-one{50%{transform:translate(-22px,18px) scale(1.06)}}@keyframes review-float-two{50%{transform:translate(28px,-15px) scale(.94)}}
@media(max-width:800px){.reviews-showcase{padding:78px 0}.reviews-heading{grid-template-columns:1fr;gap:17px;margin-bottom:31px}.reviews-heading>p{max-width:600px}.reviews-stage{min-height:390px;padding:46px 28px 30px;border-radius:22px}.reviews-quote-mark{top:10px;right:22px;font-size:9rem}.reviews-stage blockquote p{font-size:clamp(1.45rem,6.5vw,2.25rem)}.reviews-controls{margin-top:35px}.reviews-stage>footer{align-items:flex-start;flex-direction:column;gap:2px}.reviews-stage>footer span:not(:empty):before{display:none}}

/* Services are a normal, swipeable page section — no scroll trapping. */
.service-showcase{height:auto;padding:72px 16px 88px;background:linear-gradient(180deg,#fff 0,#edf3f8 18%,#e6edf4 82%,#fff 100%)}
.service-stage{position:relative;top:auto;height:clamp(610px,78svh,780px);min-height:610px;border-radius:32px;overflow:hidden}
.service-stage__top{top:52px}.service-slide__copy{padding-top:54px}.service-scroll-hint{bottom:34px;animation:none}
@media(max-width:820px){.service-showcase{height:auto;padding:28px 8px 48px}.service-stage{position:relative;top:auto;height:650px;min-height:650px;border-radius:22px}.service-stage__top{top:28px}.service-slide__copy{padding:82px 14px 118px}.service-arrow{bottom:22px}.service-dots{bottom:40px}.service-scroll-hint{display:none}}
@media(max-width:460px){.reviews-stage{min-height:410px;padding:40px 21px 24px}.reviews-stars{margin-bottom:21px}.reviews-controls{margin-top:28px}.reviews-dots{gap:6px}.reviews-arrows button{width:41px;height:41px}}
@media(prefers-reduced-motion:reduce){.reviews-orb{animation:none}.reviews-stage,.reviews-dots button,.reviews-arrows button{transition:none}}
.reviews-showcase{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reviews-showcase.is-ready{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reviews-showcase{transition:none}}

/* Keep the final three sections feeling connected, without large empty bands. */
.coverage{padding:88px 0 50px}.reviews-showcase{padding:66px 0 68px}.contact{padding:72px 0 90px}
@media(max-width:800px){.coverage{padding:68px 0 44px}.reviews-showcase{padding:56px 0 60px}.contact{padding:62px 0 92px}}
