/*
Theme Name: TechFlick Tools
Theme URI: https://tools.techflickllc.com/
Description: Custom Astra child theme for the TechFlick Tools website.
Author: TechFlick LLC
Author URI: https://techflickllc.com/
Template: astra
Version: 1.7.3
Text Domain: techflick-tools
*/

html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; }
body.admin-bar #tf-tools-home .tf-header { top: 32px; }

/* Astra and Gutenberg wrappers are not used by the custom templates. */
#tf-tools-home { width: 100%; min-height: 100vh; }

  #tf-tools-home {
    --tf-primary: #6366f1;
    --tf-purple: #7c4dff;
    --tf-blue: #0ea5e9;
    --tf-navy: #0f172a;
    --tf-text: #64748b;
    --tf-line: #e8ecf5;
    --tf-soft: #f8faff;
    --tf-white: #ffffff;
    color: var(--tf-navy);
    background: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
  }

  /* Version 1.5 — unified branding, floating header and tools layouts */
  #tf-tools-home#tf-tools-home {
    font-family: "Poppins", Arial, sans-serif;
    background:
      radial-gradient(circle at 8% 6%,rgba(102,91,246,.2),transparent 29%),
      radial-gradient(circle at 92% 10%,rgba(244,150,194,.15),transparent 27%),
      linear-gradient(118deg,#eeecff 0%,#f6f7ff 51%,#fff5fa 100%);
    overflow: visible;
  }
  #tf-tools-home#tf-tools-home button,
  #tf-tools-home#tf-tools-home input,
  #tf-tools-home#tf-tools-home textarea,
  #tf-tools-home#tf-tools-home select { font-family: inherit; }

  #tf-tools-home#tf-tools-home .tf-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    margin: 0 0 -94px;
    padding-bottom: 12px;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  body.admin-bar #tf-tools-home#tf-tools-home .tf-header { top: 32px; }
  #tf-tools-home#tf-tools-home .tf-header-top {
    color: #fff;
    background: linear-gradient(100deg,rgba(71,92,232,.9),rgba(112,76,232,.9) 58%,rgba(126,73,224,.88));
    border-bottom: 1px solid rgba(255,255,255,.25);
    backdrop-filter: blur(14px);
  }
  #tf-tools-home#tf-tools-home .tf-header-top-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    font-weight: 600;
  }
  #tf-tools-home#tf-tools-home .tf-header-top-inner > a { display: inline-flex; align-items: center; gap: 7px; }
  #tf-tools-home#tf-tools-home .tf-top-note { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.28); }
  #tf-tools-home#tf-tools-home .tf-top-social { display: flex; gap: 7px; margin-left: auto; }
  #tf-tools-home#tf-tools-home .tf-top-social a {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    transition: .2s ease;
  }
  #tf-tools-home#tf-tools-home .tf-top-social a:hover { color: #655cf2; background: #fff; }
  #tf-tools-home#tf-tools-home .tf-nav-wrap { padding-top: 10px; }
  #tf-tools-home#tf-tools-home .tf-nav {
    position: relative;
    min-height: 72px;
    padding: 0 17px 0 21px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 20px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 14px 38px rgba(50,47,99,.11);
    backdrop-filter: blur(17px);
  }
  #tf-tools-home#tf-tools-home .tf-brand-image { width: 156px; max-height: 52px; }
  #tf-tools-home#tf-tools-home .tf-menu {
    position: absolute;
    left: 50%;
    gap: 38px;
    margin-left: 0;
    transform: translateX(-50%);
  }
  #tf-tools-home#tf-tools-home .tf-nav-actions { margin-left: auto; }
  #tf-tools-home#tf-tools-home .tf-menu > a {
    padding: 24px 0 22px;
    color: #313951;
    font-size: 14px;
    font-weight: 600;
  }
  #tf-tools-home#tf-tools-home .tf-menu > a.active::after { bottom: 14px; }
  #tf-tools-home#tf-tools-home .tf-button-small {
    min-height: 46px;
    padding: 0 21px;
    border-radius: 12px;
    font-size: 13px;
  }

  /* Let the homepage hero continue behind the complete sticky header. */
  body.home #tf-tools-home#tf-tools-home .tf-header {
    margin-bottom: -94px;
    background: transparent;
    box-shadow: none;
  }
  body.home #tf-tools-home#tf-tools-home .tf-hero {
    margin-top: 0;
    padding-top: 160px;
  }

  #tf-tools-home#tf-tools-home .tf-hero { margin-top: -1px; padding-top: 66px; }
  #tf-tools-home#tf-tools-home .tf-eyebrow {
    color: #fff;
    background: linear-gradient(110deg,rgba(80,104,243,.9),rgba(119,82,238,.9));
    border: 1px solid rgba(255,255,255,.58);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35),0 10px 28px rgba(88,80,218,.2);
    backdrop-filter: blur(12px);
  }
  #tf-tools-home#tf-tools-home .tf-hero h1 { padding-bottom: .08em; }
  #tf-tools-home#tf-tools-home .tf-hero h1 em {
    display: inline-block;
    padding: 0 .05em .09em;
    margin: 0 -.05em -.09em;
  }

  #tf-tools-home#tf-tools-home .tf-stats {
    padding: 68px 0 72px;
    background: #fff;
  }
  #tf-tools-home#tf-tools-home .tf-stats-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
  }
  #tf-tools-home#tf-tools-home .tf-stats-heading > span {
    display: inline-flex;
    padding: 6px 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(110deg,#586af3,#7955ed);
    font-size: 10px;
    font-weight: 700;
  }
  #tf-tools-home#tf-tools-home .tf-stats-heading h2 {
    margin-top: 13px;
    color: #20243b;
    font-size: clamp(31px,3.5vw,45px);
    line-height: 1.2;
    letter-spacing: -1.6px;
  }
  #tf-tools-home#tf-tools-home .tf-stats-heading p {
    max-width: 650px;
    margin: 10px auto 0;
    color: #72788b;
    font-size: 13px;
  }
  #tf-tools-home#tf-tools-home .tf-stats-grid {
    gap: 28px;
    min-height: 0;
    padding: 0;
    color: #252b43;
    background: transparent;
    box-shadow: none;
  }
  #tf-tools-home#tf-tools-home .tf-stats-grid > div {
    min-height: 132px;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #efedff;
    border-radius: 18px;
    background: linear-gradient(135deg,#f4f2ff,#f8f7ff);
    box-shadow: 0 10px 30px rgba(81,75,152,.055);
  }
  #tf-tools-home#tf-tools-home .tf-stats-grid > div + div { border-left: 1px solid #efedff; }
  #tf-tools-home#tf-tools-home .tf-stats-grid strong {
    color: #6065f3;
    font-size: clamp(34px,4vw,50px);
    line-height: 1.15;
    letter-spacing: -2px;
  }
  #tf-tools-home#tf-tools-home .tf-stats-grid span {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #555c73;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
  }

  #tf-tools-home#tf-tools-home .tf-newsletter {
    padding: 78px 0;
    background:
      radial-gradient(circle at 8% 18%,rgba(102,91,246,.24),transparent 32%),
      radial-gradient(circle at 92% 78%,rgba(244,150,194,.2),transparent 29%),
      linear-gradient(118deg,#eeecff 0%,#f6f7ff 51%,#fff5fa 100%);
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-box {
    position: relative;
    min-height: 245px;
    grid-template-columns: .9fr 1.1fr;
    gap: 65px;
    padding: 44px 48px;
    border: 1px solid rgba(255,255,255,.92);
    border-radius: 24px;
    background: rgba(255,255,255,.62);
    box-shadow: 0 24px 65px rgba(65,55,139,.12);
    backdrop-filter: blur(18px);
    overflow: hidden;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-box::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: radial-gradient(rgba(99,102,241,.75) .8px,transparent .8px);
    background-size: 10px 10px;
    pointer-events: none;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-box::after {
    content: "";
    position: absolute;
    right: -85px;
    top: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(117,83,238,.17),transparent 68%);
    pointer-events: none;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-copy,
  #tf-tools-home#tf-tools-home .tf-newsletter-action {
    position: relative;
    z-index: 1;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-copy { display: block; }
  #tf-tools-home#tf-tools-home .tf-newsletter-badge {
    display: inline-flex;
    padding: 6px 12px;
    border: 1px solid rgba(113,91,232,.17);
    border-radius: 999px;
    color: #6456e6;
    background: rgba(241,238,255,.82);
    font-size: 10px;
    font-weight: 700;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-copy h2 {
    margin-top: 15px;
    color: #20243b;
    font-size: clamp(27px,3vw,38px);
    line-height: 1.2;
    letter-spacing: -1.2px;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-copy p {
    max-width: 470px;
    margin-top: 10px;
    color: #6d7488;
    font-size: 13px;
    line-height: 1.7;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-action { align-self: center; }
  #tf-tools-home#tf-tools-home .tf-newsletter-form {
    display: flex;
    align-items: stretch;
    height: 60px;
    border: 1px solid rgba(224,225,241,.95);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 13px 36px rgba(53,48,106,.09);
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-form input[type="email"] {
    display: block;
    width: 100%;
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0 20px;
    border: 0 !important;
    border-radius: 12px 0 0 12px;
    outline: 0;
    color: #20243b;
    background: #fff;
    box-shadow: none !important;
    font-size: 13px;
    line-height: 58px;
    appearance: none;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-form input[type="email"]::placeholder {
    color: #9ba2b4;
    opacity: 1;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-form button {
    flex: 0 0 155px;
    height: 58px;
    min-height: 58px;
    margin: 0;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg,#586af3,#7b4ff1);
    font-size: 12px;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-action small {
    display: block;
    margin: 10px 3px 0;
    color: #858b9d;
    font-size: 9px;
  }
  #tf-tools-home#tf-tools-home .tf-newsletter-message {
    z-index: 2;
    right: 50px;
    bottom: 24px;
  }
  /* Prevent old full-page snippets from adding a second header/footer inside a tool. */
  #tf-tools-home#tf-tools-home .tf-tool-app-card > header,
  #tf-tools-home#tf-tools-home .tf-tool-app-card > footer,
  #tf-tools-home#tf-tools-home .tf-tool-app-card .tf-header,
  #tf-tools-home#tf-tools-home .tf-tool-app-card .tf-footer,
  #tf-tools-home#tf-tools-home .tf-tool-app-card #masthead,
  #tf-tools-home#tf-tools-home .tf-tool-app-card #colophon {
    display: none !important;
  }
  #tf-tools-home#tf-tools-home .tf-tool-page-layout,
  #tf-tools-home#tf-tools-home .tf-default-page,
  #tf-tools-home#tf-tools-home .tf-all-tools-page {
    background:
      radial-gradient(circle at 8% 5%,rgba(102,91,246,.17),transparent 27%),
      radial-gradient(circle at 92% 9%,rgba(244,150,194,.13),transparent 25%),
      linear-gradient(180deg,#f2f0ff 0,#f9f9ff 430px,#fff 720px);
  }
  #tf-tools-home#tf-tools-home .tf-tool-title-section {
    padding-top: 148px;
    background:
      radial-gradient(circle at 8% 18%,rgba(102,91,246,.16),transparent 30%),
      radial-gradient(circle at 92% 78%,rgba(244,150,194,.12),transparent 27%),
      linear-gradient(118deg,#f1efff 0%,#f7f7ff 51%,#fff7fa 100%);
  }
  #tf-tools-home#tf-tools-home .tf-all-tools-hero { padding-top: 172px; }
  #tf-tools-home#tf-tools-home .tf-default-page { padding-top: 174px; }
  #tf-tools-home#tf-tools-home .tf-post-featured-image {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 16px;
  }
  #tf-tools-home#tf-tools-home .tf-post-featured-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  #tf-tools-home#tf-tools-home .tf-post-read-more {
    display: inline-flex;
    margin-top: 12px;
    color: #6557e8;
    font-size: 12px;
    font-weight: 700;
  }
  #tf-tools-home#tf-tools-home .tf-error-card { text-align: center; }
  #tf-tools-home#tf-tools-home .tf-error-card > span {
    display: block;
    color: #675ff1;
    font-size: clamp(70px,12vw,130px);
    font-weight: 800;
    line-height: 1;
  }
  #tf-tools-home#tf-tools-home .tf-error-card > h1 { margin: 12px 0 10px; }
  #tf-tools-home#tf-tools-home .tf-error-card > p { margin-bottom: 25px; color: #687286; }

  #tf-tools-home#tf-tools-home .tf-featured-section {
    padding: 82px 0 92px;
    background: #f1edff;
  }
  #tf-tools-home#tf-tools-home .tf-tools-heading {
    display: grid;
    grid-template-columns: 1fr .75fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 44px;
  }
  #tf-tools-home#tf-tools-home .tf-tools-heading > div:first-child > span {
    display: inline-flex;
    padding: 6px 13px;
    border-radius: 999px;
    color: #fff;
    background: #26205e;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: none;
  }
  #tf-tools-home#tf-tools-home .tf-tools-heading h2 {
    margin-top: 16px;
    color: #17152d;
    font-size: clamp(35px,4vw,52px);
    line-height: 1.14;
    letter-spacing: -2px;
  }
  #tf-tools-home#tf-tools-home .tf-tools-heading-copy { padding-bottom: 4px; }
  #tf-tools-home#tf-tools-home .tf-tools-heading-copy p { color: #74758b; font-size: 13px; line-height: 1.75; }
  #tf-tools-home#tf-tools-home .tf-tools-heading-copy a { display: inline-block; margin-top: 13px; color: #6458ed; font-size: 12px; font-weight: 600; }
  #tf-tools-home#tf-tools-home .tf-tools-grid { grid-template-columns: repeat(3,1fr); gap: 20px; }
  #tf-tools-home#tf-tools-home .tf-tool-card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(54,48,104,.055);
  }
  #tf-tools-home#tf-tools-home .tf-tool-card:hover { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(83,69,165,.13); }
  #tf-tools-home#tf-tools-home .tf-tool-card-title { display: flex; align-items: center; gap: 16px; }
  #tf-tools-home#tf-tools-home .tf-tool-card-title h3 { color: #17152d; font-size: 16px; line-height: 1.25; }
  #tf-tools-home#tf-tools-home .tf-tool-art {
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px 11px 18px 11px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transform: rotate(-5deg);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4),0 10px 22px rgba(61,47,157,.18);
  }
  #tf-tools-home#tf-tools-home .tf-tool-art.purple { background: linear-gradient(145deg,#7963ff,#4c35b8); }
  #tf-tools-home#tf-tools-home .tf-tool-art.blue { background: linear-gradient(145deg,#6c8eff,#4457d8); }
  #tf-tools-home#tf-tools-home .tf-tool-art.pink { background: linear-gradient(145deg,#e78cf2,#874fd5); }
  #tf-tools-home#tf-tools-home .tf-tool-art.violet { background: linear-gradient(145deg,#906df8,#5934b7); }
  #tf-tools-home#tf-tools-home .tf-tool-art.green { background: linear-gradient(145deg,#59d1c6,#4269d5); }
  #tf-tools-home#tf-tools-home .tf-tool-art.orange { background: linear-gradient(145deg,#f4a6d3,#7253e6); }
  #tf-tools-home#tf-tools-home .tf-tool-card p {
    min-height: 0;
    margin: 22px 0 18px;
    color: #7a7b8f;
    font-size: 11px;
    line-height: 1.75;
  }
  #tf-tools-home#tf-tools-home .tf-use-tool {
    width: fit-content;
    height: auto;
    margin-top: auto;
    border: 0;
    border-radius: 0;
    color: #6557e8;
    font-size: 11px;
  }
  #tf-tools-home#tf-tools-home .tf-use-tool:hover { color: #4938c9; background: transparent; }

  #tf-tools-home#tf-tools-home .tf-all-tools-page { background: #fff; }
  #tf-tools-home#tf-tools-home .tf-all-tools-hero {
    padding: 78px 0 88px;
    text-align: center;
    background:
      radial-gradient(circle at 12% 25%,rgba(99,102,241,.18),transparent 27%),
      radial-gradient(circle at 88% 70%,rgba(234,128,188,.15),transparent 25%),
      linear-gradient(120deg,#efedff,#faf8ff 62%,#fff3f8);
  }
  #tf-tools-home#tf-tools-home .tf-all-tools-hero h1 {
    margin-top: 15px;
    color: #282941;
    font-size: clamp(44px,5vw,67px);
    line-height: 1.12;
    letter-spacing: -3px;
  }
  #tf-tools-home#tf-tools-home .tf-all-tools-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg,#5668f6,#8067f4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  #tf-tools-home#tf-tools-home .tf-all-tools-hero > .tf-container > p { max-width: 680px; margin: 18px auto 0; color: #6d7185; }
  #tf-tools-home#tf-tools-home .tf-tools-page-search { width: min(620px,100%); margin: 28px auto 0; }
  #tf-tools-home#tf-tools-home .tf-all-tools-list { background: #f1edff; }
  #tf-tools-home#tf-tools-home .tf-footer {
    position: relative;
    padding: 82px 0 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 8% 18%,rgba(102,91,246,.24),transparent 32%),
      radial-gradient(circle at 92% 78%,rgba(244,150,194,.2),transparent 29%),
      linear-gradient(118deg,#eeecff 0%,#f6f7ff 51%,#fff5fa 100%);
    overflow: hidden;
  }
  #tf-tools-home#tf-tools-home .tf-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: radial-gradient(rgba(99,102,241,.65) .8px,transparent .8px);
    background-size: 11px 11px;
    pointer-events: none;
  }
  #tf-tools-home#tf-tools-home .tf-footer-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: 1.35fr .75fr .8fr 1fr;
    gap: 60px;
    padding-bottom: 58px;
  }
  #tf-tools-home#tf-tools-home .tf-footer-brand {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 20px;
    background: rgba(255,255,255,.5);
    box-shadow: 0 16px 45px rgba(62,54,128,.08);
    backdrop-filter: blur(12px);
  }
  #tf-tools-home#tf-tools-home .tf-footer-brand > p {
    max-width: 290px;
    margin-top: 17px;
    color: #60677d;
    font-size: 13px;
    line-height: 1.75;
  }
  #tf-tools-home#tf-tools-home .tf-footer h3 {
    margin: 5px 0 20px;
    color: #20263e;
    font-size: 16px;
  }
  #tf-tools-home#tf-tools-home .tf-footer-grid > div:not(.tf-footer-brand) > a {
    display: block;
    margin: 11px 0;
    color: #5f687d;
    font-size: 13px;
  }
  #tf-tools-home#tf-tools-home .tf-footer-grid > div > a:hover { color: #6557e8; }
  #tf-tools-home#tf-tools-home .tf-social-links { gap: 9px; }
  #tf-tools-home#tf-tools-home .tf-social-links a {
    width: 35px;
    height: 35px;
    color: #fff;
    background: linear-gradient(135deg,#596bf3,#7854ec);
    font-size: 12px;
  }
  #tf-tools-home#tf-tools-home .tf-footer-brand-social { margin-top: 21px; }
  #tf-tools-home#tf-tools-home .tf-footer-contact-link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    word-break: break-word;
  }
  #tf-tools-home#tf-tools-home .tf-footer-contact-link span {
    display: grid;
    place-items: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #fff;
    background: #6a5cec;
    font-size: 11px;
  }
  #tf-tools-home#tf-tools-home .tf-footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 70px;
    border-top: 1px solid rgba(109,94,211,.18);
    color: #646b80;
    font-size: 12px;
  }
  #tf-tools-home#tf-tools-home .tf-footer-bottom p { margin: 0; }
  #tf-tools-home#tf-tools-home .tf-footer-bottom a { color: #5c4ee4; font-weight: 700; }

  @media (max-width: 900px) {
    #tf-tools-home#tf-tools-home .tf-menu {
      position: absolute;
      top: 78px;
      left: 0;
      right: 0;
      transform: none;
    }
    #tf-tools-home#tf-tools-home .tf-tools-heading { grid-template-columns: 1fr; gap: 20px; }
    #tf-tools-home#tf-tools-home .tf-tools-grid { grid-template-columns: repeat(2,1fr); }
    #tf-tools-home#tf-tools-home .tf-stats-grid { grid-template-columns: repeat(2,1fr); }
  }

  @media (max-width: 680px) {
    body.admin-bar #tf-tools-home#tf-tools-home .tf-header { top: 46px; }
    #tf-tools-home#tf-tools-home .tf-header { padding-bottom: 8px; }
    #tf-tools-home#tf-tools-home .tf-header-top-inner { min-height: 39px; font-size: 10px; }
    #tf-tools-home#tf-tools-home .tf-top-note { display: none; }
    #tf-tools-home#tf-tools-home .tf-top-social { gap: 4px; }
    #tf-tools-home#tf-tools-home .tf-top-social a { width: 27px; height: 27px; font-size: 10px; }
    #tf-tools-home#tf-tools-home .tf-nav-wrap { width: calc(100% - 18px); padding-top: 8px; }
    #tf-tools-home#tf-tools-home .tf-nav { min-height: 64px; padding: 0 12px; border-radius: 16px; }
    #tf-tools-home#tf-tools-home .tf-brand-image { width: 125px; }
    #tf-tools-home#tf-tools-home .tf-menu { top: 69px; }
    #tf-tools-home#tf-tools-home .tf-header,
    body.home #tf-tools-home#tf-tools-home .tf-header { margin-bottom: -80px; }
    body.home #tf-tools-home#tf-tools-home .tf-hero { padding-top: 130px; }
    #tf-tools-home#tf-tools-home .tf-tool-title-section { padding-top: 118px; }
    #tf-tools-home#tf-tools-home .tf-all-tools-hero { padding-top: 135px; }
    #tf-tools-home#tf-tools-home .tf-default-page { padding-top: 135px; }
    #tf-tools-home#tf-tools-home .tf-stats { padding: 48px 0; }
    #tf-tools-home#tf-tools-home .tf-stats-heading { margin-bottom: 28px; }
    #tf-tools-home#tf-tools-home .tf-stats-heading h2 { font-size: 31px; }
    #tf-tools-home#tf-tools-home .tf-stats-grid { gap: 12px; }
    #tf-tools-home#tf-tools-home .tf-stats-grid > div { min-height: 105px; padding: 15px 6px; }
    #tf-tools-home#tf-tools-home .tf-stats-grid strong { font-size: 29px; letter-spacing: -1px; }
    #tf-tools-home#tf-tools-home .tf-stats-grid span { font-size: 10px; text-align: center; white-space: nowrap; }
    #tf-tools-home#tf-tools-home .tf-featured-section { padding: 58px 0 65px; }
    #tf-tools-home#tf-tools-home .tf-tools-heading h2 { font-size: 36px; letter-spacing: -1.4px; }
    #tf-tools-home#tf-tools-home .tf-tools-grid { grid-template-columns: 1fr; }
    #tf-tools-home#tf-tools-home .tf-tool-card { min-height: 240px; padding: 24px; }
    #tf-tools-home#tf-tools-home .tf-all-tools-hero { padding: 55px 0 65px; }
    #tf-tools-home#tf-tools-home .tf-all-tools-hero h1 { font-size: 39px; letter-spacing: -1.8px; }
    #tf-tools-home#tf-tools-home .tf-newsletter { padding: 55px 0; }
    #tf-tools-home#tf-tools-home .tf-newsletter-box { grid-template-columns: 1fr; gap: 25px; min-height: 0; padding: 30px 22px; }
    #tf-tools-home#tf-tools-home .tf-newsletter-form { height: 55px; }
    #tf-tools-home#tf-tools-home .tf-newsletter-form input[type="email"] { height: 53px; min-height: 53px; line-height: 53px; }
    #tf-tools-home#tf-tools-home .tf-newsletter-form button { flex-basis: 125px; height: 53px; min-height: 53px; }
    #tf-tools-home#tf-tools-home .tf-newsletter-message { position: static; }
    #tf-tools-home#tf-tools-home .tf-footer { padding-top: 55px; border-radius: 0; }
    #tf-tools-home#tf-tools-home .tf-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; padding-bottom: 40px; }
    #tf-tools-home#tf-tools-home .tf-footer-brand { grid-column: 1/-1; }
    #tf-tools-home#tf-tools-home .tf-footer-bottom { min-height: 88px; flex-direction: column; justify-content: center; gap: 6px; text-align: center; font-size: 10px; }
  }

  @media (min-width: 681px) and (max-width: 782px) {
    body.admin-bar #tf-tools-home#tf-tools-home .tf-header { top: 46px; }
  }

  #tf-tools-home *,
  #tf-tools-home *::before,
  #tf-tools-home *::after { box-sizing: border-box; }
  #tf-tools-home h1,
  #tf-tools-home h2,
  #tf-tools-home h3,
  #tf-tools-home p { margin: 0; }
  #tf-tools-home a { color: inherit; text-decoration: none; }
  #tf-tools-home button,
  #tf-tools-home input { font: inherit; }
  #tf-tools-home button { cursor: pointer; }
  #tf-tools-home .tf-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

  #tf-tools-home .tf-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid rgba(232,236,245,.9);
    backdrop-filter: blur(18px);
  }
  #tf-tools-home .tf-nav { min-height: 82px; display: flex; align-items: center; gap: 28px; }
  #tf-tools-home .tf-brand { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; }
  #tf-tools-home .tf-logo { width: 49px; height: 42px; }
  #tf-tools-home .tf-brand-image {
    display: block;
    width: 148px;
    max-width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
  }
  #tf-tools-home .tf-brand-copy { display: flex; flex-direction: column; line-height: 1; }
  #tf-tools-home .tf-brand-copy strong {
    color: #0f172a;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    letter-spacing: -.6px;
  }
  #tf-tools-home .tf-brand-copy small {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: #6366f1;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 4px;
  }
  #tf-tools-home .tf-brand-copy i { width: 12px; height: 1px; background: linear-gradient(90deg,#0ea5e9,#7c4dff); }
  #tf-tools-home .tf-menu { margin-left: auto; display: flex; align-items: center; gap: 29px; }
  #tf-tools-home .tf-menu > a,
  #tf-tools-home .tf-dropdown > button {
    position: relative;
    border: 0;
    background: transparent;
    padding: 30px 0 27px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
  }
  #tf-tools-home .tf-menu > a:hover,
  #tf-tools-home .tf-menu > a.active,
  #tf-tools-home .tf-dropdown > button:hover { color: var(--tf-purple); }
  #tf-tools-home .tf-menu > a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    height: 2px;
    border-radius: 3px;
    background: linear-gradient(90deg,#0ea5e9,#7c4dff);
  }
  #tf-tools-home .tf-dropdown { position: relative; }
  #tf-tools-home .tf-dropdown > button span { margin-left: 3px; }
  #tf-tools-home .tf-dropdown-menu {
    position: absolute;
    top: 66px;
    left: -20px;
    width: 185px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--tf-line);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(15,23,42,.13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s ease;
  }
  #tf-tools-home .tf-dropdown:hover .tf-dropdown-menu,
  #tf-tools-home .tf-dropdown:focus-within .tf-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #tf-tools-home .tf-dropdown-menu a { display: block; padding: 9px 11px; border-radius: 8px; color: #475569; font-size: 13px; }
  #tf-tools-home .tf-dropdown-menu a:hover { color: var(--tf-purple); background: #f6f4ff; }
  #tf-tools-home .tf-nav-actions { display: flex; align-items: center; gap: 10px; }
  #tf-tools-home .tf-icon-button,
  #tf-tools-home .tf-favorite-nav {
    height: 42px;
    border: 1px solid var(--tf-line);
    background: #fff;
    border-radius: 10px;
    color: #475569;
  }
  #tf-tools-home .tf-icon-button { width: 42px; display: grid; place-items: center; border-color: transparent; }
  #tf-tools-home .tf-icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
  #tf-tools-home .tf-favorite-nav { display: flex; align-items: center; gap: 7px; padding: 0 13px; font-size: 12px; font-weight: 600; }
  #tf-tools-home .tf-favorite-nav svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  #tf-tools-home .tf-fav-count {
    display: none;
    min-width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--tf-purple);
    font-size: 10px;
  }
  #tf-tools-home .tf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg,#5668f6,#7c4dff);
    box-shadow: 0 9px 24px rgba(99,102,241,.25);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  #tf-tools-home .tf-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(99,102,241,.35); }
  #tf-tools-home .tf-button-small { min-height: 42px; padding: 0 17px; font-size: 12px; font-weight: 700; }
  #tf-tools-home .tf-menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--tf-line); border-radius: 10px; background: #fff; padding: 10px; }
  #tf-tools-home .tf-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #172033; transition: .2s ease; }

  #tf-tools-home .tf-hero {
    position: relative;
    isolation: isolate;
    min-height: 625px;
    padding: 76px 0 86px;
    background:
      radial-gradient(circle at 8% 18%,rgba(102,91,246,.28),transparent 31%),
      radial-gradient(circle at 92% 78%,rgba(244,150,194,.24),transparent 28%),
      linear-gradient(118deg,#eeecff 0%,#f6f7ff 51%,#fff5fa 100%);
    overflow: hidden;
  }
  #tf-tools-home .tf-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .2;
    background-image: radial-gradient(rgba(99,102,241,.55) .8px,transparent .8px);
    background-size: 10px 10px;
    -webkit-mask-image: linear-gradient(90deg,transparent,black 22%,black 78%,transparent);
    mask-image: linear-gradient(90deg,transparent,black 22%,black 78%,transparent);
  }
  #tf-tools-home .tf-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background: linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.22));
    pointer-events: none;
  }
  #tf-tools-home .tf-hero-center {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #tf-tools-home .tf-hero-art {
    position: absolute;
    z-index: 1;
    display: block;
    max-width: none;
    height: auto;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 28px 35px rgba(52,38,167,.2));
  }
  #tf-tools-home .tf-hero-art-left {
    width: clamp(430px,41vw,760px);
    left: clamp(-330px,-16vw,-160px);
    bottom: clamp(-390px,-21vw,-245px);
    transform: rotate(-10deg);
  }
  #tf-tools-home .tf-hero-art-right {
    width: clamp(390px,36vw,670px);
    right: clamp(-260px,-12vw,-125px);
    top: clamp(-100px,-4vw,-25px);
    transform: rotate(9deg);
  }
  #tf-tools-home .tf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    padding: 7px 14px;
    color: #fff;
    background: linear-gradient(100deg,#6967ee,#f29ab5);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 9px 24px rgba(115,103,235,.2);
    font-size: 13px;
    font-weight: 700;
  }
  #tf-tools-home .tf-hero h1 {
    max-width: 1080px;
    color: #282941;
    font-family: "Poppins",sans-serif;
    font-size: clamp(48px,4.45vw,76px);
    line-height: 1.12;
    letter-spacing: -3.8px;
  }
  #tf-tools-home .tf-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg,#5668f6 2%,#8067f4 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  #tf-tools-home .tf-hero-center > p { max-width: 760px; margin-top: 25px; color: #62677d; font-size: 18px; line-height: 1.65; }
  #tf-tools-home .tf-search-shell {
    position: relative;
    width: min(100%,760px);
    margin-top: 30px;
  }
  #tf-tools-home .tf-search-form {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    height: 58px;
    margin: 0;
    background: transparent;
  }
  #tf-tools-home .tf-search-form input {
    width: 100%;
    height: 58px;
    min-width: 0;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.9);
    outline: 0;
    border-radius: 10px;
    color: #172033;
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 30px rgba(54,49,108,.08);
    transition: border-color .2s ease,box-shadow .2s ease;
  }
  #tf-tools-home .tf-search-form input:focus { border-color: #9d94ff; box-shadow: 0 10px 35px rgba(99,102,241,.15); }
  #tf-tools-home .tf-search-form input::placeholder { color: #a2aabb; }
  #tf-tools-home .tf-search-form button {
    flex: 0 0 210px;
    height: 58px;
    min-height: 58px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg,#5668f6,#7c4dff);
    box-shadow: 0 12px 27px rgba(99,102,241,.28);
    font-weight: 700;
    transition: transform .2s ease,box-shadow .2s ease;
  }
  #tf-tools-home .tf-search-form button:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(99,102,241,.36); }
  #tf-tools-home .tf-search-form svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
  #tf-tools-home .tf-live-search-results {
    position: absolute;
    z-index: 20;
    top: calc(100% + 10px);
    left: 0;
    width: calc(100% - 224px);
    max-height: 330px;
    padding: 8px;
    overflow-y: auto;
    border: 1px solid rgba(222,225,240,.95);
    border-radius: 14px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 22px 55px rgba(30,35,80,.17);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-7px);
    transition: opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  #tf-tools-home .tf-live-search-results.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  #tf-tools-home .tf-live-search-item {
    display: none;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 59px;
    padding: 8px 12px;
    border-radius: 10px;
    color: #27314c;
  }
  #tf-tools-home .tf-live-search-item.is-match { display: grid; }
  #tf-tools-home .tf-live-search-item:hover,
  #tf-tools-home .tf-live-search-item:focus { color: #5f55e8; background: #f5f3ff; outline: 0; }
  #tf-tools-home .tf-live-search-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; color: #635bff; background: #efedff; font-weight: 800; }
  #tf-tools-home .tf-live-search-item strong { display: block; font-size: 13px; line-height: 1.25; }
  #tf-tools-home .tf-live-search-item small { display: block; margin-top: 3px; color: #98a1b5; font-size: 10px; }
  #tf-tools-home .tf-live-search-item b { color: #8c83f5; font-size: 17px; }
  #tf-tools-home .tf-live-search-empty { display: none; padding: 18px 12px; color: #7c8497; font-size: 13px; text-align: center; }
  #tf-tools-home .tf-live-search-empty.is-visible { display: block; }
  #tf-tools-home .tf-search-message { min-height: 22px; margin-top: 5px; color: #6157df; font-size: 12px; font-weight: 600; }
  #tf-tools-home .tf-hero-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 27px; margin-top: 7px; color: #52586f; font-size: 14px; font-weight: 600; }
  #tf-tools-home .tf-hero-benefits span { display: inline-flex; align-items: center; gap: 8px; }
  #tf-tools-home .tf-hero-benefits b { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: #6366f1; font-size: 11px; }
  #tf-tools-home .tf-social-proof { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
  #tf-tools-home .tf-avatars { display: flex; padding-left: 8px; }
  #tf-tools-home .tf-avatars span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg,#18233a,#64748b);
    font-size: 10px;
    font-weight: 700;
  }
  #tf-tools-home .tf-avatars span:nth-child(2) { background: linear-gradient(135deg,#876f5d,#2f211d); }
  #tf-tools-home .tf-avatars span:nth-child(3) { background: linear-gradient(135deg,#355f7d,#111827); }
  #tf-tools-home .tf-avatars span:nth-child(4) { background: linear-gradient(135deg,#6f495b,#241923); }
  #tf-tools-home .tf-social-proof p { color: #64748b; font-size: 11px; line-height: 1.5; }
  #tf-tools-home .tf-social-proof strong { color: #334155; }

  #tf-tools-home .tf-hero-visual { position: relative; min-height: 470px; }
  #tf-tools-home .tf-hero-visual::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    top: -15px;
    right: 4%;
    border-radius: 50%;
    background: linear-gradient(135deg,rgba(236,234,255,.85),rgba(248,250,255,.2));
  }
  #tf-tools-home .tf-hero-visual::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -30px;
    bottom: 20px;
    border-radius: 42% 58% 65% 35%;
    background: rgba(220,224,255,.5);
  }
  #tf-tools-home .tf-tool-window {
    position: absolute;
    z-index: 2;
    top: 62px;
    right: 20px;
    width: min(520px,95%);
    padding: 19px 24px 27px;
    border: 1px solid rgba(232,236,245,.9);
    border-radius: 17px;
    background: rgba(255,255,255,.89);
    box-shadow: 0 28px 70px rgba(46,52,64,.15);
    backdrop-filter: blur(12px);
  }
  #tf-tools-home .tf-window-dots { display: flex; gap: 5px; margin: -6px 0 16px; }
  #tf-tools-home .tf-window-dots span { width: 6px; height: 6px; border-radius: 50%; background: #e5e7eb; }
  #tf-tools-home .tf-window-dots span:first-child { background: #d7e2ff; }
  #tf-tools-home .tf-window-search { display: flex; align-items: center; gap: 9px; height: 45px; padding: 0 15px; color: #9aa1ae; background: #fff; border: 1px solid #edf0f6; border-radius: 8px; font-size: 11px; box-shadow: 0 6px 18px rgba(15,23,42,.04); }
  #tf-tools-home .tf-window-search svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
  #tf-tools-home .tf-window-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin-top: 16px; }
  #tf-tools-home .tf-window-grid span {
    display: grid;
    place-items: center;
    aspect-ratio: 1.25;
    border: 1px solid #f0f2f8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15,23,42,.05);
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 700;
  }
  #tf-tools-home .tf-window-grid .blue { color: #0ea5e9; background: #effaff; }
  #tf-tools-home .tf-window-grid .red { color: #f43f5e; background: #fff1f3; font-size: 9px; }
  #tf-tools-home .tf-window-grid .cyan { color: #0284c7; background: #eaf8ff; }
  #tf-tools-home .tf-window-grid .violet { color: #7657e8; background: #f3f0ff; }
  #tf-tools-home .tf-window-grid .green { color: #10b981; background: #ebfff8; font-size: 22px; }
  #tf-tools-home .tf-window-grid .purple { color: #7c4dff; background: #f4f0ff; }
  #tf-tools-home .tf-window-grid .mint { color: #10b981; background: #ecfff7; }
  #tf-tools-home .tf-window-grid .orange { color: #f59e0b; background: #fff8e7; }
  #tf-tools-home .tf-window-grid .sky { color: #0ea5e9; background: #eefaff; }
  #tf-tools-home .tf-window-grid .rose { color: #e11d48; background: #fff0f4; }
  #tf-tools-home .tf-window-grid .coral { color: #ef4444; background: #fff1f1; }
  #tf-tools-home .tf-window-grid .slate { color: #64748b; background: #f3f6fa; }
  #tf-tools-home .tf-orbit {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(15,23,42,.17);
  }
  #tf-tools-home .tf-orbit-check { left: 5px; top: 240px; width: 42px; height: 42px; background: #16c784; }
  #tf-tools-home .tf-orbit-bolt { right: -2px; top: 38px; width: 52px; height: 52px; background: linear-gradient(135deg,#635bff,#8b5cf6); font-size: 27px; }
  #tf-tools-home .tf-chart-card {
    position: absolute;
    z-index: 4;
    left: 35px;
    bottom: 15px;
    display: grid;
    place-items: center;
    width: 120px;
    height: 110px;
    border: 1px solid var(--tf-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15,23,42,.12);
  }
  #tf-tools-home .tf-chart-card svg { width: 84px; }
  #tf-tools-home .tf-chart-card polyline { fill: none; stroke: #7c4dff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

  #tf-tools-home .tf-section { padding: 82px 0; }
  #tf-tools-home .tf-categories-section { background: #fff; }
  #tf-tools-home .tf-section-title { margin-bottom: 27px; }
  #tf-tools-home .tf-section-title span { color: #7c4dff; font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
  #tf-tools-home .tf-section-title h2 { margin-top: 3px; color: #101a34; font-family: "Poppins",sans-serif; font-size: 28px; letter-spacing: -.8px; }
  #tf-tools-home .tf-section-title-row { display: flex; justify-content: space-between; align-items: end; }
  #tf-tools-home .tf-section-title-row > a { color: #64748b; font-size: 12px; font-weight: 600; }
  #tf-tools-home .tf-section-title-row > a:hover { color: #7c4dff; }
  #tf-tools-home .tf-section-title-row > a b { margin-left: 5px; color: #7c4dff; font-size: 16px; }
  #tf-tools-home .tf-category-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; }
  #tf-tools-home .tf-category-card {
    min-height: 143px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tf-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15,23,42,.05);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  }
  #tf-tools-home .tf-category-card:hover { transform: translateY(-5px); border-color: #cec8ff; box-shadow: 0 18px 38px rgba(99,102,241,.12); }
  #tf-tools-home .tf-category-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 12px;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
  #tf-tools-home .tf-category-icon.blue { color: #0ea5e9; background: #e9f8ff; }
  #tf-tools-home .tf-category-icon.green { color: #10b981; background: #e9fff7; }
  #tf-tools-home .tf-category-icon.red { color: #f43f5e; background: #fff0f3; font-size: 10px; }
  #tf-tools-home .tf-category-icon.purple { color: #7c4dff; background: #f1efff; font-size: 25px; }
  #tf-tools-home .tf-category-icon.orange { color: #f97316; background: #fff5e9; font-size: 14px; }
  #tf-tools-home .tf-category-icon.cyan { color: #0ea5e9; background: #e9f9ff; font-size: 23px; }
  #tf-tools-home .tf-category-icon.mint { color: #10b981; background: #eafff7; transform: rotate(-35deg); }
  #tf-tools-home .tf-category-icon.violet { color: #6d5dfc; background: #f0efff; }
  #tf-tools-home .tf-category-icon.rose { color: #e83e70; background: #fff0f5; }
  #tf-tools-home .tf-category-icon.slate { color: #64748b; background: #eef2f7; font-size: 14px; letter-spacing: 2px; }
  #tf-tools-home .tf-category-card strong { color: #1e293b; font-size: 13px; }
  #tf-tools-home .tf-category-card small { margin-top: 4px; color: #94a3b8; font-size: 10px; }

  #tf-tools-home .tf-featured-section { padding-top: 38px; background: linear-gradient(180deg,#fff,#fbfcff); }
  #tf-tools-home .tf-tools-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
  #tf-tools-home .tf-tool-card {
    position: relative;
    min-height: 250px;
    padding: 22px 20px 18px;
    border: 1px solid var(--tf-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(15,23,42,.05);
    transition: transform .22s ease, box-shadow .22s ease;
  }
  #tf-tools-home .tf-tool-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(15,23,42,.1); }
  #tf-tools-home .tf-card-favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #9aa1ae;
    background: transparent;
    font-size: 22px;
    line-height: 1;
  }
  #tf-tools-home .tf-card-favorite:hover { color: #7c4dff; background: #f3f0ff; }
  #tf-tools-home .tf-card-favorite.is-favorite { color: #fff; background: linear-gradient(135deg,#6366f1,#7c4dff); font-size: 0; }
  #tf-tools-home .tf-card-favorite.is-favorite::before { content: "♥"; font-size: 14px; }
  #tf-tools-home .tf-tool-card .tf-category-icon { margin-bottom: 18px; }
  #tf-tools-home .tf-tool-card h3 { color: #1e293b; font-family: "Poppins",sans-serif; font-size: 14px; letter-spacing: -.2px; }
  #tf-tools-home .tf-tool-card p { min-height: 56px; margin: 9px 0 18px; color: #7a8496; font-size: 11px; line-height: 1.65; }
  #tf-tools-home .tf-use-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border: 1px solid #bcb4ff;
    border-radius: 8px;
    color: #705cf3;
    font-size: 11px;
    font-weight: 700;
    transition: .2s ease;
  }
  #tf-tools-home .tf-use-tool:hover { color: #fff; background: linear-gradient(135deg,#6366f1,#7c4dff); border-color: transparent; }
  #tf-tools-home .tf-no-results { display: none; padding: 35px; border: 1px dashed #c7cde0; border-radius: 12px; color: #64748b; text-align: center; }

  #tf-tools-home .tf-stats { padding: 15px 0 70px; background: #fbfcff; }
  #tf-tools-home .tf-stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    min-height: 112px;
    padding: 24px 30px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(110deg,#5267f5,#7657f0 58%,#7c4dff);
    box-shadow: 0 18px 42px rgba(99,102,241,.25);
  }
  #tf-tools-home .tf-stats-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; }
  #tf-tools-home .tf-stats-grid > div + div { border-left: 1px solid rgba(255,255,255,.15); }
  #tf-tools-home .tf-stats-grid > div > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.11); }
  #tf-tools-home .tf-stats-grid p { color: rgba(255,255,255,.75); font-size: 10px; line-height: 1.4; }
  #tf-tools-home .tf-stats-grid strong { display: block; color: #fff; font-family: "Poppins",sans-serif; font-size: 24px; font-weight: 600; }

