/* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:system-ui, -apple-system, sans-serif;
}

.apple-full-header{
  width:100%;
  padding:20px 0;
  display:flex;
  justify-content:center;
  background:transparent;
}

/* GLASS BAR */
.apple-full-inner{
  width:94%;
  max-width:1500px;
  height:90px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding: 50px;
  border-radius:28px;

  background:rgba(255,255,255,0.55);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);

  box-shadow:
    0 25px 50px rgba(0,0,0,0.12),
    inset 0 1px 1px rgba(255,255,255,0.85);

  border:1px solid rgba(255,255,255,0.5);
}

/* LEFT SIDE */
.apple-left{
  display:flex;
  align-items:center;
  gap:16px;
}

.apple-left img{
  height:52px;
}

.brand-name{
  font-size:50px;
  font-weight:800;
  color:#000;
}

/* NAV BUTTONS */
.apple-nav a{
  margin-left:30px;
  text-decoration:none;
  font-size:25px;
  font-weight:600;
  color:#000;
  position:relative;
}

/* APPLE STYLE UNDERLINE */
.apple-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:5px;
  background:#000;
  transition:0.3s ease;
}

.apple-nav a:hover::after{
  width:100%;
}

/* MOBILE */
@media(max-width:768px){
  .apple-nav{
    display:none;
  }

  .brand-name{
    font-size:26px;
  }

  .apple-left img{
    height:38px;
  }
}
.bubble-bg{
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.35), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.25), transparent 45%),
    radial-gradient(circle at 60% 80%, rgba(255,255,255,0.20), transparent 40%),
    linear-gradient(135deg, rgba(130,87,229,0.6),rgba(79,172,254,0.6));
}

/* UPDATE GLASS BAR */
.apple-full-inner{
  background: rgba(255,255,255,0.35);
}
.apple-left img{
  height:85px;              /* ZOOM LOGO */
  width:85px;
  object-fit:cover;

  border-radius:50%;        /* CIRCLE */
  padding:4px;

  background:rgba(255,255,255,0.6);
  backdrop-filter:blur(10px);

  box-shadow:
    0 8px 18px rgba(0,0,0,0.18),
    inset 0 1px 1px rgba(255,255,255,0.9);

  border:1px solid rgba(255,255,255,0.6);
}



.nav a {
  color: rgb(9, 8, 8);
  font-size: 20px;
   font-weight: bold;
  margin-left: 150px;
  text-decoration: none;
}

/* PAGE BACKGROUND */
.tools-page {
  min-height: 100vh;
  padding: 100px 8%;
  background: white;
}

/* TITLE */
.tools-title {
  text-align: center;
  color: white;
  font-size: 36px;
  margin-bottom: 100px;
}

/* GRID */
.tool-dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
}

/* GLASS CARD */
.tool-card {
  position: relative;
  padding: 20px 20px;
  border-radius: 12px;
  color: black;
  text-decoration: none;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.08)
  );

  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.35);

  box-shadow:
    0 20px 50px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.35);

  transition: 0.4s;
  overflow: hidden;
}

/* GLOW */
.tool-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 22px;
  background: linear-gradient(
    120deg,
    rgba(130,87,229,0.6),
    rgba(79,172,254,0.6),
    rgba(255,122,162,0.6)
  );
  z-index: -1;
}

/* BUBBLE */
.tool-card::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255,255,255,0.35), transparent);
  border-radius: 50%;
}

/* HOVER */
.tool-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 35px 80px rgba(0,0,0,0.45);
}

/* CONTENT */
.tool-card i {
  font-size: 38px;
  margin-bottom: 14px;
}

.tool-card span {
  font-size: 12px;
  opacity: 0.85;
}

.tool-card h2 {
  font-size: 18px;
  margin: 12px 0 10px;
}

