
  :root{
    --navy:#121417;
    --navy2:#1E2228;
    --navy3:#0F172A;
    --steel:#121417;
    --teal:#E01E26;
    --teal2:#16A34A;
    --cream:#faf6ee;
    --cream2:#f5f0e8;
    --yellow:#16A34A;
    --grey:#6b7280;
    --line:#e5e7eb;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{font-family:'Inter',-apple-system,sans-serif;color:#0f172a;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
  img{display:block;max-width:100%}
  a{text-decoration:none;color:inherit}
  .wrap{max-width:1560px;margin:0 auto;padding:0 40px}
  .full{width:100%}

  /* ---------- TOP BAR ---------- */
  .topbar{background:var(--navy);color:#fff;font-size:12.5px;height:38px;display:flex;align-items:center}
  .topbar .wrap{display:flex;align-items:center;justify-content:space-between;width:100%}
  .topbar .left{opacity:.92}
  .topbar .left a{color:var(--teal);font-weight:600;margin-left:6px}
  .topbar .right{display:flex;align-items:center;gap:18px}
  .topbar .contact{opacity:.9}
  .topbar .contact b{font-weight:600}
  .btn-out-sm{border:1px solid rgba(255,255,255,.55);color:#fff;border-radius:6px;padding:5px 14px;font-size:12px;font-weight:600}
  .btn-teal-sm{background:var(--teal);color:#fff;border-radius:6px;padding:5px 16px;font-size:12px;font-weight:700}

  /* ---------- MAIN NAV ---------- */
  .nav{background:var(--steel);height:72px;display:flex;align-items:center;position:relative;z-index:5}
  .nav .wrap{display:flex;align-items:center;justify-content:space-between;width:100%}
  .nav .logo img{width:138px}
  .wordmark{font-weight:800;font-size:30px;letter-spacing:-1px;color:#fff;line-height:1;display:inline-flex;align-items:center;gap:3px}
  .wordmark .dotbox{width:11px;height:11px;border-radius:3px;background:var(--teal);display:inline-block;margin-left:3px;margin-bottom:-2px}
  .wordmark.sm{font-size:26px}
  .nav ul{list-style:none;display:flex;align-items:center;gap:30px}
  .nav ul a{color:#fff;font-size:14px;font-weight:500;opacity:.92}
  .nav ul a:hover{opacity:1;color:var(--teal)}
  .btn-teal{background:var(--teal);color:#fff;border-radius:24px;padding:11px 22px;font-size:14px;font-weight:700;white-space:nowrap}

  /* ---------- HERO ---------- */
  .hero{position:relative;height:560px;width:100%;display:flex}
  .hero .img-left{position:absolute;left:0;top:0;height:100%;width:56%;background:url('img/tcuk-home-hero-left.webp') center/cover no-repeat}
  .hero .img-right{position:absolute;right:0;top:0;height:100%;width:44%;background:url('img/tcuk-home-hero-right.webp') center 20%/cover no-repeat}
  .hero .overlay{position:absolute;left:0;top:0;height:100%;width:62%;background:linear-gradient(90deg,rgba(18,20,23,.94) 55%,rgba(18,20,23,.80) 80%,rgba(18,20,23,0) 100%)}
  .hero .hero-inner{position:relative;z-index:3;max-width:1560px;margin:0 auto;padding:0 40px;width:100%;display:flex;align-items:center}
  .hero-content{max-width:640px;color:#fff;padding-top:6px}
  .tag-badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--teal);font-weight:600;margin-bottom:18px;letter-spacing:.3px}
  .tag-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--teal);display:inline-block}
  .hero h1{font-size:54px;line-height:1.08;font-weight:800;letter-spacing:-1px;margin-bottom:18px}
  .hero h1 .tl{color:var(--teal)}
  .hero .sub{font-size:16px;opacity:.9;margin-bottom:28px;font-weight:400}
  .hero-btns{display:flex;gap:16px;margin-bottom:30px;flex-wrap:wrap}
  .btn-teal-lg{background:var(--teal);color:#fff;border-radius:28px;padding:14px 26px;font-size:15px;font-weight:700}
  .btn-out-lg{border:1.5px solid rgba(255,255,255,.6);color:#fff;border-radius:28px;padding:14px 26px;font-size:15px;font-weight:600}
  .trust-row{display:flex;gap:22px;flex-wrap:nowrap;align-items:center}
  .trust-row .t{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;opacity:.95;white-space:nowrap}
  .trust-row .t svg{width:17px;height:17px;flex:none;color:#E01E26}

  /* ---------- STEPS ---------- */
  .steps{background:#f3f4f6;padding:64px 0}
  .steps h2{text-align:center;color:var(--navy);font-size:28px;font-weight:800;margin-bottom:44px;letter-spacing:-.5px}
  .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .step-card{border-radius:14px;padding:30px 28px;position:relative;min-height:170px}
  .step-card.light{background:#fff;border:1px solid var(--line);color:#0f172a}
  .step-card.dark{background:var(--navy2);color:#fff}
  .step-card .num{font-size:34px;font-weight:800;opacity:.18;position:absolute;top:22px;right:26px}
  .step-card.dark .num{opacity:.35}
  .step-card h3{font-size:19px;font-weight:700;margin-bottom:12px}
  .step-card p{font-size:14px;line-height:1.6;opacity:.8;max-width:84%}
  .step-ico{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;background:rgba(224,30,38,.15);color:var(--teal)}
  .step-card.dark .step-ico{background:rgba(224,30,38,.2)}

  /* ---------- FIND TM ---------- */
  .findtm{background:var(--navy2);padding:64px 0 72px;color:#fff}
  .findtm .findtm-heading{text-align:center;font-size:32px;font-weight:800;margin-bottom:40px;letter-spacing:-.5px}
  .findtm-main{display:grid;grid-template-columns:52% 48%;align-items:start;max-width:1560px;margin:0 auto;padding:0 0 0 40px}
  .map-col{display:flex;align-items:flex-start;padding-right:30px}
  .uk-map-wrap{width:100%;display:flex}
  .map-col svg,.map-col img{width:100%;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.3))}
  .uk-map-wrap svg path{fill:#2B3138 !important;stroke:#ffffff !important;stroke-width:3px !important}
  .cards-col{padding:0 40px 0 10px}
  .search-box{display:flex;align-items:center;background:#fff;border-radius:30px;padding:6px 6px 6px 22px;width:100%;margin-bottom:12px}
  .search-box input{flex:1;border:0;outline:0;font-size:14px;color:#334155;font-family:inherit}
  .search-box input::placeholder{color:#94a3b8}
  .search-btn{background:var(--navy);color:#fff;width:44px;height:44px;border-radius:50%;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}
  .search-result{font-size:13px;color:var(--teal);margin-bottom:28px}
  .search-result b{font-weight:700}
  .tm-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}
  .tm-card{background:#fff;border-radius:12px;padding:16px;position:relative;color:#0f172a;box-shadow:0 6px 18px rgba(0,0,0,.12)}
  .tm-card .vbadge{position:absolute;top:12px;right:12px;background:var(--navy);color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;display:flex;align-items:center;gap:5px}
  .tm-card .vbadge.free{background:#fff;color:#64748b;border:1px solid #cbd5e1}
  .tm-avatar{width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-bottom:12px}
  .tm-card h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:5px}
  .tm-card .tags{font-size:12px;color:var(--grey);margin-bottom:14px}
  .tm-btns{display:flex;gap:8px}
  .pill-dark{background:#1f2937;color:#fff;font-size:12px;font-weight:600;border-radius:8px;padding:7px 10px;display:flex;align-items:center;gap:5px;border:0;cursor:pointer;flex:1;justify-content:center}
  .viewall{margin-top:28px;font-size:15px}
  .viewall b{color:var(--teal);text-decoration:underline;font-weight:600}
  .findtm-note{max-width:760px;margin:40px auto 0;text-align:center;font-size:13px;line-height:1.7;opacity:.7;padding:0 40px}

  /* ---------- SERVICES ---------- */
  .services{background:var(--cream2);padding:60px 0}
  .services h2{text-align:center;color:var(--navy);font-size:28px;font-weight:800;margin-bottom:8px;letter-spacing:-.5px}
  .services .ssub{text-align:center;color:var(--grey);font-size:14px;margin-bottom:40px}
  .carousel{display:flex;align-items:center;gap:18px;max-width:1560px;margin:0 auto;padding:0 40px}
  .carr{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;font-size:15px}
  .svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;flex:1}
  .svc-card{text-align:center;padding:14px 10px}
  .svc-ico{height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
  .svc-card h3{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:12px}
  .svc-card p{font-size:13.5px;color:#475569;line-height:1.55;margin-bottom:20px;min-height:62px}
  .btn-disc{border:1px solid #1f2937;color:#1f2937;border-radius:6px;padding:8px 22px;font-size:13px;font-weight:600;background:transparent}

  /* ---------- FEATURED ---------- */
  .featured{background:var(--navy2);padding:60px 0;color:#fff}
  .feat-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:60px}
  .feat-grid h2{font-size:24px;font-weight:800;margin-bottom:28px;color:#cfe0ff}
  .feat-tm-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
  .feat-divider{height:1px;background:rgba(255,255,255,.18);margin-top:26px}
  .feat-divider+.feat-divider{margin-top:14px}
  .op-row{display:grid;grid-template-columns:1fr 1fr;gap:30px}
  .op-card{}
  .op-avatar{width:54px;height:54px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin-bottom:16px}
  .op-card h4{font-size:18px;font-weight:700;margin-bottom:10px;line-height:1.2}
  .op-card .otype{font-size:14px;opacity:.85;margin-bottom:14px}
  .op-card .oloc{font-size:14px;color:var(--teal);display:flex;align-items:center;gap:6px}

  /* ---------- SUPPORT CTA ---------- */
  .support{background:var(--navy);padding:70px 0;color:#fff}
  .support-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}
  .support h2{font-size:36px;font-weight:800;line-height:1.12;margin-bottom:16px;letter-spacing:-.6px}
  .support .csub{color:var(--teal);font-size:16px;font-weight:600;margin-bottom:16px;line-height:1.4}
  .support .cpar{font-size:14px;line-height:1.7;opacity:.82;margin-bottom:28px;max-width:92%}
  .faq{border-radius:10px;overflow:hidden}
  .faq-item{background:#fff;color:var(--navy);border-radius:10px;margin-bottom:12px;overflow:hidden}
  .faq-q{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:600;cursor:pointer}
  .faq-q .pm{color:var(--teal);font-size:20px;font-weight:700;line-height:1}
  .faq-a{padding:0 20px 16px;font-size:13.5px;line-height:1.6;color:#475569;display:none}
  .faq-item.open .faq-a{display:block}
  .support-img{border-radius:14px;overflow:hidden;height:430px;background:#dbe3eb}
  .support-img img{width:100%;height:100%;object-fit:cover;object-position:center 34%;display:block}

  /* ---------- BLOG CTA + BLOG ---------- */
  .blogcta{background:var(--navy2);padding:50px 0}
  .cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
  .cta-card{border-radius:14px;overflow:hidden;display:flex;min-height:170px}
  .cta-card .ctext{padding:30px 28px;flex:1}
  .cta-card .cimg{width:42%;background-size:cover;background-position:center}
  .cta-card.yellow{background:var(--yellow)}
  .cta-card.yellow h3{color:var(--navy);font-size:22px;font-weight:800;margin-bottom:12px}
  .cta-card.yellow p{color:#3b2f0a;font-size:14px;line-height:1.5;margin-bottom:20px}
  .cta-card.dark{background:var(--navy)}
  .cta-card.dark h3{color:#fff;font-size:22px;font-weight:800;margin-bottom:12px}
  .cta-card.dark p{color:#cbd5e1;font-size:14px;line-height:1.5;margin-bottom:20px}
  .btn-ctad{background:var(--navy);color:#fff;border-radius:6px;padding:10px 20px;font-size:13px;font-weight:600;display:inline-block}
  .btn-ctaw{background:#fff;color:var(--navy);border-radius:6px;padding:10px 20px;font-size:13px;font-weight:600;display:inline-block}

  .blog{background:#fff;padding:54px 0 70px}
  .blog-head{display:flex;align-items:center;gap:10px;margin-bottom:24px}
  .blog-head h2{font-size:26px;font-weight:800;color:var(--navy)}
  .blog-head .arr{color:var(--navy);font-size:22px}
  .blog-filters{display:flex;gap:12px;margin-bottom:34px;flex-wrap:wrap}
  .filter{background:#f1f5f9;color:#475569;font-size:13px;font-weight:500;padding:8px 16px;border-radius:20px}
  .blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
  .blog-card .bimg{height:170px;border-radius:12px;overflow:hidden;margin-bottom:14px;background-size:cover;background-position:center}
  .blog-card .bcat{font-size:12px;color:var(--teal);font-weight:600;margin-bottom:8px}
  .blog-card h4{font-size:15px;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:10px}
  .blog-card .bdate{font-size:12px;color:var(--grey)}

  /* ---------- TEAL CTA BAR ---------- */
  .teal-bar{background:var(--teal);padding:34px 0}
  .teal-bar .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}
  .teal-bar h3{font-size:28px;font-weight:800;color:#fff;line-height:1.2;max-width:380px}
  .teal-search{display:flex;gap:0;background:#fff;border-radius:8px;overflow:hidden;flex:1;max-width:580px}
  .teal-search input{flex:1;border:0;outline:0;padding:16px 20px;font-size:15px;color:#1f2937;font-family:inherit}
  .teal-search input::placeholder{color:#94a3b8}
  .teal-search button{background:var(--navy2);color:#fff;border:0;padding:16px 28px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:8px}

  /* ---------- FOOTER ---------- */
  .footer{background:var(--navy);color:#cbd5e1;padding:56px 0 0}
  .foot-grid{display:grid;grid-template-columns:1.3fr 1.2fr 1fr 0.7fr;gap:34px;padding-bottom:46px}
  .foot-col h5{color:#fff;font-size:15px;font-weight:700;margin-bottom:18px}
  .foot-col ul{list-style:none}
  .foot-col li{font-size:13.5px;margin-bottom:11px;opacity:.82}
  .foot-col li a:hover{color:var(--teal)}
  .foot-logo img{width:130px;margin-bottom:16px}
  .foot-logo .wordmark{margin-bottom:16px}
  .foot-tag{font-size:13.5px;line-height:1.6;opacity:.82;margin-bottom:18px}
  .socials{display:flex;gap:10px;margin-top:16px}
  .socials a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;color:#cbd5e1;text-decoration:none;transition:background .15s,color .15s}
  .socials a:hover{background:#E01E26;color:#fff}
  .socials a svg{width:17px;height:17px}
  .cert-badges{display:flex;flex-direction:column;gap:12px}
  .cert{background:rgba(255,255,255,.07);border-radius:8px;padding:10px 14px;font-size:12px;font-weight:600;color:#fff}
  .foot-bottom{background:#0B0D0F;padding:18px 0}
  .foot-bottom .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
  .foot-bottom p,.foot-bottom a{font-size:12.5px;opacity:.7}
  .foot-bottom .flinks{display:flex;gap:18px}

  @media(max-width:1100px){
    .findtm-grid,.feat-grid,.support-grid,.cta-grid{grid-template-columns:1fr}
    .svc-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}
    .nav ul{display:none}
    .hero h1{font-size:40px}
  }

  /* ---------- MOBILE PASS (append-only; desktop layout unchanged) ---------- */
  @media(max-width:1024px){
    /* Steps: 3-up → single column */
    .steps-grid{grid-template-columns:1fr}
    .step-card{min-height:0}
    .step-card p{max-width:none}
    /* Footer: 4-up → 2-up */
    .foot-grid{grid-template-columns:1fr 1fr;gap:28px}
  }
  @media(max-width:768px){
    .steps{padding:44px 0}
    .steps h2{font-size:24px;margin-bottom:28px}
    .findtm{padding:44px 0 50px}
    .findtm .findtm-heading{font-size:26px;margin-bottom:26px}
    .services{padding:44px 0}
    .services h2{font-size:24px}
    .support{padding:48px 0}
    .support-grid{gap:30px}
    .support h2{font-size:28px}
    .support-img{height:240px}
    .blogcta{padding:36px 0}
    /* CTA cards: image strip stacks under the text */
    .cta-card{flex-direction:column}
    .cta-card .cimg{width:100%;height:150px}
    .cta-card .ctext{padding:24px 22px}
    .blog{padding:40px 0 54px}
    .blog-head h2{font-size:22px}
    /* Services + blog: single column on phones */
    .svc-grid{grid-template-columns:1fr}
    .blog-grid{grid-template-columns:1fr 1fr;gap:18px}
    /* Hero copy sizing */
    .hero h1{font-size:32px;margin-bottom:14px}
    .hero .sub{font-size:15px}
    .hero-help-box{flex-direction:column;align-items:stretch}
    .hero-help-box input,.hero-help-box button{width:100%}
    .trust-row{gap:10px 16px;flex-wrap:wrap}
    .trust-row .t{font-size:13px}
    /* Footer fully stacked */
    .foot-grid{grid-template-columns:1fr;gap:26px}
  }
  @media(max-width:480px){
    .hero h1{font-size:27px}
    .blog-grid{grid-template-columns:1fr}
    .step-card{padding:24px 22px}
    .support h2{font-size:24px}
    .support h2 br{display:none}
  }
