:root{--color-primary: #00C2E0;--color-primary-dark: #0099B0;--color-secondary: #F0FAFC;--color-accent: #E33E3F;--color-accent-hover: #c92a2b;--color-text: #000000;--color-text-light: #000000;--color-white: #ffffff;--color-bg-light: #F0FAFC;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--transition-fast: .2s ease;--transition-normal: .3s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;width:100%;position:relative}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:2000;padding:.75rem 1rem;color:#fff;background:#092f3b;border-radius:4px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #7a1f21;outline-offset:3px}main:focus{outline:none}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--color-bg-light);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:inherit;line-height:1.2;font-weight:700}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}a{text-decoration:none;color:inherit;transition:var(--transition-fast)}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm);width:100%}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color var(--transition-normal),transform var(--transition-fast);border:none}.btn-primary{background-color:var(--color-accent);color:#000}.btn-primary:hover{background-color:#f05a5b;transform:translateY(-1px)}.btn-secondary{background-color:transparent;border:2px solid var(--color-white);color:var(--color-white)}.btn-secondary:hover{background-color:var(--color-white);color:var(--color-primary)}.section{padding:var(--spacing-xl) 0}.text-center{text-align:center}.text-white{color:var(--color-white)}.mb-md{margin-bottom:var(--spacing-md)}.enquiry-guidance::placeholder{color:#6b7280;opacity:1}.form-note{margin:-.25rem 0 1rem;color:#425a63;font-size:.86rem;line-height:1.5}.form-note a{color:#075f70;font-weight:700;text-decoration:underline}.form-error{margin-bottom:1rem;padding:.75rem .9rem;color:#7a1f21;background:#fff1f1;border-left:4px solid #c92a2b;border-radius:4px}.legal-content{max-width:820px;margin:0 auto}.legal-content a{color:#075f70;font-weight:700;text-decoration:underline}.legal-content li{margin-bottom:.55rem}.privacy-table-wrapper{margin-bottom:1.5rem;overflow-x:auto;border:1px solid #cfe3e8;border-radius:8px}.privacy-table{width:100%;min-width:620px;border-collapse:collapse;background:#fff}.privacy-table th,.privacy-table td{padding:1rem;text-align:left;vertical-align:top;border-bottom:1px solid #dcebee}.privacy-table th{color:#fff;background:#092f3b}.privacy-table tr:last-child td{border-bottom:0}.privacy-rights-callout{margin:1.5rem 0;padding:1.25rem 1.4rem;color:#173b46;background:#dff6fa;border-left:4px solid #087e94;border-radius:0 8px 8px 0}.privacy-rights-callout strong{display:block;margin-bottom:.35rem;color:#092f3b}.error-page{min-height:75vh;display:grid;place-items:center;padding:10rem 1rem 5rem;background:#f4fbfc}.error-card{max-width:680px;padding:3rem;text-align:center;background:#fff;border:1px solid #d9ebef;border-radius:16px;box-shadow:var(--shadow-md)}.error-code{color:#087e94;font-size:1rem;font-weight:800;letter-spacing:.15em}.error-card h1{margin:.5rem 0 1rem;color:#092f3b;font-size:clamp(2rem,6vw,3.5rem)}.error-card>p:not(.error-code){color:#425a63}.error-actions{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem}@media(max-width:650px){h1{font-size:2.45rem}h2{font-size:2rem}.section{padding:5rem 0}.error-card{padding:2rem 1.25rem}.error-actions{align-items:stretch;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 0;transition:all .3s ease}.header.scrolled{background-color:#f0fafcfa;backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d}.header-container{display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:1rem;text-decoration:none}.header-logo{transition:height .3s ease}.nav-menu{display:flex;align-items:center}.nav-link{font-weight:500;margin-left:2rem;font-size:.95rem;text-decoration:none;transition:color .2s ease}.phone-btn{margin-left:2rem}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:6px;z-index:1001}.bar{width:30px;height:4px;background-color:var(--color-primary);border-radius:4px;transition:transform .3s ease,opacity .3s ease}@media(max-width:768px){.mobile-toggle{display:flex}.mobile-toggle.open .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-toggle.open .bar:nth-child(2){opacity:0}.mobile-toggle.open .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#fff;flex-direction:column;align-items:flex-start;padding:6rem 2rem 2rem;box-shadow:-5px 0 15px #0000001a;transition:right .3s ease-in-out;z-index:1002;visibility:hidden}.nav-menu.open{right:0;visibility:visible}.nav-link{margin:0 0 1.5rem;font-size:1.2rem;color:var(--color-text)!important;display:block;width:100%;border-bottom:1px solid #f0f0f0;padding-bottom:.5rem}.phone-btn{margin:1rem 0 0;width:100%;text-align:center}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.overlay.open{opacity:1;pointer-events:auto}.header{background-color:#ffffffb3;backdrop-filter:blur(8px);padding:.5rem 0}.header.scrolled{background-color:#f0fafcfa;padding:.4rem 0}.header-logo{height:100px!important;filter:contrast(1.1) brightness(1.05)}.header.scrolled .header-logo{height:80px!important}}.nav-link.active{text-decoration:underline;text-underline-offset:.4rem;text-decoration-thickness:2px}.hero{position:relative;overflow:hidden;padding:12rem 0 6rem;margin-top:-80px;background:radial-gradient(circle at 80% 10%,rgba(0,194,224,.22),transparent 34%),linear-gradient(135deg,#052c3a,#083d4e 58%,#075268);color:#fff}.hero:after{content:"";position:absolute;right:-8rem;bottom:-10rem;width:28rem;height:28rem;border:1px solid rgba(255,255,255,.12);border-radius:50%}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:5rem;align-items:center}.hero-copy{max-width:720px}.hero-eyebrow{margin-bottom:1.25rem;color:#86e9f5;font-size:.86rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero h1{max-width:760px;margin-bottom:1.5rem;color:#fff;font-size:clamp(2.65rem,5.5vw,5rem);line-height:1.02;letter-spacing:-.045em}.hero-lead{max-width:680px;margin-bottom:2rem;color:#ffffffe0;font-size:1.2rem;line-height:1.75}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.25rem}.hero-btn{min-width:190px;padding:.95rem 1.5rem;text-align:center}.hero-proof{display:flex;gap:.75rem 1.75rem;flex-wrap:wrap;color:#ffffffc7;font-size:.92rem;font-weight:650}.hero-proof span{padding-left:1rem;border-left:2px solid #00c2e0}.hero-visual{position:relative;padding:.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 30px 70px #00000052;transform:rotate(1.2deg)}.hero-visual img{width:100%;height:520px;object-fit:cover;object-position:center 20%;border-radius:16px}.hero-visual-note{position:absolute;right:1.5rem;bottom:1.5rem;left:1.5rem;display:grid;gap:.2rem;padding:1.1rem 1.25rem;background:#052c3aeb;border-radius:12px;backdrop-filter:blur(10px)}.hero-visual-note strong{color:#fff}.hero-visual-note span{color:#ffffffbd;font-size:.9rem}@media(max-width:900px){.hero{margin-top:0;padding:9rem 0 4rem}.hero-layout{grid-template-columns:1fr;gap:3rem}.hero-visual{max-width:620px}}@media(max-width:600px){.hero{padding-top:8rem}.hero h1{font-size:2.65rem}.hero-btn{width:100%}.hero-visual img{height:390px}}.home-section{padding:7rem 0}.section-heading{max-width:760px;margin:0 auto 3.5rem;text-align:center}.section-heading-left{margin:0;text-align:left}.section-kicker{margin-bottom:.75rem;color:#087e94;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-heading h2,.reporting-copy h2,.choice-section h2,.quote-copy h2{margin-bottom:1.25rem;color:#092f3b;font-size:clamp(2.2rem,4vw,3.45rem);letter-spacing:-.035em}.section-heading>p:last-child,.reporting-copy>p,.choice-section p,.quote-copy>p{color:#38525b;font-size:1.08rem;line-height:1.75}.trust-strip{background:#fff;border-bottom:1px solid #dceef2}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip-grid>div{display:grid;gap:.2rem;padding:1.6rem 1.5rem;border-right:1px solid #dceef2}.trust-strip-grid>div:first-child{border-left:1px solid #dceef2}.trust-strip-grid strong{color:#092f3b;font-size:1.08rem}.trust-strip-grid span{color:#60757c;font-size:.86rem}.services-section{background:#f4fbfc}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.service-tile{position:relative;min-height:290px;padding:2.5rem;overflow:hidden;background:#fff;border:1px solid #d9ebef;border-radius:16px;transition:transform .2s ease,box-shadow .2s ease}.service-tile:hover{transform:translateY(-4px);box-shadow:0 18px 40px #083d4e1a}.service-number{position:absolute;top:1.5rem;right:1.75rem;color:#ccebf0;font-size:3rem;font-weight:800}.service-tile h3{max-width:75%;margin:2rem 0 1rem;color:#092f3b}.service-tile p{max-width:550px;margin-bottom:2rem;color:#526971;line-height:1.7}.service-tile a,.text-link{color:#087e94;font-weight:750}.exit-door-callout{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-top:1.25rem;padding:2.25rem 2.5rem;background:#092f3b;border-radius:16px}.exit-door-callout h3,.exit-door-callout p{color:#fff}.exit-door-callout h3{margin-bottom:.4rem}.exit-door-callout .text-link{flex-shrink:0;color:#86e9f5}.process-section{background:#092f3b}.section-heading-light h2,.section-heading-light>p:last-child{color:#fff}.process-section .section-kicker{color:#86e9f5}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process-step{padding:2rem;border-top:1px solid rgba(255,255,255,.24)}.process-step>span{display:inline-grid;width:2.5rem;height:2.5rem;margin-bottom:2rem;place-items:center;color:#092f3b;background:#86e9f5;border-radius:50%;font-weight:800}.process-step h3{margin-bottom:.75rem;color:#fff}.process-step p{color:#ffffffb3;line-height:1.65}.reporting-section{background:#fff}.reporting-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:5rem;align-items:center}.reporting-image{position:relative;padding:0 3rem 3rem 0}.reporting-project-photo{width:100%;height:590px;object-fit:cover;object-position:center 36%;border-radius:22px;box-shadow:0 26px 60px #083d4e29}.reporting-plan-card{position:absolute;right:0;bottom:0;width:38%;margin:0;padding:.55rem;background:#fff;border:1px solid #d9ebef;border-radius:14px;box-shadow:0 16px 40px #083d4e33}.reporting-plan-card img{width:100%;height:230px;object-fit:cover;object-position:center;border-radius:9px}.reporting-plan-card figcaption{padding:.6rem .35rem .25rem;color:#526971;font-size:.76rem;font-weight:700}.reporting-copy ul{display:grid;gap:.85rem;margin:2rem 0}.reporting-copy li{padding:.85rem 0 .85rem 1.25rem;color:#203f49;border-left:3px solid #00c2e0}.choice-section{padding:5.5rem 0;background:#dff6fa;border-top:1px solid #c0e8ef;border-bottom:1px solid #c0e8ef}.choice-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:5rem;align-items:center}.choice-section p{margin-bottom:1.5rem}.credentials-section{background:#fff}.credentials-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:1.25rem}.credentials-copy{padding:2rem 3rem 2rem 0}.credentials-copy h2{margin-bottom:1.25rem;color:#092f3b;font-size:clamp(2.2rem,4vw,3.45rem);letter-spacing:-.035em}.credentials-copy>p:not(.section-kicker){color:#38525b;font-size:1.08rem;line-height:1.75}.credentials-dbs{display:grid;gap:.3rem;margin-top:2rem;padding:1.25rem 1.4rem;background:#dff6fa;border-left:4px solid #00c2e0;border-radius:0 10px 10px 0}.credentials-dbs strong{color:#092f3b}.credentials-dbs span{color:#526971;font-size:.9rem}.qualification-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.qualification-list>div{display:grid;align-content:center;gap:.25rem;min-height:118px;padding:1.35rem;background:#f7fbfc;border:1px solid #d9ebef;border-radius:12px}.qualification-list strong{color:#092f3b}.qualification-list span{color:#60757c;font-size:.86rem}.documentation-panel{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 1.5rem;margin-top:1.25rem;padding:2.5rem;background:#092f3b;border-radius:18px}.documentation-panel>.section-kicker,.documentation-panel>h3,.documentation-panel>.verification-note{grid-column:1 / -1}.documentation-panel .section-kicker{color:#86e9f5}.documentation-panel h3{margin-bottom:1.75rem;color:#fff;font-size:2rem}.document-item{display:grid;gap:.5rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.2)}.document-item strong{color:#fff}.document-item span{color:#ffffffad;font-size:.9rem;line-height:1.6}.verification-note{margin-top:1.5rem;color:#ffffff94;font-size:.8rem}.sectors-section{background:#f8fbfc}.sectors-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:5rem;align-items:center}.local-coverage-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.local-coverage-list article{padding:1.2rem 1.25rem;color:#173b46;background:#fff;border:1px solid #d9ebef;border-radius:10px}.local-coverage-list h3{margin-bottom:.5rem;color:#092f3b;font-size:1.25rem}.local-coverage-list p{color:#526971}.local-coverage-list>p{grid-column:1 / -1;padding:.5rem .25rem 0}.sectors-section a{color:#075f70;font-weight:700;text-decoration:underline}.quote-section{background:#fff}.quote-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,.75fr);gap:5rem;align-items:center}.quote-phone{display:block;margin:2rem 0 .3rem;color:#c92a2b;font-size:1.75rem;font-weight:800}.quote-copy>span{color:#60757c;font-size:.9rem}@media(max-width:900px){.home-section{padding:5rem 0}.trust-strip-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.reporting-grid,.choice-grid,.sectors-grid,.credentials-grid,.quote-grid{grid-template-columns:1fr;gap:3rem}.reporting-project-photo{height:500px}.credentials-copy{padding-right:0}}@media(max-width:650px){.trust-strip-grid,.services-grid,.process-grid,.qualification-list,.local-coverage-list{grid-template-columns:1fr}.local-coverage-list>p{grid-column:auto}.trust-strip-grid>div,.trust-strip-grid>div:first-child{border-right:1px solid #dceef2;border-bottom:1px solid #dceef2;border-left:1px solid #dceef2}.exit-door-callout{align-items:flex-start;flex-direction:column}.service-tile{min-height:auto;padding:2rem}.reporting-image{padding:0 1.75rem 2rem 0}.reporting-project-photo{height:390px}.reporting-plan-card{width:42%}.reporting-plan-card img{height:170px}.documentation-panel{grid-template-columns:1fr;padding:2rem}.documentation-panel>.section-kicker,.documentation-panel>h3,.documentation-panel>.verification-note{grid-column:auto}}
