div .text-green, div p.text-green {
  color: #197c51; }

.navbar-dark.cms-navbar {
  background-color: #810081 !important;
  padding: 0.75rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .navbar-dark.cms-navbar .navbar-brand {
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    color: #ffffff; }
    .navbar-dark.cms-navbar .navbar-brand .brand-icon {
      color: #ab47bc;
      margin-right: 0.15em; }
  .navbar-dark.cms-navbar .nav-link {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.92rem;
    font-weight: 500;
    padding: 0.5rem 0.9rem;
    transition: color 0.15s ease, background-color 0.15s ease; }
    .navbar-dark.cms-navbar .nav-link:hover, .navbar-dark.cms-navbar .nav-link:focus {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 6px; }
    .navbar-dark.cms-navbar .nav-link.active {
      color: #ffffff;
      font-weight: 600; }
  .navbar-dark.cms-navbar .dropdown-menu {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); }
    .navbar-dark.cms-navbar .dropdown-menu .dropdown-item {
      color: #1e1828;
      font-weight: 500; }
      .navbar-dark.cms-navbar .dropdown-menu .dropdown-item:hover, .navbar-dark.cms-navbar .dropdown-menu .dropdown-item:focus {
        background-color: #f3e5f5;
        color: #810081; }
  .navbar-dark.cms-navbar .navbar-toggler {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.85); }
    .navbar-dark.cms-navbar .navbar-toggler:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25); }
  .navbar-dark.cms-navbar .navbar-toggler-icon {
    filter: brightness(0) invert(1); }
  @media (max-width: 991.98px) {
    .navbar-dark.cms-navbar .navbar-collapse {
      margin-top: 0.75rem;
      padding: 0.75rem 0 0.25rem;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .navbar-dark.cms-navbar .nav-link {
      padding: 0.65rem 0.9rem;
      color: #ffffff; }
      .navbar-dark.cms-navbar .nav-link:hover, .navbar-dark.cms-navbar .nav-link:focus {
        background-color: rgba(255, 255, 255, 0.12); }
    .navbar-dark.cms-navbar .dropdown-menu {
      background-color: rgba(0, 0, 0, 0.18);
      box-shadow: none;
      margin: 0.15rem 0 0.35rem;
      padding: 0.25rem 0; }
      .navbar-dark.cms-navbar .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.95);
        padding-left: 1.5rem; }
        .navbar-dark.cms-navbar .dropdown-menu .dropdown-item:hover, .navbar-dark.cms-navbar .dropdown-menu .dropdown-item:focus {
          background-color: rgba(255, 255, 255, 0.12);
          color: #ffffff; }
    .navbar-dark.cms-navbar .cms-nav-auth {
      flex-direction: column;
      align-items: stretch !important;
      gap: 0.5rem;
      margin-top: 0.75rem;
      padding-top: 0.75rem;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .navbar-dark.cms-navbar .cms-nav-auth .cms-nav-username {
        max-width: none;
        padding: 0.35rem 0.15rem;
        text-align: left; }
      .navbar-dark.cms-navbar .cms-nav-auth .btn {
        width: 100%;
        text-align: center; } }
  .navbar-dark.cms-navbar .cms-nav-username {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .navbar-dark.cms-navbar .btn-outline-light {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.85);
    font-weight: 600; }
    .navbar-dark.cms-navbar .btn-outline-light:hover, .navbar-dark.cms-navbar .btn-outline-light:focus {
      background: rgba(255, 255, 255, 0.12);
      border-color: #ffffff;
      color: #ffffff; }
  .navbar-dark.cms-navbar .btn-cms-accent {
    background-color: #ffffff;
    color: #810081; }
    .navbar-dark.cms-navbar .btn-cms-accent:hover, .navbar-dark.cms-navbar .btn-cms-accent:focus {
      background-color: #f3e5f5;
      color: #810081; }

.btn-cms-accent {
  background-color: #8e24aa;
  color: #ffffff;
  border: none;
  font-weight: 600; }
  .btn-cms-accent:hover, .btn-cms-accent:focus {
    background-color: #9c27b0;
    color: #ffffff; }

main {
  padding-top: 0;
  padding-bottom: 0; }

.hero-section {
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(129, 0, 129, 0.45) 0%, transparent 55%), linear-gradient(160deg, #2a0a2e 0%, #1e1a1d 45%, #1a121c 100%);
  padding: 5rem 0;
  overflow: hidden; }

.hero-title {
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em; }

.hero-lead {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 480px; }

.hero-cta {
  padding: 0.75rem 2rem;
  font-size: 1.05rem;
  border-radius: 6px; }

.hero-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center; }

.hero-mock {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-width: 480px;
  background: #393237;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1rem; }

@media (max-width: 991.98px) {
  .hero-section {
    padding: 3rem 0;
    text-align: center; }
  .hero-lead {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .hero-image-placeholder {
    margin-top: 1rem; } }

.use-cases-section {
  background: #ffffff;
  padding: 5rem 0; }

.use-cases-heading {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #1e1828;
  margin-bottom: 3rem; }

.use-cases-layout {
  display: flex;
  gap: 2.5rem;
  align-items: stretch; }

.use-cases-tabs-wrap {
  flex: 0 0 30%;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.use-cases-tabs {
  display: flex;
  flex-direction: column;
  gap: 0; }

.use-cases-tab {
  background: none;
  border: none;
  text-align: left;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #6e6578;
  border-left: 3px solid #ece8f0;
  cursor: pointer;
  transition: all 0.15s ease; }
  .use-cases-tab:hover {
    color: #1e1828;
    background: #f9f7fb; }
  .use-cases-tab.active {
    color: #8e24aa;
    border-left-color: #8e24aa;
    background: rgba(142, 36, 170, 0.04);
    font-weight: 600; }

.use-cases-content {
  flex: 1;
  min-width: 0; }

.use-cases-panel {
  display: none; }
  .use-cases-panel.active {
    display: block; }
  .use-cases-panel h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e1828;
    margin-bottom: 1rem; }
  .use-cases-panel p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #6e6578;
    max-width: 560px; }

.use-cases-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start; }

@media (min-width: 992px) {
  .use-cases-tabs-wrap, .use-cases-panel-text {
    margin-top: 150px; } }

.use-cases-embed {
  min-width: 0; }

.use-cases-panel-text p {
  max-width: none; }

@media (max-width: 991.98px) {
  .use-cases-panel-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem; } }

.use-cases-arrow {
  flex: 0 0 auto;
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #6e6578;
  cursor: pointer;
  z-index: 2;
  transition: all 0.15s ease; }
  .use-cases-arrow:hover {
    border-color: #b8b0c4;
    color: #1e1828; }
  .use-cases-arrow--left {
    margin-right: 0.5rem; }
  .use-cases-arrow--right {
    margin-left: 0.5rem; }

@media (max-width: 991.98px) {
  .use-cases-layout {
    flex-direction: column;
    gap: 2rem; }
  .use-cases-tabs-wrap {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap; }
  .use-cases-arrow {
    display: flex; }
  .use-cases-tabs {
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 0.25rem;
    flex: 1;
    min-width: 0; }
    .use-cases-tabs::-webkit-scrollbar {
      display: none; }
  .use-cases-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    border-left: none;
    border-bottom: 3px solid #ece8f0;
    padding: 0.75rem 1rem;
    font-size: 0.9rem; }
    .use-cases-tab.active {
      border-left: none;
      border-bottom-color: #8e24aa; } }

.how-it-works-section {
  background: #f9f7fb;
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 3rem 0; }

.how-it-works-heading {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #1e1828;
  margin-bottom: 0.75rem; }

.how-it-works-lead {
  text-align: center;
  color: #6e6578;
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.6; }

.how-it-works-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }

.how-step {
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
  height: 100%; }

.how-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #8e24aa;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 1rem; }

.how-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.65rem;
  line-height: 1.3; }

.how-step-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #6e6578;
  margin: 0; }

@media (max-width: 991.98px) {
  .how-it-works-section {
    min-height: 100vh;
    padding: 2.5rem 0; }
  .how-it-works-lead {
    margin-bottom: 1.75rem;
    font-size: 1rem; }
  .how-it-works-steps {
    grid-template-columns: 1fr;
    gap: 1rem; }
  .how-step {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 0.35rem;
    padding: 1.15rem 1rem; }
  .how-step-number {
    grid-row: 1 / 3;
    align-self: start;
    margin-bottom: 0;
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem; }
  .how-step-title {
    margin-bottom: 0;
    align-self: end; }
  .how-step-text {
    grid-column: 2; } }

.why-section {
  background: #ffffff;
  padding: 5rem 0; }

.why-heading {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #1e1828;
  margin-bottom: 0.75rem; }

.why-lead {
  text-align: center;
  color: #6e6578;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 3rem;
  line-height: 1.6; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.75rem; }

.why-item {
  text-align: center;
  padding: 0 0.5rem; }

.why-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: rgba(142, 36, 170, 0.1);
  color: #8e24aa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem; }

.why-item-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.65rem; }

.why-item-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #6e6578;
  margin: 0; }

@media (max-width: 991.98px) {
  .why-section {
    padding: 3.5rem 0; }
  .why-lead {
    margin-bottom: 2rem; }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 2rem; }
  .why-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.25rem;
    row-gap: 0.35rem;
    text-align: left;
    padding: 0; }
  .why-icon {
    grid-row: 1 / 3;
    margin: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1.15rem;
    align-self: start; }
  .why-item-title {
    margin-bottom: 0;
    align-self: end; }
  .why-item-text {
    grid-column: 2; } }

