﻿/*
Theme Name: SmartBizTools
Description: Modern SaaS WordPress theme optimized for AI tools directory, mobile-first layout, and premium startup styling.
Author: SmartBizTools Team
Version: 1.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg: #0f172a;
  --bg-alt: #111827;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.14);
  --text: #e2e8f0;
  --muted: #94a3b8;
  --accent: #1e73be;
  --accent2: #f4b400;
  --border: rgba(255, 255, 255, 0.12);
  --radius: 24px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --maxw: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
  background: radial-gradient(circle at top left, rgba(30, 115, 190, 0.12), transparent 22%),
    linear-gradient(180deg, var(--bg) 0%, #121827 100%);
  color: var(--text);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: var(--bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: var(--accent2);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: none;
}

.container {
  width: min(var(--maxw), calc(100% - 2rem));
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.75;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--accent2);
  margin-bottom: 0.75rem;
}

.btn,
button,
input[type='submit'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary,
button.btn-primary,
input[type='submit'].btn-primary {
  padding: 0.95rem 1.8rem;
  background: linear-gradient(135deg, var(--accent), #3aa0ff);
  color: #041a3f;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(30, 115, 190, 0.22);
}

.btn-primary:hover,
button.btn-primary:hover,
input[type='submit'].btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(30, 115, 190, 0.28);
}

.btn-secondary,
button.btn-secondary {
  padding: 0.95rem 1.8rem;
  background: var(--accent2);
  color: #0c1f37;
  font-weight: 700;
}

.btn-secondary:hover,
button.btn-secondary:hover {
  background: #ddb300;
}

.btn-ghost {
  padding: 0.85rem 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(6, 35, 61, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex: 1 1 auto;
  min-width: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
}

.logo img {
  max-height: 48px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand-name {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.brand-subtitle {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
  justify-content: center;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  color: var(--text);
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-links .current-menu-item > a,
.nav-links .current_page_item > a,
.nav-links .current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.nav-links a[href*="/ai-tool-review-forum"],
.nav-links a[href*="/comparison"] {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.nav-links a[href*="/ai-tool-review-forum"]:hover,
.nav-links a[href*="/comparison"]:hover,
.nav-links .current-menu-item > a[href*="/ai-tool-review-forum"],
.nav-links .current_page_item > a[href*="/ai-tool-review-forum"],
.nav-links .current-menu-item > a[href*="/comparison"],
.nav-links .current_page_item > a[href*="/comparison"] {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.92), rgba(58, 160, 255, 0.96));
  border-color: transparent;
  color: #041a3f;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.header-widget-area {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

.header-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.header-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.mobile-menu-toggle .menu-icon,
.mobile-menu-toggle .menu-icon::before,
.mobile-menu-toggle .menu-icon::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-toggle .menu-icon {
  position: relative;
}

.mobile-menu-toggle .menu-icon::before {
  position: absolute;
  top: -8px;
}

.mobile-menu-toggle .menu-icon::after {
  position: absolute;
  top: 8px;
}

.mobile-menu-toggle.active .menu-icon {
  background: transparent;
}

.mobile-menu-toggle.active .menu-icon::before {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active .menu-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  padding: 5rem 0 3rem;
  background: linear-gradient(140deg, rgba(15, 23, 42, 0.96), rgba(9, 30, 62, 0.95));
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.45;
}

.hero::before {
  width: 340px;
  height: 340px;
  top: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(244, 180, 0, 0.5), transparent 55%);
}

.hero::after {
  width: 280px;
  height: 280px;
  left: -80px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(30, 115, 190, 0.4), transparent 55%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 460px);
  gap: 2.5rem;
  align-items: center;
}

.hero-copy h1 {
  margin-bottom: 1.5rem;
}

.hero-copy p {
  color: #cbd5e1;
  font-size: 1.05rem;
  max-width: 50rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.hero-card p {
  color: #dbe6f5;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.hero-card li {
  margin-bottom: 0.85rem;
  line-height: 1.75;
}

.section {
  padding: 4.5rem 0;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.section-header h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.filter-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.filter-panel select,
.filter-panel input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
}

.filter-panel .filter-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.filter-status {
  margin-top: 0.75rem;
  color: #d1f0d6;
  font-size: 0.95rem;
}

.tool-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.tool-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 600;
}

.tool-logo img {
  max-height: 48px;
  width: auto;
  display: block;
  margin-top: 0.5rem;
}

.submit-tool-page .contact-form-card {
  padding: 2rem;
}

.submit-tool-page .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 1rem;
}

.submit-tool-page label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #e2e8f0;
}

.submit-tool-page input[type="text"],
.submit-tool-page input[type="url"],
.submit-tool-page select,
.submit-tool-page textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.submit-tool-page .checkbox-label {
  align-items: center;
  flex-direction: row;
  margin-top: 1rem;
}

.submit-tool-page .checkbox-label input {
  margin-right: 0.75rem;
}

.submit-tool-page .success-panel {
  border: 1px solid rgba(36, 153, 111, 0.28);
  background: rgba(16, 185, 129, 0.08);
  color: #d1fae5;
}

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
}

.section-header p {
  max-width: 54rem;
  color: var(--muted);
}

.cards,
.features-grid,
.categories-grid,
.tool-grid,
.faq-grid,
.blog-grid,
.footer-grid,
.link-grid {
  display: grid;
  gap: 1.5rem;
}

.cards,
.features-grid,
.categories-grid,
.tool-grid,
.faq-grid,
.blog-grid,
.footer-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.tool-grid {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
}

.link-grid {
  grid-template-columns: repeat(4, minmax(140px, 1fr));
}

.card,
.category-card,
.feature-card,
.testimonial-card,
.blog-card,
.cta-panel,
.faq-item,
.internal-links,
.contact-form-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: var(--shadow);
}

.tool-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 100%;
  border-radius: 24px;
  padding: 1.8rem;
  background: linear-gradient(180deg, rgba(35, 43, 63, 0.9), rgba(28, 34, 52, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.tool-card:hover {
  transform: translateY(-8px);
  border-color: rgba(94, 175, 255, 0.28);
  background: linear-gradient(180deg, rgba(39, 50, 73, 0.94), rgba(29, 38, 58, 0.9));
}

.home-shell,
.content-shell {
  display: grid;
  gap: 2rem;
}

.home-hero {
  padding-top: 2rem;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 18%, rgba(96, 184, 255, 0.18), transparent 0 24%),
    radial-gradient(circle at 84% 16%, rgba(54, 126, 255, 0.18), transparent 0 20%),
    radial-gradient(circle at 76% 78%, rgba(40, 170, 255, 0.12), transparent 0 24%),
    linear-gradient(148deg, #01060f 0%, #041121 26%, #082241 56%, #0d3564 78%, #133f79 100%);
  border-radius: 32px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 34px 80px rgba(0, 0, 0, 0.26);
}

.home-hero::before,
.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.home-hero::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95) 0 1px, transparent 1.5px),
    radial-gradient(circle at 24% 54%, rgba(255, 255, 255, 0.88) 0 1.2px, transparent 1.7px),
    radial-gradient(circle at 38% 26%, rgba(193, 229, 255, 0.86) 0 1px, transparent 1.6px),
    radial-gradient(circle at 46% 76%, rgba(255, 255, 255, 0.76) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 58% 34%, rgba(215, 237, 255, 0.82) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 66% 62%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.6px),
    radial-gradient(circle at 79% 24%, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.5px),
    radial-gradient(circle at 86% 52%, rgba(198, 232, 255, 0.8) 0 1.15px, transparent 1.7px),
    radial-gradient(circle at 72% 82%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.6px),
    radial-gradient(circle at 18% 78%, rgba(203, 235, 255, 0.8) 0 1.1px, transparent 1.7px),
    linear-gradient(90deg, rgba(2, 7, 16, 0.78) 0%, rgba(2, 8, 18, 0.58) 38%, rgba(2, 10, 22, 0.18) 100%);
  opacity: 0.92;
}

.home-hero::after {
  background:
    radial-gradient(circle at 78% 36%, rgba(110, 207, 255, 0.92) 0 10%, rgba(64, 151, 255, 0.92) 11%, rgba(24, 84, 180, 0.94) 24%, rgba(8, 32, 92, 0.74) 31%, rgba(4, 18, 48, 0) 39%),
    radial-gradient(circle at 72% 30%, rgba(132, 227, 255, 0.22) 0 9%, rgba(36, 129, 255, 0.18) 18%, rgba(4, 16, 42, 0) 42%),
    radial-gradient(circle at 73% 35%, rgba(255, 255, 255, 0.12) 0 3%, rgba(255, 255, 255, 0) 8%),
    radial-gradient(circle at 85% 66%, rgba(66, 197, 255, 0.16), transparent 0 20%),
    linear-gradient(180deg, rgba(4, 8, 18, 0.04), rgba(3, 7, 16, 0.24));
  opacity: 0.95;
}

.home-hero > .container {
  position: relative;
  z-index: 1;
}

.home-hero .hero-copy h1,
.home-hero .hero-copy p,
.home-hero .hero-link-row a,
.home-hero .eyebrow {
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.48);
}

.home-hero .hero-copy p {
  color: rgba(232, 241, 255, 0.9);
}

.home-hero .hero-search input {
  background: rgba(8, 20, 39, 0.6);
  border-color: rgba(160, 211, 255, 0.14);
}

.home-hero-grid,
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 1.75rem;
  align-items: start;
}

.home-hero-copy,
.side-panel {
  min-width: 0;
}

.home-value-card,
.side-panel {
  background: linear-gradient(180deg, rgba(19, 35, 59, 0.95), rgba(11, 20, 38, 0.92));
  backdrop-filter: blur(10px);
}

.hero-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.hero-link-row a,
.text-link {
  color: #c0dcff;
  font-weight: 600;
}

.hero-link-row a:hover,
.text-link:hover {
  color: #ffe27a;
}

.metric-grid,
.curated-path-grid,
.home-proof-grid,
.process-steps,
.editorial-link-grid,
.support-grid,
.contact-methods,
.faq-detail-grid {
  display: grid;
  gap: 1.5rem;
}

.metric-grid,
.process-steps,
.support-grid,
.contact-methods {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.directory-overview-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.compact-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.curated-path-grid,
.editorial-link-grid,
.faq-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.5rem;
  align-items: end;
}

.compact-heading {
  grid-template-columns: 1fr;
}

.path-label,
.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d6e6ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-index {
  font-weight: 700;
}

.proof-card,
.step-card,
.contact-method-card {
  display: grid;
  gap: 1rem;
}

.directory-overview-card,
.trust-card {
  display: grid;
  gap: 0.8rem;
}

.directory-overview-card strong {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  color: #ffffff;
  line-height: 1.1;
}

.editorial-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(15, 42, 77, 0.82), rgba(48, 64, 102, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.editorial-band p {
  margin: 0;
  color: #dbe6f7;
}

.stack-list {
  display: grid;
  gap: 0.9rem;
}

.stack-link {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stack-link:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.stack-link strong {
  color: #fff;
}

.stack-link span {
  color: var(--muted);
  line-height: 1.6;
}

.insight-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.insight-list li {
  color: var(--muted);
  line-height: 1.7;
  padding-left: 1.2rem;
  position: relative;
}

.insight-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4b400, #ffe27a);
}

.section-actions {
  margin-top: 1.5rem;
}

.faq-detail {
  border-radius: 24px;
  padding: 1.4rem 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.faq-detail summary {
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.faq-detail summary::-webkit-details-marker {
  display: none;
}

.faq-detail p {
  margin-top: 1rem;
}

.page-hero h1 {
  margin-bottom: 1rem;
}

.page-hero p {
  max-width: 56rem;
}

.about-page-shell .page-hero,
.contact-page-shell .page-hero,
.faq-page-shell .page-hero {
  padding-top: 3rem;
}

.about-page-shell .split-layout > div:first-child,
.contact-page-shell .split-layout > div:first-child,
.faq-page-shell .split-layout > div:first-child {
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(6, 16, 33, 0.7), rgba(10, 23, 43, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.directory-picks-section {
  margin-top: 1rem;
}

.featured-section .tool-grid,
.directory-picks-section .tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tool-grid-compact .tool-card {
  padding: 1.6rem;
}

@media (max-width: 1080px) {
  .home-hero-grid,
  .split-layout,
  .split-heading,
  .metric-grid,
  .home-proof-grid,
  .process-steps,
  .directory-overview-grid,
  .trust-grid,
  .support-grid,
  .contact-methods,
  .compact-metric-grid,
  .curated-path-grid,
  .editorial-link-grid,
  .faq-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-grid,
  .split-layout,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .featured-section .tool-grid,
  .directory-picks-section .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .metric-grid,
  .home-proof-grid,
  .process-steps,
  .directory-overview-grid,
  .trust-grid,
  .support-grid,
  .contact-methods,
  .compact-metric-grid,
  .curated-path-grid,
  .editorial-link-grid,
  .faq-detail-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .featured-section .tool-grid,
  .directory-picks-section .tool-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    grid-template-columns: 1fr;
  }

  .tool-card-actions {
    grid-template-columns: 1fr;
  }

  .tool-logo {
    min-height: 132px;
  }

  .about-page-shell .split-layout > div:first-child,
  .contact-page-shell .split-layout > div:first-child,
  .faq-page-shell .split-layout > div:first-child,
  .home-hero-copy,
  .editorial-band {
    padding: 1.5rem;
  }

  .hero-link-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.tool-card-top {
  display: grid;
  gap: 0.7rem;
}

.tool-card-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.tool-card h3 {
  margin-bottom: 0;
}

.tool-card h3 a {
  color: #fff;
}

.tool-card p {
  color: #cbd5e1;
}

.tool-card-verdict {
  margin: 0;
  color: #dbe6f7;
  line-height: 1.75;
}

.tool-card-pick {
  background: linear-gradient(180deg, rgba(31, 44, 68, 0.96), rgba(23, 32, 51, 0.9));
}

.tool-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.tool-logo img {
  width: 100%;
  max-width: 100%;
  max-height: 118px;
  object-fit: contain;
}

.tool-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  background: rgba(244, 180, 0, 0.14);
  color: var(--accent2);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.tool-pick-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 180, 0, 0.2), rgba(255, 255, 255, 0.12));
  color: #fff4c3;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tool-card-use-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tool-card-use-cases span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d4e1f2;
  font-size: 0.8rem;
  font-weight: 700;
}

.tool-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: auto;
}

.tool-card-actions .btn {
  width: 100%;
}

.tool-card .btn-primary {
  width: 100%;
}

.cta-section {
  padding: 4rem 0;
  background: radial-gradient(circle at top, rgba(30, 115, 190, 0.16), transparent 35%),
    linear-gradient(135deg, rgba(30, 115, 190, 0.18), rgba(244, 180, 0.14));
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 24px;
}

.cta-panel h2 {
  margin: 0;
  color: #fff;
}

.cta-panel p {
  max-width: 42rem;
  color: #eaf4ff;
}

.faq-item {
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  padding: 1.4rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.faq-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: #cbd5e1;
}

.faq-item.open .faq-answer {
  padding-bottom: 1.5rem;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.internal-links {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
}

.builder-managed-page {
  display: grid;
  gap: 2rem;
}

.builder-managed-page .section {
  padding: 4rem 0;
}

.builder-managed-homepage .section:first-child,
.builder-managed-static-page .section:first-child {
  padding-top: 3rem;
}

.link-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  transition: transform 0.25s ease, background 0.25s ease;
}

.link-grid a:hover {
  transform: translateY(-1px);
  background: rgba(30, 115, 190, 0.16);
}

.footer,
footer {
  background: linear-gradient(180deg, rgba(6, 35, 61, 0.98), rgba(12, 47, 89, 0.98));
  color: var(--muted);
  padding-top: 2.25rem;
}

.footer-cta-panel {
  padding: 1.75rem 0 1.1rem;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.12), rgba(244, 180, 0, 0.08));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-cta-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.footer-cta-copy h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  line-height: 1.1;
  color: #fff;
}

.footer-cta-copy p {
  color: #d8e4ff;
  max-width: 42rem;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
}

.footer-top,
.footer-bottom {
  padding: 0 0 1.35rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  align-items: flex-start;
}

.footer-brand {
  display: grid;
  gap: 1rem;
}

.footer-logo {
  font-size: 1.45rem;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}

.footer-brand p,
.footer-column p {
  color: #cbd5e1;
  line-height: 1.9;
}

.footer-column h4,
.footer h4,
.footer h3,
.footer .widget-title,
.footer .footer-column .widget-title {
  color: #ffffff;
  margin-bottom: 0.8rem;
  font-size: clamp(0.95rem, 1.05vw, 1.15rem);
  line-height: 1.15;
}

.footer-column a,
.footer a {
  display: block;
  color: #9bb4d7;
  margin-bottom: 0.65rem;
  transition: color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.footer-column a:hover,
.footer a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-newsletter-form {
  display: grid;
  gap: 0.9rem;
}

.footer-newsletter-form input {
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.footer-newsletter-form .btn-primary {
  width: 100%;
}

.social-links {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.social-links a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  background: rgba(30, 115, 190, 0.95);
  transform: translateY(-2px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.75rem;
}

.footer-bottom p,
.footer-legal a {
  color: #94a3b8;
  font-size: 0.95rem;
}

.footer-legal {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #94a3b8;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #fff;
}

@media (max-width: 1060px) {
  .footer-cta-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 680px) {
  .footer {
    padding-top: 1.5rem;
  }

  .footer-cta-panel {
    padding: 1.15rem 0 0.85rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ad-placeholder {
  background: rgba(255, 255, 255, 0.06);
  border: 2px dashed rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  color: var(--muted);
}

.ad-placeholder::before {
  content: '📢 AdSense Ad Placeholder';
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #fff;
}

.newsletter {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.8rem;
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

.newsletter input {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.newsletter button {
  min-width: 150px;
}
.home-hero-copy {
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(3, 10, 22, 0.82), rgba(6, 18, 38, 0.68));
  border: 1px solid rgba(171, 214, 255, 0.12);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.newsletter-status {
  margin-top: 0.85rem;
  display: block;
  color: var(--accent2);
}

.home-hero .hero-copy h1 {
  color: #ffffff;
}
.blog-page,
.archive-page,
.single-post-page,
.standard-page {
.home-hero .eyebrow {
  color: #9dd3ff;
}
.home-hero .hero-link-row a {
  color: #d8ecff;
}
.home-hero .btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(180, 220, 255, 0.22);
  color: #ffffff;
}
.home-hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}
  position: relative;
}

.blog-hero,
.post-hero,
.page-hero {
  position: relative;
  padding: 4.5rem 0 2rem;
  overflow: hidden;
}

.blog-hero::before,
.blog-hero::after,
.post-hero::before,
.post-hero::after,
.page-hero::before,
.page-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.blog-hero::before,
.post-hero::before,
.page-hero::before {
  width: 420px;
  height: 420px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(30, 115, 190, 0.26), transparent 70%);
}

.blog-hero::after,
.post-hero::after,
.page-hero::after {
  width: 360px;
  height: 360px;
  bottom: -190px;
  left: -120px;
  background: radial-gradient(circle, rgba(244, 180, 0, 0.14), transparent 70%);
}

.blog-hero-grid,
.post-hero-shell,
.page-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 420px);
  gap: 1.75rem;
  align-items: stretch;
}

.blog-hero-copy,
.post-hero-copy,
.page-hero-copy {
  display: grid;
  gap: 1.25rem;
}

.blog-hero-copy h1,
.post-hero-copy h1,
.page-hero-copy h1 {
  letter-spacing: -0.04em;
}

.blog-hero-copy p,
.post-hero-copy p,
.page-hero-copy p {
  max-width: 48rem;
  font-size: 1.08rem;
  color: #d7e3f7;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 0 0 0.25rem;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #bed1e7;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  content: '/';
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs a,
.breadcrumbs span {
  color: inherit;
}

.breadcrumbs a:hover {
  color: #fff;
}

.blog-hero-panels {
  display: grid;
  gap: 1rem;
}

.blog-hero-panel,
.blog-cta-panel,
.post-hero-shell,
.post-article,
.post-sidebar-card,
.comments-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.blog-hero-panel {
  padding: 1.5rem;
  display: grid;
  gap: 0.45rem;
}

.blog-hero-panel strong {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #fff;
}

.blog-hero-panel span,
.blog-hero-panel p {
  color: #d4dfef;
}

.blog-hero-panel-accent {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.22), rgba(244, 180, 0, 0.14));
}

.archive-hero .blog-hero-copy p,
.search-hero .blog-hero-copy p {
  max-width: 42rem;
}

.topic-filter-bar {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.3rem;
}

.topic-filter-label {
  color: #bcd0e7;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topic-filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.topic-filter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d7e4f6;
  font-weight: 700;
}

.topic-filter-link:hover,
.topic-filter-link.is-current {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.92), rgba(58, 160, 255, 0.96));
  border-color: transparent;
  color: #041a3f;
}

.section-header-inline {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.post-grid {
  display: grid;
  gap: 1.6rem;
}

.post-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.post-card:hover {
  transform: translateY(-8px);
  border-color: rgba(58, 160, 255, 0.32);
  background: rgba(255, 255, 255, 0.11);
}

.post-card:nth-child(3n + 2) .post-card-media {
  background: linear-gradient(135deg, rgba(244, 180, 0, 0.22), rgba(30, 115, 190, 0.18));
}

.post-card:nth-child(3n) .post-card-media {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.18), rgba(30, 115, 190, 0.24));
}

.post-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.3), rgba(244, 180, 0, 0.16));
}

.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.post-card:hover .post-card-media img {
  transform: scale(1.04);
}

.post-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.post-card-body {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.post-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.82rem;
  color: #bfd0e8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.post-card-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.14);
  color: var(--accent2);
  font-size: 0.74rem;
  font-weight: 700;
}

.post-card-title {
  font-size: 1.45rem;
  line-height: 1.2;
}

.post-card-title a:hover {
  color: #fff;
}

.post-card-title a {
  color: #fff;
}

.post-card-excerpt {
  margin: 0;
  color: #cbd8ea;
}

.post-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #fff;
}

.post-card-featured {
  grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
  grid-template-rows: none;
}

.post-card-featured .post-card-media {
  aspect-ratio: auto;
  min-height: 100%;
}

.post-card-featured .post-card-body {
  padding: 2rem;
  align-content: center;
}

.post-card-featured .post-card-title {
  font-size: clamp(2rem, 3vw, 3rem);
}

.pagination-shell {
  margin-top: 2.5rem;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  position: static;
  inset: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  max-height: none;
}

.pagination .page-numbers {
  min-width: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #d9e6f7;
  font-weight: 700;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: linear-gradient(135deg, var(--accent), #3aa0ff);
  color: #041a3f;
  border-color: transparent;
}

.blog-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1.5rem;
  padding: 2rem;
}

.blog-cta-panel p {
  color: #d3e2f8;
}

.blog-cta-form {
  display: grid;
  gap: 0.85rem;
  align-content: center;
}

.blog-cta-form input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.blog-cta-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.search-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 420px);
}

.search-hero-panel {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.search-refine-form {
  display: grid;
  gap: 0.85rem;
}

.search-refine-form input {
  width: 100%;
  min-height: 3.5rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.search-refine-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.search-results-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.search-summary-chip {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.search-summary-chip strong,
.search-summary-chip span {
  display: block;
}

.search-summary-chip strong {
  font-size: 1.7rem;
  color: #fff;
}

.search-summary-chip span {
  color: #c7d6ea;
}

.search-section-header {
  margin-bottom: 1.8rem;
}

.search-empty-state {
  max-width: 720px;
  margin: 0 auto;
}

.search-empty-state .card {
  padding: 2rem;
}

.landing-page {
  position: relative;
}

.landing-hero {
  position: relative;
  padding: 4.5rem 0 2rem;
  overflow: hidden;
}

.landing-hero::before,
.landing-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.landing-hero::before {
  width: 460px;
  height: 460px;
  top: -190px;
  right: -120px;
  background: radial-gradient(circle, rgba(30, 115, 190, 0.25), transparent 70%);
}

.landing-hero::after {
  width: 360px;
  height: 360px;
  bottom: -180px;
  left: -130px;
  background: radial-gradient(circle, rgba(244, 180, 0, 0.16), transparent 70%);
}

.landing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 410px);
  gap: 1.75rem;
  align-items: stretch;
}

.landing-hero-copy {
  display: grid;
  gap: 1.2rem;
}

.landing-hero-copy h1 {
  letter-spacing: -0.04em;
}

.landing-hero-copy p {
  max-width: 46rem;
  color: #d9e5f7;
  font-size: 1.08rem;
}

.landing-hero-actions,
.landing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.landing-stats-shell {
  display: grid;
  gap: 1rem;
}

.landing-stat-card,
.metric-card,
.comparison-card,
.challenge-step,
.challenge-track-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.landing-stat-card {
  padding: 1.5rem;
  display: grid;
  gap: 0.4rem;
}

.landing-stat-card strong {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1;
  color: #fff;
}

.landing-stat-card span,
.landing-stat-card p {
  color: #d7e2f3;
}

.landing-stat-card-accent {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.22), rgba(244, 180, 0, 0.15));
}

.metric-grid,
.comparison-grid,
.challenge-track-grid {
  display: grid;
  gap: 1.5rem;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card {
  padding: 1.5rem;
}

.metric-card h3,
.challenge-step h3,
.challenge-track-card h3,
.comparison-card h3 {
  margin-bottom: 0.8rem;
}

.metric-card p,
.challenge-step p,
.challenge-track-card p,
.comparison-card p {
  margin-bottom: 0;
  color: #d1deef;
}

.comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comparison-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.comparison-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.3), rgba(244, 180, 0, 0.18));
}

.comparison-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-card-body {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.comparison-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: #bfd0e8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.comparison-card h3 a {
  color: #fff;
}

.comparison-card-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.comparison-card-fallback {
  grid-template-rows: 1fr;
}

.challenge-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.challenge-step {
  padding: 1.35rem;
}

.challenge-step strong {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.14);
  color: var(--accent2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.challenge-track-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.challenge-track-card {
  padding: 1.6rem;
}

.challenge-track-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: #d6e2f0;
}

.challenge-track-card li + li {
  margin-top: 0.6rem;
}

.landing-cta-section {
  padding-top: 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.plan-card {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.75rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.plan-card.is-featured {
  border-color: rgba(244, 180, 0, 0.55);
  background: linear-gradient(180deg, rgba(30, 115, 190, 0.16), rgba(255, 255, 255, 0.06));
}

.plan-tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.16);
  color: var(--accent2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}

.plan-price {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #fff;
  line-height: 1;
}

.plan-description {
  color: #dbe8ff;
}

.plan-features {
  margin: 0;
  padding-left: 1.15rem;
  color: #d6e2f0;
  display: grid;
  gap: 0.6rem;
}

.plan-card-footer {
  margin-top: auto;
}

.plan-paypal-form,
.plan-paypal-button {
  width: 100%;
}

.plan-admin-note {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
}

.plan-feedback-panel {
  padding: 1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.plan-feedback-panel.is-success {
  border-color: rgba(52, 211, 153, 0.35);
  background: rgba(52, 211, 153, 0.12);
}

.plan-feedback-panel.is-warning {
  border-color: rgba(244, 180, 0, 0.35);
  background: rgba(244, 180, 0, 0.12);
}

.smartbiztools-chatbot {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1200;
  display: grid;
  justify-items: end;
  gap: 0.85rem;
}

.smartbiztools-chatbot-launcher {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.98), rgba(58, 160, 255, 0.98));
  color: #041a3f;
  font-weight: 800;
  box-shadow: 0 20px 44px rgba(4, 18, 44, 0.34);
}

.smartbiztools-chatbot-launcher-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #f4b400;
  box-shadow: 0 0 0 6px rgba(244, 180, 0, 0.16);
}

.smartbiztools-chatbot-panel {
  width: min(380px, calc(100vw - 2rem));
  max-height: min(76vh, 640px);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10, 22, 43, 0.98), rgba(16, 29, 54, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.smartbiztools-chatbot-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.smartbiztools-chatbot-header strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.smartbiztools-chatbot-header p {
  margin: 0.3rem 0 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #bfd0e8;
}

.smartbiztools-chatbot-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

.smartbiztools-chatbot-messages {
  overflow-y: auto;
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
}

.smartbiztools-chatbot-message {
  display: flex;
}

.smartbiztools-chatbot-message p {
  margin: 0;
  max-width: 88%;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  color: #e2ecfa;
  line-height: 1.65;
  white-space: pre-wrap;
}

.smartbiztools-chatbot-message.is-bot p {
  background: rgba(255, 255, 255, 0.08);
  border-top-left-radius: 8px;
}

.smartbiztools-chatbot-message.is-user {
  justify-content: end;
}

.smartbiztools-chatbot-message.is-user p {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.95), rgba(58, 160, 255, 0.96));
  color: #041a3f;
  border-top-right-radius: 8px;
}

.smartbiztools-chatbot-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0 1rem 0.85rem;
}

.smartbiztools-chatbot-chip {
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dbe7f5;
  font-size: 0.8rem;
  font-weight: 700;
}

.smartbiztools-chatbot-chip:hover,
.smartbiztools-chatbot-close:hover {
  background: rgba(255, 255, 255, 0.14);
}

.smartbiztools-chatbot-handoff {
  display: grid;
  gap: 0.75rem;
  padding: 0 1rem 0.85rem;
}

.smartbiztools-chatbot-handoff-toggle {
  justify-self: start;
  padding: 0;
  background: transparent;
  color: #f4d37a;
  font-weight: 700;
}

.smartbiztools-chatbot-lead-form {
  display: grid;
  gap: 0.7rem;
}

.smartbiztools-chatbot-lead-form input,
.smartbiztools-chatbot-lead-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
}

.smartbiztools-chatbot-lead-form textarea {
  resize: vertical;
  min-height: 96px;
}

.smartbiztools-chatbot-lead-form .btn-secondary {
  width: 100%;
}

.smartbiztools-chatbot-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding: 0 1rem 0.85rem;
}

.smartbiztools-chatbot-form textarea {
  width: 100%;
  min-height: 52px;
  max-height: 140px;
  resize: none;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  outline: none;
}

.smartbiztools-chatbot-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.smartbiztools-chatbot-form .btn-primary {
  min-width: 88px;
}

.smartbiztools-chatbot-status {
  min-height: 1.25rem;
  margin: 0;
  padding: 0 1rem 1rem;
  color: #bfd0e8;
  font-size: 0.84rem;
}

@media (max-width: 767px) {
  .smartbiztools-chatbot {
    right: 0.85rem;
    left: 0.85rem;
    bottom: 0.85rem;
    justify-items: stretch;
  }

  .smartbiztools-chatbot-panel {
    width: 100%;
    max-height: min(72vh, 560px);
  }

  .smartbiztools-chatbot-launcher {
    justify-content: center;
  }
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.review-filter-section {
  padding-top: 0;
}

.comparison-filter-section,
.comparison-group-section {
  padding-top: 0;
}

.review-filter-panel,
.comparison-summary-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.review-filter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
}

.review-filter-field {
  display: grid;
  gap: 0.45rem;
}

.review-filter-field label {
  color: #dce6f7;
  font-weight: 700;
}

.review-filter-field select {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.review-filter-field input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.review-filter-field input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.review-filter-actions {
  display: flex;
  gap: 0.75rem;
  align-items: end;
  flex-wrap: wrap;
}

.review-filter-summary {
  color: #d7e3f7;
  max-width: 24rem;
}

.comparison-group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.comparison-group-card {
  display: grid;
  gap: 1rem;
}

.comparison-group-card h3 {
  margin-bottom: 0;
}

.comparison-group-card h3 a {
  color: #fff;
}

.comparison-group-links {
  display: grid;
  gap: 0.7rem;
}

.comparison-group-links a {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
}

.comparison-group-links a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.comparison-taxonomy-copy {
  align-content: start;
}

.comparison-term-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(30, 115, 190, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-term-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.78), rgba(244, 180, 0, 0.5));
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.comparison-term-brand-copy {
  display: grid;
  gap: 0.35rem;
}

.comparison-term-brand-copy strong {
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.35;
}

.comparison-taxonomy-tone {
  max-width: 44rem;
  margin-top: -0.4rem;
  color: #bed0e7;
}

.comparison-taxonomy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.comparison-taxonomy-filter-section {
  padding-top: 0;
}

.comparison-taxonomy-filter-panel {
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.7fr) auto;
}

.comparison-featured-section {
  padding-top: 0;
}

.comparison-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.25rem;
}

.comparison-feature-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.comparison-feature-card-compact {
  align-self: stretch;
}

.comparison-feature-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.3), rgba(244, 180, 0, 0.18));
}

.comparison-feature-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-feature-card-body {
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem;
}

.comparison-feature-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.comparison-feature-card h3 a {
  color: #fff;
}

.comparison-feature-card-compact h3 {
  font-size: 1.35rem;
}

.comparison-grid-empty-state {
  margin-top: 1.25rem;
}

.comparison-taxonomy-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.comparison-term-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.comparison-term-link-card {
  display: grid;
  gap: 0.9rem;
}

.comparison-term-link-card h3 {
  margin-bottom: 0;
}

.comparison-term-link-card h3 a {
  color: #fff;
}

.comparison-empty-state {
  display: grid;
  gap: 1rem;
  padding: 1.8rem;
}

.comparison-empty-state h3,
.comparison-empty-state p {
  margin-bottom: 0;
}

.review-card,
.review-score-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.review-card {
  display: grid;
  gap: 1.1rem;
  padding: 0 0 1.5rem;
  overflow: hidden;
}

.review-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.28), rgba(244, 180, 0, 0.18));
}

.review-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.review-card:hover .review-card-media img {
  transform: scale(1.04);
}

.review-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card-top,
.review-card-footer,
.review-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.review-card-meta {
  justify-content: flex-start;
  font-size: 0.82rem;
  color: #bfd0e8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-score-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.14);
  color: var(--accent2);
  font-weight: 800;
  font-size: 0.86rem;
}

.review-card-title {
  font-size: 1.45rem;
  line-height: 1.2;
}

.review-card-title a,
.review-card-link,
.review-card-author {
  color: #fff;
}

.review-card-excerpt {
  margin: 0;
  color: #d0ddef;
}

.review-card-verdict {
  margin: -0.2rem 0 0;
  color: #f4e1a0;
  font-weight: 700;
}

.review-card-link {
  font-weight: 700;
}

.review-pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
}

.review-pagination .page-numbers {
  min-width: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #d9e6f7;
  font-weight: 700;
}

.review-pagination .page-numbers.current,
.review-pagination .page-numbers:hover {
  background: linear-gradient(135deg, var(--accent), #3aa0ff);
  color: #041a3f;
  border-color: transparent;
}

.review-hero-shell {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.review-score-panel {
  padding: 1.75rem;
  display: grid;
  gap: 0.8rem;
  align-content: center;
}

.review-score-panel strong {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  color: #fff;
}

.review-score-panel span {
  color: #d8e4f6;
  font-weight: 700;
}

.review-linked-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
}

.review-score-panel p {
  color: #d2dff2;
  margin-bottom: 0;
}

.review-article {
  min-width: 0;
}

.review-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.review-highlight-card {
  padding: 1.35rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.review-highlight-card p {
  margin-bottom: 0;
  color: #d4e0f1;
}

.review-highlight-card-pros {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(255, 255, 255, 0.06));
}

.review-highlight-card-cons {
  background: linear-gradient(135deg, rgba(244, 180, 0, 0.14), rgba(255, 255, 255, 0.06));
}

.review-highlight-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #d4e0f1;
}

.review-highlight-list li + li {
  margin-top: 0.55rem;
}

.review-sidebar-card h3 {
  margin-bottom: 0.75rem;
}

.comparison-post-shell {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.comparison-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.comparison-tool-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.comparison-summary-card {
  padding: 1.35rem;
}

.comparison-summary-card p {
  margin-bottom: 0;
  color: #d5e0f1;
}

.tool-hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
}

.tool-hero-copy {
  align-content: start;
}

.tool-editor-verdict {
  margin: -0.2rem 0 0;
  color: #f4e1a0;
  font-weight: 700;
  font-size: 1.02rem;
}

.tool-detail-pills {
  margin-top: 0.25rem;
}

.tool-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.tool-hero-aside {
  display: grid;
  gap: 1rem;
}

.tool-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 24px;
}

.tool-score-panel {
  min-height: 0;
}

.tool-layout-grid {
  align-items: start;
}

.tool-article,
.tool-sidebar .post-sidebar-card {
  min-width: 0;
}

.tool-summary-grid,
.tool-highlight-grid,
.tool-pros-cons-grid {
  margin-bottom: 1.5rem;
}

.tool-content {
  color: #deebf8;
}

.tool-content > *:last-child {
  margin-bottom: 0;
}

.tool-content h2,
.tool-content h3,
.tool-content h4 {
  color: #fff;
  margin: 2rem 0 1rem;
}

.tool-content p,
.tool-content li {
  color: #d6e2f0;
  line-height: 1.9;
}

.tool-content ul,
.tool-content ol {
  padding-left: 1.2rem;
}

.tool-sidebar {
  display: grid;
  gap: 1.25rem;
}

.page-hero-shell,
.page-article,
.page-sidebar-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.page-hero-shell {
  padding: 2rem;
}

.page-hero-excerpt {
  font-size: 1.08rem;
  max-width: 44rem;
}

.page-hero-panel {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-height: 280px;
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.22), rgba(244, 180, 0, 0.14));
}

.page-hero-panel strong {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #fff;
}

.page-hero-panel span {
  color: #d9e5f7;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 24px;
}

.page-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.75rem;
  align-items: start;
}

.page-article {
  padding: 2rem;
}

.page-content {
  color: #deebf8;
  font-size: 1.04rem;
}

.page-content > *:last-child {
  margin-bottom: 0;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 2rem 0 1rem;
  color: #fff;
}

.page-content p,
.page-content li {
  color: #d6e2f0;
  line-height: 1.9;
}

.page-content ul,
.page-content ol {
  padding-left: 1.2rem;
  margin: 0 0 1.4rem;
}

.page-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 1.6rem;
  border-left: 4px solid var(--accent2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.page-content a {
  color: #7dc4ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.page-content img {
  border-radius: 24px;
}

.page-sidebar {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 6rem;
}

.page-sidebar-card {
  padding: 1.5rem;
}

.page-sidebar-card h3 {
  margin-bottom: 0.75rem;
}

.page-sidebar-card p {
  color: #d5e0f1;
  margin-bottom: 0;
}

.page-sidebar-card-accent {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.24), rgba(244, 180, 0, 0.14));
}

.page-nav-list {
  display: grid;
  gap: 0.7rem;
}

.page-nav-link {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e1ebf8;
  font-weight: 700;
}

.page-nav-link:hover,
.page-nav-link.is-current {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.post-hero-shell {
  padding: 2rem;
}

.post-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  color: #d2def0;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.post-hero-excerpt {
  font-size: 1.08rem;
  max-width: 46rem;
}

.post-author-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.post-author-row strong,
.post-author-row span {
  display: block;
}

.post-author-row span {
  color: #b9cbe2;
}

.post-author-avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.post-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 24px;
}

.post-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.75rem;
  align-items: start;
}

.post-article {
  padding: 2rem;
}

.post-content {
  color: #e1ebf7;
  font-size: 1.05rem;
}

.post-content > *:last-child {
  margin-bottom: 0;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin: 2rem 0 1rem;
  color: #fff;
}

.post-content p,
.post-content li {
  color: #d7e1f1;
  line-height: 1.9;
}

.post-content ul,
.post-content ol {
  padding-left: 1.2rem;
  margin: 0 0 1.4rem;
}

.post-content a {
  color: #7dc4ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.post-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 1.6rem;
  border-left: 4px solid var(--accent2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.post-content img {
  border-radius: 24px;
}

.post-content > p:first-child {
  font-size: 1.12rem;
  color: #ecf3fb;
}

.post-content pre,
.post-content code {
  font-family: Consolas, Monaco, 'Courier New', monospace;
}

.post-content pre {
  overflow-x: auto;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(3, 10, 22, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-links {
  margin-top: 2rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.post-article-footer {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.post-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.post-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dce8f7;
}

.post-nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.post-nav-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.post-nav-card a {
  color: #fff;
  font-weight: 700;
}

.post-nav-card-next {
  justify-content: flex-end;
  text-align: right;
}

.post-sidebar {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 6rem;
}

.post-sidebar-card {
  padding: 1.5rem;
}

.post-sidebar-card h3 {
  margin-bottom: 0.75rem;
}

.post-sidebar-card p {
  color: #d5e0f1;
  margin-bottom: 0;
}

.post-sidebar-card-accent {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.24), rgba(244, 180, 0, 0.14));
}

.post-sidebar-card .btn-primary {
  margin-top: 1rem;
}

.post-facts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.95rem;
}

.post-facts-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #d5e0f1;
}

.post-facts-list span {
  color: #b6c7de;
}

.related-posts-section {
  padding-top: 0;
}

.comments-shell {
  padding: 2rem;
}

.comments-shell label,
.comments-shell .comment-reply-title,
.comments-shell .comments-title {
  color: #fff;
}

.comments-shell input,
.comments-shell textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@media (max-width: 1080px) {
  .blog-hero-grid,
  .post-hero-shell,
  .post-layout-grid,
  .blog-cta-panel,
  .post-card-featured,
  .search-hero-grid,
  .page-hero-shell,
  .page-layout-grid,
  .landing-hero-grid,
  .metric-grid,
  .comparison-grid,
  .challenge-track-grid,
  .review-grid,
  .review-hero-shell,
  .review-highlights-grid,
  .comparison-post-shell,
  .comparison-summary-grid,
  .comparison-group-grid,
  .comparison-term-directory-grid,
  .comparison-featured-grid {
    grid-template-columns: 1fr;
  }

  .post-sidebar,
  .page-sidebar {
    position: static;
  }
}

@media (max-width: 900px) {
  .post-grid-3,
  .post-nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .challenge-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .blog-hero,
  .post-hero,
  .page-hero,
  .landing-hero {
    padding: 3.75rem 0 1.5rem;
  }

  .post-grid-3,
  .post-nav-links,
  .blog-cta-panel,
  .search-results-summary {
    grid-template-columns: 1fr;
  }

  .review-filter-panel {
    grid-template-columns: 1fr;
  }

  .tool-hero-shell {
    grid-template-columns: 1fr;
  }

  .tool-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .comparison-term-brand {
    grid-template-columns: 1fr;
  }

  .comparison-taxonomy-filter-panel {
    grid-template-columns: 1fr;
  }

  .comparison-taxonomy-actions,
  .comparison-taxonomy-chip-row {
    flex-direction: column;
    align-items: stretch;
  }

  .post-card-body,
  .post-article,
  .post-sidebar-card,
  .comments-shell,
  .post-hero-shell,
  .blog-cta-panel,
  .page-hero-shell,
  .page-article,
  .page-sidebar-card {
    padding: 1.5rem;
  }

  .section-header-inline {
    align-items: start;
  }

  .landing-hero-actions,
  .landing-cta-actions {
    flex-direction: column;
  }

  .landing-hero-actions .btn-primary,
  .landing-hero-actions .btn-ghost,
  .landing-cta-actions .btn-primary,
  .landing-cta-actions .btn-secondary,
  .review-filter-actions .btn-primary,
  .review-filter-actions .btn-ghost {
    width: 100%;
  }

  .topic-filter-links,
  .breadcrumbs ol {
    gap: 0.55rem;
  }

  .topic-filter-link,
  .page-nav-link {
    width: 100%;
    justify-content: flex-start;
  }

  .post-nav-card-next {
    justify-content: flex-start;
    text-align: left;
  }

  .challenge-timeline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .blog-hero-copy p,
  .post-hero-copy p,
  .page-hero-copy p,
  .landing-hero-copy p,
  .post-hero-excerpt,
  .page-hero-excerpt,
  .post-content,
  .page-content {
    font-size: 1rem;
  }

  .post-card-title {
    font-size: 1.25rem;
  }

  .post-card-featured .post-card-title {
    font-size: 1.8rem;
  }

  .breadcrumbs li,
  .topic-filter-label,
  .post-card-meta,
  .post-hero-meta,
  .comparison-card-meta,
  .review-card-meta {
    font-size: 0.76rem;
  }

  .page-hero-panel,
  .search-hero-panel,
  .blog-hero-panel,
  .landing-stat-card,
  .metric-card,
  .challenge-step,
  .challenge-track-card,
  .comparison-card-body,
  .review-card,
  .review-score-panel {
    padding: 1.25rem;
  }

  .review-card {
    padding-top: 0;
  }

  .page-hero-panel,
  .page-hero-media img,
  .post-hero-image img {
    min-height: 220px;
  }
}

@media (max-width: 1080px) {

  .hero-grid,
  .about-grid,
  .cta-panel,
  .section-header,
  .tool-grid,
  .faq-grid,
  .link-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: fixed;
    inset: 0.75rem 1rem auto;
    margin: 0;
    padding: 1.5rem;
    background: rgba(6, 35, 61, 0.98);
    border-radius: 28px;
    flex-direction: column;
    gap: 0.9rem;
    z-index: 1100;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.32);
    overflow-y: auto;
    max-height: calc(100vh - 2rem);
  }

  .nav-links.mobile-open {
    display: flex;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .nav-links a {
    width: 100%;
  }

  .header-widget-area {
    width: 100%;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .header-actions .btn-primary,
  .header-actions .btn-secondary {
    width: 48%;
  }

  .hero {
    padding: 4rem 0 2rem;
  }

  .hero-grid {
    gap: 1.75rem;
  }

  .hero::before,
  .hero::after {
    width: 220px;
    height: 220px;
  }

  .hero::before {
    top: -50px;
    right: -50px;
  }

  .hero::after {
    left: -50px;
    bottom: -50px;
  }

  .tool-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .card,
  .feature-card,
  .testimonial-card,
  .blog-card,
  .faq-item,
  .internal-links,
  .cta-panel,
  .contact-form-card {
    padding: 1.5rem;
    border-radius: 20px;
  }

  .newsletter form {
    grid-template-columns: 1fr;
  }

  .newsletter button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .navbar {
    padding: 0.85rem 0;
  }

  .hero {
    padding: 3rem 0 1.5rem;
  }

  .hero-copy h1 {
    font-size: 2.25rem;
  }

  .hero-copy p,
  .section-header p {
    font-size: 0.98rem;
  }

  .section {
    padding: 3rem 0;
  }

  .container {
    width: min(var(--maxw), calc(100% - 1.5rem));
  }
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  gap: 2rem;
  align-items: stretch;
}

.hero-aside {
  display: grid;
  gap: 1.5rem;
}

.hero-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.hero-search input {
  width: 100%;
  min-height: 3.5rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hero-search input::placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.hero-search button {
  min-width: 160px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.25rem 1.4rem;
  color: #e2e8f0;
}

.stat-card strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 0.5rem;
}

.categories-grid,
.tool-grid,
.cards,
.testimonials,
.faq-grid,
.link-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.testimonials {
  display: grid;
  gap: 1.5rem;
}

.testimonial-card {
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 1.25rem;
}

.faq-item {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.faq-toggle {
  width: 100%;
  padding: 1.4rem 1.5rem;
  border: none;
  background: rgba(30, 115, 190, 0.16);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 999px;
  padding: 1rem 1.5rem 1.5rem;
}

.hero-aside .highlight-card {
  padding: 2rem;
}

.internal-links {
  padding-top: 0;
}

@media (max-width: 1080px) {

  .hero-inner,
  .stats-grid,
  .faq-grid,
  .categories-grid,
  .tool-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }
}

/* Elementor Compatibility */
.elementor-section {
  margin-bottom: 0;
}

.elementor-container {
  max-width: 1200px;
}

.elementor-widget-container {
  margin-bottom: 0;
}