/* =============================================
   THE WP CRAFT — Premium Light SaaS Theme
   Linear · Framer · Apple inspired
   ============================================= */

@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Sora:wght@100..800&display=swap");
/* @font-face {
  font-family: "alfabet";
  src: url("../fonts/alfabet.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */
@import url("https://use.typekit.net/kuc8pxi.css");

.theme-premium {
  --primary: #fd3a25;
  --primary-rgb: 253, 58, 37;
  --primary-soft: rgba(253, 58, 37, 0.1);
  --primary-glow: rgba(253, 58, 37, 0.25);
  /* style.css uses --accent for some shared UI parts */
  --accent: var(--primary);
  --accent-hover: #ff6b5a;
  --accent-glow: var(--primary-glow);
  --text: #09090b;
  --text-muted: #61666a;
  --text-gradient: linear-gradient(95.5deg, #fe8174 1.91%, #fd3a25 43.92%);
  --bg: #f5f7fa;
  --bg-alt: #eef1f6;
  --card: rgba(255, 255, 255, 0.75);
  --card-solid: #ffffff;
  --border: rgba(255, 255, 255, 0.4);
  --border-dark: rgba(9, 9, 11, 0.06);
  --shadow: 0 8px 32px rgba(9, 9, 11, 0.06), 0 2px 8px rgba(9, 9, 11, 0.04);
  --shadow-lg:
    0 24px 64px rgba(9, 9, 11, 0.08), 0 8px 24px rgba(9, 9, 11, 0.04);
  --shadow-nav:
    0 4px 24px rgba(9, 9, 11, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  --radius: 20px;
  --radius-pill: 999px;
  --sora-font: "sora", system-ui, sans-serif;
  --playfair-font: "Playfair", system-ui, sans-serif;
  --alfabet-font: "alfabet", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --primary-color: var(--text);
  --background-color: var(--bg);
  --font-family: var(--sora-font);

  --shadow-sm: 0 4px 24px rgba(31, 61, 54, 0.06);
  --shadow-md: 0 12px 40px rgba(31, 61, 54, 0.1);
  --shadow-lg: 0 24px 64px rgba(31, 61, 54, 0.14);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --bg-dark: #0f1f1c;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.5);
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --gray-color: #dce8e4;
}

body.theme-premium li,
body.theme-premium a,
body.theme-premium span:not([class*="fa-"]),
body.theme-premium .tw-heading {
  font-family: var(--sora-font) !important;
}

body.theme-premium {
  font-family: var(--sora-font) !important;
  background: var(--bg) !important;
  color: var(--text) !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.theme-premium *:not(i):not([class*="fa-"]) {
  font-family: inherit;
}

/* ── Headings — Bricolage Grotesque (IndiaNIC style) ── */
body.theme-premium h1,
body.theme-premium h2,
body.theme-premium h3,
body.theme-premium h4,
body.theme-premium h5,
body.theme-premium h6,
body.theme-premium .tw-heading,
body.theme-premium .tw-hero-title,
body.theme-premium .tw-plugin-hero-title,
body.theme-premium .tw-page-title,
body.theme-premium .tw-showcase-title {
  font-family: var(--alfabet-font) !important;
  color: var(--text);
  font-weight: 750;
  line-height: 1.12;
  /* letter-spacing: -0.04em; */
}

/* Large display headings — extra tight */
body.theme-premium h1,
body.theme-premium .tw-hero-title,
body.theme-premium .tw-plugin-hero-title,
body.theme-premium .tw-page-title {
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

/* h2 section headings */
body.theme-premium h2,
body.theme-premium .tw-heading {
  letter-spacing: -0.04em;
  font-weight: 750;
}

/* h4/h5 card titles */
body.theme-premium h4,
body.theme-premium h5 {
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* ── Body text — Inter ── */
body.theme-premium {
  font-family: var(--sora-font) !important;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.theme-premium p,
body.theme-premium .tw-text {
  font-family: var(--sora-font) !important;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
  font-weight: 400;
}

/* body.theme-premium li,
body.theme-premium a,
body.theme-premium span:not([class*="fa-"]) {
  font-family: var(--sora-font) !important;
} */

/* Nav links Inter */
body.theme-premium .tw-nav-link {
  font-family: var(--sora-font) !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Labels / badges */
body.theme-premium .tw-label {
  font-family: var(--sora-font) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.theme-premium .tw-badge {
  font-family: var(--sora-font) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
body.theme-premium span.tw-gradient-text {
  font-family: var(--playfair-font) !important;
  text-transform: capitalize;
}

/* ─── FLOATING GLASS NAVBAR ─── */
.tw-nav-float {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 0 20px;
  pointer-events: none;
  animation: navSlideDown 0.8s var(--ease) both;
}
@keyframes navSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tw-nav-glass {
  pointer-events: all;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 8px 18px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-pill);
  box-shadow:
    0 4px 32px rgba(9, 9, 11, 0.07),
    0 1px 0 rgba(255, 255, 255, 1) inset;
  transition: all 0.4s var(--ease);
  border: 1px solid #fd3a2536;
}
.tw-nav-float.scrolled .tw-nav-glass {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(40px) saturate(200%);
  -webkit-backdrop-filter: blur(40px) saturate(200%);
  box-shadow:
    0 8px 40px rgba(9, 9, 11, 0.1),
    0 1px 0 rgba(255, 255, 255, 1) inset;
  border-color: rgba(255, 255, 255, 0.9);
}

.tw-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  grid-column: 1;
  z-index: 2;
}
.tw-brand-text {
  font-family: var(--alfabet-font) !important;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.tw-brand img {
  width: 200px;
}

/* Desktop: menu always visible, centered */
.tw-nav-collapse {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tw-nav-links li {
  margin: 0;
  padding: 0;
}
.tw-nav-link {
  position: relative;
  display: block;
  padding: 10px 14px;
  font-family: var(--sora-font) !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  white-space: nowrap;
  border-radius: var(--radius-pill);
  transition:
    color 0.25s var(--ease),
    background 0.25s var(--ease);
}
.tw-nav-link::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.3s var(--ease);
}
.tw-nav-link:hover {
  color: var(--primary);
  background: rgba(253, 58, 37, 0.05);
}
.tw-nav-link.active {
  color: var(--primary);
  font-weight: 600;
}
.tw-nav-link:hover::after,
.tw-nav-link.active::after {
  width: calc(100% - 28px);
}

.tw-btn-nav-desktop {
  grid-column: 3;
  flex-shrink: 0;
  padding: 11px 20px !important;
  font-size: 14px !important;
  white-space: nowrap;
}
.tw-btn-nav-mobile {
  width: 100%;
  margin-top: 12px;
  justify-content: center;
}

/* ─── PLUGINS DROPDOWN ─── */
.tw-has-dropdown {
  position: relative;
}

/* Arrow icon inside trigger link */
.tw-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.tw-arrow {
  transition: transform 0.3s var(--ease);
  flex-shrink: 0;
}
.tw-has-dropdown:hover .tw-arrow,
.tw-has-dropdown:focus-within .tw-arrow {
  transform: rotate(180deg);
}

/* Dropdown panel */
.tw-dropdown {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition:
    opacity 0.3s var(--ease),
    transform 0.3s var(--ease),
    visibility 0.3s;
  z-index: 200;
}
.tw-has-dropdown:hover .tw-dropdown,
.tw-has-dropdown:focus-within .tw-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.tw-dropdown-inner {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(9, 9, 11, 0.07);
  border-radius: 20px;
  box-shadow:
    0 4px 6px -1px rgba(9, 9, 11, 0.06),
    0 20px 48px -8px rgba(9, 9, 11, 0.12);
  padding: 8px;
  overflow: hidden;
}

/* Dropdown items */
.tw-dropdown-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  transition: background 0.2s var(--ease);
  color: var(--text);
}
.tw-dropdown-item:hover {
  background: var(--bg);
  color: var(--text);
}
.tw-dropdown-item:hover .tw-drop-icon {
  background: var(--primary-soft);
  color: var(--primary);
}
.tw-drop-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: var(--bg-alt);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--text-muted);
  transition:
    background 0.2s,
    color 0.2s;
  -webkit-transition:
    background 0.2s,
    color 0.2s;
  -moz-transition:
    background 0.2s,
    color 0.2s;
  -ms-transition:
    background 0.2s,
    color 0.2s;
  -o-transition:
    background 0.2s,
    color 0.2s;
}
.tw-dropdown-item .tw-dropdown-item-content strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
  line-height: 1.3;
}
.tw-dropdown-item .tw-dropdown-item-content span {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
}
.tw-dropdown-divider {
  height: 1px;
  background: var(--border-dark);
  margin: 6px 8px;
}
.tw-dropdown-cta .tw-drop-icon {
  background: var(--primary-soft);
  color: var(--primary);
}
.tw-dropdown-cta strong {
  color: var(--primary);
}

/* Mobile: dropdown shown inline (no hover, accordion style) */
@media (max-width: 991.98px) {
  .tw-dropdown {
    position: static;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: 100%;
    display: none;
  }
  .tw-has-dropdown.open .tw-dropdown {
    display: flex;
    justify-content: center;
    animation: navMenuOpen 0.3s var(--ease);
    -webkit-animation: navMenuOpen 0.3s var(--ease);
  }
  .tw-dropdown-inner {
    border-radius: 16px;
    margin-top: 6px;
    box-shadow: none;
    border: 1px solid var(--border-dark);
    width: max-content;
  }
  .tw-dropdown-trigger {
    justify-content: center;
    width: 100%;
  }
  .tw-has-dropdown:hover .tw-arrow,
  .tw-has-dropdown:focus-within .tw-arrow,
  .tw-has-dropdown .tw-arrow {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .tw-has-dropdown.open .tw-arrow {
    transform: rotate(180deg);
  }
}

.tw-nav-toggle {
  grid-column: 2;
  justify-self: end;
  border: none;
  background: var(--bg-alt);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 3;
  transition: background 0.3s;
}
.tw-nav-toggle:hover {
  background: #e8ecf0;
}
.tw-nav-toggle .tw-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition:
    transform 0.3s var(--ease),
    opacity 0.3s;
}
.tw-nav-toggle[aria-expanded="true"] .tw-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.tw-nav-toggle[aria-expanded="true"] .tw-bar:nth-child(2) {
  opacity: 0;
}
.tw-nav-toggle[aria-expanded="true"] .tw-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ─── Desktop (lg+) ─── */
@media (min-width: 992px) {
  .tw-nav-glass {
    grid-template-columns: minmax(140px, auto) 1fr minmax(150px, auto);
    padding: 8px 12px 8px 20px;
  }

  .tw-nav-toggle {
    display: none !important;
  }

  /* Override Bootstrap collapse hide on desktop */
  .tw-nav-collapse {
    display: flex !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible !important;
  }
  .tw-nav-collapse.collapse:not(.show) {
    display: flex !important;
  }

  .tw-btn-nav-desktop {
    display: inline-flex !important;
  }
}

/* ─── Mobile & tablet ─── */
@media (max-width: 991.98px) {
  .tw-nav-glass {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    padding: 10px 12px 10px 16px;
    border-radius: 28px;
    gap: 0px;
    background-color: rgba(255, 255, 255, 1);
  }

  .tw-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .tw-nav-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .tw-btn-nav-desktop {
    display: none !important;
  }

  .tw-nav-collapse {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 4px;
  }

  .tw-nav-collapse:not(.show) {
    display: none !important;
  }

  .tw-nav-collapse.show {
    display: flex !important;
    padding-top: 12px;
    border-top: 1px solid var(--border-dark);
    animation: navMenuOpen 0.35s var(--ease);
  }

  @keyframes navMenuOpen {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .tw-nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }
  .tw-nav-links li {
    display: flex;
    justify-content: center;
  }
  .tw-nav-links li.tw-has-dropdown {
    flex-direction: column;
    align-items: center;
  }

  .tw-nav-link {
    padding: 14px 16px;
    text-align: center;
    font-size: 15px;
    width: max-content;
  }

  .tw-nav-link::after {
    bottom: 10px;
  }
  .tw-btn-dark.tw-btn-nav.tw-btn-nav-mobile {
    width: max-content;
  }
}

/* ─── BUTTONS ─── */
.tw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.35s var(--ease);
  font-family: var(--sora-font) !important;
}
.tw-btn-dark {
  background: var(--text);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(9, 9, 11, 0.2);
}
.tw-btn-dark:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 12px 32px rgba(9, 9, 11, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  color: #fff !important;
}
.tw-btn-primary {
  background: var(--primary);
  color: #fff !important;
}
.tw-btn-primary:hover {
  background: #e83522;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px var(--primary-glow);
  color: #fff !important;
}
.tw-btn-glass {
  background: var(--card);
  border: 1px solid var(--gray-color);
  color: var(--text) !important;
  backdrop-filter: blur(8px);
}
.tw-btn-glass:hover {
  background: var(--card-solid);
  border-color: var(--border-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  color: var(--text) !important;
}
.tw-btn-lg {
  padding: 16px 32px;
  font-size: 16px;
}
.tw-btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}

/* ─── TYPOGRAPHY ─── */
.tw-gradient-text {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 2px;
}
.tw-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}
.tw-heading {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.tw-text {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 560px;
}
.tw-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    gap 0.3s,
    color 0.3s;
}
.tw-link:hover {
  color: var(--primary);
  gap: 10px;
}

.tw-badge {
  display: inline-block;
  padding: 8px 16px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  margin-bottom: 24px;
  border: 1px solid rgba(253, 58, 37, 0.15);
}

/* ─── GLASS CARD ─── */
/* ─── PREMIUM GLASSMORPHISM CARD ─── */
.tw-glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  box-shadow:
    0 4px 24px rgba(9, 9, 11, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 -1px 0 rgba(9, 9, 11, 0.04) inset;
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    border-color 0.3s;
}
.tw-glass-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 56px rgba(9, 9, 11, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  border-color: rgba(255, 255, 255, 0.85);
}

/* ─── HERO ─── */
.page-home .site-main {
  padding-top: 0;
}
/* .page-inner .site-main { padding-top: 100px; } */

.tw-hero {
  position: relative;
  padding: clamp(140px, 18vh, 180px) 0 clamp(80px, 10vh, 120px);
  overflow: hidden;
}
.tw-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0.5;
}
.tw-glow-1 {
  width: 500px;
  height: 500px;
  background: rgba(253, 58, 37, 0.18);
  top: -10%;
  right: -5%;
  animation: floatGlow 12s ease-in-out infinite;
}
.tw-glow-2 {
  width: 350px;
  height: 350px;
  background: rgba(253, 58, 37, 0.08);
  bottom: 0;
  left: -10%;
  animation: floatGlow 16s ease-in-out infinite reverse;
}
.tw-glow-3 {
  width: 200px;
  height: 200px;
  background: rgba(97, 102, 106, 0.06);
  top: 40%;
  left: 40%;
  animation: floatGlow 10s ease-in-out infinite 2s;
}
@keyframes floatGlow {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(24px, -30px);
  }
}

