:root {
  --tst-blue: #1027a6;
  --tst-blue-deep: #07165f;
  --tst-blue-soft: #eef2ff;
  --tst-red: #e01920;
  --tst-red-deep: #af1017;
  --tst-yellow: #ffe600;
  --tst-yellow-soft: #fff9cf;
  --tst-ink: #10152f;
  --tst-muted: #63697e;
  --tst-cream: #fffdf7;
  --tst-line: #e7e8ef;
  --tst-white: #fff;
  --tst-green: #1ea952;
  --tst-radius-sm: 14px;
  --tst-radius: 24px;
  --tst-radius-lg: 38px;
  --tst-shadow: 0 18px 50px rgba(16, 39, 166, .11);
  --tst-container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tst-ink);
  background: var(--tst-cream);
  font-family: Inter, ui-rounded, "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.tst-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.tst-container { width: min(calc(100% - 40px), var(--tst-container)); margin-inline: auto; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: var(--tst-blue);
  display: block;
  font-weight: 700;
  height: auto;
  left: 12px;
  padding: 12px 18px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

/* Utility and header */
.tst-topbar {
  position: relative;
  z-index: 50;
  color: #fff;
  background: var(--tst-blue-deep);
  font-size: 13px;
}
.tst-topbar::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tst-blue) 0 33%, var(--tst-red) 33% 66%, var(--tst-yellow) 66%);
}
.tst-topbar-inner {
  min-height: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.tst-topbar-inner > :last-child { justify-self: end; }
.tst-topbar-center { color: #dfe5ff; }

.tst-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 28px rgba(7, 22, 95, .08);
  backdrop-filter: blur(12px);
}
.admin-bar .tst-site-header { top: 32px; }
.tst-header-main {
  min-height: 96px;
  display: grid;
  grid-template-columns: 250px minmax(280px, 1fr) 190px;
  align-items: center;
  gap: 32px;
}
.tst-brand { min-width: 0; }
.tst-brand-link, .tst-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.tst-brand .custom-logo-link img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 76px;
  object-fit: contain;
}
.tst-brand-mark { position: relative; width: 58px; height: 50px; display: inline-block; }
.tst-brand-mark i { position: absolute; display: block; width: 26px; height: 34px; border-radius: 55% 55% 50% 50%; }
.tst-brand-mark i::after { content: ""; position: absolute; width: 8px; height: 7px; background: inherit; left: 9px; bottom: -5px; transform: rotate(45deg); }
.tst-brand-mark i:nth-child(1) { background: var(--tst-red); left: 0; top: 5px; transform: rotate(-10deg); }
.tst-brand-mark i:nth-child(2) { background: var(--tst-yellow); left: 18px; top: 0; }
.tst-brand-mark i:nth-child(3) { background: var(--tst-blue); right: 0; top: 10px; transform: rotate(10deg); }
.tst-brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.tst-brand-copy b { color: var(--tst-blue); font-size: 22px; font-weight: 900; }
.tst-brand-copy small { color: var(--tst-red); letter-spacing: .12em; font-weight: 800; margin-top: 5px; }

