


.tag-brand{--red:#CC2529;--red-dark:#a91e22;--charcoal:#231F20;--slate:#54595F;--body:#6f6f6f;
  --light:#E4E4E4;--offwhite:#F4F4F4;--white:#FFFFFF;--maxw:1320px;
  font-family:'Poppins',sans-serif;font-weight:400;line-height:1.65;color:var(--body);width:100%;font-size:16px;}
.tag-brand,.tag-brand *,.tag-brand *::before,.tag-brand *::after{box-sizing:border-box;margin:0;padding:0;}
.tag-brand a{text-decoration:none;color:inherit;}
.tag-brand img{display:block;max-width:100%;}
.tag-brand .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;width:100%;}
.tag-brand .sec{padding:80px 0;}
.tag-brand .sec--alt{background:var(--offwhite);}
.tag-brand .b-title{font-size:36px!important;line-height:44px!important;font-weight:700!important;color:#231F20!important;text-transform:capitalize!important;letter-spacing:.2px;margin:0!important;}
.tag-brand .kicker{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:2.4px;text-transform:uppercase;color:var(--red);margin-bottom:8px;}
.tag-brand .rule{width:74px;height:4px;background:var(--red);border-radius:3px;margin:14px 0 0;}

.tag-brand .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;font-size:.85rem;padding:15px 30px;border-radius:5px;transition:transform .18s,background .18s,color .18s;cursor:pointer;}
.tag-brand .btn svg{width:15px;height:15px;stroke:currentColor;}
.tag-brand .btn-red{background:var(--red);color:#fff;}
.tag-brand .btn-red:hover{background:var(--red-dark);transform:translateY(-1px);}
.tag-brand .btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7);}
.tag-brand .btn-ghost:hover{background:#fff;color:var(--charcoal);}

/* HERO */
.tag-brand .hero{position:relative;width:100vw;max-width:100vw;left:50%;transform:translateX(-50%);color:#fff;
  background:linear-gradient(rgba(0,0,0,.85),rgba(0,0,0,.85)),
  url('https://www.tagforklifttrucks.co.uk/wp-content/uploads/2024/02/tag-piccy2-scaled.jpg') center/cover no-repeat;}
.tag-brand .hero .wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:74px 28px;}
.tag-brand .hero h1{font-size:clamp(2.6rem,5vw,4rem);font-weight:900;line-height:1.02;color:#fff;margin:0;}
.tag-brand .hero .usp{list-style:none;margin:26px 0 30px;display:flex;flex-direction:column;gap:13px;}
.tag-brand .hero .usp li{display:flex;align-items:center;gap:12px;font-size:1.06rem;font-weight:600;color:rgba(255,255,255,.95);}
.tag-brand .hero .usp .tick{flex:none;width:24px;height:24px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;}
.tag-brand .hero .usp .tick svg{width:13px;height:13px;stroke:#fff;}
.tag-brand .hero .heroimg{display:flex;justify-content:center;align-items:center;}
.tag-brand .hero .heroimg img{max-height:460px;width:auto;filter:drop-shadow(0 30px 40px rgba(0,0,0,.5));}

/* INTRO */
.tag-brand .intro .head{margin-bottom:26px;}
.tag-brand .intro p{font-size:1.02rem;line-height:1.8;color:var(--slate);}
.tag-brand .intro p + p{margin-top:16px;}
.tag-brand .intro a{color:var(--red);font-weight:600;}

/* LISTING */
.tag-brand .listing .wrap{display:grid;grid-template-columns:264px 1fr;gap:40px;align-items:start;}
.tag-brand .b-side{position:sticky;top:24px;background:#fff;border:1px solid var(--light);border-radius:12px;padding:24px 22px;}
.tag-brand .b-side .side-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:18px;}
.tag-brand .b-side .side-head span{font-weight:700;font-size:1.1rem;color:var(--charcoal);}
.tag-brand .b-clear{font-size:.8rem;font-weight:600;color:var(--red);cursor:pointer;background:none;border:none;font-family:inherit;}
.tag-brand .fgrp{padding:18px 0;border-top:1px solid var(--offwhite);}
.tag-brand .fgrp:first-of-type{border-top:none;padding-top:0;}
.tag-brand .flabel{display:block;font-size:.74rem;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--charcoal);margin-bottom:13px;}
.tag-brand .b-search{position:relative;}
.tag-brand .b-search input{width:100%;font-family:inherit;font-size:.92rem;padding:11px 12px 11px 36px;border:1px solid var(--light);border-radius:7px;color:var(--charcoal);}
.tag-brand .b-search input:focus{outline:none;border-color:var(--red);}
.tag-brand .b-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:15px;height:15px;stroke:var(--slate);}
.tag-brand .chk{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;font-size:.92rem;color:var(--slate);}
.tag-brand .chk input{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid var(--light);border-radius:4px;flex:none;cursor:pointer;position:relative;transition:.15s;}
.tag-brand .chk input:checked{background:var(--red);border-color:var(--red);}
.tag-brand .chk input:checked::after{content:'';position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);}
.tag-brand .chk:hover{color:var(--charcoal);}
.tag-brand .fsel{width:100%;font-family:inherit;font-size:.92rem;padding:10px 12px;border:1px solid var(--light);border-radius:7px;color:var(--charcoal);background:#fff;cursor:pointer;}
.tag-brand .fsel:focus{outline:none;border-color:var(--red);}

.tag-brand .b-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;flex-wrap:wrap;}
.tag-brand .b-count{font-weight:600;color:var(--charcoal);font-size:.98rem;}
.tag-brand .b-count b{color:var(--red);}
.tag-brand .b-sortwrap{display:flex;align-items:center;gap:10px;}
.tag-brand .b-sortwrap label{font-size:.85rem;font-weight:600;color:var(--slate);}
.tag-brand .b-sortwrap select{font-family:inherit;font-size:.9rem;padding:9px 12px;border:1px solid var(--light);border-radius:7px;background:#fff;color:var(--charcoal);cursor:pointer;}
.tag-brand .b-filtbtn{display:none;}

.tag-brand .b-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.tag-brand .pcard{display:flex;flex-direction:column;background:#fff;border:2px solid var(--light);border-radius:12px;overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s;}
.tag-brand .pcard:hover{transform:translateY(-4px);box-shadow:0 20px 34px -22px rgba(35,31,32,.5);border-color:var(--red);}
.tag-brand .pcard-img{position:relative;height:172px;display:flex;align-items:center;justify-content:center;padding:18px;background:#fff;}
.tag-brand .pcard-img img{max-height:100%;max-width:100%;width:auto;object-fit:contain;}
.tag-brand .badge{position:absolute;top:12px;left:12px;font-size:.64rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:5px 10px;border-radius:3px;color:#fff;}
.tag-brand .badge.new{background:var(--red);}
.tag-brand .badge.used{background:var(--charcoal);}
.tag-brand .pcard-body{display:flex;flex-direction:column;flex:1;}
.tag-brand .pcard-name{display:block;text-align:center;font-size:1.02rem;font-weight:700;color:var(--charcoal);padding:6px 14px 14px;}
.tag-brand .pcard-name:hover{color:var(--red);}
.tag-brand .pcard-specs{display:flex;justify-content:center;gap:6px;padding:14px 8px;border-top:1px solid var(--offwhite);}
.tag-brand .pcard-specs .sp{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;}
.tag-brand .pcard-specs .sp img{height:22px;width:auto;object-fit:contain;opacity:.82;}
.tag-brand .pcard-specs .sp small{font-size:.72rem;color:var(--slate);font-weight:600;line-height:1.2;}
.tag-brand .pcard-foot{margin-top:auto;}
.tag-brand .pq{display:block;text-align:center;background:var(--red);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.7px;font-size:.8rem;padding:14px;transition:background .18s;}
.tag-brand .pq:hover{background:var(--red-dark);}
.tag-brand .pv{text-align:center;font-weight:600;font-size:.84rem;color:var(--charcoal);}
.tag-brand .pv:hover{color:var(--red);}
.tag-brand .b-more{display:flex;justify-content:center;margin-top:38px;}
.tag-brand #bMore{background:var(--charcoal);color:#fff;border:none;font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.6px;font-size:.85rem;padding:15px 40px;border-radius:6px;cursor:pointer;transition:background .18s;}
.tag-brand #bMore:hover{background:#000;}
.tag-brand .b-empty{display:none;padding:50px 0;text-align:center;color:var(--slate);font-weight:600;}

/* GUIDANCE */
.tag-brand .guide .head{margin-bottom:30px;}
.tag-brand .guide .b-sub{font-size:1.5rem;font-weight:700;color:var(--charcoal);margin:0 0 14px;}
.tag-brand .guide p{font-size:1rem;line-height:1.8;color:var(--slate);}
.tag-brand .guide p + p{margin-top:14px;}

/* FAQ */
.tag-brand .faq .head{margin-bottom:30px;}
.tag-brand .faq-list{max-width:1000px;}
.tag-brand .faq-item{border:1px solid var(--light);border-radius:10px;margin-bottom:14px;background:#fff;overflow:hidden;transition:border-color .18s;}
.tag-brand .faq-item.open{border-color:var(--red);}
.tag-brand .faq-q{width:100%;text-align:left;background:none;border:none;font-family:inherit;font-size:1.05rem;font-weight:700;color:var(--charcoal);padding:20px 22px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;}
.tag-brand .faq-ic{position:relative;width:18px;height:18px;flex:none;}
.tag-brand .faq-ic::before,.tag-brand .faq-ic::after{content:'';position:absolute;background:var(--red);}
.tag-brand .faq-ic::before{left:0;top:8px;width:18px;height:2px;}
.tag-brand .faq-ic::after{left:8px;top:0;width:2px;height:18px;transition:transform .3s;}
.tag-brand .faq-item.open .faq-ic::after{transform:scaleY(0);}
.tag-brand .faq-a{max-height:0;overflow:hidden;transition:max-height .32s ease;}
.tag-brand .faq-a-in{padding:0 22px 22px;}
.tag-brand .faq-a-in p{font-size:.98rem;line-height:1.75;color:var(--slate);}
.tag-brand .faq-a-in p + p{margin-top:12px;}

/* CTA */
.tag-brand .cta{background:var(--red);color:#fff;}
.tag-brand .cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:46px 28px;flex-wrap:wrap;}
.tag-brand .cta .ct{font-size:1.7rem;font-weight:900;line-height:1.1;max-width:680px;}
.tag-brand .cta .actions{display:flex;gap:13px;flex-wrap:wrap;}
.tag-brand .cta .btn-white{background:#fff;color:var(--red);}
.tag-brand .cta .btn-white:hover{background:var(--charcoal);color:#fff;}
.tag-brand .cta .btn-out{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8);}
.tag-brand .cta .btn-out:hover{background:#fff;color:var(--red);}

@media (max-width:1180px){.tag-brand .b-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:980px){
  .tag-brand .sec{padding:60px 0;}
  .tag-brand .hero .wrap{grid-template-columns:1fr;text-align:left;}
  .tag-brand .hero .usp{align-items:flex-start;}
  .tag-brand .hero .heroimg{display:none;}
  .tag-brand .listing .wrap{grid-template-columns:1fr;}
  .tag-brand .b-side{position:relative;top:0;display:none;margin-bottom:24px;}
  .tag-brand .b-side.open{display:block;}
  .tag-brand .b-filtbtn{display:inline-flex;align-items:center;gap:8px;background:var(--charcoal);color:#fff;border:none;font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.6px;font-size:.82rem;padding:12px 20px;border-radius:6px;cursor:pointer;}
}
@media (max-width:700px){.tag-brand .b-grid{grid-template-columns:repeat(2,1fr);}.tag-brand .cta .wrap{flex-direction:column;text-align:center;align-items:center;}}
@media (max-width:460px){.tag-brand .b-grid{grid-template-columns:1fr;}.tag-brand .b-title{font-size:28px!important;line-height:34px!important;}}
/* brand page tuning */
.tag-brand .sec.intro{padding-bottom:40px;}
.tag-brand .listing{padding-top:40px;}
.tag-brand .guide{background:#fafafa;}
.tag-brand .faq{padding-bottom:125px;}

/* hire hero */
.tag-brand .hero{margin-bottom:75px;}
.tag-brand .how{padding-bottom:120px;}
.tag-brand .hero h1{font-size:45px;font-weight:700;line-height:1.12;}
.tag-brand .head{margin-bottom:32px;}
.tag-brand .hero.hero-solo .wrap{grid-template-columns:1fr;}
.tag-brand .hero .hero-sub{color:rgba(255,255,255,.9);font-size:1.12rem;line-height:1.7;margin:16px 0 26px;max-width:660px;}
/* hire type cards */
.tag-brand .htypes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.tag-brand .htype{background:#fff;border:2px solid var(--light);border-radius:14px;padding:32px 28px;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;}
.tag-brand .htype:hover{transform:translateY(-4px);box-shadow:0 22px 38px -24px rgba(35,31,32,.5);border-color:var(--red);}
.tag-brand .htype .tg{align-self:flex-start;font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--red);background:rgba(204,37,41,.08);padding:6px 12px;border-radius:30px;margin-bottom:16px;}
.tag-brand .htype h3{font-size:1.4rem;font-weight:700;color:var(--charcoal);margin-bottom:12px;}
.tag-brand .htype p{font-size:.97rem;line-height:1.7;color:var(--slate);}
/* why */
.tag-brand .why{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;}
.tag-brand .whyitem .ic{width:54px;height:54px;border-radius:13px;background:var(--red);display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.tag-brand .whyitem .ic svg{width:26px;height:26px;stroke:#fff;stroke-width:2;fill:none;}
.tag-brand .whyitem h3{font-size:1.12rem;font-weight:700;color:var(--charcoal);margin-bottom:9px;}
.tag-brand .whyitem p{font-size:.95rem;line-height:1.65;color:var(--slate);}
/* steps */
.tag-brand .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.tag-brand .step{position:relative;background:#fff;border:2px solid var(--light);border-radius:14px;padding:34px 28px 30px;}
.tag-brand .step .num{position:absolute;top:-22px;left:28px;width:46px;height:46px;border-radius:50%;background:var(--charcoal);color:#fff;font-weight:900;font-size:1.2rem;display:flex;align-items:center;justify-content:center;}
.tag-brand .step h3{font-size:1.18rem;font-weight:700;color:var(--charcoal);margin:8px 0 10px;}
.tag-brand .step p{font-size:.96rem;line-height:1.7;color:var(--slate);}
.tag-brand .b-main .head{margin-bottom:24px;}
@media (max-width:1080px){.tag-brand .why{grid-template-columns:repeat(2,1fr);}}
@media (max-width:820px){.tag-brand .htypes{grid-template-columns:1fr;}.tag-brand .steps{grid-template-columns:1fr;gap:34px;}}
@media (max-width:520px){.tag-brand .why{grid-template-columns:1fr;}}
.tag-brand .areas p{font-size:1.02rem;color:var(--slate);max-width:760px;margin-bottom:26px;}
.tag-brand .area-grid{display:flex;flex-wrap:wrap;gap:12px;}
.tag-brand .area-grid a{display:inline-flex;align-items:center;background:#fff;border:1.5px solid var(--light);border-radius:30px;padding:11px 20px;font-weight:600;font-size:.95rem;color:var(--charcoal);transition:border-color .18s,color .18s,transform .18s;}
.tag-brand .area-grid a:hover{border-color:var(--red);color:var(--red);transform:translateY(-2px);}