.tw-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}
.tw-hero-desc {
  font-size: 1.125rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 480px;
}
.tw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
.tw-hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tw-avatars {
  display: flex;
}
.tw-avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--text);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bg);
  margin-left: -8px;
}
.tw-avatars span:first-child {
  margin-left: 0;
}
.tw-hero-trust p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

/* Hero dashboard */
.tw-hero-visual {
  position: relative;
  padding: 20px;
}
.tw-dashboard {
  overflow: hidden;
  animation: floatCard 6s ease-in-out infinite;
}
@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.tw-dash-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-dark);
  background: rgba(255, 255, 255, 0.5);
}
.tw-dash-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.tw-dash-header span:nth-child(1) {
  background: #ff5f57;
}
.tw-dash-header span:nth-child(2) {
  background: #febc2e;
}
.tw-dash-header span:nth-child(3) {
  background: #28c840;
}
.tw-dash-header small {
  margin-left: auto;
  font-size: 11px;
  color: var(--text-muted);
}
.tw-dash-body {
  padding: 20px;
}
.tw-dash-stat label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tw-dash-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: var(--sora-font) !important;
}
.tw-dash-stat em {
  font-size: 12px;
  font-style: normal;
  color: #22c55e;
}
.tw-dash-stat em.up::before {
  content: "↑ ";
}
.tw-dash-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 64px;
  margin: 16px 0;
}
.tw-dash-chart span {
  flex: 1;
  height: var(--h);
  background: linear-gradient(180deg, var(--primary), rgba(253, 58, 37, 0.3));
  border-radius: 6px 6px 2px 2px;
}
.tw-dash-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--primary-soft);
  border-radius: 14px;
  border: 1px solid rgba(253, 58, 37, 0.12);
}
.tw-dash-alert i {
  color: var(--primary);
  font-size: 18px;
}
.tw-dash-alert strong {
  display: block;
  font-size: 13px;
}
.tw-dash-alert span {
  font-size: 12px;
  color: var(--text-muted);
}
.tw-float-chip {
  position: absolute;
  padding: 10px 16px;
  background: var(--card-solid);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 8px;
  animation: floatCard 5s ease-in-out infinite;
}
.tw-float-chip i {
  color: var(--primary);
}
.tw-chip-1 {
  top: 5%;
  right: 0;
  animation-delay: -1s;
}
.tw-chip-2 {
  bottom: 10%;
  left: 0;
  animation-delay: -2s;
}

