/* Shared home2 / tariffs cabinet shell */
html:has(.dashboard-cabinet-shell),
html:has(.dashboard-cabinet-shell) body {
  overflow: hidden;
  height: 100%;
  margin: 0;
}

body.dark.sam-home2-page {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.dashboard-cabinet-shell {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}

.dashboard-cabinet-frame {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: var(--color-surface-dark-2);
}

.sam-home2-page .sam-home2-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-top: 0;
  pointer-events: none;
}

.sam-home2-page .sam-home2-site-header a,
.sam-home2-page .sam-home2-site-header button {
  pointer-events: auto;
}

.sam-home2-page .sam-home2-site-header.is-scrolled .header-menu-area {
  background-color: rgba(10, 10, 10, 0.92);
  border-radius: 0 0 16px 16px;
}

.sam-home2-page .dashboard-cabinet-shell .sticky-active {
  display: none !important;
}

.client-cabinet-scroll {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.dashboard-cabinet-shell .wrapper {
  overflow: visible;
}

.sam-home2-page .menu-style1 > ul > li:not(.sub-menu) > a::before {
  display: none !important;
}

.sam-home2-page .menu-style1 > ul > li:not(.sub-menu) > a {
  padding-right: 22px;
}

.main-sec8::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 0;
}

.main-sec8 > * {
  position: relative;
  z-index: 1;
}

.main-sec8--tariffs {
  min-height: auto;
  padding: 140px 0 72px;
}