.template-gallery-section {
  background: #f9f7fb;
  padding: 5rem 0; }

.template-gallery-heading {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #1e1828;
  margin-bottom: 0.75rem; }

.template-gallery-lead {
  text-align: center;
  color: #6e6578;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 3rem;
  line-height: 1.6; }

.template-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }

.template-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease; }
  .template-card:hover {
    border-color: rgba(142, 36, 170, 0.35);
    box-shadow: 0 8px 24px rgba(30, 26, 29, 0.08);
    transform: translateY(-2px);
    color: inherit; }

.template-card-preview {
  aspect-ratio: 16 / 20;
  background: linear-gradient(145deg, #393237 0%, #1e1a1d 100%);
  display: flex;
  align-items: start;
  justify-content: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 2.5rem;
  overflow: hidden; }
  .template-card-preview img {
    width: 100%;
    height: auto;
    object-fit: contain; }

.template-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e1828;
  margin: 1rem 1.15rem 0.5rem;
  line-height: 1.3; }

.template-card-category {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8e24aa;
  margin: 1rem 1.15rem 0.35rem; }

.template-card-category + .template-card-title {
  margin-top: 0; }

.template-card-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #6e6578;
  margin: 0 1.15rem 1.15rem;
  flex-grow: 1; }

.template-gallery-cta {
  text-align: center;
  margin-top: 2.5rem; }
  .template-gallery-cta .btn-outline-primary {
    border-color: #8e24aa;
    color: #8e24aa;
    font-weight: 600;
    padding: 0.65rem 1.75rem; }
    .template-gallery-cta .btn-outline-primary:hover {
      background: #8e24aa;
      border-color: #8e24aa;
      color: #ffffff; }
  .template-gallery-cta .template-back-link {
    display: inline-block;
    margin-top: 0.75rem;
    color: #6e6578;
    font-weight: 500;
    text-decoration: none; }
    .template-gallery-cta .template-back-link:hover {
      color: #8e24aa; }

@media (max-width: 991.98px) {
  .template-gallery-section {
    padding: 3.5rem 0; }
  .template-gallery-lead {
    margin-bottom: 2rem; }
  .template-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem; } }

@media (max-width: 575.98px) {
  .template-gallery-grid {
    grid-template-columns: 1fr; } }

.homepage-cta-section {
  background: #ffffff;
  padding: 5rem 0;
  border-top: 1px solid #ece8f0; }

.homepage-cta-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto; }

.homepage-cta-title {
  color: #1e1828;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem; }

.homepage-cta-lead {
  color: #6e6578;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem; }

.homepage-cta-btn {
  padding: 0.85rem 2.25rem;
  font-size: 1.05rem;
  border-radius: 6px; }

.homepage-cta-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  font-size: 0.92rem;
  color: #6e6578; }
  .homepage-cta-perks li i {
    color: #197c51;
    margin-right: 0.4rem;
    font-size: 0.8rem; }

@media (max-width: 991.98px) {
  .homepage-cta-section {
    padding: 3.5rem 0; }
  .homepage-cta-title {
    font-size: 1.75rem; }
  .homepage-cta-lead {
    font-size: 1rem;
    margin-bottom: 1.5rem; }
  .homepage-cta-perks {
    flex-direction: column;
    align-items: center;
    gap: 0.65rem; } }

.template-catalog-page {
  background: #ffffff;
  color: #1e1828; }

.template-catalog-hero {
  padding: 4rem 0 2.5rem;
  background: linear-gradient(180deg, #f9f7fb 0%, #ffffff 100%);
  border-bottom: 1px solid #ece8f0; }

.template-catalog-header {
  max-width: 720px; }

.template-catalog-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8e24aa;
  margin-bottom: 0.75rem; }

.template-catalog-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1e1828;
  margin-bottom: 1rem;
  letter-spacing: -0.02em; }

.template-catalog-lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6e6578;
  margin: 0; }

.template-catalog-body {
  padding: 2.5rem 0 5rem; }

.template-catalog-sidebar {
  background: #f9f7fb;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  padding: 1.25rem;
  position: sticky;
  top: 5.5rem; }

.template-catalog-sidebar-heading {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e6578;
  margin-bottom: 0.85rem; }

.template-catalog-categories {
  list-style: none;
  margin: 0;
  padding: 0; }

.template-catalog-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  color: #1e1828;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease; }
  .template-catalog-category:hover {
    background: rgba(142, 36, 170, 0.08);
    color: #8e24aa; }
  .template-catalog-category.is-active {
    background: #ffffff;
    color: #8e24aa;
    box-shadow: 0 1px 4px rgba(30, 26, 29, 0.06);
    font-weight: 600; }

.template-catalog-count {
  flex-shrink: 0;
  min-width: 1.75rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ece8f0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6e6578;
  text-align: center; }
  .is-active .template-catalog-count {
    background: rgba(142, 36, 170, 0.1);
    border-color: rgba(142, 36, 170, 0.2);
    color: #8e24aa; }

.template-catalog-toolbar {
  margin-bottom: 1.5rem; }

.template-catalog-results {
  margin: 0;
  font-size: 0.95rem;
  color: #6e6578; }

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

.template-catalog-empty {
  text-align: center;
  padding: 3rem 2rem;
  background: #f9f7fb;
  border: 1px dashed #ece8f0;
  border-radius: 12px;
  color: #6e6578; }
  .template-catalog-empty p {
    margin-bottom: 1.25rem; }

@media (max-width: 991.98px) {
  .template-catalog-hero {
    padding: 3rem 0 2rem; }
  .template-catalog-title {
    font-size: 1.85rem; }
  .template-catalog-sidebar {
    position: static; }
  .template-catalog-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 575.98px) {
  .template-catalog-grid {
    grid-template-columns: 1fr; } }

.template-detail-page {
  background: #ffffff;
  color: #1e1828; }

.template-hero {
  padding: 4rem 0 3.5rem;
  background: linear-gradient(180deg, #f9f7fb 0%, #ffffff 100%);
  border-bottom: 1px solid #ece8f0; }

.template-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.75rem;
  font-size: 0.88rem; }
  .template-breadcrumb a {
    color: #6e6578;
    text-decoration: none;
    transition: color 0.15s ease; }
    .template-breadcrumb a:hover {
      color: #8e24aa; }

.template-breadcrumb-sep {
  color: #b8b0c4; }

.template-breadcrumb-current {
  color: #1e1828;
  font-weight: 500; }

.template-hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8e24aa;
  margin-bottom: 0.75rem; }
  .template-hero-eyebrow a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.15s ease; }
    .template-hero-eyebrow a:hover {
      opacity: 0.75; }

.template-hero-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1e1828;
  margin-bottom: 1rem;
  letter-spacing: -0.02em; }

.template-hero-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6e6578;
  margin-bottom: 1.5rem; }

.template-benefits-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none; }
  .template-benefits-list li {
    position: relative;
    padding-left: 1.65rem;
    margin-bottom: 0.65rem;
    line-height: 1.55;
    color: #1e1828;
    font-size: 0.98rem; }
    .template-benefits-list li::before {
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 0.1em;
      color: #8e24aa;
      font-size: 0.85rem; }
    .template-benefits-list li:last-child {
      margin-bottom: 0; }

.template-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem; }
  .template-hero-actions .btn-outline-primary {
    border-color: #8e24aa;
    color: #8e24aa;
    font-weight: 600; }
    .template-hero-actions .btn-outline-primary:hover {
      background: #8e24aa;
      border-color: #8e24aa;
      color: #ffffff; }

.template-preview-frame {
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(30, 26, 29, 0.1); }

.template-preview-chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  background: #f9f7fb;
  border-bottom: 1px solid #ece8f0; }

.template-preview-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b8b0c4; }
  .template-preview-dot:nth-child(1) {
    background: #ef5350; }
  .template-preview-dot:nth-child(2) {
    background: #ffb74d; }
  .template-preview-dot:nth-child(3) {
    background: #66bb6a; }

.template-preview-label {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6e6578; }

.template-preview-body {
  min-height: 420px;
  padding: 1.25rem;
  background: #ffffff; }

.template-description {
  padding: 4rem 0; }

.template-content-body {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #1e1828; }
  .template-content-body h2, .template-content-body h3, .template-content-body h4 {
    color: #1e1828;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.85rem; }
  .template-content-body p {
    color: #6e6578;
    margin-bottom: 1rem; }
  .template-content-body ul, .template-content-body ol {
    color: #6e6578;
    margin-bottom: 1rem;
    padding-left: 1.25rem; }

.template-section-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e1828;
  margin: 2.5rem 0 1rem; }

.template-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem; }
  .template-features-list li {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    background: #f9f7fb;
    border: 1px solid #ece8f0;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #1e1828; }

.template-meta-card {
  background: #f9f7fb;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  padding: 1.5rem;
  position: sticky;
  top: 5.5rem; }

.template-meta-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 1.25rem; }

.template-meta-list {
  margin: 0; }

.template-meta-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid #ece8f0; }
  .template-meta-item:first-child {
    padding-top: 0; }
  .template-meta-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .template-meta-item dt {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6e6578;
    margin-bottom: 0.25rem; }
  .template-meta-item dd {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 500;
    color: #1e1828; }
    .template-meta-item dd a {
      color: inherit;
      text-decoration: none; }
      .template-meta-item dd a:hover {
        color: #8e24aa; }

.template-cta-section {
  padding: 4rem 0;
  background: #f9f7fb;
  border-top: 1px solid #ece8f0; }

.template-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem; }

.template-cta-card {
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .template-cta-card--accent {
    background: linear-gradient(145deg, #393237 0%, #1e1a1d 100%);
    border-color: transparent;
    color: #ffffff; }
    .template-cta-card--accent .template-cta-title {
      color: #ffffff; }
    .template-cta-card--accent .template-cta-text {
      color: rgba(255, 255, 255, 0.75); }
    .template-cta-card--accent .template-cta-icon {
      background: rgba(255, 255, 255, 0.12);
      color: #ab47bc; }

.template-cta-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  background: rgba(142, 36, 170, 0.1);
  color: #8e24aa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem; }

.template-cta-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.75rem;
  line-height: 1.3; }

.template-cta-text {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #6e6578;
  margin-bottom: 1.5rem;
  flex-grow: 1; }

.template-similar-section {
  padding: 4rem 0 5rem; }

.template-similar-heading {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #1e1828;
  margin-bottom: 0.75rem; }

.template-similar-lead {
  text-align: center;
  color: #6e6578;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 3rem;
  line-height: 1.6; }

@media (max-width: 991.98px) {
  .template-hero {
    padding: 3rem 0 2.5rem; }
  .template-hero-title {
    font-size: 1.85rem; }
  .template-preview-body {
    min-height: 320px; }
  .template-description {
    padding: 3rem 0; }
  .template-meta-card {
    position: static; }
  .template-cta-grid {
    grid-template-columns: 1fr; }
  .template-similar-section {
    padding: 3rem 0 4rem; } }

@media (max-width: 575.98px) {
  .template-hero-actions {
    flex-direction: column; }
    .template-hero-actions .btn {
      width: 100%; } }

.features-page {
  background: #ffffff;
  color: #1e1828; }

.features-page-header {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 0 3rem;
  text-align: center; }

.features-page-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1e1828;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em; }

.features-page-lead {
  font-size: 1.12rem;
  line-height: 1.75;
  color: #6e6578;
  margin: 0; }

.feature-block {
  padding: 3.5rem 0;
  border-top: 1px solid #ece8f0; }
  .feature-block--last {
    padding-bottom: 2rem; }

.feature-block-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(30, 26, 29, 0.08); }

.feature-block-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8e24aa;
  margin-bottom: 0.65rem; }

.feature-block-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1e1828;
  margin-bottom: 1rem;
  letter-spacing: -0.01em; }

.feature-block-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #6e6578;
  margin-bottom: 1.25rem; }

.feature-block-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #1e1828; }
  .feature-block-list li {
    margin-bottom: 0.55rem;
    line-height: 1.55;
    font-size: 0.98rem; }
    .feature-block-list li::marker {
      color: #8e24aa; }
    .feature-block-list li:last-child {
      margin-bottom: 0; }

.features-page-cta {
  text-align: center;
  padding: 3.5rem 2rem;
  margin-bottom: 2rem;
  background: #f9f7fb;
  border-radius: 12px; }

.features-page-cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.75rem; }

.features-page-cta-text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #6e6578;
  max-width: 520px;
  margin: 0 auto 1.5rem; }

@media (max-width: 991.98px) {
  .features-page-header {
    padding: 3rem 0 2rem; }
  .features-page-title {
    font-size: 1.85rem; }
  .feature-block {
    padding: 2.5rem 0; }
  .feature-block-title {
    font-size: 1.45rem; } }

.contact-page {
  background: #ffffff;
  color: #1e1828;
  padding-bottom: 3rem; }

.contact-page-header {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 0 2.5rem;
  text-align: center; }

.contact-page-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1e1828;
  margin-bottom: 1rem;
  letter-spacing: -0.02em; }

.contact-page-lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #6e6578;
  margin: 0; }

.contact-page-aside {
  padding: 1.5rem 0; }

.contact-page-aside-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 1rem; }

.contact-page-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0; }
  .contact-page-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    line-height: 1.55;
    font-size: 0.98rem;
    color: #6e6578; }
    .contact-page-list li i {
      color: #8e24aa;
      margin-top: 0.2rem;
      flex-shrink: 0; }
    .contact-page-list li:last-child {
      margin-bottom: 0; }

.contact-page-note {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6e6578;
  margin: 0; }
  .contact-page-note a {
    color: #8e24aa;
    font-weight: 600;
    text-decoration: none; }
    .contact-page-note a:hover {
      text-decoration: underline; }

.contact-page-form-card {
  background: #f9f7fb;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  padding: 2rem; }

.contact-page-form-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.5rem; }

.contact-page-form-text {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #6e6578;
  margin-bottom: 1.5rem; }

.contact-page-form {
  min-height: 120px; }

.contact-page-form-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 280px;
  padding: 2rem 1.5rem;
  border: 2px dashed #ece8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #6e6578;
  text-align: center; }
  .contact-page-form-placeholder i {
    font-size: 1.75rem;
    margin-bottom: 0.35rem;
    color: #b8b0c4; }
  .contact-page-form-placeholder p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5; }
  .contact-page-form-placeholder strong {
    color: #6e6578; }

@media (max-width: 991.98px) {
  .contact-page-header {
    padding: 3rem 0 2rem; }
  .contact-page-title {
    font-size: 1.85rem; }
  .contact-page-form-card {
    padding: 1.5rem; } }

.cms-footer {
  background-color: #1e1a1d;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem; }

.footer-heading {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem; }

.footer-text {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65; }

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-links li {
    margin-bottom: 0.45rem; }
  .footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.15s ease; }
    .footer-links a:hover {
      color: #ffffff; }

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0; }

.footer-copyright {
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  font-size: 0.85rem; }

.footer-social {
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end; }
  .footer-social a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: color 0.15s ease; }
    .footer-social a:hover {
      color: #ffffff; }

.pricing-page {
  background: linear-gradient(180deg, #f9f7fb 0%, #ffffff 12rem);
  color: #1e1828;
  padding-bottom: 4.5rem; }

.pricing-header {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 0 2.5rem;
  text-align: center; }

.pricing-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1e1828;
  margin-bottom: 1rem;
  letter-spacing: -0.02em; }

.pricing-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #6e6578;
  margin: 0 0 1.75rem; }

.pricing-billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ece8f0;
  box-shadow: 0 4px 16px rgba(30, 26, 29, 0.06); }

.pricing-billing-option {
  border: none;
  background: transparent;
  color: #6e6578;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease; }
  .pricing-billing-option.is-active {
    background: #1e1828;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(30, 26, 29, 0.18); }
  .pricing-billing-option:focus-visible {
    outline: 2px solid #8e24aa;
    outline-offset: 2px; }

.pricing-grid {
  margin-top: 0.5rem; }

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.85rem 1.55rem 1.65rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 26, 29, 0.1);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(30, 26, 29, 0.04), 0 10px 30px rgba(30, 26, 29, 0.08);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; }
  .pricing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(30, 26, 29, 0.05), 0 16px 36px rgba(30, 26, 29, 0.1); }
  .pricing-card--free {
    background: linear-gradient(180deg, #ffffff 0%, #f9f7fb 100%); }
  .pricing-card--highlighted {
    border-color: rgba(142, 36, 170, 0.55);
    box-shadow: 0 0 0 1px rgba(142, 36, 170, 0.12), 0 14px 40px rgba(142, 36, 170, 0.16); }
    .pricing-card--highlighted::before {
      content: "";
      position: absolute;
      top: 0;
      left: 1rem;
      right: 1rem;
      height: 3px;
      border-radius: 0 0 4px 4px;
      background: linear-gradient(90deg, #ab47bc, #8e24aa); }

.pricing-badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #8e24aa;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(142, 36, 170, 0.28); }

.pricing-card-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e1828;
  margin: 0.5rem 0 0.35rem; }

.pricing-card-description {
  font-size: 0.92rem;
  color: #6e6578;
  margin: 0 0 1.25rem;
  min-height: 2.75rem; }
  .pricing-card-description--placeholder {
    visibility: hidden; }

.pricing-price {
  margin-bottom: 1.25rem;
  min-height: 5.5rem; }

.pricing-price-amount {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  color: #1e1828;
  letter-spacing: -0.02em; }

.pricing-price-period {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: #6e6578; }

.pricing-price-savings {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(25, 124, 81, 0.12);
  color: #197c51;
  font-size: 0.8rem;
  font-weight: 700; }
  .pricing-price-savings.is-hidden {
    display: none; }

.pricing-benefits {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  flex-grow: 1;
  border-top: 1px solid #ece8f0;
  padding-top: 1.1rem; }
  .pricing-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    min-height: 2.35rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #1e1828;
    margin-bottom: 0.15rem; }
    .pricing-benefits li i {
      margin-top: 0.15rem;
      flex-shrink: 0; }

.pricing-card-cta {
  width: 100%;
  margin-top: auto; }

.pricing-empty {
  color: #6e6578;
  padding: 2rem 0; }

@media (max-width: 991.98px) {
  .pricing-header {
    padding-top: 3rem; }
  .pricing-title {
    font-size: 2rem; } }

@media (max-width: 575.98px) {
  .pricing-card {
    max-width: 420px;
    margin: 0 auto; } }