/* ─── SECTIONS ─── */
.tw-section {
  padding: clamp(72px, 10vh, 120px) 0;
  position: relative;
}
.tw-section-alt {
  background: var(--bg-alt);
}
.tw-section-head {
  margin-bottom: 56px;
}
.tw-section-head-row .tw-heading {
  margin-bottom: 0;
}

.tw-check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.tw-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  color: var(--text-muted);
}
.tw-check-list i {
  width: 22px;
  height: 22px;
  background: var(--primary-soft);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.tw-stats-card {
  padding: 32px;
}
.tw-stat-item strong {
  display: block;
  font-family: var(--sora-font) !important;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
}
.tw-stat-item small {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Services */
.tw-service-card {
  padding: 32px;
  height: 100%;
}
.tw-service-card:hover {
  transform: translateY(-6px);
}
.tw-service-icon {
  width: 52px;
  height: 52px;
  background: var(--primary-soft);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: box-shadow 0.35s;
}
.tw-service-card:hover .tw-service-icon {
  box-shadow: 0 0 24px var(--primary-glow);
}
.tw-service-icon i {
  font-size: 22px;
  color: var(--primary);
}
.tw-service-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.tw-service-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* Plugins */
.tw-plugin-card {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.tw-plugin-card:hover {
  transform: translateY(-8px);
}
.tw-plugin-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--bg-alt);
}
.tw-plugin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.tw-plugin-card:hover .tw-plugin-img img {
  transform: scale(1.05);
}
.tw-plugin-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.tw-plugin-placeholder i {
  font-size: 48px;
  color: var(--text-muted);
  opacity: 0.3;
}
.tw-plugin-body {
  padding: 24px;
}
.tw-plugin-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.tw-tag {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  background: var(--primary-soft);
  color: var(--primary);
  border-radius: var(--radius-pill);
}
.tw-rating {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.tw-rating i {
  color: #f59e0b;
}
.tw-plugin-body h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.tw-plugin-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}
.tw-popular {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}
.tw-plugin-featured {
  border-color: rgba(253, 58, 37, 0.2);
  box-shadow: 0 8px 40px var(--primary-glow);
}

/* Testimonials */
.tw-testimonial-wrap {
  padding: 48px;
}
.tw-testimonial-slide {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
}
.tw-stars {
  color: #f59e0b;
  letter-spacing: 4px;
  margin-bottom: 24px;
  font-size: 18px;
}
.tw-testimonial-slide p {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 32px;
}
.tw-testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.tw-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--text);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-testimonial-author strong {
  display: block;
  font-size: 15px;
}
.tw-testimonial-author span {
  font-size: 13px;
  color: var(--text-muted);
}
.tw-swiper-dots {
  margin-top: 24px !important;
}
.tw-swiper-dots .swiper-pagination-bullet {
  background: var(--text);
  opacity: 0.15;
  width: 8px;
  height: 8px;
}
.tw-swiper-dots .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
  width: 24px;
  border-radius: 4px;
}

