

* {
    box-sizing:border-box;
    margin:0;
    padding:0
}

html {
    scroll-behavior:smooth
}

body {
    font-family:'Poppins',sans-serif;
    color:#111827;
    background:#fff;
    line-height:1.6
}

a {
    text-decoration:none;
    color:inherit
}

img {
    max-width:100%;
    display:block
}

.container {
    width:min(1370px,92%);
    margin:0 auto
}

.site-header {
    background:#fff;
    box-shadow:0 8px 28px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:100
}

.header-inner {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    min-height:112px
}

.logo-wrap img {
    width:290px
}

.main-nav {
    display:flex;
    align-items:center;
    gap:24px;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase
}

.main-nav a {
    position:relative;
    padding:44px 0;
    color:#111
}

.main-nav a.active,
.main-nav a:hover {
    color:#d71920
}

.main-nav a.active:after,
.main-nav a:hover:after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:24px;
    height:3px;
    background:#d71920
}

.header-call {
    display:grid;
    grid-template-columns:38px auto;
    align-items:center;
    column-gap:10px;
    text-transform:uppercase
}

.header-call span {
    grid-row:1/3;
    width:38px;
    height:38px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff0f0;
    color:#d71920
}

.header-call small {
    font-size:11px;
    font-weight:800
}

.header-call strong {
    font-size:16px;
    color:#d71920
}

.mobile-toggle {
    display:none;
    border:0;
    background:#d71920;
    color:#fff;
    border-radius:8px;
    padding:11px 14px;
    font-size:22px
}

.hero {
/*     background:linear-gradient(90deg,#fff 0%,#fff 45%,#f3f5f8 45%,#f3f5f8 100%); */
	 background:#f3f5f8;
    overflow:hidden
}

.hero-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    min-height:644px;
    gap:30px
}

.eyebrow,
.section-heading span,
.areas-copy span,
.quote-form span,
.emergency-strip span {
    display:block;
    color:#d71920;
    text-transform:uppercase;
    letter-spacing:1.2px;
    font-weight:800;
    font-size:14px;
    margin-bottom:12px
}

.hero h1 {
    font-size:54px;
    line-height:1.05;
    font-weight:800;
    letter-spacing:-2px;
    margin-bottom:24px
}

.hero h1 span {
    color:#d71920
}

.hero p {
    font-size:18px;
    max-width:560px;
    color:#374151;
    margin-bottom:28px
}

.hero-actions {
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:20px
}

.btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 28px;
    font-weight:800;
    text-transform:uppercase;
    border-radius:3px;
    font-size:14px;
    transition:.2s
}

.btn-red {
    background:#d71920;
    color:#fff;
    box-shadow:0 12px 24px rgba(215,25,32,.22)
}

.btn-red:hover {
    background:#b9141a;
    transform:translateY(-2px)
}

.btn-outline {
    border:2px solid #111827;
    color:#111827;
    background:#fff
}

.btn-outline:hover {
    background:#111827;
    color:#fff
}

.trust-row {
    display:flex;
    gap:34px;
    flex-wrap:wrap
}

.trust-row div {
    display:grid;
    grid-template-columns:42px auto;
    align-items:center;
    column-gap:10px
}

.trust-row i {
    grid-row:1/3;
    width:42px;
    height:42px;
    border:2px solid #111827;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-size:20px
}

.trust-row strong {
    font-size:13px
}

.trust-row small {
    font-size:12px;
    color:#4b5563
}

.hero-image {
    height:100%;
    display:flex;
    align-items:flex-end;
    justify-content:center
}

.engineer-card {
    width:100%;
    height:644px;
    position:relative
}

.engineer {
    position:absolute;
    inset:0px 0 0 0;
    background:linear-gradient(140deg,rgba(255,255,255,.35),rgba(255,255,255,0)),url('../img/hero/boiler-service-hero.png') center bottom/cover no-repeat
}

