﻿@charset "utf-8";

h1,
h2 {
  color: #333333;
}

a:link,
a:visited,
a:active {
  color: #53d400;
}

a:hover {
  color: #45c428;
}

.progress-bar,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.panel-primary>.panel-heading {
  background-color: #53d400;
  border-color: #53d400;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-warning:hover {
  background-color: #53d400;
  border-color: #53d400;
}

.row-header {
  color: #53d400;
}

.col-header {
  background-color: #53d400;
  border: 1px solid #53d400;
}

.table th {
  background-color: #53d400;
}


#specs.tab-pane table th {
  color: #fff;
}

.thumbnail.with-caption {
  display: inline-block;
  background: #f5f5f5;
  padding: 2em;
}

.row-pushed {
  padding: 20px 10px;
  color: inherit;
  background-color: transparent
}

.row-pushed h1,
.row-pushed .h1 {
  color: inherit;
}

.row-pushed p {
  margin-bottom: 15px;
  font-size: auto;
  font-weight: 200;
  width: 82%;
}

.row-pushed>hr {
  border-top-color: #d5d5d5;
}

.row-pushed .container {
  max-width: 100%;
}

.row-pushed img {
  padding-right: .5em;
}

.column-content {
  margin-top: 50px;
  display: inline-block;
}

@media screen and (min-width:768px) {
  .row-pushed {
    padding: 10px 0;
  }

  .container .row-pushed,
  .container-fluid .row-pushed {
    padding-left: 60px;
    padding-right: 60px;
  }

  .row-pushed h1,
  .row-pushed .h1 {
    font-size: auto;
  }
}

.tabs a {
  color: #666 !important;
}

.tabs a.active,
.tabs a.active:hover {
  color: #FFF !important;
  background: no-repeat 92% center #53d400;
}

a .tablinks :hover {
  color: #666666 !important;
  text-decoration: none;
}

.card {
  margin-bottom: .5em;
  flex: 1 1 auto;
  padding: 1em;
  color: var(--bs-card-color);
}

.pricing.card {
  padding: -var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.pricing>.card-header {
  color: white;
  background-color: #53d400;
  border-color: #53d400;
  font-weight: 700;
  font-size: 16px;
}

.header {
  padding-top: 10px;
}

.btn-warning {
  color: #FFF;
}

.card {
  color: darkslategray;
}

/*Custom CSS*/
:root {
  --cta-pink: #ff1663;
  --cta-blue: #2563eb;
  --hero-bg: #f5f7f8
}

.hero-compact {
  background: var(--hero-bg);
  padding: 2.25rem 0;
  position: relative
}

.hero-compact .vendorLogo {
  position: absolute !important;
  top: 10px;
  right: 16px;
  max-height: 50px;
  width: auto;
  z-index: 10
}

.tag {
  color: #0E7394;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase
}

.hero-title {
  font-weight: 800;
  font-size: clamp(1.8rem, 1.2rem + 1.8vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -.015em;
  margin: .25rem 0 .5rem
}

.hero-sub {
  color: #374151;
  max-width: 60ch;
  margin-bottom: .9rem
}

.btn-cta {
  border-radius: .75rem;
  font-weight: 800;
  font-size: .92rem;
  padding: .68rem 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  line-height: 1
}

.btn-cta i {
  font-size: 1rem
}

.btn-cta-pink {
  background: var(--cta-pink);
  color: #fff !important;
  border: 2px solid var(--cta-pink)
}

.btn-cta-pink:hover {
  filter: brightness(.93)
}

.btn-cta-blue {
  background: var(--cta-blue);
  color: #fff;
  border: 2px solid var(--cta-blue)
}

.btn-cta-blue:hover {
  filter: brightness(.95)
}

.btn.btn-outline-light {
  color: #0b0b0b;
  border: 1px solid #2563eb;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: .75rem 1.25rem;
  border-radius: .5rem
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active {
  color: #0b0b0b;
  border: 1px solid #2563eb;
  background: #fff;
  box-shadow: none
}

.video-meta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  color: #6b7280
}

.hero-media {
  position: relative;
  max-width: 540px;
  margin: 0 auto
}

.yt-frame-wrap {
  position: relative;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  background: #000
}

.yt-frame-wrap::before {
  content: "";
  display: block;
  padding-bottom: 56.25%
}

.yt-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.yt-frame-wrap.mini {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 360px;
  max-width: 48vw;
  z-index: 1055;
  border-radius: .5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .3)
}

.yt-frame-wrap.mini::before {
  padding-bottom: 56.25%
}

.mini-controls {
  position: absolute;
  top: 6px;
  right: 6px;
  display: none;
  gap: 6px;
  z-index: 2
}

.mini-btn {
  background: rgba(0, 0, 0, .55);
  color: #fff;
  border: none;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width:576px) {
  .btn-cta {
    padding: .6rem .95rem
  }

  .yt-frame-wrap.mini {
    right: 10px;
    bottom: 10px;
    width: 300px
  }
}

.trust-builders {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb
}

.trust-icon {
  font-size: 2.2rem;
  color: var(--cta-pink)
}

.trust-title {
  font-weight: 800;
  font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2rem)
}