/* Pricing */
.tw-pricing-card {
  padding: 40px 32px;
  height: 100%;
  text-align: center;
  position: relative;
}
.tw-pricing-card:hover {
  transform: translateY(-6px);
}
.tw-pricing-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.tw-pricing-for {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.tw-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-bottom: 28px;
}
.tw-price span {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 8px;
}
.tw-price strong {
  font-family: var(--alfabet-font) !important;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
.tw-price small {
  font-size: 14px;
  color: var(--text-muted);
  align-self: flex-end;
  margin-bottom: 8px;
}
.tw-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
}
.tw-pricing-card ul li {
  padding: 10px 0;
  font-size: 14px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border-dark);
}
.tw-pricing-card ul li:last-child {
  border: none;
}
.tw-pricing-card ul li i {
  color: var(--primary);
  font-size: 12px;
}
.tw-pricing-popular {
  border: 2px solid rgba(253, 58, 37, 0.25);
  box-shadow: 0 16px 48px var(--primary-glow);
  transform: scale(1.02);
}
.tw-pricing-popular .tw-popular {
  top: -14px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

/* Blog */
.tw-blog-card {
  overflow: hidden;
  height: 100%;
}
.tw-blog-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.tw-blog-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.tw-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.5s var(--ease);
}

.tw-blog-card:hover .tw-blog-img img {
  transform: scale(1.06);
}
.tw-blog-body {
  padding: 24px;
}
.tw-blog-body time {
  font-size: 12px;
  color: var(--text-muted);
}
.tw-blog-body h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 10px 0 12px;
  line-height: 1.4;
  transition: color 0.3s;
}
.tw-blog-card:hover h4 {
  color: var(--primary);
}

