/**
 * Syndaq marketing site — primary stylesheet
 * Dark canvas, cyan/teal accents, glass cards, generous spacing
 */

:root {
  --forma-bg: #070b12;
  --forma-bg-elevated: #0c1220;
  --forma-surface: rgba(15, 23, 42, 0.65);
  --forma-border: rgba(148, 163, 184, 0.12);
  --forma-text: #e2e8f0;
  --forma-muted: #94a3b8;
  --forma-accent: #22d3ee;
  --forma-accent-dim: #0891b2;
  --forma-accent-2: #a78bfa;
  --forma-glow: rgba(34, 211, 238, 0.15);
  --forma-radius: 1rem;
  --forma-font: "DM Sans", system-ui, sans-serif;
  --forma-display: "Syne", var(--forma-font);
}

html {
  scroll-behavior: smooth;
}

body.forma-body {
  font-family: var(--forma-font);
  background: var(--forma-bg);
  color: var(--forma-text);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Ambient background */
.forma-bg-mesh {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(34, 211, 238, 0.12), transparent),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(167, 139, 250, 0.08), transparent),
    radial-gradient(ellipse 50% 30% at 0% 100%, rgba(8, 145, 178, 0.1), transparent),
    var(--forma-bg);
  pointer-events: none;
}

.forma-topbar {
  font-size: 0.8rem;
  border-bottom: 1px solid var(--forma-border);
  background: rgba(7, 11, 18, 0.85);
  backdrop-filter: blur(12px);
}

.forma-navbar {
  border-bottom: 1px solid var(--forma-border);
  background: rgba(7, 11, 18, 0.75);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.2s ease;
}

.forma-navbar.is-scrolled {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* Dropdowns (currency, etc.) must paint above page content and not be clipped by collapse */
.forma-navbar .navbar-collapse {
  overflow: visible;
}

.forma-navbar .navbar-nav .dropdown-menu {
  z-index: 1080;
}

.forma-navbar .navbar-nav .nav-item.dropdown {
  position: relative;
  z-index: 1;
}

.forma-navbar .navbar-nav .nav-item.dropdown.show {
  z-index: 1090;
}

.forma-brand img {
  height: 40px;
  width: auto;
}

.forma-nav-link {
  color: var(--forma-muted) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 0.85rem !important;
  border-radius: 0.65rem;
  transition: color 0.15s, background 0.15s;
}

.forma-nav-link:hover,
.forma-nav-link:focus {
  color: var(--forma-text) !important;
  background: rgba(148, 163, 184, 0.08);
}

/* Services dropdown (navbar) */
.navbar .nav-link.forma-nav-link.dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.14em;
}

.forma-nav-dropdown.dropdown-menu {
  --bs-dropdown-bg: #0c1220;
  --bs-dropdown-border-color: rgba(148, 163, 184, 0.18);
  padding: 0.4rem;
  border-radius: 0.75rem;
  margin-top: 0.35rem !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.forma-nav-dropdown .dropdown-item {
  border-radius: 0.5rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.9rem;
  color: var(--forma-muted);
}

.forma-nav-dropdown .dropdown-item:hover,
.forma-nav-dropdown .dropdown-item:focus {
  background: rgba(34, 211, 238, 0.1);
  color: var(--forma-text);
}

.forma-nav-dropdown .dropdown-item.active,
.forma-nav-dropdown .dropdown-item:active {
  color: var(--forma-accent);
  background: rgba(34, 211, 238, 0.12);
}

/* Navbar currency (same /site_set_currency.php flow as main site) */
.forma-ccy-nav-toggle.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: min(16rem, 46vw);
  padding: 0.38rem 0.85rem 0.38rem 0.95rem;
  overflow: visible;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.5);
  color: var(--forma-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.forma-ccy-nav-toggle .forma-ccy-nav-toggle__label {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}

.forma-ccy-nav-toggle:hover,
.forma-ccy-nav-toggle:focus-visible,
.forma-ccy-nav-toggle.show {
  border-color: rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.08);
  color: #fff;
}

.forma-ccy-nav-toggle.dropdown-toggle::after {
  flex-shrink: 0;
  margin-left: 0;
  vertical-align: 0.12em;
}

/* Client area: strip under main navbar (BetaSite /clientarea/) — segmented nav + icons */
.forma-clientarea-subnav {
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.92) 0%, rgba(7, 11, 18, 0.82) 100%);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--forma-border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.forma-clientarea-subnav__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
}

.forma-clientarea-subnav__label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forma-muted);
  flex-shrink: 0;
}

.forma-clientarea-subnav__label .bi {
  font-size: 1rem;
  color: rgba(34, 211, 238, 0.85);
}

.forma-clientarea-subnav__track {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.2rem;
  padding: 0.3rem;
  flex: 1 1 auto;
  min-width: 0;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

@media (max-width: 576px) {
  .forma-clientarea-subnav__track {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    border-radius: 0.85rem;
    padding: 0.35rem;
  }

  .forma-clientarea-subnav__track::-webkit-scrollbar {
    height: 4px;
  }

  .forma-clientarea-subnav__track::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.25);
    border-radius: 4px;
  }
}

.forma-clientarea-subnav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--forma-muted);
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.12s ease;
}

.forma-clientarea-subnav__ico {
  font-size: 1rem;
  opacity: 0.88;
  transition: opacity 0.18s ease, color 0.18s ease;
}

.forma-clientarea-subnav__link:hover {
  color: var(--forma-text);
  background: rgba(148, 163, 184, 0.1);
  border-color: rgba(148, 163, 184, 0.12);
}

.forma-clientarea-subnav__link:hover .forma-clientarea-subnav__ico {
  opacity: 1;
  color: var(--forma-accent);
}

.forma-clientarea-subnav__link.is-active {
  color: #f8fafc;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.28) 0%, rgba(167, 139, 250, 0.22) 100%);
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.15),
    0 4px 14px rgba(34, 211, 238, 0.12);
}

.forma-clientarea-subnav__link.is-active .forma-clientarea-subnav__ico {
  opacity: 1;
  color: #a5f3fc;
}

.forma-clientarea-subnav__link:focus-visible {
  outline: 2px solid rgba(34, 211, 238, 0.55);
  outline-offset: 2px;
}

.forma-clientarea-main {
  position: relative;
  z-index: 1;
}

/* Static inner page hero (e.g. shared hosting) */
.forma-page-hero {
  position: relative;
  border-bottom: 1px solid var(--forma-border);
  min-height: min(52vh, 520px);
  display: flex;
  align-items: center;
  padding: clamp(3rem, 8vw, 5rem) 0;
  overflow: hidden;
}

.forma-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 100%, rgba(34, 211, 238, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 45% at 90% 15%, rgba(167, 139, 250, 0.1), transparent 50%),
    linear-gradient(175deg, #0a1628 0%, #070b12 50%, #134e4a 100%);
}

.forma-page-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7, 11, 18, 0.2), rgba(7, 11, 18, 0.82));
  pointer-events: none;
}

/* Shared hosting inner hero — photo + tint (image: assets/img/hero/slide-hosting.jpg) */
.forma-page-hero--shared-hosting .forma-page-hero__bg {
  background:
    radial-gradient(ellipse 75% 55% at 50% 100%, rgba(34, 211, 238, 0.12), transparent 52%),
    radial-gradient(ellipse 45% 35% at 88% 12%, rgba(167, 139, 250, 0.07), transparent 48%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.5) 0%, rgba(7, 11, 18, 0.2) 38%, rgba(7, 11, 18, 0.82) 100%),
    url("../img/hero/slide-hosting.jpg") center 32% / cover no-repeat,
    #0a1628;
}

.forma-page-hero--shared-hosting .forma-page-hero__bg::after {
  background: linear-gradient(
    to bottom,
    rgba(7, 11, 18, 0.5) 0%,
    rgba(7, 11, 18, 0.18) 45%,
    rgba(7, 11, 18, 0.9) 100%
  );
}

