/* ETM polish layer: refines the page structure and tightens the visual system. */
:root {
  --etm-navy: #121417;
  --etm-blue: #1E2228;
  --etm-ink: #14161A;
  --etm-teal: #E01E26;
  --etm-teal-dark: #0F7A38;
  --etm-soft: #f4f7fb;
  --etm-cream: #fff8e7;
  --etm-line: #E0E3E7;
  --etm-text: #1F2937;
}

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--etm-text);
  background: #fff;
}

.wrap {
  max-width: 1560px;
  padding-left: 48px;
  padding-right: 48px;
}

.topbar {
  height: 36px;
  background: #121417;
  font-size: 12px;
}

.topbar .left a {
  color: var(--etm-teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn-out-sm,
.btn-teal-sm,
.btn-teal,
.btn-teal-lg,
.btn-out-lg,
.act-dark,
.act-teal,
.pc-cta,
.apply-btn,
.btn-disc,
.teal-search button {
  border-radius: 4px;
}

.btn-teal,
.btn-teal-lg,
.btn-teal-sm,
.act-teal,
.apply-btn,
.cta-teal {
  background: var(--etm-teal);
  color: #fff;
  box-shadow: none;
}

.nav {
  height: 78px;
  background: #1E2228;
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset;
}

.nav ul {
  gap: 28px;
}

.nav ul a {
  font-size: 16px;
  font-weight: 700;
}

.btn-teal {
  font-size: 16px;
}

.nav .logo {
  background: #fff !important;
  border-radius: 3px !important;
  padding: 8px 12px !important;
}

.nav .logo img {
  height: 42px !important;
}

/* Home hero: full-width dark header, 1440 content rail, calmer image split. */
.hero {
  height: 700px;
  background: #121417;
  isolation: isolate;
}

.hero .img-left {
  width: 100%;
  opacity: 1;
  background-image: url("img/tcuk-home-hero-left.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
}

.hero .img-right {
  display: none;
}

.hero .overlay {
  width: 100%;
  background:
    linear-gradient(90deg, rgba(18,20,23,.96), rgba(18,20,23,.86) 42%, rgba(18,20,23,.48) 72%, rgba(18,20,23,.24)),
    linear-gradient(0deg, rgba(18,20,23,.26), rgba(18,20,23,.26));
  z-index: 1;
}

.hero .hero-inner {
  align-items: center;
  position: relative;
  z-index: 3;
}

.hero-content {
  max-width: 710px;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-top: 0;
}

.hero .sub {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,.86);
}

.hero-help-box {
  margin-top: 28px;
  display: flex;
  align-items: center;
  max-width: 590px;
  padding: 7px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
}

.hero-help-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 15px 18px;
  font: inherit;
  font-size: 16px;
  color: #1E2228;
}

.hero-help-box input::placeholder {
  color: #8390a4;
}

.hero-help-box button {
  border: 0;
  border-radius: 5px;
  background: var(--etm-teal);
  color: #fff;
  padding: 15px 24px;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.tag-badge {
  color: var(--etm-teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.trust-row .t {
  color: rgba(255,255,255,.88);
  font-size: 16px;
}

.trust-row {
  margin-top: 18px;
}

.btn-out-lg {
  border-color: rgba(255,255,255,.65);
}

/* Home body sections. */
.steps {
  padding: 76px 0;
  background: #eef1f5;
}

.steps h2,
.services h2,
.findtm .findtm-heading,
.sec-head h2 {
  color: var(--etm-ink);
}

.step-card p,
.services .ssub,
.support .cpar,
.cta-card.yellow p,
.cta-card.dark p,
.op-card .otype,
.op-card .oloc,
.findtm-note {
  font-size: 16px !important;
}

.search-box input,
.teal-search input,
.teal-search button,
.faq-q,
.tm-card h4,
.blog-card h4,
.viewall,
.btn-disc,
.btn-ctad,
.btn-ctaw,
.filter {
  font-size: 16px !important;
}

.step-card,
.tm-card,
.tm-row,
.price-card,
.how-card,
.faq-item,
.sidebar {
  border-color: var(--etm-line);
  box-shadow: 0 10px 28px rgba(7, 26, 68, .06);
}

.step-card.dark {
  background: #1E2228;
}

.findtm {
  background: #1E2228;
}

.findtm .findtm-heading {
  color: #fff;
}

.uk-map-wrap svg path {
  fill: #2B3138 !important;
}

.search-box,
.finder-search,
.teal-search {
  border: 1px solid rgba(7, 26, 68, .14);
}

.services {
  background: #fff;
}

.service-panel,
.services .wrap {
  background: var(--etm-cream);
}

.svc-card {
  padding: 28px 20px;
}

.svc-card h3 {
  color: var(--etm-ink);
}

.featured {
  background: #1E2228;
}

.support {
  background: #eaf0f8;
  color: var(--etm-ink);
}

.support .csub {
  color: var(--etm-ink);
}

.support .cpar {
  color: #33415f;
  opacity: 1;
}

.support-img {
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(7,26,68,.14);
}

.blogcta {
  background: #fff;
}

.cta-card {
  border-radius: 0;
}

.blog-card .bimg,
.post img {
  border-radius: 10px;
}

.teal-bar {
  background: var(--etm-teal);
}

.footer {
  background: #121417;
}

/* Interior pages. */
.page-head,
.phero {
  background:
    linear-gradient(90deg, rgba(18,20,23,.96), rgba(18,20,23,.92)),
    url("img/img1.png") center/cover no-repeat;
}

.page-head {
  min-height: 230px;
}

.page-head h1,
.phero h1 {
  font-size: 48px;
  line-height: 1.05;
}

.page-head .stats,
.phero .sub {
  color: rgba(255,255,255,.86);
}

.filterbar {
  top: 0;
  height: 72px;
  box-shadow: 0 8px 18px rgba(7,26,68,.06);
}

.listing-area,
.pricing,
.how {
  background: #f5f7fb;
}

.sidebar {
  border-radius: 10px;
}

.tm-row {
  border-radius: 10px;
  align-items: center;
}

.tm-row .av,
.tm-avatar,
.op-avatar {
  background: #E6E8EC;
  color: var(--etm-ink);
}

.badge-verif,
.verified,
.tm-card .vbadge {
  background: var(--etm-teal) !important;
  color: #fff !important;
}

.badge-free,
.tm-card .vbadge.free {
  background: #e5e7eb !important;
  color: #64748b !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: none !important;
}

.badge-feat {
  background: #16A34A !important;
  color: #3b2b00 !important;
  border: 1px solid #d5a900 !important;
}

.tm-row.featured {
  background: #fff;
  border-left-color: var(--etm-teal);
}

.act-dark,
.pill-dark {
  background: #121417;
}

.price-card {
  border-radius: 12px;
}

.price-card.popular {
  border-color: var(--etm-teal);
  box-shadow: 0 18px 42px rgba(224,30,38,.12);
}

.price-card.premium {
  background: #1E2228;
}

.pc-title,
.pc-price {
  color: var(--etm-ink);
}

.compare {
  background: #fff;
}

.ctable {
  border: 1px solid var(--etm-line);
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.contact-card,
.info-card,
.content-card,
.profile-card,
.panel,
.form-card {
  border-radius: 10px !important;
  box-shadow: 0 10px 28px rgba(7,26,68,.06) !important;
}

/* Site-wide readable type pass. Keep badges/legal/footer compact, raise content copy. */
.nav ul a,
.btn-teal {
  font-size: 16px !important;
}

.card p,
.intro-grid p,
.val-card p,
.legal-content p,
.legal-content li,
.how-card p,
.faq-a,
.pc-feats li,
.ctable th,
.ctable td,
.form-card .fsub,
.field input,
.field select,
.field textarea,
.radios label,
.info-item .iv,
.tm-row .r5,
.tm-row .r2,
.tm-row .r3,
.tm-row .r4,
.tm-row .unlock,
.results-count,
.filt-sec label,
.fdrop select,
.fpill,
.filterbar,
.phead .ptags,
.phead .pmeta,
.timeline .ms,
.rev-body p,
.hours-list li,
.cw-info,
.svc-tag,
.kf,
.pc-note,
.phero .trust,
.page-head .stats {
  font-size: 16px !important;
}

.pa-teal,
.pa-dark,
.cw-btn,
.submit-btn,
.apply-btn,
.act-dark,
.act-teal,
.act-link,
.pc-cta,
.btn-teal-lg,
.btn-out-lg {
  font-size: 16px !important;
}

.tm-row .r5,
.card p,
.legal-content p,
.legal-content li,
.how-card p,
.faq-a,
.rev-body p {
  line-height: 1.72 !important;
}

/* Replace cramped white logo boxes in dark footer/nav with clean sizing. */
.foot-logo img {
  width: 170px !important;
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

.foot-grid {
  gap: 56px;
}

/* 2026-06-01 demo pass: loosen header and lift supporting/action copy. */
.topbar {
  min-height: 34px !important;
  height: auto !important;
  font-size: 13px !important;
}

.topbar .wrap {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  gap: 24px !important;
}

.topbar .right {
  gap: 16px !important;
}

.topbar .contact {
  font-size: 13px !important;
}

.btn-out-sm,
.btn-teal-sm {
  padding: 6px 15px !important;
  font-size: 13px !important;
}

.topbar .btn-out-sm,
.topbar .btn-teal-sm {
  display: none !important;
}

.nav {
  height: 86px !important;
}

.nav .wrap {
  gap: 34px !important;
}

.nav ul {
  gap: 32px !important;
  flex: 1 1 auto !important;
  justify-content: center !important;
}

.nav .btn-teal {
  padding: 14px 26px !important;
  min-width: 168px !important;
  text-align: center !important;
}

.hero {
  height: 730px !important;
}

.hero-content {
  max-width: 760px !important;
}

.hero-help-box {
  max-width: 680px !important;
  padding: 9px !important;
  border-radius: 10px !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .32) !important;
}

.hero-help-box input {
  min-height: 58px !important;
  padding: 18px 22px !important;
  font-size: 18px !important;
}

.hero-help-box button {
  min-height: 58px !important;
  padding: 18px 30px !important;
  font-size: 18px !important;
  border-radius: 7px !important;
}

.trust-row {
  gap: 30px !important;
  margin-top: 22px !important;
}

.trust-row .t {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.94) !important;
}

.step-card p,
.svc-card p,
.services .ssub,
.support .cpar,
.faq-a,
.findtm-note,
.cta-card.yellow p,
.cta-card.dark p {
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.findtm-note {
  max-width: 940px !important;
  opacity: .92 !important;
}

.tm-card {
  padding: 20px !important;
}

.tm-card h4,
.blog-card h4 {
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.tm-card .tags {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.pill-dark,
.pill-outline,
.act-dark,
.act-teal,
.act-link,
.btn-disc,
.btn-ctad,
.btn-ctaw {
  min-height: 44px !important;
  padding: 12px 16px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.faq-q {
  font-size: 18px !important;
  padding: 19px 22px !important;
}

.foot-col h5 {
  font-size: 17px !important;
}

.foot-col li,
.foot-tag {
  font-size: 15px !important;
  line-height: 1.65 !important;
}
/* Copyright + policy links: small print */
.foot-bottom p,
.foot-bottom a {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1100px) {
  .wrap {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero {
    height: auto;
    min-height: 680px;
  }
  .hero .img-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 330px;
    margin-top: 32px;
  }
  .hero-help-box {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-help-box button {
    width: 100%;
  }
}

/* NAV DROPDOWN */
.nav-drop { position: static !important; list-style: none; }
.nav-drop > a { display: inline-flex !important; align-items: center; gap: 4px; }
.nav-chevron { width: 10px; height: 10px; transition: transform .14s; opacity: .7; }
.nav-drop:hover .nav-chevron { transform: rotate(180deg); opacity: 1; }

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: none;
  background-color: #E01E26 !important;
  background: #E01E26 !important;
  border-top: 3px solid #121417;
  box-shadow: 0 18px 40px rgba(18,20,23,.24);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .14s, visibility .14s .45s;
  z-index: 9999;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  padding: 18px 28px 20px;
  isolation: isolate;
  border-radius: 0 0 12px 12px;
}
/* Invisible bridge so the mouse can travel from the nav link into the menu
   without crossing a dead gap that would close it. */
.drop-menu::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -24px; height: 24px;
}
.nav-drop:hover .drop-menu,
.nav-drop.is-open .drop-menu,
.drop-menu:hover { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.nav .drop-menu .tm-drop-list { max-width: 1200px; }

.nav .drop-menu .tm-drop-list {
  margin: 0 auto !important; padding: 0 !important; list-style: none;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(190px, 1fr)) !important;
  gap: 8px 22px !important;
  flex: 0 0 auto !important;
  justify-content: center !important;
  width: 100% !important;
}
.nav .drop-menu .tm-drop-list li { list-style: none; margin: 0; }
.nav .drop-menu .tm-drop-list li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 4px 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #fff !important;
  white-space: nowrap;
  transition: color .12s;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: center !important;
}
.nav .drop-menu .tm-drop-list li a:hover {
  color: #fff !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}
.nav .drop-menu .tm-drop-list li:last-child a {
  color: #fff !important;
  font-weight: 700 !important;
}

@media (max-width: 1100px) { .drop-menu { display: none !important; } .nav-chevron { display: none !important; } }

/* SIDEBAR SERVICE ACCORDION */
.svc-group { border-bottom: 1px solid var(--line); }
.svc-group:last-child { border-bottom: 0; }
.svc-group > summary { list-style: none; font-size: 13px !important; font-weight: 700; color: #1e293b; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 9px 0; user-select: none; }
.svc-group > summary::-webkit-details-marker { display: none; }
.svc-group > summary::after { content: '+'; color: var(--etm-teal); font-size: 17px; font-weight: 300; flex-shrink: 0; margin-left: 8px; }
.svc-group[open] > summary::after { content: '-'; }
.svc-group label { font-size: 13px !important; padding-left: 2px; margin-bottom: 8px !important; }

/* ============================================================
 * ETM Profile Enhance — standardised sidebars, regions map, enquiry form
 * ============================================================ */
.etm-fact-card{padding:18px}
.membership-badge{display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:13px;letter-spacing:.2px;padding:7px 13px;border-radius:999px;margin-bottom:14px}
.membership-badge .fact-ico{width:16px;height:16px}
.membership-badge.mb-paid{background:#DCFCE7;color:#B71C24;border:1px solid #BBF7D0}
.membership-badge.mb-free{background:#eef2f7;color:#475569;border:1px solid #E0E3E7}
.fact-list{display:flex;flex-direction:column;gap:12px}
.fact-row{display:flex;align-items:flex-start;gap:10px}
.fact-row .fact-ico{flex:0 0 auto;margin-top:2px;color:#16A34A}
.fact-text{display:flex;flex-direction:column;line-height:1.35;min-width:0}
.fact-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;font-weight:700}
.fact-value{font-size:14px;color:#1F2937;font-weight:600;word-break:break-word}
.fact-value a{color:#16A34A;text-decoration:none}
.fact-value a:hover{text-decoration:underline}
.contact-options{display:flex;flex-direction:column;gap:8px}
.contact-options .cw-btn,.etm-fact-card .cw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%}
.cw-btn.cw-wa{background:#25d366;color:#06301b}
.contact-gated p{font-size:13px;color:#475569;margin:0 0 10px}
.upgrade-prompt{display:block;margin-top:10px;font-size:12.5px;font-weight:700;color:#16A34A;text-decoration:none}
.upgrade-prompt:hover{text-decoration:underline}
.share-link{margin-top:6px}
.share-link .fact-label{display:block;margin-bottom:5px}
.share-link input{width:100%;border:1px solid #E0E3E7;border-radius:8px;padding:8px 10px;font-size:13px;color:#1F2937;background:#f8fafc}
.pa-note{font-size:12px;color:#64748b;margin:8px 0 0}

/* Regions map (in body) */
.etm-regions-card .etm-regions-map{display:flex;justify-content:center;margin:6px 0 14px}
.etm-uk-map{width:200px;height:auto;max-width:100%}
.etm-regions-card .region-pills{display:flex;flex-wrap:wrap;gap:8px}
.etm-regions-card .region-pill{background:#DCFCE7;color:#B71C24;border:1px solid #BBF7D0;font-weight:700;font-size:13px;padding:5px 12px;border-radius:999px}
.etm-no-regions{color:#64748b;margin:0}

/* Enquiry form */
.etm-contact-card .etm-enquiry-form{display:flex;flex-direction:column;gap:12px;margin-top:6px}
.etm-enquiry-form .ef-row{display:flex;gap:12px;flex-wrap:wrap}
.etm-enquiry-form .ef-row label{flex:1 1 200px}
.etm-enquiry-form label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:700;color:#475569}
.etm-enquiry-form input,.etm-enquiry-form textarea{border:1px solid #E0E3E7;border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit;color:#1F2937}
.etm-enquiry-form input:focus,.etm-enquiry-form textarea:focus{outline:none;border-color:#16A34A;box-shadow:0 0 0 3px rgba(183,28,36,.14)}
.etm-enquiry-form .cw-btn{align-self:flex-start;display:inline-flex;padding:11px 26px}
.etm-enquiry-form .ef-status{font-size:13.5px;font-weight:700}
.etm-enquiry-form .ef-status.ok{color:#B71C24}
.etm-enquiry-form .ef-status.err{color:#b91c1c}
.etm-contact-card .etm-inline-cta{display:inline-flex;width:auto;padding:11px 24px;margin-top:6px}

/* findtm-note: 14px per request */
.findtm-note{font-size:14px !important;line-height:1.7 !important}