.main-sec8--tariffs .hero-style17 {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content17 .title {
  font-size: clamp(2rem, 4.5vw, 3.25rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

.hero-content17 .hero-offer-desc {
  max-width: 720px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.sam-home2-footer .footer-top7 .title span {
  display: block;
}

.sam-home2-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sam-home2-footer__nav li {
  margin-bottom: 10px;
}

.sam-home2-footer__nav a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.sam-home2-footer__nav a:hover {
  color: var(--color-primary, #8ce4c0);
}

.sam-home2-footer .footer-contacts,
.sam-home2-footer .footer-legal {
  color: #fff;
}

.sam-home2-footer .footer-contacts p,
.sam-home2-footer .footer-legal p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
}

.sam-home2-footer .footer-contacts a,
.sam-home2-footer .footer-legal__links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sam-home2-footer .footer-contacts a:hover,
.sam-home2-footer .footer-legal__links a:hover {
  color: var(--color-primary, #8ce4c0);
}

.sam-home2-footer .footer-legal__label {
  margin-top: 16px;
  font-weight: 600;
  color: #fff;
}

.sam-home2-footer .footer-legal__name {
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}

.sam-home2-footer .footer-legal__links {
  margin-top: 12px;
}

.sam-home2-footer .footer-legal__links a {
  display: block;
  margin-bottom: 6px;
}

.sam-home2-footer .footer-botom7 .footer-box {
  flex-wrap: wrap;
  gap: 16px;
}

.sam-home2-footer .footer-botom7 .footer-box > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.sam-tariffs-page .pricing-sec3 {
  padding-top: 40px;
}

/* Tariff cards: dark glass instead of template lavender */
.sam-tariffs-page .price-card3.v2 {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  overflow: hidden;
}

.sam-tariffs-page .price-card3.v2::before {
  display: none;
}

.sam-tariffs-page .price-card3.v2.price-card3--featured {
  border-color: rgba(69, 208, 189, 0.42);
  background: linear-gradient(
    165deg,
    rgba(69, 208, 189, 0.14) 0%,
    rgba(255, 255, 255, 0.04) 55%,
    rgba(162, 245, 255, 0.06) 100%
  );
}

.sam-tariffs-page .price-card3.v2 .Popular {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 0;
  backdrop-filter: blur(8px);
}

.sam-tariffs-page .price-card3.v2.price-card3--featured .Popular {
  background: rgba(69, 208, 189, 0.18);
  border-color: rgba(69, 208, 189, 0.35);
  color: #8ce4c0;
}

.sam-tariffs-page .price-card3.v2 .Popular::before,
.sam-tariffs-page .price-card3.v2 .Popular::after {
  display: none;
}

.sam-tariffs-page .price-card3.v2 .price-heade2 .title,
.sam-tariffs-page .price-card3.v2 .price-item-price2 .price {
  color: #fff;
}

.sam-tariffs-page .price-card3.v2 .price-heade2 span,
.sam-tariffs-page .price-card3.v2 .price-item-price2 .price span {
  color: rgba(255, 255, 255, 0.62);
}

.sam-tariffs-page .price-card3.v2 .price-item2 li {
  color: rgba(255, 255, 255, 0.88);
  padding-left: 0;
}

.sam-tariffs-page .price-card3.v2 .price-item2 li::before {
  display: none;
}

.sam-tariffs-page .price-card3.v2 .price-item2 li label {
  color: rgba(255, 255, 255, 0.88) !important;
}

.sam-tariffs-page .price-card3.v2 .price-item2 li label::before {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.sam-tariffs-page .price-card3.v2 .price-item2 li input:checked ~ label::before {
  border-color: var(--color-primary, #45d0bd);
  background: rgba(69, 208, 189, 0.25);
}

.sam-tariffs-page .price-card3.v2 .price-item2 li input:checked ~ label::after {
  border-color: #fff;
}

.sam-tariffs-page .price-card3.v2 .price-item-price2 .ibt-btn {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  padding: 12px 16px;
  gap: 8px;
  white-space: normal;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.sam-tariffs-page .price-card3.v2 .price-item-price2 .ibt-btn span {
  white-space: normal;
}

.sam-tariffs-page .price-card3.v2 .price-item-price2 .ibt-btn::before,
.sam-tariffs-page .price-card3.v2 .price-item-price2 .ibt-btn::after {
  display: none;
}

.sam-tariffs-page .price-card3.v2 .price-item-price2 .ibt-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: var(--color-primary, #45d0bd);
}

.sam-tariffs-page .price-card3.v2.price-card3--featured .price-item-price2 .ibt-btn {
  background: var(--color-primary, #45d0bd);
  border-color: transparent;
  color: #0b1f1c;
}

.sam-tariffs-page .price-card3.v2.price-card3--featured .price-item-price2 .ibt-btn:hover {
  background: #5fdbc9;
  color: #0b1f1c;
  border-color: transparent;
}

.sam-tariffs-page .price-card3.v2 .price-item-price2 p,
.sam-tariffs-page .price-card3.v2 .tariff-start-card__note,
.sam-tariffs-page .tariffs-offer-note {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

.sam-tariffs-page .price-card3.v2 .price-item-price2 p a,
.sam-tariffs-page .tariffs-offer-note a {
  color: #c4d0ff !important;
  -webkit-text-fill-color: #c4d0ff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sam-tariffs-page .price-card3.v2 .price-item-price2 p a:hover,
.sam-tariffs-page .tariffs-offer-note a:hover {
  color: var(--color-primary, #45d0bd) !important;
  -webkit-text-fill-color: var(--color-primary, #45d0bd) !important;
}

/* FAQ on dark home2/tariffs shell — template uses light-page heading colors */
.sam-home2-page .faq-content4 .accordion-item {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.sam-home2-page .faq-content4 .accordion-button,
.sam-home2-page .faq-content4 .accordion-button:not(.collapsed) {
  color: #fff;
}

.sam-home2-page .faq-content4 .accordion-button .accordion-number,
.sam-home2-page .faq-content4 .accordion-button i {
  color: rgba(255, 255, 255, 0.72);
}

.sam-home2-page .faq-content4 .accordion-body {
  color: rgba(255, 255, 255, 0.72);
}

.sam-home2-page .faq-content4 .accordion-body a {
  color: #a5b4fc;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sam-home2-page .faq-content4 .accordion-body a:hover {
  color: var(--color-primary, #45d0bd);
}

/* Circular footer CTA: multi-line text must not use line-height: 174px */
.sam-home2-page .btn-box5 .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}

.sam-home2-page .btn-box5 .contact-btn .text {
  display: block;
  max-width: 9em;
  white-space: normal;
  line-height: 1.25;
}

.sam-tariffs-page .faq-sec5 {
  padding-bottom: 40px;
}

.sam-tariffs-page .tariffs-demo-note {
  max-width: 820px;
  margin: 0 auto 48px;
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.8);
}

.sam-tariffs-page .tariffs-demo-note a {
  color: #a5b4fc;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Blog list — dark home2 shell */
.sam-blog-page .blog-sec {
  padding-top: 24px;
  padding-bottom: 48px;
}

.sam-blog-page .blog-card {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  width: 100%;
}

.sam-blog-page .blog-card .blog-content {
  background: transparent;
  padding: 22px 24px 26px;
}

.sam-blog-page .blog-card .blog-content .title a {
  color: #fff !important;
}

.sam-blog-page .blog-card .blog-content span {
  color: rgba(255, 255, 255, 0.62) !important;
}

.sam-blog-page .blog-img--logo {
  background: rgba(0, 0, 0, 0.28);
}

.sam-blog-page .blog-meta {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.45);
}

.sam-blog-page .sam-blog-empty {
  color: rgba(255, 255, 255, 0.72);
}

.sam-blog-page .pagination.v2 {
  justify-content: center;
  margin-top: 12px;
}

.sam-blog-page .pagination .page-item .page-link {
  color: rgba(255, 255, 255, 0.85);
}

.sam-blog-page .pagination .page-item.active .page-link,
.sam-blog-page .pagination .page-item .page-link:hover {
  color: #fff;
}

.sam-blog-page .blog-seo-links {
  padding-bottom: 64px;
}

.sam-blog-page .blog-seo-links .sec-title .title {
  color: #fff;
}

.sam-blog-page .blog-seo-links .seo-hub-sec__grid a {
  color: #f1f5f9;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.sam-blog-page .blog-seo-links .seo-hub-sec__grid a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(69, 208, 189, 0.45);
}

/* SEO landings — same dark shell as blog */
.sam-seo-page .sam-seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55) !important;
}

.sam-seo-page .sam-seo-breadcrumbs li {
  color: rgba(255, 255, 255, 0.55) !important;
  margin: 0;
}

.sam-seo-page .sam-seo-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none;
}

.sam-seo-page .sam-seo-breadcrumbs a:hover {
  color: var(--color-primary, #45d0bd) !important;
}

.sam-seo-page .sam-seo-content-sec {
  padding-top: 12px;
  padding-bottom: 56px;
}

.sam-seo-page .seo-landing,
.sam-seo-page .seo-landing * {
  color: rgba(226, 232, 240, 0.92);
}

.sam-seo-page .seo-landing {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
}

.sam-seo-page .seo-landing h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff !important;
  margin: 2rem 0 1rem;
}

.sam-seo-page .seo-landing p {
  margin: 0 0 1rem;
  color: rgba(226, 232, 240, 0.92) !important;
}

.sam-seo-page .seo-landing__list {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.sam-seo-page .seo-landing__list li {
  margin-bottom: 0.5rem;
  color: rgba(226, 232, 240, 0.92) !important;
}

.sam-seo-page .seo-landing__list li::marker {
  color: rgba(255, 255, 255, 0.55);
}

.sam-seo-page .seo-landing__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 2rem 0;
}

.sam-seo-page .seo-landing__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sam-seo-page .seo-landing__cta .btn-primary {
  background: var(--color-primary, #45d0bd);
  color: #0b1f1c !important;
}

.sam-seo-page .seo-landing__cta .btn-primary:hover {
  background: #5fdbc9;
  color: #0b1f1c !important;
}

.sam-seo-page .seo-landing__cta .btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
}

.sam-seo-page .seo-landing__cta .btn-secondary:hover {
  border-color: var(--color-primary, #45d0bd);
  color: #fff !important;
}

.sam-seo-page .seo-landing__faq-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.sam-seo-page .seo-landing__faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #fff !important;
}

.sam-seo-page .seo-landing__faq-item p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72) !important;
}

.sam-seo-page .seo-landing__related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sam-seo-page .seo-landing__related a {
  color: #a5b4fc !important;
  font-size: 14px;
}

.sam-seo-page .seo-landing__related a:hover {
  color: var(--color-primary, #45d0bd) !important;
}

/* Home2 / compare CTA readability on dark shell */
.sam-home2-page .sam-compare-sec__cta .ibt-btn {
  color: #fff !important;
}

.sam-home2-page .sam-compare-sec__cta .ibt-btn span,
.sam-home2-page .sam-compare-sec__cta .ibt-btn i {
  color: inherit !important;
}

/* Contacts side panel: real data, no duplicate logo */
.sam-home2-page .side-menu .email {
  margin: 16px 0 12px;
}

.sam-home2-page .side-menu .nmbr {
  display: block;
  margin-bottom: 28px;
}

.sam-home2-page .side-menu .sidebar-menu .ibt-btn {
  margin-top: 8px;
  color: #fff !important;
}

/* Product tour: 3D cabinet mock of tracks + tasks */
.sam-vr-tour {
  position: relative;
  z-index: 2;
  padding: 28px 0 48px;
}

.sam-vr-tour__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.sam-vr-tour__kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.sam-vr-tour__title {
  margin: 0 0 10px;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.15;
  color: #fff;
  font-weight: 700;
}

.sam-vr-tour__lead {
  margin: 0 0 22px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.sam-vr-tour__stage {
  perspective: 1400px;
}

.sam-vr-tour__cabinet {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  background: #12141a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transform: rotateX(8deg) rotateY(-12deg);
  transform-style: preserve-3d;
}

.sam-vr-tour__screen {
  display: none;
  padding: 28px 28px 24px;
  color: #e8edf5;
}

.sam-vr-tour__screen.is-active {
  display: block;
}

.sam-vr-tour__row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.sam-vr-tour__chip {
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.sam-vr-tour__chip.is-on {
  background: #14b8a6;
  color: #fff;
}

.sam-vr-tour__task {
  border-radius: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 10px;
}

.sam-vr-tour__task h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #fff;
}

.sam-vr-tour__task p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.sam-vr-tour__report {
  border-left: 3px solid #14b8a6;
  padding: 4px 0 4px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.sam-vr-tour__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.sam-vr-tour__nav button,
.sam-vr-tour__cta {
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.sam-vr-tour__nav button {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.sam-vr-tour__cta {
  display: inline-flex;
  align-items: center;
  background: #14b8a6;
  color: #fff !important;
  text-decoration: none;
}

.sam-vr-tour__dots {
  display: flex;
  gap: 6px;
  margin-left: auto;
}

.sam-vr-tour__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.sam-vr-tour__dot.is-on {
  background: #14b8a6;
}

.sam-vr-tour-hero-actions {
  margin-top: 22px;
  text-align: center;
}

.sam-home2-page .sam-vr-tour-hero-actions .ibt-btn,
.sam-home2-page .sam-vr-tour-hero-actions .ibt-btn span,
.sam-home2-page .hero-style17 .ibt-btn,
.sam-home2-page .hero-style17 .ibt-btn span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 769px) {
  .sam-vr-tour__cabinet {
    transform: none;
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .dashboard-cabinet-shell {
    padding: 0;
  }

  .dashboard-cabinet-frame {
    border-radius: 0;
  }

  .main-sec8--tariffs {
    padding: 120px 0 48px;
  }
}