/* Enterprise email inner hero (image: assets/img/hero/slide-enterprise-email-hero.png) */
.forma-page-hero--enterprise-email .forma-page-hero__bg {
  background:
    radial-gradient(ellipse 70% 50% at 20% 80%, rgba(34, 211, 238, 0.1), transparent 50%),
    radial-gradient(ellipse 50% 40% at 92% 18%, rgba(167, 139, 250, 0.08), transparent 48%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.55) 0%, rgba(7, 11, 18, 0.22) 40%, rgba(7, 11, 18, 0.85) 100%),
    url("../img/hero/slide-enterprise-email-hero.png") center 32% / cover no-repeat,
    #0a1628;
}

.forma-page-hero--enterprise-email .forma-page-hero__bg::after {
  background: linear-gradient(
    to bottom,
    rgba(7, 11, 18, 0.52) 0%,
    rgba(7, 11, 18, 0.2) 42%,
    rgba(7, 11, 18, 0.9) 100%
  );
}

/* Small business design (image: assets/img/hero/slide-code.jpg) */
.forma-page-hero--small-business-design .forma-page-hero__bg {
  background:
    radial-gradient(ellipse 65% 55% at 15% 75%, rgba(34, 211, 238, 0.12), transparent 52%),
    radial-gradient(ellipse 55% 45% at 88% 22%, rgba(167, 139, 250, 0.1), transparent 48%),
    linear-gradient(195deg, rgba(15, 23, 42, 0.78) 0%, rgba(7, 11, 18, 0.45) 50%, rgba(19, 78, 74, 0.52) 100%),
    url("../img/hero/slide-code.jpg") center 36% / cover no-repeat,
    #0a1628;
}

.forma-page-hero--small-business-design .forma-page-hero__bg::after {
  background: linear-gradient(
    to bottom,
    rgba(7, 11, 18, 0.55) 0%,
    rgba(7, 11, 18, 0.22) 45%,
    rgba(7, 11, 18, 0.9) 100%
  );
}

/* Software / WHMCS modules catalog hero (code context, slightly tighter than default inner hero) */
.forma-page-hero.forma-page-hero--software-modules {
  min-height: min(44vh, 440px);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
}

.forma-page-hero--software-modules .forma-page-hero__bg {
  background:
    radial-gradient(ellipse 60% 50% at 18% 72%, rgba(34, 211, 238, 0.11), transparent 52%),
    radial-gradient(ellipse 50% 42% at 90% 20%, rgba(167, 139, 250, 0.09), transparent 48%),
    linear-gradient(195deg, rgba(15, 23, 42, 0.82) 0%, rgba(7, 11, 18, 0.48) 50%, rgba(19, 78, 74, 0.48) 100%),
    url("../img/hero/slide-code.jpg") center 36% / cover no-repeat,
    #0a1628;
}

.forma-page-hero--software-modules .forma-page-hero__bg::after {
  background: linear-gradient(
    to bottom,
    rgba(7, 11, 18, 0.58) 0%,
    rgba(7, 11, 18, 0.24) 46%,
    rgba(7, 11, 18, 0.9) 100%
  );
}

/* Software / SyndaqCMS (content + SEO emphasis) */
.forma-page-hero.forma-page-hero--syndaqcms {
  min-height: min(44vh, 440px);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
}

.forma-page-hero--syndaqcms .forma-page-hero__bg {
  background:
    radial-gradient(ellipse 55% 48% at 12% 75%, rgba(52, 211, 153, 0.12), transparent 52%),
    radial-gradient(ellipse 48% 40% at 88% 18%, rgba(34, 211, 238, 0.1), transparent 48%),
    linear-gradient(198deg, rgba(15, 23, 42, 0.84) 0%, rgba(7, 11, 18, 0.52) 50%, rgba(6, 78, 59, 0.38) 100%),
    url("../img/hero/slide-code.jpg") center 32% / cover no-repeat,
    #0a1628;
}

.forma-page-hero--syndaqcms .forma-page-hero__bg::after {
  background: linear-gradient(
    to bottom,
    rgba(7, 11, 18, 0.58) 0%,
    rgba(7, 11, 18, 0.22) 46%,
    rgba(7, 11, 18, 0.9) 100%
  );
}

/* Truform Captcha (marketing) */
.forma-page-hero.forma-page-hero--truform {
  min-height: min(44vh, 440px);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
}

.forma-page-hero--truform .forma-page-hero__bg {
  background:
    radial-gradient(ellipse 55% 48% at 12% 75%, rgba(167, 139, 250, 0.14), transparent 52%),
    radial-gradient(ellipse 48% 40% at 88% 18%, rgba(56, 189, 248, 0.1), transparent 48%),
    linear-gradient(198deg, rgba(15, 23, 42, 0.84) 0%, rgba(7, 11, 18, 0.52) 50%, rgba(49, 46, 129, 0.38) 100%),
    url("../img/hero/slide-code.jpg") center 32% / cover no-repeat,
    #0a1628;
}

.forma-page-hero--truform .forma-page-hero__bg::after {
  background: linear-gradient(
    to bottom,
    rgba(7, 11, 18, 0.58) 0%,
    rgba(7, 11, 18, 0.22) 46%,
    rgba(7, 11, 18, 0.9) 100%
  );
}

/* WHMCS module detail (marketing) */
.forma-marketing-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(148, 163, 184, 0.45);
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
}

.forma-marketing-breadcrumb .breadcrumb-item a {
  color: var(--forma-muted);
}

.forma-marketing-breadcrumb .breadcrumb-item a:hover {
  color: var(--forma-accent);
}

.forma-software-detail-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.forma-software-detail-banner {
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, rgba(34, 211, 238, 0.08), transparent 55%),
    radial-gradient(ellipse 55% 60% at 100% 100%, rgba(167, 139, 250, 0.07), transparent 50%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.95) 0%, rgba(7, 11, 18, 0.88) 100%);
}

.forma-software-detail-banner__img-wrap {
  max-width: 100%;
}

@media (min-width: 992px) {
  .forma-software-aside {
    position: sticky;
    top: 5.5rem;
  }
}

.forma-software-module-card {
  display: block;
  height: 100%;
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--forma-border);
  background: rgba(15, 23, 42, 0.45);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.forma-software-module-card:hover {
  border-color: rgba(34, 211, 238, 0.22);
  background: rgba(15, 23, 42, 0.72);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.forma-software-module-card:focus-visible {
  outline: 2px solid rgba(34, 211, 238, 0.55);
  outline-offset: 3px;
}

.forma-software-module-card__chevron {
  transition: transform 0.18s ease, color 0.18s ease;
}

.forma-software-module-card:hover .forma-software-module-card__chevron {
  transform: translateX(3px);
  color: var(--forma-accent) !important;
}

.forma-software-screenshot img {
  background: rgba(7, 11, 18, 0.5);
}

/* Contact page top band — same layout/spacing as before, with support photo behind copy */
.forma-section.forma-section--contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 11rem;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .forma-section.forma-section--contact-hero {
    min-height: 12rem;
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }
}

/* Photo: headset / support context (assets/img/hero/slide-support.jpg) — anchored right so it stays visible beside the copy */
.forma-section--contact-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #070b12;
  background-image:
    radial-gradient(ellipse 55% 90% at 92% 45%, rgba(34, 211, 238, 0.14), transparent 58%),
    linear-gradient(
      100deg,
      rgba(7, 11, 18, 0.97) 0%,
      rgba(7, 11, 18, 0.82) 38%,
      rgba(7, 11, 18, 0.45) 62%,
      rgba(7, 11, 18, 0.28) 100%
    ),
    url("../img/hero/slide-support.jpg");
  background-position: right 28% center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forma-section--contact-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(7, 11, 18, 0.92) 0%,
    rgba(7, 11, 18, 0.55) 48%,
    rgba(7, 11, 18, 0.22) 100%
  );
  pointer-events: none;
}

.forma-section--contact-hero > .container {
  position: relative;
  z-index: 1;
}

/* Blog — same band layout as contact hero; editorial desk photo (assets/img/hero/slide-blog.jpg) */
.forma-section.forma-section--blog-hero {
  position: relative;
  overflow: hidden;
  min-height: 11rem;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .forma-section.forma-section--blog-hero {
    min-height: 12rem;
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }
}