.gas-safe-card {
    position:absolute;
    right:20px;
    bottom:48px;
    background:rgba(3,11,20,.88);
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
    padding:20px;
    border-radius:8px;
    display:flex;
    align-items:center;
    gap:18px;
    max-width:360px
}

/* .gas-safe-logo {
    width:82px;
    height:82px;
    background:#f1df20;
    color:#111;
    font-weight:900;
    font-size:16px;
    line-height:1.05;
    display:grid;
    place-items:center;
    text-align:center;
    clip-path:polygon(50% 0,100% 100%,0 100%)
} */

.gas-safe-card strong {
    display:block;
    font-size:20px;
    line-height:1.25
}

.gas-safe-card small {
    display:block;
    margin-top:8px;
    color:#d1d5db
}

.section {
    padding:78px 0
}

.section-heading {
    text-align:center;
    max-width:1024px;
    margin:0 auto 42px
}

.section-heading h2 {
    font-size:38px;
    line-height:1.15;
    font-weight:800
}

.section-heading h2:after {
    content:"";
    display:block;
    width:42px;
    height:3px;
    background:#d71920;
    margin:14px auto 0
}

.section-heading p {
    margin-top:16px;
    color:#4b5563
}

.service-grid {
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px
}

.service-card {
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    padding:38px 22px;
    text-align:center;
    border-bottom:4px solid transparent;
    transition:.2s
}

.service-card:hover {
    transform:translateY(-6px);
    border-color:#d71920
}

.service-card i {
    font-size:52px;
    color:#0d4f94;
    margin-bottom:22px
}

.service-card:nth-child(even) i {
    color:#d71920
}

.service-card h3 {
    text-transform:uppercase;
    font-size:18px;
    line-height:1.2;
    margin-bottom:16px;
	min-height:40px;
}

.service-card p {
    font-size:14px;
    color:#4b5563;
    margin-bottom:22px;
	min-height:140px;
}

.service-card a {
    font-size:13px;
    color:#d71920;
    text-transform:uppercase;
    font-weight:800
}
.arrows-service {
  font-size: 23px !important;
 
  vertical-align: sub;

  margin-left: 7px;
}
.why-section {
    background:linear-gradient(135deg,#061b30,#082d50);
    color:#fff;
    padding:78px 0
}

.section-heading.light h2:after {
    background:#fff
}

.why-grid {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:0
}

.why-grid div {
    text-align:center;
    padding:22px 26px;
    border-right:1px solid rgba(255,255,255,.25)
}

.why-grid div:last-child {
    border-right:0
}

.why-grid i {
    font-size:46px;
    margin-bottom:20px
}

.why-grid h3 {
    font-size:18px;
    line-height:1.25;
    margin-bottom:14px
}

.why-grid p {
    font-size:14px;
    color:#d7e0ea
}

.emergency-strip {
    background:linear-gradient(rgba(0,0,0,.76),rgba(0,0,0,.78)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 220"><rect width="1200" height="220" fill="%23222"/><path d="M0 160 C250 80 390 230 650 120 S1010 100 1200 40" stroke="%234b5563" stroke-width="32" fill="none" opacity=".65"/><path d="M0 190 C260 120 470 250 750 140 S990 125 1200 85" stroke="%23111827" stroke-width="45" fill="none" opacity=".7"/></svg>') center/cover;
    color:#fff;
    padding:46px 0
}

.emergency-inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px
}

.emergency-inner h2 {
    font-size:28px;
    line-height:1.2
}

.emergency-inner p {
    font-weight:700;
    margin-bottom:16px
}

.review-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:34px
}

.review-grid article {
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    padding:38px
}

.stars {
    color:#d71920;
    font-size:22px;
    letter-spacing:3px;
    margin-bottom:18px
}

.review-grid p {
    color:#374151;
    margin-bottom:22px
}

.review-grid strong,
.review-grid small {
    display:block
}

.gas-banner {
    background:#f7f8fa;
    padding:28px 0
}

.gas-banner-inner {
    display:grid;
    grid-template-columns:95px 1fr 2fr;
    align-items:center;
    gap:25px
}

.gas-banner h2 {
    font-size:24px
}