.tool-card p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    gap: 10px;
  }
}
.logo img {
  height: 100px;        /* logo size */
  width: auto;
  display: block;
  margin-left: -20px;
  transform: scale(1.2);
}
/* Header stays solid green */
.main-header {
    background: #4CEB2F;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 100;
    
}
@media (max-width: 768px) {
    .tools-page {
        padding: 30px 15px;
        background-size: contain;
    }
}
.tools-page {
    min-height: 100vh;
    background-color: linear-gradient(135deg,#eaf1ff,#ffffff);
    background-image: url(""); /* your image */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 20px;
}
.info-strip {
    background: linear-gradient(180deg, #0b2a6f, #081f4d);
    color: #ffffff;

    padding: 18px 40px;
    text-align: center;

    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Heading below page strip */
.info-strip {
    position: fixed;
    top: 590px;              /* SAME as header height */
    left: 0;
    right: 0;

    background: linear-gradient(180deg, #0b2a6f, #081f4d);
    color: #ffffff;

    padding: 18px 40px;
    text-align: center;
    font-weight: 600;

    z-index: 999;
}

.info-strip h2 {
    margin: 0;
    font-size: 18px;
}
/* SEO GLASS SECTION */
.seo-glass {
    padding: 80px 8%;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
}
.seo-glass-card h2 {
    letter-spacing: -0.3px;
}
.seo-glass-card p {
    max-width: 900px;
}
.seo-glass-card {
    max-width: 1100px;
    width: 100%;

    padding: 50px 55px 60px; /* ⬅️ EXTRA BOTTOM SPACE */

    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    border-radius: 28px;

    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    color: #111;

    /* 🔥 IMPORTANT FIXES */
    height: auto;
    min-height: unset;
    overflow: visible;
}

.seo-glass-card p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #333;
}

.glass-pill {
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.95),
        rgba(245,245,245,0.9)
    );

    color: #111;
    border: 1px solid rgba(0,0,0,0.08);

    box-shadow:
        0 4px 10px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.9);

    transition: all 0.2s ease;
}

.glass-pill:hover {
    transform: translateY(-1px);
    box-shadow:
        0 6px 14px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,1);
}

/* Footer */
.main-footer {
    background: #39d61f;
    color: black;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

/* FAQ Button Section */
.faq-button-section {
    background: #f4f6f9;
    padding: 40px 0;
    text-align: center;
}

/* FAQ Button */
.faq-btn {
    display: inline-block;
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.faq-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* FEATURE SECTION */
.feature-section {
    position: relative;
    min-height: 100vh;
    padding: 100px 8%;
    background: url("your-galaxy-image.jpg") center/cover no-repeat;
    color: #fff;
}

/* GRID */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    align-items: center;
}

/* FEATURE BOX */
.feature-box {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.15);
}

/* CENTER BOX (middle globe style) */
.feature-box.center {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.35);
}

/* HOVER EFFECT */
.feature-box:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 0 45px rgba(0, 255, 255, 0.6);
}

/* ICON */
.feature-box .icon {
    font-size: 36px;
    display: inline-block;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 8px cyan);
}

/* HEADINGS */
.feature-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* TEXT */
.feature-box p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .feature-box.center {
        transform: scale(1);
    }
}
.logo-text {
  background: linear-gradient(
    120deg,
    #0f9d58,
    #34e89e,
    #0f9d58
  ) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
/* Processing Overlay */
#processingOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-box{
  background: rgba(255,255,255,0.15);
  padding: 25px 35px;
  border-radius: 18px;
  text-align: center;
  color: #fff;
}

.spinner{
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255,255,255,0.3);
  border-top: 4px solid #fff;
  border-radius: 50%;
  margin: auto;
  animation: spin 1s linear infinite;
}

@keyframes spin{
  to { transform: rotate(360deg); }
}
/* =========================
   FORCE FULL PAGE DARK MODE
========================= */

html, body {
  background: #ffffff;
}

/* BODY */
body.dark {
  background: #0b1220 !important;
}

/* MAIN WRAPPER (VERY IMPORTANT) */
body.dark .main-container,
body.dark .container,
body.dark .page,
body.dark .wrapper {
  background: #0b1220 !important;
}