.forma-section--blog-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #070b12;
  background-image:
    radial-gradient(ellipse 52% 85% at 90% 40%, rgba(34, 211, 238, 0.13), transparent 56%),
    linear-gradient(
      100deg,
      rgba(7, 11, 18, 0.97) 0%,
      rgba(7, 11, 18, 0.84) 40%,
      rgba(7, 11, 18, 0.46) 64%,
      rgba(7, 11, 18, 0.26) 100%
    ),
    url("../img/hero/slide-blog.jpg");
  background-position: right 24% center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forma-section--blog-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(7, 11, 18, 0.92) 0%,
    rgba(7, 11, 18, 0.54) 48%,
    rgba(7, 11, 18, 0.22) 100%
  );
  pointer-events: none;
}

.forma-section--blog-hero > .container {
  position: relative;
  z-index: 1;
}

/* About page top band — same structure as contact hero; engineering / build context photo */
.forma-section.forma-section--about-hero {
  position: relative;
  overflow: hidden;
  min-height: 13rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .forma-section.forma-section--about-hero {
    min-height: 15rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.forma-section--about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #070b12;
  background-image:
    radial-gradient(ellipse 50% 85% at 88% 42%, rgba(34, 211, 238, 0.12), transparent 55%),
    linear-gradient(
      100deg,
      rgba(7, 11, 18, 0.98) 0%,
      rgba(7, 11, 18, 0.88) 36%,
      rgba(7, 11, 18, 0.52) 58%,
      rgba(7, 11, 18, 0.32) 100%
    ),
    url("../img/hero/slide-code.jpg");
  background-position: right 22% center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forma-section--about-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(7, 11, 18, 0.94) 0%,
    rgba(7, 11, 18, 0.62) 46%,
    rgba(7, 11, 18, 0.18) 100%
  );
  pointer-events: none;
}

.forma-section--about-hero > .container {
  position: relative;
  z-index: 1;
}

/* Service status page — abstract band (no stock photo) */
.forma-section.forma-section--status-hero {
  position: relative;
  overflow: hidden;
  min-height: 11rem;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .forma-section.forma-section--status-hero {
    min-height: 12rem;
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }
}

.forma-section--status-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #070b12;
  background-image:
    radial-gradient(ellipse 58% 100% at 88% 48%, rgba(6, 182, 212, 0.2), transparent 56%),
    radial-gradient(ellipse 45% 75% at 12% 75%, rgba(124, 58, 237, 0.1), transparent 52%),
    linear-gradient(
      105deg,
      rgba(7, 11, 18, 0.99) 0%,
      rgba(7, 11, 18, 0.93) 42%,
      rgba(10, 26, 36, 0.9) 100%
    );
}

.forma-section--status-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(7, 11, 18, 0.9) 0%,
    rgba(7, 11, 18, 0.48) 52%,
    rgba(7, 11, 18, 0.22) 100%
  );
  pointer-events: none;
}

.forma-section--status-hero > .container {
  position: relative;
  z-index: 1;
}

.forma-status-summary {
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.35);
}

.forma-status-summary--operational {
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.07);
}

.forma-status-summary--degraded {
  border-color: rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.08);
}

.forma-status-list {
  background: rgba(7, 11, 18, 0.35);
}

.forma-status-list > .forma-status-row,
.forma-status-list > .forma-status-expandable {
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.forma-status-list > *:last-child {
  border-bottom: none;
}

.forma-status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 1.15rem 0;
}

/* Match vertical rhythm of .forma-status-row (1.15rem). Trigger uses p-0; padding lives on __main. */
.forma-status-expandable {
  padding: 0;
}

.forma-status-row--trigger {
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease;
  border-radius: 0.35rem;
}

.forma-status-row--trigger:hover,
.forma-status-row--trigger:focus-visible {
  background: rgba(148, 163, 184, 0.06);
}

.forma-status-row--trigger:focus-visible {
  outline: 2px solid rgba(34, 211, 238, 0.45);
  outline-offset: 2px;
}

.forma-status-row__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  width: 100%;
  padding: 1.15rem 0;
  box-sizing: border-box;
}

.forma-status-row--trigger.is-open .forma-status-row__main {
  padding-bottom: 0.75rem;
}

.forma-status-row__chevron {
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.forma-status-row--trigger.is-open .forma-status-row__chevron {
  transform: rotate(180deg);
}

.forma-status-nodes {
  margin: 0;
  padding: 0.75rem 1.25rem 1.15rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .forma-status-nodes {
    padding-top: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.forma-status-nodes__intro {
  max-width: 48rem;
  line-height: 1.6;
  margin-bottom: 1.15rem;
}

/* One grid for all node rows: nested display:contents hoists label/pct/bar/live into one alignment context. */
@media (min-width: 768px) {
  .forma-status-nodes__grid {
    display: grid;
    grid-template-columns: minmax(12.5rem, 15rem) 5.75rem minmax(0, 1fr) 5.5rem;
    column-gap: 1.75rem;
    row-gap: 1.4rem;
    align-items: center;
  }

  .forma-status-node--grid {
    display: contents;
  }

  .forma-status-node__top {
    display: contents;
  }

  .forma-status-nodes__grid .forma-status-node__pct {
    justify-self: end;
    text-align: right;
  }

  .forma-status-nodes__grid .forma-status-node__live {
    justify-self: end;
  }

  .forma-status-nodes__grid .forma-status-node__bar {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .forma-status-nodes__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .forma-status-node--grid {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  }

  .forma-status-node--grid:first-child {
    padding-top: 0.25rem;
  }

  .forma-status-node--grid:last-child {
    border-bottom: none;
    padding-bottom: 0.15rem;
  }

  .forma-status-node__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }

  .forma-status-node__label {
    flex: 1;
    min-width: 0;
  }

  .forma-status-node__pct {
    flex-shrink: 0;
    padding-top: 0.15rem;
  }

  .forma-status-node__live {
    align-self: flex-end;
  }
}

.forma-status-node__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

.forma-status-node__name {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.forma-status-node__arrow {
  font-size: 0.75rem;
  opacity: 0.55;
}

.forma-status-node__pct {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 0.9375rem;
  white-space: nowrap;
}

.forma-status-node__pct--up {
  color: #34d399;
}

.forma-status-node__pct--degraded {
  color: #fbbf24;
}

.forma-status-node__pct--down {
  color: #f87171;
}

.forma-status-node__bar {
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: stretch;
  height: 24px;
  min-width: 0;
  border-radius: 4px;
  padding: 1px 0;
}

.forma-status-bar-seg {
  flex: 1 1 0;
  min-width: 2px;
  border-radius: 2px;
  min-height: 10px;
}

.forma-status-bar-seg--up {
  background: #34d399;
}

.forma-status-bar-seg--degraded {
  background: #fbbf24;
}

.forma-status-bar-seg--outage {
  background: #f87171;
}

.forma-status-node__live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.forma-status-node__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.forma-status-node__live--up .forma-status-node__dot {
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.25);
}

.forma-status-node__live--up .forma-status-node__state {
  color: #34d399;
}

.forma-status-node__live--degraded .forma-status-node__dot {
  background: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.28);
}

.forma-status-node__live--degraded .forma-status-node__state {
  color: #fbbf24;
}

.forma-status-node__live--down .forma-status-node__dot {
  background: #f87171;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.28);
}

.forma-status-node__live--down .forma-status-node__state {
  color: #f87171;
}

.forma-status-empty {
  background: rgba(15, 23, 42, 0.25);
}

.forma-status-incidents {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .forma-status-incidents {
    gap: 1.5rem;
  }
}

.forma-status-incident {
  background: rgba(7, 11, 18, 0.35);
}

.forma-status-incident__updates-heading {
  letter-spacing: 0.06em;
  font-size: 0.7rem;
  font-weight: 700;
}

.forma-status-incident__updates {
  border-left: 2px solid rgba(148, 163, 184, 0.22);
  padding-left: 1rem;
  margin-left: 0.15rem;
}

.forma-status-incident__update {
  padding-bottom: 1.15rem;
}

.forma-status-incident__update:last-child {
  padding-bottom: 0;
}

.forma-status-incident__update-time {
  font-variant-numeric: tabular-nums;
}

.forma-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.forma-status-pill--compact {
  font-size: 0.8125rem;
  padding: 0.28rem 0.65rem;
}

.forma-status-pill--operational {
  color: #6ee7b7;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
}

.forma-status-pill--degraded {
  color: #fcd34d;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.forma-status-pill--partial_outage {
  color: #fdba74;
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.38);
}

.forma-status-pill--major_outage {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
}

.forma-page-hero .container {
  position: relative;
  z-index: 1;
}

.forma-page-hero .forma-kicker {
  justify-content: center;
}

/* Pricing tiers */
.forma-pricing-card {
  background: var(--forma-surface);
  border: 1px solid var(--forma-border);
  border-radius: var(--forma-radius);
  padding: 1.75rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.forma-pricing-card:hover {
  border-color: rgba(34, 211, 238, 0.2);
}

.forma-pricing-card--featured {
  border-color: rgba(34, 211, 238, 0.4);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.12), 0 24px 55px rgba(34, 211, 238, 0.08);
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.85), rgba(7, 11, 18, 0.95));
  padding-top: 2.35rem;
}