/* Homepage dynamic tools carousel — v1.7.2 */
#tf-tools-home#tf-tools-home .tf-home-tools-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

#tf-tools-home#tf-tools-home .tf-home-tools-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(101,87,232,.24);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg,#635bff,#7c4dff);
  box-shadow: 0 9px 20px rgba(99,91,255,.2);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

#tf-tools-home#tf-tools-home .tf-home-tools-arrow:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 13px 27px rgba(99,91,255,.3);
}

#tf-tools-home#tf-tools-home .tf-home-tools-arrow:focus-visible {
  outline: 3px solid rgba(99,91,255,.28);
  outline-offset: 3px;
}

#tf-tools-home#tf-tools-home .tf-home-tools-arrow:disabled {
  cursor: default;
  color: #9b96c7;
  background: rgba(255,255,255,.62);
  box-shadow: none;
  opacity: .72;
}

#tf-tools-home#tf-tools-home .tf-home-tools-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#tf-tools-home#tf-tools-home .tf-home-tools-carousel {
  position: relative;
  min-width: 0;
}

#tf-tools-home#tf-tools-home .tf-tools-grid.tf-home-tools-track {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 4);
  gap: 20px;
  width: 100%;
  padding: 5px 2px 25px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
}

#tf-tools-home#tf-tools-home .tf-tools-grid.tf-home-tools-track::-webkit-scrollbar {
  display: none;
}

#tf-tools-home#tf-tools-home .tf-home-tools-track .tf-tool-card {
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 900px) {
  #tf-tools-home#tf-tools-home .tf-tools-grid.tf-home-tools-track {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 20px) / 2);
  }
}

@media (max-width: 680px) {
  #tf-tools-home#tf-tools-home .tf-home-tools-controls { margin-top: 15px; }
  #tf-tools-home#tf-tools-home .tf-home-tools-arrow { width: 39px; height: 39px; }
  #tf-tools-home#tf-tools-home .tf-tools-grid.tf-home-tools-track {
    grid-template-columns: none;
    grid-auto-columns: 88%;
    gap: 14px;
    margin-right: -20px;
    width: calc(100% + 20px);
    padding-bottom: 20px;
  }
}

/* Live listings, hero spacing and carousel autoplay — v1.7.3 */
#tf-tools-home#tf-tools-home .tf-all-tools-hero {
  padding-top: 118px;
}

@media (max-width: 680px) {
  #tf-tools-home#tf-tools-home .tf-all-tools-hero {
    padding: 105px 0 65px;
  }
}