/* HEADER */
body.dark header {
  background: linear-gradient(135deg, #020617, #1e293b) !important;
  color: #ffffff;
}

/* ALL SECTIONS */
body.dark section,
body.dark main {
  background: #0b1220 !important;
}

/* TEXT */
body.dark h1,
body.dark h2,
body.dark h3,
body.dark p,
body.dark span,
body.dark a {
  color: #e5e7eb !important;
}

/* TOOL CARDS */
body.dark .tool-card,
body.dark .card {
  background: linear-gradient(135deg, #020617, #1e293b) !important;
  color: #ffffff;
}

/* REMOVE WHITE SHADOW */
body.dark * {
  box-shadow: none;
}
#themeToggle {
  padding: 2px 5px;
  font-size: 15px;
  border-radius: 30px;
  min-width: 10px;
  height: 95px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  cursor: pointer;
  background: white;
  color: black;
  border: none;

  box-shadow: 0 10px 25px rgba(0,0,0,0.35);

  margin-left: 7px;   /* 🔥 right side fix */
}

/* Dark mode me button thoda glow */
body.dark #themeToggle {
  background: linear-gradient(135deg, #020617, #1e293b);
  box-shadow: 0 0 18px rgba(56,189,248,0.4);
}
/* Mobile Hamburger Button */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.mobile-menu-btn span {
  width: 26px;
  height: 3px;
  background: #000;
  border-radius: 3px;
}

/* 📱 Mobile View */
@media (max-width: 768px) {

  .mobile-menu-btn {
    display: flex;
  }

  .apple-nav {
    position: absolute;
    top: 70px;
    right: 16px;
    background: #fff;
    flex-direction: column;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: none;
    z-index: 999;
  }

  .apple-nav.active {
    display: flex;
  }
}

/* =========================
   MOBILE MENU – DARK MODE FIX
========================= */

/* menu open hone par */
#appleNav.active {
  background: #ffffff;
}

/* DARK MODE */
body.dark #appleNav.active {
  background: #1c1f26 !important;
}

/* menu links */
#appleNav a {
  color: #111111;
}

/* DARK MODE links */
body.dark #appleNav a {
  color: #ffffff !important;
}

/* ============================================================
   TOOLS24 — Compact Full-Width Footer
   ============================================================ */

.tools24-footer {
  /* Default Light Theme Tokens */
  --t24-bg: #ffffff;
  --t24-bg-soft: #f8f9fc;
  --t24-text: #0f172a;
  --t24-muted: #64748b;
  --t24-heading: #0b1220;
  --t24-border: rgba(15, 23, 42, 0.08);
  --t24-accent: #4f46e5;
  --t24-accent-2: #7c3aed;

  /* FORCE FULL VIEWPORT WIDTH (Left to Right Edge) */
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px; /* Small gap above footer */
  
  box-sizing: border-box;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--t24-bg);
  color: var(--t24-text);
  border-top: 1px solid var(--t24-border);
  overflow: hidden;
}

/* Top Accent Line */
.tools24-footer__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--t24-accent), var(--t24-accent-2));
}

.tools24-footer * {
  box-sizing: border-box;
  max-width: 100%;
}

/* Inner Container - Keeps Content Centered */
.tools24-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

/* Bottom Bar */
.tools24-footer__bottom {
  border-top: 1px solid var(--t24-border);
  background: var(--t24-bg-soft);
}

.tools24-footer__bottom-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  flex-direction: column;
  text-align: center;
}

/* ============================================================
   RESPONSIVE GRID
   ============================================================ */

/* Tablet */
@media (min-width: 768px) {
  .tools24-footer__inner {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
    padding: 40px 32px 32px;
  }
  .tools24-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 14px 32px;
  }
}

/* ============================================================
   COMPACT UI ELEMENTS
   ============================================================ */

.tools24-footer__brand { gap: 12px; }

.tools24-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--t24-heading);
  width: fit-content;
}