.forma-pricing-card__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--forma-accent);
}

.forma-pricing-card--featured .forma-pricing-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}

.forma-pricing-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.forma-pricing-card__header h3 {
  flex: 1;
  min-width: 0;
  line-height: 1.25;
}

.forma-pricing-card__term-badge {
  flex-shrink: 0;
  margin-top: 0.12rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--forma-muted);
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(7, 11, 18, 0.45);
  padding: 0.28rem 0.5rem;
  border-radius: 0.45rem;
  line-height: 1.2;
  max-width: 42%;
  text-align: center;
  word-break: break-word;
}

.forma-pricing-price {
  margin-top: 0.6rem;
  margin-bottom: 0.35rem;
}

.forma-pricing-price__amount {
  font-family: var(--forma-display);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.forma-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
  flex-grow: 1;
}

.forma-pricing-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--forma-muted);
  margin-bottom: 0.65rem;
}

.forma-pricing-card li i {
  color: var(--forma-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Small business design — pricing comparison (scoped; does not affect other product pages) */
.forma-sbd-pricing {
  position: relative;
}

.forma-sbd-pricing::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: min(100%, 48rem);
  height: 16rem;
  background: radial-gradient(ellipse 75% 65% at 50% 50%, rgba(34, 211, 238, 0.07), transparent 72%);
  z-index: 0;
}

.forma-sbd-pricing > [class*="col-"] {
  position: relative;
  z-index: 1;
}

.forma-sbd-unavailable-card {
  max-width: 36rem;
}

.forma-pricing-card.forma-sbd-price {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 1.125rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(165deg, rgba(30, 41, 59, 0.45) 0%, rgba(7, 11, 18, 0.96) 55%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 20px 48px rgba(0, 0, 0, 0.38);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

@media (hover: hover) {
  .forma-pricing-card.forma-sbd-price:hover {
    transform: translateY(-4px);
    border-color: rgba(148, 163, 184, 0.24);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.06) inset,
      0 28px 64px rgba(0, 0, 0, 0.48);
  }
}

.forma-sbd-price--monthly .forma-sbd-price__accent {
  height: 4px;
  background: linear-gradient(90deg, #22d3ee, #818cf8, rgba(129, 140, 248, 0.2));
}

.forma-sbd-price--yearly .forma-sbd-price__accent {
  height: 4px;
  background: linear-gradient(90deg, #34d399, #2dd4bf, #5eead4);
}

.forma-sbd-price--single .forma-sbd-price__accent--single {
  height: 4px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.85), rgba(167, 139, 250, 0.55));
}

.forma-pricing-card.forma-sbd-price.forma-pricing-card--featured.forma-sbd-price--yearly {
  padding-top: 0 !important;
  background: linear-gradient(155deg, rgba(4, 47, 46, 0.42) 0%, rgba(15, 23, 42, 0.9) 42%, rgba(7, 11, 18, 0.98) 100%);
  border-color: rgba(52, 211, 153, 0.38);
  box-shadow:
    0 0 0 1px rgba(52, 211, 153, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 26px 72px rgba(16, 185, 129, 0.14);
}

.forma-sbd-price__body {
  padding: 1.35rem 1.5rem 1.5rem;
}

@media (min-width: 992px) {
  .forma-sbd-price__body {
    padding: 1.5rem 1.65rem 1.65rem;
  }
}

.forma-sbd-price__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
  margin-bottom: 0.6rem;
}

.forma-sbd-price__eyebrow--emerald {
  color: rgba(167, 243, 208, 0.92);
}

.forma-sbd-price__eyebrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.55rem;
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
  font-size: 1rem;
}

.forma-sbd-price--yearly .forma-sbd-price__eyebrow--emerald .forma-sbd-price__eyebrow-icon {
  background: rgba(52, 211, 153, 0.18);
  color: #6ee7b7;
}

.forma-sbd-price__plan-name {
  font-family: var(--forma-display);
  font-size: 1.22rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

.forma-sbd-price__lede,
.forma-sbd-price__tagline {
  color: var(--forma-muted);
  line-height: 1.45;
}

.forma-sbd-price__tagline {
  margin-top: 0.45rem;
}

.forma-sbd-price__figure {
  margin-top: 1.1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.forma-sbd-price__figure--yearly {
  background: linear-gradient(128deg, rgba(16, 185, 129, 0.14), rgba(0, 0, 0, 0.22));
  border-color: rgba(52, 211, 153, 0.22);
}

.forma-sbd-price__term-note {
  margin-top: 1.15rem;
  padding-top: 0.1rem;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.55);
  font-weight: 400;
}

.forma-sbd-price__currency {
  font-family: var(--forma-display);
  font-size: clamp(1.35rem, 2.4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.forma-sbd-price__period {
  display: inline;
  margin-left: 0.2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(148, 163, 184, 0.95);
}

.forma-sbd-price__effective {
  font-size: 0.9rem;
  font-weight: 600;
  color: #a7f3d0 !important;
  margin-top: 0.6rem !important;
}

.forma-sbd-price__setup {
  color: var(--forma-muted);
  margin-top: 0.5rem;
}

.forma-sbd-price__includes {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.72);
  margin: 1.25rem 0 0.55rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.forma-sbd-price__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  flex-grow: 1;
}

.forma-pricing-card.forma-sbd-price .forma-sbd-price__list {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.forma-sbd-price__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: rgba(203, 213, 225, 0.96);
  margin-bottom: 0.5rem;
  line-height: 1.42;
}

.forma-sbd-price__list li i {
  color: rgba(34, 211, 238, 0.88);
  margin-top: 0.1rem;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.forma-sbd-price--yearly .forma-sbd-price__list li i {
  color: rgba(52, 211, 153, 0.92);
}

/* Pushes CTA to card bottom while keeping a minimum gap above the button */
.forma-sbd-price--yearly .forma-sbd-price__yearly-cta-spacer {
  flex: 1 0 auto;
  min-height: 1.35rem;
  margin-top: auto;
}

.forma-sbd-price__cta {
  border-radius: 0.65rem;
  font-weight: 600;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* Full-width savings strip (annual card) — matches dark green header in design */
.forma-sbd-price__savings-header {
  position: relative;
  z-index: 1;
  min-height: 2.75rem;
  padding: 1rem 1.25rem 1.1rem;
  background: linear-gradient(180deg, rgba(5, 46, 42, 0.98) 0%, rgba(4, 47, 46, 0.9) 55%, rgba(6, 36, 35, 0.88) 100%);
  border-bottom: 1px solid rgba(52, 211, 153, 0.28);
}

.forma-sbd-price__float-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  z-index: 2;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a7f3d0;
  background: rgba(4, 47, 46, 0.65);
  border: 1px solid rgba(52, 211, 153, 0.45);
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.forma-sbd-price__savings-header .forma-sbd-price__float-badge {
  top: 0.7rem;
  right: 0.9rem;
}

.forma-sbd-price__float-badge--left {
  left: 1rem;
  right: auto;
  top: 1rem;
  color: var(--forma-accent);
  background: rgba(34, 211, 238, 0.12);
  border-color: rgba(34, 211, 238, 0.28);
  box-shadow: none;
}

.forma-sbd-price__savings-pill {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
}

.forma-sbd-price__savings-strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.forma-sbd-price__savings-sub {
  font-size: 0.8rem;
  color: rgba(204, 251, 241, 0.88);
  line-height: 1.4;
  max-width: 18rem;
}

.forma-sbd-price__cta.forma-btn-primary {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.forma-hosting-checklist {
  max-width: 48rem;
  margin: 0 auto;
}

.forma-hosting-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  color: var(--forma-muted);
  font-size: 0.95rem;
}

.forma-hosting-checklist li i {
  color: var(--forma-accent);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* FAQ (dark accordion) */
.forma-faq .accordion-item {
  background: transparent;
  border: 1px solid var(--forma-border);
  border-radius: 0.75rem !important;
  overflow: hidden;
  margin-bottom: 0.65rem;
}

.forma-faq .accordion-button {
  background: rgba(15, 23, 42, 0.55);
  color: var(--forma-text);
  font-weight: 500;
  font-size: 0.95rem;
  box-shadow: none !important;
}

.forma-faq .accordion-button:not(.collapsed) {
  background: rgba(34, 211, 238, 0.08);
  color: var(--forma-accent);
}

.forma-faq .accordion-button::after {
  filter: invert(1) brightness(1.15);
  opacity: 0.7;
}

.forma-faq .accordion-body {
  background: rgba(7, 11, 18, 0.55);
  color: var(--forma-muted);
  font-size: 0.95rem;
  padding-top: 0;
}

/**
 * Public checkout when wrapped in forma-body (Beta shell).
 * Bootstrap accordion + cards load after Tailwind and default to light surfaces — force dark forma surfaces.
 */
.forma-body main .od-acc.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: var(--forma-border);
  --bs-accordion-active-bg: rgba(34, 211, 238, 0.08);
  --bs-accordion-btn-color: var(--forma-text);
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

.forma-body main .od-acc .accordion-item {
  background: transparent;
  border: 1px solid var(--forma-border);
  border-radius: 1rem !important;
  /* overflow:hidden clips Bootstrap collapse height; keep visible so step content shows */
  overflow: visible;
  margin-bottom: 0.65rem;
}

.forma-body main .od-acc .accordion-button {
  background: rgba(15, 23, 42, 0.55) !important;
  color: var(--forma-text) !important;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: none !important;
}

.forma-body main .od-acc .accordion-button:not(.collapsed) {
  background: rgba(34, 211, 238, 0.08) !important;
  color: var(--forma-accent) !important;
}

.forma-body main .od-acc .accordion-button::after {
  filter: invert(1) brightness(1.15);
  opacity: 0.7;
}

.forma-body main .od-acc .accordion-button:disabled {
  opacity: 0.5;
  background: rgba(15, 23, 42, 0.35) !important;
  color: var(--forma-muted) !important;
}

.forma-body main .od-acc .accordion-body {
  padding: 1rem 1.25rem !important;
  background: rgba(7, 11, 18, 0.5);
  color: var(--forma-muted);
  border-top: 1px solid var(--forma-border);
}

/* Tailwind v3+ utility `.collapse` = visibility:collapse — same class as Bootstrap accordion; force Bootstrap behavior */
.forma-body main .od-acc .accordion-collapse.collapse:not(.show):not(.collapsing) {
  display: none !important;
  visibility: visible !important;
}

.forma-body main .od-acc .accordion-collapse.collapse.show,
.forma-body main .od-acc .accordion-collapse.collapsing {
  display: block !important;
  visibility: visible !important;
}

.forma-body main .card {
  background: var(--forma-surface) !important;
  border: 1px solid var(--forma-border) !important;
  color: var(--forma-text);
  border-radius: var(--forma-radius);
}

.forma-body main #od-stripe-el.checkout-stripe-mount,
.forma-body main #order-stripe-element.checkout-stripe-mount {
  background: rgba(7, 11, 18, 0.65);
  border: 1px solid var(--forma-border);
  border-radius: 0.75rem;
}

/* Plan comparison matrix (live catalog features) */
.forma-compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--forma-border);
  border-radius: 0.75rem;
  margin-top: 1.5rem;
  -webkit-overflow-scrolling: touch;
}

.forma-compare-table {
  --bs-table-bg: rgba(15, 23, 42, 0.45);
  --bs-table-color: var(--forma-text);
  margin-bottom: 0;
  font-size: 0.9rem;
}

.forma-compare-table thead th {
  color: var(--forma-text);
  font-weight: 600;
  border-color: var(--forma-border);
  white-space: nowrap;
  padding: 1rem 0.85rem;
}

.forma-compare-table tbody td {
  border-color: var(--forma-border);
  color: var(--forma-muted);
  padding: 0.65rem 0.85rem;
  vertical-align: middle;
}

.forma-compare-table .forma-compare-yes {
  color: var(--forma-accent);
  text-align: center;
  font-size: 1.1rem;
}

.forma-compare-table .forma-compare-no {
  color: rgba(148, 163, 184, 0.28);
  text-align: center;
}

.forma-btn-primary {
  --bs-btn-color: #042f2e;
  --bs-btn-bg: var(--forma-accent);
  --bs-btn-border-color: var(--forma-accent);
  --bs-btn-hover-bg: #5eead4;
  --bs-btn-hover-border-color: #5eead4;
  font-weight: 600;
  padding: 0.65rem 1.35rem;
  border-radius: 0.75rem;
}

.forma-btn-outline {
  --bs-btn-color: var(--forma-text);
  --bs-btn-border-color: var(--forma-border);
  --bs-btn-hover-bg: rgba(148, 163, 184, 0.1);
  --bs-btn-hover-border-color: rgba(148, 163, 184, 0.35);
  font-weight: 600;
  padding: 0.65rem 1.35rem;
  border-radius: 0.75rem;
}

/* Full-width hero slider (below nav) */
.forma-hero-carousel {
  position: relative;
  border-bottom: 1px solid var(--forma-border);
}

.forma-hero-carousel .carousel-inner {
  overflow: hidden;
}

.forma-hero-carousel .carousel-item {
  position: relative;
  min-height: min(82vh, 820px);
}

.forma-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #070b12;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Photo layer — swap URLs to use your own assets (paths relative to this CSS file). */
.forma-slide-bg--a {
  background-image: url("../img/hero/slide-hosting.jpg");
}

.forma-slide-bg--b {
  background-image: url("../img/hero/slide-code.jpg");
}

.forma-slide-bg--c {
  background-image: url("../img/hero/slide-enterprise-email-hero.png");
}

.forma-slide-bg--d {
  background-image: url("../img/hero/slide-support.jpg");
}

/* Brand tint over the photo (keeps sliders on-theme without crushing the image). */
.forma-slide-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.forma-slide-bg--a::before {
  background:
    radial-gradient(ellipse 90% 80% at 50% 100%, rgba(34, 211, 238, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(167, 139, 250, 0.14), transparent 50%),
    linear-gradient(165deg, rgba(10, 22, 40, 0.82) 0%, rgba(7, 11, 18, 0.45) 50%, rgba(12, 74, 110, 0.55) 100%);
}

.forma-slide-bg--b::before {
  background:
    radial-gradient(ellipse 80% 60% at 10% 80%, rgba(34, 211, 238, 0.18), transparent 50%),
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(167, 139, 250, 0.12), transparent 45%),
    linear-gradient(195deg, rgba(15, 23, 42, 0.78) 0%, rgba(7, 11, 18, 0.5) 50%, rgba(19, 78, 74, 0.55) 100%);
}

.forma-slide-bg--c::before {
  background:
    radial-gradient(ellipse 75% 55% at 85% 30%, rgba(167, 139, 250, 0.18), transparent 50%),
    radial-gradient(ellipse 60% 50% at 15% 75%, rgba(34, 211, 238, 0.14), transparent 50%),
    linear-gradient(200deg, rgba(30, 27, 75, 0.8) 0%, rgba(7, 11, 18, 0.55) 50%, rgba(15, 23, 42, 0.65) 100%);
}

.forma-slide-bg--d::before {
  background:
    radial-gradient(ellipse 70% 60% at 50% 20%, rgba(34, 211, 238, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 45% at 20% 85%, rgba(167, 139, 250, 0.12), transparent 50%),
    linear-gradient(185deg, rgba(15, 23, 42, 0.78) 0%, rgba(7, 11, 18, 0.48) 55%, rgba(19, 78, 74, 0.5) 100%);
}

.forma-slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(7, 11, 18, 0.3), rgba(7, 11, 18, 0.78));
  pointer-events: none;
}

.forma-slide-content {
  position: relative;
  z-index: 2;
  min-height: min(82vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  /* Slightly more bottom padding than top so the optical center clears the indicator strip */
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(6rem, 14vh, 9rem);
  padding-left: clamp(0.75rem, 2vw, 1rem);
  padding-right: clamp(0.75rem, 2vw, 1rem);
}

/* Slightly smaller type than main site hero; extra room stops it feeling squeezed */
.forma-hero-carousel .forma-display {
  font-size: clamp(1.75rem, 3.8vw, 2.85rem);
}

.forma-hero-carousel .forma-lead {
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Breathing room before CTAs on centered slides */
.forma-hero-carousel .forma-slide-content .forma-lead {
  margin-bottom: 1.75rem !important;
}

.forma-hero-carousel .forma-slide-content .d-flex.gap-3 {
  margin-top: 0.25rem;
}

.forma-slide-content .forma-kicker.justify-content-center {
  width: 100%;
}

.forma-slide-list li span {
  line-height: 1.5;
}

.forma-carousel-indicators {
  position: absolute;
  left: 0;
  right: 0;
  /* Sit near the physical bottom of the hero (not floated up toward the buttons) */
  bottom: 1.25rem;
  margin: 0 auto;
  margin-bottom: 0;
  gap: 0.65rem;
  z-index: 5;
}

@media (min-width: 768px) {
  .forma-carousel-indicators {
    bottom: 1.5rem;
  }
}

.forma-carousel-indicators [data-bs-target] {
  width: 2.5rem;
  height: 4px;
  border: none;
  border-radius: 4px;
  margin: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
}

.forma-carousel-indicators [data-bs-target].active {
  background: var(--forma-accent);
}

.forma-why-syndaq-copy {
  max-width: none;
  width: 100%;
  color: var(--forma-muted);
  line-height: 1.7;
}

.forma-why-syndaq-copy p {
  margin-bottom: 1.1rem;
}

.forma-why-syndaq-copy p:last-child {
  margin-bottom: 0;
}

/* About page: body copy uses full container width (same horizontal margins as the rest of the site). */
.forma-about-page .forma-section-title,
.forma-about-page .forma-section-desc {
  max-width: none;
  width: 100%;
}

.forma-about-page .forma-section--about-hero .forma-lead {
  max-width: none;
  width: 100%;
}

.forma-about-page .forma-about-prose {
  max-width: none;
  width: 100%;
  color: var(--forma-muted);
  line-height: 1.72;
  font-size: 1.0625rem;
  margin-top: 0.35rem;
}

@media (min-width: 992px) {
  .forma-about-page .forma-about-prose {
    margin-top: 0.5rem;
  }
}

.forma-about-page .forma-about-prose p {
  margin-bottom: 1.1rem;
}

.forma-about-page .forma-about-prose p:last-child {
  margin-bottom: 0;
}

.forma-about-page .forma-about-value-line {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  color: var(--forma-muted);
  line-height: 1.65;
  font-size: 1rem;
}

.forma-about-page .forma-kicker.forma-about-outcomes-kicker {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

/* Roomier gutters between cards on About */
.forma-about-page .forma-about-card-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.75rem;
}

@media (min-width: 768px) {
  .forma-about-page .forma-about-card-grid {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 2rem;
  }
}

@media (min-width: 1200px) {
  .forma-about-page .forma-about-card-grid {
    --bs-gutter-x: 2.25rem;
    --bs-gutter-y: 2.5rem;
  }
}

.forma-carousel-control {
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 0.85;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.55) !important;
  border: 1px solid var(--forma-border);
}

.forma-carousel-control:hover {
  opacity: 1;
}

.forma-carousel-control .carousel-control-prev-icon,
.forma-carousel-control .carousel-control-next-icon {
  filter: invert(1);
  width: 1.35rem;
  height: 1.35rem;
}

.forma-hero {
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
}

.forma-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forma-accent);
  margin-bottom: 1rem;
}

.forma-kicker::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--forma-accent), transparent);
  border-radius: 2px;
}