/* CTA */
.tw-cta-section {
  padding-bottom: 120px;
}
.tw-cta-card {
  padding: clamp(48px, 8vw, 72px) 32px;
  position: relative;
  overflow: hidden;
}
.tw-cta-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-glow), transparent 70%);
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.tw-cta-card .tw-heading {
  position: relative;
  margin-bottom: 12px;
}
.tw-cta-card .tw-text {
  position: relative;
  margin-bottom: 28px;
}

/* Footer */
.tw-footer {
  background: var(--card-solid);
  border-top: 1px solid var(--border-dark);
  padding: 56px 0 32px;
}
.tw-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-dark);
}
.tw-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
.tw-footer-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}
.tw-footer-nav a:hover {
  color: var(--primary);
}
.tw-footer-social {
  display: flex;
  gap: 12px;
}
.tw-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--border-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s;
}
.tw-footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
.tw-footer-bottom {
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.tw-footer-bottom p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

/* Inner pages */
.page-inner .breadcrumb-main {
  padding: 150px 0 48px;
  background: var(--bg-alt);
  text-align: center;
}
.page-inner .breadcrumb-main h2 {
  font-family: var(--alfabet-font) !important;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--text);
}
.page-inner .product,
.page-inner .blog,
.page-inner .contact-main {
  padding: 60px 0;
}
.page-inner .btn.btn-primary {
  background: var(--primary) !important;
  border: none !important;
  border-radius: var(--radius-pill) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .tw-hero-actions {
    flex-direction: column;
  }
  .tw-hero-actions .tw-btn {
    width: 100%;
  }
  .tw-pricing-popular {
    transform: none;
  }
  .tw-testimonial-wrap {
    padding: 28px 20px;
  }
}

/* ============================================================
   PAGE HERO (plugins.php, contact etc)
   ============================================================ */
