/*
 *   @copyright   Copyright (C) 2026 Dynamowebs Private Limited. All rights reserved.
 *   @license     Proprietary and Confidential. Unauthorized copying, distribution, or modification
 *                via any medium is strictly prohibited.
 *   @author      Faisal mehmood awan <faisal.aqurz@gmail.com> | Imran Khan <imran@dynamowebs.com>
 *   @file        utr-step1-sole-trader.css
 *   @modified    23/09/2026
 *   @package     Dynamowebs
 *
 *   PROBLEM: the dedicated sole-trader step-1 module (module-step1-sole-trader-registration.php)
 *   reuses the shared `utr1-` classes from utr-step1-redesign.css, but the design adds several
 *   blocks that stylesheet has no classes for: a right-column CTA form-card wrapper, a 2-col
 *   "What is a Sole Trader" split (left copy + who-list, right info tiles), a 4-block navy stats
 *   bar, numbered "What You Need" tiles, a 3-step process grid, and a general three-column data
 *   table helper for the two comparison tables.
 *   SOLUTION: this file supplies ONLY the new `utr1-st-` prefixed blocks. It deliberately does
 *   NOT restyle anything in utr-step1-redesign.css (shared styles still drive the hero, proof,
 *   form fields, tabs, reviews, FAQ, CTa band). All classes are `utr1-st-` prefixed and the
 *   whole thing is scoped under .utr1-root so it cannot leak into the site header/footer.
 */

/* ===================== HERO LAYOUT ===================== */
/* EDIT (23 Sep 2026): the hero uses the SAME two-column flex layout as module-step1-utr-number
   (.utr1-hero > .utr1-hero-content flex:1 + .utr1-form-card right), with all shared responsive
   rules inherited from utr-step1-redesign.css (flex-direction:column + form-card width:100%
   under 768px). This file therefore does NOT restyle the hero layout; it only supplies the
   sole-trader-specific FORM-CARD internals (tp-bar, sub, trust list) and the feat-grid icons.
   The ONLY hero deviation is hiding the .utr1-hp-tp Trustpilot row on MOBILE (see RESPONSIVE). */
/* Trustpilot bar at the top of the form card (design's .cta-tp-bar) */
.utr1-root .utr1-st-fc-tp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  background: #F0FBF5;
  border-radius: 10px;
  padding: 9px 14px;
  margin-bottom: 16px;
}
.utr1-root .utr1-st-tp-badge {
  background: #00b67a;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  border-radius: 3px;
  padding: 2px 6px;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}
.utr1-root .utr1-st-tp-stars { display: flex; gap: 2px; }
.utr1-root .utr1-st-tp-star {
  width: 17px;
  height: 17px;
  background: #00b67a;
  color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}