.forma-display {
  font-family: var(--forma-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  color: #fff;
}

.forma-lead {
  font-size: 1.1rem;
  color: var(--forma-muted);
  max-width: 34rem;
}

/* Hero band intros: base .forma-lead max-width (34rem) comes above in the cascade — override here */
.forma-lead.forma-hero-header-lede,
.forma-lead.forma-lead--software-modules-hero {
  max-width: none;
}

/* Small business design — wider subhead (base .forma-lead max-width would otherwise squeeze it) */
.forma-lead.forma-lead--small-business-design-hero {
  max-width: min(52rem, 100%);
  line-height: 1.65;
}

/* Inner marketing heroes (shared hosting, enterprise email) */
.forma-lead--shared-hosting-hero,
.forma-lead--enterprise-email-hero {
  max-width: min(62rem, 100%);
}

.forma-hero-card {
  background: var(--forma-surface);
  border: 1px solid var(--forma-border);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.forma-hero-stat {
  text-align: center;
  padding: 1rem;
}

.forma-hero-stat strong {
  font-family: var(--forma-display);
  font-size: 1.75rem;
  color: #fff;
  display: block;
  line-height: 1.2;
}

.forma-hero-stat span {
  font-size: 0.8rem;
  color: var(--forma-muted);
}

.forma-section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.forma-section-title {
  font-family: var(--forma-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: #fff;
  margin-bottom: 0.5rem;
}

.forma-section-desc {
  color: var(--forma-muted);
  max-width: min(58rem, 100%);
  margin-bottom: 2.5rem;
}

.forma-section--deliver {
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.45) 0%, transparent 42%);
}

.forma-section--principles {
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.55) 0%, rgba(15, 23, 42, 0.35) 38%, transparent 72%),
    rgba(0, 0, 0, 0.22);
}