.tools24-footer__logo-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--t24-accent), var(--t24-accent-2));
  color: #fff;
  flex-shrink: 0;
}

.tools24-footer__logo-text {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.tools24-footer__logo-text span { color: var(--t24-accent); }

.tools24-footer__desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--t24-muted);
  max-width: 40ch;
}

.tools24-footer__social {
  display: flex;
  gap: 8px;
  margin-top: 2px;
}

.tools24-footer__social-link {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--t24-muted);
  background: var(--t24-bg-soft);
  border: 1px solid var(--t24-border);
  text-decoration: none;
  transition: all 0.2s ease;
}
.tools24-footer__social-link:hover {
  color: #fff;
  background: var(--t24-accent);
  border-color: transparent;
  transform: translateY(-2px);
}

.tools24-footer__heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--t24-heading);
  margin: 0 0 12px;
}

.tools24-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tools24-footer__link {
  font-size: 0.85rem;
  color: var(--t24-muted);
  text-decoration: none;
  line-height: 1.4;
  display: inline-flex;
  transition: color 0.2s ease, transform 0.2s ease;
}
.tools24-footer__link:hover {
  color: var(--t24-accent);
  transform: translateX(2px);
}
.tools24-footer__link--strong {
  color: var(--t24-accent);
  font-weight: 600;
}

.tools24-footer__info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tools24-footer__info li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.85rem;
}
.tools24-footer__info-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--t24-muted);
  font-weight: 600;
}

.tools24-footer__copy,
.tools24-footer__powered {
  margin: 0;
  font-size: 0.8rem;
  color: var(--t24-muted);
}
.tools24-footer__copy-link {
  color: var(--t24-text);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.tools24-footer__copy-link:hover { color: var(--t24-accent); }

/* ============================================================
   DARK MODE SUPPORT
   ============================================================ */
.dark .tools24-footer,
[data-theme="dark"] .tools24-footer,
html.dark .tools24-footer {
  --t24-bg: #0b1020;
  --t24-bg-soft: #080d1a;
  --t24-text: #5d7fc4;
  --t24-muted: #94a3b8;
  --t24-heading: #0a1920;
  --t24-border: rgba(255, 255, 255, 0.08);
  --t24-accent: #818cf8;
  --t24-accent-2: #c084fc;
}

.dark .tools24-footer__copy-link,
[data-theme="dark"] .tools24-footer__copy-link,
html.dark .tools24-footer__copy-link { color: #e6eaf2; }

/* All classes are namespaced with .tools24-faq* to prevent conflicts */
.tools24-faq {
  --t24-faq-bg: transparent;
  --t24-faq-text: #1a1a1a;
  --t24-faq-muted: #6d8dc0;
  --t24-faq-card-bg: rgba(255, 255, 255, 0.555);
  --t24-faq-card-border: rgba(15, 23, 42, 0.10);
  --t24-faq-card-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
                         0 8px 24px rgba(15, 23, 42, 0.06);
  --t24-faq-hover-border: rgba(15, 23, 42, 0.18);
  --t24-faq-badge-bg: rgba(15, 23, 42, 0.06);
  --t24-faq-badge-text: #948080;
  --t24-faq-question-bg: transparent;
  --t24-faq-question-active-bg: rgba(15, 23, 42, 0.03);
  --t24-faq-icon-bg: rgba(15, 23, 42, 0.06);
  --t24-faq-icon-line: #1a1a1a;
  --t24-faq-focus: #2563eb;

  width: 100%;
  box-sizing: border-box;
  padding: 56px 16px 64px;
  background: var(--t24-faq-bg);
  color: var(--t24-faq-text);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== Dark Mode Support ===== */
/* Automatically adapts to standard dark mode classes used by Tools24 */
.dark .tools24-faq,
[data-theme="dark"] .tools24-faq,
html.dark .tools24-faq,
body.dark .tools24-faq,
.theme-dark .tools24-faq {
  --t24-faq-text: #f1f5f9;
  --t24-faq-muted: #9aa6b6;
  --t24-faq-card-bg: rgba(30, 41, 59, 0.55);
  --t24-faq-card-border: rgba(255, 255, 255, 0.10);
  --t24-faq-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.20),
                         0 8px 24px rgba(0, 0, 0, 0.25);
  --t24-faq-hover-border: rgba(255, 255, 255, 0.20);
  --t24-faq-badge-bg: rgba(255, 255, 255, 0.08);
  --t24-faq-badge-text: #e2e8f0;
  --t24-faq-question-active-bg: rgba(255, 255, 255, 0.04);
  --t24-faq-icon-bg: rgba(255, 255, 255, 0.10);
  --t24-faq-icon-line: #f1f5f9;
  --t24-faq-focus: #60a5fa;
}

/* Fallback for OS-level dark mode preference */
@media (prefers-color-scheme: dark) {
  html:not(.light):not([data-theme="light"]) .tools24-faq {
    --t24-faq-text: #f1f5f9;
    --t24-faq-muted: #9aa6b6;
    --t24-faq-card-bg: rgba(30, 41, 59, 0.55);
    --t24-faq-card-border: rgba(255, 255, 255, 0.10);
    --t24-faq-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.20),
                           0 8px 24px rgba(0, 0, 0, 0.25);
    --t24-faq-hover-border: rgba(255, 255, 255, 0.20);
    --t24-faq-badge-bg: rgba(255, 255, 255, 0.08);
    --t24-faq-badge-text: #e2e8f0;
    --t24-faq-question-active-bg: rgba(255, 255, 255, 0.04);
    --t24-faq-icon-bg: rgba(255, 255, 255, 0.10);
    --t24-faq-icon-line: #f1f5f9;
    --t24-faq-focus: #60a5fa;
  }
}

/* ===== Container ===== */
.tools24-faq__container {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}

/* ===== Header ===== */
.tools24-faq__header {
  text-align: center;
  margin-bottom: 36px;
  padding: 0 4px;
}

.tools24-faq__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--t24-faq-badge-bg);
  color: var(--t24-faq-badge-text);
  margin-bottom: 14px;
  line-height: 1;
}