.tst-search {
  min-width: 0;
  height: 52px;
  display: flex;
  align-items: center;
  border: 2px solid #dfe3f3;
  border-radius: 999px;
  background: #f8f9ff;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.tst-search:focus-within { border-color: var(--tst-blue); box-shadow: 0 0 0 4px rgba(16, 39, 166, .09); background: #fff; }
.tst-search input[type="search"] { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; padding: 0 8px 0 22px; color: var(--tst-ink); }
.tst-search input[type="search"]::placeholder { color: #777c8e; }
.tst-search button { width: 56px; height: 100%; border: 0; border-left: 1px solid #e3e5ef; background: var(--tst-yellow); color: var(--tst-blue-deep); cursor: pointer; font-size: 30px; line-height: 1; }

.tst-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.tst-action-link { position: relative; min-width: 76px; display: grid; place-items: center; gap: 1px; color: var(--tst-blue-deep); }
.tst-action-link > span:first-child { font-size: 24px; line-height: 1; }
.tst-action-link small { font-weight: 800; font-size: 11px; }
.tst-cart-count { position: absolute; top: -8px; right: 9px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; border: 2px solid #fff; border-radius: 99px; background: var(--tst-red); color: #fff; font-size: 10px; font-weight: 900; line-height: 1; }

.tst-nav-wrap { background: var(--tst-blue); color: #fff; }
.tst-primary-nav { min-height: 54px; display: flex; align-items: stretch; overflow: hidden; }
.tst-primary-nav a { display: flex; align-items: center; justify-content: center; padding: 0 17px; font-size: 14px; font-weight: 750; white-space: nowrap; transition: background .2s, color .2s; }
.tst-primary-nav a:hover, .tst-primary-nav a:focus { background: rgba(255,255,255,.12); }
.tst-primary-nav .tst-all-categories { min-width: 190px; justify-content: flex-start; gap: 10px; padding-inline: 22px; color: var(--tst-blue-deep); background: var(--tst-yellow); font-weight: 900; }
.tst-primary-nav .tst-nav-highlight { margin-left: auto; background: var(--tst-red); }
.tst-menu-toggle { display: none; }

/* Hero */
.tst-home-main { overflow: hidden; }
.tst-hero { position: relative; color: #fff; background: radial-gradient(circle at 78% 20%, #2947dd 0, #1027a6 36%, #07165f 90%); isolation: isolate; }
.tst-hero::after { content: ""; position: absolute; z-index: -1; left: -10%; bottom: -165px; width: 65%; height: 235px; border-radius: 50%; background: var(--tst-yellow); transform: rotate(-4deg); opacity: .97; }
.tst-hero-sky { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.tst-balloon { position: absolute; display: block; width: 90px; height: 112px; border-radius: 55% 55% 52% 52%; opacity: .96; filter: drop-shadow(0 14px 18px rgba(0,0,0,.14)); }
.tst-balloon::before { content: ""; position: absolute; left: calc(50% - 7px); bottom: -7px; width: 14px; height: 14px; background: inherit; transform: rotate(45deg); }
.tst-balloon::after { content: ""; position: absolute; left: 50%; top: calc(100% + 5px); width: 2px; height: 130px; background: rgba(255,255,255,.58); }
.tst-balloon-red { background: var(--tst-red); right: 7%; top: 9%; transform: rotate(11deg); }
.tst-balloon-yellow { background: var(--tst-yellow); right: 21%; top: 3%; width: 66px; height: 82px; transform: rotate(-8deg); }
.tst-balloon-blue { background: #3656ee; right: 0; top: 48%; width: 58px; height: 72px; transform: rotate(8deg); }
.tst-star { position: absolute; color: rgba(255,255,255,.35); font-size: 24px; }
.tst-star-one { left: 6%; top: 16%; }
.tst-star-two { left: 47%; bottom: 17%; font-size: 16px; }
.tst-hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 72px; padding-block: 72px 92px; }
.tst-hero-copy { position: relative; z-index: 2; max-width: 720px; }
.tst-eyebrow, .tst-kicker { display: block; color: var(--tst-red); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.tst-hero .tst-eyebrow { color: var(--tst-yellow); }
.tst-hero h1 { max-width: 750px; margin: 15px 0 20px; font-size: clamp(47px, 5.6vw, 82px); line-height: .98; letter-spacing: -.045em; font-weight: 950; text-wrap: balance; }
.tst-hero-copy > p { max-width: 650px; margin: 0; color: #e8ebff; font-size: 19px; line-height: 1.65; }
.tst-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.tst-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.tst-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); }
.tst-button-primary, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { color: var(--tst-blue-deep) !important; background: var(--tst-yellow) !important; box-shadow: 0 11px 28px rgba(255, 230, 0, .19); }
.tst-button-light { color: #fff; border: 2px solid rgba(255,255,255,.58); background: rgba(255,255,255,.1); }
.tst-button-light:hover { background: rgba(255,255,255,.18); }
.tst-hero-proof { display: flex; gap: 36px; margin-top: 38px; }
.tst-hero-proof span { display: grid; color: #cfd6ff; font-size: 13px; }
.tst-hero-proof b { color: #fff; font-size: 22px; line-height: 1.2; }
.tst-hero-card { position: relative; z-index: 2; min-height: 455px; display: grid; place-items: center; }
.tst-logo-stage { position: relative; width: min(100%, 520px); aspect-ratio: 1.12; display: grid; place-items: center; padding: 48px; border: 8px solid rgba(255,255,255,.42); border-radius: 48% 52% 47% 53% / 52% 44% 56% 48%; background: #fff; box-shadow: 0 40px 80px rgba(0,0,0,.24); transform: rotate(2deg); }
.tst-logo-stage .custom-logo-link { display: grid; place-items: center; }
.tst-logo-stage img { width: 100%; max-height: 340px; object-fit: contain; transform: rotate(-2deg); }
.tst-hero-brand-ar { color: var(--tst-blue); font-size: clamp(36px, 4vw, 66px); font-weight: 950; line-height: 1.2; text-align: center; }
.tst-hero-brand-en { color: var(--tst-red); font-size: 28px; font-weight: 950; letter-spacing: .3em; margin-top: 12px; }
.tst-blocks { position: absolute; display: flex; gap: 6px; right: 3%; bottom: 3%; transform: rotate(-7deg); }
.tst-blocks i { width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 12px; color: #fff; font-style: normal; font-size: 25px; font-weight: 950; box-shadow: 0 12px 25px rgba(0,0,0,.2); }
.tst-blocks i:nth-child(1) { background: var(--tst-red); }
.tst-blocks i:nth-child(2) { background: var(--tst-yellow); color: var(--tst-blue); }
.tst-blocks i:nth-child(3) { background: #3a5aef; }
.tst-blocks i:nth-child(4) { background: var(--tst-red); }

/* Trust strip and sections */
.tst-trust-strip { position: relative; z-index: 3; margin-top: -28px; }
.tst-trust-strip .tst-container { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid #ebebf4; border-radius: var(--tst-radius); background: #fff; box-shadow: var(--tst-shadow); }
.tst-trust-strip .tst-container > div { display: flex; align-items: center; gap: 13px; min-height: 94px; padding: 18px 24px; }
.tst-trust-strip .tst-container > div + div { border-left: 1px solid var(--tst-line); }
.tst-trust-strip span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--tst-blue); background: var(--tst-yellow-soft); font-size: 21px; font-weight: 900; }
.tst-trust-strip p { display: grid; margin: 0; line-height: 1.25; }
.tst-trust-strip b { font-size: 14px; }
.tst-trust-strip small { color: var(--tst-muted); margin-top: 5px; font-size: 12px; }

.tst-section { padding-block: 90px; }
.tst-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.tst-section-heading h2 { margin: 5px 0 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.07; letter-spacing: -.035em; }
.tst-section-heading > a { flex: 0 0 auto; color: var(--tst-blue); font-weight: 900; border-bottom: 2px solid var(--tst-yellow); }

.tst-category-section { background: var(--tst-cream); }
.tst-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tst-category-card { position: relative; min-height: 128px; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 16px; padding: 23px; border: 1px solid rgba(16,39,166,.08); border-radius: var(--tst-radius); background: #fff; box-shadow: 0 10px 32px rgba(16,39,166,.06); transition: transform .2s, box-shadow .2s; overflow: hidden; }
.tst-category-card::after { content: ""; position: absolute; width: 92px; height: 92px; border-radius: 50%; right: -45px; bottom: -48px; background: currentColor; opacity: .08; }
.tst-category-card:hover { transform: translateY(-5px); box-shadow: var(--tst-shadow); }
.tst-category-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; background: var(--tst-yellow-soft); font-size: 31px; }
.tst-category-card > span:nth-child(2) { display: grid; line-height: 1.25; }
.tst-category-card b { font-size: 16px; }
.tst-category-card small { color: var(--tst-muted); font-size: 12px; margin-top: 5px; }
.tst-category-card > i { color: currentColor; font-style: normal; font-size: 21px; font-weight: 900; }
.tst-category-1 { color: var(--tst-blue); }
.tst-category-2 { color: var(--tst-red); }
.tst-category-3 { color: #8b6d00; }
.tst-category-4 { color: #7051b6; }

.tst-products-section { background: var(--tst-blue-soft); }
.tst-products-yellow { background: var(--tst-yellow-soft); }
.tst-promo-section { background: #fff; padding-block: 70px; }
.tst-promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.tst-promo { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; border-radius: var(--tst-radius-lg); overflow: hidden; color: #fff; box-shadow: var(--tst-shadow); }
.tst-promo::before, .tst-promo::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.12); }
.tst-promo::before { width: 240px; height: 240px; right: -60px; top: -60px; }
.tst-promo::after { width: 120px; height: 120px; right: 140px; top: 95px; }
.tst-promo-red { background: linear-gradient(135deg, var(--tst-red), #a5000a); }
.tst-promo-blue { background: linear-gradient(135deg, #2343d6, var(--tst-blue-deep)); }
.tst-promo .tst-kicker { color: var(--tst-yellow); }
.tst-promo h2 { position: relative; z-index: 2; max-width: 500px; margin: 8px 0 22px; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.04; letter-spacing: -.035em; }
.tst-promo-link { position: relative; z-index: 2; font-weight: 900; }
.tst-promo-emoji { position: absolute; z-index: 1; right: 48px; top: 34px; font-size: 96px; transform: rotate(10deg); filter: drop-shadow(0 15px 20px rgba(0,0,0,.2)); }

.tst-help-section { padding-block: 72px; background: #fff; }
.tst-help-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 52px 60px; border: 3px solid var(--tst-blue); border-radius: var(--tst-radius-lg); background: linear-gradient(110deg, #fff 0 62%, var(--tst-yellow) 62%); overflow: hidden; }
.tst-help-inner::after { content: "?"; position: absolute; right: 22%; top: -50px; color: rgba(16,39,166,.08); font-size: 250px; font-weight: 950; line-height: 1; transform: rotate(12deg); }
.tst-help-inner > div { max-width: 780px; position: relative; z-index: 2; }
.tst-help-inner h2 { margin: 7px 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.03em; }
.tst-help-inner p { max-width: 700px; margin: 0; color: var(--tst-muted); }
.tst-help-inner .tst-button { position: relative; z-index: 2; flex: 0 0 auto; background: var(--tst-blue) !important; color: #fff !important; box-shadow: 0 13px 30px rgba(16,39,166,.22); }

/* WooCommerce catalogue */
.woocommerce ul.products, .woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px 12px 16px !important;
  border: 1px solid #e5e7f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(16,39,166,.06);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(16,39,166,.14); }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 0 14px !important;
  border-radius: 15px;
  background: #f5f6fb;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 46px; padding: 0 5px !important; color: var(--tst-ink); font-size: 15px !important; line-height: 1.45; font-weight: 800; }
.woocommerce ul.products li.product .price { padding: 0 5px; color: var(--tst-red) !important; font-size: 17px !important; font-weight: 950 !important; }
.woocommerce ul.products li.product .price del { color: #9a9dad; font-size: 13px; font-weight: 600; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 43px; margin-top: 12px !important; padding: 10px 14px; border-radius: 13px; }
.woocommerce span.onsale { min-width: 52px !important; min-height: 28px !important; margin: 0 !important; padding: 5px 10px !important; top: 21px !important; left: 21px !important; border-radius: 999px !important; background: var(--tst-red) !important; line-height: 1.5 !important; font-size: 11px !important; }
.woocommerce .stock, .woocommerce .tsi-guaranteed-stock { color: var(--tst-green) !important; font-weight: 850; }

.tst-shop-shell, .tst-content-shell { padding-block: 56px 90px; min-height: 55vh; }
.tst-shop-shell .woocommerce-products-header { padding: 42px; margin-bottom: 30px; border-radius: var(--tst-radius-lg); color: #fff; background: linear-gradient(120deg, var(--tst-blue), var(--tst-blue-deep)); }
.tst-shop-shell .woocommerce-products-header__title { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 20px !important; color: var(--tst-muted); font-size: 13px; }
.woocommerce .woocommerce-result-count { color: var(--tst-muted); }
.woocommerce .woocommerce-ordering select { min-height: 45px; padding: 0 38px 0 14px; border: 1px solid var(--tst-line); border-radius: 12px; background: #fff; }
.woocommerce nav.woocommerce-pagination { margin-top: 40px; }
.woocommerce nav.woocommerce-pagination ul { border: 0 !important; display: flex; justify-content: center; gap: 8px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0 !important; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #fff; color: var(--tst-blue); font-weight: 800; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--tst-blue); }

/* Single product, cart and checkout */
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images img { border-radius: var(--tst-radius); background: #f5f6fb; }
.woocommerce div.product .summary { padding: 24px 0; }
.woocommerce div.product .product_title { margin: 0 0 16px; font-size: clamp(32px, 4vw, 52px); line-height: 1.06; letter-spacing: -.035em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--tst-red) !important; font-size: 26px !important; font-weight: 950; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; margin-top: 25px; }
.woocommerce .quantity .qty { min-height: 50px; width: 80px !important; border: 2px solid var(--tst-line); border-radius: 14px; }
.woocommerce div.product form.cart .button { min-width: 190px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0 !important; border-radius: 12px 12px 0 0 !important; background: #edf0fb !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--tst-blue) !important; color: #fff !important; }
.woocommerce div.product .related.products { clear: both; padding-top: 50px; }
.woocommerce div.product .related.products > h2 { font-size: 34px; }

.woocommerce table.shop_table { border-collapse: separate !important; border-spacing: 0; overflow: hidden; border: 1px solid var(--tst-line) !important; border-radius: var(--tst-radius) !important; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 17px !important; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { padding: 24px; border-radius: var(--tst-radius); background: #fff; box-shadow: var(--tst-shadow); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 10px 13px; border: 1px solid #dfe2ed; border-radius: 12px; background: #fff; }
.woocommerce form .form-row textarea { min-height: 120px; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border: 0 !important; border-radius: 15px; background: #eef2ff !important; }
.woocommerce-message { border-left: 5px solid var(--tst-green) !important; }
.woocommerce-error { border-left: 5px solid var(--tst-red) !important; }

/* Generic content */
.tst-page-card, .tst-entry-card { padding: clamp(28px, 5vw, 64px); border: 1px solid var(--tst-line); border-radius: var(--tst-radius-lg); background: #fff; box-shadow: var(--tst-shadow); }
.tst-page-card > h1, .tst-entry-card h1 { margin-top: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.05; }
.tst-entry-content > * { max-width: 850px; }
.tst-post-grid { display: grid; gap: 24px; }
.tst-empty { text-align: center; }
.tst-empty-icon { display: block; font-size: 74px; }

/* Footer */
.tst-site-footer { position: relative; overflow: hidden; color: #fff; background: var(--tst-blue-deep); }
.tst-site-footer::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.08) 1.5px, transparent 1.5px); background-size: 26px 26px; opacity: .55; }
.tst-footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.55fr .8fr .8fr 1.15fr; gap: 48px; padding-block: 76px 58px; }
.tst-footer-grid h2 { margin: 0 0 18px; color: var(--tst-yellow); font-size: 17px; }
.tst-footer-grid p { color: #cbd3ff; }
.tst-footer-grid ul { list-style: none; margin: 0; padding: 0; }
.tst-footer-grid li + li { margin-top: 9px; }
.tst-footer-grid a:hover { color: var(--tst-yellow); }
.tst-footer-wordmark { font-size: 32px; font-weight: 950; }
.tst-footer-brand p { max-width: 390px; }
.tst-footer-colors { display: flex; gap: 8px; margin-top: 20px; }
.tst-footer-colors i { width: 45px; height: 7px; border-radius: 99px; }
.tst-footer-colors i:nth-child(1) { background: var(--tst-blue); border: 1px solid #6073e0; }
.tst-footer-colors i:nth-child(2) { background: var(--tst-red); }
.tst-footer-colors i:nth-child(3) { background: var(--tst-yellow); }
.tst-whatsapp-button { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 11px 16px; border-radius: 999px; color: #fff !important; background: var(--tst-green); font-weight: 900; }
.tst-footer-bottom { position: relative; z-index: 2; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #aeb8ee; font-size: 13px; }
.tst-footer-balloons { position: absolute; right: 2%; bottom: 16%; opacity: .1; }
.tst-footer-balloons i { position: absolute; width: 95px; height: 118px; border-radius: 55%; background: #fff; }
.tst-footer-balloons i:nth-child(1) { right: 0; bottom: 0; }
.tst-footer-balloons i:nth-child(2) { right: 100px; bottom: 75px; width: 64px; height: 80px; }
.tst-footer-balloons i:nth-child(3) { right: 170px; bottom: -30px; width: 76px; height: 96px; }
.tst-floating-whatsapp { position: fixed; z-index: 60; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--tst-green); box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 29px; font-weight: 900; }

@media (max-width: 1180px) {
  .tst-header-main { grid-template-columns: 210px minmax(250px, 1fr) 150px; gap: 18px; }
  .tst-brand .custom-logo-link img { max-width: 180px; }
  .tst-primary-nav a { padding-inline: 11px; font-size: 13px; }
  .tst-primary-nav .tst-all-categories { min-width: 160px; }
  .tst-hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); gap: 36px; }
  .tst-category-grid { grid-template-columns: repeat(2, 1fr); }
  .tst-trust-strip .tst-container { grid-template-columns: repeat(2, 1fr); }
  .tst-trust-strip .tst-container > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--tst-line); }
  .tst-trust-strip .tst-container > div:nth-child(4) { border-top: 1px solid var(--tst-line); }
  .tst-footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 900px) {
  .admin-bar .tst-site-header { top: 46px; }
  .tst-topbar-inner { grid-template-columns: 1fr 1fr; min-height: 42px; }
  .tst-topbar-center { display: none; }
  .tst-header-main { min-height: 82px; grid-template-columns: 48px 1fr auto; gap: 12px; }
  .tst-menu-toggle { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 0; border-radius: 12px; background: var(--tst-blue-soft); cursor: pointer; }
  .tst-menu-toggle > span:not(.screen-reader-text) { height: 3px; border-radius: 99px; background: var(--tst-blue); }
  .tst-brand .custom-logo-link img { max-width: 150px; max-height: 65px; }
  .tst-brand-copy b { font-size: 18px; }
  .tst-brand-copy small { font-size: 9px; }
  .tst-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 14px; }
  .tst-header-actions .tst-action-link:first-child { display: none; }
  .tst-action-link { min-width: 52px; }
  .tst-action-link small { display: none; }
  .tst-nav-wrap { position: fixed; z-index: 80; left: 0; right: 0; top: 0; bottom: 0; padding-top: 120px; background: rgba(7,22,95,.98); transform: translateX(-105%); transition: transform .25s ease; overflow-y: auto; }
  .tst-nav-wrap.is-open { transform: translateX(0); }
  .tst-primary-nav { min-height: 0; flex-direction: column; align-items: stretch; padding: 20px; overflow: visible; }
  .tst-primary-nav a, .tst-primary-nav .tst-all-categories, .tst-primary-nav .tst-nav-highlight { min-height: 50px; justify-content: flex-start; margin: 0; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.1); background: transparent; color: #fff; font-size: 16px; }
  .tst-primary-nav .tst-all-categories { color: var(--tst-blue-deep); background: var(--tst-yellow); border-radius: 14px; }
  .tst-primary-nav .tst-nav-highlight { color: #fff; background: var(--tst-red); border-radius: 14px; margin-top: 10px; }
  .tst-menu-open .tst-site-header { z-index: 90; }
  .tst-hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 60px 90px; }
  .tst-hero-copy { max-width: 700px; }
  .tst-hero-card { min-height: 380px; }
  .tst-logo-stage { max-width: 470px; }
  .tst-balloon-red { right: -3%; }
  .tst-promo-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tst-help-inner { align-items: flex-start; flex-direction: column; background: linear-gradient(155deg, #fff 0 72%, var(--tst-yellow) 72%); }
  .tst-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .tst-footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .tst-container { width: min(calc(100% - 28px), var(--tst-container)); }
  .tst-topbar-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; padding-block: 8px; }
  .tst-topbar-inner > :last-child { display: none; }
  .tst-header-main { grid-template-columns: 42px 1fr 48px; }
  .tst-brand { text-align: center; }
  .tst-brand .custom-logo-link img { max-width: 125px; max-height: 58px; }
  .tst-brand-mark { width: 46px; transform: scale(.85); transform-origin: right center; }
  .tst-brand-copy b { font-size: 15px; }
  .tst-brand-copy small { display: none; }
  .tst-search { height: 48px; }
  .tst-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .tst-hero-copy > p { font-size: 16px; }
  .tst-hero-actions { flex-direction: column; align-items: stretch; }
  .tst-hero-proof { gap: 20px; }
  .tst-hero-proof b { font-size: 18px; }
  .tst-hero-card { min-height: 300px; }
  .tst-logo-stage { width: 92%; padding: 30px; border-width: 5px; }
  .tst-blocks { right: 0; bottom: 0; }
  .tst-blocks i { width: 40px; height: 40px; font-size: 19px; border-width: 3px; }
  .tst-trust-strip { margin-top: -42px; }
  .tst-trust-strip .tst-container { grid-template-columns: 1fr; }
  .tst-trust-strip .tst-container > div { min-height: 78px; padding: 14px 17px; }
  .tst-trust-strip .tst-container > div + div { border-left: 0; border-top: 1px solid var(--tst-line); }
  .tst-section { padding-block: 64px; }
  .tst-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 24px; }
  .tst-category-grid { grid-template-columns: 1fr; }
  .tst-category-card { min-height: 105px; }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 8px 8px 12px !important; border-radius: 17px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 58px; padding-inline: 3px !important; font-size: 13px !important; }
  .woocommerce ul.products li.product .price { padding-inline: 3px; font-size: 15px !important; }
  .woocommerce ul.products li.product .button { font-size: 12px; }
  .tst-promo { min-height: 305px; padding: 30px; }
  .tst-promo-emoji { right: 25px; top: 20px; font-size: 76px; }
  .tst-help-inner { padding: 36px 26px; }
  .tst-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; padding-block: 58px 42px; }
  .tst-footer-brand, .tst-footer-grid > :last-child { grid-column: 1 / -1; }
  .tst-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .tst-floating-whatsapp { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