.trust-intro {
  max-width: 160ch;
  color: #374151;
  font-size: 1rem
}

.features {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb
}

.feature-title {
  font-weight: 700;
  font-size: 1.5rem
}

.feature-text {
  font-size: 1rem;
  color: #374151
}

.feature-img {
  max-width: 75%;
  cursor: pointer;
  transition: transform .2s
}

.feature-img:hover {
  transform: scale(1.02)
}

.modal-img {
  max-width: 100%;
  height: auto
}

.features-lite {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb
}

.icon-tile,
.mini-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: .75rem;
  padding: 18px
}

.icon-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem
}

.icon-tile i {
  font-size: 1.75rem;
  color: #404041
}

.tile-label {
  font-size: .9rem;
  font-weight: 600
}

.licensing .nav-tabs .nav-link {
  font-weight: 700;
  border: none;
  color: #374151
}

.licensing .nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 3px solid var(--cta-pink);
  background: transparent
}

.pricing-grid {
  display: grid;
  gap: 24px
}

.pricing-grid-3 {
  grid-template-columns: repeat(3, 1fr)
}

.pricing-grid-2 {
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width:992px) {
  .pricing-grid-3 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:576px) {

  .pricing-grid-3,
  .pricing-grid-2 {
    grid-template-columns: 1fr
  }
}

.pricing-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column
}

.pricing-head {
  display: flex;
  align-items: center;
  gap: 8px
}

.badge-featured {
  background: var(--cta-pink);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  border-radius: 999px;
  padding: .25rem .55rem
}

.pricing-price {
  line-height: 1.8;
  margin: 12px 0 10px
}

.pricing-price .price {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1
}

.pricing-body {
  margin-bottom: 14px
}

.intro-strip {
  background: #f5f7f8;
  padding: 3rem 1rem;
  text-align: center
}

.intro-strip h2 {
  font-weight: 800;
  font-size: 1.9rem;
  margin-bottom: .5rem
}

.intro-strip p.h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #374151;
  margin-bottom: 2rem
}

.intro-icons .icon-box {
  text-align: center;
  padding: 1rem
}

.intro-icons i {
  font-size: 2rem;
  color: #77a84a;
  margin-bottom: .5rem
}

.intro-icons p {
  font-weight: 500;
  margin: 0
}

.licensing-tabs .nav-link {
  border: none;
  border-radius: .5rem;
  font-weight: 600;
  padding: .6rem 1.5rem;
  margin: 0 .25rem;
  background: #f3f4f6;
  color: #374151;
  transition: all .25s
}

.licensing-tabs .nav-link:hover {
  background: #e5e7eb;
  color: #111
}

.licensing-tabs .nav-link.active {
  background: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, .3)
}

.nav-tabs,
.tab-pane {
  border: none !important
}

.nav-tabs .dropdown.pull-right.tabdrop {
  display: none !important;
}

.hero-meta {
  align-items: center;
}

.video-meta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .85rem;
  line-height: 1;
  color: #6b7280;
}

.video-meta i {
  font-size: 1rem;
  line-height: 1;
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .2rem .5rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-size: .85rem;
  line-height: 1;
  color: #374151;
  background: #fff;
}