.tools24-faq__title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--t24-faq-text);
  letter-spacing: -0.01em;
}

.tools24-faq__subtitle {
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.55;
  color: var(--t24-faq-muted);
  margin: 0 auto;
  max-width: 620px;
}

/* ===== FAQ List ===== */
.tools24-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===== FAQ Item ===== */
.tools24-faq__item {
  border: 1px solid var(--t24-faq-card-border);
  border-radius: 14px;
  background: var(--t24-faq-card-bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: var(--t24-faq-card-shadow);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tools24-faq__item:hover {
  border-color: var(--t24-faq-hover-border);
}

.tools24-faq__item-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* ===== Question Button ===== */
.tools24-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: var(--t24-faq-question-bg);
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--t24-faq-text);
  border-radius: 14px;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease;
}

.tools24-faq__question:hover {
  background: var(--t24-faq-question-active-bg);
}

.tools24-faq__question:focus-visible {
  outline: 2px solid var(--t24-faq-focus);
  outline-offset: -2px;
}

.tools24-faq__question-text {
  font-size: clamp(15px, 2.4vw, 16px);
  font-weight: 600;
  line-height: 1.45;
  color: var(--t24-faq-text);
  flex: 1 1 auto;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* ===== Plus/Chevron Icon ===== */
.tools24-faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--t24-faq-icon-bg);
  transition: background 0.18s ease, transform 0.18s ease;
}

.tools24-faq__icon::before,
.tools24-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--t24-faq-icon-line);
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.tools24-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.tools24-faq__item.is-open .tools24-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.tools24-faq__item.is-open .tools24-faq__icon {
  transform: rotate(0deg);
}

/* ===== Answer ===== */
.tools24-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.26s ease;
}

.tools24-faq__item.is-open .tools24-faq__answer {
  grid-template-rows: 1fr;
}