.forma-section--deliver .forma-card--pillar,
.forma-section--principles .forma-card--pillar {
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.5), var(--forma-surface));
  box-shadow: inset 3px 0 0 rgba(34, 211, 238, 0.2);
}

.forma-section--deliver .forma-card--pillar:hover,
.forma-section--principles .forma-card--pillar:hover {
  box-shadow: inset 3px 0 0 rgba(34, 211, 238, 0.38), 0 20px 50px var(--forma-glow);
}

.forma-card.forma-principles-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.forma-card.forma-principles-card p {
  flex-grow: 1;
  margin: 0 0 1rem;
}

.forma-process-card p {
  margin-bottom: 1rem;
}

.forma-process-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.95rem;
  color: var(--forma-muted);
  line-height: 1.55;
}

.forma-process-list li {
  margin-bottom: 0.35rem;
}

.forma-process-list li:last-child {
  margin-bottom: 0;
}

.forma-card {
  background: var(--forma-surface);
  border: 1px solid var(--forma-border);
  border-radius: var(--forma-radius);
  padding: 1.75rem;
  height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.forma-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.25);
  box-shadow: 0 20px 50px var(--forma-glow);
}

.forma-icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.15), rgba(167, 139, 250, 0.1));
  color: var(--forma-accent);
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}