.rating-pill i {
  font-size: .95rem;
  line-height: 1;
  color: #f59e0b;
}

.value-bullets li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin: .25rem 0;
  color: #374151;
  line-height: 1.35;
}

.value-bullets i {
  margin-top: .2rem;
  color: var(--cta-pink);
}

.logo-strip img {
  height: 24px;
  opacity: .9;
  filter: grayscale(100%);
  transition: opacity .2s;
}

.logo-strip img:hover {
  opacity: 1;
}

.hero-green {
  background: linear-gradient(135deg, #e8f8ed 0%, #d0f0d8 100%);
}

/* Accordion Wrapper */
.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease-in-out;
}

.accordion .accordion-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Accordion Header */
.accordion-button {
  font-weight: 600;
  font-size: 1rem;
  background-color: #fff;
  color: #212529;
  padding: 1rem 1.25rem;
  transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #0d6efd;
  /* Bootstrap primary */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.accordion-button:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Icon Rotation */
.accordion-button::after {
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

/* Accordion Body */
.accordion-body {
  background: #fff;
  padding: 1rem 1.25rem;
  color: #495057;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Links inside */
.accordion-body a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.accordion-body a:hover {
  text-decoration: underline;
}

/* Tabs look */
#pricing .nav-tabs .nav-link {
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border: none;
  color: #495057;
}

#pricing .nav-tabs .nav-link.active {
  color: #0d6efd;
  border-bottom: 3px solid #0d6efd;
  background: transparent;
}

/* Cards */
.price-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
}

.price-card .price-head {
  margin-bottom: .5rem;
}

.price-card .price-tag .amount {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #212529;
}

.price-card .price-tag sup {
  top: -0.5em;
  font-size: 60%;
}

.price-card.featured {
  position: relative;
  border-color: #cfe2ff;
  box-shadow: 0 10px 20px rgba(13, 110, 253, .08);
}

.badge-featured {
  position: absolute;
  top: -10px;
  left: 1rem;
  background: #ffd966;
  color: #111;
  font-weight: 700;
  font-size: .75rem;
  padding: .25rem .5rem;
  border-radius: .5rem;
}

/* Checks list */
.fa-ul {
  margin-left: 1.75em;
}

.fa-li {
  left: -1.75em;
  color: #198754;
}

/* Table */
.pricing-table th,
.pricing-table td {
  padding: .75rem;
}

.pricing-table thead.table-primary {
  --bs-table-bg: #e7f1ff;
  --bs-table-color: #0a58ca;
}

.pricing-table tbody.collapse {
  transition: height .25s ease;
}

.badge.bg-success-subtle {
  background: #eaf7ea;
  border: 1px solid #8dd39e;
  color: #157347;
}

/* Pill badge */
.badge-most {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0b1b4a;
  /* dark text to contrast */
  background: linear-gradient(180deg, #ffe98a 0%, #ffd34d 100%);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .08), 0 0 0 2px rgba(255, 255, 255, .2) inset;
  position: relative;
}

/* tiny accent star */
.badge-most::before {
  content: "★";
  font-size: .8em;
  line-height: 1;
}

/* gentle shimmer highlight */
.badge-most::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .35) 35%, transparent 70%);
  border-radius: inherit;
  mix-blend-mode: screen;
  animation: mostShimmer 2.75s linear infinite;
  pointer-events: none;
}

@keyframes mostShimmer {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

/* optional: lift the whole featured card */
.price-card.featured {
  border-color: #ffdf66;
  box-shadow: 0 12px 28px rgba(255, 200, 0, .18);
}

/* Alternate row colors */
.pricing-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
  /* light gray */
}

/* Hover effect */
.pricing-table tbody tr:hover {
  background-color: #e6f2ff;
  /* light blue */
}

/* Header cells */
.pricing-table thead th {
  background-color: #f0f6ff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
}

/* Key Features column header */
.pricing-table thead th:first-child {
  text-align: left;
}

/* Enterprise Plus column */
.pricing-table thead th:nth-child(4) {
  background-color: #062a6b;
  /* dark blue */
  color: #fff !important;
  position: relative;
  box-shadow: 0 6px 16px rgba(6, 42, 107, 0.3);
}