.tw-page-hero {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
}
.tw-page-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 50% 0%,
    rgba(253, 58, 37, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.tw-page-hero-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.tw-page-title {
  font-family: var(--alfabet-font) !important;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.15;
  margin: 16px 0 18px;
}
.tw-page-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.tw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  justify-content: center;
}
.tw-breadcrumb li a {
  color: var(--text-muted);
  text-decoration: none;
}
.tw-breadcrumb li a:hover {
  color: var(--primary);
}
.tw-breadcrumb li i {
  font-size: 9px;
}
.tw-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(253, 58, 37, 0.1);
  color: var(--primary);
  border: 1px solid rgba(253, 58, 37, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ============================================================
   SECTION HELPERS
   ============================================================ */
.tw-section-head {
  max-width: 620px;
  margin: 0 auto 56px;
}
.tw-section-alt {
  background: var(--bg-alt, #f5f7fa);
}

/* ============================================================
   PLUGIN SHOWCASE CARD (plugins.php)
   ============================================================ */
.tw-plugin-row {
  margin-bottom: 32px;
}
.tw-plugin-showcase-card {
  padding: 0;
  border-radius: 24px;
}
.tw-showcase-content {
  padding: 0;
}
.tw-showcase-inner {
  padding: 48px 40px 48px 48px;
}
.tw-showcase-tag-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tw-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  color: var(--text);
}
.tw-tag-green {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}
.tw-tag-orange {
  background: rgba(253, 58, 37, 0.1);
  color: var(--primary);
}
.tw-showcase-rating {
  font-size: 13px;
  color: #f59e0b;
  font-weight: 600;
}
.tw-showcase-rating small {
  color: var(--text-muted);
}
.tw-showcase-title {
  font-family: var(--alfabet-font) !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 16px;
}
.tw-showcase-desc {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.tw-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tw-feature-list li {
  font-size: 14px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tw-feature-list li i {
  color: var(--primary);
  font-size: 12px;
  background: rgba(var(--primary-rgb), 0.1);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.tw-showcase-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.tw-showcase-meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: var(--text-muted);
}
.tw-showcase-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* Visual side */
.tw-showcase-visual {
  min-height: 380px;
  position: relative;
  background: linear-gradient(135deg, #f0f4f8, #e8ecf0);
}
.tw-visual-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  /* min-height: 380px; */
}
.tw-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tw-visual-glow-red {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(253, 58, 37, 0.25) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.tw-visual-badge {
  position: absolute;
  /* background: rgba(255, 255, 255, 0.92); */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* border: 1px solid rgba(255, 255, 255, 0.6); */
  border-radius: 50px;
  /* padding: 8px 16px; */
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  z-index: 2;
  max-width: 35%;
}
.tw-vbadge-1 {
  animation: tw-vbadge-1 6s ease-in-out infinite;
  -webkit-animation: tw-vbadge-1 6s ease-in-out infinite;
}
.tw-vbadge-2 {
  animation: tw-vbadge-2 6s ease-in-out infinite;
  -webkit-animation: tw-vbadge-2 6s ease-in-out infinite;
}
.tw-vbadge-img {
  width: 100%;
  border-radius: 8px;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.tw-vbadge-1 {
  top: -24px;
  right: -24px;
}
.tw-vbadge-2 {
  bottom: -24px;
  left: -24px;
}
@keyframes tw-vbadge-1 {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
  50% {
    transform: translateX(-24px);
    -webkit-transform: translateX(-24px);
    -moz-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    -o-transform: translateX(-24px);
}
}
@keyframes tw-vbadge-2 {
  0%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
}
/* .tw-vbadge-3 {
  bottom: -24px;
  right: -24px;
} */
.tw-visual-badge i {
  color: var(--primary);
}
/* Coming soon */
.tw-coming-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #f5f7fa, #eef1f5);
  min-height: 300px;
}
.tw-coming-placeholder i {
  font-size: 3rem;
  color: var(--text-muted);
  opacity: 0.4;
}
.tw-coming-placeholder span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tw-coming-soon-card .tw-showcase-visual {
  background: transparent;
}
/* CTA card */
.tw-cta-card {
  position: relative;
  overflow: hidden;
  padding: 72px 48px;
}
.tw-cta-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(253, 58, 37, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* ============================================================
   PLUGIN DETAILS — HERO
   ============================================================ */
.tw-plugin-hero-section {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
}
.tw-plugin-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 60% at 60% 10%,
    rgba(253, 58, 37, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.tw-plugin-hero-title {
  font-family: var(--alfabet-font) !important;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
  margin: 14px 0 18px;
}
.tw-plugin-hero-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 500px;
}
.tw-plugin-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.tw-plugin-hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tw-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-muted);
}
.tw-trust-item i {
  color: var(--primary);
}
.tw-trust-item strong {
  color: var(--text);
}
.tw-trust-sep {
  width: 1px;
  height: 28px;
  background: var(--border);
}
/* Hero Visual */
.tw-plugin-hero-visual {
  position: relative;
}
.tw-plugin-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(26px) saturate(170%);
  -webkit-backdrop-filter: blur(26px) saturate(170%);
  box-shadow:
    0 24px 64px rgba(9, 9, 11, 0.08),
    0 1px 0 rgba(255, 255, 255, 1) inset;
  z-index: 0;
  pointer-events: none;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
}
.tw-plugin-glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(253, 58, 37, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.tw-plugin-hero-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.tw-stats-bar {
  padding: 0;
  margin: -28px 0 0;
  position: relative;
  z-index: 10;
}
.tw-stats-bar-inner {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 32px;
  gap: 0;
}
.tw-stats-bar-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 8px 16px;
}
.tw-stats-bar-item strong {
  font-family: var(--alfabet-font);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
}
.tw-stats-bar-item span {
  font-size: 12px;
  color: var(--text-muted);
}
.tw-stats-bar-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
}
.tw-changelog-link {
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
}
.tw-changelog-link:hover {
  text-decoration: underline;
}

/* ============================================================
   PLUGIN DETAIL SECTIONS
   ============================================================ */
.tw-showcase-img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.tw-rounded-img {
  width: 100%;
  display: block;
}
.tw-point-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}
.tw-point-item:last-child {
  margin-bottom: 0;
}
.tw-point-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(253, 58, 37, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 18px;
}
.tw-point-item h5 {
  font-family: var(--alfabet-font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 6px;
}
.tw-point-item p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   KEY FEATURE CARDS (details page)
   ============================================================ */
.tw-feature-card {
  padding: 32px 28px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.tw-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}
.tw-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(253, 58, 37, 0.15),
    rgba(253, 58, 37, 0.05)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 20px;
}
.tw-feature-card h4 {
  font-family: var(--alfabet-font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 10px;
}
.tw-feature-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   SCREENSHOTS
   ============================================================ */
.tw-screenshot-slider .item {
  padding: 8px;
}
.tw-screenshot-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 200px;
}
.tw-screenshot-wrap img {
  width: 100%;
  display: block;
}
.tw-screenshot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.tw-screenshot-wrap:hover .tw-screenshot-overlay {
  opacity: 1;
}