.tools24-faq__answer > p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: clamp(13.5px, 2.1vw, 15px);
  line-height: 1.65;
  color: var(--t24-faq-muted);
  overflow: hidden;
}

.tools24-faq__answer[hidden] {
  display: none;
}

/* ===== Responsive Breakpoints ===== */
@media (max-width: 640px) {
  .tools24-faq {
    padding: 40px 14px 48px;
  }
  .tools24-faq__header {
    margin-bottom: 26px;
  }
  .tools24-faq__question {
    padding: 14px 14px;
    gap: 12px;
  }
  .tools24-faq__answer > p {
    padding: 0 14px 16px;
  }
  .tools24-faq__list {
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .tools24-faq {
    padding: 32px 12px 40px;
  }
  .tools24-faq__question {
    padding: 13px 12px;
  }
  .tools24-faq__answer > p {
    padding: 0 12px 14px;
  }
}

@media (min-width: 1024px) {
  .tools24-faq {
    padding: 72px 24px 88px;
  }
}

/* Respect reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .tools24-faq__answer,
  .tools24-faq__icon,
  .tools24-faq__icon::before,
  .tools24-faq__icon::after,
  .tools24-faq__item {
    transition: none !important;
  }
}

/* All classes are namespaced with .tools24-faq* to prevent conflicts */
.tools24-faq {
  /* Light Mode Colors matching your screenshot */
  --t24-faq-bg: #f8fafc;          /* Light gray page background */
  --t24-faq-text: #1e293b;        /* Dark slate heading text */
  --t24-faq-muted: #64748b;       /* Muted gray paragraph text */
  --t24-faq-card-bg: #ffffff;     /* Pure white cards */
  --t24-faq-card-border: #e2e8f0; /* Light gray subtle borders */
  --t24-faq-card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 
                         0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --t24-faq-hover-border: #cbd5e1;/* Slightly darker border on hover */
  --t24-faq-badge-bg: #eff6ff;    /* Light blue badge background */
  --t24-faq-badge-text: #2563eb;  /* Blue badge text */
  --t24-faq-question-bg: transparent;
  --t24-faq-question-active-bg: #f8fafc;
  --t24-faq-icon-bg: #f1f5f9;     /* Light gray icon background */
  --t24-faq-icon-line: #334155;   /* Dark slate icon lines */
  --t24-faq-focus: #3b82f6;       /* Blue focus ring */

  width: 100%;
  box-sizing: border-box;
  padding: 56px 16px 64px;
  background: white;
  color: var(--t24-faq-text);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== Dark Mode Support ===== */
/* Automatically adapts if the user has dark mode enabled on their device/site */
.dark .tools24-faq,
[data-theme="dark"] .tools24-faq,
html.dark .tools24-faq,
body.dark .tools24-faq,
.theme-dark .tools24-faq {
  --t24-faq-bg: #0f172a;
  --t24-faq-text: #f1f5f9;
  --t24-faq-muted: #94a3b8;
  --t24-faq-card-bg: #1e293b;
  --t24-faq-card-border: #334155;
  --t24-faq-card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 
                         0 2px 4px -1px rgba(0, 0, 0, 0.1);
  --t24-faq-hover-border: #475569;
  --t24-faq-badge-bg: rgba(59, 130, 246, 0.15);
  --t24-faq-badge-text: #60a5fa;
  --t24-faq-question-active-bg: rgba(255, 255, 255, 0.03);
  --t24-faq-icon-bg: #334155;
  --t24-faq-icon-line: #f1f5f9;
  --t24-faq-focus: #60a5fa;
}

/* Fallback for OS-level dark mode preference */
@media (prefers-color-scheme: dark) {
  html:not(.light):not([data-theme="light"]) .tools24-faq {
    --t24-faq-bg: #0f172a;
    --t24-faq-text: #f1f5f9;
    --t24-faq-muted: #94a3b8;
    --t24-faq-card-bg: #1e293b;
    --t24-faq-card-border: #334155;
    --t24-faq-card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 
                           0 2px 4px -1px rgba(0, 0, 0, 0.1);
    --t24-faq-hover-border: #475569;
    --t24-faq-badge-bg: rgba(59, 130, 246, 0.15);
    --t24-faq-badge-text: #60a5fa;
    --t24-faq-question-active-bg: rgba(255, 255, 255, 0.03);
    --t24-faq-icon-bg: #334155;
    --t24-faq-icon-line: #f1f5f9;
    --t24-faq-focus: #60a5fa;
  }
}

/* ===== Container ===== */
.tools24-faq__container {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}

/* ===== Header ===== */
.tools24-faq__header {
  text-align: center;
  margin-bottom: 36px;
  padding: 0 4px;
}

.tools24-faq__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--t24-faq-badge-bg);
  color: var(--t24-faq-badge-text);
  margin-bottom: 14px;
  line-height: 1;
}