.utr1-root .utr1-st-tp-score { font-size: 11.5px; font-weight: 700; color: #1A2A3A; }
.utr1-root .utr1-st-tp-sub { font-size: 10px; color: #6B7A8D; font-weight: 500; }
.utr1-root .utr1-fc-sub {
  font-size: 12px;
  color: #555E68;
  line-height: 1.5;
  margin-bottom: 14px;
}
/* Trust list under the form button */
.utr1-root .utr1-st-fc-trust {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 14px;
  border-top: 1px solid #E8EDF2;
}
.utr1-root .utr1-st-fc-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  color: #6B7A8D;
}

/* ===================== HERO FEATURE MINI GRID (left column) ===================== */
/* 2-col mini feature chips with a line icon. NOTE: rendered in TWO places on this page —
   inside .utr1-hero-content (desktop, left column) and as a MOBILE-ONLY copy after the form
   card (utr1-st-feat-grid-mob) — CSS toggles which one displays (same pattern as shared
   .utr1-hero-proof-mob). */
.utr1-root .utr1-st-feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
/* Mobile-only wrapper is hidden by default (desktop shows the in-content copy) */
.utr1-root .utr1-st-feat-grid-mob { display: none; }
.utr1-root .utr1-st-feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
}
.utr1-root .utr1-st-feat-ico {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
/* The 4 mini-feature line-SVG icons — same base64 set as .utr1-hp-includes (lightning /
   envelope / bar-chart / shield), cyan #00AEEF stroke matching the design's feat-mini-ico.
   Applied by row order (the $utr1_hero_feat_mini array: Fast Track / Support / 200k+ / Secure). */
.utr1-root .utr1-st-feat-ico::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.utr1-root .utr1-st-feat-item:nth-child(1) .utr1-st-feat-ico::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBRUVGIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBvcGFjaXR5PSIwLjg1Ij48cG9seWdvbiBwb2ludHM9IjEzIDIgMyAxNCAxMiAxNCAxMSAyMiAyMSAxMCAxMiAxMCAxMyAyIi8+PC9zdmc+"); }
.utr1-root .utr1-st-feat-item:nth-child(2) .utr1-st-feat-ico::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBRUVGIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBvcGFjaXR5PSIwLjg1Ij48cGF0aCBkPSJNNCA0aDE2YzEuMSAwIDIgLjkgMiAydjEyYzAgMS4xLS45IDItMiAySDRjLTEuMSAwLTItLjktMi0yVjZjMC0xLjEuOS0yIDItMnoiLz48cG9seWxpbmUgcG9pbnRzPSIyMiw2IDEyLDEzIDIsNiIvPjwvc3ZnPg=="); }
.utr1-root .utr1-st-feat-item:nth-child(3) .utr1-st-feat-ico::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBRUVGIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBvcGFjaXR5PSIwLjg1Ij48bGluZSB4MT0iMTgiIHkxPSIyMCIgeDI9IjE4IiB5Mj0iMTAiLz48bGluZSB4MT0iMTIiIHkxPSIyMCIgeDI9IjEyIiB5Mj0iNCIvPjxsaW5lIHgxPSI2IiB5MT0iMjAiIHgyPSI2IiB5Mj0iMTQiLz48L3N2Zz4="); }
.utr1-root .utr1-st-feat-item:nth-child(4) .utr1-st-feat-ico::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBRUVGIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBvcGFjaXR5PSIwLjg1Ij48cGF0aCBkPSJNMTIgMjJzOC00IDgtMTBWNWwtOC0zLTggM3Y3YzAgNiA4IDEwIDggMTB6Ii8+PC9zdmc+"); }

/* ===================== WHAT IS A SOLE TRADER (2-col) ===================== */
.utr1-root .utr1-st-what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.utr1-root .utr1-st-what-p {
  font-size: 14px;
  color: #3D4F63;
  line-height: 1.82;
  margin-bottom: 14px;
}
.utr1-root .utr1-st-who-title {
  font-size: 13px;
  font-weight: 800;
  color: #0D2240;
  margin-bottom: 10px;
}
.utr1-root .utr1-st-who-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
.utr1-root .utr1-st-who-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #1A2A3A;
}
.utr1-root .utr1-st-who-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1B75BC;
  flex-shrink: 0;
}
/* Right column: stacked info tiles */
.utr1-root .utr1-st-what-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.utr1-root .utr1-st-info-tile {
  background: #F4F9FD;
  border-radius: 13px;
  padding: 17px 18px;
  border: 1px solid #D6E8F3;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.utr1-root .utr1-st-info-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(27,117,188,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}
.utr1-root .utr1-st-info-title {
  font-size: 14px;
  font-weight: 700;
  color: #0D2240;
  margin-bottom: 4px;
}
.utr1-root .utr1-st-info-text {
  font-size: 12px;
  color: #6B7A8D;
  line-height: 1.6;
}

/* ===================== STATS BAR (navy full-width) ===================== */
.utr1-root .utr1-st-stats-bar {
  background: #0D2240;
  padding: 40px 72px;
}
.utr1-root .utr1-st-stats-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
}
.utr1-root .utr1-st-stat-block {
  padding: 8px 16px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.utr1-root .utr1-st-stat-block:last-child { border-right: none; }
.utr1-root .utr1-st-stat-num {
  font-size: 40px;
  font-weight: 800;
  color: #00AEEF;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.utr1-root .utr1-st-stat-lbl {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.62);
  margin-top: 4px;
}

/* ===================== COMPARE TABLES (3-col, shared) ===================== */
.utr1-root .utr1-st-compare-inner,
.utr1-root .utr1-st-vs-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.utr1-root .utr1-st-table th:not(:first-child) { text-align: center; }
.utr1-root .utr1-st-table td:not(:first-child) { text-align: center; }
.utr1-root .utr1-st-table td:first-child { font-weight: 700; color: #0D2240; }

/* ===================== WHAT YOU NEED (numbered tiles) ===================== */
.utr1-root .utr1-st-need-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.utr1-root .utr1-st-need-intro { margin-bottom: 36px; }
.utr1-root .utr1-st-need-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.utr1-root .utr1-st-need-tile {
  background: #F4F9FD;
  border-radius: 14px;
  padding: 22px 20px;
  border: 1px solid #D6E8F3;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.utr1-root .utr1-st-need-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(27,117,188,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 800;
  color: #1B75BC;
}
.utr1-root .utr1-st-need-tile-title {
  font-size: 14px;
  font-weight: 700;
  color: #0D2240;
  margin-bottom: 5px;
}
.utr1-root .utr1-st-need-tile-text {
  font-size: 12.5px;
  color: #6B7A8D;
  line-height: 1.6;
}

/* ===================== PROCESS STEPS (3-col) ===================== */
.utr1-root .utr1-st-process {
  background: #EBF4FB;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #D6E8F3;
}
.utr1-root .utr1-st-process-title {
  font-size: 14px;
  font-weight: 800;
  color: #0D2240;
  margin-bottom: 18px;
}
.utr1-root .utr1-st-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.utr1-root .utr1-st-ps {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.utr1-root .utr1-st-ps-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B75BC, #00AEEF);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,174,239,0.28);
}
.utr1-root .utr1-st-ps-title { font-size: 13.5px; font-weight: 800; color: #0D2240; }
.utr1-root .utr1-st-ps-text {
  font-size: 12px;
  color: #6B7A8D;
  line-height: 1.6;
}

/* ===================== REVIEWS / FAQ intro (centered) ===================== */
.utr1-root .utr1-st-reviews-intro,
.utr1-root .utr1-st-faq-intro {
  text-align: center;
  margin-bottom: 36px;
}
.utr1-root .utr1-st-faq-inner {
  max-width: 780px;
  margin: 0 auto;
}

/* ===================== RESPONSIVE ===================== */
/* EDIT (23 Sep 2026): the hero stacking (flex-direction:column, form-card width:100%) comes
   from the shared utr-step1-redesign.css @media (max-width:768px), so NO hero order rules are
   needed here. Mobile-only fixes for sole-trader-registration:
     (a) hide the in-content .utr1-st-feat-grid and show the .utr1-st-feat-grid-mob copy so the
         feature mini grid lands at the BOTTOM of the hero, below the form card.
   Desktop keeps the in-content feat grid. The inline Trustpilot row remains visible. */
@media (max-width: 768px) {
  .utr1-root .utr1-hp-tp { display: flex; }
  .utr1-root .utr1-hero-content > .utr1-st-feat-grid { display: none; }
  .utr1-root .utr1-st-feat-grid-mob { display: block; }
  .utr1-root .utr1-st-what-grid { grid-template-columns: 1fr; gap: 32px; }
  .utr1-root .utr1-st-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .utr1-root .utr1-st-stat-block { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 16px; }
  .utr1-root .utr1-st-stat-block:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
  .utr1-root .utr1-st-stat-block:last-child,
  .utr1-root .utr1-st-stat-block:nth-last-child(2) { border-bottom: none; }
  .utr1-root .utr1-st-need-grid { grid-template-columns: 1fr; }
  .utr1-root .utr1-st-process-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 640px) {
  .utr1-root .utr1-st-feat-grid { grid-template-columns: 1fr; }
  .utr1-root .utr1-st-who-list { grid-template-columns: 1fr; }
  .utr1-root .utr1-st-stats-bar { padding: 40px 20px; }
}