.table th {
  color: #000 !important
}

.pricing-table thead th:nth-child(4)::after {
  content: "MOST POPULAR";
  display: inline-block;
  background: #ffcc00;
  color: #062a6b;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.tab-pane {
  overflow: hidden !important;
}

/* ===== HERO ===== */
.hero-req {
  position: relative;
  overflow: hidden;
  padding: 96px 0 160px;
  /* space at bottom for the overlap */
  background: linear-gradient(135deg, #e9f8ef 0%, #c9f1db 50%, #b2ebcd 100%);
}

/* subtle pattern overlay */
.hero-req::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08) 25%, transparent 25%) 0 0 / 56px 56px, linear-gradient(135deg, transparent 75%, rgba(255, 255, 255, .08) 75%) 0 0 / 56px 56px;
  pointer-events: none;
}

.hero-copy {
  max-width: 860px;
}

.hero-title {
  font-size: clamp(2rem, 3.2vw + 1rem, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: #163d2a;
}

.hero-sub {
  font-size: clamp(1rem, .4vw + .9rem, 1.125rem);
  color: #244e39;
  margin: 0;
  opacity: .9;
}

/* geometric decor shapes */
.hero-shape {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: blur(4px);
  opacity: .35;
}

.hero-shape-a {
  width: 48vw;
  height: 48vw;
  right: -12vw;
  top: -10vw;
  background: radial-gradient(ellipse at center, rgba(88, 190, 140, .5), rgba(88, 190, 140, 0) 60%);
}

.hero-shape-b {
  width: 36vw;
  height: 36vw;
  left: -10vw;
  bottom: -6vw;
  background: radial-gradient(ellipse at center, rgba(70, 173, 123, .45), rgba(70, 173, 123, 0) 60%);
}

/* ===== REQUIREMENTS CARD ===== */
.req-card {
  position: relative;
  z-index: 2;
  /* above hero */
  margin-top: -110px;
  /* pulls card upward to overlap */
  margin-bottom: 40px;
  width: 80%;
  /* new width */
  margin-left: auto;
  /* centers */
  margin-right: auto;
  /* centers */
}

.req-card .container-xl {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
  padding: clamp(20px, 3.2vw, 40px);
}

/* two-column grid that collapses on mobile */
.req-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 36px;
}

.req-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 14px;
  padding: 6px 4px;
  border-radius: 12px;
  transition: background-color .2s ease, transform .2s ease;
}

.req-item:hover {
  background: #f7faf9;
  transform: translateY(-1px);
}

.req-ic {
  inline-size: 44px;
  block-size: 44px;
  display: grid;
  place-items: center;
  font-size: 22px;
  /* if you swap to SVGs, set size there instead */
  color: #0d6efd;
  /* brand accent */
  background: #eaf3ff;
  border: 1px solid #d6e7ff;
  border-radius: 12px;
}

.req-item strong {
  font-weight: 700;
  color: #122b1f;
}

.req-text {
  color: #394b42;
  line-height: 1.5;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .hero-req {
    padding: 80px 0 130px;
  }

  .req-card {
    margin-top: -90px;
  }

  .req-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 576px) {
  .hero-req {
    padding: 68px 0 110px;
  }

  .req-card {
    margin-top: -70px;
  }

  .req-ic {
    inline-size: 40px;
    block-size: 40px;
    font-size: 20px;
  }
}

.spec-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04)
}

.spec-ico {
  font-size: 28px;
  line-height: 1;
  color: #0d6efd
}

.spec-label {
  font-weight: 600
}

.spec-text {
  color: #6c757d
}

.sysreq-table thead th {
  background: #e8f1ff;
  border-bottom: 0;
  font-weight: 700
}

.sysreq-table th {
  white-space: nowrap
}

.sysreq-table tbody th {
  background: #f8f9fb;
  font-weight: 600
}

.sysreq-table tr:hover td,
.sysreq-table tr:hover th {
  background: #f4f8ff
}


.tag {
  display: inline-block;
  background: #eef5ff;
  border: 1px solid #cfe0ff;
  color: #0d6efd;
  font-size: .75rem;
  padding: .15rem .45rem;
  border-radius: 999px
}