.tools24-faq__title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--t24-faq-text);
  letter-spacing: -0.01em;
}

.tools24-faq__subtitle {
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.55;
  color: var(--t24-faq-muted);
  margin: 0 auto;
  max-width: 620px;
}

/* ===== FAQ List ===== */
.tools24-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===== FAQ Item ===== */
.tools24-faq__item {
  border: 1px solid var(--t24-faq-card-border);
  border-radius: 14px;
  background: var(--t24-faq-card-bg);
  box-shadow: var(--t24-faq-card-shadow);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tools24-faq__item:hover {
  border-color: var(--t24-faq-hover-border);
}

.tools24-faq__item-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* ===== Question Button ===== */
.tools24-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: var(--t24-faq-question-bg);
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--t24-faq-text);
  border-radius: 14px;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease;
}

.tools24-faq__question:hover {
  background: var(--t24-faq-question-active-bg);
}

.tools24-faq__question:focus-visible {
  outline: 2px solid var(--t24-faq-focus);
  outline-offset: -2px;
}

.tools24-faq__question-text {
  font-size: clamp(15px, 2.4vw, 16px);
  font-weight: 600;
  line-height: 1.45;
  color: var(--t24-faq-text);
  flex: 1 1 auto;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* ===== Plus/Chevron Icon ===== */
.tools24-faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--t24-faq-icon-bg);
  transition: background 0.18s ease, transform 0.18s ease;
}

.tools24-faq__icon::before,
.tools24-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--t24-faq-icon-line);
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.tools24-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.tools24-faq__item.is-open .tools24-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.tools24-faq__item.is-open .tools24-faq__icon {
  transform: rotate(0deg);
}

/* ===== Answer ===== */
.tools24-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.26s ease;
}

.tools24-faq__item.is-open .tools24-faq__answer {
  grid-template-rows: 1fr;
}

.tools24-faq__answer > p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: clamp(13.5px, 2.1vw, 15px);
  line-height: 1.65;
  color: var(--t24-faq-muted);
  overflow: hidden;
}

.tools24-faq__answer[hidden] {
  display: none;
}

/* ===== Responsive Breakpoints ===== */
@media (max-width: 640px) {
  .tools24-faq {
    padding: 40px 14px 48px;
  }
  .tools24-faq__header {
    margin-bottom: 26px;
  }
  .tools24-faq__question {
    padding: 14px 14px;
    gap: 12px;
  }
  .tools24-faq__answer > p {
    padding: 0 14px 16px;
  }
  .tools24-faq__list {
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .tools24-faq {
    padding: 32px 12px 40px;
  }
  .tools24-faq__question {
    padding: 13px 12px;
  }
  .tools24-faq__answer > p {
    padding: 0 12px 14px;
  }
}

@media (min-width: 1024px) {
  .tools24-faq {
    padding: 72px 24px 88px;
  }
}

/* Respect reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .tools24-faq__answer,
  .tools24-faq__icon,
  .tools24-faq__icon::before,
  .tools24-faq__icon::after,
  .tools24-faq__item {
    transition: none !important;
  }
}