.forma-card h3 {
  font-family: var(--forma-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
}

.forma-card p {
  font-size: 0.95rem;
  color: var(--forma-muted);
  margin: 0;
}

.forma-capability-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.forma-capability-card .forma-icon-wrap {
  margin-bottom: 1rem;
}

.forma-card.forma-capability-card p {
  flex-grow: 1;
  margin: 0 0 1rem;
}

.forma-capability-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.875rem;
  color: var(--forma-muted);
  line-height: 1.55;
}

.forma-capability-list li {
  margin-bottom: 0.35rem;
}

.forma-capability-list li:last-child {
  margin-bottom: 0;
}

.forma-testimonial {
  background: var(--forma-surface);
  border: 1px solid var(--forma-border);
  border-radius: var(--forma-radius);
  padding: 1.75rem;
  height: 100%;
}

.forma-testimonial .quote {
  font-size: 0.95rem;
  color: var(--forma-muted);
  margin-bottom: 1.25rem;
}

.forma-testimonial .author {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
}

.forma-testimonial .role {
  font-size: 0.8rem;
  color: var(--forma-muted);
}

.forma-cta-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.forma-cta {
  --forma-cta-pad-y: clamp(2.75rem, 6vw, 4.25rem);
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  background: linear-gradient(
    165deg,
    rgba(15, 23, 42, 0.88) 0%,
    rgba(7, 11, 18, 0.96) 48%,
    rgba(7, 11, 18, 0.99) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  padding: var(--forma-cta-pad-y) 0;
  text-align: center;
}

.forma-cta .forma-section-title {
  margin-bottom: 1.2rem;
}

.forma-cta .forma-kicker {
  margin-bottom: 1.05rem;
}

.forma-cta-lead {
  color: var(--forma-muted);
  font-size: 1.0625rem;
  line-height: 1.72;
  max-width: min(58rem, 100%);
  margin: 0 auto 2.25rem;
  text-wrap: balance;
}

.forma-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1rem;
}

/* ——— Contact section (two-column + elevated form) ——— */
.forma-contact-section {
  padding-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  padding-left: 0;
  padding-right: 0;
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(34, 211, 238, 0.06), transparent 50%),
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(167, 139, 250, 0.05), transparent 45%),
    #080d16;
}

.forma-contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--forma-accent);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.22);
  margin-bottom: 1.5rem;
}

.forma-contact-badge i {
  font-size: 1rem;
}

.forma-contact-headline {
  font-family: var(--forma-display);
  font-weight: 700;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.forma-contact-lead {
  color: var(--forma-muted);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 32rem;
  margin-bottom: 2rem;
}

.forma-contact-info-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

.forma-contact-info-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.15rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid var(--forma-border);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.forma-contact-info-card:hover {
  border-color: rgba(34, 211, 238, 0.2);
  background: rgba(15, 23, 42, 0.75);
}

.forma-contact-info-card__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #042f2e;
  background: linear-gradient(145deg, var(--forma-accent), #5eead4);
}

.forma-contact-info-card__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--forma-muted);
  margin-bottom: 0.2rem;
}

.forma-contact-info-card__value {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  text-decoration: none;
}

a.forma-contact-info-card__value:hover {
  color: var(--forma-accent);
}

.forma-contact-info-card__hint {
  font-size: 0.8rem;
  color: var(--forma-muted);
  margin: 0.35rem 0 0;
}

.forma-contact-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 0;
  padding-top: 0.5rem;
  border-top: 1px solid var(--forma-border);
}

.forma-contact-stat {
  flex: 1 1 auto;
  min-width: 5.5rem;
  text-align: left;
}

.forma-contact-stat strong {
  display: block;
  font-family: var(--forma-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--forma-accent);
  line-height: 1.2;
}

.forma-contact-stat span {
  font-size: 0.78rem;
  color: var(--forma-muted);
}

.forma-contact-stat__divider {
  width: 1px;
  height: 2.25rem;
  background: var(--forma-border);
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .forma-contact-stat__divider {
    display: none;
  }

  .forma-contact-stat {
    flex-basis: 100%;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--forma-border);
  }

  .forma-contact-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.forma-contact-panel {
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.85) 0%, rgba(7, 11, 18, 0.92) 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.15rem;
  padding: clamp(1.75rem, 4vw, 2.25rem);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.forma-contact-panel__title {
  font-family: var(--forma-display);
  font-weight: 700;
  font-size: clamp(1.45rem, 2.5vw, 1.75rem);
  color: #fff;
  margin: 0 0 0.5rem;
}

.forma-contact-panel__subtitle {
  font-size: 0.95rem;
  color: var(--forma-muted);
  line-height: 1.55;
  margin: 0;
}

.forma-contact-panel__head {
  margin-bottom: 1.75rem;
}

.forma-contact-submit {
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
}

.forma-contact-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: var(--forma-muted);
  text-align: center;
}

.forma-contact-secure i {
  color: var(--forma-accent);
  font-size: 1rem;
}

.forma-form .form-control,
.forma-form .form-select {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid var(--forma-border);
  color: var(--forma-text);
  border-radius: 0.65rem;
  padding: 0.65rem 0.85rem;
}

.forma-form .form-control:focus,
.forma-form .form-select:focus {
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 0 0 3px var(--forma-glow);
}

.forma-form label {
  font-size: 0.85rem;
  color: var(--forma-muted);
  margin-bottom: 0.35rem;
}

.forma-form--contact label {
  color: rgba(226, 232, 240, 0.95);
  font-weight: 500;
}

.forma-form--contact .form-control::placeholder {
  color: rgba(148, 163, 184, 0.55);
}

.forma-truform-field .forma-truform-widget {
  min-height: 78px;
}

.forma-truform-field .truform.forma-truform-widget[data-size="compact"] {
  min-height: 44px;
}

.forma-footer {
  border-top: 1px solid var(--forma-border);
  padding: 3rem 0 2rem;
  margin-top: 0;
  font-size: 0.9rem;
  color: var(--forma-muted);
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.35) 0%, rgba(7, 11, 18, 0.65) 100%);
}