/* ============================================================
   PURCHASE / PRICING CARDS (details page)
   ============================================================ */
.tw-purchase-card {
  padding: 40px 32px;
}
.tw-purchase-card h4 {
  font-family: var(--alfabet-font);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--text);
  margin-bottom: 4px;
}
.tw-pricing-for {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.tw-price {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.tw-price span {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 8px;
}
.tw-price strong {
  font-family: var(--alfabet-font);
  font-size: 3rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
}
.tw-price small {
  font-size: 13px;
  color: var(--text-muted);
  align-self: flex-end;
  margin-bottom: 8px;
}
.tw-purchase-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tw-purchase-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-muted);
}
.tw-purchase-card ul li i {
  color: var(--primary);
  font-size: 12px;
}
.tw-pricing-popular {
  position: relative;
  border: 2px solid var(--primary) !important;
}
.tw-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.tw-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
  font-size: 13px;
  color: var(--text-muted);
}
.tw-trust-badges div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tw-trust-badges i {
  color: var(--primary);
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.tw-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 14px !important;
  margin-bottom: 10px;
  background: var(--card);
  overflow: hidden;
}
.tw-accordion .accordion-button {
  font-family: var(--alfabet-font);
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
  background: transparent;
  padding: 20px 24px;
  box-shadow: none;
}
.tw-accordion .accordion-button:not(.collapsed) {
  color: var(--primary);
  background: rgba(253, 58, 37, 0.04);
}
.tw-accordion .accordion-button::after {
  filter: none;
}
.tw-accordion .accordion-body {
  padding: 20px 24px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
.tw-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fd3a25'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* ============================================================
   CHANGELOG MODAL
   ============================================================ */
.tw-modal .modal-content {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  backdrop-filter: blur(16px);
}
.tw-modal .modal-header {
  border-bottom: 1px solid var(--gray-color);
  padding: 20px 28px;
}
.tw-modal .modal-title {
  font-family: var(--alfabet-font);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tw-modal .modal-title i {
  color: var(--primary);
}
.tw-modal .modal-body {
  padding: 28px;
}
.tw-changelog-version {
  margin-bottom: 32px;
}
.tw-changelog-version:last-child {
  margin-bottom: 0;
}
.tw-changelog-version-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tw-version-badge {
  background: rgba(253, 58, 37, 0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
}
.tw-changelog-version small {
  font-size: 12px;
  color: var(--text-muted);
}
.tw-changelog-version ul {
  padding-left: 20px;
  margin: 0;
}
.tw-changelog-version ul li {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 6px;
  line-height: 1.6;
}

/* ============================================================
   BTN EXTRAS
   ============================================================ */
.tw-btn-lg {
  padding: 14px 32px;
  font-size: 15px;
}

/* ============================================================
   DEEP GLASSMORPHISM OVERRIDES — all key sections
   ============================================================ */

/* Hero dashboard mockup */
.tw-dashboard {
  background: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(32px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow:
    0 24px 64px rgba(9, 9, 11, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.95) inset !important;
}

/* Floating hero chips */
.tw-float-chip {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 8px 24px rgba(9, 9, 11, 0.1) !important;
}

/* Stats bar on plugin details */
.tw-stats-bar-inner {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(32px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow:
    0 8px 32px rgba(9, 9, 11, 0.07),
    0 1px 0 rgba(255, 255, 255, 1) inset !important;
}

/* Service cards */
.tw-service-card {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  position: relative;
  overflow: hidden;
}
.tw-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.tw-service-card:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(253, 58, 37, 0.18) !important;
  box-shadow:
    0 20px 56px rgba(253, 58, 37, 0.08),
    0 1px 0 rgba(255, 255, 255, 1) inset !important;
}

/* Feature cards (details page) */
.tw-feature-card {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  position: relative;
  overflow: hidden;
}
.tw-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.35) 0%,
    transparent 50%
  );
  border-radius: inherit;
  pointer-events: none;
}
.tw-feature-card:hover {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(253, 58, 37, 0.2) !important;
  box-shadow:
    0 24px 56px rgba(253, 58, 37, 0.09),
    0 1px 0 rgba(255, 255, 255, 1) inset !important;
}

/* Testimonial wrap */
.tw-testimonial-wrap {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(28px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
}

/* Pricing cards */
.tw-pricing-card {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  position: relative;
  overflow: hidden;
}
.tw-pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );
  pointer-events: none;
}
.tw-pricing-popular {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid var(--primary) !important;
  box-shadow:
    0 20px 56px rgba(253, 58, 37, 0.12),
    0 1px 0 rgba(255, 255, 255, 1) inset !important;
}