.gas-banner p {
    color:#4b5563
}


.gas-points {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    text-align:center;
    gap:14px;
    color:#0d4f94;
    font-weight:700
}

.gas-points i {
    display:block;
    font-size:30px;
    margin-bottom:8px
}

.contact-area {
    background:#fff
}

.areas-grid {
    display:grid;
    grid-template-columns:1fr 1.1fr 1fr;
    align-items:stretch
}

.areas-copy {
    padding:70px 34px 70px 0
}

.areas-copy h2 {
    font-size:36px;
    line-height:1.15;
    margin-bottom:24px
}

.areas-copy ul {
    columns:2;
    list-style:none;
    margin-bottom:18px
}

.areas-copy li {
  margin-bottom: 9px;
  color: #374151;
  font-size: 14px;
}

.areas-copy li:before {
    content:"\f3c5";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#d71920;
    margin-right:9px
}

.map-card {
    background-image:url('../img/jts-map.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    min-height:430px;
    display:grid;
    place-items:center;
    position:relative;
    overflow:hidden;
}



.map-card i {
    font-size:72px;
    color:#0d4f94;
    z-index:1
}

.quote-form {
    background:linear-gradient(135deg,#061b30,#0d4f94);
    color:#fff;
    padding:70px 38px
}

.quote-form h2 {
    font-size:34px;
    margin-bottom:12px
}

.quote-form p {
    margin-bottom:24px;
    color:#dbeafe
}

.form-row {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px
}

.quote-form input,
.quote-form textarea {
    width:100%;
    border:0;
    margin-bottom:12px;
    padding:15px;
    font-family:inherit
}

.quote-form textarea {
    height:110px;
    resize:none
}

.quote-form button {
    border:0;
    cursor:pointer;
    width:100%;
    margin-top:5px
}

.site-footer {
    background:#080808;
    color:#fff;
    padding-top:50px
}

.footer-grid {
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1.2fr;
    gap:38px
}

.footer-logo {
    width:260px;
    margin-bottom:18px
}

.site-footer p,
.site-footer a {
    color:#d1d5db;
    font-size:14px
}

.site-footer h3 {
    text-transform:uppercase;
    font-size:16px;
    margin-bottom:18px
}

.site-footer a {
    display:block;
    margin-bottom:8px
}

.site-footer a:hover {
    color:#fff
}

.socials {
    display:flex;
    gap:10px;
    margin-top:18px
}

.socials a {
    width:34px;
    height:34px;
    border-radius:50%;
    background:#1f2937;
    display:grid;
    place-items:center
}

.footer-bottom {
    margin-top:42px;
    border-top:1px solid #252525;
    padding:18px 0
}

.footer-bottom .container {
    display:flex;
    justify-content:space-between;
    gap:20px
}

.footer-bottom p:last-child {
    display:flex;
    gap:10px
}
.footer-bottom .container {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.footer-legal-links {
    display:flex !important;
    align-items:center;
    gap:10px;
    margin:0;
}

.footer-legal-links a,
.footer-legal-links span,
.footer-cookie-link {
    display:inline-flex !important;
    align-items:center;
    margin:0 !important;
    padding:0;
    line-height:1.4;
}

.footer-cookie-link {
    background:none;
    border:0;
    color:#d1d5db;
    font-family:inherit;
    font-size:14px;
    cursor:pointer;
}

.footer-cookie-link:hover {
    color:#fff;
}
@media (max-width:1220px) {

    .header-call {
        display:none;
    }
}
@media(max-width:1100px) {
   

    .service-grid {
        grid-template-columns:repeat(3,1fr)
    }

    .why-grid {
        grid-template-columns:repeat(3,1fr)
    }

    .why-grid div {
        border-right:0
    }

    .gas-banner-inner,.areas-grid {
        grid-template-columns:1fr
    }

    .quote-form,.areas-copy {
        padding:45px 25px
    }

    .map-card {
        min-height:300px;
		background-position: center;
    }
}
@media(max-width:1024px) {
.header-inner {
        min-height:85px
    }

    .logo-wrap img {
        width:240px
    }

    .mobile-toggle {
        display:block
    }

    .main-nav {
        position:absolute;
        left:0;
        right:0;
        top:85px;
        background:#fff;
        display:none;
        flex-direction:column;
        align-items:flex-start;
        padding:20px 4%;
        gap:0;
        box-shadow:0 18px 28px rgba(0,0,0,.1)
    }

    .main-nav.open {
        display:flex
    }

    .main-nav a {
        padding:12px 0
    }

    .main-nav a:after {
        display:none
    }
}
@media(max-width:820px) {
    

    .hero {
        background:#fff
    }

    .hero-grid {
        grid-template-columns:1fr;
        min-height:auto;
        padding-top:54px
    }

    .hero h1 {
        font-size:44px
    }

    .engineer-card {
        height:430px
    }

    .trust-row {
        gap:18px
    }

    .why-grid,.review-grid,.footer-grid {
        grid-template-columns:1fr
    }

    .emergency-inner {
        flex-direction:column;
        text-align:center
    }

    .gas-points {
        grid-template-columns:repeat(2,1fr)
    }

    .footer-bottom .container {
        flex-direction:column;
        text-align:center;
        align-items:center
    }
}

@media(max-width:560px) {
    .logo-wrap img {
        width:205px
    }

    .hero h1 {
        font-size:36px
    }

    .hero p {
        font-size:16px
    }

    .hero-actions,.trust-row {
        flex-direction:column
    }

    .service-grid {
        grid-template-columns:1fr
    }

    .section-heading h2,.areas-copy h2,.quote-form h2 {
        font-size:30px
    }
.trust-row {
        display: none;
    }
	.service-card p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 22px;
  min-height: 50px;
}
    .gas-safe-card {
        left:10px;
        right:10px;
        bottom:20px
    }

    .form-row {
        grid-template-columns:1fr
    }

    .areas-copy ul {
        columns:1
    }

    .gas-points {
        grid-template-columns:1fr
    }
}


@media (max-width: 1100px) {
    
.gas-safe-logo {
display:none;
}	
.gas-safe-logo-text{
display:none;
}	
	
}


/* =========================================
   PLUMBING SERVICES PAGE
========================================= */

.service-page-hero {
    background:#f3f5f8;
    overflow:hidden;
}

.service-page-hero-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    min-height:560px;
}

.service-page-hero-copy {
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:70px 60px 70px 0;
}

.service-page-hero h1 {
    font-size:54px;
    line-height:1.05;
    font-weight:800;
    letter-spacing:-2px;
    margin-bottom:24px;
}

.service-page-hero h1 span {
    display:block;
    color:#d71920;
}

.service-page-hero-copy > p {
    font-size:18px;
    max-width:620px;
    color:#374151;
    margin-bottom:28px;
}

.service-page-hero-image {
    min-height:560px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.plumbing-page-image {
    background-image:url('../img/hero/plumbing-services-hero.webp');
}


/* INTRO */

.service-content-grid {
    display:grid;
    grid-template-columns:1.7fr .8fr;
    gap:70px;
    align-items:center;
}

.service-main-copy h2 {
    font-size:38px;
    line-height:1.18;
    margin-bottom:24px;
}

.service-main-copy p {
    color:#4b5563;
    font-size:16px;
    margin-bottom:18px;
}

.service-contact-box {
    background:linear-gradient(135deg,#061b30,#0d4f94);
    color:#fff;
    padding:42px;
    box-shadow:0 16px 40px rgba(0,0,0,.12);
}

.service-contact-box > i {
    font-size:42px;
    color:#fff;
    margin-bottom:20px;
}

.service-contact-box span {
    display:block;
    color:#ef4444;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1.2px;
    font-weight:800;
    margin-bottom:7px;
}

.service-contact-box h3 {
    font-size:28px;
    line-height:1.2;
    margin-bottom:15px;
}

.service-contact-box p {
    color:#dbeafe;
    margin-bottom:24px;
}


/* SERVICE LIST */

.plumbing-services-list {
    background:#f7f8fa;
}

.plumbing-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.plumbing-item {
    background:#fff;
    padding:30px;
    display:grid;
    grid-template-columns:70px 1fr;
    gap:22px;
    align-items:start;
    border-bottom:3px solid transparent;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.2s;
}

.plumbing-item:hover {
    transform:translateY(-4px);
    border-color:#d71920;
}

.plumbing-icon {
    width:62px;
    height:62px;
    display:grid;
    place-items:center;
    background:#eef5fc;
    color:#0d4f94;
    font-size:28px;
    border-radius:50%;
}

.plumbing-item:nth-child(even) .plumbing-icon {
    color:#d71920;
    background:#fff0f0;
}

.plumbing-item h3 {
    font-size:20px;
    line-height:1.25;
    margin-bottom:8px;
}

.plumbing-item p {
    color:#4b5563;
    font-size:15px;
}


/* TABLET */

@media(max-width:1100px) {

    .service-content-grid {
        grid-template-columns:1fr;
        gap:35px;
    }

    .service-page-hero-copy {
        padding-right:30px;
    }

}


/* MOBILE */

@media(max-width:820px) {

    .service-page-hero-grid {
        grid-template-columns:1fr;
    }

    .service-page-hero-copy {
        padding:55px 0;
    }

    .service-page-hero h1 {
        font-size:44px;
    }

    .service-page-hero-image {
        min-height:400px;
    }

    .plumbing-grid {
        grid-template-columns:1fr;
    }

}


@media(max-width:560px) {

    .service-page-hero-copy {
        padding:42px 0;
    }

    .service-page-hero h1 {
        font-size:36px;
    }

    .service-page-hero-copy > p {
        font-size:16px;
    }

    .service-page-hero-image {
        min-height:320px;
    }

    .service-main-copy h2 {
        font-size:30px;
    }

    .service-contact-box {
        padding:30px 24px;
    }

    .plumbing-item {
        grid-template-columns:50px 1fr;
        padding:24px 20px;
        gap:15px;
    }

    .plumbing-icon {
        width:48px;
        height:48px;
        font-size:22px;
    }

    .plumbing-item h3 {
        font-size:18px;
    }

}
.gas-page-image {
    background-image:url('../img/hero/gas-services-hero.webp');
}


.boiler-page-image {
    background-image:url('../img/hero/boiler-service-hero.png');
}
/* =========================================
   ABOUT US
========================================= */

.about-page-image {
    background-image:url('../img/hero/about-hero.webp');
}


/* ABOUT STORY */

.about-story-grid {
    display:grid;
    grid-template-columns:1.5fr 1fr;
    gap:70px;
    align-items:center;
}

.about-story h2 {
    font-size:38px;
    line-height:1.18;
    margin-bottom:24px;
}

.about-story p {
    color:#4b5563;
    margin-bottom:18px;
}


/* STATS */

.about-stats {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.about-stat {
    min-height:165px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.07);
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding:28px 20px;
    border-bottom:4px solid #d71920;
}

.about-stat strong {
    display:block;
    color:#0d4f94;
    font-size:42px;
    line-height:1;
    font-weight:800;
    margin-bottom:12px;
}

.about-stat span {
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}


/* REPUTATION */

.about-reputation {
    padding:78px 0;
    background:#f7f8fa;
}

.about-reputation-grid {
    display:grid;
    grid-template-columns:1.3fr .8fr;
    gap:70px;
    align-items:center;
}

.about-reputation-copy h2 {
    font-size:38px;
    line-height:1.18;
    margin-bottom:22px;
}

.about-reputation-copy p {
    color:#4b5563;
    margin-bottom:18px;
}

.about-reputation-copy .btn {
    margin-top:10px;
}


/* CHECKATRADE CARD */

.checkatrade-card {
    background:linear-gradient(135deg,#061b30,#0d4f94);
    color:#fff;
    padding:45px;
    box-shadow:0 16px 40px rgba(0,0,0,.15);
}

.checkatrade-stars {
    color:#fff;
    font-size:25px;
    letter-spacing:4px;
    margin-bottom:15px;
}

.checkatrade-score {
    display:block;
    font-size:52px;
    line-height:1;
    margin-bottom:15px;
}

.checkatrade-card h3 {
    font-size:24px;
    margin-bottom:15px;
}

.checkatrade-card p {
    color:#dbeafe;
    margin-bottom:24px;
}

.checkatrade-points {
    display:grid;
    gap:10px;
}

.checkatrade-points span {
    font-weight:700;
}

.checkatrade-points i {
    margin-right:8px;
}


/* TABLET */

@media(max-width:1000px) {

    .about-story-grid,
    .about-reputation-grid {
        grid-template-columns:1fr;
        gap:40px;
    }

}


/* MOBILE */

@media(max-width:560px) {

    .about-story h2,
    .about-reputation-copy h2 {
        font-size:30px;
    }

    .about-stats {
        grid-template-columns:1fr 1fr;
        gap:12px;
    }

    .about-stat {
        min-height:130px;
        padding:20px 10px;
    }

    .about-stat strong {
        font-size:34px;
    }

    .about-stat span {
        font-size:12px;
    }

    .checkatrade-card {
        padding:30px 24px;
    }

    .checkatrade-score {
        font-size:44px;
    }

}

/* =========================================
   CONTACT PAGE
========================================= */

.contact-page-hero {
    background:linear-gradient(135deg,#061b30,#0d4f94);
    color:#fff;
    padding:85px 0;
}

.contact-page-hero-inner {
    max-width:900px;
    text-align:center;
}

.contact-page-hero .eyebrow {
    color:#fff;
}

.contact-page-hero h1 {
    font-size:52px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-1.5px;
    margin-bottom:22px;
}

.contact-page-hero h1 span {
    display:block;
    color:#ef4b50;
}

.contact-page-hero p {
    max-width:760px;
    margin:0 auto;
    color:#dbeafe;
    font-size:18px;
}


/* MAIN CONTACT */

.contact-page-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:start;
}

.contact-details h2 {
    font-size:38px;
    line-height:1.15;
    margin-bottom:18px;
}

.contact-intro {
    color:#4b5563;
    margin-bottom:32px;
}


/* CONTACT CARDS */

.contact-detail-card {
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    padding:24px 0;
    border-bottom:1px solid #e5e7eb;
}

.contact-detail-icon {
    width:55px;
    height:55px;
    border-radius:50%;
    background:#eef5fc;
    color:#0d4f94;
    display:grid;
    place-items:center;
    font-size:22px;
}

.contact-detail-card:nth-of-type(even) .contact-detail-icon {
    background:#fff0f0;
    color:#d71920;
}

.contact-detail-card span {
    display:block;
    color:#d71920;
    text-transform:uppercase;
    font-weight:800;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:3px;
}

.contact-detail-card a,
.contact-detail-card strong {
    display:block;
    font-size:21px;
    font-weight:800;
    margin-bottom:5px;
}

.contact-detail-card a:hover {
    color:#d71920;
}

.contact-detail-card p {
    color:#6b7280;
    font-size:14px;
}


/* TRUST */

.contact-trust {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:32px;
}

.contact-trust div {
    text-align:center;
    background:#f7f8fa;
    padding:22px 10px;
}

.contact-trust i {
    display:block;
    color:#0d4f94;
    font-size:28px;
    margin-bottom:10px;
}

.contact-trust strong {
    display:block;
    font-size:13px;
}

.contact-trust span {
    display:block;
    color:#6b7280;
    font-size:11px;
}


/* FORM */

.contact-form-wrap {
    box-shadow:0 15px 45px rgba(0,0,0,.12);
}

.contact-page-form {
    padding:50px;
}

.contact-page-form label {
    display:block;
    font-size:13px;
    font-weight:700;
    margin-bottom:6px;
}

.contact-page-form label small {
    font-weight:400;
    color:#bfdbfe;
    margin-left:4px;
}

.contact-page-form input,
.contact-page-form textarea {
    margin-bottom:18px;
}

.contact-page-form textarea {
    height:150px;
}


/* MAP / AREAS */

.contact-map-grid {
    display:grid;
    grid-template-columns:1fr 1.5fr;
    align-items:stretch;
}

.contact-page-areas .map-card {
    min-height:480px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.areas-intro {
    margin-bottom:22px;
    color:#4b5563;
}


/* TABLET */

@media(max-width:900px) {

    .contact-page-grid,
    .contact-map-grid {
        grid-template-columns:1fr;
    }

    .contact-page-grid {
        gap:45px;
    }

    .contact-page-areas .map-card {
        min-height:350px;
    }

}


/* MOBILE */

@media(max-width:560px) {

    .contact-page-hero {
        padding:55px 0;
    }

    .contact-page-hero h1 {
        font-size:36px;
    }

    .contact-page-hero p {
        font-size:16px;
    }

    .contact-details h2 {
        font-size:30px;
    }

    .contact-page-form {
        padding:35px 24px;
    }

    .contact-trust {
        grid-template-columns:1fr;
    }

    .contact-detail-card {
        grid-template-columns:48px 1fr;
        gap:15px;
    }

    .contact-detail-icon {
        width:46px;
        height:46px;
        font-size:19px;
    }

    .contact-detail-card a,
    .contact-detail-card strong {
        font-size:18px;
    }

}

/* =========================================
   LEGAL / PRIVACY POLICY PAGE
========================================= */

.legal-page-hero {
    background:linear-gradient(135deg,#061b30,#0d4f94);
    color:#fff;
    padding:75px 0;
}

.legal-page-hero-inner {
    max-width:850px;
    text-align:center;
}

.legal-page-hero .eyebrow {
    color:#ef4b50;
}

.legal-page-hero h1 {
    font-size:50px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:18px;
}

.legal-page-hero p {
    max-width:720px;
    margin:0 auto 18px;
    color:#dbeafe;
    font-size:17px;
}

.legal-page-hero small {
    color:#bfdbfe;
}


/* LAYOUT */

.legal-page-grid {
    display:grid;
    grid-template-columns:280px 1fr;
    gap:65px;
    align-items:start;
}


/* SIDEBAR */

.legal-sidebar {
    position:sticky;
    top:145px;
    background:#f7f8fa;
    padding:28px;
}

.legal-sidebar h3 {
    font-size:19px;
    margin-bottom:18px;
}

.legal-sidebar nav {
    display:grid;
}

.legal-sidebar a {
    padding:9px 0;
    color:#4b5563;
    font-size:14px;
    border-bottom:1px solid #e5e7eb;
}

.legal-sidebar a:hover {
    color:#d71920;
}


/* CONTENT */

.legal-content {
    max-width:900px;
}

.legal-content section {
    scroll-margin-top:145px;
    margin-bottom:55px;
}

.legal-content section:last-child {
    margin-bottom:0;
}

.legal-number {
    display:block;
    color:#d71920;
    text-transform:uppercase;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.2px;
    margin-bottom:6px;
}

.legal-content h2 {
    font-size:30px;
    line-height:1.2;
    margin-bottom:18px;
}

.legal-content h3 {
    font-size:18px;
}

.legal-content p {
    color:#4b5563;
    margin-bottom:16px;
}

.legal-content ul {
    margin:5px 0 22px 22px;
    color:#4b5563;
}

.legal-content li {
    padding:4px 0 4px 5px;
}

.legal-content li::marker {
    color:#d71920;
}

.legal-content a {
    color:#0d4f94;
    font-weight:700;
}

.legal-content a:hover {
    color:#d71920;
}


/* INFORMATION BOX */

.legal-info-box {
    background:#f7f8fa;
    border-left:4px solid #d71920;
    padding:24px 28px;
    margin-top:22px;
}

.legal-info-box strong {
    display:block;
    font-size:18px;
    margin-bottom:8px;
}

.legal-info-box p {
    margin-bottom:7px;
}


/* LAWFUL BASIS */

.legal-basis-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:25px;
}

.legal-basis-grid > div {
    background:#f7f8fa;
    padding:25px;
}

.legal-basis-grid i {
    color:#0d4f94;
    font-size:27px;
    margin-bottom:13px;
}

.legal-basis-grid > div:nth-child(even) i {
    color:#d71920;
}

.legal-basis-grid h3 {
    margin-bottom:8px;
}

.legal-basis-grid p {
    font-size:14px;
    margin:0;
}


/* CONTACT */

.legal-contact-box {
    display:flex;
    gap:20px;
    align-items:center;
    background:linear-gradient(135deg,#061b30,#0d4f94);
    color:#fff;
    padding:28px;
    margin-top:25px;
}

.legal-contact-icon {
    width:55px;
    height:55px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#d71920;
    font-size:21px;
    flex:0 0 auto;
}

.legal-contact-box strong,
.legal-contact-box a {
    display:block;
}

.legal-contact-box strong {
    font-size:18px;
    margin-bottom:5px;
}

.legal-contact-box a {
    color:#fff;
    font-size:14px;
}


/* TABLET */

@media(max-width:900px) {

    .legal-page-grid {
        grid-template-columns:1fr;
        gap:35px;
    }

    .legal-sidebar {
        position:static;
    }

    .legal-sidebar nav {
        grid-template-columns:repeat(2,1fr);
        column-gap:25px;
    }

}


/* MOBILE */

@media(max-width:560px) {

    .legal-page-hero {
        padding:52px 0;
    }

    .legal-page-hero h1 {
        font-size:36px;
    }

    .legal-page-hero p {
        font-size:15px;
    }

    .legal-sidebar {
        padding:22px;
    }

    .legal-sidebar nav {
        grid-template-columns:1fr;
    }

    .legal-content h2 {
        font-size:26px;
    }

    .legal-basis-grid {
        grid-template-columns:1fr;
    }

    .legal-contact-box {
        align-items:flex-start;
        padding:22px;
    }

}
/* =========================================
   COOKIE CONSENT
========================================= */

.cookie-banner {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    background:#061b30;
    color:#fff;
    box-shadow:0 -8px 35px rgba(0,0,0,.18);
    padding:22px 0;
}

.cookie-banner[hidden] {
    display:none;
}

.cookie-banner-inner {
    width:min(1370px,92%);
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
}

.cookie-copy {
    max-width:800px;
}

.cookie-copy strong {
    display:block;
    font-size:18px;
    margin-bottom:5px;
}

.cookie-copy p {
    color:#dbeafe;
    font-size:14px;
    line-height:1.6;
}

.cookie-copy a {
    color:#fff;
    font-weight:700;
    text-decoration:underline;
}

.cookie-actions {
    display:flex;
    gap:12px;
    flex-shrink:0;
}

.cookie-btn {
    border:0;
    min-height:48px;
    padding:13px 20px;
    font-family:inherit;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    cursor:pointer;
    border-radius:3px;
}

.cookie-accept {
    background:#d71920;
    color:#fff;
}

.cookie-accept:hover {
    background:#b9141a;
}

.cookie-reject {
    background:#fff;
    color:#111827;
}

.cookie-reject:hover {
    background:#e5e7eb;
}


/* MOBILE */

@media(max-width:760px) {

    .cookie-banner {
        padding:20px 0;
    }

    .cookie-banner-inner {
        flex-direction:column;
        align-items:stretch;
        gap:18px;
    }

    .cookie-actions {
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .cookie-btn {
        width:100%;
    }

}


@media(max-width:480px) {

    .cookie-actions {
        grid-template-columns:1fr;
    }

}
.footer-legal-links {
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.footer-cookie-link {
    background:none;
    border:0;
    padding:0;
    color:#d1d5db;
    font-family:inherit;
    font-size:14px;
    cursor:pointer;
}

.footer-cookie-link:hover {
    color:#fff;
}