.forma-footer a {
  color: var(--forma-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.forma-footer a:hover {
  color: var(--forma-accent);
}

.forma-footer a:focus-visible {
  outline: 2px solid var(--forma-accent);
  outline-offset: 2px;
  border-radius: 0.2rem;
}

.forma-footer-brand {
  display: inline-block;
  line-height: 0;
}

.forma-footer-brand:hover .forma-footer-logo {
  opacity: 0.95;
}

.forma-footer-logo {
  display: block;
  height: auto;
  opacity: 0.88;
  transition: opacity 0.15s ease;
}

.forma-footer-tagline {
  margin-top: 1rem;
  max-width: 22rem;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.92);
}

.forma-footer-heading {
  font-family: var(--forma-font);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #f1f5f9;
}

.forma-footer-nav li + li {
  margin-top: 0.4rem;
}

.forma-footer-aside .link-secondary {
  color: rgba(148, 163, 184, 0.95) !important;
}

.forma-footer-aside .link-secondary:hover {
  color: var(--forma-accent) !important;
}

.forma-footer-meta {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  text-align: center;
  color: rgba(148, 163, 184, 0.75);
  font-size: 0.8125rem;
}

@media (max-width: 575.98px) {
  .forma-footer-col-brand {
    text-align: center;
  }

  .forma-footer-col-brand .forma-footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .forma-footer-col-brand .forma-footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .forma-hero-card {
    margin-top: 0;
  }

  .forma-carousel-control {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .forma-hero-carousel .carousel-item {
    transition: none;
  }
}

/* ——— Blog (marketing) ——— */
.forma-blog-page .forma-blog-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(148, 163, 184, 0.45);
}

.forma-blog-page .forma-blog-breadcrumb .breadcrumb-item a {
  color: var(--forma-muted);
  text-decoration: none;
}

.forma-blog-page .forma-blog-breadcrumb .breadcrumb-item a:hover {
  color: var(--forma-accent);
}

.forma-blog-article-body {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.forma-blog-article-body h2,
.forma-blog-article-body h3,
.forma-blog-article-body h4 {
  color: #fff;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.forma-blog-article-body p {
  margin-bottom: 1rem;
}

.forma-blog-article-body a {
  color: var(--forma-accent);
}

.forma-blog-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.forma-blog-article-body pre,
.forma-blog-article-body code {
  color: #e2e8f0;
}

/* ——— Syndaq Blog (marketing) ——— */
.forma-blog-page {
  --forma-blog-serif: "Newsreader", Georgia, "Times New Roman", serif;
}

.forma-blog-index-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.forma-blog-index-title,
.forma-blog-card-title {
  font-family: var(--forma-blog-serif);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.forma-blog-lede {
  max-width: none;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.forma-blog-list-panel.forma-blog-list-loading {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.forma-blog-card-hit {
  color: inherit;
}

.forma-blog-card {
  background: linear-gradient(165deg, rgba(30, 41, 59, 0.55) 0%, rgba(15, 23, 42, 0.72) 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1rem;
  overflow: hidden;
  min-height: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.forma-blog-card-hit:hover .forma-blog-card {
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

.forma-blog-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 55%, #172554 100%);
  overflow: hidden;
}

/* Fill frame edge-to-edge: aspect ratio preserved, no stretch; excess cropped (standard thumbnail) */
.forma-blog-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.forma-blog-card-hit:hover .forma-blog-card-media img {
  transform: scale(1.04);
}

.forma-blog-card-media-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at 30% 40%, rgba(56, 189, 248, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 70% 60%, rgba(129, 140, 248, 0.1) 0%, transparent 40%),
    linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98));
}

.forma-blog-card-body {
  padding: 1.25rem 1.35rem 1.4rem;
  min-height: 0;
  overflow: visible;
}

.forma-blog-card-title,
.forma-blog-card-excerpt {
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

.forma-blog-card-meta time {
  font-variant-numeric: tabular-nums;
}

.forma-blog-card-cta {
  color: var(--forma-accent, #7dd3fc);
}

.forma-blog-card-hit:hover .forma-blog-card-cta {
  color: #bae6fd;
}

.forma-blog-empty {
  background: rgba(15, 23, 42, 0.35);
}

.forma-blog-empty-icon {
  font-size: 2.25rem;
  opacity: 0.4;
}

/* Article page: full-width title block, then row (main + sidebar) aligned under rule */
.forma-blog-post-outer .forma-blog-post-header-full {
  width: 100%;
}

.forma-blog-post-outer > .container .row {
  margin-top: 0;
}

/* Single article (Start Bootstrap–style: title → meta → hr → image → body, full container width) */
.forma-blog-post-title {
  font-family:
    "Syne",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.forma-blog-post-meta {
  font-size: 0.9375rem;
}

.forma-blog-post-meta a:hover {
  color: var(--forma-accent, #7dd3fc);
}

/* Full image visible in frame (no cropping); scales down wide/tall images */
.forma-blog-post-featured {
  margin: 0;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 0.75rem;
  overflow: hidden;
  text-align: center;
}

.forma-blog-post-featured-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.forma-blog-post .forma-blog-article-body,
.forma-blog-post-body.forma-blog-article-body {
  font-family: inherit;
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: none;
}

/* Article sidebar */
.forma-blog-sidebar {
  position: sticky;
  top: 1rem;
}

.forma-blog-sidebar-card {
  padding: 1.1rem 1.25rem;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 0.75rem;
}

.forma-blog-sidebar-input {
  background: rgba(15, 23, 42, 0.6);
  border-color: rgba(148, 163, 184, 0.25);
  color: #e2e8f0;
}

.forma-blog-sidebar-input:focus {
  background: rgba(15, 23, 42, 0.75);
  border-color: rgba(56, 189, 248, 0.45);
  color: #f8fafc;
  box-shadow: 0 0 0 0.2rem rgba(56, 189, 248, 0.15);
}

.forma-blog-tag-cloud .badge {
  font-weight: 500;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: rgba(226, 232, 240, 0.92) !important;
}

.forma-blog-tag-cloud .badge:hover {
  border-color: rgba(56, 189, 248, 0.45);
  color: #fff !important;
}

.forma-blog-tag-cloud-sm {
  font-size: 0.75rem;
}

.forma-blog-tag-cloud-md {
  font-size: 0.8125rem;
}

.forma-blog-tag-cloud-lg {
  font-size: 0.9375rem;
}

.forma-blog-sidebar-recent li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

@media (max-width: 991.98px) {
  .forma-blog-sidebar {
    position: static;
  }
}

/* —— Game server hosting (hub + per-game sales pages) —— */
.forma-body--game-servers .forma-page-hero--game-servers {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 10vw, 6.5rem) 0 clamp(3rem, 8vw, 5rem);
}

.forma-page-hero--game-servers .forma-page-hero__bg,
.forma-page-hero--game .forma-page-hero__bg {
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(124, 92, 255, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 60%, rgba(56, 189, 248, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(8, 12, 22, 0.2) 0%, rgba(8, 12, 22, 0.95) 100%);
}

.gs-hero-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(var(--gs-accent-rgb, 124, 92, 255), 0.2), transparent 45%);
  pointer-events: none;
}

.forma-page-hero--game {
  --gs-accent: #7c5cff;
  --gs-accent-rgb: 124, 92, 255;
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.gs-btn-glow {
  box-shadow: 0 0 28px rgba(var(--gs-accent-rgb, 124, 92, 255), 0.45);
}

.gs-trust-chips {
  gap: 0.5rem;
}

.gs-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.92);
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.gs-hero-card {
  padding: 1.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(var(--gs-accent-rgb, 124, 92, 255), 0.35);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(8, 12, 22, 0.95));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.gs-hero-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--gs-accent, #7c5cff);
  background: rgba(var(--gs-accent-rgb, 124, 92, 255), 0.15);
  border: 1px solid rgba(var(--gs-accent-rgb, 124, 92, 255), 0.35);
}

.gs-game-card {
  position: relative;
  display: block;
  height: 100%;
  padding: 1.5rem 1.35rem 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  color: #e2e8f0;
  background: linear-gradient(160deg, rgba(20, 28, 48, 0.95), rgba(10, 14, 26, 0.98));
  border: 1px solid rgba(148, 163, 184, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gs-game-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--gs-card-accent-rgb, 124, 92, 255), 0.55);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 32px rgba(var(--gs-card-accent-rgb, 124, 92, 255), 0.15);
  color: #fff;
}

.gs-game-card__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, var(--gs-card-accent, #7c5cff), transparent 70%);
  opacity: 0.22;
  pointer-events: none;
}

.gs-game-card__icon {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  color: var(--gs-card-accent, #7c5cff);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gs-game-card__title {
  position: relative;
  font-family: var(--forma-font-display, "Syne", sans-serif);
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
}

.gs-game-card__sub {
  position: relative;
  font-size: 0.8125rem;
  color: rgba(148, 163, 184, 0.95);
  margin: 0 0 0.65rem;
}

.gs-game-card__players {
  position: relative;
  font-size: 0.8125rem;
  color: rgba(203, 213, 225, 0.9);
  margin: 0 0 0.75rem;
}

.gs-game-card__price {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gs-card-accent, #a78bfa);
  margin: 0 0 0.85rem;
}

.gs-game-card__cta {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.95);
}

.gs-hub-stat__num {
  font-size: 2rem;
  color: #38bdf8;
  margin-bottom: 0.75rem;
}

.forma-pricing-card--game.forma-pricing-card--featured {
  border-color: rgba(var(--gs-accent-rgb, 124, 92, 255), 0.55);
  box-shadow: 0 0 0 1px rgba(var(--gs-accent-rgb, 124, 92, 255), 0.25), 0 16px 40px rgba(0, 0, 0, 0.3);
}

.gs-why-card {
  border-left: 3px solid var(--gs-accent, #7c5cff);
}

.gs-spec-card .forma-icon-wrap {
  color: var(--gs-accent, #7c5cff);
}

.gs-cta-strip {
  background: linear-gradient(180deg, rgba(124, 92, 255, 0.08), transparent);
}

.gs-empty-plans {
  max-width: 36rem;
}