/* Blog cards */
.tw-blog-card {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.tw-blog-card:hover {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
}

/* CTA card glass */
.tw-cta-card {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(32px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(200%) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow:
    0 24px 72px rgba(9, 9, 11, 0.08),
    0 1px 0 rgba(255, 255, 255, 1) inset !important;
}

/* Purchase cards */
.tw-purchase-card {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
}

/* Plugin showcase cards */
.tw-plugin-showcase-card {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(28px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(170%) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
}

/* Visual badges (floating) */
/* .tw-visual-badge {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 8px 28px rgba(9, 9, 11, 0.1) !important;
} */

/* About stats card */
.tw-stats-card {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}

/* Section alt background with a subtle noise/glass layer */
.tw-section-alt {
  background: rgba(238, 241, 246, 0.7) !important;
  backdrop-filter: blur(4px);
}

/* Bricolage Grotesque — brand name */
.tw-brand-name {
  font-family: var(--alfabet-font) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.1rem;
}

/* Inter — nav links */
.tw-nav-link {
  font-family: var(--sora-font) !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
}

/* Bricolage Grotesque — section headings */
.tw-heading {
  font-family: var(--alfabet-font) !important;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

/* Inter — label */
.tw-label {
  font-family: var(--sora-font) !important;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Accordion glass */
.tw-accordion .accordion-item {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.tw-accordion .accordion-button {
  background: transparent !important;
}
.tw-accordion .accordion-button:not(.collapsed) {
  background: rgba(253, 58, 37, 0.04) !important;
}

/* Modal glass */
/* .tw-modal .modal-content {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(40px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(40px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 32px 80px rgba(9, 9, 11, 0.15) !important;
} */

@media (max-width: 991px) {
  .tw-showcase-inner {
    padding: 36px 28px;
  }
  .tw-showcase-visual {
    min-height: 260px;
  }
  .tw-plugin-hero-actions {
    flex-direction: column;
  }
  .tw-plugin-hero-actions .tw-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tw-stats-bar-inner {
    align-items: center;
    padding: 16px 20px;
  }
  .tw-stats-bar-item {
    text-align: left;
  }
  .tw-stats-bar-divider {
    display: none;
  }
  .tw-cta-card {
    padding: 48px 24px;
  }
  .tw-trust-badges {
    gap: 16px;
  }
  .tw-showcase-actions {
    flex-direction: column;
  }
  .tw-showcase-actions .tw-btn {
    width: 100%;
    justify-content: center;
  }
}

.contact-form .col-lg-7 {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  -webkit-border-radius: var(--radius-lg);
  -moz-border-radius: var(--radius-lg);
  -ms-border-radius: var(--radius-lg);
  -o-border-radius: var(--radius-lg);
}
.contact-form .contact-form-title h1 {
  font-weight: 800;
  color: var(--primary);
}
.contact-form .contact-form-title p {
  color: var(--text-muted);
}

/* Forms */
.form-control-label-content {
  position: relative;
  margin-bottom: 20px;
}
.form-label {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 14px;
  padding: 0 6px;
  background: var(--white);
  transition: 0.2s ease;
  z-index: 10;
}
.form-input,
.form-select,
.form-textarea {
  border: 1.5px solid var(--gray-color) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  width: 100%;
  font-size: 14px;
  color: var(--text);
  box-shadow: none !important;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--accent) !important;
  outline: none;
}
.form-input:focus ~ .form-label,
.form-input:not(:placeholder-shown) ~ .form-label,
.form-select:focus ~ .form-label,
.form-select:not(:placeholder-shown) ~ .form-label,
.form-textarea:focus ~ .form-label,
.form-textarea:not(:placeholder-shown) ~ .form-label {
  top: -10px;
  left: 10px;
  font-size: 11px;
  color: var(--primary);
}
#login[_ngcontent-c11] #container[_ngcontent-c11] #form_container[_ngcontent-c11] {
  padding: 10px;
}